/* ══════════════════════════════════════════════════════════
   Yippie Bijles — site-specifieke stijlen
   Bouwt voort op styles.css (gedeeld met yippievoordeklas.nl).
   ══════════════════════════════════════════════════════════ */

/* ── Nav: zes menu-items + twee knoppen ─────────────────── */
.nav-links { gap: 24px; }
.nav-links a { font-size: .9rem; }
@media (max-width: 1100px) {
  .nav-links { gap: 18px; }
  .nav-cta .btn-paper { display: none; }
}

/* ── Kaartenbak (zekerheden / aanbod) ───────────────────── */
.zeker-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px 28px; }
.zeker {
  padding: 26px 26px 24px; display: flex; flex-direction: column; min-height: 100%;
  transition: transform .25s cubic-bezier(.22,1,.36,1), box-shadow .25s;
}
.zeker:hover { box-shadow: var(--shadow-lift); }
.zeker:nth-child(3n+1) { transform: rotate(-.8deg); }
.zeker:nth-child(3n+2) { transform: rotate(.6deg) translateY(10px); }
.zeker:nth-child(3n+3) { transform: rotate(-.4deg); }
.zeker:hover { transform: rotate(0) translateY(-4px); }
.zeker-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 18px; }
.zeker-num { font-family: var(--font-hand); font-weight: 700; font-size: 1.9rem; color: var(--coral-2); line-height: 1; }
.zeker-title { font-size: 1.32rem; margin-bottom: 8px; }
.zeker-desc { font-size: .95rem; color: var(--ink-2); line-height: 1.65; flex: 1; }
.zeker-tag { margin-top: 18px; align-self: flex-start; }

/* handgetekende iconen */
.ink-ico { fill: none; stroke: var(--ink); stroke-width: 2.4; stroke-linecap: round; stroke-linejoin: round; }
.ink-ico .blob { fill: var(--coral-soft); stroke: none; opacity: .75; }
.chalk-ico { fill: none; stroke: var(--chalk); stroke-width: 2.2; stroke-linecap: round; stroke-linejoin: round; }

/* ── Aanbod: twee systeemkaartjes ───────────────────────── */
.aanbod-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: stretch; }
.aanbod-card { padding: 34px 32px 30px; display: flex; flex-direction: column; }
.aanbod-card .tag { position: absolute; top: -12px; left: 22px; }
.aanbod-head { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-bottom: 14px; min-height: 48px; }
.aanbod-name { font-size: 1.75rem; }
.aanbod-art { width: 70px; height: 70px; flex-shrink: 0; }
.aanbod-art svg { width: 100%; height: 100%; }
.aanbod-card p { color: var(--ink-2); line-height: 1.7; margin-bottom: 14px; }
.aanbod-card .where {
  display: flex; flex-wrap: wrap; gap: 8px; margin: 4px 0 22px;
}
.aanbod-card .where span {
  font-size: .8rem; font-weight: 800; color: var(--ink-2);
  border: 1.5px dashed var(--ink-3); border-radius: 4px; padding: 4px 9px 3px;
}
.aanbod-card .btn { margin-top: auto; align-self: flex-start; }

/* ── Cijfers op het schoolbord ──────────────────────────── */
.cijfers { display: grid; grid-template-columns: repeat(4, 1fr); gap: 28px; margin-top: 56px; }
.cijfer { text-align: center; padding: 10px 8px; }
.cijfer-num {
  position: relative; display: inline-block;
  font-family: var(--font-hand); font-weight: 700; font-size: 4.4rem; line-height: 1;
  color: var(--chalk); padding: 6px 18px;
}
.cijfer-num svg { position: absolute; inset: -8px -10px; width: calc(100% + 20px); height: calc(100% + 16px); pointer-events: none; }
.cijfer-num svg path { fill: none; stroke: var(--coral-soft); stroke-width: 3; stroke-linecap: round; opacity: .85; }
.cijfer-lbl { font-size: .95rem; color: var(--chalk-dim); line-height: 1.5; margin-top: 14px; max-width: 220px; margin-left: auto; margin-right: auto; }

/* ── Uitgelichte quote ──────────────────────────────────── */
.quote-pull { max-width: 820px; margin: 0 auto; text-align: center; position: relative; padding-top: 30px; }
.quote-pull::before {
  content: '\201C';
  position: absolute; top: -34px; left: 50%; transform: translateX(-50%);
  font-family: var(--font-display); font-size: 9rem; font-weight: 700; line-height: 1;
  color: var(--coral-soft); pointer-events: none;
}
.quote-pull blockquote {
  font-family: var(--font-display); font-style: italic; font-weight: 500;
  font-size: clamp(1.4rem, 2.8vw, 2rem); line-height: 1.4; color: var(--ink);
  letter-spacing: -.01em; margin-bottom: 22px; position: relative;
}
.quote-attr { display: inline-flex; align-items: center; gap: 16px; flex-wrap: wrap; justify-content: center; }
.quote-attr .hand { color: var(--ink-2); }

