:root {
    --ink: #0b0d0c;
    --ink-soft: #161a18;
    --paper: #f4f0e7;
    --paper-dark: #ded8ca;
    --acid: #d7ff3f;
    --mint: #61e7a7;
    --line: rgba(244, 240, 231, .18);
    --muted: rgba(244, 240, 231, .68);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--paper); background: var(--ink); font-family: "Manrope", sans-serif; -webkit-font-smoothing: antialiased; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
.skip-link { position: fixed; left: 16px; top: -60px; z-index: 50; padding: 12px 16px; color: var(--ink); background: var(--acid); }
.skip-link:focus { top: 16px; }

.consumer-bar { min-height: 34px; padding: 7px max(24px, calc((100vw - 1240px) / 2)); display: flex; justify-content: flex-end; align-items: center; gap: 18px; color: rgba(11,13,12,.72); background: var(--paper-dark); font: 500 10px/1.3 "DM Mono", monospace; letter-spacing: .025em; }
.consumer-bar a { color: var(--ink); font-weight: 700; text-underline-offset: 3px; }
.consumer-bar a:last-child { padding-left: 18px; border-left: 1px solid rgba(11,13,12,.24); }

.site-header { width: min(1240px, calc(100% - 48px)); height: 88px; margin: 0 auto; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; border-bottom: 1px solid var(--line); }
.brand { display: inline-flex; width: fit-content; }
.brand img { display: block; width: 142px; height: auto; }
.header-note { display: flex; gap: 9px; align-items: center; color: var(--muted); font: 500 11px/1 "DM Mono", monospace; letter-spacing: .08em; text-transform: uppercase; }
.header-note span { width: 7px; height: 7px; border-radius: 50%; background: var(--mint); box-shadow: 0 0 0 5px rgba(97, 231, 167, .1); }
.header-cta { justify-self: end; padding-bottom: 4px; border-bottom: 1px solid var(--acid); color: var(--acid); font-size: 13px; font-weight: 700; text-decoration: none; }

.hero { width: min(1240px, calc(100% - 48px)); min-height: calc(100vh - 88px); margin: 0 auto; display: grid; grid-template-columns: minmax(0, 1.16fr) minmax(360px, .84fr); gap: clamp(48px, 8vw, 112px); align-items: center; padding: 64px 0 76px; background: radial-gradient(circle at 78% 22%, rgba(97, 231, 167, .13), transparent 26rem); }
.eyebrow, .conversation-label { color: var(--acid); font: 500 12px/1.2 "DM Mono", monospace; letter-spacing: .11em; }
h1 { max-width: 820px; margin: 23px 0 25px; font-size: clamp(49px, 6vw, 88px); line-height: .98; letter-spacing: -.064em; font-weight: 700; }
h1 em, h2 em { color: var(--acid); font-style: normal; }
.hero-lead { max-width: 650px; margin: 0; color: var(--muted); font-size: clamp(17px, 1.65vw, 22px); line-height: 1.55; }
.hero-actions { display: flex; align-items: center; gap: 20px; margin-top: 36px; }
.button { min-height: 58px; padding: 0 24px; display: inline-flex; align-items: center; justify-content: center; gap: 28px; border: 1px solid var(--acid); cursor: pointer; font-size: 15px; font-weight: 800; text-decoration: none; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); box-shadow: 0 10px 30px rgba(215, 255, 63, .12); }
.button:focus-visible, a:focus-visible, summary:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible { outline: 3px solid var(--mint); outline-offset: 3px; }
.button-primary { color: var(--ink); background: var(--acid); }
.microcopy { max-width: 150px; color: var(--muted); font-size: 12px; line-height: 1.45; }
.hero-proof { max-width: 650px; margin: 50px 0 0; padding: 22px 0 0; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); list-style: none; }
.hero-proof li { display: flex; flex-direction: column; gap: 5px; }
.hero-proof strong { font-size: 18px; }
.hero-proof span { color: var(--muted); font-size: 11px; }

