:root {
  --ink:#0b1526; --sub:#4b5a6e; --faint:#8a97a8; --line:#e6eaf0;
  --accent:#0a8a5f; --accent-dark:#07694a; --accent-ink:#065f46; --accent-soft:#e8f7f0;
  --tag-bg:#e8f7f0; --tag-ink:#07694a; --bg:#f6f8fa; --card:#ffffff; --dark:#0e1a2b;
  --shadow:0 10px 30px rgba(11,21,38,0.08), 0 2px 8px rgba(11,21,38,0.05);
}
* { box-sizing:border-box; margin:0; }
html { scroll-behavior:smooth; }
body { font-family:-apple-system,"Segoe UI",Roboto,Arial,sans-serif; color:var(--ink); background:#fff; line-height:1.6; }
.wrap { max-width:1080px; margin:0 auto; padding:0 22px; }
img, svg { max-width:100%; }

/* ============ header ============ */
.site-header { padding:14px 0; border-bottom:1px solid var(--line); background:rgba(255,255,255,0.92); backdrop-filter:blur(8px); position:sticky; top:0; z-index:20; }
.site-header .wrap { display:flex; align-items:center; justify-content:space-between; }
.logo { display:flex; align-items:center; gap:9px; font-weight:800; font-size:21px; color:var(--ink); text-decoration:none; letter-spacing:-0.01em; }
.logo span { color:var(--accent); }
.logo .mark { width:30px; height:30px; flex:none; }
.nav { display:flex; gap:26px; align-items:center; }
.nav a { color:var(--sub); text-decoration:none; font-size:15px; font-weight:500; }
.nav a:hover { color:var(--ink); }
.nav .btn-small { background:var(--accent); color:#fff; padding:9px 18px; border-radius:999px; font-weight:700; }
.nav .btn-small:hover { background:var(--accent-dark); color:#fff; }
@media (max-width:720px){ .nav a:not(.btn-small){ display:none; } }

/* ============ hero ============ */
.hero { padding:64px 0 72px; background:linear-gradient(180deg,#fff 0%,var(--bg) 100%); }
.hero .wrap { display:grid; grid-template-columns:1.05fr 0.95fr; gap:48px; align-items:center; }
@media (max-width:900px){ .hero .wrap { grid-template-columns:1fr; } }
.kicker { color:var(--accent-ink); background:var(--accent-soft); display:inline-block; font-size:12.5px; font-weight:700; padding:5px 14px; border-radius:999px; margin-bottom:20px; letter-spacing:0.01em; }
.hero h1 { font-size:clamp(32px,4.6vw,50px); line-height:1.08; letter-spacing:-0.028em; font-weight:800; }
.hero h1 em { font-style:normal; color:var(--accent); }
.hero .lede { margin-top:18px; font-size:18px; color:var(--sub); max-width:520px; }
.cta-row { margin-top:28px; display:flex; gap:13px; flex-wrap:wrap; align-items:center; }
.btn { display:inline-block; background:var(--accent); color:#fff; font-weight:700; font-size:16.5px;
       padding:14px 26px; border-radius:11px; text-decoration:none; border:none; cursor:pointer;
       box-shadow:0 4px 14px rgba(10,138,95,0.25); }
.btn:hover { background:var(--accent-dark); }
.btn.ghost { background:#fff; color:var(--ink); border:1px solid var(--line); box-shadow:none; }
.btn.ghost:hover { border-color:var(--faint); background:var(--bg); }
.ticks { display:flex; gap:8px 20px; flex-wrap:wrap; margin-top:20px; font-size:13.5px; color:var(--sub); }
.ticks span::before { content:"✓ "; color:var(--accent); font-weight:800; }

/* email preview card */
.email-card { background:var(--card); border:1px solid var(--line); border-radius:18px; box-shadow:var(--shadow); overflow:hidden; }
.email-card .ec-head { display:flex; gap:13px; align-items:flex-start; padding:20px 22px 14px; }
.email-card .ec-icon { width:38px; height:38px; flex:none; background:var(--accent-soft); border-radius:10px; display:flex; align-items:center; justify-content:center; }
.email-card .ec-meta { font-size:12.5px; color:var(--faint); }
.email-card .ec-title { font-size:17px; font-weight:800; line-height:1.3; }
.email-card .ec-title small { display:block; font-weight:500; color:var(--sub); font-size:13.5px; }
.email-card .ec-cols { display:grid; grid-template-columns:1fr auto auto; gap:8px 14px; padding:6px 22px; font-size:11px; color:var(--faint); text-transform:uppercase; letter-spacing:0.05em; border-bottom:1px solid var(--line); }
.email-card .ec-row { display:grid; grid-template-columns:1fr auto auto; gap:8px 14px; padding:12px 22px; border-bottom:1px solid var(--line); align-items:center; }
.email-card .ec-row:last-of-type { border-bottom:0; }
.email-card .ec-addr { font-size:13.5px; font-weight:600; line-height:1.35; }
.email-card .ec-addr small { display:block; color:var(--faint); font-weight:500; font-size:12px; }
.email-card .ec-dist { font-size:12.5px; color:var(--sub); white-space:nowrap; }
.email-card .ec-foot { padding:13px 22px; background:var(--bg); text-align:center; font-size:13.5px; font-weight:700; }
.email-card .ec-foot a { color:var(--accent); text-decoration:none; }
.tag { display:inline-block; background:var(--tag-bg); color:var(--tag-ink); font-size:11px; font-weight:700; border-radius:999px; padding:3px 10px; white-space:nowrap; }

/* ============ trust strip ============ */
.trust { border-top:1px solid var(--line); border-bottom:1px solid var(--line); background:#fff; padding:20px 0; }
.trust .wrap { display:grid; grid-template-columns:repeat(auto-fit,minmax(230px,1fr)); gap:18px; }
.trust .t-item { display:flex; gap:12px; align-items:center; }
.trust .t-icon { width:40px; height:40px; flex:none; background:var(--accent-soft); border-radius:999px; display:flex; align-items:center; justify-content:center; }
.trust b { display:block; font-size:14.5px; }
.trust small { color:var(--sub); font-size:13px; }

/* ============ sections ============ */
section { padding:72px 0; }
section.alt { background:var(--bg); }
.center { text-align:center; }
.eyebrow { color:var(--accent); font-size:12.5px; font-weight:800; text-transform:uppercase; letter-spacing:0.09em; margin-bottom:10px; }
h2 { font-size:clamp(25px,3.4vw,34px); letter-spacing:-0.022em; margin-bottom:14px; font-weight:800; }
.section-lede { color:var(--sub); font-size:17px; max-width:640px; margin-bottom:40px; }
.center .section-lede { margin-left:auto; margin-right:auto; }

/* steps */
.steps { display:grid; grid-template-columns:repeat(auto-fit,minmax(240px,1fr)); gap:34px; margin-top:14px; }
.step { text-align:center; }
.step .s-icon { width:56px; height:56px; margin:0 auto 16px; background:var(--accent-soft); border-radius:16px; display:flex; align-items:center; justify-content:center; }
.step .s-num { display:inline-flex; width:22px; height:22px; background:var(--accent); color:#fff; font-size:12.5px; font-weight:800; border-radius:999px; align-items:center; justify-content:center; margin-right:7px; vertical-align:2px; }
.step h3 { font-size:16.5px; display:inline; }
.step p { font-size:14.5px; color:var(--sub); margin-top:9px; }

/* example lead */
.lead-split { display:grid; grid-template-columns:0.9fr 1.1fr; gap:46px; align-items:center; }
@media (max-width:860px){ .lead-split { grid-template-columns:1fr; } }
.checks { list-style:none; padding:0; margin:20px 0 26px; }
.checks li { padding:7px 0 7px 30px; font-size:15.5px; position:relative; }
.checks li::before { content:"✓"; position:absolute; left:2px; color:var(--accent); font-weight:800; }
.spec-card { background:var(--card); border:1px solid var(--line); border-radius:18px; box-shadow:var(--shadow); overflow:hidden; }
.spec-card .sc-visual { position:relative; background:linear-gradient(160deg,#dcefe7 0%,#c3e3d3 100%); }
.spec-card .sc-visual svg { display:block; width:100%; height:auto; }
.spec-card .badge { position:absolute; top:14px; left:14px; background:var(--accent); color:#fff; font-size:11.5px; font-weight:800; letter-spacing:0.05em; padding:5px 12px; border-radius:999px; }
.spec-card .sc-body { padding:20px 22px; }
.spec-card .sc-title { font-size:17px; font-weight:800; margin-bottom:12px; }
.spec-row { display:flex; justify-content:space-between; gap:16px; padding:8px 0; border-bottom:1px solid var(--line); font-size:14px; }
.spec-row:last-of-type { border-bottom:0; }
.spec-row .k { color:var(--sub); display:flex; gap:8px; align-items:center; }
.spec-row .v { font-weight:600; text-align:right; }
.spec-row .v a { color:var(--accent); text-decoration:none; font-weight:700; }

/* value */
.value-split { display:grid; grid-template-columns:1fr 1fr; gap:46px; align-items:center; }
@media (max-width:860px){ .value-split { grid-template-columns:1fr; } }
.math-card { background:var(--card); border:1px solid var(--line); border-radius:16px; box-shadow:var(--shadow); display:grid; grid-template-columns:1fr auto 1fr; align-items:center; padding:24px; gap:12px; margin-top:26px; }
.math-card .m-cell { text-align:center; }
.math-card .m-label { font-size:12.5px; color:var(--faint); font-weight:600; }
.math-card .m-big { font-size:30px; font-weight:800; letter-spacing:-0.02em; }
.math-card .m-big.green { color:var(--accent); }
.math-card .m-eq { width:34px; height:34px; background:var(--accent-soft); color:var(--accent-ink); border-radius:999px; display:flex; align-items:center; justify-content:center; font-weight:800; font-size:17px; }
.benefits { display:grid; grid-template-columns:repeat(auto-fit,minmax(200px,1fr)); gap:22px; }
.benefit { display:flex; gap:13px; }
.benefit .b-icon { width:42px; height:42px; flex:none; background:var(--accent-soft); border-radius:999px; display:flex; align-items:center; justify-content:center; }
.benefit b { font-size:14.5px; display:block; }
.benefit small { color:var(--sub); font-size:13px; line-height:1.45; display:block; margin-top:2px; }

/* launch strip (honest replacement for testimonials) */
.launch { background:var(--card); border:1px solid var(--line); border-radius:18px; padding:30px 34px; display:flex; gap:24px; align-items:center; flex-wrap:wrap; justify-content:space-between; box-shadow:var(--shadow); }
.launch h3 { font-size:19px; letter-spacing:-0.01em; }
.launch p { color:var(--sub); font-size:15px; max-width:560px; margin-top:4px; }

/* pricing */
.price-card { background:var(--card); border:1.5px solid var(--accent); border-radius:18px; padding:34px; max-width:440px; box-shadow:var(--shadow); }
.price { font-size:52px; font-weight:800; letter-spacing:-0.03em; }
.price small { font-size:17px; color:var(--sub); font-weight:500; }
.price-card ul { list-style:none; padding:0; margin:18px 0 24px; }
.price-card li { padding:7px 0 7px 28px; font-size:15.5px; position:relative; }
.price-card li::before { content:"✓"; position:absolute; left:2px; color:var(--accent); font-weight:800; }

/* dark CTA band */
.cta-band { background:var(--dark); color:#fff; padding:64px 0; }
.cta-band .wrap { display:flex; gap:30px; align-items:center; justify-content:space-between; flex-wrap:wrap; }
.cta-band h2 { color:#fff; margin-bottom:2px; }
.cta-band h2 .green { color:#34d399; }
.cta-band .ticks { color:#b6c2d1; margin-top:16px; }
.cta-band .ticks span::before { color:#34d399; }
.cta-band .sub-cta { font-size:13.5px; color:#8a99ab; margin-top:10px; text-align:center; }

/* form */
form.signup { max-width:500px; }
label { display:block; font-size:14px; font-weight:600; margin:16px 0 5px; }
input, select { width:100%; padding:12px 13px; font-size:15.5px; border:1px solid #cbd5e1; border-radius:9px; background:#fff; color:var(--ink); }
input:focus, select:focus { outline:2px solid var(--accent); outline-offset:1px; border-color:var(--accent); }
.form-msg { margin-top:14px; font-size:15px; display:none; padding:12px 14px; border-radius:9px; }
.form-msg.ok { display:block; background:var(--accent-soft); color:var(--accent-ink); }
.form-msg.err { display:block; background:#fef2f2; color:#991b1b; }

/* faq */
.faq { max-width:760px; }
.faq details { border-bottom:1px solid var(--line); padding:16px 0; }
.faq summary { font-weight:700; font-size:16.5px; cursor:pointer; list-style:none; display:flex; justify-content:space-between; gap:16px; }
.faq summary::after { content:"+"; color:var(--accent); font-weight:800; font-size:20px; flex:none; }
.faq details[open] summary::after { content:"×"; }
.faq details p { color:var(--sub); margin-top:10px; font-size:15.5px; max-width:700px; }

/* footer */
.site-footer { border-top:1px solid var(--line); padding:34px 0; font-size:13.5px; color:var(--sub); background:var(--bg); }
.site-footer .wrap { display:flex; justify-content:space-between; gap:16px; flex-wrap:wrap; }
.site-footer a { color:var(--sub); }
.site-footer a:hover { color:var(--ink); }

/* legal pages */
.legal { max-width:720px; padding:56px 22px; margin:0 auto; }
.legal h1 { font-size:30px; margin-bottom:6px; }
.legal .updated { color:var(--faint); font-size:14px; margin-bottom:28px; }
.legal h2 { font-size:20px; margin:30px 0 8px; }
.legal p, .legal li { color:var(--sub); font-size:15.5px; }
.legal ul { padding-left:20px; }
.notice { background:#fffbeb; border:1px solid #fde68a; color:#92400e; border-radius:10px; padding:12px 16px; font-size:14px; margin-bottom:26px; }

/* ============ pack-first pricing ============ */
.price-grid { display:grid; grid-template-columns:repeat(auto-fit,minmax(290px,1fr)); gap:22px; max-width:760px; }
.price-card.featured { border:1.5px solid var(--accent); box-shadow:var(--shadow); }
.plan-name { font-size:13px; font-weight:800; text-transform:uppercase; letter-spacing:0.07em; color:var(--accent); margin-bottom:6px; }
.plan-choice { display:grid; gap:10px; margin:6px 0 4px; }
.plan-opt { display:flex; gap:10px; align-items:center; border:1px solid var(--line); border-radius:11px; padding:12px 14px; font-size:14.5px; cursor:pointer; background:#fff; }
.plan-opt:has(input:checked) { border-color:var(--accent); background:var(--accent-soft); }
.plan-opt input { width:auto; accent-color:var(--accent); }
