#landingPage { color: #172033; background: #faf9f6; font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
#landingPage *, #landingPage *::before, #landingPage *::after { box-sizing: border-box; }
#landingPage a:focus-visible, #landingPage button:focus-visible { outline: 3px solid #34d399; outline-offset: 3px; }
.landing-shell { overflow: hidden; }
.landing-container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.landing-narrow { width: min(820px, calc(100% - 40px)); }
.landing-nav { position: absolute; z-index: 60; top: 0; left: 0; width: 100%; color: white; border-bottom: 1px solid rgba(255,255,255,.1); }
.landing-nav-inner { min-height: 76px; display: flex; align-items: center; gap: 34px; }
.landing-brand { display: inline-flex; align-items: center; gap: 10px; color: inherit; font-size: 20px; font-weight: 750; letter-spacing: -.03em; white-space: nowrap; }
.landing-brand img { width: 40px; height: 40px; object-fit: contain; }
.landing-nav-links { display: flex; align-items: center; justify-content: center; gap: 28px; flex: 1; }
.landing-nav-links a, .landing-login { color: #cbd5e1; font-size: 14px; font-weight: 600; transition: color .2s ease; }
.landing-nav-links a:hover, .landing-login:hover { color: white; }
.landing-nav-actions { display: flex; align-items: center; gap: 20px; }
.landing-menu-button { display: none; margin-left: auto; width: 44px; height: 44px; border: 1px solid #475569; border-radius: 10px; color: white; }
.landing-mobile-menu { position: absolute; left: 20px; right: 20px; top: 68px; padding: 12px; border: 1px solid #334155; border-radius: 14px; background: #111827; box-shadow: 0 24px 60px rgba(0,0,0,.35); }
.landing-mobile-menu > a { display: block; padding: 12px; color: #e2e8f0; font-weight: 600; border-radius: 8px; }
.landing-mobile-menu > a:hover { background: #1e293b; }
.landing-mobile-actions { padding: 12px; display: flex; align-items: center; justify-content: space-between; border-top: 1px solid #334155; }
.landing-button, .landing-button-secondary { min-height: 50px; padding: 0 23px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; border-radius: 9px; font-size: 15px; font-weight: 750; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.landing-button { color: #052e25; background: #34d399; box-shadow: 0 10px 30px rgba(16,185,129,.2); }
.landing-button:hover { background: #6ee7b7; transform: translateY(-1px); box-shadow: 0 14px 34px rgba(16,185,129,.27); }
.landing-button-small { min-height: 42px; padding-inline: 18px; font-size: 14px; }
.landing-button-secondary { color: #e2e8f0; border: 1px solid #475569; background: rgba(15,23,42,.38); }
.landing-button-secondary:hover { border-color: #94a3b8; background: rgba(30,41,59,.8); transform: translateY(-1px); }
.landing-hero { position: relative; min-height: 850px; padding: 150px 0 100px; color: white; background: radial-gradient(circle at 78% 25%, rgba(181,136,99,.13), transparent 30%), radial-gradient(circle at 15% 75%, rgba(16,185,129,.08), transparent 25%), #0f172a; }
.landing-hero::after { content: ""; position: absolute; inset: auto 0 0; height: 100px; background: linear-gradient(transparent, rgba(0,0,0,.12)); pointer-events: none; }
.landing-hero-grid { display: grid; grid-template-columns: .86fr 1.14fr; gap: 66px; align-items: center; }
.landing-eyebrow, .landing-kicker { margin-bottom: 20px; color: #6ee7b7; font-size: 12px; line-height: 1.4; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.landing-hero h1 { max-width: 680px; margin: 0; font-size: clamp(3.25rem, 5.5vw, 5.3rem); line-height: .98; letter-spacing: -.058em; font-weight: 760; }
.landing-hero h1 span { color: #f0d9b5; }
.landing-hero-lead { max-width: 650px; margin-top: 28px; color: #cbd5e1; font-size: 19px; line-height: 1.72; }
.landing-hero-actions { display: flex; gap: 12px; margin-top: 34px; }
.landing-feature-strip { display: flex; flex-wrap: wrap; gap: 10px 22px; margin-top: 30px; color: #94a3b8; font-size: 12px; }
.landing-feature-strip li { position: relative; }
.landing-feature-strip li:not(:last-child)::after { content: "·"; position: absolute; right: -14px; color: #64748b; }
.mock-window, .landing-app-showcase, .analysis-mock, .opening-tree-mock, .practice-mock { border: 1px solid rgba(148,163,184,.24); border-radius: 16px; background: #f8fafc; overflow: hidden; box-shadow: 0 30px 80px rgba(0,0,0,.36); }
.mock-window { transform: perspective(1200px) rotateY(-2deg) rotateX(1deg); }
.mock-window-bar, .showcase-topbar { height: 46px; display: flex; align-items: center; justify-content: space-between; padding: 0 16px; color: #94a3b8; background: #111827; font-size: 11px; font-weight: 650; }
.mock-dots { display: flex; gap: 5px; }
.mock-dots span { width: 7px; height: 7px; border-radius: 50%; background: #475569; }
.mock-live { color: #6ee7b7; }
.hero-product { display: grid; grid-template-columns: minmax(250px, .9fr) minmax(235px, 1.1fr); min-height: 395px; background: #e2e8f0; }
.mock-board { display: grid; grid-template-columns: repeat(8, 1fr); width: 100%; aspect-ratio: 1; background: #f0d9b5; overflow: hidden; }
.mock-board span { position: relative; display: grid; place-items: center; min-width: 0; line-height: 1; }
.mock-board span.light { background: #f0d9b5; }
.mock-board span.dark { background: #b58863; }
.mock-board span > img { position: relative; z-index: 2; display: block; width: 94%; height: 94%; object-fit: contain; filter: drop-shadow(0 2px 1px rgba(15,23,42,.12)); transform: translate3d(0,0,0); }
.mock-board span:nth-child(8n + 1)::before { content: attr(data-rank); position: absolute; z-index: 4; top: 5%; left: 7%; color: #b58863; font-size: clamp(6px, .8vw, 10px); font-weight: 800; line-height: 1; }
.mock-board span.dark:nth-child(8n + 1)::before { color: #f0d9b5; }
.mock-board span:nth-child(n + 57)::after { content: attr(data-file); position: absolute; z-index: 4; right: 7%; bottom: 5%; color: #b58863; font-size: clamp(6px, .8vw, 10px); font-weight: 800; line-height: 1; }
.mock-board span.dark:nth-child(n + 57)::after { color: #f0d9b5; }
.mock-board [data-demo-move] { z-index: 8; will-change: transform; }
.mock-board [data-demo-capture] > img { will-change: opacity, transform; }
.mock-coach { padding: 20px; color: #334155; background: #f8fafc; }
.mock-coach-heading { display: flex; justify-content: space-between; gap: 10px; padding-bottom: 14px; border-bottom: 1px solid #e2e8f0; }
.mock-coach-heading div { display: flex; flex-direction: column; gap: 2px; }
.mock-coach-heading strong { color: #0f172a; font-size: 15px; }
.mock-coach-heading div span { color: #64748b; font-size: 10px; }
.eval-pill { align-self: flex-start; padding: 4px 8px; color: #78350f; background: #fef3c7; border-radius: 999px; font-size: 11px; font-weight: 800; }
.coach-card { margin-top: 14px; padding: 14px; color: #334155; border: 1px solid #e2e8f0; border-radius: 10px; background: white; font-size: 11px; line-height: 1.55; }
.coach-card p + strong { display: block; margin-top: 8px; color: #047857; }
.coach-card-muted { background: #f8fafc; }
.mock-label { margin-bottom: 7px; color: #64748b; font-size: 9px; line-height: 1.3; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.mock-chip-row { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 13px; }
.mock-chip-row button, .analysis-chat button { min-height: 30px; padding: 5px 9px; color: #334155; border: 1px solid #cbd5e1; border-radius: 6px; background: white; font-size: 9px; font-weight: 700; }
.hero-visual-caption { margin-top: 18px; color: #94a3b8; text-align: center; font-size: 13px; }
.hero-visual-caption strong { color: #f0d9b5; }
.landing-section { padding: 112px 0; }
.landing-section-heading { max-width: 780px; margin-bottom: 52px; }
.landing-section-heading h2, .landing-feature-copy h2, .analysis-statement h2, .landing-final h2 { margin: 0; color: #0f172a; font-size: clamp(2.35rem, 4.2vw, 4rem); line-height: 1.05; letter-spacing: -.045em; font-weight: 740; }
.landing-section-heading > p:last-child, .landing-feature-copy > p, .landing-final > p { margin-top: 20px; color: #64748b; font-size: 18px; line-height: 1.7; }
.landing-problem { background: #f8f5ef; }
.landing-problem-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid #d6d3d1; border-bottom: 1px solid #d6d3d1; }
.landing-problem-grid article { padding: 36px 34px 38px 0; }
.landing-problem-grid article + article { padding-left: 34px; border-left: 1px solid #d6d3d1; }
.problem-number, .persona-grid article > span { color: #b58863; font-size: 12px; font-weight: 800; letter-spacing: .12em; }
.landing-problem-grid h3, .persona-grid h3, .bento-grid h3 { margin-top: 18px; color: #0f172a; font-size: 21px; font-weight: 720; letter-spacing: -.02em; }
.landing-problem-grid p, .persona-grid p, .bento-grid p { margin-top: 12px; color: #64748b; line-height: 1.65; }
.landing-bridge { margin-top: 32px; color: #0f172a; font-size: 19px; font-weight: 700; }
.landing-how, .landing-loop, .landing-demo { color: white; background: #111827; }
.landing-section-heading-light h2, .landing-section-heading-light > p:last-child { color: white; }
.landing-steps { display: grid; grid-template-columns: repeat(4, 1fr); position: relative; }
.landing-steps::before { content: ""; position: absolute; top: 22px; left: 12%; right: 12%; height: 1px; background: #334155; }
.landing-step { position: relative; padding: 0 28px 0 0; }
.landing-step > span { position: relative; z-index: 1; display: grid; place-items: center; width: 44px; height: 44px; color: #6ee7b7; border: 1px solid #475569; border-radius: 50%; background: #111827; font-size: 11px; font-weight: 800; }
.landing-step h3 { margin-top: 28px; color: #f0d9b5; font-size: 12px; letter-spacing: .14em; text-transform: uppercase; }
.landing-step h4 { margin-top: 12px; font-size: 22px; line-height: 1.25; font-weight: 700; }
.landing-step p { margin-top: 13px; color: #94a3b8; font-size: 14px; line-height: 1.65; }
.landing-step ul { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 15px; }
.landing-step li, .mock-tag-list span { padding: 5px 8px; color: #cbd5e1; border: 1px solid #334155; border-radius: 5px; font-size: 9px; }
.mock-tag-list { display: flex; flex-wrap: wrap; gap: 5px; margin-top: 15px; }
.landing-dark-feature { color: white; background: #0b1220; }
.landing-feature-layout { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(340px, .85fr); gap: 78px; align-items: center; }
.landing-feature-layout-reverse { grid-template-columns: minmax(340px, .85fr) minmax(0, 1.15fr); }
.landing-app-showcase { background: #e2e8f0; }
.showcase-body { display: grid; grid-template-columns: minmax(250px, .9fr) 28px minmax(245px, 1.1fr); min-height: 390px; }
.showcase-board-wrap { padding: 18px; align-self: center; }
.showcase-eval { position: relative; margin: 18px 0; color: white; background: linear-gradient(to top, #f8fafc 64%, #1e293b 64%); border: 1px solid #cbd5e1; }
.showcase-eval span { position: absolute; bottom: 6px; left: 50%; color: #0f172a; font-size: 8px; font-weight: 800; transform: translateX(-50%) rotate(-90deg); }
.showcase-coach { padding: 25px 22px; color: #334155; background: #f8fafc; }
.showcase-coach h3 { color: #0f172a; font-size: 19px; line-height: 1.3; font-weight: 720; }
.showcase-coach > p:not(.mock-label) { margin-top: 13px; font-size: 12px; line-height: 1.65; }
.candidate-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 6px; margin-top: 18px; }
.candidate-grid span { padding: 9px; display: flex; flex-direction: column; color: #64748b; border: 1px solid #e2e8f0; border-radius: 7px; background: white; font-size: 8px; }
.candidate-grid strong { color: #0f172a; font-size: 11px; }
.landing-feature-copy .landing-kicker { margin-bottom: 18px; }
.landing-dark-feature .landing-feature-copy h2 { color: white; }
.landing-dark-feature .landing-feature-copy > p { color: #94a3b8; }
.landing-check-list { margin-top: 25px; display: grid; gap: 12px; color: #cbd5e1; }
.landing-check-list li { position: relative; padding-left: 26px; font-size: 14px; }
.landing-check-list li::before { content: "✓"; position: absolute; left: 0; color: #34d399; font-weight: 800; }
.landing-check-list-dark { color: #475569; }
.landing-text-link { display: inline-flex; gap: 9px; align-items: center; margin-top: 30px; color: #6ee7b7; font-weight: 750; }
.landing-text-link:hover i { transform: translateX(4px); }
.landing-text-link i { transition: transform .2s ease; }
.landing-text-link-dark { color: #047857; }
.landing-analysis-feature { background: #faf9f6; }
.analysis-mock { color: #334155; background: white; box-shadow: 0 24px 60px rgba(15,23,42,.14); }
.analysis-mock-head { height: 52px; display: flex; align-items: center; justify-content: space-between; padding: 0 18px; border-bottom: 1px solid #e2e8f0; font-size: 11px; }
.analysis-mock-head b { color: #b45309; }
.analysis-mock-grid { display: grid; grid-template-columns: .9fr 1.1fr; }
.analysis-mini-board { padding: 16px; background: #e2e8f0; }
.analysis-graph { height: 58px; margin-top: 12px; padding: 5px; color: #10b981; border: 1px solid #cbd5e1; border-radius: 6px; background: white; }
.analysis-graph svg { width: 100%; height: 100%; }
.analysis-chat { padding: 18px; }
.chat-message { margin-top: 10px; padding: 11px; color: #475569; border-radius: 8px; background: #f1f5f9; font-size: 10px; line-height: 1.55; }
.chat-user { margin-left: 22px; background: #ecfdf5; }
.analysis-chat button { margin-top: 12px; color: #047857; border-color: #a7f3d0; background: #ecfdf5; }
.analysis-statement { max-width: 850px; margin: 90px auto 0; padding-top: 50px; text-align: center; border-top: 1px solid #d6d3d1; }
.analysis-statement h2 { font-size: clamp(2.1rem, 4vw, 3.5rem); }
.analysis-statement p { margin-top: 16px; color: #64748b; font-size: 18px; }
.landing-openings { background: #f8f5ef; }
.opening-tree-mock { color: #334155; background: white; box-shadow: 0 24px 60px rgba(15,23,42,.12); }
.opening-tree-head, .opening-tree-foot { display: flex; justify-content: space-between; align-items: center; padding: 18px 20px; border-bottom: 1px solid #e2e8f0; }
.opening-tree-head h3 { color: #0f172a; font-size: 19px; font-weight: 750; }
.opening-data-badge { padding: 6px 9px; color: #047857; border-radius: 999px; background: #ecfdf5; font-size: 9px; font-weight: 750; }
.opening-filters { display: flex; gap: 8px; padding: 14px 20px; background: #f8fafc; }
.opening-filters span { padding: 7px 9px; color: #64748b; border: 1px solid #e2e8f0; border-radius: 6px; background: white; font-size: 9px; }
.opening-filters strong { color: #334155; }
.opening-line { padding: 15px 22px 8px; color: #0f172a; }
.opening-branches { padding: 0 20px 14px 46px; }
.opening-branch { position: relative; display: grid; grid-template-columns: 1fr auto; padding: 11px 13px; margin-top: 7px; border: 1px solid #e2e8f0; border-radius: 8px; background: #fff; font-size: 12px; }
.opening-branch::before { content: ""; position: absolute; left: -21px; top: -8px; width: 18px; height: 27px; border-left: 1px solid #cbd5e1; border-bottom: 1px solid #cbd5e1; }
.opening-branch strong { color: #047857; }
.opening-branch small { grid-column: 1 / -1; color: #94a3b8; }
.opening-tree-foot { color: #64748b; border-top: 1px solid #e2e8f0; border-bottom: 0; font-size: 9px; }
.opening-capabilities { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 22px; }
.opening-capabilities span { padding: 7px 9px; color: #475569; border: 1px solid #d6d3d1; border-radius: 6px; background: rgba(255,255,255,.5); font-size: 10px; font-weight: 650; }
.opening-coach-card { margin-top: 80px; padding: 34px; display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: center; border: 1px solid #d6d3d1; border-radius: 16px; background: white; }
.opening-coach-copy h3 { color: #0f172a; font-size: 27px; font-weight: 740; letter-spacing: -.03em; }
.opening-coach-copy > p:last-child, .opening-explanation p { margin-top: 12px; color: #64748b; line-height: 1.65; }
.opening-explanation { padding: 20px; border: 1px solid #e2e8f0; border-radius: 10px; background: #f8fafc; font-size: 13px; }
.landing-practice { background: white; }
.practice-mock { max-width: 570px; margin-left: auto; color: #334155; background: #f8fafc; box-shadow: 0 24px 60px rgba(15,23,42,.14); }
.practice-head { display: flex; justify-content: space-between; align-items: center; padding: 16px 20px; border-bottom: 1px solid #e2e8f0; }
.practice-head div { display: flex; flex-direction: column; }
.practice-head > span { padding: 6px 9px; color: #047857; border-radius: 999px; background: #ecfdf5; font-size: 9px; font-weight: 750; }
.practice-body { display: grid; grid-template-columns: .52fr 1fr; padding: 18px; gap: 18px; }
.practice-moves { padding: 15px; color: #475569; border: 1px solid #e2e8f0; border-radius: 8px; background: white; font-family: ui-monospace, monospace; font-size: 12px; line-height: 2; }
.practice-progress { position: relative; height: 46px; padding: 8px 18px; border-top: 1px solid #e2e8f0; background: white; }
.practice-progress::before, .practice-progress span { content: ""; position: absolute; left: 18px; right: 18px; top: 10px; height: 5px; border-radius: 999px; background: #e2e8f0; }
.practice-progress span { right: auto; background: #10b981; }
.practice-progress strong { display: block; margin-top: 12px; color: #64748b; font-size: 9px; }
.loop-track { position: relative; display: flex; align-items: center; gap: 18px; padding: 35px; border: 1px solid #334155; border-radius: 16px; background: rgba(15,23,42,.55); }
.loop-item { flex: 1; min-width: 0; }
.loop-item span { display: block; color: #6ee7b7; font-size: 9px; font-weight: 800; letter-spacing: .15em; }
.loop-item strong { display: block; margin-top: 7px; font-size: 14px; }
.loop-track > i { color: #64748b; }
.loop-return { position: absolute; right: 25px; bottom: -38px; color: #b58863 !important; }
.landing-compare { background: #faf9f6; }
.comparison-grid { display: grid; grid-template-columns: 1fr 1fr; position: relative; border: 1px solid #d6d3d1; border-radius: 16px; background: white; overflow: hidden; }
.comparison-grid article { padding: 42px; }
.comparison-grid article + article { border-left: 1px solid #d6d3d1; }
.comparison-icon { display: grid; place-items: center; width: 44px; height: 44px; color: #047857; border-radius: 10px; background: #ecfdf5; }
.comparison-icon-warm { color: #92400e; background: #fef3c7; }
.comparison-grid h3 { margin-top: 20px; color: #0f172a; font-size: 24px; font-weight: 740; }
.comparison-grid ul { display: grid; gap: 13px; margin-top: 20px; color: #475569; }
.comparison-grid li::before { content: "—"; margin-right: 10px; color: #94a3b8; }
.comparison-bottom { grid-column: 1 / -1; padding: 17px; color: white; background: #0f172a; text-align: center; font-size: 19px; font-weight: 750; }
.demo-layout { display: grid; grid-template-columns: minmax(260px, .72fr) minmax(360px, 1.28fr); gap: 50px; align-items: center; }
.demo-position { padding: 18px; color: #334155; border-radius: 14px; background: #e2e8f0; }
.demo-position p { padding: 12px 5px 0; font-size: 11px; }
.demo-conversation { min-height: 340px; padding: 30px; border: 1px solid #334155; border-radius: 14px; background: #0f172a; }
.demo-questions { display: flex; flex-wrap: wrap; gap: 8px; }
.demo-questions button { min-height: 38px; padding: 8px 11px; color: #cbd5e1; border: 1px solid #475569; border-radius: 8px; font-size: 11px; text-align: left; }
.demo-questions button:hover, .demo-questions button.is-active { color: #052e25; border-color: #34d399; background: #6ee7b7; }
.demo-answer { position: relative; margin-top: 28px; padding: 25px; color: #e2e8f0; border-left: 3px solid #b58863; border-radius: 0 8px 8px 0; background: #1e293b; font-size: 15px; line-height: 1.75; }
.landing-bento { background: #f8f5ef; }
.bento-grid { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: minmax(185px, auto); gap: 14px; }
.bento-grid article { padding: 27px; border: 1px solid #d6d3d1; border-radius: 13px; background: rgba(255,255,255,.7); }
.bento-grid article:hover { background: white; border-color: #a8a29e; }
.bento-grid i { color: #047857; font-size: 21px; }
.bento-grid .bento-wide { grid-column: span 2; }
.bento-grid .bento-tall { grid-row: span 2; background: #0f172a; }
.bento-tall h3 { color: white; }
.bento-tall p { color: #94a3b8; }
.bento-tall i { color: #f0d9b5; }
.landing-personas { background: white; }
.persona-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.persona-grid article { padding: 30px; border-top: 2px solid #0f172a; background: #f8fafc; }
.landing-pricing { background: #faf9f6; }
.landing-pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; align-items: stretch; }
.landing-pricing-grid article { position: relative; padding: 32px; display: flex; flex-direction: column; border: 1px solid #d6d3d1; border-radius: 15px; background: white; }
.landing-pricing-grid h3 { color: #0f172a; font-size: 22px; font-weight: 740; }
.landing-price { margin-top: 15px; color: #0f172a; font-size: 38px; font-weight: 780; letter-spacing: -.04em; }
.landing-price span { color: #64748b; font-size: 13px; letter-spacing: 0; font-weight: 600; }
.landing-pricing-grid article > p { margin-top: 10px; color: #64748b; }
.landing-pricing-grid ul { display: grid; gap: 12px; margin: 25px 0; color: #475569; font-size: 13px; }
.landing-pricing-grid li { position: relative; padding-left: 22px; }
.landing-pricing-grid li::before { content: "✓"; position: absolute; left: 0; color: #10b981; font-weight: 800; }
.landing-pricing-grid small { margin-top: auto; color: #64748b; }
.landing-price-button { width: 100%; margin-top: 20px; color: #0f172a; border-color: #cbd5e1; background: white; }
.landing-price-featured { color: white; border-color: #0f172a !important; background: #0f172a !important; box-shadow: 0 22px 50px rgba(15,23,42,.22); transform: translateY(-10px); }
.landing-price-featured h3, .landing-price-featured .landing-price { color: white; }
.landing-price-featured > p, .landing-price-featured ul, .landing-price-featured small, .landing-price-featured .landing-price span { color: #cbd5e1; }
.price-label { align-self: flex-start; margin-bottom: 14px; padding: 5px 8px; color: #052e25; border-radius: 999px; background: #6ee7b7; font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.landing-faq { background: #f8f5ef; }
.faq-list { border-top: 1px solid #d6d3d1; }
.faq-item { border-bottom: 1px solid #d6d3d1; }
.faq-item button { width: 100%; min-height: 72px; padding: 18px 0; display: flex; align-items: center; justify-content: space-between; gap: 20px; color: #0f172a; text-align: left; font-size: 17px; font-weight: 700; }
.faq-item button i { color: #64748b; transition: transform .2s ease; }
.faq-item button[aria-expanded="true"] i { transform: rotate(45deg); }
.faq-answer { max-width: 720px; padding: 0 45px 23px 0; color: #64748b; line-height: 1.7; }
.landing-final { padding: 110px 0; color: white; text-align: center; background: radial-gradient(circle at 50% 0, rgba(181,136,99,.16), transparent 40%), #0f172a; }
.landing-final .landing-kicker { color: #6ee7b7; }
.landing-final h2 { max-width: 800px; margin-inline: auto; color: white; }
.landing-final > .landing-container > p:not(.landing-kicker) { max-width: 650px; margin-inline: auto; color: #94a3b8; }
.landing-final-actions { display: flex; justify-content: center; gap: 12px; margin-top: 32px; }
.landing-button-secondary-dark { color: #e2e8f0; }
.landing-footer { padding: 64px 0 25px; color: #94a3b8; background: #080d17; }
.landing-footer-main { display: grid; grid-template-columns: 1fr auto; gap: 60px; padding-bottom: 48px; }
.landing-footer-brand { max-width: 470px; }
.landing-footer-brand .landing-brand { color: white; }
.landing-footer-brand p { margin-top: 18px; line-height: 1.65; }
.landing-footer nav { display: grid; grid-template-columns: repeat(2, minmax(80px, 1fr)); gap: 14px 35px; }
.landing-footer nav a { color: #cbd5e1; font-size: 13px; }
.landing-footer nav a:hover { color: white; }
.landing-footer-bottom { padding-top: 24px; display: flex; justify-content: space-between; gap: 20px; border-top: 1px solid #1e293b; font-size: 11px; }
[data-landing-reveal] { opacity: 0; transform: translateY(16px); transition: opacity .55s ease, transform .55s ease; }
[data-landing-reveal].is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1023px) {
  .landing-nav-links { display: none; }
  .landing-menu-button { display: block; }
  .landing-nav-actions { display: none; }
  .landing-hero { padding-top: 130px; }
  .landing-hero-grid, .landing-feature-layout, .landing-feature-layout-reverse { grid-template-columns: 1fr; gap: 55px; }
  .landing-hero-copy { max-width: 760px; }
  .landing-steps { grid-template-columns: repeat(2, 1fr); gap: 50px 20px; }
  .landing-steps::before { display: none; }
  .landing-feature-layout-reverse .landing-feature-copy { order: 1; }
  .landing-feature-layout-reverse > :not(.landing-feature-copy) { order: 2; }
  .bento-grid { grid-template-columns: repeat(2, 1fr); }
  .landing-price-featured { transform: none; }
}

@media (max-width: 700px) {
  .landing-container, .landing-narrow { width: min(100% - 28px, 1180px); }
  .landing-nav-inner { min-height: 66px; }
  .landing-brand img { width: 34px; height: 34px; }
  .landing-hero { min-height: auto; padding: 112px 0 72px; }
  .landing-hero h1 { font-size: clamp(2.7rem, 13vw, 4rem); }
  .landing-hero-lead { font-size: 17px; }
  .landing-hero-actions, .landing-final-actions { flex-direction: column; }
  .landing-hero-actions a, .landing-final-actions a { width: 100%; }
  .landing-feature-strip { gap: 8px; }
  .landing-feature-strip li { width: calc(50% - 4px); }
  .landing-feature-strip li::after { display: none; }
  .mock-window { transform: none; }
  .hero-product { grid-template-columns: 1fr; }
  .mock-coach { padding: 16px; }
  .landing-section { padding: 78px 0; }
  .landing-section-heading { margin-bottom: 36px; }
  .landing-section-heading h2, .landing-feature-copy h2, .analysis-statement h2, .landing-final h2 { font-size: clamp(2.2rem, 10vw, 3.1rem); }
  .landing-problem-grid, .landing-steps, .persona-grid, .landing-pricing-grid, .opening-coach-card, .comparison-grid, .demo-layout { grid-template-columns: 1fr; }
  .landing-problem-grid article { padding: 28px 0; }
  .landing-problem-grid article + article { padding-left: 0; border-left: 0; border-top: 1px solid #d6d3d1; }
  .landing-step { padding-right: 0; }
  .showcase-body { grid-template-columns: 1fr; }
  .showcase-board-wrap { padding: 14px; }
  .showcase-eval { height: 22px; margin: 0 14px; background: linear-gradient(to right, #1e293b 38%, #f8fafc 38%); }
  .showcase-eval span { left: auto; right: 5px; bottom: 3px; transform: none; }
  .analysis-mock-grid { grid-template-columns: 1fr; }
  .analysis-statement { margin-top: 60px; }
  .opening-coach-card { margin-top: 55px; padding: 24px; gap: 30px; }
  .practice-mock { margin: 0; }
  .practice-body { grid-template-columns: 1fr; }
  .loop-track { flex-direction: column; align-items: stretch; padding: 25px; }
  .loop-track > i:not(.loop-return) { transform: rotate(90deg); align-self: center; }
  .comparison-grid article { padding: 30px; }
  .comparison-grid article + article { border-left: 0; border-top: 1px solid #d6d3d1; }
  .demo-conversation { min-height: 0; padding: 22px; }
  .bento-grid { grid-template-columns: 1fr; }
  .bento-grid .bento-wide { grid-column: auto; }
  .bento-grid .bento-tall { grid-row: auto; }
  .landing-footer-main { grid-template-columns: 1fr; gap: 35px; }
  .landing-footer-bottom { flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  #landingPage { scroll-behavior: auto; }
  #landingPage *, #landingPage *::before, #landingPage *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  [data-landing-reveal] { opacity: 1; transform: none; }
}
