/* ZeroSpams public site. Fonts are self-hosted (no requests to Google). */
@font-face { font-family: "Inter"; src: url("/assets/fonts/inter.woff2") format("woff2"); font-weight: 100 900; font-style: normal; font-display: swap; }

:root {
  /* core components (contact form, slider, privacy banner) in this site's colours */
  --cf-accent: #16833F; --cf-accent-soft: #DDF2E3; --cf-ink: #10201A; --cf-muted: #5A6962; --cf-line: #C9D5CE; --cf-radius: 8px;
  --ink: #10201A;        /* near-black green: text */
  --ink-2: #3A4A42;      /* secondary text */
  --ink-3: #5A6962;      /* quiet text, labels */
  --paper: #FFFFFF;
  --mist: #EEF8F1;       /* pale mint band */
  --mist-2: #F6FBF8;
  --line: #DCE8E0;
  --real: #16833F;       /* brand green: buttons, a real enquiry */
  --real-bright: #22A94A;
  --real-soft: #DDF2E3;
  --blocked: #A3261B;    /* used only to mark blocked spam */
  --blocked-soft: #F6E3E0;
  --display: "Inter", "Segoe UI", system-ui, -apple-system, sans-serif;
  --body: "Inter", "Segoe UI", system-ui, -apple-system, sans-serif;
  --wrap: 1180px;
  --radius: 10px;
  --focus: 0 0 0 3px var(--paper), 0 0 0 5px var(--real);
}

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body { margin: 0; font-family: var(--body); font-size: 1.0625rem; line-height: 1.6; color: var(--ink); background: var(--paper); font-kerning: normal; }
img, svg { max-width: 100%; }
a { color: var(--ink); text-decoration-thickness: 1px; text-underline-offset: 0.18em; }
a:hover { text-decoration-thickness: 2px; }
:focus-visible { outline: none; box-shadow: var(--focus); border-radius: 4px; }
h1, h2, h3 { font-family: var(--display); font-weight: 700; line-height: 1.08; letter-spacing: -0.02em; margin: 0 0 0.5em; text-wrap: balance; }
h1 { font-size: clamp(2.6rem, 5.4vw, 4.5rem); font-weight: 750; letter-spacing: -0.035em; line-height: 1.0; }
h2 { font-size: clamp(1.85rem, 3.2vw, 2.7rem); }
h3 { font-size: 1.3rem; letter-spacing: -0.01em; line-height: 1.2; }
p { margin: 0 0 1em; }
.prose p, .lede { max-width: 38em; }
.skip { position: absolute; left: -999px; top: 8px; background: var(--ink); color: #fff; padding: 8px 14px; z-index: 50; border-radius: 6px; }
.skip:focus { left: 12px; }
.wrap { max-width: var(--wrap); margin: 0 auto; padding: 0 clamp(20px, 4vw, 40px); }

/* ---------- buttons ---------- */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 48px; padding: 0 22px; border-radius: 8px; border: 1.5px solid transparent;
  font: 600 1.0625rem/1 var(--body); text-decoration: none; cursor: pointer; transition: background-color .15s, border-color .15s, color .15s; }
