/* ============ LinkVetted Design System v2 ============ */
:root {
  --navy-950: #071527;
  --navy-900: #0b1f33;
  --navy-800: #102c47;
  --navy-700: #16395c;
  --green-500: #10b981;
  --green-600: #0ca678;
  --green-700: #099268;
  --mint-50: #f0faf6;
  --mint-100: #dcf5ea;
  --ink: #16283c;
  --body: #3d4f63;
  --muted: #64778c;
  --line: #e4ebf1;
  --bg-soft: #f6f9fb;
  --amber: #f59e0b;
  --red: #ef4444;
  --radius: 16px;
  --shadow-sm: 0 1px 3px rgba(7, 21, 39, .07), 0 1px 2px rgba(7, 21, 39, .05);
  --shadow-md: 0 6px 20px -4px rgba(7, 21, 39, .12);
  --shadow-lg: 0 20px 50px -12px rgba(7, 21, 39, .22);
  --font-display: "Bricolage Grotesque", -apple-system, sans-serif;
  --font-body: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0; font-family: var(--font-body); color: var(--body);
  line-height: 1.7; font-size: 16.5px; background: #fff;
  -webkit-font-smoothing: antialiased;
}
h1, h2, h3, h4 { font-family: var(--font-display); color: var(--ink); line-height: 1.2; letter-spacing: -.02em; }
img, svg { max-width: 100%; }
a { color: var(--green-700); }