.conversation-wrap { position: relative; max-width: 430px; width: 100%; justify-self: end; }
.conversation-label { margin-bottom: 15px; text-align: right; }
.phone { overflow: hidden; border: 1px solid rgba(244, 240, 231, .28); border-radius: 28px; background: #e9e3d8; box-shadow: 0 35px 90px rgba(0, 0, 0, .44), 26px 26px 0 rgba(215, 255, 63, .09); transform: rotate(1.2deg); }
.phone-top { min-height: 72px; padding: 15px 18px; display: flex; align-items: center; gap: 12px; color: var(--paper); background: var(--ink-soft); }
.avatar { width: 40px; height: 40px; display: grid; place-items: center; border-radius: 50%; color: var(--ink); background: var(--acid); font-weight: 800; }
.phone-top strong, .phone-top small { display: block; }
.phone-top strong { font-size: 13px; }
.phone-top small { margin-top: 2px; color: var(--mint); font-size: 10px; }
.phone-top i { width: 4px; height: 4px; margin-left: auto; border-radius: 50%; background: var(--paper); box-shadow: 0 7px var(--paper), 0 -7px var(--paper); }
.chat { min-height: 440px; padding: 24px 16px; display: flex; flex-direction: column; gap: 13px; background-image: radial-gradient(rgba(11, 13, 12, .07) .7px, transparent .7px); background-size: 11px 11px; }
.message { max-width: 83%; padding: 12px 14px; color: #252825; background: white; border-radius: 4px 15px 15px 15px; font-size: 13px; line-height: 1.45; box-shadow: 0 2px 8px rgba(0, 0, 0, .06); }
.message.outgoing { align-self: flex-end; background: #d9ff8f; border-radius: 15px 4px 15px 15px; }
.handoff { margin-top: auto; padding: 16px; display: flex; flex-direction: column; gap: 4px; color: var(--paper); background: #131614; border-left: 4px solid var(--acid); }
.handoff b { font-size: 13px; }
.handoff span { font-size: 12px; }
.handoff small { color: var(--mint); font: 500 10px/1.4 "DM Mono", monospace; text-transform: uppercase; }
.composer { margin: 10px; padding: 11px 12px; display: flex; justify-content: space-between; color: #777; background: white; border-radius: 18px; font-size: 11px; }
.composer span { color: #14795a; }
.conversation-foot { margin: 20px 0 0; color: var(--muted); font-size: 12px; text-align: center; }

.signal-band { padding: 35px 24px; color: var(--ink); background: var(--acid); text-align: center; }
.signal-band p, .signal-band strong { margin: 0; display: inline; font-size: clamp(18px, 2vw, 26px); }
.signal-band p { margin-right: .25em; font-weight: 500; }
.signal-band strong { font-weight: 800; }

.section { width: min(1240px, calc(100% - 48px)); margin: 0 auto; padding: 120px 0; border-bottom: 1px solid var(--line); }
.section-heading { display: grid; grid-template-columns: .5fr 1fr; gap: 40px; align-items: start; margin-bottom: 70px; }
.section-heading h2, .offer-intro h2, .pricing-copy h2, .fit-card h2, .trust-section h2, .form-copy h2, .final-cta h2 { margin: 0; font-size: clamp(36px, 4.8vw, 66px); line-height: 1.05; letter-spacing: -.05em; }
.section-heading.compact { grid-template-columns: 1fr; gap: 20px; max-width: 800px; }
.problem-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--line); }
.problem-grid article { min-height: 320px; padding: 32px; background: var(--ink); }
.problem-grid article span, .deliverables article b { color: var(--acid); font: 500 11px/1 "DM Mono", monospace; }
.problem-grid h3 { margin: 90px 0 14px; font-size: 22px; line-height: 1.2; }
.problem-grid p, .offer-intro > p:last-child, .deliverables p, .timeline p, .pricing-copy > p, .trust-section div p, .form-copy > p, .faq-list p { color: var(--muted); line-height: 1.65; }

.offer-section { display: grid; grid-template-columns: .86fr 1.14fr; gap: clamp(50px, 8vw, 120px); }
.offer-intro { position: sticky; top: 50px; height: fit-content; }
.offer-intro h2 { margin: 22px 0 25px; font-size: clamp(40px, 4.3vw, 62px); }
.offer-intro > p:last-child { max-width: 540px; font-size: 17px; }
.deliverables { border-top: 1px solid var(--line); }
.deliverables article { padding: 27px 0; display: grid; grid-template-columns: 54px 1fr; gap: 18px; border-bottom: 1px solid var(--line); }
.deliverables h3 { margin: 0 0 7px; font-size: 20px; }
.deliverables p { margin: 0; font-size: 14px; }

.timeline { margin: 0; padding: 0; display: grid; grid-template-columns: repeat(3, 1fr); list-style: none; }
.timeline li { position: relative; min-height: 270px; padding: 30px; border-top: 1px solid var(--acid); border-right: 1px solid var(--line); }
.timeline li:last-child { border-right: 0; }
.timeline li::before { content: ""; position: absolute; width: 11px; height: 11px; top: -6px; left: 0; border-radius: 50%; background: var(--acid); }
.timeline span { color: var(--acid); font: 500 12px/1 "DM Mono", monospace; text-transform: uppercase; }
.timeline h3 { margin: 80px 0 12px; font-size: 28px; }
.timeline p { margin: 0; font-size: 14px; }
.scope-note { max-width: 760px; margin: 35px 0 0; color: var(--muted); font-size: 12px; line-height: 1.6; }

.fit-section { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.fit-card { padding: clamp(32px, 5vw, 70px); }
.fit-card h2 { margin: 24px 0 40px; font-size: clamp(34px, 4vw, 54px); }
.fit-card ul, .price-card ul { margin: 0; padding: 0; list-style: none; }
.fit-card li { padding: 17px 0 17px 28px; position: relative; border-bottom: 1px solid currentColor; font-size: 14px; }
.fit-card li::before { position: absolute; left: 0; content: "✓"; font-weight: 800; }
.fit-yes { color: var(--ink); background: var(--acid); }
.fit-yes .eyebrow { color: var(--ink); }
.fit-no { color: var(--paper); background: var(--ink-soft); border: 1px solid var(--line); }
.fit-no li::before { content: "×"; color: #ff7c68; }

.pricing-section { display: grid; grid-template-columns: 1fr minmax(380px, .75fr); gap: clamp(50px, 9vw, 130px); align-items: center; }
.pricing-copy h2 { margin: 22px 0 24px; }
.pricing-copy > p { max-width: 580px; font-size: 17px; }
.text-link { display: inline-block; margin-top: 20px; color: var(--acid); font-weight: 700; text-decoration-thickness: 1px; text-underline-offset: 5px; }
.price-card { padding: clamp(34px, 5vw, 58px); color: var(--ink); background: var(--paper); box-shadow: 22px 22px 0 rgba(215, 255, 63, .12); }
.price-card > p { margin: 0; font: 500 12px/1 "DM Mono", monospace; letter-spacing: .08em; }
.price { margin: 28px 0 0; display: flex; align-items: flex-start; }
.price sup { margin: 12px 8px 0 0; font: 500 13px/1 "DM Mono", monospace; }
.price strong { font-size: clamp(72px, 8vw, 106px); line-height: .85; letter-spacing: -.08em; }
.price-card > span { display: block; margin: 10px 0 32px; color: #555; font-size: 13px; }
.price-card li { padding: 13px 0 13px 27px; position: relative; border-bottom: 1px solid rgba(11,13,12,.15); font-size: 14px; }
.price-card li::before { content: "✓"; position: absolute; left: 0; color: #14795a; font-weight: 800; }
.price-card .button { width: 100%; margin-top: 30px; }
.price-card small { display: block; margin-top: 18px; color: #666; line-height: 1.55; }
.price-card .purchase-rights { margin: 17px 0 0; padding-top: 17px; color: #555; border-top: 1px solid rgba(11,13,12,.12); font-size: 11px; line-height: 1.55; }
.purchase-rights a { color: var(--ink); font-weight: 700; text-underline-offset: 3px; }

.upgrade-band { padding: 34px max(24px, calc((100vw - 1240px) / 2)); color: var(--ink); background: var(--mint); }
.upgrade-band p { max-width: 1040px; margin: 0; font-size: clamp(16px, 2vw, 21px); line-height: 1.55; }
.upgrade-band span { display: block; margin-bottom: 7px; font: 500 11px/1.2 "DM Mono", monospace; letter-spacing: .1em; }

.trust-section { display: grid; grid-template-columns: .4fr 1fr auto; gap: 50px; align-items: start; }
.trust-section h2 { font-size: clamp(34px, 4vw, 54px); }
.trust-section div p { max-width: 700px; margin: 20px 0 0; font-size: 16px; }
.trust-section > a { color: var(--acid); font-size: 13px; font-weight: 700; }

.form-section { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(50px, 9vw, 130px); align-items: start; }
.form-copy { position: sticky; top: 50px; }
.form-copy h2 { margin: 22px 0 24px; }
.form-copy > p { max-width: 480px; font-size: 17px; }
.direct-contact { margin-top: 45px; display: flex; flex-direction: column; gap: 9px; }
.direct-contact span { color: var(--muted); font-size: 12px; }
.direct-contact a { color: var(--acid); font-weight: 700; }
.lead-form { padding: clamp(26px, 4.5vw, 56px); color: var(--ink); background: var(--paper); }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.lead-form label { display: block; margin-bottom: 20px; font-size: 12px; font-weight: 700; }
.lead-form input, .lead-form select, .lead-form textarea { width: 100%; margin-top: 8px; padding: 14px 0; border: 0; border-bottom: 1px solid rgba(11,13,12,.32); border-radius: 0; color: var(--ink); background: transparent; outline: 0; }
.lead-form textarea { resize: vertical; }
.lead-form input:focus, .lead-form select:focus, .lead-form textarea:focus { border-bottom-color: var(--ink); outline: 0; box-shadow: 0 2px var(--acid); }
.lead-form .consent { display: flex; gap: 10px; align-items: flex-start; color: #4e514f; font-weight: 500; line-height: 1.45; }
.lead-form .consent input { flex: 0 0 18px; width: 18px; height: 18px; margin: 1px 0 0; accent-color: var(--ink); }
.lead-form .button { width: 100%; border-color: var(--ink); }
.privacy-note { margin: 12px 0 0; color: #676a68; font-size: 11px; text-align: center; }
.honeypot { position: absolute; left: -9999px; }
.form-errors { margin-bottom: 24px; padding: 18px; color: #701d12; background: #ffe0d9; border-left: 4px solid #e34d34; font-size: 13px; }
.form-errors ul { margin: 8px 0 0; padding-left: 18px; }

.faq-section { display: grid; grid-template-columns: .7fr 1.3fr; gap: clamp(50px, 8vw, 120px); }
.faq-list details { border-top: 1px solid var(--line); }
.faq-list details:last-child { border-bottom: 1px solid var(--line); }
.faq-list summary { padding: 25px 42px 25px 0; position: relative; cursor: pointer; font-size: 17px; font-weight: 700; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; right: 4px; color: var(--acid); font-size: 24px; font-weight: 400; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list p { max-width: 700px; margin: 0; padding: 0 40px 26px 0; font-size: 14px; }

.final-cta { padding: clamp(90px, 12vw, 170px) 24px; color: var(--ink); background: var(--acid); text-align: center; }
.final-cta .eyebrow { color: var(--ink); }
.final-cta h2 { margin: 22px auto 40px; font-size: clamp(48px, 7vw, 92px); }
.final-cta .button { color: var(--paper); background: var(--ink); border-color: var(--ink); }
.site-footer { width: min(1240px, calc(100% - 48px)); min-height: 110px; margin: 0 auto; display: flex; align-items: center; gap: 26px; color: var(--muted); font-size: 12px; }
.site-footer a:nth-child(2) { margin-left: auto; }
.mobile-sticky { display: none; }

.thanks-page { min-height: 100vh; display: grid; place-items: center; padding: 24px; background: radial-gradient(circle at 70% 20%, rgba(97,231,167,.14), transparent 30rem), var(--ink); }
.thanks-card { width: min(720px, 100%); padding: clamp(32px, 7vw, 80px); border: 1px solid var(--line); background: var(--ink-soft); box-shadow: 24px 24px 0 rgba(215,255,63,.08); }
.thanks-card .brand { margin-bottom: 80px; }
.thanks-card h1 { font-size: clamp(52px, 9vw, 94px); }
.thanks-card > p:not(.eyebrow) { max-width: 590px; color: var(--muted); font-size: 17px; line-height: 1.65; }
.thanks-card strong { color: var(--paper); }
.thanks-actions { margin-top: 36px; display: flex; gap: 24px; align-items: center; }
.thanks-actions > a:last-child { color: var(--muted); font-size: 13px; }

.legal-action-page { min-height: 100vh; padding: 60px 24px; background: radial-gradient(circle at 72% 18%, rgba(97,231,167,.14), transparent 30rem), var(--ink); }
.legal-action-card { width: min(780px, 100%); margin: 0 auto; }
.legal-action-card > .brand { margin-bottom: 72px; }
.legal-action-card h1 { margin-bottom: 28px; font-size: clamp(52px, 9vw, 94px); }
.legal-action-card > p:not(.eyebrow, .legal-help) { max-width: 670px; color: var(--muted); font-size: 17px; line-height: 1.65; }
.legal-action-card > p strong { color: var(--acid); }
.legal-action-form { margin-top: 42px; }
.legal-help { margin-top: 24px; color: var(--muted); font-size: 12px; line-height: 1.6; }
.legal-help a { color: var(--acid); }

@media (max-width: 900px) {
    .site-header { grid-template-columns: 1fr auto; }
    .header-note { display: none; }
    .hero { grid-template-columns: 1fr; padding-top: 56px; }
    .conversation-wrap { justify-self: center; }
    .section-heading, .offer-section, .pricing-section, .trust-section, .form-section, .faq-section { grid-template-columns: 1fr; }
    .problem-grid { grid-template-columns: 1fr; }
    .problem-grid article { min-height: auto; }
    .problem-grid h3 { margin-top: 50px; }
    .offer-intro, .form-copy { position: static; }
    .timeline { grid-template-columns: 1fr; }
    .timeline li { min-height: auto; padding: 30px 0 45px 30px; border-top: 0; border-left: 1px solid var(--acid); border-right: 0; }
    .timeline li::before { top: 0; left: -6px; }
    .timeline h3 { margin-top: 35px; }
    .trust-section > a { margin-top: -20px; }
}

@media (max-width: 650px) {
    body { padding-bottom: 58px; }
    .site-header, .hero, .section, .site-footer { width: min(100% - 30px, 1240px); }
    .site-header { height: 72px; }
    .consumer-bar { min-height: 50px; padding: 9px 15px; justify-content: space-between; gap: 10px; }
    .consumer-bar span, .consumer-bar a:first-of-type { display: none; }
    .consumer-bar a:last-child { margin-left: auto; padding-left: 0; border-left: 0; }
    .brand img { width: 118px; }
    .header-cta { font-size: 12px; }
    .hero { min-height: auto; gap: 64px; padding: 48px 0 72px; }
    h1 { font-size: clamp(42px, 13vw, 62px); }
    .hero-actions { align-items: stretch; flex-direction: column; }
    .button { width: 100%; }
    .microcopy { max-width: none; text-align: center; }
    .hero-proof { gap: 14px; }
    .hero-proof strong { font-size: 16px; }
    .hero-proof span { font-size: 9px; }
    .phone { transform: none; }
    .chat { min-height: 390px; }
    .signal-band { text-align: left; }
    .signal-band p, .signal-band strong { display: block; }
    .section { padding: 82px 0; }
    .section-heading { gap: 20px; margin-bottom: 46px; }
    .problem-grid article { padding: 26px; }
    .fit-section { grid-template-columns: 1fr; gap: 14px; }
    .fit-card { padding: 32px 24px; }
    .price-card { box-shadow: 10px 10px 0 rgba(215,255,63,.12); }
    .field-row { grid-template-columns: 1fr; gap: 0; }
    .lead-form { margin-left: -15px; margin-right: -15px; }
    .site-footer { min-height: 150px; padding: 30px 0; flex-wrap: wrap; }
    .site-footer a:nth-child(2) { margin-left: 0; }
    .mobile-sticky { position: fixed; z-index: 40; inset: auto 0 0; min-height: 58px; display: flex; align-items: center; justify-content: center; color: var(--ink); background: var(--acid); border-top: 1px solid var(--ink); font-weight: 800; text-decoration: none; }
    .thanks-page { padding-bottom: 24px; }
    .thanks-card { box-shadow: 10px 10px 0 rgba(215,255,63,.08); }
    .thanks-card .brand { margin-bottom: 55px; }
    .thanks-actions { align-items: stretch; flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    .button { transition: none; }
}