/* papieren briefjes op het schoolbord blijven inkt-kleurig */
.board .sticky:not(.coral) h1, .board .sticky:not(.coral) h2, .board .sticky:not(.coral) h3 { color: var(--ink); }
.board .sticky:not(.coral) p { color: var(--ink-2); }

/* ── Aanpak: tekst op schriftpapier ─────────────────────── */
.aanpak-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 64px; align-items: start; }
.aanpak-text p { color: var(--ink-2); line-height: 1.85; font-size: 1.03rem; margin-bottom: 18px; }
.aanpak-text p strong { color: var(--ink); }
.aanpak-side { display: flex; flex-direction: column; gap: 34px; padding-top: 24px; }
.aanpak-side .sticky h3 { font-size: 1.35rem; margin-bottom: 10px; }
.aanpak-side .sticky p { font-size: .95rem; line-height: 1.6; color: var(--ink-2); }
.aanpak-side .sticky.coral p { color: rgba(255,255,255,.92); }
.aanpak-side .sticky.coral h3 { color: #fff; }
.check-list { list-style: none; display: flex; flex-direction: column; gap: 10px; margin: 6px 0 4px; }
.check-list li { display: flex; align-items: flex-start; gap: 10px; font-size: .95rem; font-weight: 700; color: var(--ink); line-height: 1.5; }
.check-list li svg { width: 22px; height: 22px; flex-shrink: 0; margin-top: 2px; }
.check-list li svg rect { fill: none; stroke: var(--ink); stroke-width: 2; }
.check-list li svg path { fill: none; stroke: var(--coral-2); stroke-width: 3; stroke-linecap: round; stroke-linejoin: round; }

/* ── Aanmelden ──────────────────────────────────────────── */
.aanmeld-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 64px; align-items: start; }
.aanmeld-left h2 { margin-bottom: 16px; }
.aanmeld-left > p { color: var(--ink-2); line-height: 1.75; margin-bottom: 30px; font-size: 1.05rem; }
.visit-card { padding: 26px 28px 24px; }
.visit-card .stamp { position: absolute; right: 18px; top: -16px; }
.contact-item { display: flex; align-items: flex-start; gap: 14px; padding: 13px 0; border-bottom: 1.5px dashed var(--rule); }
.contact-item:first-child { padding-top: 0; }
.contact-item:last-child { border-bottom: none; padding-bottom: 0; }
.ci-icon { width: 34px; height: 34px; flex-shrink: 0; }
.ci-icon svg { width: 100%; height: 100%; }
.ci-label { font-size: .72rem; color: var(--ink-3); font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.ci-val { font-size: .98rem; font-weight: 700; line-height: 1.45; }
.ci-val a { text-decoration: none; border-bottom: 2px solid var(--coral-soft); }
.ci-val a:hover { border-color: var(--coral-2); }
.hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.form-note { font-size: .82rem; color: var(--ink-3); margin-top: 14px; line-height: 1.5; }

/* ── Stappen (plaknotities) ─────────────────────────────── */
.stappen { position: relative; display: grid; grid-template-columns: repeat(3, 1fr); gap: 36px; align-items: start; }
.stappen-path { position: absolute; left: 4%; right: 4%; top: 42%; height: 120px; z-index: 0; pointer-events: none; }
.stappen-path path { fill: none; stroke: var(--ink-3); stroke-width: 2.5; stroke-dasharray: 7 9; stroke-linecap: round; opacity: .7; }
.stap { padding: 30px 28px 30px; position: relative; z-index: 1; }
.stap:nth-child(2) { margin-top: 34px; }
.stap:nth-child(3) { margin-top: 68px; }
.stap-num {
  font-family: var(--font-display); font-weight: 700; font-size: 3.6rem; line-height: 1;
  color: var(--ink); opacity: .16; position: absolute; right: 22px; top: 16px; letter-spacing: -.04em;
}
.sticky.coral .stap-num { color: #fff; opacity: .25; }
.stap-kicker { font-family: var(--font-hand); font-weight: 600; font-size: 1.3rem; color: var(--ink-2); margin-bottom: 8px; }
.sticky.coral .stap-kicker { color: rgba(255,255,255,.85); }
.stap-title { font-size: 1.5rem; margin-bottom: 12px; }
.sticky.coral .stap-title { color: #fff; }
.stap-desc { font-size: .97rem; line-height: 1.7; color: var(--ink-2); }
.sticky.coral .stap-desc { color: rgba(255,255,255,.92); }

/* ── Locaties ───────────────────────────────────────────── */
.loc-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.loc { padding: 28px 26px 24px; }
.loc .tag { position: absolute; top: -12px; left: 20px; }
.loc-head { display: flex; align-items: center; gap: 14px; margin-bottom: 12px; margin-top: 6px; }
.loc-ico { width: 44px; height: 44px; flex-shrink: 0; }
.loc-ico svg { width: 100%; height: 100%; }
.loc h3 { font-size: 1.3rem; }
.loc p { font-size: .93rem; color: var(--ink-2); line-height: 1.6; }
.loc .muted { display: block; margin-top: 10px; font-size: .82rem; }

/* ── Tarieven ───────────────────────────────────────────── */
.prijs-groep { margin-bottom: 72px; }
.prijs-groep:last-child { margin-bottom: 0; }
.prijs-groep-hdr { display: flex; align-items: baseline; gap: 18px; margin-bottom: 40px; flex-wrap: wrap; }
.prijs-groep-hdr h2 { font-size: clamp(1.8rem, 3.4vw, 2.5rem); margin: 0; }
.prijs-groep-hdr .hand { font-size: 1.5rem; }
.prijs-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px 28px; align-items: stretch; }
.prijs { padding: 30px 28px 28px; display: flex; flex-direction: column; text-align: left; }
.prijs .tag { position: absolute; top: -12px; right: 20px; }
.prijs-uren { font-family: var(--font-hand); font-weight: 600; font-size: 1.5rem; color: var(--ink-2); line-height: 1; margin-bottom: 14px; }
.prijs-bedrag { display: flex; align-items: baseline; gap: 6px; margin-bottom: 4px; }
.prijs-euro { font-family: var(--font-display); font-weight: 700; font-size: 1.6rem; color: var(--coral-2); }
.prijs-num { font-family: var(--font-display); font-weight: 700; font-size: 3.6rem; line-height: 1; letter-spacing: -.03em; color: var(--ink); }
.prijs-per { font-size: .95rem; font-weight: 700; color: var(--ink-3); }
.prijs-uur { font-size: .85rem; color: var(--ink-3); margin-bottom: 22px; }
.prijs .btn { margin-top: auto; }
.prijs.voordeligst { border-color: var(--ink); box-shadow: var(--hard); }

/* ── CTA-band ───────────────────────────────────────────── */
.cta-band {
  display: grid; grid-template-columns: 1fr auto; gap: 48px; align-items: center;
  padding: 44px 48px;
}
.cta-band h2 { font-size: clamp(1.7rem, 3.2vw, 2.4rem); margin-bottom: 10px; }
.cta-band p { color: var(--ink-2); font-size: 1rem; line-height: 1.7; max-width: 560px; }
.cta-band-btns { display: flex; flex-direction: column; gap: 12px; flex-shrink: 0; }

/* ── Blog ───────────────────────────────────────────────── */
.blog-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 36px 32px; }
.post-card { padding: 34px 30px 28px; display: flex; flex-direction: column; text-decoration: none; color: inherit; transition: transform .25s cubic-bezier(.22,1,.36,1), box-shadow .25s; }
.post-card:hover { box-shadow: var(--shadow-lift); transform: translateY(-4px) rotate(0) !important; }
.post-card .clip { position: absolute; left: 18px; top: -16px; width: 22px; height: 56px; transform: rotate(-6deg); }
.post-card .clip path { fill: none; stroke: var(--ink-3); stroke-width: 2.2; stroke-linecap: round; }
.post-meta { font-size: .74rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; color: var(--ink-3); margin-bottom: 12px; }
.post-card h3 { font-size: 1.55rem; margin-bottom: 10px; }
.post-card p { font-size: .97rem; color: var(--ink-2); line-height: 1.65; flex: 1; margin-bottom: 18px; }
.post-card .arrow-link { align-self: flex-start; }

/* artikel */
.artikel { max-width: 720px; margin: 0 auto; }
.artikel-body { padding: 8px 0 0; }
.artikel-body p { font-size: 1.08rem; line-height: 1.85; color: var(--ink-2); margin-bottom: 20px; }
.artikel-body p strong { color: var(--ink); }
.artikel-body h2 { font-size: clamp(1.5rem, 2.6vw, 1.9rem); margin: 40px 0 14px; }
.artikel-body h2:first-child { margin-top: 0; }
.artikel-body ul { margin: 0 0 20px 22px; color: var(--ink-2); line-height: 1.8; }
.artikel-lead { font-size: 1.18rem; line-height: 1.7; color: var(--ink-2); }
.artikel-cta { margin-top: 56px; }
.artikel-nav { display: flex; justify-content: space-between; gap: 20px; margin-top: 48px; padding-top: 24px; border-top: 1.5px dashed var(--rule); flex-wrap: wrap; }

/* ── Praktische info (examentraining) ───────────────────── */
.info-card { padding: 34px 36px 32px; }
.info-card .stamp { position: absolute; right: 22px; top: -18px; }
.info-card h3 { font-size: 1.6rem; margin: 10px 0 18px; }
.info-row { display: flex; align-items: flex-start; gap: 14px; padding: 13px 0; border-bottom: 1.5px dashed var(--rule); }
.info-row:first-of-type { padding-top: 0; }
.info-row:last-of-type { border-bottom: none; }
.info-row .ci-icon { margin-top: 2px; }
.info-row .ci-val { font-size: 1rem; }
.info-card .btn { margin-top: 22px; }

/* ── Mini-collage in de page-hero ───────────────────────── */
.mini-collage { position: relative; width: 100%; max-width: 360px; aspect-ratio: 1 / .9; container-type: inline-size; }
.mc-a { position: absolute; left: 0; top: 6%; width: 62%; padding: 6cqw 6cqw 7cqw; transform: rotate(-3deg); z-index: 2; }
.mc-b { position: absolute; right: 0; bottom: 4%; width: 64%; padding: 6cqw 6cqw 6cqw; transform: rotate(2.5deg); z-index: 3; }
.mc-kicker { font-size: 3.4cqw; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; color: var(--ink-3); margin-bottom: 1.6cqw; }
.mc-title { font-family: var(--font-display); font-weight: 700; font-size: 6cqw; line-height: 1.08; margin-bottom: 2cqw; color: var(--ink); }
.mc-meta { font-size: 3.8cqw; line-height: 1.45; color: var(--ink-2); }
.mc-big { font-family: var(--font-hand); font-weight: 700; font-size: 13cqw; line-height: 1; color: var(--coral-2); margin: 1cqw 0 2cqw; }
.mc-big small { font-size: 4cqw; font-family: var(--font-body); font-weight: 800; color: var(--ink-3); margin-left: 1cqw; }
.mc-stamp { position: absolute; right: -2%; top: -4%; z-index: 4; }
.sticky.coral .mc-kicker { color: rgba(255,255,255,.8); }
.sticky.coral .mc-meta { color: rgba(255,255,255,.92); }
.sticky.coral .mc-title { color: #fff; }
.sticky.coral .mc-big { color: #fff; }
.sticky.coral .mc-big small { color: rgba(255,255,255,.8); }
.page-hero .hero-ctas { display: flex; gap: 14px; flex-wrap: wrap; align-items: center; margin-top: 30px; }

/* ── 404 ────────────────────────────────────────────────── */
.not-found { min-height: 100vh; display: flex; align-items: center; justify-content: center; text-align: center; padding: 120px 24px 60px; }
.nf-inner { max-width: 520px; }
.nf-code { font-family: var(--font-hand); font-weight: 700; font-size: 8rem; line-height: 1; color: var(--coral-2); margin-bottom: 8px; }
.nf-title { font-size: 2rem; margin-bottom: 14px; }
.nf-desc { color: var(--ink-2); line-height: 1.75; margin-bottom: 32px; }
.nf-actions { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }

/* ── Responsive ─────────────────────────────────────────── */
@media (max-width: 1024px) {
  .zeker-grid, .prijs-grid, .loc-grid { grid-template-columns: 1fr 1fr; }
  .cijfers { grid-template-columns: 1fr 1fr; gap: 36px 20px; }
  .aanpak-grid { gap: 40px; }
}
@media (max-width: 860px) {
  .aanbod-grid { grid-template-columns: 1fr; gap: 36px; }
  .aanpak-grid { grid-template-columns: 1fr; }
  .aanpak-side { padding-top: 10px; }
  .aanmeld-grid { grid-template-columns: 1fr; gap: 48px; }
  .stappen { grid-template-columns: 1fr; max-width: 460px; margin: 0 auto; }
  .stap:nth-child(2), .stap:nth-child(3) { margin-top: 0; }
  .stappen-path { display: none; }
  .cta-band { grid-template-columns: 1fr; padding: 36px 28px; }
  .cta-band-btns { flex-direction: row; flex-wrap: wrap; }
  .blog-grid { grid-template-columns: 1fr; }
}
@media (max-width: 600px) {
  .zeker-grid, .prijs-grid, .loc-grid { grid-template-columns: 1fr; }
  .zeker:nth-child(n) { transform: none; }
  .cijfers { grid-template-columns: 1fr 1fr; }
  .cijfer-num { font-size: 3.4rem; }
}

/* op smalle schermen de rode kantlijn links van de tekst houden */
@media (max-width: 600px) {
  .margin-line::before, #hero::before, .page-hero::before { left: 11px; }
}
