:root {
  --ink: #10201c;
  --muted: #53645e;
  --paper: #f6f5ef;
  --paper-2: #ebeae2;
  --white: #fff;
  --green: #0b654f;
  --green-dark: #074a3b;
  --mint: #bfe7d8;
  --lime: #d9ee72;
  --coral: #ef765f;
  --line: rgba(16, 32, 28, .14);
  --shadow: 0 24px 70px rgba(14, 45, 36, .12);
  --radius: 24px;
  --wrap: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.65; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
img, svg { display: block; max-width: 100%; }
button, input, select, textarea { font: inherit; }
a { color: inherit; }
.wrap { width: min(calc(100% - 40px), var(--wrap)); margin-inline: auto; }
.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 1000; padding: .7rem 1rem; color: var(--white); background: var(--ink); border-radius: 8px; }
.skip-link:focus { top: 1rem; }
.eyebrow { display: flex; align-items: center; gap: .65rem; margin: 0 0 1rem; color: var(--green); font-size: .76rem; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 28px; height: 2px; background: currentColor; }
.section-head { max-width: 730px; margin-bottom: 3rem; }
.section-head.center { margin-inline: auto; text-align: center; }
.section-head.center .eyebrow { justify-content: center; }
.section-head h2, .big-heading { margin: 0; font-size: clamp(2.25rem, 5vw, 4.35rem); line-height: 1; letter-spacing: -.055em; }
.section-head p:not(.eyebrow) { max-width: 650px; margin: 1.15rem 0 0; color: var(--muted); font-size: 1.07rem; }
.section-head.center p:not(.eyebrow) { margin-inline: auto; }
section { padding: 108px 0; scroll-margin-top: 76px; }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: .55rem; min-height: 50px; padding: .76rem 1.15rem; border: 1px solid var(--ink); border-radius: 11px; color: var(--white); background: var(--ink); font-weight: 800; text-decoration: none; cursor: pointer; transition: transform .2s, background .2s, border-color .2s; }
.btn:hover { transform: translateY(-2px); background: var(--green); border-color: var(--green); }
.btn-outline { color: var(--ink); background: transparent; border-color: var(--line); }
.btn-outline:hover { color: var(--green); border-color: var(--green); background: rgba(255,255,255,.4); }
.btn-lime { color: var(--ink); background: var(--lime); border-color: var(--lime); }
.btn-lime:hover { color: var(--ink); background: var(--white); border-color: var(--white); }
.arrow { transition: transform .2s; }
.btn:hover .arrow, .card-link:hover .arrow { transform: translateX(3px); }