.btn-sm { min-height: 40px; padding: 0 16px; font-size: 1rem; }
.btn-primary { background: var(--real); color: #fff; box-shadow: 0 6px 16px -8px rgba(22,131,63,.7); }
.btn-primary:hover { background: #0F6A31; }
.btn-quiet { background: transparent; color: var(--ink); border-color: var(--line); }
.btn-quiet:hover { border-color: var(--ink); }
.btn-light { background: #fff; color: var(--ink); }
.btn-light:hover { background: var(--real-soft); }
.linklike { background: none; border: 0; padding: 0; font: inherit; color: inherit; text-decoration: underline; text-underline-offset: .18em; cursor: pointer; }
.actions { display: flex; flex-wrap: wrap; gap: 12px; margin: 28px 0 18px; }
.fine { font-size: 0.95rem; color: var(--ink-3); }

/* ---------- header ---------- */
.site-head { position: sticky; top: 0; z-index: 20; background: rgba(255,255,255,.94); backdrop-filter: saturate(1.4) blur(8px); border-bottom: 1px solid var(--line); }
.head-row { display: flex; align-items: center; gap: 24px; min-height: 68px; }
.brand { display: inline-flex; align-items: center; gap: 10px; text-decoration: none; font: 750 1.3rem/1 var(--display); letter-spacing: -0.03em; color: var(--ink); }
.brand-mark { width: 30px; height: 30px; flex: none; }
.site-nav { margin-left: auto; display: flex; align-items: center; gap: 22px; }
.site-nav ul { list-style: none; display: flex; gap: 22px; margin: 0; padding: 0; }
.site-nav ul a { text-decoration: none; font-weight: 600; font-size: 1rem; color: var(--ink-2); padding: 6px 0; border-bottom: 2px solid transparent; }
.site-nav ul a:hover { color: var(--ink); }
.site-nav ul a[aria-current="page"] { color: var(--ink); border-bottom-color: var(--real); }
.nav-toggle { display: none; margin-left: auto; background: none; border: 1.5px solid var(--line); border-radius: 8px; padding: 8px 14px; font: 600 1rem var(--body); color: var(--ink); cursor: pointer; }
@media (max-width: 1100px) {
  .nav-toggle { display: inline-block; }
  .site-nav { display: none; position: absolute; left: 0; right: 0; top: 100%; background: #fff; border-bottom: 1px solid var(--line); flex-direction: column; align-items: stretch; gap: 0; padding: 8px clamp(20px, 4vw, 40px) 20px; }
  .site-nav.is-open { display: flex; }
  .site-nav ul { flex-direction: column; gap: 0; }
  .site-nav ul a { display: block; padding: 12px 0; border-bottom: 1px solid var(--mist); font-size: 1.1rem; }
  .site-nav ul a[aria-current="page"] { border-bottom-color: var(--mist); color: var(--real); }
  .site-nav .btn { margin-top: 16px; }
}

/* ---------- bands ---------- */
.band { padding: clamp(64px, 9vw, 112px) 0; }
.band-mist { background: var(--mist); }
.band-ink { background: var(--ink); color: #E6EAF2; }
.band-ink h2, .band-ink h3 { color: #fff; }
.band-ink a:not(.btn) { color: #fff; }
.section-title { margin-bottom: 40px; }
.split { display: grid; grid-template-columns: minmax(0, 5fr) minmax(0, 6fr); gap: clamp(28px, 6vw, 88px); align-items: start; }
.split h2 { margin: 0; }
@media (max-width: 820px) { .split { grid-template-columns: 1fr; } }

/* ---------- hero ---------- */
.hero { padding: clamp(48px, 7vw, 96px) 0 clamp(64px, 8vw, 104px); overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(0, 1fr); gap: clamp(32px, 5vw, 72px); align-items: center; }
.hero .lede { font-size: 1.25rem; color: var(--ink-2); margin-top: 22px; }
@media (max-width: 900px) { .hero-grid { grid-template-columns: 1fr; } }

.stack { position: relative; padding: 218px 0 0 0; max-width: 520px; margin-left: auto; }
.junk { position: absolute; left: 6%; right: 6%; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 10px 16px; line-height: 1.35; box-shadow: 0 1px 0 var(--line); }
.junk-subj { margin: 0 0 5px; font-size: 1rem; font-weight: 600; color: var(--ink-3); text-decoration: line-through; text-decoration-color: rgba(163,38,27,.55); text-decoration-thickness: 2px; }
.junk-why { margin: 0; font-size: .9rem; color: var(--ink-3); display: flex; gap: 10px; align-items: center; }
.blocked { display: inline-block; background: var(--blocked-soft); color: var(--blocked); font-weight: 700; font-size: .82rem; padding: 1px 8px; border-radius: 999px; }
.j1 { top: 0; transform: rotate(-1.6deg); left: 0; right: 16%; }
.j2 { top: 72px; transform: rotate(1.2deg); left: 14%; right: 0; }
.j3 { top: 144px; transform: rotate(-0.8deg); left: 4%; right: 10%; }

/* ---------- the lead card ---------- */
.lead-card { position: relative; background: #fff; color: var(--ink); border: 1px solid #C9D3CE; border-radius: 14px; overflow: hidden; box-shadow: 0 24px 48px -28px rgba(20,33,61,.45), 0 2px 0 rgba(20,33,61,.04); }
.lc-head { background: var(--ink); color: #fff; padding: 20px 24px 18px; }
.lc-status { margin: 0 0 10px; font-size: .95rem; font-weight: 600; color: #9EE5C4; display: flex; align-items: center; gap: 8px; }
.lc-status .dot { width: 9px; height: 9px; border-radius: 50%; background: var(--real-bright); box-shadow: 0 0 0 4px rgba(47,191,133,.22); }
.lc-name { margin: 0; font: 700 1.75rem/1.1 var(--display); letter-spacing: -0.02em; }
.lc-want { margin: 6px 0 0; color: #C8D0E0; }
.lc-want b { color: #fff; }
.lc-msg { margin: 18px 24px 0; padding: 14px 16px; background: var(--mist-2); border-left: 4px solid var(--real); border-radius: 0 6px 6px 0; font-size: 1.02rem; line-height: 1.55; }
.lc-rows { margin: 8px 24px 0; }
.lc-rows > div { display: grid; grid-template-columns: 9.5em 1fr; gap: 12px; padding: 10px 0; border-bottom: 1px solid #E6EBE8; font-size: 1rem; }
.lc-rows > div:last-child { border-bottom: 0; }
.lc-rows dt { color: var(--ink-3); }
.lc-rows dd { margin: 0; }
.lc-actions { display: flex; flex-wrap: wrap; gap: 8px; padding: 14px 24px 20px; }
.lc-btn { font-size: .92rem; font-weight: 600; padding: 7px 13px; border-radius: 6px; border: 1px solid #C9D3CE; color: var(--ink); }
.lc-btn.is-main { background: var(--ink); color: #fff; border-color: var(--ink); }
.lc-btn.is-wa { color: var(--real); border-color: var(--real); }
.lead-card.is-compact .lc-name { font-size: 1.55rem; }
.lead-card.is-compact .lc-rows > div { grid-template-columns: 8.5em 1fr; }
@media (max-width: 480px) {
  .lc-rows > div, .lead-card.is-compact .lc-rows > div { grid-template-columns: 1fr; gap: 0; }
  .stack { padding-top: 212px; }
  .junk { padding: 9px 12px; }
}

/* The one orchestrated moment: junk is struck out and slides away, the real enquiry settles in front */
@media (prefers-reduced-motion: no-preference) {
  .page-home .junk { animation: junk-in .5s ease-out both; }
  .page-home .j1 { animation-delay: .05s; } .page-home .j2 { animation-delay: .15s; } .page-home .j3 { animation-delay: .25s; }
  .page-home .junk-subj { animation: strike .5s ease-out both; animation-delay: .75s; }
  .page-home .stack .lead-card { animation: lead-in .7s cubic-bezier(.2,.8,.2,1) both; animation-delay: .9s; }
  @keyframes junk-in { from { opacity: 0; translate: 0 -12px; } }
  @keyframes strike { from { text-decoration-color: transparent; } }
  @keyframes lead-in { from { opacity: 0; translate: 0 28px; } }
}

/* ---------- services ---------- */
.service-rows { border-top: 1.5px solid var(--ink); }
.service-row { display: grid; grid-template-columns: minmax(0, 3fr) minmax(0, 6fr) minmax(0, 2fr); gap: 32px; align-items: baseline; padding: 30px 0; border-bottom: 1px solid var(--line); text-decoration: none; color: var(--ink); }
.service-row h3 { font-size: clamp(1.5rem, 2.4vw, 2rem); margin: 0; }
.service-row p { margin: 0; color: var(--ink-2); max-width: 36em; }
.row-link { justify-self: end; font-weight: 700; color: var(--real); text-decoration: underline; text-underline-offset: .2em; text-decoration-thickness: 1px; }
.service-row:hover .row-link { text-decoration-thickness: 2px; }
.service-row:hover h3 { color: var(--real); }
@media (max-width: 820px) { .service-row { grid-template-columns: 1fr; gap: 10px; } .row-link { justify-self: start; } }

/* ---------- sample ---------- */
.sample-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: clamp(32px, 6vw, 80px); align-items: start; }
.sample-copy > p { color: #C8D0E0; max-width: 34em; }
.notes { margin: 32px 0 0; }
.notes > div { padding: 16px 0; border-top: 1px solid rgba(255,255,255,.16); }
.notes dt { font-weight: 700; color: #fff; margin-bottom: 2px; }
.notes dd { margin: 0; color: #C8D0E0; }
.sample-caption { color: #C8D0E0; font-size: .95rem; margin: 12px 0 0; }
.sample-card .lead-card { border-color: transparent; box-shadow: 0 30px 60px -30px rgba(0,0,0,.6); }
@media (max-width: 900px) { .sample-grid { grid-template-columns: 1fr; } }

/* ---------- steps (a real sequence) ---------- */
.steps { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(24px, 4vw, 48px); counter-reset: step; }
.steps li { counter-increment: step; padding-top: 18px; border-top: 1.5px solid var(--ink); }
.steps li::before { content: counter(step); display: block; font: 750 2.4rem/1 var(--display); color: var(--real); margin-bottom: 14px; }
.steps p { color: var(--ink-2); }
@media (max-width: 820px) { .steps { grid-template-columns: 1fr; } }
.works-with { margin-top: 64px; display: flex; flex-wrap: wrap; align-items: baseline; gap: 12px 28px; }
.works-with h3 { font-size: 1.05rem; margin: 0; color: var(--ink-3); font-family: var(--body); font-weight: 600; letter-spacing: 0; }
.works-with ul { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: 10px; }
.works-with li { border: 1px solid var(--line); border-radius: 999px; padding: 6px 14px; font-weight: 600; font-size: 1rem; }

/* ---------- FAQ ---------- */
.faq-wrap { display: grid; grid-template-columns: minmax(0, 4fr) minmax(0, 7fr); gap: clamp(28px, 6vw, 88px); }
.faq details { border-top: 1px solid var(--line); }
.faq details:last-child { border-bottom: 1px solid var(--line); }
.faq summary { cursor: pointer; list-style: none; padding: 20px 40px 20px 0; position: relative; font-weight: 700; font-size: 1.15rem; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; position: absolute; right: 4px; top: 50%; translate: 0 -50%; font: 400 1.6rem/1 var(--body); color: var(--real); }
.faq details[open] summary::after { content: "\2212"; }
.faq details p { margin: 0 0 20px; color: var(--ink-2); max-width: 40em; }
@media (max-width: 820px) { .faq-wrap { grid-template-columns: 1fr; } }

/* ---------- CTA band ---------- */
.cta-band { padding: 72px 0; }
.cta-row { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 24px; }
.cta-row h2 { margin: 0; max-width: 18em; }

/* ---------- inner pages ---------- */
.page-head { padding: clamp(48px, 7vw, 88px) 0 clamp(36px, 5vw, 56px); border-bottom: 1px solid var(--line); }
.page-head h1 { font-size: clamp(2.3rem, 4.6vw, 3.8rem); max-width: 16em; }
.page-head .lede { font-size: 1.25rem; color: var(--ink-2); margin-top: 18px; }
.two-col { display: grid; grid-template-columns: minmax(0, 4fr) minmax(0, 7fr); gap: clamp(28px, 6vw, 88px); }
.two-col + .two-col { margin-top: 72px; }
@media (max-width: 820px) { .two-col { grid-template-columns: 1fr; } }
.checklist { list-style: none; padding: 0; margin: 0; }
.checklist li { position: relative; padding: 14px 0 14px 34px; border-bottom: 1px solid var(--line); }
.checklist li:first-child { border-top: 1px solid var(--line); }
.checklist li::before { content: ""; position: absolute; left: 2px; top: 21px; width: 16px; height: 9px; border-left: 2.5px solid var(--real); border-bottom: 2.5px solid var(--real); transform: rotate(-45deg); }
.checklist b { display: block; }
.checklist span { color: var(--ink-2); }
.defs > div { padding: 16px 0; border-bottom: 1px solid var(--line); display: grid; grid-template-columns: 11em 1fr; gap: 16px; }
.defs > div:first-child { border-top: 1px solid var(--line); }
.defs dt { font-weight: 700; }
.defs dd { margin: 0; color: var(--ink-2); }
@media (max-width: 600px) { .defs > div { grid-template-columns: 1fr; gap: 2px; } }
.callout { background: var(--mist); border-radius: var(--radius); padding: 22px 26px; }
.callout p:last-child { margin-bottom: 0; }
.callout.is-plain { background: transparent; border: 1.5px solid var(--ink); }
.status-pill { display: inline-block; background: var(--real-soft); color: var(--real); font-weight: 700; font-size: .95rem; padding: 4px 12px; border-radius: 999px; margin-bottom: 14px; }

/* inbox mock (lead inbox page) */
.inbox-mock { border: 1px solid #C9D3CE; border-radius: 14px; overflow: hidden; background: #fff; display: grid; grid-template-columns: 250px 1fr; font-size: .98rem; box-shadow: 0 24px 48px -30px rgba(20,33,61,.45); }
.im-list { border-right: 1px solid var(--line); background: var(--mist-2); }
.im-tabs { display: flex; gap: 14px; padding: 12px 16px; border-bottom: 1px solid var(--line); font-weight: 600; color: var(--ink-3); font-size: .92rem; }
.im-tabs .on { color: var(--ink); border-bottom: 2px solid var(--real); }
.im-item { padding: 12px 16px; border-bottom: 1px solid var(--line); }
.im-item.on { background: #fff; box-shadow: inset 3px 0 0 var(--real); }
.im-item b { display: block; }
.im-item span { color: var(--ink-3); font-size: .9rem; }
.im-thread { padding: 18px 22px; }
.im-msg { border: 1px solid var(--line); border-radius: 8px; padding: 12px 14px; margin-bottom: 12px; }
.im-msg.out { background: var(--mist-2); margin-left: 32px; }
.im-msg.note { background: #FFF8E6; border-color: #F0DFA8; }
.im-meta { font-size: .88rem; color: var(--ink-3); margin-bottom: 4px; display: flex; justify-content: space-between; gap: 10px; }
.im-meta .ok { color: var(--real); font-weight: 600; }
@media (max-width: 720px) { .inbox-mock { grid-template-columns: 1fr; } .im-list { display: none; } }

/* ---------- pricing ---------- */
.price-group + .price-group { margin-top: 88px; }
.price-group > header { max-width: 44em; margin-bottom: 28px; }
.plans { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border: 1.5px solid var(--ink); border-radius: 14px; overflow: hidden; }
.plan { position: relative; padding: 52px 26px 30px; border-right: 1px solid var(--line); display: flex; flex-direction: column; }
.plan:last-child { border-right: 0; }
.plan.is-pick { background: var(--mist); }
.plan h3 { margin: 0 0 4px; }
.plan .for { color: var(--ink-3); margin: 0 0 18px; font-size: 1rem; }
.price { font: 750 2.4rem/1 var(--display); letter-spacing: -0.03em; margin: 0; }
.price small { font: 500 1rem var(--body); color: var(--ink-3); letter-spacing: 0; }
.usd { color: var(--ink-3); font-size: .95rem; margin: 6px 0 20px; }
.plan ul { list-style: none; margin: 0 0 24px; padding: 0; }
.plan li { padding: 7px 0 7px 24px; position: relative; font-size: 1rem; }
.plan li::before { content: ""; position: absolute; left: 2px; top: 14px; width: 11px; height: 6px; border-left: 2px solid var(--real); border-bottom: 2px solid var(--real); transform: rotate(-45deg); }
.plan .btn { margin-top: auto; }
.pick-note { position: absolute; top: 22px; left: 26px; font-size: .9rem; font-weight: 700; color: var(--real); }
.setup-line { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; gap: 16px; margin-top: 18px; padding: 18px 24px; border: 1px solid var(--line); border-radius: 12px; }
.setup-line p { margin: 0; }
.price-inline { font: 700 1.4rem/1.2 var(--display); }
.duo { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
.duo > div { border: 1.5px solid var(--ink); border-radius: 14px; padding: 28px 26px; display: flex; flex-direction: column; }
.duo .btn { margin-top: auto; align-self: flex-start; }
.duo .for { color: var(--ink-3); margin: 0 0 18px; }
ul.plain { list-style: none; margin: 0 0 26px; padding: 0; }
ul.plain li { padding: 7px 0 7px 24px; position: relative; font-size: 1rem; border-bottom: 1px solid var(--mist); }
ul.plain li::before { content: ""; position: absolute; left: 2px; top: 14px; width: 11px; height: 6px; border-left: 2px solid var(--real); border-bottom: 2px solid var(--real); transform: rotate(-45deg); }
@media (max-width: 900px) { .plans { grid-template-columns: 1fr; } .plan:not(.is-pick) { padding-top: 28px; } .plan { border-right: 0; border-bottom: 1px solid var(--line); } .plan:last-child { border-bottom: 0; } .duo { grid-template-columns: 1fr; } }

/* ---------- contact ---------- */
.contact-grid { display: grid; grid-template-columns: minmax(0, 7fr) minmax(0, 4fr); gap: clamp(32px, 6vw, 80px); align-items: start; }
@media (max-width: 900px) { .contact-grid { grid-template-columns: 1fr; } }
.side-box h2 { font-size: 1.4rem; }
.side-box dl { margin: 0; }
.side-box dl > div { padding: 12px 0; border-bottom: 1px solid var(--line); }
.side-box dt { color: var(--ink-3); font-size: .95rem; }
.side-box dd { margin: 0; font-weight: 600; }


/* ---------- legal ---------- */
.legal { max-width: 46em; }
.legal h2 { font-size: 1.6rem; margin-top: 2.2em; }
.legal h3 { font-size: 1.15rem; margin-top: 1.6em; font-family: var(--body); font-weight: 700; letter-spacing: 0; }
.legal ul, .legal ol { padding-left: 1.3em; }
.legal li { margin-bottom: .4em; }
.legal table { border-collapse: collapse; width: 100%; font-size: 1rem; margin: 1em 0 1.5em; }
.legal th, .legal td { text-align: left; vertical-align: top; padding: 10px 12px 10px 0; border-bottom: 1px solid var(--line); }
.legal th { color: var(--ink-3); font-weight: 600; }
.table-scroll { overflow-x: auto; }
.legal .updated { color: var(--ink-3); }
.legal-nav { position: sticky; top: 92px; }
.legal-nav ul { list-style: none; padding: 0; margin: 0; border-left: 1.5px solid var(--line); }
.legal-nav a { display: block; padding: 6px 0 6px 16px; text-decoration: none; color: var(--ink-2); font-size: 1rem; margin-left: -1.5px; border-left: 1.5px solid transparent; }
.legal-nav a:hover { color: var(--ink); border-left-color: var(--real); }
.legal-grid { display: grid; grid-template-columns: 220px minmax(0, 1fr); gap: clamp(28px, 5vw, 72px); }
@media (max-width: 900px) { .legal-grid { grid-template-columns: 1fr; } .legal-nav { position: static; } }

/* ---------- small pages ---------- */
.center-page { padding: clamp(72px, 12vw, 140px) 0; }
.center-page .lede { font-size: 1.25rem; color: var(--ink-2); }
.big-check { width: 64px; height: 64px; border-radius: 50%; background: var(--real-soft); display: grid; place-items: center; margin-bottom: 24px; }
.big-check svg { width: 30px; height: 30px; fill: none; stroke: var(--real); stroke-width: 3; stroke-linecap: round; stroke-linejoin: round; }

/* ---------- footer ---------- */
.site-foot { background: var(--mist); padding: 64px 0 32px; font-size: 1rem; }
.foot-grid { display: grid; grid-template-columns: minmax(0, 2fr) repeat(3, minmax(0, 1fr)); gap: 32px; }
.foot-brand p { color: var(--ink-2); max-width: 24em; margin-top: 14px; }
.site-foot h2 { font: 700 1rem var(--body); letter-spacing: 0; margin: 0 0 12px; color: var(--ink-3); }
.site-foot ul { list-style: none; margin: 0; padding: 0; }
.site-foot li { margin-bottom: 8px; }
.site-foot li a, .site-foot .linklike { color: var(--ink); text-decoration: none; }
.site-foot li a:hover, .site-foot .linklike:hover { text-decoration: underline; }
.foot-legal { margin-top: 48px; padding-top: 20px; border-top: 1px solid var(--line); color: var(--ink-3); font-size: .92rem; }
.foot-legal p { margin: 0 0 4px; }
@media (max-width: 820px) { .foot-grid { grid-template-columns: 1fr 1fr; } .foot-brand { grid-column: 1 / -1; } }


@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } * { transition: none !important; } }


/* ================= Design refresh (September 2026): green brand, home page ================= */
.brand-mark { width: 44px; height: 36px; }
.brand-word { font: 800 1.55rem/1 var(--display); letter-spacing: -0.035em; color: var(--ink); }
.brand-word b { color: var(--real); font-weight: 800; }
.btn .ic, .btn .arr { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 2.2; stroke-linecap: round; stroke-linejoin: round; }
.btn-lg { min-height: 54px; padding: 0 24px; font-size: 1.08rem; }
.btn-white { background: #fff; color: var(--ink); box-shadow: 0 6px 18px -10px rgba(16,32,26,.35); border-color: #E3EDE6; }
.btn-white:hover { border-color: var(--real); }
.btn-white .ic { color: var(--real); }
.btn-bright { background: #34C466; color: #06220F; }
.btn-bright:hover { background: #4AD37A; }
.site-nav .btn .arr { width: 18px; height: 18px; }
.eyebrow { text-transform: uppercase; letter-spacing: .06em; font-size: .9rem; font-weight: 700; color: var(--real); margin: 0 0 12px; }
.g { color: #1B8F42; }
.ic { width: 24px; height: 24px; fill: none; stroke: currentColor; stroke-width: 1.9; stroke-linecap: round; stroke-linejoin: round; flex: none; }
.ticks { list-style: none; padding: 0; margin: 22px 0 0; display: grid; gap: 10px; }
.ticks li { display: flex; gap: 10px; align-items: flex-start; font-weight: 500; }
.ticks .ic { width: 22px; height: 22px; padding: 3px; border-radius: 50%; background: var(--real); color: #fff; stroke-width: 3; margin-top: 2px; }
.ticks-2 { grid-template-columns: repeat(2, minmax(0, max-content)); column-gap: 32px; }
@media (max-width: 560px) { .ticks-2 { grid-template-columns: 1fr; } }

/* hero */
.h-hero { position: relative; background: linear-gradient(180deg, #F2FAF4 0%, #E9F6EC 100%); padding: clamp(40px, 6vw, 80px) 0 clamp(56px, 7vw, 90px); overflow: hidden; }
.h-hero-grid { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr); gap: clamp(32px, 5vw, 72px); align-items: center; }
.h-hero h1 { font-size: clamp(2.5rem, 5vw, 4.1rem); font-weight: 800; line-height: 1.02; letter-spacing: -0.035em; margin: 0; }
.h-hero h1 .g { display: block; }
.h-hero .lede { font-size: 1.2rem; color: var(--ink-2); margin: 22px 0 0; }
.h-hero .actions { margin-top: 30px; }
.h-hero-form { position: relative; padding: 10px 0 10px; }
.h-blob { position: absolute; inset: -40px -120px -60px 10%; background: radial-gradient(closest-side, rgba(34,169,74,.22), rgba(34,169,74,0)); border-radius: 50%; }
.h-card { position: relative; background: #fff; border-radius: 16px; padding: 26px 26px 18px; box-shadow: 0 30px 60px -30px rgba(16,32,26,.35), 0 1px 0 rgba(16,32,26,.05); max-width: 430px; display: grid; gap: 12px; }
.h-card h2 { font-size: 1.6rem; margin: 0; }
.h-card-sub { margin: -6px 0 6px; color: var(--ink-3); font-size: .98rem; }
.h-protected { display: flex; align-items: center; justify-content: center; gap: 6px; margin: 2px 0 0; font-size: .88rem; color: var(--ink-3); }
.h-protected .ic { width: 16px; height: 16px; }
.h-stat { position: absolute; top: 18px; right: -10px; width: 150px; background: #fff; border-radius: 14px; padding: 12px 14px; box-shadow: 0 18px 40px -20px rgba(16,32,26,.4); display: grid; gap: 10px; }
.h-stat-top { display: flex; gap: 8px; align-items: flex-start; font-size: .82rem; line-height: 1.25; color: var(--ink-2); }
.h-stat-top .ic { width: 26px; height: 26px; color: var(--real); }
.h-stat small { display: block; font-size: .72rem; color: var(--ink-3); }
.h-stat b { display: block; font: 800 1.3rem/1.1 var(--display); color: var(--ink); }
.h-bars { display: flex; align-items: flex-end; gap: 5px; height: 40px; }
.h-bars i { flex: 1; height: var(--h); background: linear-gradient(180deg, #34C466, #16833F); border-radius: 3px 3px 0 0; }
.h-note { position: absolute; right: -30px; top: 200px; margin: 0; font: italic 700 1.05rem/1.25 var(--display); color: var(--ink); transform: rotate(-8deg); }
.h-note-arrow { position: absolute; right: 0; top: 262px; width: 90px; height: 60px; fill: none; stroke: var(--real); stroke-width: 2.4; stroke-linecap: round; stroke-linejoin: round; }
@media (max-width: 1240px) { .h-stat { right: 0; } .h-note, .h-note-arrow { display: none; } }
@media (max-width: 960px) { .h-hero-grid { grid-template-columns: 1fr; } .h-card { max-width: none; } .h-stat { display: none; } }

/* platforms strip */
.h-platforms { background: #fff; border-bottom: 1px solid var(--line); }
.h-platforms-row { display: flex; align-items: center; gap: 28px; min-height: 84px; flex-wrap: wrap; padding-top: 14px; padding-bottom: 14px; }
.h-platforms-label { margin: 0; font-size: .82rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; color: var(--ink-3); }
.h-platforms ul { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: 12px 34px; align-items: center; }
.h-platforms li { display: flex; align-items: center; gap: 8px; font: 700 1.12rem/1 var(--display); letter-spacing: -0.01em; color: #2E3B35; }
.h-platforms li .ic { color: var(--real); }

/* feature icons */
.h-features { padding: clamp(44px, 6vw, 72px) 0; }
.h-feat-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 28px; text-align: center; }
.h-feat h3 { font-size: 1.08rem; margin: 16px 0 6px; }
.h-feat p { font-size: .98rem; color: var(--ink-3); margin: 0; }
.h-ic { display: inline-grid; place-items: center; width: 68px; height: 68px; border-radius: 50%; background: var(--real-soft); color: var(--real); }
.h-ic .ic { width: 32px; height: 32px; }
.h-ic.sm { width: 48px; height: 48px; background: transparent; }
.h-ic.sm .ic { width: 30px; height: 30px; }
@media (max-width: 960px) { .h-feat-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 480px) { .h-feat-grid { grid-template-columns: 1fr; } }

/* why choose + device mockups (drawn with CSS) */
.h-why { background: linear-gradient(90deg, #fff 0%, #fff 45%, #F1F6F2 45%); padding: clamp(56px, 7vw, 96px) 0; overflow: hidden; }
.h-why-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr); gap: clamp(32px, 5vw, 64px); align-items: center; }
.h-why h2 { font-size: clamp(2rem, 3.6vw, 2.9rem); font-weight: 800; }
.h-why .lede { color: var(--ink-2); }
.h-devices { position: relative; height: 400px; }
.h-laptop { position: absolute; left: 0; right: 70px; top: 20px; }
.h-screen { background: #1C2622; border-radius: 16px 16px 0 0; padding: 12px; height: 300px; box-shadow: 0 30px 50px -30px rgba(16,32,26,.6); }
.h-base { height: 16px; margin: 0 -26px; background: linear-gradient(#D6DDD9, #AEB8B3); border-radius: 0 0 14px 14px; }
.h-mini { height: 100%; background: linear-gradient(135deg, #fff 55%, #EAF4EC); border-radius: 6px; padding: 18px 20px; display: flex; flex-direction: column; gap: 9px; }
.h-mini b { font: 800 1.15rem/1 var(--display); }
.h-mini small { font-size: .72rem; color: var(--ink-3); margin-top: -4px; }
.h-mini-in { height: 22px; max-width: 62%; border: 1px solid #E1E7E3; border-radius: 5px; background: #fff; }
.h-mini-in.tall { height: 48px; }
.h-mini-sl { display: flex; align-items: center; gap: 12px; max-width: 62%; height: 30px; border-radius: 999px; background: #DDF2E3; font-size: .72rem; font-weight: 700; color: var(--real); }
.h-mini-sl i { width: 26px; height: 26px; margin-left: 2px; border-radius: 50%; background: var(--real); }
.h-phone { position: absolute; right: 60px; bottom: 10px; width: 150px; height: 270px; background: #1C2622; border-radius: 26px; padding: 9px; box-shadow: 0 24px 40px -18px rgba(16,32,26,.6); }
.h-phone .h-mini { border-radius: 18px; padding: 16px 12px; gap: 8px; }
.h-phone .h-mini-in, .h-phone .h-mini-sl { max-width: none; }
.h-phone .h-mini-in { height: 18px; } .h-phone .h-mini-in.tall { height: 40px; }
.h-real { position: absolute; right: -6px; top: 70px; width: 150px; background: #fff; border-radius: 14px; padding: 16px; text-align: center; box-shadow: 0 18px 40px -18px rgba(16,32,26,.45); }
.h-real .ic { width: 44px; height: 44px; color: #fff; background: var(--real); border-radius: 12px; padding: 8px; }
.h-real p { margin: 10px 0 0; font-size: .92rem; font-weight: 700; line-height: 1.35; }
@media (max-width: 960px) { .h-why { background: #fff; } .h-why-grid { grid-template-columns: 1fr; } }
@media (max-width: 560px) { .h-devices { height: 330px; } .h-screen { height: 240px; } .h-laptop { right: 30px; } .h-phone { right: 10px; width: 120px; height: 220px; } .h-real { display: none; } }

/* how it works */
.h-how { background: #F4FAF5; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: clamp(40px, 5vw, 60px) 0; }
.h-how-grid { display: grid; grid-template-columns: minmax(0, 220px) minmax(0, 1fr); gap: 36px; align-items: start; }
.h-how-intro h2 { font-size: 1.55rem; text-transform: uppercase; color: var(--real); letter-spacing: 0; }
.h-how-intro h2 span { display: block; }
.h-how-intro p { color: var(--ink-3); font-size: 1rem; }
.h-steps { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 24px; }
.h-steps li { position: relative; display: grid; grid-template-columns: auto 1fr; column-gap: 12px; align-content: start; }
.h-steps li:not(:last-child)::after { content: "→"; position: absolute; right: -18px; top: 10px; color: var(--real); font-weight: 700; }
.h-steps .n { grid-row: span 2; display: grid; place-items: center; width: 44px; height: 44px; border-radius: 50%; background: var(--real); color: #fff; font: 800 1.3rem/1 var(--display); }
.h-steps .h-ic.sm { justify-self: start; width: auto; height: 44px; }
.h-steps h3 { grid-column: 1 / -1; font-size: 1.02rem; margin: 12px 0 4px; }
.h-steps p { grid-column: 1 / -1; font-size: .95rem; color: var(--ink-3); margin: 0; }
@media (max-width: 1000px) { .h-how-grid { grid-template-columns: 1fr; } .h-steps { grid-template-columns: repeat(2, minmax(0, 1fr)); } .h-steps li::after { display: none; } }
@media (max-width: 520px) { .h-steps { grid-template-columns: 1fr; } }

/* custom quote */
.h-quote-band { padding: clamp(40px, 5vw, 64px) 0; }
.h-quote { position: relative; display: grid; grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr); gap: 32px; align-items: center; background: linear-gradient(120deg, #F2FAF4 0%, #E3F3E7 100%); border-radius: 22px; padding: clamp(28px, 4vw, 48px); overflow: hidden; }
.h-quote h2 { font-size: clamp(2rem, 3.6vw, 2.8rem); font-weight: 800; margin-bottom: 14px; }
.h-quote-copy > p { color: var(--ink-2); max-width: 34em; }
.h-quote .ticks { margin-bottom: 26px; }
.h-clip { display: flex; justify-content: center; }
.h-clip-board { position: relative; width: 260px; background: #fff; border: 10px solid #1C2622; border-radius: 16px; padding: 30px 22px 22px; transform: rotate(6deg); box-shadow: 0 30px 50px -26px rgba(16,32,26,.55); }
.h-clip-top { position: absolute; top: -18px; left: 50%; width: 90px; height: 26px; margin-left: -45px; background: #3A4642; border-radius: 8px; }
.h-clip-board b { font: 800 1.45rem/1.1 var(--display); }
.h-clip-board ul { list-style: none; padding: 0; margin: 14px 0 18px; display: grid; gap: 8px; font-size: .95rem; }
.h-clip-board li { display: flex; gap: 8px; align-items: center; }
.h-clip-board .ic { width: 18px; height: 18px; color: var(--real); stroke-width: 3; }
.h-clip-price { display: flex; align-items: center; gap: 10px; padding-top: 12px; border-top: 1px solid var(--line); }
.h-clip-price em { font: 800 1rem var(--display); font-style: normal; color: var(--ink-3); }
.h-clip-price i { height: 8px; flex: 1; background: #E3EBE6; border-radius: 4px; }
.h-clip-price i + i { flex: .6; }
@media (max-width: 860px) { .h-quote { grid-template-columns: 1fr; } .h-clip { display: none; } }

/* reviews (shown only when real reviews exist) */
.h-reviews { padding: clamp(40px, 5vw, 64px) 0; text-align: center; }
.h-reviews h2 { font-size: 2rem; margin-bottom: 6px; }
.h-reviews-sub { color: var(--ink-3); }
.h-review-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 20px; margin-top: 28px; text-align: left; }
.h-review { margin: 0; background: #fff; border: 1px solid var(--line); border-radius: 14px; padding: 22px; box-shadow: 0 12px 30px -24px rgba(16,32,26,.4); }
.h-review blockquote { margin: 0 0 14px; }
.h-review blockquote p { margin: 0; }
.h-review figcaption b { display: block; }
.h-review figcaption span { color: var(--ink-3); font-size: .95rem; }

/* closing call to action */
.h-cta { background: radial-gradient(120% 140% at 0% 0%, #1B7A3C 0%, #0D4A25 55%, #0A3A1D 100%); color: #DCEFE2; padding: clamp(40px, 5vw, 60px) 0; }
.h-cta-row { display: grid; grid-template-columns: minmax(0, 1fr) auto auto; gap: 32px; align-items: center; }
.h-cta .eyebrow { color: #A8E6BC; }
.h-cta h2 { color: #fff; font-size: clamp(1.8rem, 3.4vw, 2.6rem); font-weight: 800; margin: 0 0 8px; }
.h-cta p { margin: 0; }
.h-cta-seal { display: flex; align-items: center; gap: 10px; font-weight: 600; line-height: 1.3; color: #fff; }
.h-cta-seal .ic { width: 44px; height: 44px; color: #6FDB94; }
@media (max-width: 860px) { .h-cta-row { grid-template-columns: 1fr; } .h-cta-seal { display: none; } }

@media (min-width: 961px) {
  .h-hero-form { padding-right: 96px; }
  .h-stat { top: -26px; right: 0; }
  .h-note { right: -18px; top: 350px; }
  .h-note-arrow { right: 30px; top: 408px; }
}
@media (min-width: 961px) and (max-width: 1240px) { .h-hero-form { padding-right: 0; } }


/* platform strip: official logos when provided, otherwise a neutral badge */
.h-platforms li.h-plat { gap: 10px; font-weight: 700; font-size: 1.05rem; letter-spacing: -0.01em; }
.h-plat img { width: 28px; height: 28px; object-fit: contain; display: block; }
.h-plat-badge { display: inline-grid; place-items: center; width: 30px; height: 30px; border-radius: 8px; background: var(--real-soft); color: var(--real); }
.h-plat-badge .ic { width: 18px; height: 18px; stroke-width: 2.6; }
.h-hero .btn-lg { font-size: 1rem; padding: 0 20px; }
.h-hero .actions { gap: 10px; }

/* our expertise strip */
.h-exp-row { display: grid; grid-template-columns: auto minmax(0, 1fr); gap: 32px; align-items: center; padding-top: 22px; padding-bottom: 22px; }
.h-exp-row .h-platforms-label { margin: 0; font-family: var(--body); line-height: 1.3; max-width: 7em; }
.h-platforms .h-exp-list { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 20px; }
.h-platforms li.h-exp { display: flex; font: inherit; letter-spacing: 0; gap: 10px; align-items: flex-start; }
.h-exp .h-plat-badge { width: 36px; height: 36px; flex: none; }
.h-exp .h-plat-badge .ic { width: 20px; height: 20px; stroke-width: 2.2; }
.h-exp b { display: block; font-size: .98rem; font-weight: 700; color: var(--ink); line-height: 1.25; }
.h-exp small { display: block; font-size: .85rem; color: var(--ink-3); line-height: 1.35; margin-top: 2px; }
@media (max-width: 1100px) { .h-exp-row { grid-template-columns: 1fr; gap: 16px; } .h-exp-row .h-platforms-label { max-width: none; } }
@media (max-width: 860px) { .h-platforms .h-exp-list { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 460px) { .h-platforms .h-exp-list { grid-template-columns: 1fr; } }

/* the home page form card (the form itself comes from the core) */
.h-card .cf { gap: 12px; }
.h-card .cf-title { font-size: 1.6rem; }
.h-card .cf input, .h-card .cf select, .h-card .cf textarea { border-color: #DCE4DF; }
.h-card .sldr-hint { font-size: .98rem; }
.h-card .sldr-alt { font-size: .9rem; }
.sr { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }

/* ---------- guides (SEO pages) ---------- */
.guide-head { background: linear-gradient(180deg, #F2FAF4, #fff); padding: 34px 0 30px; border-bottom: 1px solid var(--line); }
.guide-head h1 { font-size: clamp(2rem, 4.2vw, 3rem); font-weight: 800; line-height: 1.08; letter-spacing: -0.03em; margin: 10px 0 14px; max-width: 22ch; }
.guide-head .lede { max-width: 44em; color: var(--ink-2); font-size: 1.12rem; margin: 0; }
.guide-meta { margin: 16px 0 0; font-size: .9rem; color: var(--ink-3); }
.crumbs ol { list-style: none; display: flex; flex-wrap: wrap; gap: 6px; margin: 0; padding: 0; font-size: .88rem; color: var(--ink-3); }
.crumbs li + li::before { content: "›"; margin-right: 6px; }
.crumbs a { color: var(--ink-3); }
.guide-body { display: grid; grid-template-columns: 250px minmax(0, 1fr); gap: 48px; padding-top: 36px; padding-bottom: 64px; align-items: start; }
.guide-toc { position: sticky; top: 90px; font-size: .92rem; }
.toc-title { font-weight: 700; font-size: .78rem; text-transform: uppercase; letter-spacing: .06em; color: var(--ink-3); margin: 0 0 10px; }
.guide-toc ol { list-style: none; margin: 0; padding: 0 0 0 12px; border-left: 2px solid var(--line); display: grid; gap: 8px; }
.guide-toc a { color: var(--ink-2); text-decoration: none; line-height: 1.35; display: block; }
.guide-toc a:hover { color: var(--real); }
.guide-main { max-width: 740px; }
.answer-box { background: #F2FAF4; border: 1px solid #CDE9D6; border-left: 4px solid var(--real); border-radius: 12px; padding: 18px 22px; margin-bottom: 30px; }
.answer-box p { margin: 0; font-size: 1.05rem; }
.answer-label { font-size: .78rem !important; font-weight: 700; text-transform: uppercase; letter-spacing: .06em; color: var(--real); margin-bottom: 6px !important; }
.guide-sec { margin-bottom: 34px; scroll-margin-top: 90px; }
.guide-sec h2 { font-size: clamp(1.4rem, 2.4vw, 1.75rem); font-weight: 800; letter-spacing: -0.02em; line-height: 1.2; margin: 0 0 14px; }
.guide-sec h3 { font-size: 1.12rem; font-weight: 700; margin: 22px 0 8px; }
.guide-sec p, .guide-sec li { font-size: 1.04rem; line-height: 1.7; color: #1E2D26; }
.guide-sec ul, .guide-sec ol { padding-left: 1.3em; }
.guide-sec li { margin-bottom: 8px; }
.guide-sec a { color: var(--real); font-weight: 600; }
.guide-sec table { width: 100%; border-collapse: collapse; margin: 14px 0 6px; font-size: .95rem; }
.guide-sec .tbl { overflow-x: auto; border: 1px solid var(--line); border-radius: 12px; }
.guide-sec th, .guide-sec td { text-align: left; padding: 11px 14px; border-bottom: 1px solid var(--line); vertical-align: top; }
.guide-sec th { background: #F4F8F5; font-weight: 700; }
.guide-sec tr:last-child td { border-bottom: 0; }
.tip { background: #FFF8E6; border: 1px solid #F0DDA8; border-radius: 12px; padding: 14px 18px; margin: 16px 0; }
.tip p { margin: 0; }
.guide-cta { display: flex; gap: 20px; align-items: center; justify-content: space-between; background: #10201A; color: #DCEFE2; border-radius: 16px; padding: 22px 24px; margin: 0 0 34px; }
.guide-cta b { color: #fff; font-size: 1.1rem; }
.guide-cta p { margin: 4px 0 0; font-size: .95rem; }
.guide-cta .btn { flex: none; background: #34C466; color: #06220F; }
.guide-faq .faq details { border-bottom: 1px solid var(--line); padding: 14px 0; }
.guide-faq summary { font-weight: 700; cursor: pointer; font-size: 1.05rem; }
.guide-faq details p { margin: 10px 0 0; }
.guide-end { background: #F2FAF4; border: 1px solid #CDE9D6; border-radius: 18px; padding: 26px 28px; margin: 10px 0 34px; }
.guide-end h2 { margin: 0 0 8px; font-size: 1.5rem; }
.guide-end .actions { margin-top: 16px; }
.guide-related h2 { font-size: 1.3rem; margin: 0 0 14px; }
.guide-related ul, .hub-list { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.guide-related a, .hub-list a { display: flex; flex-direction: column; gap: 6px; height: 100%; padding: 18px 20px; border: 1px solid var(--line); border-radius: 14px; background: #fff; text-decoration: none; color: var(--ink); transition: border-color .15s, box-shadow .15s; }
.guide-related a:hover, .hub-list a:hover { border-color: var(--real); box-shadow: 0 10px 24px -18px rgba(16,32,26,.5); }
.rel-cat { font-size: .75rem; font-weight: 700; text-transform: uppercase; letter-spacing: .05em; color: var(--real); }
.guide-related b, .hub-list b { font-size: 1.05rem; line-height: 1.3; }
.rel-desc, .hub-list span { font-size: .92rem; color: var(--ink-3); line-height: 1.5; }
.guides-hub { padding-top: 10px; padding-bottom: 60px; }
.hub-group { margin-bottom: 38px; }
.hub-group h2 { font-size: 1.35rem; margin: 0 0 14px; }
@media (max-width: 960px) { .guide-body { grid-template-columns: minmax(0, 1fr); gap: 20px; } .guide-toc { position: static; background: #F7FAF8; border-radius: 12px; padding: 16px 18px; } }
@media (max-width: 640px) { .guide-related ul, .hub-list { grid-template-columns: 1fr; } .guide-cta { flex-direction: column; align-items: flex-start; } }

/* ---------- "how it works" video ---------- */
.vid-sec { padding: 72px 0 56px; background: linear-gradient(180deg, #fff 0%, #F2FAF4 100%); scroll-margin-top: 70px; }
.vid-compact { padding: 48px 0 40px; background: #F2FAF4; }
.vid-head { text-align: center; max-width: 760px; margin: 0 auto 28px; }
.vid-head h2 { font-size: clamp(1.8rem, 3.4vw, 2.6rem); font-weight: 800; letter-spacing: -0.03em; line-height: 1.12; margin: 6px 0 12px; }
.vid-head .lede { margin: 0 auto; color: var(--ink-2); }
.vid { position: relative; max-width: 1040px; margin: 0 auto; border-radius: 22px; overflow: hidden; background: #0d1a14; box-shadow: 0 40px 80px -40px rgba(16,32,26,.55), 0 0 0 1px rgba(16,32,26,.06); aspect-ratio: 16 / 9; }
.vid video { display: block; width: 100%; height: 100%; object-fit: cover; background: #0d1a14; }
.vid-play { position: absolute; inset: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 14px; border: 0; padding: 0; cursor: pointer;
  background: linear-gradient(180deg, rgba(16,32,26,.05), rgba(16,32,26,.28)); color: #fff; font: inherit; }
.vid-play[hidden] { display: none; }
.vid-btn { position: relative; width: 96px; height: 96px; border-radius: 50%; background: var(--real); display: flex; align-items: center; justify-content: center; box-shadow: 0 18px 40px -12px rgba(22,131,63,.9); transition: transform .15s; }
.vid-btn svg { width: 40px; height: 40px; fill: #fff; margin-left: 5px; }
.vid-btn::after { content: ""; position: absolute; inset: -8px; border-radius: 50%; border: 3px solid rgba(255,255,255,.8); animation: vid-pulse 2s ease-out infinite; }
@keyframes vid-pulse { 0% { transform: scale(.9); opacity: .9; } 100% { transform: scale(1.35); opacity: 0; } }
.vid-play:hover .vid-btn, .vid-play:focus-visible .vid-btn { transform: scale(1.06); }
.vid-play:focus-visible { outline: 4px solid var(--real); outline-offset: -4px; }
.vid-len { font-weight: 800; font-size: 1rem; background: rgba(16,32,26,.72); padding: 7px 14px; border-radius: 999px; }
.vid-text { max-width: 1040px; margin: 18px auto 0; font-size: 1rem; }
.vid-text summary { cursor: pointer; font-weight: 700; color: var(--ink-2); display: inline-block; }
.vid-text ol { margin: 12px 0 0; padding-left: 1.3em; color: var(--ink-2); line-height: 1.6; }
.vid-text li { margin-bottom: 8px; }
@media (max-width: 640px) { .vid-sec { padding: 48px 0 36px; } .vid { border-radius: 14px; } .vid-btn { width: 72px; height: 72px; } .vid-btn svg { width: 30px; height: 30px; } }
@media (prefers-reduced-motion: reduce) { .vid-btn::after { animation: none; opacity: 0; } }

/* device mock-ups: a faithful small copy of the real form */
.h-mini { gap: 7px; overflow: hidden; }
.h-mini b { font-size: 1.1rem; }
.mf-in { display: flex; align-items: center; gap: 7px; height: 25px; max-width: 64%; padding: 0 9px; border: 1px solid #DCE4DF; border-radius: 6px; background: #fff; font-size: .66rem; color: #8A968F; white-space: nowrap; overflow: hidden; flex: none; }
.mf-in > span { overflow: hidden; text-overflow: ellipsis; }
.mf-ic { width: 12px; height: 12px; flex: none; fill: none; stroke: #7C8A83; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.mf-sel { color: #10201A; font-weight: 600; }
.mf-sel .mf-down { width: 11px; height: 11px; margin-left: auto; flex: none; fill: none; stroke: #5A6962; stroke-width: 2.4; stroke-linecap: round; stroke-linejoin: round; }
.mf-area { height: 42px; align-items: flex-start; padding-top: 6px; }
.mf-sl { position: relative; display: flex; align-items: center; height: 30px; max-width: 64%; border-radius: 999px; background: #F1F5F2; border: 1px solid #DCE4DF; flex: none; overflow: hidden; }
.mf-sl::before { content: ""; position: absolute; left: 0; top: 0; bottom: 0; width: 34px; background: #DDF2E3; border-radius: 999px; }
.mf-knob { position: relative; z-index: 1; width: 24px; height: 24px; margin-left: 2px; border-radius: 50%; background: var(--real); display: flex; align-items: center; justify-content: center; box-shadow: 0 2px 5px rgba(16,32,26,.3); flex: none; }
.mf-knob svg { width: 13px; height: 13px; fill: none; stroke: #fff; stroke-width: 2.6; stroke-linecap: round; stroke-linejoin: round; }
.mf-slt { position: relative; z-index: 1; flex: 1; display: flex; align-items: center; justify-content: center; gap: 2px; font-size: .64rem; font-weight: 800; color: #10201A; white-space: nowrap; padding-right: 6px; }
.mf-chev { margin-left: 4px; }
.mf-chev svg { width: 6px; height: 10px; }
.mf-note { display: flex; align-items: center; justify-content: center; gap: 4px; max-width: 64%; font-size: .56rem; color: #7C8A83; }
.mf-lock { width: 9px; height: 9px; fill: none; stroke: #7C8A83; stroke-width: 2.4; stroke-linecap: round; stroke-linejoin: round; }
@media (prefers-reduced-motion: no-preference) {
  .mf-knob { animation: mf-nudge 2.6s ease-in-out infinite; }
  @keyframes mf-nudge { 0%, 55%, 100% { transform: translateX(0); } 70% { transform: translateX(7px); } 82% { transform: translateX(0); } }
}
/* the phone version */
.h-phone { display: flex; flex-direction: column; }
.mf-notch { position: absolute; top: 14px; left: 50%; width: 38px; height: 5px; margin-left: -19px; border-radius: 3px; background: #1C2622; z-index: 2; }
.mf-phone { padding: 22px 10px 12px !important; gap: 6px; }
.mf-phone b { font-size: .95rem; }
.mf-phone .mf-in, .mf-phone .mf-sl { max-width: none; }
.mf-phone .mf-in { height: 22px; font-size: .6rem; padding: 0 7px; gap: 5px; }
.mf-phone .mf-area { height: 38px; }
.mf-phone .mf-sl { height: 28px; }
.mf-phone .mf-knob { width: 22px; height: 22px; }
.mf-phone .mf-slt { font-size: .6rem; }
.mf-phone .mf-slt { justify-content: flex-start; padding-left: 8px; }
.mf-phone .mf-note { max-width: none; font-size: .52rem; margin-top: 2px; }
.mf-phone .mf-down { width: 10px; height: 10px; }
.h-real { top: 0; right: -18px; }
@media (min-width: 961px) { .h-phone { bottom: -4px; } }
.mf-phone .mf-slt { font-size: .58rem; padding-left: 6px; gap: 0; }
.mf-phone .mf-chev { margin-left: 3px; display: inline-flex; }
.mf-phone .mf-chev svg { width: 5px; height: 9px; }

/* guide sources */
.guide-sources ol { margin: 10px 0 0; padding-left: 1.4em; display: grid; gap: 12px; }
.guide-sources li { line-height: 1.45; }
.guide-sources li a { font-weight: 700; }
.guide-sources li span { display: block; color: var(--ink-2); font-size: .95rem; }
.guide-sources li small { display: block; color: var(--ink-3); font-size: .88rem; margin-top: 2px; }
.guide-sources li:target { background: #F2FAF4; border-radius: 8px; outline: 6px solid #F2FAF4; }
.src-note { color: var(--ink-3); font-size: .95rem; margin: 0; }
.guide-body a.ref, .guide a.ref { font-size: .78em; vertical-align: super; line-height: 0; text-decoration: none; font-weight: 700; margin-left: 1px; }
.stat-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(210px, 1fr)); gap: 14px; margin: 18px 0; }
.stat-grid div { background: #F2FAF4; border: 1px solid #CFE8D7; border-radius: 16px; padding: 16px 18px; }
.stat-grid b { display: block; font-size: 1.9rem; font-weight: 800; letter-spacing: -0.02em; color: var(--real); line-height: 1.1; }
.stat-grid span { display: block; font-size: .95rem; color: var(--ink-2); margin-top: 6px; line-height: 1.4; }
.cmp-table { width: 100%; border-collapse: collapse; margin: 16px 0; font-size: .97rem; }
.cmp-table th, .cmp-table td { text-align: left; padding: 10px 12px; border-bottom: 1px solid var(--line, #E2EAE5); vertical-align: top; }
.cmp-table th { font-size: .85rem; text-transform: uppercase; letter-spacing: .04em; color: var(--ink-3); }
.tbl-wrap { overflow-x: auto; }
.stat-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
@media (max-width: 560px) { .stat-grid { grid-template-columns: 1fr; } }

/* V2.0: the menu has 8 items; keep every item on one line and tighten it on medium screens */
.site-nav ul a, .site-nav .btn { white-space: nowrap; }
@media (min-width: 1101px) and (max-width: 1320px) {
  .site-nav, .site-nav ul { gap: 16px; }
  .site-nav ul a { font-size: .95rem; }
}

/* services: why work with us */
.why-us { margin: 8px 0 36px; }
.why-us h2 { margin: 0 0 6px; font-size: clamp(1.5rem, 2.6vw, 2rem); font-weight: 800; letter-spacing: -0.02em; }
.why-us > p { margin: 0 0 18px; font-size: 1.05rem; }
.why-grid { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.why-grid li { background: #F2FAF4; border: 1px solid #CFE8D7; border-radius: 16px; padding: 18px 20px; }
.why-grid b { display: block; font-size: 1.05rem; margin-bottom: 6px; }
.why-grid span { display: block; color: var(--ink-2); font-size: .95rem; line-height: 1.5; }
@media (max-width: 900px) { .why-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 560px) { .why-grid { grid-template-columns: 1fr; } }

/* ---------- professional icons in the services area ---------- */
.ic { width: 24px; height: 24px; flex: none; }
.svc-card { display: flex !important; gap: 16px; align-items: flex-start; }
.svc-ic { width: 48px; height: 48px; flex: none; border-radius: 14px; background: #E3F4E8; color: var(--real); display: flex; align-items: center; justify-content: center; transition: background .15s, color .15s, transform .15s; }
.svc-ic .ic { width: 24px; height: 24px; stroke-width: 1.8; }
.svc-card:hover .svc-ic, .svc-card:focus-visible .svc-ic { background: var(--real); color: #fff; transform: translateY(-1px); }
.svc-tx { display: flex; flex-direction: column; gap: 4px; min-width: 0; }
.svc-hero-ic { width: 64px; height: 64px; border-radius: 18px; background: linear-gradient(145deg, #1a9447, var(--real)); color: #fff; display: inline-flex; align-items: center; justify-content: center; margin-bottom: 16px; box-shadow: 0 14px 28px -14px rgba(22,131,63,.8); }
.svc-hero-ic .ic { width: 32px; height: 32px; stroke-width: 1.8; }
.why-ic { width: 42px; height: 42px; border-radius: 12px; background: #fff; color: var(--real); display: flex; align-items: center; justify-content: center; margin-bottom: 12px; box-shadow: 0 1px 0 #CFE8D7, 0 6px 14px -10px rgba(22,131,63,.6); }
.why-ic .ic { width: 22px; height: 22px; stroke-width: 1.9; }
/* What's included: icon cards */
.inc-grid { list-style: none; margin: 14px 0 0; padding: 0; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.inc-grid li { display: flex; gap: 14px; align-items: flex-start; background: #fff; border: 1px solid var(--line, #E2EAE5); border-radius: 16px; padding: 16px 18px; line-height: 1.5; box-shadow: 0 1px 2px rgba(16,32,26,.04); }
.inc-ic { width: 40px; height: 40px; flex: none; border-radius: 12px; background: #E3F4E8; color: var(--real); display: flex; align-items: center; justify-content: center; }
.inc-ic .ic { width: 21px; height: 21px; stroke-width: 1.9; }
.inc-tx { min-width: 0; padding-top: 2px; }
/* How we do it: numbered steps on a line */
.steps-rich { list-style: none; margin: 14px 0 0; padding: 0; counter-reset: none; }
.steps-rich li { position: relative; display: flex; gap: 16px; align-items: flex-start; padding: 0 0 18px; line-height: 1.55; }
.steps-rich li:not(:last-child)::before { content: ""; position: absolute; left: 17px; top: 38px; bottom: 2px; width: 2px; background: #D5E9DC; }
.st-n { width: 36px; height: 36px; flex: none; border-radius: 50%; background: var(--real); color: #fff; font-weight: 800; display: flex; align-items: center; justify-content: center; font-size: .95rem; box-shadow: 0 0 0 4px #E3F4E8; position: relative; z-index: 1; }
.st-tx { padding-top: 6px; }
@media (max-width: 700px) { .inc-grid { grid-template-columns: 1fr; } .svc-hero-ic { width: 54px; height: 54px; } }
/* service cards: icon beside the text, with the right colours (overrides the plain card rules above) */
.hub-list a.svc-card { flex-direction: row; align-items: flex-start; gap: 16px; }
.hub-list a.svc-card .svc-ic { color: var(--real); font-size: inherit; line-height: 1; }
.hub-list a.svc-card:hover .svc-ic, .hub-list a.svc-card:focus-visible .svc-ic { color: #fff; }
.hub-list a.svc-card .svc-tx { display: flex; flex-direction: column; gap: 5px; color: var(--ink); font-size: inherit; }
.hub-list a.svc-card .svc-tx b { color: var(--ink); }
.hub-list a.svc-card .svc-tx > span { color: var(--ink-3); font-size: .92rem; line-height: 1.5; }
.hub-list a.svc-card:hover .svc-tx b { color: var(--real); }

/* ---------- footer: light and airy (design A, V2.4) ---------- */
.site-foot { background: #F3F7F4; color: #4F5E57; border-top: 1px solid #E1EBE4; padding: 56px 0 26px; font-size: .97rem; }
.foot-grid { display: grid; grid-template-columns: minmax(0, 1.5fr) repeat(4, minmax(0, 1fr)); gap: 36px; }
.foot-logo .brand-word { color: var(--ink); }
.foot-logo .brand-word b { color: var(--real); }
.foot-brand p { color: #4F5E57; max-width: 24em; margin: 16px 0 18px; line-height: 1.6; }
.site-foot h2 { font: 800 .8rem var(--body); text-transform: uppercase; letter-spacing: .09em; margin: 4px 0 16px; color: var(--real); }
.site-foot ul { list-style: none; margin: 0; padding: 0; }
.site-foot li { margin-bottom: 11px; line-height: 1.4; }
.site-foot li a, .site-foot .linklike { color: #2F3D36; text-decoration: none; font-size: .95rem; transition: color .15s; }
.site-foot li a:hover, .site-foot .linklike:hover { color: var(--real); text-decoration: underline; text-underline-offset: 3px; }
.site-foot .linklike { background: none; border: 0; padding: 0; font: inherit; cursor: pointer; }
.foot-more { display: inline-flex !important; align-items: center; gap: 4px; font-weight: 700; color: var(--real) !important; }
.foot-more .ic { width: 16px; height: 16px; }
.foot-contact li { display: flex; gap: 10px; align-items: flex-start; }
.foot-contact .ic { width: 18px; height: 18px; flex: none; color: var(--real); margin-top: 1px; }
.foot-contact a, .foot-contact span { color: var(--ink) !important; }
.foot-social { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 14px !important; }
.foot-social a { display: inline-block; padding: 6px 12px; border: 1px solid #D5E2DA; border-radius: 999px; font-size: .88rem; background: #fff; }
.foot-legal { display: flex; justify-content: space-between; align-items: center; gap: 12px; flex-wrap: wrap; margin-top: 44px; padding-top: 20px; border-top: 1px solid #DDE7E0; color: #6B7A72; font-size: .88rem; }
.foot-legal p { margin: 0; }
.foot-made { display: inline-flex; align-items: center; gap: 6px; }
.foot-made .ic { width: 15px; height: 15px; color: var(--real); }
.site-foot :focus-visible { outline: 2px solid var(--real); outline-offset: 3px; border-radius: 4px; }
@media (max-width: 1100px) { .foot-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); } .foot-brand { grid-column: 1 / -1; } }
@media (max-width: 700px) { .foot-grid { grid-template-columns: 1fr 1fr; gap: 28px; } }
@media (max-width: 440px) { .foot-grid { grid-template-columns: 1fr; } }
/* icon boxes win over the card text rules (were pushed into the corner and turned grey) */
.why-grid .why-ic { display: flex; align-items: center; justify-content: center; color: var(--real); line-height: 1; font-size: inherit; }
.why-grid .why-ic .ic { display: block; }
.who-grid .who-ic, .area-box .area-ic { display: flex; align-items: center; justify-content: center; color: var(--real); }

/* services page: richer content */
.hub-intro { margin: -4px 0 16px; color: var(--ink-2); max-width: 62em; line-height: 1.6; }
.svc-more { margin: 48px 0 0; }
.svc-more > h2 { margin: 0 0 8px; font-size: clamp(1.4rem, 2.4vw, 1.9rem); font-weight: 800; letter-spacing: -0.02em; }
.svc-more > p { max-width: 62em; }
.how-steps { max-width: 820px; margin-top: 18px; }
.how-steps b { color: var(--ink); }
.who-grid { list-style: none; margin: 18px 0 0; padding: 0; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.who-grid li { background: #fff; border: 1px solid var(--line); border-radius: 16px; padding: 18px 20px; }
.who-grid .who-ic { width: 42px; height: 42px; border-radius: 12px; background: #E3F4E8; margin-bottom: 12px; }
.who-grid .who-ic .ic { width: 22px; height: 22px; stroke-width: 1.9; display: block; }
.who-grid b { display: block; font-size: 1.02rem; margin-bottom: 4px; }
.who-grid li > span:last-child { display: block; color: var(--ink-3); font-size: .93rem; line-height: 1.5; }
.area-box { display: flex; gap: 20px; align-items: flex-start; background: #F2FAF4; border: 1px solid #CFE8D7; border-radius: 20px; padding: 26px 28px; }
.area-box .area-ic { width: 52px; height: 52px; flex: none; border-radius: 14px; background: #fff; box-shadow: 0 1px 0 #CFE8D7; }
.area-box .area-ic .ic { width: 26px; height: 26px; stroke-width: 1.8; display: block; }
.area-box h2 { margin: 0 0 8px; font-size: clamp(1.25rem, 2.2vw, 1.6rem); font-weight: 800; letter-spacing: -0.02em; }
.area-box p { margin: 0; line-height: 1.65; color: var(--ink-2); }
.svc-more .faq { max-width: 860px; margin-top: 14px; }
@media (max-width: 900px) { .who-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 560px) { .who-grid { grid-template-columns: 1fr; } .area-box { flex-direction: column; } }
