:root {
  --ink: #28292a;
  --ink-soft: #353738;
  --paper: #eef7f6;
  --paper-soft: #e1eeec;
  --green: #6cf051;
  --green-dark: #3e9b34;
  --muted: #aab5b2;
  --muted-dark: #53615f;
  --line: rgba(238, 247, 246, .18);
  --line-dark: rgba(40, 41, 42, .16);
  --max: 1180px;
  --font: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  --ease: cubic-bezier(.2, .75, .25, 1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; background: var(--ink); color: var(--paper); font-family: var(--font); font-size: 16px; line-height: 1.55; }
body, button, a { -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
button, a { touch-action: manipulation; }
button { font: inherit; }
p, h1, h2, h3, ul, ol { margin-top: 0; }
h1, h2, h3 { line-height: 1.04; letter-spacing: -.055em; }
h1, h2, h3, strong, .brand, .button, .eyebrow, .offer-header, .preview-top, .step-index, .card-number, .signal-grid span, .scope-list span, .process-list > li > span, .footer-grid h2 { font-weight: 750; }
.container { width: min(calc(100% - 48px), var(--max)); margin-inline: auto; }
.dark-section { background: var(--ink); color: var(--paper); }
.light-section { background: var(--paper); color: var(--ink); }
.skip-link { position: fixed; z-index: 100; top: 12px; left: 12px; padding: 10px 14px; background: var(--green); color: var(--ink); transform: translateY(-160%); transition: transform .2s ease; }
.skip-link:focus { transform: translateY(0); }

.site-header { position: absolute; z-index: 10; top: 0; left: 0; width: 100%; border-bottom: 1px solid var(--line); }
.header-inner { min-height: 78px; display: flex; align-items: center; gap: 32px; }
.brand { display: inline-flex; align-items: center; gap: 9px; color: var(--paper); font-size: 1.05rem; letter-spacing: -.035em; white-space: nowrap; }
.brand-mark { width: 17px; height: 17px; display: inline-block; border: 2px solid var(--green); position: relative; }
.brand-mark::after { content: ""; position: absolute; width: 5px; height: 5px; right: -4px; bottom: -4px; background: var(--green); }
.desktop-nav { display: flex; align-items: center; gap: clamp(16px, 2.2vw, 34px); margin-left: auto; }
.desktop-nav a, .mobile-nav a { color: var(--muted); font-size: .78rem; transition: color .2s ease; }
.desktop-nav a:hover, .desktop-nav a:focus-visible, .mobile-nav a:hover, .mobile-nav a:focus-visible { color: var(--green); }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 18px; min-height: 50px; padding: 12px 19px; border: 1px solid var(--green); background: var(--green); color: var(--ink); font-size: .78rem; font-weight: 800; letter-spacing: -.01em; transition: transform .2s var(--ease), background .2s ease, color .2s ease, border-color .2s ease; }
.button:hover { transform: translateY(-3px); }
.button:active { transform: translateY(0); }
.button span { font-size: 1.05rem; line-height: 1; }
.button .lucide { flex: 0 0 auto; width: 16px; height: 16px; stroke-width: 2.15; }
.button .lucide:last-child { margin-left: -7px; }
.button-small { min-height: 40px; padding: 9px 13px; font-size: .72rem; }
.button-quiet { border-color: var(--line); background: transparent; color: var(--paper); }
.button-quiet:hover { border-color: var(--green); color: var(--green); }
.button-dark { background: var(--ink); border-color: var(--ink); color: var(--paper); }
.button-light { background: var(--paper); border-color: var(--paper); color: var(--ink); }
.button-large { min-height: 58px; padding: 15px 22px; font-size: .88rem; }
.menu-toggle { display: none; width: 44px; height: 44px; margin-left: auto; padding: 11px; border: 1px solid var(--line); background: transparent; color: var(--paper); cursor: pointer; }
.menu-toggle span { display: block; width: 19px; height: 1px; margin: 5px auto; background: currentColor; transition: transform .2s ease; }
.menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(3px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-3px) rotate(-45deg); }
.mobile-nav { display: none; border-top: 1px solid var(--line); padding: 12px 24px 20px; background: var(--ink-soft); }
.mobile-nav a { display: block; padding: 13px 0; border-bottom: 1px solid var(--line); }
.mobile-nav .mobile-cta { margin-top: 12px; padding: 13px 15px; border: 1px solid var(--green); background: var(--green); color: var(--ink); font-weight: 800; }
.mobile-nav .mobile-cta .lucide { width: 15px; height: 15px; vertical-align: -2px; }.mobile-nav .mobile-cta .lucide:last-child { float: right; }