/* Header */
.site-header { position: sticky; top: 0; z-index: 50; border-bottom: 1px solid transparent; background: rgba(246,245,239,.88); backdrop-filter: blur(16px); transition: border-color .2s, box-shadow .2s; }
.site-header.scrolled { border-color: var(--line); box-shadow: 0 8px 28px rgba(14,45,36,.06); }
.header-inner { height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 1.3rem; }
.brand { display: inline-flex; align-items: center; gap: .72rem; flex: 0 0 auto; text-decoration: none; }
.brand-mark { width: 40px; height: 40px; display: grid; place-items: center; color: var(--white); background: var(--green); border-radius: 11px 11px 11px 3px; font-size: 1.1rem; font-weight: 950; letter-spacing: -.08em; }
.brand-name { font-size: 1.15rem; font-weight: 900; letter-spacing: .12em; }
.main-nav { display: flex; align-items: center; gap: clamp(.75rem, 1.65vw, 1.5rem); }
.main-nav a { position: relative; color: #344942; font-size: .88rem; font-weight: 720; text-decoration: none; }
.main-nav a:hover, .main-nav a.active { color: var(--green); }
.main-nav a.active::after { content: ""; position: absolute; left: 0; right: 0; bottom: -.55rem; height: 2px; background: var(--green); }
.nav-offerings { position: relative; }
.nav-offerings summary { min-height: 38px; display: flex; align-items: center; gap: .45rem; padding: .42rem .58rem .42rem .72rem; border: 1px solid rgba(11,101,79,.22); border-radius: 10px; color: #28483f; background: rgba(255,255,255,.55); font-size: .86rem; font-weight: 800; list-style: none; cursor: pointer; -webkit-appearance: none; appearance: none; -webkit-tap-highlight-color: transparent; transition: color .2s, background .2s, border-color .2s, box-shadow .2s; }
.nav-offerings summary::marker { content: ""; }
.nav-offerings summary::-webkit-details-marker { display: none; }
.nav-offerings summary span { width: 19px; height: 19px; display: grid; place-items: center; flex: 0 0 19px; color: var(--ink); background: var(--lime); border-radius: 6px; transition: transform .2s; }
.nav-offerings summary span::before { width: 5px; height: 5px; border-right: 2px solid currentColor; border-bottom: 2px solid currentColor; content: ""; transform: translateY(-1px) rotate(45deg); }
.nav-offerings summary:hover { color: var(--green); border-color: rgba(11,101,79,.5); background: var(--white); box-shadow: 0 7px 20px rgba(14,45,36,.09); }
.nav-offerings.active summary, .nav-offerings[open] summary { color: var(--white); border-color: var(--green); background: var(--green); }
.nav-offerings[open] summary span { transform: rotate(180deg); }
.nav-dropdown { position: absolute; top: calc(100% + 12px); left: 0; width: 215px; display: grid; gap: .15rem; padding: .6rem; border: 1px solid var(--line); border-radius: 13px; background: var(--paper); box-shadow: 0 18px 42px rgba(14,45,36,.16); }
.nav-dropdown::before { position: absolute; inset: -13px 0 auto; height: 13px; content: ""; }
.main-nav .nav-dropdown a { padding: .58rem .65rem; border-radius: 8px; font-size: .82rem; }
.main-nav .nav-dropdown a:hover { color: var(--green); background: var(--paper-2); }
.main-nav .nav-dropdown a[aria-current="page"] { color: var(--green-dark); background: var(--mint); }
.header-cta { min-height: 42px; padding: .6rem .9rem; font-size: .86rem; }
.nav-toggle { display: none; width: 42px; height: 42px; padding: 9px; border: 0; background: transparent; cursor: pointer; }
.nav-toggle span { display: block; height: 2px; margin: 5px 0; background: var(--ink); transition: transform .2s, opacity .2s; }

/* Home hero */
.hero { min-height: calc(100vh - 76px); padding: 78px 0 68px; overflow: hidden; }
.hero::before { content: ""; position: absolute; width: 680px; height: 680px; right: -220px; top: -250px; border-radius: 50%; background: radial-gradient(circle, rgba(217,238,114,.58), rgba(217,238,114,0) 68%); pointer-events: none; }
.hero-grid { display: grid; grid-template-columns: 1.06fr .94fr; gap: clamp(3rem,8vw,7rem); align-items: center; }
.hero h1 { max-width: 760px; margin: 0; font-size: clamp(3.25rem,7.1vw,6.7rem); line-height: .89; letter-spacing: -.075em; }
.hero h1 span { color: var(--green); }
.hero-lede { max-width: 600px; margin: 1.7rem 0 2rem; color: var(--muted); font-size: clamp(1.06rem,2vw,1.23rem); }
.button-row { display: flex; flex-wrap: wrap; gap: .8rem; }
.trust-line { display: flex; flex-wrap: wrap; gap: .9rem 1.5rem; margin-top: 2.3rem; color: var(--muted); font-size: .88rem; font-weight: 650; }
.trust-line span { display: inline-flex; align-items: center; gap: .4rem; }
.trust-line span::before { content: "✓"; color: var(--green); font-weight: 900; }
.hero-art { position: relative; min-height: 520px; }
.art-panel { position: absolute; inset: 18px 0 0 35px; overflow: hidden; border-radius: 42px 42px 42px 9px; background: var(--green); box-shadow: var(--shadow); }
.art-grid { position: absolute; inset: 0; opacity: .12; background-image: linear-gradient(rgba(255,255,255,.65) 1px,transparent 1px), linear-gradient(90deg,rgba(255,255,255,.65) 1px,transparent 1px); background-size: 44px 44px; }
.art-route { position: absolute; inset: 0; }
.art-route svg { width: 100%; height: 100%; }
.route-dash { stroke-dasharray: 8 11; animation: route 15s linear infinite; }
@keyframes route { to { stroke-dashoffset: -190; } }
.art-center { position: absolute; left: 47%; top: 48%; translate: -50% -50%; color: var(--white); text-align: center; }
.art-center .loop { width: 72px; height: 72px; display: grid; place-items: center; margin: 0 auto .7rem; border: 1px solid rgba(255,255,255,.35); border-radius: 21px; background: rgba(255,255,255,.12); font-size: 2rem; }
.art-center strong { display: block; }
.art-center small { color: rgba(255,255,255,.7); }
.float-card { position: absolute; width: 210px; padding: 1.15rem; background: var(--white); border: 1px solid var(--line); border-radius: 18px; box-shadow: 0 18px 50px rgba(9,44,34,.2); }
.float-card small { display: block; color: var(--muted); font-size: .68rem; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.float-card strong { display: block; margin-top: .6rem; font-size: 1.05rem; line-height: 1.25; }
.float-card.problem { left: -12px; top: 72px; transform: rotate(-3deg); }
.float-card.solution { right: -18px; bottom: 55px; width: 225px; background: var(--lime); border: 0; transform: rotate(2deg); }
.file-chips { display: flex; gap: .38rem; margin-top: .8rem; }
.file-chips i { width: 34px; height: 39px; display: grid; place-items: center; color: var(--green); background: var(--mint); border-radius: 6px; font-size: .62rem; font-style: normal; font-weight: 900; }
.status { display: flex; align-items: center; gap: .45rem; margin-top: .8rem; font-size: .8rem; font-weight: 800; }
.status::before { content: ""; width: 8px; height: 8px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 4px rgba(11,101,79,.13); }
.intro-strip { padding: 0; }
.intro-inner { display: grid; grid-template-columns: .8fr 1.2fr; gap: 3rem; align-items: center; padding: 1.8rem 2.1rem; border: 1px solid var(--line); border-radius: 17px; background: rgba(255,255,255,.5); }
.intro-inner strong { font-size: 1.16rem; line-height: 1.3; }
.intro-inner p { margin: 0; color: var(--muted); }

/* Cards and bands */
.service-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1rem; }
.service-card { min-height: 325px; display: flex; flex-direction: column; padding: 1.7rem; border: 1px solid var(--line); border-radius: var(--radius); background: rgba(255,255,255,.58); transition: transform .25s,box-shadow .25s,border-color .25s; }
.service-card:hover { transform: translateY(-6px); border-color: rgba(11,101,79,.35); box-shadow: var(--shadow); }
.service-top { display: flex; align-items: center; justify-content: space-between; color: var(--green); font-size: .75rem; font-weight: 850; letter-spacing: .12em; }
.service-icon { width: 46px; height: 46px; display: grid; place-items: center; color: var(--green); background: var(--mint); border-radius: 13px; font-size: 1.25rem; }
.service-card h3 { margin: auto 0 .65rem; font-size: 1.48rem; line-height: 1.12; letter-spacing: -.03em; }
.service-card p { margin: 0; color: var(--muted); font-size: .94rem; }
.card-link { display: inline-flex; align-items: center; gap: .4rem; margin-top: 1.15rem; color: var(--green); font-size: .88rem; font-weight: 800; text-decoration: none; }
.dark-band { color: var(--white); background: var(--ink); overflow: hidden; }
.dark-band .eyebrow { color: var(--lime); }
.dark-band .section-head p:not(.eyebrow), .dark-band .muted-light { color: rgba(255,255,255,.67); }
.feature-grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: 1.25rem; align-items: stretch; }
.check-grid { display: grid; grid-template-columns: 1fr 1fr; padding: 1.2rem; border: 1px solid rgba(255,255,255,.14); border-radius: var(--radius); background: rgba(255,255,255,.055); }
.check-item { min-height: 140px; padding: 1.2rem; border-bottom: 1px solid rgba(255,255,255,.1); }
.check-item:nth-child(odd) { border-right: 1px solid rgba(255,255,255,.1); }
.check-item:nth-last-child(-n+2) { border-bottom: 0; }
.check { display: grid; width: 24px; height: 24px; place-items: center; margin-bottom: .68rem; color: var(--ink); background: var(--lime); border-radius: 50%; font-size: .72rem; font-weight: 900; }
.check-item b { display: block; margin-bottom: .3rem; }
.check-item span:not(.check) { color: rgba(255,255,255,.62); font-size: .86rem; }
.price-card { position: relative; display: flex; flex-direction: column; padding: 2.1rem; color: var(--ink); background: var(--white); border-radius: var(--radius); }
.price-label { position: absolute; right: 1.2rem; top: 1.2rem; padding: .35rem .66rem; color: var(--green-dark); background: var(--mint); border-radius: 99px; font-size: .68rem; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.price-card h3 { margin: 0; font-size: 1.25rem; }
.price { display: flex; align-items: baseline; gap: .45rem; margin: 1.35rem 0 .15rem; }
.price strong { font-size: clamp(3.1rem,7vw,5rem); line-height: 1; letter-spacing: -.07em; }
.price span { color: var(--muted); font-weight: 700; }
.price-card .annual { margin: 0 0 1rem; color: var(--green); font-weight: 800; }
.price-card p { color: var(--muted); }
.price-card .btn { margin-top: auto; }
.fine-print { font-size: .76rem; line-height: 1.45; }
.cta-band { padding: 45px 0; color: var(--white); background: var(--green); }
.cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 2rem; }
.cta-inner h2 { margin: 0; font-size: clamp(1.6rem,3vw,2.35rem); letter-spacing: -.035em; }

/* Subpage hero */
.page-hero { padding: 92px 0 86px; color: var(--white); background: var(--green-dark); overflow: hidden; }
.page-hero::before { content: ""; position: absolute; width: 520px; height: 520px; right: -170px; top: -220px; border: 1px solid rgba(217,238,114,.25); border-radius: 50%; box-shadow: 0 0 0 70px rgba(217,238,114,.035),0 0 0 140px rgba(217,238,114,.025); }
.page-hero .wrap { position: relative; }
.page-hero .eyebrow { color: var(--lime); }
.page-hero h1 { max-width: 850px; margin: 0; font-size: clamp(2.8rem,7vw,5.8rem); line-height: .92; letter-spacing: -.065em; }
.page-hero p:not(.eyebrow) { max-width: 690px; margin: 1.35rem 0 0; color: rgba(255,255,255,.7); font-size: clamp(1.05rem,2vw,1.22rem); }
.page-hero .button-row { margin-top: 1.8rem; }
.crumbs { margin-top: 3.3rem; color: rgba(255,255,255,.5); font-size: .78rem; }
.crumbs a { color: var(--lime); text-decoration: none; }

/* Content layouts */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(3rem,8vw,7rem); align-items: center; }
.split.start { align-items: start; }
.copy h2 { margin: 0; font-size: clamp(2.2rem,4.7vw,4.15rem); line-height: 1; letter-spacing: -.052em; }
.copy h3 { margin: 2rem 0 .5rem; font-size: 1.35rem; }
.copy p, .copy li { color: var(--muted); }
.copy .btn { margin-top: 1rem; }
.visual-card { min-height: 480px; display: flex; flex-direction: column; justify-content: space-between; padding: 2rem; border-radius: 30px 30px 30px 8px; color: var(--white); background: var(--green); overflow: hidden; }
.visual-card.light { color: var(--ink); background: var(--paper-2); }
.visual-card blockquote { margin: auto 0; font-size: clamp(1.6rem,3vw,2.45rem); line-height: 1.18; letter-spacing: -.035em; font-weight: 760; }
.tag-cloud { display: flex; flex-wrap: wrap; gap: .5rem; }
.tag-cloud span { padding: .48rem .72rem; border: 1px solid rgba(255,255,255,.22); border-radius: 99px; color: rgba(255,255,255,.78); font-size: .76rem; }
.visual-card.light .tag-cloud span { border-color: var(--line); color: var(--muted); background: rgba(255,255,255,.55); }
.problem-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.problem-card { padding: 1.45rem; border: 1px solid var(--line); border-radius: 17px; background: rgba(255,255,255,.58); }
.problem-card .num { width: 39px; height: 39px; display: grid; place-items: center; margin-bottom: 2rem; color: var(--green); background: var(--mint); border-radius: 10px; font-size: .72rem; font-weight: 900; }
.problem-card h3 { margin: 0 0 .35rem; font-size: 1.08rem; }
.problem-card p { margin: 0; color: var(--muted); font-size: .89rem; }
.steps { display: grid; grid-template-columns: repeat(3,1fr); gap: 1rem; counter-reset: steps; }
.step { min-height: 245px; padding: 1.6rem; border-radius: 18px; background: var(--paper-2); counter-increment: steps; }
.step::before { content: "0" counter(steps); display: block; margin-bottom: 3rem; color: var(--green); font-size: 1.75rem; font-weight: 900; }
.step h3 { margin: 0 0 .4rem; }
.step p { margin: 0; color: var(--muted); font-size: .9rem; }
.outcome-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1rem; }
.outcome { padding: 1.5rem; border: 1px solid var(--line); border-radius: 18px; }
.outcome svg { width: 32px; height: 32px; margin-bottom: 2rem; color: var(--green); }
.outcome-number { width: 39px; height: 39px; display: grid; place-items: center; margin-bottom: 2rem; color: var(--green); background: var(--mint); border-radius: 10px; font-size: .72rem; font-weight: 900; }
.outcome h3 { margin: 0 0 .45rem; }
.outcome p { margin: 0; color: var(--muted); font-size: .9rem; }
.domain-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; margin-top: 1.8rem; }
.domain-card { padding: 1.5rem; border: 1px solid var(--line); border-radius: 16px; background: var(--white); }
.domain-card .badge { display: inline-block; margin-bottom: 1rem; padding: .3rem .6rem; color: var(--green); background: var(--mint); border-radius: 99px; font-size: .7rem; font-weight: 850; text-transform: uppercase; }
.domain-card h3 { margin: 0 0 .4rem; }
.domain-card p { margin: 0; color: var(--muted); font-size: .9rem; }
.example { display: block; margin-top: .75rem; color: var(--green); font-family: ui-monospace,SFMono-Regular,Consolas,monospace; font-size: .82rem; overflow-wrap: anywhere; }
.callout { padding: 2rem; border-left: 5px solid var(--lime); color: var(--white); background: var(--green); border-radius: 0 18px 18px 0; }
.callout strong { display: block; margin-bottom: .35rem; font-size: 1.25rem; }
.callout p { margin: 0; color: rgba(255,255,255,.72); }
.visibility-promo { display: grid; grid-template-columns: 1fr auto; gap: 2rem; align-items: center; padding: clamp(1.7rem,4vw,2.6rem); border: 1px solid rgba(11,101,79,.18); border-radius: var(--radius); background: var(--mint); }
.visibility-promo .eyebrow { margin-bottom: .65rem; }
.visibility-promo h2 { max-width: 760px; margin: 0; font-size: clamp(1.8rem,4vw,3rem); line-height: 1; letter-spacing: -.045em; }
.visibility-promo p:not(.eyebrow) { max-width: 760px; margin: .8rem 0 0; color: #395a50; }
.visibility-promo .btn { min-width: 180px; }
.addon-strip { display: grid; grid-template-columns: auto 1fr auto; gap: 1.2rem; align-items: center; margin-top: 1.25rem; padding: 1.25rem 1.35rem; border: 1px solid rgba(255,255,255,.14); border-radius: 17px; background: rgba(255,255,255,.06); }
.addon-icon { width: 46px; height: 46px; display: grid; place-items: center; color: var(--ink); background: var(--lime); border-radius: 13px; font-size: 1.2rem; font-weight: 900; }
.addon-strip h3 { margin: 0 0 .2rem; font-size: 1.08rem; }
.addon-strip p { margin: 0; color: rgba(255,255,255,.62); font-size: .86rem; }
.addon-strip .card-link { margin: 0; color: var(--lime); white-space: nowrap; }
.visibility-hero-secondary { color: var(--white); border-color: rgba(255,255,255,.38); background: transparent; }
.visibility-hero-secondary:hover { color: var(--ink); border-color: var(--white); background: var(--white); }
.visibility-outcomes .outcome { min-height: 260px; background: var(--paper); }
.care-list { display: grid; gap: .7rem; margin-top: 1.8rem; }
.care-list > div { padding: 1rem 1.1rem; border: 1px solid var(--line); border-radius: 13px; background: rgba(255,255,255,.52); }
.care-list b, .care-list span { display: block; }
.care-list b { margin-bottom: .18rem; color: var(--ink); }
.care-list span { color: var(--muted); font-size: .86rem; }
.visibility-care-card { min-height: 460px; }
.report-example { padding: clamp(1.5rem,4vw,2.5rem); color: var(--white); background: var(--green-dark); border-radius: var(--radius); box-shadow: var(--shadow); }
.report-label { display: inline-block; margin-bottom: 1.5rem; padding: .35rem .65rem; color: var(--ink); background: var(--lime); border-radius: 99px; font-size: .68rem; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.report-grid { display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid rgba(255,255,255,.17); border-bottom: 1px solid rgba(255,255,255,.17); }
.report-grid div { padding: 1.5rem; border-right: 1px solid rgba(255,255,255,.17); }
.report-grid div:first-child { padding-left: 0; }
.report-grid div:last-child { border-right: 0; }
.report-grid strong, .report-grid span { display: block; }
.report-grid strong { color: var(--lime); font-size: clamp(2.2rem,6vw,4rem); line-height: 1; letter-spacing: -.06em; }
.report-grid span { margin-top: .4rem; color: rgba(255,255,255,.68); font-size: .8rem; }
.report-example > p { margin: 1.4rem 0 0; color: rgba(255,255,255,.7); }
.report-example > p b { color: var(--white); }
.scope-note { max-width: 820px; margin: 1rem 0 0; color: var(--muted); font-size: .78rem; }
.acronym { display: grid; grid-template-columns: 1fr 1fr; gap: .55rem; margin-top: 1.7rem; }
.acronym div { padding: .7rem .85rem; border: 1px solid var(--line); border-radius: 10px; font-size: .85rem; font-weight: 750; }
.acronym b { display: inline-block; width: 1.35rem; color: var(--green); }
.faq { display: grid; gap: .7rem; max-width: 820px; margin: 0 auto; }
.faq details { border: 1px solid var(--line); border-radius: 13px; background: rgba(255,255,255,.6); }
.faq summary { padding: 1.15rem 1.3rem; font-weight: 780; cursor: pointer; list-style: none; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; float: right; color: var(--green); font-size: 1.3rem; }
.faq details[open] summary::after { content: "−"; }
.faq details p { margin: 0; padding: 0 1.3rem 1.2rem; color: var(--muted); }

/* Contact */
.contact-section { color: var(--white); background: var(--green); overflow: hidden; }
.contact-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(3rem,8vw,7rem); align-items: start; }
.contact-copy h2 { margin: 0; font-size: clamp(2.7rem,5.7vw,5.2rem); line-height: .92; letter-spacing: -.065em; }
.contact-copy > p:not(.eyebrow) { color: rgba(255,255,255,.72); font-size: 1.06rem; }
.contact-note { margin-top: 2rem; padding: 1.1rem; border: 1px solid rgba(255,255,255,.16); border-radius: 14px; }
.contact-note strong { display: block; color: var(--lime); }
.contact-note span { color: rgba(255,255,255,.68); font-size: .86rem; }
.contact-form { padding: 2rem; color: var(--ink); background: var(--white); border-radius: var(--radius); box-shadow: 0 25px 80px rgba(3,37,28,.22); }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.field { margin-bottom: 1rem; }
.field label { display: block; margin-bottom: .35rem; font-size: .77rem; font-weight: 800; }
.field input, .field textarea, .field select { width: 100%; padding: .8rem .88rem; border: 1px solid var(--line); border-radius: 10px; outline: 0; color: var(--ink); background: #fbfbf8; transition: border-color .2s,box-shadow .2s; }
.field textarea { min-height: 135px; resize: vertical; }
.field input:focus, .field textarea:focus, .field select:focus { border-color: var(--green); box-shadow: 0 0 0 4px rgba(11,101,79,.1); }
.form-help { margin: .8rem 0 0; color: var(--muted); font-size: .74rem; }
.contact-form button:disabled { cursor: wait; opacity: .62; }
.form-challenge { margin: .2rem 0 1rem; }
.form-verification-status:empty { display: none; }
.trap-field { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }

/* Footer */
.site-footer { padding: 60px 0 26px; color: rgba(255,255,255,.62); background: #071b16; }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: 3rem; padding-bottom: 45px; }
.site-footer .brand { color: var(--white); margin-bottom: 1rem; }
.site-footer .brand-mark { color: var(--ink); background: var(--lime); }
.footer-about { max-width: 390px; margin: 0; font-size: .87rem; }
.footer-title { margin: 0 0 .8rem; color: var(--white); font-size: .78rem; font-weight: 850; letter-spacing: .11em; text-transform: uppercase; }
.footer-links { display: grid; gap: .48rem; }
.footer-links a { color: rgba(255,255,255,.65); font-size: .86rem; text-decoration: none; }
.footer-links a:hover { color: var(--lime); }
.footer-bottom { display: flex; justify-content: space-between; gap: 2rem; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.1); font-size: .75rem; }

.reveal { opacity: 1; transform: none; }

@media (max-width: 1000px) {
  .main-nav { position: fixed; inset: 76px 0 auto; display: none; align-items: stretch; padding: 1.35rem 20px 1.8rem; background: var(--paper); border-bottom: 1px solid var(--line); box-shadow: 0 18px 30px rgba(9,44,34,.1); }
  .main-nav.is-open { display: grid; }
  .main-nav a { padding: .38rem 0; font-size: 1rem; }
  .main-nav a.active::after { display: none; }
  .nav-offerings summary { width: 100%; justify-content: space-between; padding: .58rem .65rem .58rem .75rem; font-size: .96rem; }
  .nav-dropdown { position: static; width: auto; margin: .25rem 0 .45rem .3rem; padding: .15rem 0 .15rem 1rem; border: 0; border-left: 2px solid var(--line); border-radius: 0; box-shadow: none; }
  .nav-dropdown::before { display: none; }
  .main-nav .nav-dropdown a { padding: .42rem .65rem; font-size: .9rem; }
  .header-cta { margin-left: auto; }
  .nav-toggle { display: block; }
  .hero { min-height: auto; }
  .hero-grid, .feature-grid, .split, .contact-grid { grid-template-columns: 1fr; }
  .hero-art { width: min(100%,620px); margin-inline: auto; }
  .service-grid, .outcome-grid { grid-template-columns: 1fr 1fr; }
  .service-card:last-child, .outcome:last-child { grid-column: 1/-1; }
  .visibility-promo { grid-template-columns: 1fr; }
  .visibility-promo .btn { justify-self: start; }
}

@media (max-width: 680px) {
  .wrap { width: min(calc(100% - 28px),var(--wrap)); }
  section { padding: 76px 0; }
  .header-cta { display: none; }
  .hero { padding-top: 52px; }
  .hero h1 { font-size: clamp(3.05rem,16vw,4.7rem); }
  .hero-art { min-height: 420px; }
  .art-panel { inset: 12px 8px 0 14px; border-radius: 30px 30px 30px 8px; }
  .float-card.problem { left: 0; top: 35px; width: 165px; }
  .float-card.solution { right: 0; bottom: 35px; width: 185px; }
  .float-card strong { font-size: .88rem; }
  .art-center { left: 50%; }
  .intro-inner { grid-template-columns: 1fr; gap: .6rem; padding: 1.4rem; }
  .service-grid, .outcome-grid, .problem-grid, .steps, .domain-grid { grid-template-columns: 1fr; }
  .service-card:last-child, .outcome:last-child { grid-column: auto; }
  .check-grid { grid-template-columns: 1fr; }
  .check-item, .check-item:nth-child(odd), .check-item:nth-last-child(2) { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.1); }
  .check-item:last-child { border-bottom: 0; }
  .price-card { padding: 1.4rem; }
  .cta-inner { align-items: flex-start; flex-direction: column; }
  .page-hero { padding: 72px 0 65px; }
  .visual-card { min-height: 430px; padding: 1.45rem; }
  .acronym, .field-row { grid-template-columns: 1fr; }
  .contact-form { padding: 1.35rem; }
  .footer-grid { grid-template-columns: 1fr; gap: 2rem; }
  .footer-bottom { flex-direction: column; gap: .5rem; }
  .addon-strip { grid-template-columns: auto 1fr; }
  .addon-strip .card-link { grid-column: 1 / -1; }
  .report-grid { grid-template-columns: 1fr; }
  .report-grid div, .report-grid div:first-child { padding: 1.1rem 0; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.17); }
  .report-grid div:last-child { border-bottom: 0; }
}

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