/* ═══════════════════════════════════════════════════════════════
   gezamenlijke-agenda.nl · marketingsite
   Huisstijl: Nunito, warm wit, gradient koraal→roze→paars
   ═══════════════════════════════════════════════════════════════ */

@font-face {
  font-family: 'Nunito';
  src: url('/fonts/nunito-latin.woff2') format('woff2');
  font-weight: 200 1000;
  font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+2000-206F, U+20AC, U+2122;
}
@font-face {
  font-family: 'Nunito';
  src: url('/fonts/nunito-latin-ext.woff2') format('woff2');
  font-weight: 200 1000;
  font-display: swap;
  unicode-range: U+0100-024F, U+1E00-1EFF;
}

:root {
  --bg: #F6F4F1;
  --surface: #FFFFFF;
  --surface-2: #FAF8F5;
  --ink: #1D1A26;
  --muted: #6E6880;
  --faint: #A29CB0;
  --line: #E9E5DF;
  --brand1: #FF7A59;
  --brand2: #F65B8A;
  --brand3: #7C5CFF;
  --grad: linear-gradient(135deg, var(--brand1), var(--brand2) 50%, var(--brand3));
  --shadow-1: 0 1px 2px rgba(29,26,38,.05), 0 4px 16px rgba(29,26,38,.07);
  --shadow-2: 0 6px 16px rgba(29,26,38,.10), 0 18px 44px rgba(29,26,38,.16);
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: 'Nunito', -apple-system, 'Segoe UI', Roboto, Arial, sans-serif;
  font-weight: 500;
  background: var(--bg);
  color: var(--ink);
  line-height: 1.65;
  font-size: 17px;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--brand3); text-decoration: none; font-weight: 700; }
a:hover { text-decoration: underline; }
h1, h2, h3 { font-weight: 800; letter-spacing: -0.015em; line-height: 1.15; }
h1 { font-size: clamp(30px, 5.4vw, 46px); }
h2 { font-size: clamp(23px, 3.4vw, 30px); margin-bottom: 12px; }
h3 { font-size: 19px; margin-bottom: 6px; }
p { margin-bottom: 14px; }
strong { font-weight: 800; }

.wrap { max-width: 1080px; margin: 0 auto; padding: 0 clamp(16px, 4vw, 28px); }

/* ── header ────────────────────────────────────────────────── */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: color-mix(in srgb, var(--bg) 82%, transparent);
  backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--line);
}
.header-inner { display: flex; align-items: center; gap: 18px; padding: 12px clamp(16px, 4vw, 28px); max-width: 1080px; margin: 0 auto; }
.logo { display: flex; align-items: center; gap: 10px; font-weight: 800; font-size: 18px; color: var(--ink); }
.logo:hover { text-decoration: none; }
.logo img { width: 34px; height: 34px; border-radius: 9px; box-shadow: 0 3px 10px rgba(246,91,138,.35); }
.logo .grad { background: var(--grad); -webkit-background-clip: text; background-clip: text; color: transparent; }
.nav { margin-left: auto; display: flex; gap: 4px; flex-wrap: wrap; }
.nav a { color: var(--muted); font-size: 15px; font-weight: 700; padding: 7px 12px; border-radius: 999px; }
.nav a:hover { background: rgba(29,26,38,.06); color: var(--ink); text-decoration: none; }
.nav a.actief { background: var(--surface); color: var(--ink); box-shadow: var(--shadow-1); }

/* ── USP-balk ──────────────────────────────────────────────── */
.usp-balk {
  display: flex; flex-wrap: wrap; gap: 6px 26px; justify-content: center;
  background: var(--grad); color: #fff;
  padding: 9px clamp(16px, 4vw, 28px); font-size: 13.5px; font-weight: 700;
}
.usp-balk span { display: inline-flex; align-items: center; gap: 7px; }
.usp-balk svg { width: 14px; height: 14px; }

/* ── hero ──────────────────────────────────────────────────── */
.hero { padding: clamp(36px, 7vw, 72px) 0 clamp(28px, 5vw, 56px); }
.hero-split { display: grid; grid-template-columns: 1.15fr .85fr; gap: clamp(24px, 5vw, 56px); align-items: center; }
.eyebrow {
  display: inline-block; font-size: 13px; font-weight: 800; letter-spacing: .04em;
  text-transform: uppercase; color: var(--brand2); margin-bottom: 12px;
}
.tagline { font-size: clamp(17px, 2.2vw, 19.5px); color: var(--muted); margin: 16px 0 22px; max-width: 560px; }
.hero-chips { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 26px; }
.hero-chips a {
  background: var(--surface); border: 1.5px solid var(--line); color: var(--ink);
  font-size: 14px; padding: 8px 15px; border-radius: 999px; box-shadow: var(--shadow-1);
}
.hero-chips a:hover { border-color: var(--brand2); text-decoration: none; }

