:root {
  --ink: #111827;
  --ink-soft: #4b5563;
  --paper: #f7f9fc;
  --paper-deep: #eef2f7;
  --white: #ffffff;
  --green: #173f67;
  --green-2: #2563eb;
  --green-pale: #e7eef5;
  --lime: #dfe9d5;
  --orange: #829b70;
  --line: #dbe1e8;
  --shadow: 0 24px 70px rgba(23, 63, 103, .14);
  --radius: 22px;
  --shell: min(1160px, calc(100% - 40px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.55; }
button, input, textarea, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; }
img, svg { display: block; }
.shell { width: var(--shell); margin-inline: auto; }
.section { padding: 110px 0; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; }
.skip-link { position: fixed; z-index: 999; left: 16px; top: -80px; padding: 12px 18px; background: var(--lime); color: var(--ink); border-radius: 8px; font-weight: 800; transition: top .15s; }
.skip-link:focus { top: 16px; }
:focus-visible { outline: 3px solid var(--green-2); outline-offset: 3px; }

.site-header { position: sticky; z-index: 50; top: 0; background: rgba(247, 249, 252, .92); backdrop-filter: blur(16px); border-bottom: 1px solid rgba(23,63,103,.1); }
.nav-wrap { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.brand { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; font-size: 18px; font-weight: 780; letter-spacing: -.03em; }
.brand b { color: var(--green-2); }
.brand-logo { width: 160px; height: auto; }
nav { display: flex; align-items: center; gap: 28px; font-size: 14px; font-weight: 650; }
nav a { text-decoration: none; color: #334155; }
nav a:hover { color: var(--green); }
.nav-cta { padding: 11px 16px; border-radius: 10px; background: var(--green-2); color: white !important; box-shadow: 0 8px 22px rgba(37,99,235,.2); }

.hero { position: relative; overflow: hidden; padding: 110px 0 125px; }
.hero-glow { position: absolute; width: 720px; height: 720px; right: -220px; top: -340px; border-radius: 50%; background: radial-gradient(circle, rgba(130,155,112,.22), rgba(130,155,112,0) 67%); pointer-events: none; }
.hero-grid { display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: 78px; }
.eyebrow { margin: 0 0 18px; color: var(--green-2); font-size: 12px; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow.light { color: var(--lime); }
.status-dot { display: inline-block; width: 8px; height: 8px; margin-right: 7px; border-radius: 50%; background: var(--orange); box-shadow: 0 0 0 5px rgba(130,155,112,.16); }
h1, h2, h3, p { text-wrap: pretty; }
h1 { max-width: 720px; margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(50px, 5.9vw, 82px); font-weight: 500; line-height: .98; letter-spacing: -.055em; }
.hero-lede { max-width: 650px; margin: 30px 0 0; color: var(--ink-soft); font-size: 19px; line-height: 1.65; }
.button-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 36px; }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 18px; padding: 0 22px; border: 0; border-radius: 11px; font-weight: 760; text-decoration: none; cursor: pointer; transition: transform .18s, box-shadow .18s, background .18s; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--green-2); color: white; box-shadow: 0 9px 24px rgba(37,99,235,.22); }
.button-primary:hover { background: #1d4ed8; }
.button-quiet { color: var(--ink); background: transparent; box-shadow: inset 0 0 0 1px #b8b5ab; }
.button-dark { background: var(--ink); color: white; }
.button-outline { width: 100%; border: 1px solid #9ea8a3; background: transparent; color: var(--ink); }
.button-accent { width: 100%; background: var(--lime); color: var(--ink); }
.proof-list { display: flex; flex-wrap: wrap; gap: 10px 22px; padding: 0; margin: 28px 0 0; list-style: none; color: #53645f; font-size: 13px; font-weight: 650; }
.proof-list li::before { content: "✓"; margin-right: 7px; color: var(--green-2); font-weight: 900; }

.hero-product { position: relative; min-width: 0; }
.product-window { position: relative; z-index: 2; overflow: hidden; border: 1px solid rgba(20,39,35,.13); border-radius: 26px; background: var(--white); box-shadow: var(--shadow); transform: rotate(1.2deg); }
.window-bar { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; padding: 17px 20px; background: #f0ece2; border-bottom: 1px solid var(--line); color: #4b5b57; font-size: 12px; font-weight: 750; }
.window-dots { display: flex; gap: 6px; }
.window-dots i { width: 8px; height: 8px; border-radius: 50%; background: #c4bfb4; }
.live-pill { justify-self: end; padding: 4px 8px; border-radius: 20px; background: var(--green-pale); color: var(--green); font-size: 10px; text-transform: uppercase; letter-spacing: .09em; }
.mini-chat { min-height: 410px; padding: 38px 34px; background: linear-gradient(155deg, #fffefa 65%, #f5f2e9); }
.mini-message { max-width: 84%; padding: 17px 19px; border-radius: 17px; font-size: 14px; line-height: 1.6; box-shadow: 0 5px 18px rgba(20,39,35,.07); }
.mini-message.customer { margin-left: auto; border-bottom-right-radius: 4px; background: var(--green); color: white; }
.mini-message.assistant { position: relative; margin-top: 25px; margin-left: 28px; border-bottom-left-radius: 4px; background: white; border: 1px solid #e3ddd2; }
.spark { position: absolute; left: -33px; top: 2px; display: grid; place-items: center; width: 26px; height: 26px; border-radius: 8px; background: var(--lime); color: var(--green); }
.source-chip { display: block; margin-top: 14px; padding: 7px 9px; border: 0; border-radius: 7px; background: #eef4ef; color: var(--green); font-size: 10px; font-weight: 800; }
.handoff-row { display: flex; align-items: center; gap: 12px; padding: 16px 22px; border-top: 1px solid var(--line); color: #5d6d68; font-size: 11px; font-weight: 650; }
.avatar-stack { display: flex; }
.avatar-stack i { display: grid; place-items: center; width: 25px; height: 25px; margin-right: -6px; border: 2px solid white; border-radius: 50%; background: var(--green); color: white; font-size: 8px; font-style: normal; }
.avatar-stack i:last-child { background: var(--orange); }
.product-note { position: absolute; z-index: 3; display: flex; flex-direction: column; padding: 14px 17px; border: 1px solid rgba(20,39,35,.13); border-radius: 12px; background: rgba(255,254,250,.96); box-shadow: 0 12px 32px rgba(20,39,35,.12); font-size: 11px; }
.product-note b { font-size: 13px; }
.product-note span { color: #687773; }
.note-one { left: -48px; bottom: 105px; transform: rotate(-3deg); }
.note-two { right: -35px; top: 95px; transform: rotate(3deg); }

.signal-strip { border-block: 1px solid var(--line); background: rgba(255,254,250,.45); }
.signal-grid { display: grid; grid-template-columns: repeat(3,1fr); }
.signal-grid p { margin: 0; padding: 30px 38px; border-left: 1px solid var(--line); }
.signal-grid p:last-child { border-right: 1px solid var(--line); }
.signal-grid strong, .signal-grid span { display: block; }
.signal-grid strong { font-family: Georgia, serif; font-size: 18px; font-weight: 500; }
.signal-grid span { margin-top: 4px; color: #6c7975; font-size: 11px; }

.section-heading h2 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(40px, 4.2vw, 62px); font-weight: 500; line-height: 1.02; letter-spacing: -.045em; }
.section-heading > p:not(.eyebrow) { max-width: 620px; margin: 22px 0 0; color: var(--ink-soft); font-size: 17px; line-height: 1.7; }
.section-heading.centered { text-align: center; }
.section-heading.centered > p { margin-inline: auto !important; }
.narrow { max-width: 760px; margin-inline: auto; }
.demo-section { background: var(--white); }
.demo-shell { display: grid; grid-template-columns: 285px 1fr; overflow: hidden; min-height: 650px; margin-top: 56px; border: 1px solid #d8d5cd; border-radius: var(--radius); box-shadow: 0 22px 65px rgba(20,39,35,.08); }
.demo-sidebar { display: flex; flex-direction: column; padding: 32px 24px; background: var(--ink); color: white; }
.field-kicker { margin: 0 10px 16px; color: #9bb0a9; font-size: 10px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.profile-tabs { display: grid; gap: 7px; }
.profile-tab { width: 100%; display: flex; align-items: center; gap: 12px; padding: 12px; border: 0; border-radius: 10px; background: transparent; color: #dce4e1; text-align: left; cursor: pointer; }
.profile-tab:hover { background: rgba(255,255,255,.06); }
.profile-tab[aria-selected="true"] { background: white; color: var(--ink); }
.tab-icon { display: grid; flex: 0 0 35px; place-items: center; height: 35px; border-radius: 9px; background: rgba(216,240,90,.14); color: var(--lime); font-size: 15px; font-weight: 850; }
.profile-tab[aria-selected="true"] .tab-icon { background: var(--green-pale); color: var(--green); }
.profile-tab span:last-child { display: grid; gap: 1px; }
.profile-tab b { font-size: 12px; }
.profile-tab small { color: #97aaa4; font-size: 9px; text-transform: uppercase; letter-spacing: .08em; }
.demo-principle { display: flex; gap: 10px; margin-top: auto; padding: 17px 14px; border-radius: 10px; background: rgba(255,255,255,.055); }
.demo-principle svg { flex: 0 0 24px; color: var(--lime); }
.demo-principle p { margin: 0; }
.demo-principle strong, .demo-principle span { display: block; }
.demo-principle strong { font-size: 11px; }
.demo-principle span { margin-top: 3px; color: #9eb0aa; font-size: 9px; line-height: 1.5; }
.loading-text { color: #9eb0aa; font-size: 12px; }
.chat-panel { display: grid; grid-template-rows: auto 1fr auto auto auto; min-width: 0; background: #fbfaf6; }
.chat-topbar { display: flex; align-items: center; justify-content: space-between; padding: 20px 25px; background: white; border-bottom: 1px solid #e8e3d9; }
.chat-topbar > div { display: flex; align-items: center; gap: 12px; }
.bot-avatar { display: grid; place-items: center; width: 38px; height: 38px; border-radius: 11px; background: var(--lime); color: var(--green); }
.chat-topbar p { margin: 0; }
.chat-topbar strong, .chat-topbar span { display: block; }
.chat-topbar strong { font-size: 13px; }
.chat-topbar p span { color: #7a8884; font-size: 10px; }
.online { display: flex !important; align-items: center; gap: 6px; color: #61716c; font-size: 10px; }
.online i { width: 7px; height: 7px; border-radius: 50%; background: #41a86d; }
.chat-log { max-height: 390px; min-height: 300px; overflow-y: auto; padding: 28px; scroll-behavior: smooth; }
.chat-message { max-width: 76%; margin-bottom: 18px; }
.chat-message.user { margin-left: auto; }
.message-bubble { padding: 14px 17px; border: 1px solid #dedad1; border-radius: 14px; border-bottom-left-radius: 4px; background: white; color: #2d423d; font-size: 13px; line-height: 1.65; white-space: pre-line; }
.chat-message.user .message-bubble { border: 0; border-bottom-right-radius: 4px; border-bottom-left-radius: 14px; background: var(--green); color: white; }
.message-meta { margin: 5px 5px 0; color: #8b9692; font-size: 9px; }
.chat-message.user .message-meta { text-align: right; }
.typing { display: inline-flex; gap: 4px; padding: 15px 18px; border: 1px solid #dedad1; border-radius: 14px; background: white; }
.typing i { width: 6px; height: 6px; border-radius: 50%; background: #7d8a86; animation: bounce 1s infinite alternate; }
.typing i:nth-child(2) { animation-delay: .18s; }.typing i:nth-child(3) { animation-delay: .36s; }
@keyframes bounce { to { transform: translateY(-4px); opacity: .45; } }
.citations { display: grid; gap: 6px; margin-top: 8px; }
.citation { overflow: hidden; border: 1px solid #dfe5df; border-radius: 8px; background: #f5f8f5; }
.citation summary { display: grid; grid-template-columns: auto 1fr auto; gap: 7px; align-items: center; padding: 8px 10px; color: var(--green); font-size: 10px; font-weight: 750; cursor: pointer; }
.citation summary::-webkit-details-marker { display: none; }
.citation p { margin: 0; padding: 0 10px 10px 28px; color: #52635e; font-size: 10px; line-height: 1.55; }
.citation .relevance { color: #8a9692; font-size: 8px; font-weight: 600; }
.prompt-wrap { padding: 0 28px 12px; }
.prompt-wrap > p { margin: 0 0 7px; color: #8a9692; font-size: 9px; text-transform: uppercase; letter-spacing: .1em; font-weight: 800; }
.suggested-prompts { display: flex; gap: 7px; overflow-x: auto; padding-bottom: 3px; }
.prompt-button { flex: 0 0 auto; padding: 7px 10px; border: 1px solid #d7d4cc; border-radius: 20px; background: white; color: #425650; font-size: 10px; cursor: pointer; }
.prompt-button:hover { border-color: var(--green); color: var(--green); }
.question-form { display: grid; grid-template-columns: 1fr auto; margin: 0 28px; padding: 6px 6px 6px 15px; border: 1px solid #c9cec9; border-radius: 12px; background: white; }
.question-form:focus-within { border-color: var(--green); box-shadow: 0 0 0 3px rgba(40,107,91,.11); }
.question-form input { min-width: 0; border: 0; outline: 0; background: transparent; color: var(--ink); font-size: 12px; }
.send-button { display: grid; place-items: center; width: 40px; height: 40px; border: 0; border-radius: 9px; background: var(--green); color: white; cursor: pointer; }
.send-button:disabled { opacity: .5; cursor: progress; }
.send-button svg { width: 19px; }
.demo-disclaimer { margin: 8px 28px 14px; color: #919c98; font-size: 9px; text-align: center; }
.demo-disclaimer a { color: inherit; text-decoration: underline; text-underline-offset: 2px; }
.own-source { margin-top: 18px; border: 1px solid var(--line); border-radius: 15px; background: #f8f6f0; }
.own-source > summary { display: flex; justify-content: space-between; gap: 20px; padding: 20px 24px; cursor: pointer; }
.own-source > summary::-webkit-details-marker { display: none; }
.own-source[open] > summary > span:last-child { transform: rotate(45deg); }
.own-source-body { display: grid; grid-template-columns: 1.15fr .85fr; gap: 25px; padding: 0 24px 24px; }
.preview-form { display: grid; gap: 15px; }
.preview-form label { display: block; margin-bottom: 6px; color: #52635e; font-size: 11px; font-weight: 750; }
.preview-form textarea, .preview-form input { width: 100%; border: 1px solid #cbc8bf; border-radius: 9px; background: white; padding: 11px 12px; color: var(--ink); font-size: 12px; }
.inline-question { display: grid; grid-template-columns: 1fr auto; gap: 8px; }
.inline-question .button { min-height: 43px; }
.preview-result { align-self: stretch; padding: 22px; border-radius: 12px; background: var(--ink); color: white; font-size: 12px; line-height: 1.7; }
.preview-result p { margin: 0; }
.preview-result .preview-source { display: block; margin-top: 15px; color: var(--lime); font-size: 10px; }

.problem-section { background: var(--paper); }
.problem-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 100px; align-items: start; }
.text-link { display: inline-flex; gap: 25px; margin-top: 28px; color: var(--green); font-size: 14px; font-weight: 800; text-decoration: none; border-bottom: 1px solid #9cafaa; padding-bottom: 5px; }
.outcome-grid { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.outcome-grid article { min-height: 230px; padding: 26px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.outcome-grid article > span { color: var(--orange); font-size: 10px; font-weight: 800; }
.outcome-grid h3 { margin: 33px 0 12px; font-family: Georgia, serif; font-size: 23px; font-weight: 500; line-height: 1.1; }
.outcome-grid p { margin: 0; color: #596a65; font-size: 13px; line-height: 1.7; }

.process-section { background: var(--green); color: white; }
.process-section .section-heading > p:not(.eyebrow) { color: #c7d5e3; }
.process-grid { display: grid; grid-template-columns: repeat(3,1fr); padding: 0; margin: 60px 0 0; list-style: none; border-top: 1px solid rgba(255,255,255,.2); border-left: 1px solid rgba(255,255,255,.2); }
.process-grid li { position: relative; min-height: 355px; padding: 28px; border-right: 1px solid rgba(255,255,255,.2); border-bottom: 1px solid rgba(255,255,255,.2); }
.step-number { color: #9fb8cf; font-size: 10px; font-weight: 800; }
.step-icon { display: grid; place-items: center; width: 53px; height: 53px; margin: 50px 0 27px; border-radius: 50%; background: var(--lime); color: var(--green); font-size: 21px; }
.process-grid h3 { margin: 0; font-family: Georgia, serif; font-size: 25px; font-weight: 500; }
.process-grid p { color: #cad5e1; font-size: 13px; line-height: 1.7; }
.process-grid small { position: absolute; bottom: 25px; color: var(--lime); font-size: 9px; text-transform: uppercase; letter-spacing: .1em; font-weight: 800; }

.included-section { background: #eef2f6; }
.included-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; align-items: center; }
.included-card { padding: 38px; border-radius: var(--radius); background: var(--white); box-shadow: 0 20px 55px rgba(20,39,35,.07); transform: rotate(-1deg); }
.card-label { margin: 0 0 22px; color: var(--green-2); font-size: 10px; text-transform: uppercase; letter-spacing: .13em; font-weight: 850; }
.included-card ul { display: grid; gap: 0; padding: 0; margin: 0; list-style: none; }
.included-card li { display: grid; grid-template-columns: 26px 1fr; gap: 8px; padding: 15px 0; border-bottom: 1px solid #e7e1d7; font-size: 13px; font-weight: 650; }
.included-card li:last-child { border: 0; }
.included-card li span { display: grid; place-items: center; width: 20px; height: 20px; border-radius: 50%; background: var(--green-pale); color: var(--green); font-size: 10px; }
.metric-row { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 38px; padding-top: 25px; border-top: 1px solid #cbc5bb; }
.metric-row p { margin: 0; }
.metric-row strong, .metric-row span { display: block; }
.metric-row strong { font-family: Georgia, serif; color: var(--green); font-size: 33px; font-weight: 500; }
.metric-row span { max-width: 130px; color: #667570; font-size: 10px; line-height: 1.5; }
.founder-note { margin-top: 24px !important; padding: 17px 19px; border-left: 3px solid var(--orange); border-radius: 0 10px 10px 0; background: rgba(255,255,255,.64); font-size: 13px !important; line-height: 1.65 !important; }
.founder-note strong { color: var(--green); }

.pricing-section { background: var(--white); }
.pricing-grid { display: grid; grid-template-columns: repeat(3,1fr); align-items: stretch; gap: 16px; margin-top: 60px; }
.price-card { position: relative; display: flex; flex-direction: column; padding: 32px; border: 1px solid var(--line); border-radius: 18px; background: #fbfaf6; }
.price-card.featured { border: 2px solid var(--green-2); background: white; box-shadow: 0 22px 55px rgba(37,99,235,.13); transform: translateY(-10px); }
.popular { position: absolute; top: 15px; right: 15px; padding: 5px 8px; border-radius: 20px; background: var(--lime); color: var(--green); font-size: 8px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.price-name { margin: 0 0 14px; color: var(--green-2); font-size: 11px; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.price-card h3 { margin: 0; font-family: Georgia, serif; font-size: 45px; font-weight: 500; letter-spacing: -.04em; }
.price-card h3 sup { font-family: Inter, sans-serif; font-size: 16px; vertical-align: 17px; }
.price-card h3 span { font-family: Inter, sans-serif; color: #697873; font-size: 11px; letter-spacing: 0; font-weight: 500; }
.price-card h3.custom-price { font-size: 34px; line-height: 1.4; }
.setup { margin: 4px 0 25px; color: #78847f; font-size: 10px; }
.price-card > p { min-height: 62px; color: #596963; font-size: 13px; }
.price-card ul { display: grid; gap: 12px; min-height: 215px; padding: 23px 0; margin: 0 0 25px; border-top: 1px solid var(--line); list-style: none; color: #344943; font-size: 12px; }
.price-card li::before { content: "✓"; margin-right: 8px; color: var(--green-2); font-weight: 900; }
.price-card .button { margin-top: auto; }
.pricing-note { margin: 34px 0 0; color: #74817c; font-size: 11px; text-align: center; }

.roi-section { background: var(--paper); }
.roi-grid { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 90px; }
.roi-card { display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; padding: 22px; border-radius: 18px; background: var(--white); box-shadow: 0 18px 50px rgba(20,39,35,.07); }
.roi-card label { position: relative; color: #61706b; font-size: 9px; font-weight: 750; }
.roi-card input { width: 100%; margin-top: 6px; padding: 12px; border: 1px solid var(--line); border-radius: 8px; background: #faf9f5; color: var(--ink); font-weight: 750; }
.roi-card label:nth-child(3) input { padding-left: 25px; }
.input-prefix { position: absolute; left: 11px; top: 35px; color: #7f8a86; }
.roi-result { grid-column: 1 / -1; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 5px 20px; margin-top: 8px; padding: 22px; border-radius: 12px; background: var(--green); color: white; }
.roi-result p { margin: 0; color: #bfd3cd; font-size: 10px; }
.roi-result strong { font-family: Georgia, serif; color: var(--lime); font-size: 29px; font-weight: 500; }

.faq-section { background: var(--white); }
.faq-grid { display: grid; grid-template-columns: .65fr 1.35fr; gap: 90px; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { display: flex; justify-content: space-between; gap: 20px; padding: 23px 4px; font-family: Georgia, serif; font-size: 21px; cursor: pointer; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: var(--green-2); font-family: Inter, sans-serif; font-weight: 400; transition: transform .2s; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { max-width: 700px; margin: -5px 0 23px; color: #576762; font-size: 13px; line-height: 1.8; }

.pilot-section { padding: 110px 0; background: var(--ink); color: white; }
.pilot-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; align-items: start; }
.pilot-copy h2 { margin: 0; font-family: Georgia, serif; font-size: clamp(42px,4.8vw,66px); line-height: 1; font-weight: 500; letter-spacing: -.045em; }
.pilot-copy > p:not(.eyebrow) { color: #cbd5e1; font-size: 17px; line-height: 1.7; }
.pilot-copy ul { display: grid; gap: 11px; padding: 22px 0 0; margin: 22px 0 0; border-top: 1px solid rgba(255,255,255,.15); list-style: none; color: #e2e8f0; font-size: 12px; }
.pilot-copy li::before { content: "✓"; color: var(--lime); margin-right: 9px; }
.lead-form { padding: 32px; border-radius: 18px; background: var(--white); color: var(--ink); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.lead-form > label, .form-row label { position: relative; display: block; margin-bottom: 14px; color: #53645f; font-size: 10px; font-weight: 800; }
.lead-form label > span { color: var(--orange); margin-left: 3px; }
.lead-form label > em { float: right; color: #93a09c; font-size: 8px; font-style: normal; text-transform: uppercase; letter-spacing: .08em; }
.lead-form input, .lead-form select, .lead-form textarea { width: 100%; margin-top: 6px; padding: 12px; border: 1px solid #cfcac0; border-radius: 8px; background: #fbfaf7; color: var(--ink); outline: 0; }
.lead-form input:focus, .lead-form select:focus, .lead-form textarea:focus { border-color: var(--green-2); box-shadow: 0 0 0 3px rgba(37,99,235,.12); }
.lead-form [aria-invalid="true"] { border-color: #bb3d2d; }
.field-error { display: block; min-height: 5px; margin-top: 3px; color: #a53023; font-size: 9px; }
.honeypot { position: absolute !important; left: -9999px; }
.form-note { margin: 9px 0 0; color: #7b8884; font-size: 9px; text-align: center; }
.form-status { min-height: 22px; margin-top: 10px; padding: 0 4px; color: var(--green); font-size: 11px; text-align: center; }
.form-status.error { color: #a53023; }

footer { padding: 58px 0 25px; background: #e8eee1; color: var(--ink); }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 45px; }
.footer-brand .brand-logo { width: 155px; }
.footer-grid > div > p:not(.footer-label) { color: #4b5b3f; font-size: 11px; }
.footer-label { margin: 0 0 12px; font-size: 9px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.footer-grid > div > a:not(.brand) { display: block; margin: 7px 0; font-size: 11px; text-decoration: none; }
.copyright { grid-column: 1 / -1; margin: 30px 0 0; padding-top: 20px; border-top: 1px solid rgba(23,63,103,.18); color: #64705d; font-size: 9px; }

@media (max-width: 900px) {
  .section { padding: 82px 0; }
  nav a:not(.nav-cta) { display: none; }
  .hero { padding-top: 75px; }
  .hero-grid, .problem-grid, .included-grid, .roi-grid, .faq-grid, .pilot-grid { grid-template-columns: 1fr; gap: 55px; }
  .hero-product { max-width: 620px; margin: 0 auto; }
  .demo-shell { grid-template-columns: 220px 1fr; }
  .own-source-body { grid-template-columns: 1fr; }
  .pricing-grid { grid-template-columns: 1fr; max-width: 620px; margin-inline: auto; }
  .price-card.featured { transform: none; }
  .price-card ul { min-height: auto; }
}

@media (max-width: 650px) {
  :root { --shell: min(100% - 26px, 1160px); }
  .site-header { position: static; }
  .nav-wrap { min-height: 67px; }
  .brand-logo { width: 132px; }
  .nav-cta { padding: 9px 11px; font-size: 11px; }
  h1 { font-size: 49px; }
  .hero-lede { font-size: 16px; }
  .button-row .button { width: 100%; }
  .product-note { display: none; }
  .mini-chat { min-height: 360px; padding: 30px 23px; }
  .signal-grid, .process-grid, .footer-grid { grid-template-columns: 1fr; }
  .signal-grid p, .signal-grid p:last-child { border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
  .demo-shell { display: block; }
  .demo-sidebar { min-height: auto; }
  .profile-tabs { grid-template-columns: 1fr; }
  .demo-principle { margin-top: 20px; }
  .chat-log { min-height: 330px; padding: 20px 14px; }
  .chat-message { max-width: 90%; }
  .prompt-wrap, .question-form { margin-inline: 14px; }
  .prompt-wrap { padding-inline: 0; }
  .demo-disclaimer { margin-inline: 14px; }
  .inline-question { grid-template-columns: 1fr; }
  .outcome-grid { grid-template-columns: 1fr; }
  .process-grid { border: 0; }
  .process-grid li { min-height: 320px; border-left: 1px solid rgba(255,255,255,.2); }
  .roi-card { grid-template-columns: 1fr; }
  .roi-result { grid-column: auto; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .lead-form { padding: 22px 18px; }
  .footer-grid { gap: 25px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
