/* The public introduction. App controls and tokens live in style.css. */

main.container.landing { max-width: 1200px; padding: 0 32px 88px; }
.landing-hero { text-align: center; max-width: 800px; margin: 0 auto; padding: 64px 0 40px; }
.landing-hero .eyebrow { display: flex; justify-content: center; align-items: center; gap: 9px; margin-bottom: 24px; }
.eyebrow-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--accent); }
.landing-hero h1 { font-size: clamp(44px, 5.8vw, 72px); line-height: 1.07; letter-spacing: -0.05em; font-weight: 600; margin: 0 0 24px; }
.landing-hero h1 span { color: var(--muted); }
.hero-description { max-width: 530px; margin: 0 auto 28px; font-size: 18px; line-height: 1.65; color: var(--muted); text-wrap: pretty; }
.hero-actions { display: flex; align-items: center; justify-content: center; gap: 26px; }
.hero-actions .btn { min-width: 152px; justify-content: space-between; padding: 14px 20px; }
.text-link { display: inline-flex; align-items: center; gap: 12px; color: var(--fg); text-decoration: none; font-size: 14px; font-weight: 550; padding: 12px 0; }
.text-link:hover { color: var(--accent); }
.hero-note { font-size: 12px; color: var(--muted); margin: 19px 0 0; }