.knoppen { display: flex; flex-wrap: wrap; gap: 10px; align-items: center; }
.btn {
  display: inline-flex; align-items: center; gap: 9px; padding: 13px 26px;
  border-radius: 999px; font-weight: 800; font-size: 16px;
}
.btn.primair { background: var(--grad); color: #fff; box-shadow: 0 6px 20px rgba(246,91,138,.4); }
.btn.primair:hover { text-decoration: none; transform: translateY(-1px); }
.btn.stil { background: rgba(29,26,38,.06); color: var(--ink); }
.btn.stil:hover { text-decoration: none; background: rgba(29,26,38,.1); }
.store-note { font-size: 13px; color: var(--faint); font-weight: 600; width: 100%; }

/* ── telefoon-frames ───────────────────────────────────────── */
.phone {
  width: min(300px, 78vw); margin: 0 auto; border-radius: 42px; overflow: hidden;
  border: 7px solid #1D1A26; box-shadow: var(--shadow-2); background: #1D1A26;
}
.phone img { border-radius: 34px; }
.phone-caption { text-align: center; font-size: 13.5px; color: var(--faint); font-weight: 650; margin-top: 12px; }
.phone.klein { width: min(250px, 70vw); }

/* ── secties ───────────────────────────────────────────────── */
.sectie { padding: clamp(30px, 5vw, 54px) 0; }
.sectie.vlak { background: var(--surface); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(24px, 5vw, 60px); align-items: center; }
.split.omgekeerd > :first-child { order: 2; }
.sectie-kop { max-width: 640px; margin-bottom: clamp(18px, 3vw, 30px); }
.sectie-kop.midden { margin-inline: auto; text-align: center; }

.kaarten { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 14px; }
.kaart {
  background: var(--surface); border: 1px solid var(--line); border-radius: 18px;
  padding: 22px; box-shadow: var(--shadow-1);
}
.kaart .ik {
  width: 44px; height: 44px; border-radius: 13px; display: flex; align-items: center; justify-content: center;
  background: color-mix(in srgb, var(--brand2) 10%, var(--surface));
  color: var(--brand2); margin-bottom: 13px;
}
.kaart .ik svg { width: 22px; height: 22px; }
.kaart p { font-size: 15px; color: var(--muted); margin: 0; }
.kaart a.meer { font-size: 14px; display: inline-block; margin-top: 9px; }

.checklijst { list-style: none; margin: 14px 0 20px; }
.checklijst li { display: flex; gap: 11px; align-items: flex-start; margin-bottom: 10px; font-size: 16px; }
.checklijst svg { width: 19px; height: 19px; flex: none; color: var(--brand2); margin-top: 4px; }

/* ── prijs / endcap ────────────────────────────────────────── */
.endcap { text-align: center; padding: clamp(36px, 6vw, 64px) 0; }
.prijs {
  display: inline-flex; flex-direction: column; align-items: center; gap: 2px;
  background: var(--surface); border: 1.5px solid var(--line); border-radius: 22px;
  padding: 20px 42px; box-shadow: var(--shadow-1); margin-bottom: 18px;
}
.prijs strong { font-size: 42px; background: var(--grad); -webkit-background-clip: text; background-clip: text; color: transparent; }
.prijs span { font-size: 14px; color: var(--muted); font-weight: 650; }
.endcap p { max-width: 560px; margin-inline: auto; color: var(--muted); }

/* ── FAQ ───────────────────────────────────────────────────── */
.faq-blok { max-width: 720px; margin: 0 auto; }
.faq-item {
  background: var(--surface); border: 1px solid var(--line); border-radius: 14px;
  margin-bottom: 9px; box-shadow: var(--shadow-1); overflow: hidden;
}
.faq-item summary {
  cursor: pointer; padding: 15px 19px; font-weight: 750; font-size: 16px;
  list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 12px;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: "+"; font-size: 22px; font-weight: 700; color: var(--brand2); flex: none; }
.faq-item[open] summary::after { content: "–"; }
.faq-item p { padding: 0 19px 15px; color: var(--muted); font-size: 15.5px; margin: 0; }

/* ── kennisbank ────────────────────────────────────────────── */
.kb-lijst { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 14px; }
.kb-kaart {
  display: block; background: var(--surface); border: 1px solid var(--line);
  border-radius: 18px; padding: 22px; box-shadow: var(--shadow-1); color: var(--ink);
}
.kb-kaart:hover { text-decoration: none; border-color: var(--brand2); transform: translateY(-2px); transition: .15s; }
.kb-kaart h3 { color: var(--ink); }
.kb-kaart p { font-size: 14.5px; color: var(--muted); margin: 0; font-weight: 550; }
.kb-kaart .tag { display: inline-block; font-size: 12px; font-weight: 800; color: var(--brand2); text-transform: uppercase; letter-spacing: .05em; margin-bottom: 8px; }

/* artikel */
.artikel { max-width: 720px; margin: 0 auto; padding: clamp(28px, 5vw, 48px) 0; }
.artikel h1 { font-size: clamp(27px, 4.6vw, 38px); margin-bottom: 10px; }
.artikel .intro { font-size: 18.5px; color: var(--muted); margin-bottom: 24px; }
.artikel h2 { margin-top: 34px; }
.artikel ul, .artikel ol { margin: 0 0 16px 22px; }
.artikel li { margin-bottom: 7px; }
.cta-kader {
  background: color-mix(in srgb, var(--brand3) 7%, var(--surface));
  border: 1.5px solid color-mix(in srgb, var(--brand3) 30%, transparent);
  border-radius: 18px; padding: 22px; margin: 28px 0;
}
.cta-kader h3 { margin-bottom: 6px; }
.cta-kader p { font-size: 15px; color: var(--muted); margin-bottom: 14px; }
.verder-lezen { font-size: 15px; color: var(--muted); font-style: italic; margin-top: 28px; }

/* ── footer ────────────────────────────────────────────────── */
.site-footer { background: var(--surface); border-top: 1px solid var(--line); padding: clamp(30px, 5vw, 48px) 0 26px; margin-top: clamp(30px, 5vw, 54px); }
.footer-grid { display: grid; grid-template-columns: 1.2fr 1fr 1fr 1fr; gap: 26px; margin-bottom: 26px; }
.footer-grid h3 { font-size: 14px; text-transform: uppercase; letter-spacing: .05em; color: var(--faint); margin-bottom: 10px; }
.footer-grid a { display: block; color: var(--muted); font-size: 15px; font-weight: 650; padding: 3px 0; }
.footer-grid p { font-size: 14.5px; color: var(--muted); }
.footer-onder { border-top: 1px solid var(--line); padding-top: 16px; font-size: 13.5px; color: var(--faint); display: flex; flex-wrap: wrap; gap: 8px 20px; justify-content: space-between; font-weight: 600; }

/* ── video in telefoonframe ────────────────────────────────── */
.phone video { display: block; width: 100%; border-radius: 34px; background: #1D1A26; }

/* ── kruimelpad ────────────────────────────────────────────── */
.kruimel { font-size: 13.5px; color: var(--faint); margin-bottom: 14px; font-weight: 650; }
.kruimel a { color: var(--faint); font-weight: 650; }
.kruimel a:hover { color: var(--ink); }

/* ── artikel-meta en artikel-figuur ────────────────────────── */
.artikel-meta { font-size: 13.5px; color: var(--faint); font-weight: 650; margin: 2px 0 20px; }
.artikel .fig { margin: 28px auto; }

/* ── lanceringsformulier ───────────────────────────────────── */
.notify { display: flex; flex-wrap: wrap; gap: 8px; max-width: 460px; margin: 16px auto 8px; justify-content: center; }
.notify input[type="email"] {
  flex: 1; min-width: 210px; padding: 12px 16px; border-radius: 999px;
  border: 1.5px solid var(--line); font: inherit; font-size: 16px;
  background: var(--surface); color: var(--ink);
}
.notify input[type="email"]:focus { outline: none; border-color: var(--brand3); }
.notify button { border: 0; cursor: pointer; font: inherit; }
.notify-status { font-size: 14px; color: var(--muted); font-weight: 650; min-height: 20px; margin: 0; }
.hp-veld { position: absolute; left: -9999px; opacity: 0; pointer-events: none; }

/* ── duo-telefoons (functies) ──────────────────────────────── */
.duo-telefoons { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; max-width: 660px; margin: 28px auto; }
.duo-telefoons .phone { width: min(260px, 90%); }
@media (max-width: 620px) { .duo-telefoons { grid-template-columns: 1fr; } }

/* ── functie-tegels ────────────────────────────────────────── */
.tegels { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 14px; margin: 26px 0; }
.tegel { border-radius: 18px; padding: 22px; border: 1px solid var(--line); background: var(--surface); box-shadow: var(--shadow-1); }
.tegel h2 { font-size: 20px; margin: 12px 0 8px; }
.tegel > p { font-size: 15px; color: var(--muted); margin-bottom: 10px; }
.tegel ul { list-style: none; margin: 0 0 10px; }
.tegel li { font-size: 14.5px; color: var(--muted); padding-left: 19px; position: relative; margin-bottom: 7px; }
.tegel li::before { content: ""; position: absolute; left: 3px; top: 8px; width: 7px; height: 7px; border-radius: 99px; background: currentColor; opacity: .35; }
.tegel .ik { width: 44px; height: 44px; border-radius: 13px; display: flex; align-items: center; justify-content: center; background: rgba(255,255,255,.72); }
.tegel .ik svg { width: 22px; height: 22px; }
.tegel a.meer { font-size: 14px; font-weight: 700; }
.tegel-koraal { background: color-mix(in srgb, var(--brand1) 9%, var(--surface)); border-color: color-mix(in srgb, var(--brand1) 24%, transparent); }
.tegel-koraal .ik { color: var(--brand1); }
.tegel-roze { background: color-mix(in srgb, var(--brand2) 8%, var(--surface)); border-color: color-mix(in srgb, var(--brand2) 22%, transparent); }
.tegel-roze .ik { color: var(--brand2); }
.tegel-paars { background: color-mix(in srgb, var(--brand3) 8%, var(--surface)); border-color: color-mix(in srgb, var(--brand3) 22%, transparent); }
.tegel-paars .ik { color: var(--brand3); }
.tegel-mint { background: color-mix(in srgb, #2FB59B 9%, var(--surface)); border-color: color-mix(in srgb, #2FB59B 24%, transparent); }
.tegel-mint .ik { color: #1E8A76; }
.tegel-boter { background: color-mix(in srgb, #F5A623 10%, var(--surface)); border-color: color-mix(in srgb, #F5A623 26%, transparent); }
.tegel-boter .ik { color: #B87709; }
.tegel-lucht { background: color-mix(in srgb, #3E8DE3 8%, var(--surface)); border-color: color-mix(in srgb, #3E8DE3 22%, transparent); }
.tegel-lucht .ik { color: #2668B8; }

/* ── store-badges (eigen stijl, zoals babytracker) ─────────── */
.badges { display: flex; gap: 10px; justify-content: center; flex-wrap: wrap; margin: 16px 0 8px; }
.store-badge {
  display: inline-flex; align-items: center; gap: 11px; text-align: left;
  background: var(--ink); color: #fff; border-radius: 14px; padding: 10px 18px;
}
.store-badge:hover { text-decoration: none; opacity: .92; }
.store-badge[aria-disabled="true"] { cursor: default; }
.store-badge svg { width: 26px; height: 26px; flex: none; }
.store-badge small { display: block; font-size: 11px; opacity: .75; font-weight: 650; line-height: 1.1; }
.store-badge strong { display: block; font-size: 16px; line-height: 1.15; }
.prijs-noot { font-size: 13px; color: var(--faint); font-weight: 600; }

/* ── responsief ────────────────────────────────────────────── */
@media (max-width: 800px) {
  .hero-split, .split, .split.omgekeerd { grid-template-columns: 1fr; }
  .split.omgekeerd > :first-child { order: 0; }
  .hero-split .phone { margin-top: 8px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .header-inner { flex-wrap: wrap; row-gap: 2px; padding-bottom: 8px; }
  .nav {
    margin-left: -4px; width: 100%; gap: 0; flex-wrap: nowrap;
    overflow-x: auto; -webkit-overflow-scrolling: touch; scrollbar-width: none;
  }
  .nav::-webkit-scrollbar { display: none; }
  .nav a { padding: 7px 9px; font-size: 14px; white-space: nowrap; }
}
