/* Funpoints — marketingsite */
:root {
  --bg: #FFF8F0;
  --card: #FFFFFF;
  --ink: #241B3A;
  --muted: #6f6885;
  --green: #10B981;
  --green-d: #0E9E70;
  --coral: #FB7185;
  --coral-d: #E11D63;
  --violet: #8B5CF6;
  --amber: #F59E0B;
  --sky: #38BDF8;
  --line: rgba(36,27,58,0.10);
  --shadow: 0 18px 40px rgba(36,27,58,0.10);
  --radius: 20px;
  --subnav-h: 37px;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  font-family: 'Poppins', -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  background: var(--bg);
  color: var(--ink);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }

.container { width: 100%; max-width: 1120px; margin: 0 auto; padding: 0 24px; }

/* ---------- Nav ---------- */
/* De hele header plakt, maar met een negatieve top schuift de subnav weg
   en blijft alleen de hoofdnavigatie in beeld. */
.site-header { position: sticky; top: calc(-1 * var(--subnav-h)); z-index: 50; }

.subnav { background: var(--ink); }
.subnav-inner { display: flex; justify-content: flex-end; align-items: center; gap: 24px; height: var(--subnav-h); }
.subnav a {
  color: rgba(255,255,255,0.75); font-size: 13px; font-weight: 600; letter-spacing: .1px;
  padding: 2px 0; border-bottom: 2px solid transparent;
}
.subnav a:hover { color: #fff; border-bottom-color: var(--green); }

.nav {
  background: rgba(255,248,240,0.92);
  backdrop-filter: saturate(180%) blur(12px);
  border-bottom: 1px solid var(--line);
}
.nav-inner { display: flex; align-items: center; gap: 20px; height: 68px; }
.brand { display: flex; align-items: center; gap: 10px; font-weight: 800; font-size: 20px; }
.mark {
  width: 34px; height: 34px; border-radius: 10px; background: var(--green);
  display: grid; place-items: center; color: #fff; font-weight: 900; font-size: 18px;
  box-shadow: 0 6px 14px rgba(16,185,129,0.35);
}
.nav-links { display: flex; gap: 26px; margin-left: 18px; }
.nav-links a { color: var(--muted); font-weight: 600; font-size: 15px; }
.nav-links a:hover { color: var(--ink); }
.nav-right { margin-left: auto; display: flex; align-items: center; gap: 14px; }

/* Mobiel menu (werkt zonder JavaScript) */
.nav-toggle-input { position: absolute; width: 1px; height: 1px; opacity: 0; }
.nav-toggle {
  display: none; margin-left: auto; align-items: center; gap: 10px; cursor: pointer;
  font-weight: 700; font-size: 15px; padding: 9px 16px; border-radius: 999px;
  border: 1.5px solid var(--line); background: #fff; user-select: none;
}
.nav-toggle .bars { position: relative; width: 18px; height: 2px; background: var(--ink); border-radius: 2px; }
.nav-toggle .bars:before, .nav-toggle .bars:after {
  content: ""; position: absolute; left: 0; width: 18px; height: 2px; background: var(--ink); border-radius: 2px;
  transition: transform .18s ease;
}
.nav-toggle .bars:before { top: -6px; }
.nav-toggle .bars:after { top: 6px; }
.nav-toggle-input:checked ~ .nav-toggle .bars { background: transparent; }
.nav-toggle-input:checked ~ .nav-toggle .bars:before { transform: translateY(6px) rotate(45deg); }
.nav-toggle-input:checked ~ .nav-toggle .bars:after { transform: translateY(-6px) rotate(-45deg); }

/* Toegankelijkheid: zichtbare focus + skip-link */
:focus-visible { outline: 3px solid var(--violet); outline-offset: 3px; border-radius: 6px; }
.nav-toggle-input:focus-visible ~ .nav-toggle { outline: 3px solid var(--violet); outline-offset: 3px; }
.skip-link {
  position: absolute; left: 0; top: 0; z-index: 100; transform: translateY(-200%);
  background: var(--ink); color: #fff; padding: 12px 20px; border-radius: 0 0 12px 0; font-weight: 700;
}
.skip-link:focus { transform: translateY(0); }

.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  font-weight: 700; font-size: 15px; padding: 12px 20px; border-radius: 999px;
  border: 1.5px solid transparent; cursor: pointer; transition: transform .06s ease, box-shadow .2s ease;
  white-space: nowrap;
}
.btn:active { transform: translateY(1px); }
.btn-primary { background: var(--coral); color: #fff; box-shadow: 0 10px 22px rgba(251,113,133,0.35); }
.btn-primary:hover { box-shadow: 0 14px 28px rgba(251,113,133,0.45); }
.btn-green { background: var(--green); color: #fff; box-shadow: 0 10px 22px rgba(16,185,129,0.30); }
.btn-ghost { background: #fff; color: var(--ink); border-color: var(--line); }
.btn-ghost:hover { border-color: rgba(36,27,58,0.22); }
.btn-lg { padding: 15px 26px; font-size: 16px; }

/* ---------- Hero ---------- */
.hero { position: relative; overflow: hidden; padding: 80px 0 70px; }
.hero-grid { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 40px; align-items: center; }
.eyebrow {
  display: inline-flex; align-items: center; gap: 8px; background: rgba(16,185,129,0.12);
  color: var(--green-d); font-weight: 700; font-size: 13px; padding: 7px 14px; border-radius: 999px;
}
.hero h1 { font-size: 54px; line-height: 1.05; font-weight: 900; letter-spacing: -1.5px; margin: 18px 0 16px; }
.hero h1 .hl { color: var(--coral-d); }
.hero p.lead { font-size: 18.5px; color: var(--muted); max-width: 520px; }
.hero-cta { display: flex; gap: 14px; margin-top: 30px; flex-wrap: wrap; }
.hero-note { margin-top: 16px; font-size: 13.5px; color: var(--muted); }

.blob { position: absolute; border-radius: 50%; filter: blur(6px); opacity: 0.16; z-index: -1; }
.blob.a { width: 320px; height: 320px; background: var(--amber); top: -80px; right: -60px; }
.blob.b { width: 280px; height: 280px; background: var(--sky); bottom: -80px; left: -80px; }

/* Phone mock */
.phone-wrap { display: grid; place-items: center; }
.phone {
  width: 260px; background: #fff; border-radius: 34px; border: 1px solid var(--line);
  box-shadow: var(--shadow); padding: 14px; position: relative;
}
.phone-screen { background: var(--bg); border-radius: 24px; padding: 18px 16px; }
.phone-hi { font-weight: 800; font-size: 17px; }
.phone-stat { background: var(--coral); color: #fff; border-radius: 16px; padding: 14px 16px; margin-top: 12px; display: flex; justify-content: space-around; text-align: center; }
.phone-stat b { display: block; font-size: 22px; }
.phone-stat span { font-size: 11px; opacity: .9; }
.phone-qr { margin: 14px auto 4px; width: 120px; height: 120px; border-radius: 14px; background:
  conic-gradient(from 45deg, #241B3A 25%, #fff 0 50%, #241B3A 0 75%, #fff 0) 0 0/40px 40px; border: 6px solid #fff; box-shadow: inset 0 0 0 1px var(--line); }
.phone-cap { text-align: center; font-size: 12px; color: var(--muted); }

/* ---------- Sections ---------- */
section { padding: 70px 0; }
.section-head { text-align: center; max-width: 680px; margin: 0 auto 44px; }
.section-head h2 { font-size: 36px; font-weight: 900; letter-spacing: -0.8px; }
.section-head p { color: var(--muted); font-size: 17px; margin-top: 12px; }
.kicker { color: var(--coral-d); font-weight: 800; font-size: 13px; letter-spacing: 1px; text-transform: uppercase; }

.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.grid-2 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }

.card {
  background: var(--card); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 28px; box-shadow: var(--shadow);
}
.card .ic { width: 54px; height: 54px; border-radius: 15px; display: grid; place-items: center; font-size: 26px; margin-bottom: 16px; }
.card h3 { font-size: 20px; font-weight: 800; margin-bottom: 8px; }
.card p { color: var(--muted); font-size: 15px; }
.card a.more { display: inline-block; margin-top: 14px; color: var(--coral-d); font-weight: 700; font-size: 14.5px; }
.card a.more:hover { text-decoration: underline; }
.card.linked { transition: transform .18s ease, box-shadow .18s ease; }
.card.linked:hover { transform: translateY(-3px); box-shadow: 0 24px 48px rgba(36,27,58,0.14); }

.tint-green { background: rgba(16,185,129,0.12); }
.tint-coral { background: rgba(251,113,133,0.14); }
.tint-violet { background: rgba(139,92,246,0.14); }
.tint-amber { background: rgba(245,158,11,0.16); }

/* Steps */
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; counter-reset: step; }
.step { background: var(--card); border: 1px solid var(--line); border-radius: var(--radius); padding: 26px; }
.step .n { width: 40px; height: 40px; border-radius: 12px; background: var(--ink); color: #fff; display: grid; place-items: center; font-weight: 900; margin-bottom: 14px; }
.step h3 { font-size: 18px; font-weight: 800; margin-bottom: 6px; }
.step p { color: var(--muted); font-size: 14.5px; }

/* Feature rows */
.feature { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: center; }
.feature.rev { direction: rtl; }
.feature.rev > * { direction: ltr; }
.feature h2 { font-size: 30px; font-weight: 900; letter-spacing: -0.5px; margin-bottom: 14px; }
.feature p { color: var(--muted); font-size: 16px; }
.feature ul { list-style: none; margin-top: 18px; display: grid; gap: 10px; }
.feature li { padding-left: 30px; position: relative; font-size: 15.5px; }
.feature li:before { content: "✓"; position: absolute; left: 0; top: 0; color: var(--green); font-weight: 900; background: rgba(16,185,129,0.14); width: 22px; height: 22px; border-radius: 50%; display: grid; place-items: center; font-size: 13px; }
.panel { background: var(--card); border: 1px solid var(--line); border-radius: 24px; box-shadow: var(--shadow); padding: 30px; }

/* CTA band */
.cta {
  background: linear-gradient(135deg, var(--coral) 0%, var(--coral-d) 100%);
  color: #fff; border-radius: 28px; padding: 56px 40px; text-align: center; box-shadow: var(--shadow);
}
.cta h2 { font-size: 34px; font-weight: 900; letter-spacing: -0.5px; }
.cta p { font-size: 17px; opacity: .95; margin: 12px auto 26px; max-width: 520px; }
.cta .btn-ghost { background: #fff; color: var(--coral-d); border-color: transparent; }

/* Footer */
.footer { border-top: 1px solid var(--line); padding: 50px 0 40px; margin-top: 20px; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 30px; }
.footer h4 { font-size: 13px; text-transform: uppercase; letter-spacing: 1px; color: var(--muted); margin-bottom: 14px; }
.footer a { display: block; color: var(--muted); font-size: 15px; padding: 4px 0; }
.footer a:hover { color: var(--ink); }
.footer .tag { color: var(--muted); font-size: 14.5px; margin-top: 12px; max-width: 260px; }
.footer-bottom { border-top: 1px solid var(--line); margin-top: 34px; padding-top: 22px; color: var(--muted); font-size: 13.5px; display: flex; justify-content: space-between; gap: 14px; flex-wrap: wrap; }

/* Page hero (subpaginas) */
.page-hero { padding: 66px 0 20px; text-align: center; }
.page-hero h1 { font-size: 46px; font-weight: 900; letter-spacing: -1px; margin: 14px 0 14px; }
.page-hero p { color: var(--muted); font-size: 18px; max-width: 620px; margin: 0 auto; }

.mobile-only { display: none; }

/* ---------- Artikelen (kennisbank & magazine) ---------- */
.crumbs { font-size: 13.5px; color: var(--muted); margin-bottom: 6px; }
.crumbs a { color: var(--muted); }
.crumbs a:hover { color: var(--ink); }
.page-hero.article-head { text-align: left; }
.page-hero.article-head p { margin-left: 0; max-width: 720px; }
.page-hero.article-head h1 { font-size: 42px; }
.article-head-inner { max-width: 720px; margin: 0 auto; }
.article-meta { display: flex; gap: 16px; flex-wrap: wrap; font-size: 13.5px; color: var(--muted); margin-top: 18px; }
.article-meta span { display: inline-flex; align-items: center; gap: 6px; }
.article-meta a { color: var(--muted); text-decoration: underline; }
.article-meta a:hover { color: var(--ink); }

/* Inhoudsopgave */
.toc { background: var(--card); border: 1px solid var(--line); border-radius: var(--radius); padding: 22px 26px; margin: 0 0 30px; }
.toc h2 { font-size: 13px !important; text-transform: uppercase; letter-spacing: 1px; color: var(--muted); margin: 0 0 12px !important; font-weight: 800; }
.toc ol { margin: 0 0 0 20px; gap: 6px; font-size: 15.5px; }
.article .toc a { color: var(--ink); font-weight: 600; }
.article .toc a:hover { color: var(--coral-d); }
.article .toc ol { margin-bottom: 0; }

/* Verder lezen */
.related { border-top: 1px solid var(--line); margin-top: 50px; padding-top: 34px; }
.related > h2 { font-size: 22px !important; margin: 0 0 20px !important; }
.related-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.related-grid a {
  display: block; background: var(--card); border: 1px solid var(--line); border-radius: 16px;
  padding: 20px 22px; color: inherit; font-weight: inherit;
  transition: transform .18s ease, box-shadow .18s ease;
}
.related-grid a:hover { transform: translateY(-3px); box-shadow: var(--shadow); }
.related-grid .k { font-size: 12px; text-transform: uppercase; letter-spacing: .8px; color: var(--coral-d); font-weight: 800; }
.related-grid .t { font-weight: 800; font-size: 16.5px; margin: 6px 0 4px; }
.related-grid .d { font-size: 14.5px; color: var(--muted); }

/* Doorsteek-blok binnen tekstpagina's */
.jump { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-top: 30px; }
.jump a {
  display: block; background: var(--card); border: 1px solid var(--line); border-radius: 16px;
  padding: 20px 22px; transition: transform .18s ease, box-shadow .18s ease;
}
.jump a:hover { transform: translateY(-3px); box-shadow: var(--shadow); }
.jump b { display: block; font-size: 16.5px; }
.jump span { display: block; color: var(--muted); font-size: 14.5px; margin-top: 4px; }
.article { max-width: 720px; margin: 0 auto; }
.article > section, .article section { padding: 0; }
.article h2 { font-size: 27px; font-weight: 900; letter-spacing: -0.5px; margin: 42px 0 14px; }
.article h3 { font-size: 19px; font-weight: 800; margin: 26px 0 8px; }
.article p { margin: 0 0 16px; font-size: 16.5px; }
.article ul, .article ol { margin: 0 0 18px 22px; display: grid; gap: 8px; font-size: 16px; }
.article a { color: var(--coral-d); font-weight: 600; }
.article .lead-in { font-size: 18px; color: var(--muted); }
.article .answer {
  background: rgba(16,185,129,0.08); border: 1px solid rgba(16,185,129,0.25);
  border-radius: 16px; padding: 18px 22px; margin: 0 0 18px; font-size: 16.5px;
}
.article table { width: 100%; border-collapse: collapse; margin: 0 0 18px; background: var(--card); border-radius: 14px; overflow: hidden; box-shadow: var(--shadow); font-size: 15.5px; }
.article th, .article td { text-align: left; padding: 12px 16px; border-bottom: 1px solid var(--line); }
.article th { background: rgba(36,27,58,0.04); font-size: 13px; text-transform: uppercase; letter-spacing: .6px; color: var(--muted); }
.article tr:last-child td { border-bottom: none; }
.article .note { font-size: 13.5px; color: var(--muted); }
dl.woordenboek { display: grid; gap: 14px; margin: 0 0 18px; }
dl.woordenboek dt { font-weight: 800; }
dl.woordenboek dd { color: var(--muted); margin-left: 0; }

/* Kalender-hub */
.cal-empty {
  border: 2px dashed rgba(36,27,58,0.18); border-radius: var(--radius);
  padding: 34px 28px; text-align: center; color: var(--muted); background: rgba(255,255,255,0.6);
}
.cal-empty b { color: var(--ink); }

/* ---------- Demo-landingspagina ---------- */
.lp-hero { position: relative; overflow: hidden; padding: 56px 0 60px; }
.lp-grid { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 48px; align-items: start; }
.lp-hero h1 { font-size: 46px; line-height: 1.06; font-weight: 900; letter-spacing: -1.3px; margin: 16px 0 16px; }
.lp-hero h1 .hl { color: var(--coral-d); }
.lp-hero .lead { font-size: 18.5px; color: var(--muted); }
.lp-proof { list-style: none; margin: 26px 0 0; display: grid; gap: 12px; }
.lp-proof li { padding-left: 32px; position: relative; font-size: 16.5px; font-weight: 600; }
.lp-proof li:before {
  content: "✓"; position: absolute; left: 0; top: 1px; color: #fff; font-weight: 900; font-size: 13px;
  background: var(--green); width: 22px; height: 22px; border-radius: 50%; display: grid; place-items: center;
}
.lp-trust { margin-top: 26px; font-size: 14px; color: var(--muted); display: flex; gap: 18px; flex-wrap: wrap; }

/* Formulierkaart */
.formcard {
  background: var(--card); border: 1px solid var(--line); border-radius: 24px;
  box-shadow: 0 24px 60px rgba(36,27,58,0.14); padding: 30px; position: sticky; top: 92px;
}
.formcard h2 { font-size: 23px; font-weight: 900; letter-spacing: -0.4px; }
.formcard .sub { color: var(--muted); font-size: 15px; margin-top: 6px; }
.field { margin-top: 16px; }
.field label { display: block; font-size: 14px; font-weight: 700; margin-bottom: 6px; }
.field .hint { font-weight: 500; color: var(--muted); font-size: 13px; }
.field input, .field select, .field textarea {
  width: 100%; font-family: inherit; font-size: 16px; color: var(--ink);
  background: var(--bg); border: 1.5px solid var(--line); border-radius: 13px; padding: 13px 15px;
  transition: border-color .15s ease, box-shadow .15s ease;
}
.field textarea { min-height: 88px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus {
  outline: none; border-color: var(--green); box-shadow: 0 0 0 4px rgba(16,185,129,0.16);
}
.field input:user-invalid, .field select:user-invalid {
  border-color: var(--coral-d); box-shadow: 0 0 0 4px rgba(225,29,99,0.12);
}
.formcard .btn { width: 100%; margin-top: 22px; }
.form-note { font-size: 12.5px; color: var(--muted); margin-top: 14px; text-align: center; line-height: 1.5; }
.form-note a { color: var(--muted); text-decoration: underline; }
.hp { position: absolute; left: 0; top: 0; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); }

/* Formspree: meldingen blijven onzichtbaar zolang ze leeg zijn */
.form-done:empty, .form-error:empty, .field-error:empty { display: none; }
.form-done {
  background: rgba(16,185,129,0.10); border: 1px solid rgba(16,185,129,0.35);
  border-radius: 18px; padding: 26px 24px; text-align: center;
}
.form-done .done-ic { font-size: 40px; line-height: 1; margin-bottom: 10px; }
.form-done h2 { font-size: 22px; font-weight: 900; letter-spacing: -0.4px; margin-bottom: 8px; }
.form-done p { color: var(--muted); font-size: 15.5px; }
.form-done a { color: var(--green-d); font-weight: 700; text-decoration: underline; }
.form-error {
  background: rgba(225,29,99,0.08); border: 1px solid rgba(225,29,99,0.28); color: var(--coral-d);
  border-radius: 13px; padding: 12px 15px; margin-top: 18px; font-size: 14.5px; font-weight: 600;
}
.field-error { display: block; color: var(--coral-d); font-size: 13px; font-weight: 600; margin-top: 6px; }
.field [aria-invalid="true"] { border-color: var(--coral-d); box-shadow: 0 0 0 4px rgba(225,29,99,0.12); }

/* USP-raster */
.usp-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.usp {
  background: var(--card); border: 1px solid var(--line); border-radius: 18px; padding: 24px;
  box-shadow: 0 10px 26px rgba(36,27,58,0.06);
}
.usp .ic { width: 46px; height: 46px; border-radius: 13px; display: grid; place-items: center; font-size: 22px; margin-bottom: 13px; }
.usp h3 { font-size: 17.5px; font-weight: 800; margin-bottom: 7px; line-height: 1.3; }
.usp p { color: var(--muted); font-size: 14.5px; }
.usp-band { margin-bottom: 30px; }
.usp-band h2 { font-size: 25px; font-weight: 900; letter-spacing: -0.5px; }
.usp-band p { color: var(--muted); font-size: 16px; margin-top: 8px; max-width: 640px; }

/* Stappen naar de demo */
.demo-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.demo-step { text-align: center; padding: 8px; }
.demo-step .n {
  width: 46px; height: 46px; border-radius: 50%; background: var(--coral); color: #fff;
  display: grid; place-items: center; font-weight: 900; font-size: 19px; margin: 0 auto 14px;
  box-shadow: 0 10px 22px rgba(251,113,133,0.32);
}
.demo-step h3 { font-size: 18px; font-weight: 800; margin-bottom: 6px; }
.demo-step p { color: var(--muted); font-size: 15px; }

/* Mobiele CTA-balk */
.sticky-cta {
  display: none; position: fixed; left: 0; right: 0; bottom: 0; z-index: 60;
  background: rgba(255,248,240,0.96); backdrop-filter: saturate(180%) blur(12px);
  border-top: 1px solid var(--line); padding: 12px 16px calc(12px + env(safe-area-inset-bottom));
}
.sticky-cta .btn { width: 100%; }

/* ---------- Responsive ---------- */
@media (prefers-reduced-motion: reduce) {
  * { animation-duration: .01ms !important; transition-duration: .01ms !important; }
  html { scroll-behavior: auto; }
}

@media (max-width: 900px) {
  .subnav-inner { justify-content: center; gap: 16px; }
  .subnav a { font-size: 12.5px; }
  .nav-toggle { display: inline-flex; }
  .nav-inner { position: relative; }
  .nav-toggle-input:checked ~ .nav-links {
    display: flex; flex-direction: column; gap: 0; margin: 0;
    position: absolute; left: 0; right: 0; top: 68px;
    background: var(--bg); border: 1px solid var(--line); border-radius: 0 0 18px 18px;
    box-shadow: var(--shadow); padding: 8px 0;
  }
  .nav-toggle-input:checked ~ .nav-links a { padding: 14px 24px; font-size: 16px; border-bottom: 1px solid var(--line); }
  .nav-toggle-input:checked ~ .nav-links a:last-child { border-bottom: none; }
  .related-grid, .jump { grid-template-columns: 1fr; }
  .lp-grid { grid-template-columns: 1fr; gap: 34px; }
  .lp-hero h1 { font-size: 36px; }
  .formcard { position: static; }
  .usp-grid { grid-template-columns: 1fr 1fr; }
  .demo-steps { grid-template-columns: 1fr; }
  .sticky-cta { display: block; }
  body.has-sticky-cta { padding-bottom: 84px; }
  .hero-grid { grid-template-columns: 1fr; gap: 30px; }
  .phone-wrap { order: -1; }
  .hero h1 { font-size: 40px; }
  .grid-3, .steps { grid-template-columns: 1fr; }
  .grid-2 { grid-template-columns: 1fr; }
  .feature, .feature.rev { grid-template-columns: 1fr; direction: ltr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .nav-links { display: none; }
  .article h2 { font-size: 24px; }
  .article p, .article ul, .article ol { font-size: 16px; }
}
@media (max-width: 560px) {
  :root { --subnav-h: 34px; }
  .subnav-inner { gap: 11px; }
  .subnav a { font-size: 11.5px; }
  .hero h1 { font-size: 33px; }
  .section-head h2 { font-size: 28px; }
  .page-hero h1 { font-size: 34px; }
  .cta { padding: 40px 24px; }
  .cta h2 { font-size: 27px; }
  .footer-grid { grid-template-columns: 1fr; }
  .btn-lg { white-space: normal; }
  .lp-hero h1 { font-size: 30px; }
  .usp-grid { grid-template-columns: 1fr; }
  .formcard { padding: 22px; }
  .page-hero.article-head h1 { font-size: 31px; }
  .article table { font-size: 14.5px; }
  .article th, .article td { padding: 10px 12px; }
}