.hero { position: relative; min-height: 555px; padding: 126px 0 56px; overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(390px, .9fr); align-items: center; gap: clamp(38px, 6vw, 88px); }
.hero-copy { position: relative; z-index: 1; max-width: 640px; }
.eyebrow { display: flex; align-items: center; gap: 9px; margin-bottom: 22px; color: var(--green); font-size: .67rem; letter-spacing: .11em; line-height: 1.3; text-transform: uppercase; }
.eyebrow-dark { color: var(--green-dark); }
.eyebrow-dot { width: 7px; height: 7px; display: inline-block; background: var(--green); }
.hero h1 { max-width: 670px; margin-bottom: 21px; font-size: clamp(2.65rem, 4.8vw, 4.85rem); }
h1 em, h2 em { color: var(--green); font-style: normal; }
.hero-lead { max-width: 560px; margin-bottom: 26px; color: #d1dcda; font-size: clamp(1rem, 1.35vw, 1.12rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.hero-note { max-width: 590px; margin: 21px 0 0; color: var(--muted); font-size: .76rem; }
.hero-note strong { color: var(--paper); }
.hero-visual { position: relative; min-height: 330px; border: 1px solid var(--line); background: radial-gradient(circle at 80% 18%, rgba(108, 240, 81, .12), transparent 35%), #202122; padding: 25px; }
.hero-visual::before, .hero-visual::after { content: ""; position: absolute; background: var(--green); }
.hero-visual::before { top: -1px; right: 24px; width: 54px; height: 2px; }
.hero-visual::after { bottom: -1px; left: 24px; width: 34px; height: 2px; }
.visual-label { margin-bottom: 70px; color: var(--muted); font-size: .72rem; letter-spacing: .08em; text-transform: uppercase; }
.flow-board { display: grid; grid-template-columns: 1fr 35px 1fr 35px 1fr; align-items: center; gap: 7px; }
.flow-step { min-height: 180px; display: flex; flex-direction: column; justify-content: flex-end; padding: 16px; border: 1px solid var(--line); position: relative; }
.flow-step strong { margin-top: auto; font-size: .9rem; letter-spacing: -.03em; }
.flow-step small { color: var(--muted); font-size: .68rem; }
.flow-source { background: rgba(108, 240, 81, .08); }
.flow-page { background: var(--paper); color: var(--ink); }
.flow-page small { color: var(--muted-dark); }
.flow-contact { background: var(--green); color: var(--ink); }
.flow-contact small { color: #386932; }
.step-index { position: absolute; top: 13px; left: 14px; color: var(--green); font-size: .64rem; }
.flow-page .step-index { color: var(--green-dark); }.flow-contact .step-index { color: var(--ink); }
.flow-icon { display: block; margin-bottom: 32px; color: var(--green); font-size: 2.15rem; line-height: 1; }
.flow-page .flow-icon { color: var(--green-dark); }.flow-contact .flow-icon { color: var(--ink); }
.flow-line { color: var(--green); font-size: 1.35rem; text-align: center; }
.visual-footer { position: absolute; bottom: 24px; left: 27px; color: var(--muted); font-size: .72rem; }
.status-dot { width: 7px; height: 7px; display: inline-block; margin-right: 5px; background: var(--green); border-radius: 50%; }
.hero-rule { position: absolute; bottom: 0; left: 50%; width: min(var(--max), calc(100% - 48px)); height: 1px; background: var(--line); transform: translateX(-50%); }

.hero-proof h2 { max-width: 450px; margin: 0 0 21px; font-size: clamp(1.65rem, 2.5vw, 2.45rem); }
.hero-proof > .eyebrow { margin-bottom: 13px; }
.hero-checks { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.hero-checks li { display: flex; gap: 14px; padding: 13px 0; border-bottom: 1px solid var(--line); }
.hero-checks li > span { display: block; flex: 0 0 25px; color: var(--green); font-size: .67rem; font-weight: 800; }
.hero-checks strong { display: block; font-size: .87rem; letter-spacing: -.025em; }
.hero-checks small { display: block; margin-top: 2px; color: var(--muted); font-size: .71rem; line-height: 1.35; }
.proof-footer { position: static; margin: 17px 0 0; color: var(--muted); font-size: .71rem; }

.signal-strip { padding: 42px 0 0; border-bottom: 1px solid var(--line-dark); }
.signal-heading { max-width: 940px; margin-bottom: 27px; }
.signal-heading .eyebrow { margin-bottom: 10px; }
.signal-heading h2 { max-width: 880px; margin: 0; font-size: clamp(1.65rem, 3vw, 2.65rem); line-height: 1.05; letter-spacing: -.045em; }
.signal-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.signal-grid > div { min-height: 160px; display: flex; flex-direction: column; justify-content: center; gap: 8px; padding: 22px; border-right: 1px solid var(--line-dark); }
.signal-grid > div:first-child { border-left: 1px solid var(--line-dark); }
.signal-grid span { color: var(--green-dark); font-size: .65rem; letter-spacing: .1em; text-transform: uppercase; }.signal-grid strong { font-size: 1rem; letter-spacing: -.03em; }.signal-grid p { margin: 0; color: var(--muted-dark); font-size: .78rem; line-height: 1.42; }
.signal-icon { width: 20px; height: 20px; margin-bottom: 7px; color: var(--green-dark); stroke-width: 1.8; }

.section { padding: clamp(66px, 7.5vw, 108px) 0; }
.section-intro { max-width: 650px; }.section-intro.narrow { max-width: 760px; }.section-intro h2, .section-heading h2 { margin-bottom: 22px; font-size: clamp(2.35rem, 4.4vw, 4.6rem); }.section-intro > p:last-child, .section-heading > p { color: var(--muted-dark); font-size: 1rem; }.dark-section .section-intro > p:last-child, .dark-section .section-heading > p { color: var(--muted); }
.section-intro.narrow { margin-bottom: 48px; }
.editorial-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.line-card { min-height: 230px; padding: 26px 25px; border-top: 1px solid var(--line-dark); border-right: 1px solid var(--line-dark); }.line-card:first-child { border-left: 1px solid var(--line-dark); }.line-card .card-number { color: var(--green-dark); font-size: .7rem; }.line-card h3 { margin: 49px 0 13px; font-size: 1.28rem; }.line-card p { margin: 0; color: var(--muted-dark); font-size: .87rem; }.card-offset { background: var(--paper-soft); transform: translateY(23px); }
.section-heading { margin-bottom: 48px; }.split-heading { display: grid; grid-template-columns: 1fr .72fr; align-items: end; gap: 58px; }.split-heading > p { max-width: 410px; margin: 0 0 7px; }
.benefit-grid { display: grid; grid-template-columns: repeat(5, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }.benefit-card { min-height: 273px; padding: 23px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }.benefit-card > span { color: var(--green); font-size: .68rem; }.benefit-card h3 { margin: 76px 0 12px; font-size: 1.32rem; }.benefit-card p { margin: 0; color: var(--muted); font-size: .84rem; }.benefit-featured { background: var(--green); color: var(--ink); }.benefit-featured > span { color: var(--ink); }.benefit-featured p { color: #355f31; }

.project-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }.project-card { border: 1px solid var(--line-dark); }.project-preview { min-height: 380px; padding: 25px; position: relative; overflow: hidden; }.project-dark .project-preview { background: #182c2a; color: var(--paper); }.project-green .project-preview { background: var(--green); color: var(--ink); }.project-preview::after { content: ""; position: absolute; right: -85px; bottom: -105px; width: 260px; height: 260px; border: 1px solid currentColor; border-radius: 50%; opacity: .2; box-shadow: 0 0 0 35px rgba(255,255,255,.03), 0 0 0 70px rgba(255,255,255,.02); }.preview-top { display: flex; justify-content: space-between; font-size: .62rem; letter-spacing: .1em; }.preview-menu { opacity: .6; }.preview-copy { max-width: 335px; padding-top: 87px; position: relative; z-index: 1; }.preview-copy small { font-size: .6rem; letter-spacing: .12em; }.preview-copy strong { display: block; margin: 16px 0 22px; font-size: clamp(1.65rem, 3vw, 2.65rem); line-height: .98; letter-spacing: -.07em; }.preview-button { display: inline-flex; padding: 9px 12px; border: 1px solid currentColor; font-size: .65rem; }.preview-index { position: absolute; right: 22px; bottom: 10px; color: currentColor; font-size: 5.7rem; font-weight: 800; letter-spacing: -.13em; opacity: .13; }.project-info { padding: 24px 25px 30px; }.project-tag { margin-bottom: 11px; color: var(--green-dark); font-size: .68rem; font-weight: 750; letter-spacing: .1em; text-transform: uppercase; }.project-info h3 { margin-bottom: 10px; font-size: 1.45rem; }.project-info > p:last-child { max-width: 500px; margin: 0; color: var(--muted-dark); font-size: .88rem; }

.scope-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(50px, 8vw, 120px); }.scope-intro { position: sticky; top: 110px; align-self: start; }.scope-list { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }.scope-list > div { min-height: 188px; padding: 23px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }.scope-list span { display: block; color: var(--green); font-size: .68rem; }.scope-list strong { display: block; margin: 39px 0 9px; font-size: 1.05rem; }.scope-list p { margin: 0; color: var(--muted); font-size: .82rem; }

.process-list { display: grid; grid-template-columns: repeat(3, 1fr); margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line-dark); border-left: 1px solid var(--line-dark); }.process-list li { min-height: 210px; display: flex; gap: 20px; padding: 24px; border-right: 1px solid var(--line-dark); border-bottom: 1px solid var(--line-dark); }.process-list li > span { display: grid; place-items: center; flex: 0 0 42px; width: 42px; height: 42px; border: 1px solid var(--line-dark); color: var(--green-dark); font-size: .69rem; }.process-list h3 { margin: 3px 0 9px; font-size: 1.12rem; }.process-list p { margin: 0; color: var(--muted-dark); font-size: .83rem; }.process-note { max-width: 830px; margin: 28px 0 0; padding: 18px 20px; border-left: 3px solid var(--green); background: var(--paper-soft); color: var(--muted-dark); font-size: .83rem; }.process-note strong { color: var(--ink); }

.offer-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }.offer-card { min-height: 535px; display: flex; flex-direction: column; padding: clamp(27px, 4vw, 46px); border: 1px solid var(--line); }.offer-files { background: var(--paper); color: var(--ink); }.offer-hosted { background: var(--green); color: var(--ink); border-color: var(--green); }.offer-header { display: flex; align-items: start; justify-content: space-between; gap: 20px; margin-bottom: 47px; }.offer-header span { color: var(--green-dark); font-size: .67rem; letter-spacing: .11em; text-transform: uppercase; }.offer-header strong { font-size: 1.45rem; }.offer-card h3 { margin-bottom: 17px; font-size: 2rem; }.offer-card p { margin-bottom: 7px; color: var(--muted-dark); font-size: .88rem; }.offer-card .offer-emphasis { color: var(--ink); font-weight: 700; }.offer-hosted .offer-emphasis { color: #254f21; }.check-list { margin: 29px 0 35px; padding: 0; list-style: none; border-top: 1px solid var(--line-dark); }.offer-hosted .check-list { border-color: rgba(40,41,42,.25); }.check-list li { padding: 11px 0 11px 25px; border-bottom: 1px solid var(--line-dark); position: relative; color: var(--muted-dark); font-size: .82rem; }.offer-hosted .check-list li { border-color: rgba(40,41,42,.25); color: #315e2d; }.check-list li::before { content: "✓"; position: absolute; left: 0; color: var(--green-dark); font-weight: 800; }.offer-hosted .check-list li::before { color: var(--ink); }.offer-card .button { align-self: flex-start; margin-top: auto; }.offer-notes { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin-top: 18px; }.offer-notes p { margin: 0; color: var(--muted); font-size: .76rem; }.offer-notes strong { color: var(--paper); }.comparison { margin-top: 64px; }.comparison-title { margin-bottom: 25px; }.comparison-title .eyebrow { margin-bottom: 10px; }.comparison-title h3 { margin: 0; font-size: 1.8rem; }.table-wrap { overflow-x: auto; border-top: 1px solid var(--line); }.table-wrap:focus-visible { outline: 2px solid var(--green); outline-offset: 4px; }.table-wrap table { width: 100%; min-width: 680px; border-collapse: collapse; }.table-wrap th, .table-wrap td { padding: 17px 18px; border-bottom: 1px solid var(--line); text-align: left; font-size: .79rem; vertical-align: top; }.table-wrap thead th { color: var(--green); font-size: .65rem; letter-spacing: .1em; text-transform: uppercase; }.table-wrap tbody th { color: var(--paper); font-weight: 700; }.table-wrap td { color: var(--muted); }

.faq-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(50px, 8vw, 120px); }.faq-intro { position: sticky; top: 110px; align-self: start; }.dark-text-link { color: var(--ink); border-color: var(--line-dark)!important; }.text-link { display: inline-flex; justify-content: space-between; gap: 20px; min-width: 200px; margin-top: 22px; padding: 13px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); font-size: .82rem; font-weight: 750; }.text-link span { color: var(--green-dark); font-size: 1rem; }.faq-list { border-top: 1px solid var(--line-dark); }.faq-list details { border-bottom: 1px solid var(--line-dark); }.faq-list summary { list-style: none; cursor: pointer; position: relative; padding: 21px 45px 21px 0; font-size: 1rem; font-weight: 700; }.faq-list summary::-webkit-details-marker { display: none; }.faq-list summary span::before, .faq-list summary span::after { content: ""; position: absolute; top: 31px; right: 5px; width: 14px; height: 1px; background: var(--green-dark); transition: transform .2s ease; }.faq-list summary span::after { transform: rotate(90deg); }.faq-list details[open] summary span::after { transform: rotate(0); }.faq-list details p { max-width: 740px; margin: -1px 0 22px; padding-right: 30px; color: var(--muted-dark); font-size: .88rem; }

.final-cta { position: relative; min-height: 445px; display: flex; align-items: center; padding: 78px 0; overflow: hidden; }.final-cta-inner { position: relative; z-index: 1; max-width: 760px; margin-left: max(24px, calc((100vw - var(--max)) / 2)); }.final-cta h2 { max-width: 700px; margin-bottom: 20px; font-size: clamp(2.4rem, 4.5vw, 4.55rem); }.final-cta p:not(.eyebrow) { max-width: 520px; color: var(--muted); }.final-cta .button { margin-top: 14px; }.cta-ring { position: absolute; right: -80px; top: 50%; width: 500px; height: 500px; border: 1px solid rgba(108,240,81,.32); border-radius: 50%; transform: translateY(-50%); box-shadow: 0 0 0 75px rgba(108,240,81,.04), 0 0 0 150px rgba(108,240,81,.025); }
.site-footer { padding: 64px 0 22px; border-top: 1px solid var(--line); }.footer-grid { display: grid; grid-template-columns: 1.8fr repeat(3, 1fr); gap: 45px; padding-bottom: 62px; }.footer-brand p { max-width: 320px; margin-top: 20px; color: var(--muted); font-size: .84rem; }.footer-grid h2 { margin-bottom: 15px; color: var(--muted); font-size: .67rem; letter-spacing: .1em; text-transform: uppercase; }.footer-grid > div:not(.footer-brand) a { display: block; padding: 4px 0; color: var(--muted); font-size: .8rem; }.footer-grid a:hover { color: var(--green); }.footer-bottom { display: flex; justify-content: space-between; gap: 24px; padding-top: 20px; border-top: 1px solid var(--line); color: var(--muted); font-size: .68rem; }

a:focus-visible, button:focus-visible, summary:focus-visible { outline: 3px solid var(--green); outline-offset: 4px; }

@media (hover: hover) {
  .signal-grid > div, .line-card, .benefit-card, .project-preview, .scope-list > div, .process-list li, .offer-card { transition: transform .28s var(--ease), background-color .28s ease, border-color .28s ease, box-shadow .28s ease; }
  .signal-grid > div:hover { background: #dcecea; transform: translateY(-4px); }
  .line-card:hover { background: #dcecea; transform: translateY(-4px); }.line-card.card-offset:hover { transform: translateY(18px); }
  .benefit-card:hover { border-color: rgba(108, 240, 81, .7); transform: translateY(-4px); }
  .benefit-featured:hover { background: #7af560; }
  .project-card:hover .project-preview { transform: translateY(-5px); }
  .scope-list > div:hover { background: rgba(108, 240, 81, .08); }
  .process-list li:hover { background: #e0edeb; }
  .offer-card:hover { transform: translateY(-5px); box-shadow: 0 20px 42px rgba(0, 0, 0, .16); }
}

@media (max-width: 1020px) {
  .desktop-nav { display: none; }.menu-toggle { display: block; }.header-cta { margin-left: auto; }.hero-grid { grid-template-columns: 1fr; gap: 60px; }.hero-copy { max-width: 760px; }.hero-visual { max-width: 760px; }.benefit-grid { grid-template-columns: repeat(3, 1fr); }.benefit-card:last-child { grid-column: span 3; }.scope-layout, .faq-layout { grid-template-columns: 1fr; }.scope-intro, .faq-intro { position: static; }.scope-intro { max-width: 650px; margin-bottom: 45px; }.final-cta-inner { margin-inline: auto; width: min(calc(100% - 48px), var(--max)); }
}

@media (max-width: 760px) {
  .container { width: min(calc(100% - 32px), var(--max)); }.header-inner { min-height: 68px; }.header-cta { display: none; }.mobile-nav:not([hidden]) { display: block; }.hero { min-height: auto; padding: 132px 0 67px; }.hero h1 { font-size: clamp(2.55rem, 11vw, 4.4rem); }.hero-visual { min-height: 355px; padding: 21px; }.visual-label { margin-bottom: 53px; }.flow-board { grid-template-columns: 1fr; gap: 8px; }.flow-step { min-height: 98px; padding: 14px; }.flow-step strong { margin-top: 0; }.flow-icon { position: absolute; top: 13px; right: 16px; margin: 0; font-size: 1.7rem; }.flow-line { height: 20px; line-height: 20px; transform: rotate(90deg); }.visual-footer { bottom: 14px; left: 21px; font-size: .63rem; }.signal-grid { grid-template-columns: 1fr 1fr; }.signal-grid > div { min-height: 95px; padding: 17px 14px; }.signal-grid > div:nth-child(3) { border-left: 1px solid var(--line-dark); }.section { padding: 78px 0; }.section-intro.narrow { margin-bottom: 43px; }.section-intro h2, .section-heading h2 { font-size: clamp(2.25rem, 10vw, 3.5rem); }.split-heading { grid-template-columns: 1fr; gap: 4px; }.section-heading { margin-bottom: 42px; }.editorial-grid, .project-grid, .offer-grid { grid-template-columns: 1fr; }.card-offset { transform: none; }.line-card { min-height: 190px; }.line-card h3 { margin-top: 35px; }.benefit-grid { grid-template-columns: 1fr 1fr; }.benefit-card:last-child { grid-column: span 2; }.benefit-card { min-height: 220px; }.benefit-card h3 { margin-top: 45px; }.project-preview { min-height: 325px; }.scope-list { grid-template-columns: 1fr 1fr; }.process-list { grid-template-columns: 1fr 1fr; }.process-list li { min-height: 185px; padding: 18px; flex-direction: column; gap: 18px; }.offer-card { min-height: auto; }.offer-header { margin-bottom: 34px; }.offer-notes { grid-template-columns: 1fr; }.comparison { margin-top: 63px; }.faq-layout { gap: 55px; }.final-cta { min-height: 510px; }.final-cta h2 { font-size: clamp(2.65rem, 11vw, 5rem); }.cta-ring { right: -175px; width: 380px; height: 380px; }.footer-grid { grid-template-columns: 1fr 1fr; gap: 35px 24px; }.footer-brand { grid-column: 1 / -1; }.footer-bottom { flex-direction: column; }
}

@media (max-width: 480px) {
  .container { width: min(calc(100% - 28px), var(--max)); }.header-inner { min-height: 64px; }.mobile-nav { padding-inline: 14px; }.hero { padding-top: 119px; }.hero h1 { font-size: clamp(2.35rem, 12.8vw, 3.7rem); }.hero-actions { flex-direction: column; }.hero-actions .button { width: 100%; }.hero-visual { min-height: 347px; }.signal-grid { grid-template-columns: 1fr; }.signal-grid > div, .signal-grid > div:nth-child(3) { border-left: 1px solid var(--line-dark); }.signal-grid > div:last-child { border-bottom: 0; }.benefit-grid, .scope-list, .process-list { grid-template-columns: 1fr; }.benefit-card:last-child { grid-column: auto; }.benefit-card { min-height: 190px; }.benefit-card h3 { margin-top: 35px; }.scope-list > div { min-height: 160px; }.scope-list strong { margin-top: 27px; }.process-list li { min-height: 160px; }.offer-card { padding: 25px 21px; }.offer-header { display: block; }.offer-header strong { display: block; margin-top: 11px; }.table-wrap table { min-width: 620px; }.faq-list summary { font-size: .94rem; }.final-cta-inner { width: min(calc(100% - 28px), var(--max)); }.final-cta { padding: 80px 0; }.footer-grid { grid-template-columns: 1fr; }.footer-brand { grid-column: auto; }.footer-bottom { gap: 8px; }
}

@media (max-width: 1020px) {
  .hero-grid { gap: 42px; }
  .hero-visual { max-width: 680px; }
}

@media (max-width: 760px) {
  .hero { padding: 112px 0 52px; }
  .hero h1 { font-size: clamp(2.45rem, 10vw, 3.8rem); }
  .hero-visual { min-height: auto; padding: 20px; }
  .hero-proof h2 { font-size: 1.72rem; }
  .hero-checks li { padding: 12px 0; }
  .signal-strip { padding-top: 34px; }
  .signal-heading { margin-bottom: 22px; }
  .signal-heading h2 { font-size: clamp(1.55rem, 7vw, 2.25rem); }
  .signal-grid > div { min-height: 150px; padding: 19px 16px; }
  .section { padding: 66px 0; }
  .final-cta { min-height: 410px; padding: 66px 0; }
  .final-cta h2 { font-size: clamp(2.25rem, 8.2vw, 3.55rem); }
}

@media (max-width: 480px) {
  .hero { padding-top: 104px; }
  .hero h1 { font-size: clamp(2.25rem, 11.5vw, 3.3rem); }
  .hero-lead { font-size: .98rem; }
  .hero-proof h2 { font-size: 1.55rem; }
  .hero-checks small { font-size: .69rem; }
  .signal-grid > div { min-height: 130px; }
  .section { padding: 60px 0; }
  .final-cta { padding: 62px 0; }
  .final-cta h2 { font-size: clamp(2.2rem, 10vw, 3rem); }
}

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

.privacy-hero { padding-top: 175px; padding-bottom: 88px; }
.privacy-hero h1 { max-width: 820px; margin-bottom: 24px; font-size: clamp(2.7rem, 6vw, 6rem); }
.privacy-hero p:not(.eyebrow) { max-width: 620px; color: var(--muted); font-size: 1.05rem; }
.privacy-content { max-width: 820px; }
.privacy-updated { color: var(--green-dark); font-size: .78rem; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }
.privacy-content h2 { margin: 52px 0 13px; font-size: clamp(1.55rem, 3vw, 2.25rem); }
.privacy-content h2:first-of-type { margin-top: 35px; }
.privacy-content p { max-width: 760px; color: var(--muted-dark); }
.privacy-link { color: var(--green-dark); text-decoration: underline; text-underline-offset: 3px; }
