:root {
  --ink: #10251f;
  --muted: #61736d;
  --green-950: #052e26;
  --green-900: #073f33;
  --green-800: #075843;
  --green-700: #096b50;
  --green-100: #dff2ea;
  --green-50: #f1f9f6;
  --lime: #bbf451;
  --lime-soft: #e8ffc0;
  --cream: #fbfaf5;
  --paper: #ffffff;
  --line: #d8e2de;
  --danger: #cb3f50;
  --shadow: 0 22px 60px rgba(7, 63, 51, .12);
  --radius: 22px;
  --shell: 1240px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; }
button, input, select, textarea { font: inherit; }
.site-shell { width: min(calc(100% - 40px), var(--shell)); margin-inline: auto; }
.skip-link { position: fixed; z-index: 99; top: 10px; left: 10px; transform: translateY(-160%); padding: 10px 16px; border-radius: 9px; background: #fff; color: var(--green-900); font-weight: 800; }
.skip-link:focus { transform: none; }

.site-header { position: sticky; z-index: 20; top: 0; border-bottom: 1px solid rgba(216, 226, 222, .9); background: rgba(251, 250, 245, .9); backdrop-filter: blur(18px); }
.header-inner { min-height: 76px; display: flex; align-items: center; gap: 32px; }
.brand { display: inline-flex; align-items: center; gap: 11px; text-decoration: none; flex: 0 0 auto; }
.brand-logo { width: 190px; height: auto; display: block; }
.brand-mark { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 11px; color: #fff; background: var(--green-800); font-weight: 900; letter-spacing: -.05em; }
.brand-name { display: flex; flex-direction: column; line-height: 1.05; font-size: 17px; font-weight: 850; letter-spacing: -.02em; }
.brand-name small { margin-top: 5px; color: var(--muted); font-size: 10px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.main-nav { display: flex; align-items: center; gap: 28px; margin-left: auto; }
.main-nav a { color: #40524c; font-size: 14px; font-weight: 700; text-decoration: none; }
.main-nav a:hover, .main-nav a:focus-visible { color: var(--green-700); }
.header-actions { display: flex; align-items: center; gap: 8px; }
.button { min-height: 43px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 0 18px; border: 1px solid transparent; border-radius: 11px; font-weight: 800; line-height: 1.2; text-decoration: none; transition: transform .18s ease, box-shadow .18s ease, background .18s ease; }
.button:hover { transform: translateY(-1px); }
.button:focus-visible, a:focus-visible, summary:focus-visible { outline: 3px solid rgba(187, 244, 81, .68); outline-offset: 3px; }
.button-primary { color: #fff; background: var(--green-700); box-shadow: 0 8px 22px rgba(9, 107, 80, .2); }
.button-primary:hover { background: var(--green-800); }
.button-secondary { border-color: #b9cbc5; color: var(--green-900); background: #fff; }
.button-secondary:hover, .button-quiet:hover { background: var(--green-50); }
.button-quiet { color: var(--green-900); background: transparent; }
.button-lime { color: var(--green-950); background: var(--lime); box-shadow: 0 14px 30px rgba(187, 244, 81, .2); }
.button-lime:hover { background: #caff63; }
.button-outline-light { color: #fff; border-color: rgba(255, 255, 255, .3); background: rgba(255, 255, 255, .06); }
.button-outline-light:hover { background: rgba(255, 255, 255, .12); }
.button-large { min-height: 54px; padding-inline: 23px; border-radius: 13px; }
.button-wide { width: 100%; }

.hero { position: relative; overflow: hidden; padding: 84px 0 76px; color: #fff; background: var(--green-950); }
.hero::after { content: ""; position: absolute; right: -210px; bottom: -360px; width: 780px; height: 780px; border: 1px solid rgba(187, 244, 81, .12); border-radius: 50%; box-shadow: inset 0 0 0 90px rgba(187, 244, 81, .025), inset 0 0 0 180px rgba(187, 244, 81, .02); }
.hero-glow { position: absolute; pointer-events: none; filter: blur(2px); border-radius: 999px; }
.hero-glow-one { width: 500px; height: 500px; right: 4%; top: -280px; background: rgba(15, 137, 98, .23); }
.hero-glow-two { width: 300px; height: 300px; left: -180px; bottom: -150px; background: rgba(187, 244, 81, .08); }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.06fr .94fr; gap: 72px; align-items: center; }
.eyebrow { display: block; margin-bottom: 13px; color: var(--green-700); font-size: 12px; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
.eyebrow.light { color: var(--lime); }
.hero h1 { max-width: 760px; margin: 0; font-size: clamp(48px, 5.2vw, 78px); line-height: .99; letter-spacing: -.055em; }
.hero h1 span { color: #9ee4ce; }
.hero-lead { max-width: 690px; margin: 27px 0 0; color: #d8e7e2; font-size: 19px; line-height: 1.62; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 11px; margin-top: 33px; }
.hero-note { max-width: 610px; margin: 14px 0 0; color: #a9c0b9; font-size: 13px; }

.product-preview { position: relative; padding: 17px; overflow: hidden; border: 1px solid rgba(255, 255, 255, .13); border-radius: 24px; color: var(--ink); background: rgba(255, 255, 255, .97); box-shadow: 0 32px 90px rgba(0, 0, 0, .33); }
.product-preview::before { content: ""; position: absolute; inset: 0 0 auto; height: 5px; background: linear-gradient(90deg, var(--lime), #49c49a); }
.preview-topbar { display: flex; justify-content: space-between; padding: 7px 3px 13px; color: var(--muted); font-size: 11px; font-weight: 700; }
.preview-topbar i { width: 7px; height: 7px; display: inline-block; margin-right: 5px; border-radius: 50%; background: #2cb184; }
.preview-menu { letter-spacing: 2px; }
.preview-product { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 12px; padding: 14px 13px; border: 1px solid var(--line); border-radius: 14px; background: #fff; }
.preview-icon { width: 43px; height: 43px; display: grid; place-items: center; border-radius: 12px; color: #fff; background: var(--green-700); font-weight: 900; }
.preview-product div:nth-child(2) { min-width: 0; display: flex; flex-direction: column; }
.preview-product small, .preview-result small { color: var(--green-700); font-size: 9px; font-weight: 900; letter-spacing: .13em; }
.preview-product strong { overflow: hidden; font-size: 13px; text-overflow: ellipsis; white-space: nowrap; }
.preview-product div span { color: var(--muted); font-size: 11px; }
.status-pill { padding: 5px 9px; border-radius: 999px; color: #805e00; background: #fff3cc; font-size: 10px; font-weight: 800; }
.preview-result { display: flex; align-items: center; justify-content: space-between; margin-top: 11px; padding: 17px; border-radius: 15px; color: #fff; background: var(--green-800); }
.preview-result > div:first-child { display: flex; flex-direction: column; }
.preview-result small { color: var(--lime); }
.preview-result strong { margin-top: 4px; font-size: 23px; letter-spacing: -.03em; }
.preview-result span { color: #cbe2db; font-size: 12px; }
.result-ring { width: 58px; height: 58px; display: grid; place-content: center; border: 5px solid rgba(187, 244, 81, .78); border-right-color: rgba(255,255,255,.16); border-radius: 50%; text-align: center; }
.result-ring span { color: #fff; font-size: 19px; font-weight: 900; line-height: 1; }
.result-ring small { color: #cbe2db; letter-spacing: 0; }
.preview-counts { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 11px; border: 1px solid var(--line); border-radius: 13px; overflow: hidden; }
.preview-counts span { padding: 9px 4px; border-right: 1px solid var(--line); color: var(--muted); font-size: 9px; text-align: center; }
.preview-counts span:last-child { border: 0; }
.preview-counts b { display: block; color: var(--green-800); font-size: 15px; }
.preview-counts .danger b { color: var(--danger); }
.preview-action { margin-top: 11px; padding: 14px; border: 1px solid #acd9ca; border-radius: 14px; background: var(--green-50); }
.preview-action span { color: var(--green-700); font-size: 9px; font-weight: 900; letter-spacing: .13em; }
.preview-action strong { display: block; margin-top: 4px; font-size: 13px; line-height: 1.35; }
.preview-action p { margin: 5px 0 10px; color: var(--muted); font-size: 10px; line-height: 1.4; }
.preview-action b { color: var(--green-700); font-size: 10px; }
.preview-trust { margin: 11px 3px 2px; color: var(--muted); font-size: 9px; text-align: center; }
.preview-trust i { margin: 0 3px; color: var(--green-700); font-style: normal; }

.audience-strip { border-bottom: 1px solid var(--line); background: #fff; }
.audience-inner { min-height: 88px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.audience-inner span { color: var(--muted); font-size: 11px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.audience-inner strong { color: #385049; font-size: 14px; }
.section { padding: 106px 0; }
.split-heading { display: grid; grid-template-columns: 1fr .8fr; gap: 100px; align-items: end; }
.split-heading h2, .section-heading h2, .truth-copy h2, .trust-cards-grid h2, .faq-grid h2 { max-width: 760px; margin: 0; font-size: clamp(36px, 4vw, 55px); line-height: 1.08; letter-spacing: -.045em; }
.split-heading > p { margin: 0 0 6px; color: var(--muted); font-size: 18px; }
.problem-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 48px; }
.problem-card { min-height: 232px; display: flex; flex-direction: column; padding: 27px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease; }
.problem-card:hover { transform: translateY(-3px); border-color: #b7d1c8; box-shadow: 0 14px 32px rgba(7, 63, 51, .08); }
.problem-card h3 { margin: 29px 0 8px; font-size: 22px; letter-spacing: -.025em; }
.problem-card p { margin: 0; color: var(--muted); }
.card-top { display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.card-number { color: var(--green-700); font-size: 12px; font-weight: 900; letter-spacing: .14em; }
.card-icon { width: 43px; height: 43px; padding: 10px; border-radius: 12px; color: var(--green-700); background: var(--green-50); fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.accent-card { color: #fff; border-color: var(--green-800); background: var(--green-800); box-shadow: 0 16px 38px rgba(7, 63, 51, .14); }
.accent-card p { color: #cfe1dc; }
.accent-card .card-number { color: var(--lime); }
.accent-card .card-icon { color: var(--lime); background: rgba(255, 255, 255, .09); }
.accent-card:hover { border-color: #178163; box-shadow: 0 18px 40px rgba(7, 63, 51, .18); }

.how-section { background: #fff; }
.section-heading { max-width: 840px; margin-bottom: 48px; }
.section-heading.centred { margin-inline: auto; text-align: center; }
.section-heading p { max-width: 700px; margin: 17px auto 0; color: var(--muted); font-size: 18px; }
.workflow { position: relative; display: grid; grid-template-columns: repeat(5, 1fr); gap: 0; margin: 0; padding: 0; list-style: none; }
.workflow::before { content: ""; position: absolute; top: 24px; left: 7%; right: 7%; height: 2px; background: #cfe0da; }
.workflow li { position: relative; padding: 0 18px; text-align: center; }
.workflow li > span { position: relative; z-index: 1; width: 48px; height: 48px; display: grid; place-items: center; margin: 0 auto 20px; border: 6px solid #fff; border-radius: 50%; color: #fff; background: var(--green-700); box-shadow: 0 0 0 1px #b9d1c9; font-weight: 900; }
.workflow strong { display: block; font-size: 16px; }
.workflow p { margin: 8px 0 0; color: var(--muted); font-size: 13px; line-height: 1.55; }

.truth-section { color: #fff; background: var(--green-900); }
.truth-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 90px; align-items: center; }
.truth-copy p { margin: 23px 0; color: #c9ddd6; font-size: 18px; }
.text-link { display: inline-block; color: var(--green-700); font-weight: 850; text-decoration: none; }
.light-link { color: var(--lime); }
.truth-model { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.truth-model div { padding: 20px 21px; border: 1px solid rgba(255, 255, 255, .13); border-radius: 17px; background: rgba(255, 255, 255, .055); }
.truth-model span { color: var(--lime); font-size: 11px; font-weight: 900; letter-spacing: .13em; }
.truth-model strong { display: block; margin-top: 12px; font-size: 19px; }
.truth-model p { margin: 3px 0 0; color: #bcd1ca; font-size: 13px; }

.outcomes-section { background: #f3f7f5; }
.outcomes-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.outcomes-grid article { padding: 27px; border: 1px solid var(--line); border-radius: 18px; background: #fff; }
.outcome-icon { width: 41px; height: 41px; display: grid; place-items: center; margin-bottom: 36px; border-radius: 11px; color: var(--green-800); background: var(--green-100); font-size: 20px; font-weight: 900; }
.outcomes-grid h3 { margin: 0 0 7px; font-size: 19px; }
.outcomes-grid p { margin: 0; color: var(--muted); font-size: 14px; }

.pricing-section { background: #fff; }
.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; align-items: stretch; }
.offer-heading { display: flex; align-items: end; justify-content: space-between; gap: 28px; margin: 58px 0 18px; padding-bottom: 15px; border-bottom: 1px solid var(--line); }
.offer-heading > div { display: flex; align-items: center; gap: 12px; }
.offer-heading h3 { margin: 0; font-size: 25px; letter-spacing: -.025em; }
.offer-heading p { max-width: 570px; margin: 0; color: var(--muted); text-align: right; }
.offer-number { width: 31px; height: 31px; display: grid; place-items: center; border-radius: 9px; color: var(--green-800); background: var(--green-100); font-size: 11px; font-weight: 900; }
.software-heading { margin-top: 68px; }
.software-pricing-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); max-width: 930px; margin-inline: auto; }
.price-card { position: relative; display: flex; flex-direction: column; padding: 31px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; }
.price-card h3 { margin: 7px 0 4px; font-size: 27px; letter-spacing: -.03em; }
.price-kicker { color: var(--green-700); font-size: 11px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.price { display: flex; align-items: baseline; gap: 6px; margin: 7px 0 12px; }
.price strong { font-size: 43px; line-height: 1; letter-spacing: -.055em; }
.price span { color: var(--muted); font-size: 13px; }
.price-card > p { min-height: 74px; color: var(--muted); }
.software-pricing-grid .price-card > p { min-height: 54px; }
.price-card ul { flex: 1; display: grid; gap: 9px; margin: 13px 0 28px; padding: 0; list-style: none; }
.price-card li { position: relative; padding-left: 24px; font-size: 14px; }
.price-card li::before { content: "✓"; position: absolute; left: 0; color: var(--green-700); font-weight: 900; }
.price-card > small { display: block; margin-top: 11px; color: var(--muted); line-height: 1.45; text-align: center; }
.triage-card { border-color: #9fcfbe; background: var(--green-50); }
.fit-card { background: #fbfdfc; }
.rescue-card { border: 2px solid var(--green-700); box-shadow: 0 16px 38px rgba(7, 63, 51, .1); }
.growth-card { border: 2px solid var(--green-700); box-shadow: var(--shadow); }
.price-badge { position: absolute; top: 22px; right: 22px; padding: 5px 9px; border-radius: 999px; color: var(--green-900); background: var(--lime-soft); font-size: 10px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.pricing-boundary { max-width: 900px; margin: 28px auto 0; color: var(--muted); font-size: 13px; text-align: center; }
.upgrade-strip { display: grid; grid-template-columns: auto 1fr auto; gap: 20px; align-items: center; margin-top: 16px; padding: 19px 22px; border: 1px solid #acd9ca; border-radius: 16px; background: var(--green-50); }
.upgrade-price { color: var(--green-800); font-size: 28px; font-weight: 900; letter-spacing: -.04em; }
.upgrade-strip strong { display: block; }
.upgrade-strip p { margin: 2px 0 0; color: var(--muted); font-size: 14px; }
.upgrade-strip .text-link { white-space: nowrap; }

.trust-cards-section { border-block: 1px solid var(--line); background: var(--cream); }
.trust-cards-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 90px; align-items: center; }
.trust-cards-grid > div:first-child p { margin: 19px 0 28px; color: var(--muted); font-size: 17px; }
.trust-cards { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.trust-cards article { min-height: 160px; padding: 23px; border: 1px solid var(--line); border-radius: 16px; background: #fff; }
.trust-cards b { display: block; margin-bottom: 8px; }
.trust-cards span { color: var(--muted); font-size: 13px; }

.faq-grid { display: grid; grid-template-columns: .55fr 1fr; gap: 100px; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { position: relative; padding: 22px 40px 22px 0; cursor: pointer; font-size: 17px; font-weight: 800; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; right: 4px; color: var(--green-700); font-size: 24px; font-weight: 500; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list p { margin: -5px 40px 22px 0; color: var(--muted); }

.final-cta { padding: 74px 0; color: #fff; background: var(--green-800); }
.final-cta-inner { display: grid; grid-template-columns: 1fr auto; gap: 60px; align-items: center; }
.final-cta h2 { max-width: 760px; margin: 0; font-size: clamp(36px, 4vw, 54px); line-height: 1.08; letter-spacing: -.045em; }
.final-cta p { margin: 17px 0 0; color: #cce2db; }
.final-actions { display: flex; flex-direction: column; align-items: center; gap: 14px; }

.site-footer { padding: 55px 0 25px; color: #c2d3ce; background: var(--green-950); }
.footer-grid { display: grid; grid-template-columns: auto 1fr auto; gap: 45px; align-items: center; }
.footer-brand .brand-name { color: #fff; }
.footer-brand .brand-mark { color: var(--green-950); background: var(--lime); }
.footer-grid p { max-width: 500px; margin: 0; font-size: 13px; }
.footer-grid nav { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 18px; }
.footer-grid nav a { color: #dce8e4; font-size: 13px; font-weight: 700; text-decoration: none; }
.footer-bottom { display: flex; justify-content: space-between; margin-top: 35px; padding-top: 18px; border-top: 1px solid rgba(255, 255, 255, .1); color: #91a9a2; font-size: 11px; }

/* Trust page */
.trust-hero { padding: 90px 0; color: #fff; background: var(--green-950); }
.trust-hero-grid { display: grid; grid-template-columns: 1fr .62fr; gap: 90px; align-items: center; }
.trust-hero h1 { margin: 0; font-size: clamp(48px, 5vw, 72px); line-height: 1; letter-spacing: -.055em; }
.trust-hero > div > div:first-child p { max-width: 700px; margin: 25px 0 0; color: #cbe0d9; font-size: 19px; }
.trust-statement { padding: 28px; border: 1px solid rgba(255, 255, 255, .15); border-radius: 20px; background: rgba(255,255,255,.06); }
.trust-statement > span { color: var(--lime); font-size: 10px; font-weight: 900; letter-spacing: .14em; }
.trust-statement strong { display: block; margin: 18px 0 8px; font-size: 23px; line-height: 1.3; }
.trust-statement p { margin: 0; color: #bcd3cc; font-size: 14px; }
.security-section { background: #fff; }
.security-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.security-grid article { position: relative; min-height: 252px; padding: 23px; overflow: hidden; border: 1px solid var(--line); border-radius: 18px; background: #fff; transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease; }
.security-grid article::before { content: ""; position: absolute; inset: 0 0 auto; height: 3px; background: linear-gradient(90deg, var(--green-700), #6fcfae); }
.security-grid article:hover { transform: translateY(-3px); border-color: #b8d2c9; box-shadow: 0 14px 32px rgba(7, 63, 51, .08); }
.security-card-top { display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.security-card-top > span { color: var(--green-700); font-size: 11px; font-weight: 900; letter-spacing: .12em; }
.security-icon { width: 42px; height: 42px; padding: 9px; border-radius: 12px; color: var(--green-700); background: var(--green-50); fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.security-grid h3 { margin: 23px 0 8px; font-size: 19px; }
.security-grid p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.58; }
.integrity-section { background: var(--green-50); }
.integrity-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; align-items: center; }
.integrity-grid h2 { margin: 0; font-size: clamp(36px, 4vw, 53px); line-height: 1.08; letter-spacing: -.045em; }
.integrity-grid > div p { color: var(--muted); font-size: 17px; }
.integrity-list { display: grid; margin: 0; padding: 0; border: 1px solid var(--line); border-radius: 19px; background: #fff; list-style: none; overflow: hidden; }
.integrity-list li { display: grid; grid-template-columns: .65fr 1fr; gap: 24px; padding: 20px 23px; border-bottom: 1px solid var(--line); }
.integrity-list li:last-child { border: 0; }
.integrity-list span { color: var(--muted); font-size: 13px; }
.operations-trust-section { background: #fff; }
.operations-trust-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.operations-trust-grid article { padding: 25px; border-left: 4px solid var(--green-700); border-radius: 6px 15px 15px 6px; background: #f6f8f7; }
.operations-trust-grid p { margin: 6px 0 0; color: var(--muted); font-size: 14px; }
.disclosure-section { padding-top: 0; background: #fff; }
.disclosure-card { display: grid; grid-template-columns: 1fr auto; gap: 70px; align-items: center; padding: 48px; border-radius: 24px; color: #fff; background: var(--green-800); }
.disclosure-card h2 { margin: 0; font-size: 39px; letter-spacing: -.04em; }
.disclosure-card p { max-width: 750px; margin-bottom: 0; color: #cce2db; }

/* First-party contact */
.contact-main { min-height: calc(100vh - 76px); background: linear-gradient(180deg, #f1f8f5 0, var(--cream) 62%); }
.contact-section { padding: 78px 0 96px; }
.contact-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 72px; align-items: start; }
.contact-copy { position: sticky; top: 112px; }
.contact-copy h1 { margin: 0; font-size: clamp(43px, 5vw, 64px); line-height: 1.02; letter-spacing: -.05em; }
.contact-copy > p { margin: 22px 0 0; color: var(--muted); font-size: 18px; }
.contact-points { display: grid; gap: 10px; margin-top: 30px; }
.contact-points div { display: grid; grid-template-columns: auto 1fr; gap: 11px; align-items: start; padding: 13px 14px; border: 1px solid #cee0d9; border-radius: 13px; background: rgba(255, 255, 255, .7); }
.contact-points span { width: 25px; height: 25px; display: grid; place-items: center; border-radius: 8px; color: var(--green-800); background: var(--green-100); font-size: 12px; font-weight: 900; }
.contact-points strong { display: block; font-size: 14px; }
.contact-points small { display: block; margin-top: 2px; color: var(--muted); font-size: 12px; }
.contact-card { padding: 34px; border: 1px solid var(--line); border-radius: 24px; background: #fff; box-shadow: 0 22px 55px rgba(7, 63, 51, .09); }
.contact-card h2 { margin: 0; font-size: 28px; letter-spacing: -.03em; }
.contact-card > p { margin: 8px 0 24px; color: var(--muted); }
.contact-form { display: grid; gap: 17px; }
.contact-form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 15px; }
.contact-form label { display: grid; gap: 6px; color: #3b4e47; font-size: 13px; font-weight: 800; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; padding: 11px 12px; border: 1px solid #cddbd6; border-radius: 10px; color: var(--ink); background: #fbfcfc; outline: none; }
.contact-form textarea { min-height: 150px; resize: vertical; line-height: 1.5; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: #72a795; background: #fff; box-shadow: 0 0 0 3px rgba(9, 107, 80, .09); }
.contact-form .full-field { grid-column: 1 / -1; }
.contact-consent { display: grid !important; grid-template-columns: auto 1fr; gap: 10px !important; align-items: start; font-weight: 500 !important; }
.contact-consent input { width: 18px; height: 18px; margin-top: 2px; accent-color: var(--green-700); }
.contact-consent a { color: var(--green-700); font-weight: 750; }
.contact-form-actions { display: flex; align-items: center; gap: 16px; }
.contact-status { min-height: 24px; margin: 0; color: var(--muted); font-size: 14px; }
.contact-status.success { color: #087052; font-weight: 750; }
.contact-status.error { color: var(--danger); font-weight: 750; }
.contact-fallback { margin: 22px 0 0; padding-top: 18px; border-top: 1px solid var(--line); color: var(--muted); font-size: 13px; }
.contact-fallback a { color: var(--green-700); font-weight: 800; }
.contact-honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }

@media (max-width: 1050px) {
  .main-nav { display: none; }
  .header-actions { margin-left: auto; }
  .hero-grid, .truth-grid, .trust-cards-grid, .trust-hero-grid { gap: 45px; }
  .hero h1 { font-size: clamp(45px, 6vw, 66px); }
  .workflow { grid-template-columns: repeat(3, 1fr); row-gap: 38px; }
  .workflow::before { display: none; }
  .outcomes-grid { grid-template-columns: repeat(2, 1fr); }
  .security-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 820px) {
  .site-shell { width: min(calc(100% - 28px), var(--shell)); }
  .site-header { position: relative; }
  .header-inner { min-height: 68px; }
  .header-cta { display: none; }
  .hero { padding: 60px 0; }
  .hero-grid, .split-heading, .truth-grid, .trust-cards-grid, .faq-grid, .final-cta-inner, .trust-hero-grid, .integrity-grid, .disclosure-card { grid-template-columns: 1fr; }
  .hero-grid { gap: 50px; }
  .product-preview { max-width: 580px; margin-inline: auto; transform: none; }
  .audience-inner { flex-wrap: wrap; justify-content: center; padding: 22px 0; }
  .audience-inner span { width: 100%; text-align: center; }
  .section { padding: 76px 0; }
  .split-heading, .truth-grid, .trust-cards-grid, .faq-grid, .integrity-grid { gap: 38px; }
  .problem-grid, .pricing-grid { grid-template-columns: 1fr; }
  .problem-card { min-height: 0; }
  .offer-heading { align-items: flex-start; flex-direction: column; gap: 7px; }
  .offer-heading p { text-align: left; }
  .upgrade-strip { grid-template-columns: auto 1fr; }
  .upgrade-strip .text-link { grid-column: 2; }
  .contact-grid { grid-template-columns: 1fr; gap: 38px; }
  .contact-copy { position: static; }
  .workflow { grid-template-columns: 1fr; text-align: left; }
  .workflow li { display: grid; grid-template-columns: auto 1fr; gap: 15px; padding: 0; text-align: left; }
  .workflow li > span { margin: 0; }
  .price-card > p { min-height: 0; }
  .final-actions { align-items: flex-start; }
  .footer-grid { grid-template-columns: 1fr; gap: 24px; }
  .footer-grid nav { justify-content: flex-start; }
  .trust-hero { padding: 65px 0; }
  .disclosure-card { gap: 30px; padding: 34px; }
}

@media (max-width: 560px) {
  body { font-size: 15px; }
  .brand-name small { display: none; }
  .brand-logo { width: 155px; }
  .button-quiet { padding-inline: 11px; }
  .hero h1 { font-size: 43px; }
  .hero-lead { font-size: 17px; }
  .hero-actions { display: grid; }
  .hero-actions .button { width: 100%; }
  .preview-product { grid-template-columns: auto 1fr; }
  .status-pill { display: none; }
  .preview-counts { grid-template-columns: repeat(2, 1fr); }
  .preview-counts span:nth-child(2) { border-right: 0; }
  .preview-counts span:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .audience-inner { gap: 13px 22px; }
  .section { padding: 64px 0; }
  .split-heading h2, .section-heading h2, .truth-copy h2, .trust-cards-grid h2, .faq-grid h2 { font-size: 36px; }
  .truth-model, .outcomes-grid, .trust-cards, .security-grid, .operations-trust-grid { grid-template-columns: 1fr; }
  .truth-model strong { margin-top: 13px; }
  .price-card { padding: 25px; }
  .final-cta { padding: 58px 0; }
  .footer-bottom { flex-direction: column; gap: 5px; }
  .trust-hero h1 { font-size: 42px; }
  .integrity-list li { grid-template-columns: 1fr; gap: 4px; }
  .upgrade-strip { grid-template-columns: 1fr; }
  .upgrade-strip .text-link { grid-column: 1; }
  .contact-section { padding: 56px 0 70px; }
  .contact-card { padding: 24px; }
  .contact-form-grid { grid-template-columns: 1fr; }
  .contact-form .full-field { grid-column: auto; }
  .contact-form-actions { align-items: stretch; flex-direction: column; }
  .contact-form-actions .button { width: 100%; }
}