/* An illustrative review with a readable website and conversation at every size. */
.product-preview { margin: 0; padding: 18px 18px 0; background: var(--code-bg); border: 1px solid var(--border); border-radius: 18px; }
.preview-browser { overflow: hidden; border: 1px solid #dcded8; border-radius: 10px; background: #fff; color: #292d28; box-shadow: 0 8px 24px #20292008; font-size: 13px; }
.preview-chrome { display: flex; align-items: center; gap: 20px; min-height: 42px; padding: 8px 16px; border-bottom: 1px solid #e5e6e0; background: #fcfcfa; }
.window-dots { display: flex; gap: 5px; }
.window-dots i { width: 7px; height: 7px; background: #d5d8d0; border-radius: 50%; }
.preview-address { flex: 1; color: #51574e; font-size: 11px; }
.preview-address > span { color: #7b8077; }
.preview-live { display: inline-flex; align-items: center; gap: 6px; color: #62695e; font-size: 10px; }
.preview-live i, .activity-status { height: 5px; width: 5px; border-radius: 50%; background: #5d8251; }
.preview-workspace { display: grid; grid-template-columns: minmax(0, 1fr) 300px; }
.preview-website { background: #fdfdf9; position: relative; padding: 0 32px 60px; overflow: hidden; }
.sample-nav { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 24px 0; font-size: 9px; border-bottom: 1px solid #e8e9df; color: #687063; }
.sample-brand { font-family: Georgia, "Times New Roman", serif; font-size: 23px; letter-spacing: -1px; color: #3e4938; }
.sample-brand > span { font: 9px var(--font); vertical-align: super; margin-left: 2px; }
.sample-nav b { font-weight: 500; color: #3e4938; }
.sample-content { max-width: 480px; padding-top: 36px; margin: 0 auto; }
.sample-eyebrow { color: #7c816d; text-transform: uppercase; letter-spacing: 0.12em; font-size: 8px; margin: 0 0 16px; }
.sample-selection { border: 1.5px solid #d6664f; background: #d6664f04; padding: 10px 14px; margin: 0 -14px 20px; position: relative; }
.sample-selection h2 { color: #414c38; font: 43px/1.05 Georgia, "Times New Roman", serif; letter-spacing: -1.6px; margin: 0; }
.comment-pin { position: absolute; right: -12px; top: -12px; width: 23px; height: 23px; background: #cc573f; color: #fff; border: 3px solid #fdfdf9; border-radius: 50%; font-size: 9px; display: grid; place-items: center; }
.sample-cursor { position: absolute; right: 14px; bottom: -21px; color: #c2523c; font-size: 25px; line-height: 1; }
.sample-cursor b { vertical-align: bottom; color: #fff; background: #c2523c; padding: 4px 7px; border-radius: 4px; font-size: 9px; font-weight: 500; margin-left: -8px; }
.sample-description { max-width: 310px; font-size: 11px; line-height: 1.7; color: #69715e; margin: 0 0 14px; }
.sample-cta { display: inline-flex; gap: 20px; background: #454f3e; color: #fff; font-size: 9px; padding: 9px 12px; border-radius: 3px; }
.sample-projects { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; margin-top: 26px; }
.sample-projects > div { min-width: 0; }
.sample-projects small { display: block; font-size: 8px; color: #6c725f; margin-top: 7px; white-space: nowrap; }
.project-shape { display: block; height: 86px; position: relative; overflow: hidden; }
.shape-arch { background: #dfdfcf; }
.shape-arch::before { content: ""; position: absolute; width: 58px; height: 80px; left: 50%; bottom: -8px; transform: translateX(-50%); border: 16px solid #b6baa5; border-bottom: 0; border-radius: 45px 45px 0 0; }
.shape-circle { background: #edddca; }
.shape-circle::before { content: ""; position: absolute; width: 62px; height: 62px; left: 50%; top: 12px; transform: translateX(-50%); background: #bd9272; border: 12px solid #d3b293; border-radius: 50%; }
.shape-lines { background: #dcded4; }
.shape-lines::before { content: ""; position: absolute; width: 86px; height: 86px; left: 50%; top: 12px; transform: translateX(-50%) rotate(-30deg); border: 12px solid #adb39e; box-shadow: inset 0 0 0 9px #dcded4, inset 0 0 0 18px #adb39e; }
.preview-toolbar { position: absolute; bottom: 17px; left: 28px; display: flex; align-items: center; gap: 12px; padding: 7px 11px; background: #fff; border: 1px solid #dfe1d8; border-radius: 7px; box-shadow: 0 3px 8px #20292008; font-size: 9px; }
.toolbar-mode { color: #b34b38; display: flex; gap: 6px; align-items: center; }
.toolbar-mode i { font-size: 15px; line-height: 1; font-style: normal; }
.toolbar-divider { width: 1px; height: 13px; background: #e5e6e0; }
.preview-toolbar b { font-size: 8px; background: #f0f1ec; border-radius: 3px; padding: 1px 4px; font-weight: 500; }
.toolbar-muted { color: #777e6f; }
.preview-conversation { border-left: 1px solid #e4e6df; background: #fff; padding: 24px 22px 18px; display: flex; flex-direction: column; }
.conversation-top { display: flex; align-items: start; justify-content: space-between; }
.conversation-top b { font-size: 13px; font-weight: 600; display: block; }
.conversation-top small { display: block; font-size: 10px; color: #7b8077; margin-top: 4px; }
.conversation-close { color: #93988c; font-size: 19px; line-height: 1; }
.preview-conversation blockquote { padding: 9px 12px; margin: 22px 0 24px; border-left: 2px solid #d67461; background: #faf8f6; color: #797467; font-size: 10px; }
.preview-message { display: flex; align-items: start; gap: 10px; margin-bottom: 24px; }
.preview-avatar { width: 25px; height: 25px; flex-shrink: 0; display: grid; place-items: center; font-size: 10px; border-radius: 50%; }
.avatar-maya { color: #765367; background: #f1e6ec; }
.avatar-agent { color: #4c639c; background: #e9eef9; }
.message-meta { display: flex; align-items: baseline; justify-content: space-between; gap: 5px; margin: 2px 0 7px; }
.message-meta b { font-size: 10px; font-weight: 600; }
.message-meta > span { font-size: 8px; color: #898e82; }
.preview-message p:not(.message-meta) { font-size: 11px; line-height: 1.75; color: #61665d; margin: 0; }
.preview-resolved { display: flex; align-items: center; gap: 7px; font-size: 9px; color: #627b54; margin: 1px 0 26px 35px; }
.preview-resolved > span:first-child { font-size: 10px; }
.resolved-line { flex: 1; height: 1px; background: #eaede6; margin-left: 4px; }
.preview-compose { margin-top: auto; min-height: 58px; border: 1px solid #e3e6dd; border-radius: 6px; color: #8a9082; padding: 12px; font-size: 10px; display: flex; align-items: start; justify-content: space-between; }
.preview-compose span { width: 22px; height: 22px; display: grid; place-items: center; background: #f1f3ec; color: #929b85; border-radius: 4px; margin-top: 10px; }
.conversation-footnote { font-size: 8px; color: #8b9183; text-align: center; margin: 10px 0 0; }
.product-preview figcaption { display: flex; align-items: center; justify-content: space-between; gap: 16px; min-height: 56px; font-size: 12px; color: var(--muted); padding: 0 4px; }
.caption-mark { font-size: 19px; margin-right: 8px; vertical-align: middle; }
.product-preview figcaption a { text-decoration: none; font-weight: 550; color: var(--fg); }
.product-preview figcaption a:hover { color: var(--accent); }

/* A short, ordered explanation instead of a grid of competing cards. */
.workflow-section { padding: 98px 0 88px; scroll-margin-top: 32px; }
.section-heading { display: grid; grid-template-columns: 1.3fr 1fr; align-items: end; gap: 12px 48px; }
.section-heading .eyebrow { grid-column: 1 / -1; margin: 0; }
.section-heading h2, .agent-section h2, .signin-intro h2 { font-size: clamp(29px, 3vw, 40px); font-weight: 550; line-height: 1.16; letter-spacing: -0.045em; margin: 0; }
.section-heading > p:last-child { font-size: 14px; line-height: 1.8; margin: 0; color: var(--muted); padding-bottom: 3px; }
.workflow-steps { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 36px; list-style: none; margin: 42px 0 0; padding: 0; }
.workflow-steps li { border-top: 1px solid var(--border); padding-top: 22px; }
.step-index { display: block; font-family: var(--mono); font-size: 12px; color: var(--muted); margin-bottom: 24px; }
.workflow-steps h3 { font-size: 17px; font-weight: 550; letter-spacing: -0.025em; margin-bottom: 11px; }
.workflow-steps p { color: var(--muted); font-size: 14px; line-height: 1.8; margin: 0 0 18px; }
.step-detail { font-size: 11px; color: var(--muted); }

.agent-section { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 64px; padding: 56px; background: #252b27; color: #f0f2ed; border-radius: 14px; }
.agent-section .eyebrow { color: #b2bcb0; }
.agent-section h2 { margin-bottom: 18px; }
.agent-copy > p:not(.eyebrow) { color: #bbc4b9; font-size: 14px; line-height: 1.8; margin-bottom: 24px; }
.agent-section .btn { background: #f0f2ed; color: #252b27; border-color: #f0f2ed; justify-content: space-between; gap: 24px; }
.agent-section .btn:hover { background: #fff; }
.agent-copy .agent-compatibility { font-size: 10px !important; margin: 17px 0 0 !important; color: #a8b3a6 !important; }
.agent-activity { border: 1px solid #4a554a; background: #2d352e; border-radius: 10px; overflow: hidden; }
.activity-heading { display: flex; align-items: center; gap: 11px; padding: 18px; border-bottom: 1px solid #465046; font-size: 11px; font-weight: 500; }
.activity-symbol { width: 28px; height: 28px; display: grid; place-items: center; border: 1px solid #586351; background: #394333; border-radius: 6px; color: #c3d2b5; }
.activity-heading small { display: block; font-weight: 400; color: #a5b3a1; font-size: 9px; margin-top: 3px; }
.activity-status { margin-left: auto; background: #a4ba92; }
.agent-activity ol { list-style: none; margin: 0; padding: 26px 20px 8px; }
.agent-activity li { display: flex; gap: 12px; padding: 0 0 25px; position: relative; }
.agent-activity li:not(:last-child)::after { content: ""; position: absolute; top: 21px; left: 9px; height: calc(100% - 24px); width: 1px; background: #495545; }
.activity-check { display: grid; place-items: center; flex-shrink: 0; width: 19px; height: 19px; border: 1px solid #64755a; border-radius: 50%; color: #bdd0ab; font-size: 10px; }
.agent-activity li b { display: block; font-size: 12px; font-weight: 500; margin-bottom: 4px; }
.agent-activity li div > span { font-size: 10px; color: #abb8a7; }
.agent-activity > a { display: flex; justify-content: space-between; color: #bdcbb6; font-size: 10px; text-decoration: none; border-top: 1px solid #465046; padding: 14px 20px; }
.agent-activity > a:hover { color: #fff; }
.landing .setup-panel { margin: 24px 0 0; scroll-margin-top: 32px; }

.signin-section { display: grid; grid-template-columns: 1fr 0.9fr; gap: 100px; align-items: center; padding: 96px 40px 8px; scroll-margin-top: 48px; }
.signin-intro > p:not(.eyebrow) { color: var(--muted); font-size: 15px; line-height: 1.8; margin: 22px 0; max-width: 350px; }
.signin-assurances { list-style: none; padding: 0; margin: 26px 0 0; font-size: 12px; color: var(--muted); }
.signin-assurances li { margin: 10px 0; display: flex; align-items: baseline; gap: 10px; }
.signin-assurances li::before { content: "✓"; color: var(--ok); font-size: 11px; }
.signin-card { border: 1px solid var(--border); border-radius: 14px; padding: 30px; background: var(--card); box-shadow: 0 6px 20px #20292004; }
.signin-card-heading { margin-bottom: 28px; }
.signin-symbol { display: grid; place-items: center; background: var(--code-bg); border: 1px solid var(--border); border-radius: 9px; color: var(--accent); width: 38px; height: 38px; font-size: 22px; margin-bottom: 22px; }
.signin-card h3 { font-size: 20px; letter-spacing: -0.03em; font-weight: 550; }
.signin-card-heading p { color: var(--muted); font-size: 13px; margin: 6px 0 0; }
.signin-card form > .btn { width: 100%; justify-content: space-between; }
.signin-fineprint { font-size: 11px; line-height: 1.7; color: var(--muted); margin: 15px 0 0; }
.signin-card #sent { font-size: 14px; line-height: 1.7; }
.signin-card #sent-email, .signin-card #signed-in-email { overflow-wrap: anywhere; }
.signin-card #signed-in { font-size: 14px; }
.signin-card #signed-in > p { margin-bottom: 20px; }
.signin-card .actions { gap: 8px; }

@media (max-width: 1000px) {
  .preview-workspace { grid-template-columns: minmax(0, 1fr) 270px; }
  .preview-website { padding-left: 24px; padding-right: 24px; }
  .sample-nav > span:last-child { font-size: 8px; }
  .sample-selection h2 { font-size: 36px; }
  .sample-content { padding-top: 30px; }
  .preview-conversation { padding: 22px 18px 18px; }
  .agent-section { gap: 36px; padding: 40px; }
  .signin-section { gap: 56px; padding-left: 8px; padding-right: 8px; }
}
@media (max-width: 760px) {
  main.container.landing { padding-left: 22px; padding-right: 22px; padding-bottom: 64px; }
  .landing-hero { padding: 54px 0 36px; }
  .hero-description { font-size: 16px; max-width: 430px; }
  .product-preview { padding: 10px 10px 0; border-radius: 14px; }
  .preview-workspace { grid-template-columns: minmax(0, 1fr) 235px; }
  .preview-website { padding: 0 20px 56px; }
  .sample-nav > span:last-child { display: none; }
  .sample-selection h2 { font-size: 30px; }
  .sample-projects { gap: 8px; }
  .sample-projects small { font-size: 6px; }
  .project-shape { height: 72px; }
  .preview-toolbar { left: 16px; gap: 8px; font-size: 8px; }
  .preview-toolbar .toolbar-muted { display: none; }
  .preview-conversation { padding: 22px 16px 16px; }
  .product-preview figcaption { font-size: 10px; min-height: 52px; }
  .section-heading { grid-template-columns: 1fr; gap: 16px; }
  .workflow-section { padding: 64px 0; }
  .workflow-steps { gap: 22px; margin-top: 32px; }
  .workflow-steps h3 { font-size: 15px; }
  .workflow-steps p { font-size: 13px; }
  .agent-section { padding: 30px; gap: 28px; }
  .agent-copy > p:not(.eyebrow) { font-size: 13px; }
  .agent-section .btn { font-size: 12px; gap: 10px; }
  .signin-section { gap: 30px; padding: 64px 0 0; }
  .signin-card { padding: 24px; }
}
@media (max-width: 560px) {
  main.container.landing { padding-left: 18px; padding-right: 18px; }
  .landing-hero { padding-top: 44px; }
  .landing-hero .eyebrow { font-size: 9px; letter-spacing: 0.09em; margin-bottom: 22px; }
  .landing-hero h1 { font-size: clamp(39px, 10.9vw, 59px); margin-bottom: 20px; }
  .hero-description { font-size: 15px; line-height: 1.7; padding: 0 6px; }
  .hero-actions { gap: 20px; }
  .hero-actions .btn { min-width: 135px; padding: 13px 16px; font-size: 13px; }
  .text-link { font-size: 12px; gap: 8px; }
  .hero-note { font-size: 10px; }
  .preview-workspace { grid-template-columns: 1fr; }
  .preview-chrome { gap: 12px; padding: 10px 12px; }
  .preview-live { font-size: 8px; }
  .preview-address { font-size: 9px; }
  .preview-address > span { display: none; }
  .preview-website { padding: 0 26px 56px; }
  .sample-nav { padding: 18px 0; }
  .sample-nav > span:last-child { display: block; font-size: 7px; }
  .sample-brand { font-size: 20px; }
  .sample-content { padding-top: 25px; }
  .sample-selection h2 { font-size: 35px; }
  .sample-description { max-width: 240px; }
  .sample-projects { margin-top: 20px; }
  .project-shape { height: 64px; }
  .preview-toolbar { bottom: 14px; left: 19px; }
  .preview-toolbar .toolbar-muted { display: inline; }
  .preview-conversation { border-left: 0; border-top: 1px solid #e4e6df; padding: 20px; }
  .preview-conversation blockquote { margin: 15px 0 20px; }
  .preview-message { margin-bottom: 19px; }
  .preview-message p:not(.message-meta) { font-size: 12px; }
  .message-meta b { font-size: 11px; }
  .message-meta > span { font-size: 9px; }
  .preview-resolved { margin-bottom: 20px; }
  .preview-compose { min-height: 50px; }
  .conversation-footnote { font-size: 9px; }
  .product-preview figcaption { flex-wrap: wrap; gap: 3px; padding: 10px 3px 12px; font-size: 10px; }
  .product-preview figcaption a { margin-left: 25px; }
  .section-heading h2, .agent-section h2, .signin-intro h2 { font-size: 32px; }
  .workflow-steps { grid-template-columns: 1fr; gap: 25px; }
  .workflow-steps li { display: grid; grid-template-columns: 35px minmax(0, 1fr); gap: 0 12px; padding-top: 22px; }
  .step-index { grid-row: 1 / 4; margin: 3px 0 0; font-size: 11px; }
  .workflow-steps h3 { font-size: 17px; }
  .workflow-steps p { font-size: 14px; margin-bottom: 10px; }
  .step-detail { grid-column: 2; }
  .agent-section { grid-template-columns: 1fr; padding: 30px 24px; gap: 32px; }
  .agent-copy > p:not(.eyebrow) { font-size: 14px; }
  .agent-section .btn { font-size: 13px; }
  .activity-heading { font-size: 11px; }
  .agent-activity li b { font-size: 12px; }
  .agent-activity li div > span { font-size: 10px; }
  .signin-section { grid-template-columns: 1fr; gap: 28px; }
  .signin-intro > p:not(.eyebrow) { max-width: 100%; }
  .signin-card { padding: 26px; }
}