.wrap { max-width: 1180px; margin: 0 auto; padding: 0 24px; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  text-decoration: none; border-radius: 12px; padding: 14px 26px;
  font-weight: 600; font-family: var(--font-body); font-size: 1rem;
  border: 0; cursor: pointer; transition: all .18s ease; white-space: nowrap;
}
.btn-primary { background: var(--green-500); color: #fff; box-shadow: 0 4px 14px rgba(16, 185, 129, .35); }
.btn-primary:hover { background: var(--green-600); transform: translateY(-1px); box-shadow: 0 6px 20px rgba(16, 185, 129, .45); }
.btn-ghost { background: transparent; color: #fff; border: 1.5px solid rgba(255, 255, 255, .35); }
.btn-ghost:hover { border-color: #fff; background: rgba(255, 255, 255, .08); }
.btn-outline { background: #fff; color: var(--navy-800); border: 1.5px solid var(--line); }
.btn-outline:hover { border-color: var(--green-500); color: var(--green-700); }
.btn-sm { padding: 9px 18px; font-size: .9rem; border-radius: 10px; }
.btn-lg { padding: 17px 34px; font-size: 1.07rem; }

/* ---------- Header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 100;
  background: rgba(255, 255, 255, .92); backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--line);
}
.site-header .wrap { display: flex; align-items: center; gap: 28px; height: 72px; }
.brand {
  font-family: var(--font-display); font-size: 1.42rem; font-weight: 700;
  text-decoration: none; color: var(--navy-900); letter-spacing: -.03em;
  display: flex; align-items: center; gap: 9px;
}
.brand strong { color: var(--green-600); font-weight: 700; }
.brand-mark {
  display: inline-flex; align-items: center; justify-content: center;
  background: linear-gradient(135deg, var(--green-500), var(--green-700));
  color: #fff; width: 32px; height: 32px; border-radius: 9px; font-size: 17px;
  box-shadow: 0 3px 8px rgba(16, 185, 129, .35);
}
.site-header nav { display: flex; gap: 26px; margin-left: auto; }
.site-header nav a {
  text-decoration: none; color: var(--ink); font-size: .95rem; font-weight: 500;
  padding: 6px 0; border-bottom: 2px solid transparent; transition: color .15s;
}
.site-header nav a:hover, .site-header nav a.active { color: var(--green-600); }
.nav-toggle { display: none; background: none; border: 0; cursor: pointer; padding: 8px; margin-left: auto; }
.nav-toggle svg { width: 26px; height: 26px; stroke: var(--navy-900); }

/* ---------- Hero (dark band) ---------- */
.hero {
  background:
    radial-gradient(900px 500px at 85% -10%, rgba(16, 185, 129, .22), transparent 60%),
    radial-gradient(700px 400px at -10% 110%, rgba(22, 57, 92, .8), transparent 60%),
    var(--navy-900);
  color: #c9d7e5; padding: 88px 0 96px; position: relative; overflow: hidden;
}
.hero .wrap { display: grid; grid-template-columns: 1.1fr .9fr; gap: 60px; align-items: center; }
.hero h1 { color: #fff; font-size: 3.1rem; margin: 0 0 22px; }
.hero h1 em { font-style: normal; color: var(--green-500); }
.hero p.lead { font-size: 1.22rem; line-height: 1.65; margin: 0 0 30px; color: #b9cadb; }
.hero-ctas { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 30px; }
.hero-bullets { display: flex; gap: 26px; flex-wrap: wrap; padding: 0; margin: 0; list-style: none; font-size: .95rem; }
.hero-bullets li { display: flex; align-items: center; gap: 8px; color: #d7e3ee; }
.hero-bullets svg { width: 18px; height: 18px; flex: none; }

/* Vetting proof card (hero visual) */
.proof-card {
  background: #fff; border-radius: 20px; box-shadow: var(--shadow-lg);
  padding: 26px 26px 22px; color: var(--ink); max-width: 430px; margin-left: auto;
  transform: rotate(1.2deg);
}
.proof-card .pc-tag {
  display: inline-block; font-size: .74rem; font-weight: 700; letter-spacing: .08em;
  text-transform: uppercase; color: var(--green-700); background: var(--mint-100);
  padding: 4px 10px; border-radius: 99px; margin-bottom: 14px;
}
.proof-card .pc-domain { font-family: var(--font-display); font-weight: 600; font-size: 1.12rem; margin-bottom: 16px; display: flex; align-items: center; gap: 8px; }
.pc-metrics { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-bottom: 16px; }
.pc-metric { background: var(--bg-soft); border: 1px solid var(--line); border-radius: 12px; padding: 12px 14px; }
.pc-metric .k { font-size: .78rem; color: var(--muted); margin-bottom: 2px; }
.pc-metric .v { font-family: var(--font-display); font-weight: 700; font-size: 1.5rem; color: var(--navy-900); display: flex; align-items: center; gap: 7px; }
.pc-metric .v .ok { color: var(--green-600); font-size: 1rem; }
.pc-spark { border: 1px solid var(--line); border-radius: 12px; padding: 12px 14px 6px; }
.pc-spark .k { font-size: .78rem; color: var(--muted); }
.pc-foot { display: flex; align-items: center; gap: 8px; font-size: .85rem; color: var(--muted); margin-top: 14px; }
.pc-foot svg { width: 16px; height: 16px; }

/* ---------- Sections ---------- */
.section { padding: 84px 0; }
.section.soft { background: var(--bg-soft); }
.section.mint { background: linear-gradient(180deg, var(--mint-50), #fff); }
.kicker {
  display: inline-block; font-size: .8rem; font-weight: 700; letter-spacing: .1em;
  text-transform: uppercase; color: var(--green-600); margin-bottom: 12px;
}
.section h2.title { font-size: 2.15rem; margin: 0 0 14px; }
.section .sub { font-size: 1.12rem; color: var(--muted); max-width: 640px; margin: 0 0 46px; }
.center { text-align: center; }
.center .sub { margin-left: auto; margin-right: auto; }

/* Value strip */
.value-strip { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.value-item { display: flex; gap: 14px; align-items: flex-start; }
.value-item .ico {
  flex: none; width: 46px; height: 46px; border-radius: 13px;
  background: var(--mint-100); display: flex; align-items: center; justify-content: center;
}
.value-item .ico svg { width: 23px; height: 23px; }
.value-item h3 { font-size: 1.02rem; margin: 2px 0 4px; }
.value-item p { font-size: .9rem; color: var(--muted); margin: 0; line-height: 1.55; }

/* Cards */
.cards-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.card {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  padding: 32px 30px; box-shadow: var(--shadow-sm); transition: all .2s ease;
  display: flex; flex-direction: column;
}
.card:hover { box-shadow: var(--shadow-md); transform: translateY(-3px); border-color: #cfe9dd; }
.card .ico {
  width: 52px; height: 52px; border-radius: 14px; margin-bottom: 20px;
  background: linear-gradient(135deg, var(--mint-100), #fff);
  border: 1px solid var(--mint-100);
  display: flex; align-items: center; justify-content: center;
}
.card .ico svg { width: 26px; height: 26px; }
.card h3 { font-size: 1.28rem; margin: 0 0 10px; }
.card p { color: var(--body); font-size: .97rem; margin: 0 0 18px; flex: 1; }
.card .cta { font-weight: 600; text-decoration: none; color: var(--green-700); font-size: .95rem; }
.card .cta:hover { text-decoration: underline; }

/* Vertical chips */
.chip-row { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; margin-top: 40px; }
.chip {
  text-decoration: none; color: var(--navy-800); background: #fff;
  border: 1px solid var(--line); padding: 10px 20px; border-radius: 99px;
  font-weight: 600; font-size: .92rem; transition: all .15s;
}
.chip:hover { border-color: var(--green-500); color: var(--green-700); box-shadow: var(--shadow-sm); }

/* Compare (fake DR vs vetted) */
.compare { display: grid; grid-template-columns: 1fr 1fr; gap: 26px; max-width: 900px; margin: 0 auto; }
.compare .side { border-radius: var(--radius); padding: 30px; border: 1px solid var(--line); background: #fff; }
.compare .side.bad { border-color: #fecaca; background: #fff7f7; }
.compare .side.good { border-color: #a7f3d0; background: var(--mint-50); }
.compare h3 { display: flex; align-items: center; gap: 10px; font-size: 1.1rem; margin: 0 0 18px; }
.compare ul { margin: 0; padding: 0; list-style: none; }
.compare li { display: flex; gap: 10px; align-items: flex-start; padding: 8px 0; font-size: .95rem; }
.compare li svg { width: 18px; height: 18px; flex: none; margin-top: 3px; }
.compare .verdict { margin-top: 18px; padding-top: 16px; border-top: 1px dashed var(--line); font-weight: 600; font-size: .95rem; }
.compare .bad .verdict { color: var(--red); }
.compare .good .verdict { color: var(--green-700); }

/* Steps */
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; counter-reset: step; }
.step { position: relative; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 28px 24px; box-shadow: var(--shadow-sm); }
.step .num {
  font-family: var(--font-display); font-weight: 700; font-size: .95rem;
  width: 34px; height: 34px; border-radius: 10px; display: flex; align-items: center; justify-content: center;
  background: var(--navy-900); color: var(--green-500); margin-bottom: 16px;
}
.step h3 { font-size: 1.05rem; margin: 0 0 8px; }
.step p { font-size: .92rem; color: var(--muted); margin: 0; line-height: 1.6; }

/* Pricing */
.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; align-items: stretch; }
.price-card {
  background: #fff; border: 1.5px solid var(--line); border-radius: 20px;
  padding: 34px 30px; display: flex; flex-direction: column; position: relative;
  box-shadow: var(--shadow-sm); transition: all .2s;
}
.price-card:hover { box-shadow: var(--shadow-md); transform: translateY(-3px); }
.price-card.featured { border-color: var(--green-500); box-shadow: 0 12px 40px -8px rgba(16, 185, 129, .25); }
.price-card .plan-tag {
  position: absolute; top: -13px; left: 50%; transform: translateX(-50%);
  background: var(--green-500); color: #fff; font-size: .75rem; font-weight: 700;
  letter-spacing: .06em; text-transform: uppercase; padding: 5px 16px; border-radius: 99px;
}
.price-card h3 { font-size: 1.15rem; margin: 0 0 4px; }
.price-card .band { font-size: .88rem; color: var(--muted); margin-bottom: 18px; }
.price-card .amount { font-family: var(--font-display); font-size: 2.9rem; font-weight: 700; color: var(--navy-900); line-height: 1; }
.price-card .amount small { font-size: 1rem; font-weight: 500; color: var(--muted); }
.price-card ul { list-style: none; padding: 0; margin: 22px 0 26px; flex: 1; }
.price-card li { display: flex; gap: 10px; padding: 7px 0; font-size: .93rem; align-items: flex-start; }
.price-card li svg { width: 17px; height: 17px; flex: none; margin-top: 4px; }

/* FAQ */
.faq { max-width: 780px; margin: 0 auto; }
.faq details {
  background: #fff; border: 1px solid var(--line); border-radius: 14px;
  padding: 0; margin-bottom: 12px; overflow: hidden;
}
.faq details[open] { border-color: #bfe9d8; box-shadow: var(--shadow-sm); }
.faq summary {
  cursor: pointer; list-style: none; padding: 19px 54px 19px 24px; font-weight: 600;
  color: var(--ink); font-size: 1.02rem; position: relative; font-family: var(--font-display);
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
  content: "+"; position: absolute; right: 22px; top: 50%; transform: translateY(-50%);
  font-size: 1.4rem; color: var(--green-600); font-weight: 400; transition: transform .2s;
}
.faq details[open] summary::after { transform: translateY(-50%) rotate(45deg); }
.faq .faq-a { padding: 0 24px 20px; color: var(--body); font-size: .97rem; }
.faq .faq-a p { margin: 0 0 10px; }

/* CTA band */
.cta-band {
  background:
    radial-gradient(700px 300px at 90% 0%, rgba(16, 185, 129, .25), transparent 55%),
    var(--navy-900);
  border-radius: 24px; padding: 64px 56px; color: #c9d7e5;
  display: grid; grid-template-columns: 1.5fr 1fr; gap: 40px; align-items: center;
}
.cta-band h2 { color: #fff; font-size: 2rem; margin: 0 0 12px; }
.cta-band p { margin: 0; font-size: 1.05rem; }
.cta-band .actions { display: flex; gap: 14px; justify-content: flex-end; flex-wrap: wrap; }

/* ---------- Article pages (markdown content) ---------- */
.page-hero {
  background:
    radial-gradient(800px 400px at 90% -20%, rgba(16, 185, 129, .18), transparent 60%),
    var(--navy-900);
  color: #b9cadb; padding: 64px 0 58px;
}
.page-hero h1 { color: #fff; font-size: 2.5rem; margin: 0 0 16px; max-width: 820px; }
.page-hero p { font-size: 1.15rem; line-height: 1.65; max-width: 760px; margin: 0; }
.page-hero .crumbs { font-size: .85rem; margin-bottom: 18px; color: #7e95ab; }
.page-hero .crumbs a { color: #a9bfd3; text-decoration: none; }
.page-hero .crumbs a:hover { color: #fff; }

.article { max-width: 800px; margin: 0 auto; padding: 56px 24px 40px; }
.article h2 { font-size: 1.65rem; margin-top: 2.4em; padding-bottom: .35em; border-bottom: 2px solid var(--mint-100); }
.article h2:first-child { margin-top: 0; }
.article h3 { font-size: 1.22rem; margin-top: 1.9em; }
.article a { color: var(--green-700); text-decoration-thickness: 1px; text-underline-offset: 2px; }
.article a:hover { color: var(--navy-800); }
.article hr { border: 0; border-top: 1px solid var(--line); margin: 2.6em 0; }
.article blockquote { margin: 1.6em 0; padding: 1em 1.4em; background: var(--mint-50); border-left: 4px solid var(--green-500); border-radius: 0 12px 12px 0; }
.article ul, .article ol { padding-left: 1.5em; }
.article li { margin: .4em 0; }
.article strong { color: var(--ink); }
.article .btn { text-decoration: none; margin: .3em 0; }

.table-wrap { overflow-x: auto; margin: 1.6em 0; border-radius: 14px; border: 1px solid var(--line); box-shadow: var(--shadow-sm); }
.article table { width: 100%; border-collapse: collapse; font-size: .93rem; margin: 0; }
.article th, .article td { padding: 13px 16px; text-align: left; vertical-align: top; border-bottom: 1px solid var(--line); }
.article th { background: var(--navy-900); color: #fff; font-weight: 600; font-family: var(--font-display); font-size: .85rem; letter-spacing: .02em; white-space: nowrap; }
.article tr:last-child td { border-bottom: 0; }
.article tr:nth-child(even) td { background: var(--bg-soft); }

/* Contact form */
.contact-form {
  margin: 2em 0; padding: 34px; background: #fff;
  border: 1px solid var(--line); border-radius: 20px; box-shadow: var(--shadow-md);
}
.contact-form label { display: block; margin-bottom: 18px; font-weight: 600; color: var(--ink); font-size: .93rem; }
.contact-form input, .contact-form select, .contact-form textarea {
  display: block; width: 100%; margin-top: 7px; padding: 13px 14px;
  border: 1.5px solid var(--line); border-radius: 10px; font: inherit;
  font-weight: 400; background: var(--bg-soft); transition: all .15s;
}
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus {
  outline: none; border-color: var(--green-500); background: #fff;
  box-shadow: 0 0 0 4px rgba(16, 185, 129, .12);
}
.contact-form button { width: 100%; margin-top: 8px; }

/* ---------- Footer ---------- */
.pre-footer { padding: 0 0 84px; }
.site-footer { background: var(--navy-950); color: #93a8bc; font-size: .93rem; }
.site-footer .footgrid {
  display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 40px; padding: 64px 0 40px;
}
.site-footer .brand { color: #fff; margin-bottom: 14px; }
.site-footer .fbrand p { line-height: 1.65; margin: 0 0 12px; }
.site-footer h4 {
  color: #fff; margin: 0 0 16px; font-size: .82rem; text-transform: uppercase;
  letter-spacing: .1em; font-family: var(--font-display);
}
.site-footer ul { list-style: none; padding: 0; margin: 0 0 26px; }
.site-footer li { margin: .55em 0; }
.site-footer a { color: #93a8bc; text-decoration: none; transition: color .12s; }
.site-footer a:hover { color: #fff; }
.site-footer .legal {
  border-top: 1px solid rgba(255, 255, 255, .09); padding: 20px 0 34px;
  color: #5d7488; font-size: .84rem; display: flex; justify-content: space-between; gap: 20px; flex-wrap: wrap;
}

/* ---------- Infographics ---------- */
.infographic { margin: 2.2em 0; }
.infographic svg { display: block; border-radius: 16px; box-shadow: var(--shadow-md); }
.infographic figcaption { font-size: .85rem; color: var(--muted); margin-top: 10px; text-align: center; }

/* ---------- Premium v4 polish ---------- */
.hero {
  background:
    radial-gradient(1100px 600px at 80% -20%, rgba(16, 185, 129, .28), transparent 55%),
    radial-gradient(800px 500px at 10% 120%, rgba(59, 130, 246, .14), transparent 60%),
    linear-gradient(160deg, #0b1f33 0%, #0a2338 55%, #071527 100%);
}
.hero h1 { text-wrap: balance; }
.section h2.title { text-wrap: balance; letter-spacing: -.025em; }
.btn-primary {
  background: linear-gradient(135deg, #12c48b, #0ca678);
  position: relative;
}
.btn-primary::after {
  content: ""; position: absolute; inset: 0; border-radius: inherit;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.25);
  pointer-events: none;
}
.card, .price-card, .step { will-change: transform; }
.card .ico { box-shadow: inset 0 1px 0 #fff, 0 1px 2px rgba(7,21,39,.06); }
.site-footer .fbrand .brand { font-size: 1.7rem; }
.kicker::before {
  content: ""; display: inline-block; width: 22px; height: 2px;
  background: var(--green-500); vertical-align: middle; margin-right: 9px;
}

/* ---------- Article template (content structure) ---------- */
.post-meta { margin-top: 0; font-size: .88rem; color: var(--muted); display: flex; gap: 10px; flex-wrap: wrap; }
.post-meta a { color: var(--green-700); text-decoration: none; }
.toc {
  background: var(--bg-soft); border: 1px solid var(--line); border-radius: 14px;
  padding: 20px 24px; margin: 1.6em 0 2.2em;
}
.toc-title { font-family: var(--font-display); font-weight: 700; color: var(--navy-900); margin-bottom: 8px; font-size: .95rem; }
.toc ol { margin: 0; padding-left: 1.2em; columns: 2; column-gap: 34px; }
.toc li { margin: .3em 0; font-size: .92rem; break-inside: avoid; }
.toc a { text-decoration: none; color: var(--body); }
.toc a:hover { color: var(--green-700); }
.author-box {
  display: flex; gap: 16px; align-items: flex-start; margin-top: 3em;
  background: var(--mint-50); border: 1px solid var(--mint-100); border-radius: 14px; padding: 20px 22px;
}
.author-box .ab-mark {
  flex: none; width: 44px; height: 44px; border-radius: 12px; color: #fff; font-size: 22px;
  background: linear-gradient(135deg, var(--green-500), var(--green-700));
  display: flex; align-items: center; justify-content: center;
}
.author-box p { margin: .3em 0 0; font-size: .92rem; color: var(--body); }
.trust-strip {
  background: var(--navy-950); color: #d7e3ee; padding: 16px 0;
  border-top: 1px solid rgba(255,255,255,.06);
}
.trust-strip .wrap { display: flex; gap: 12px 34px; flex-wrap: wrap; justify-content: center; font-size: .92rem; }
.trust-strip span { display: flex; align-items: center; gap: 8px; }
.trust-strip svg { width: 16px; height: 16px; }
.card .price-tag {
  font-family: var(--font-display); font-weight: 700; color: var(--navy-900);
  font-size: 1.05rem; margin-bottom: 10px;
}
.card .price-tag small { color: var(--muted); font-weight: 500; font-size: .82rem; }
.pc-badge {
  position: absolute; top: 18px; right: -34px; transform: rotate(45deg);
  background: var(--green-500); color: #fff; font-size: .68rem; font-weight: 700;
  letter-spacing: .12em; padding: 5px 40px; text-transform: uppercase;
}
@media (max-width: 700px) { .toc ol { columns: 1; } }

/* ---------- Motion & polish ---------- */
::selection { background: rgba(16, 185, 129, .25); }
.post-card { text-decoration: none; }
.post-card h3 { color: var(--navy-900); }
.post-card:hover h3 { color: var(--green-700); }
.post-card p { color: var(--body); }

@media (prefers-reduced-motion: no-preference) {
  .card, .step, .value-item, .price-card, .compare .side {
    opacity: 0; transform: translateY(18px);
    transition: opacity .55s ease, transform .55s ease,
                box-shadow .2s ease, border-color .2s ease;
  }
  .card.in, .step.in, .value-item.in, .price-card.in, .compare .side.in {
    opacity: 1; transform: translateY(0);
  }
  .card.in:hover, .price-card.in:hover { transform: translateY(-3px); }
}

.hero::before {
  content: ""; position: absolute; inset: 0; pointer-events: none; opacity: .5;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='44' height='44'%3E%3Cpath d='M44 0H0v44' fill='none' stroke='rgba(255,255,255,0.045)' stroke-width='1'/%3E%3C/svg%3E");
}
.hero .wrap { position: relative; }
.page-hero { position: relative; overflow: hidden; }
.page-hero::before {
  content: ""; position: absolute; inset: 0; pointer-events: none; opacity: .5;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='44' height='44'%3E%3Cpath d='M44 0H0v44' fill='none' stroke='rgba(255,255,255,0.045)' stroke-width='1'/%3E%3C/svg%3E");
}
.page-hero .wrap { position: relative; }

/* ---------- Responsive ---------- */
@media (max-width: 1020px) {
  .hero .wrap { grid-template-columns: 1fr; gap: 44px; }
  .proof-card { margin: 0 auto; transform: none; }
  .value-strip { grid-template-columns: 1fr 1fr; }
  .cards-3, .pricing-grid, .steps { grid-template-columns: 1fr 1fr; }
  .steps { gap: 18px; }
  .cta-band { grid-template-columns: 1fr; padding: 44px 34px; }
  .cta-band .actions { justify-content: flex-start; }
  .site-footer .footgrid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 700px) {
  body { font-size: 16px; }
  .hero { padding: 56px 0 64px; }
  .hero h1 { font-size: 2.15rem; }
  .section { padding: 60px 0; }
  .section h2.title { font-size: 1.7rem; }
  .page-hero h1 { font-size: 1.85rem; }
  .value-strip, .cards-3, .pricing-grid, .steps, .compare { grid-template-columns: 1fr; }
  .site-header nav {
    display: none; position: absolute; top: 72px; left: 0; right: 0;
    background: #fff; border-bottom: 1px solid var(--line); flex-direction: column;
    padding: 12px 24px 20px; gap: 14px; box-shadow: var(--shadow-md);
  }
  .site-header nav.open { display: flex; }
  .nav-toggle { display: block; }
  .site-header .btn { display: none; }
  .site-footer .footgrid { grid-template-columns: 1fr; gap: 8px; }
}
