/* ===================================================
   Talent Ontdekken — Gedeelde site stijlen
   =================================================== */

@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@400;600;700;800;900&display=swap');

:root {
  --blauw:       #0f3460;
  --blauw-mid:   #16213e;
  --blauw-donker:#1a1a2e;
  --oranje:      #e8a020;
  --oranje-dark: #c88a10;
  --rood:        #c0392b;
  --tekst:       #1e2b3a;
  --muted:       #6b7a8d;
  --rand:        #dde5ee;
  --bg:          #f7f9fc;
  --wit:         #ffffff;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: 'Nunito', sans-serif; color: var(--tekst); background: var(--wit); line-height: 1.7; font-size: 16px; }

/* ---- NAVBAR ---- */
.to-navbar { background: var(--blauw-donker) !important; padding: 12px 0; }
.to-navbar .navbar-brand img { height: 40px; }
.to-navbar .navbar-brand span { font-size: 1.1rem; font-weight: 800; color: #fff; letter-spacing: -0.01em; }
.to-navbar .nav-link { color: rgba(255,255,255,0.8) !important; font-weight: 600; font-size: 0.92rem; padding: 6px 14px !important; border-radius: 6px; transition: all 0.15s; }
.to-navbar .nav-link:hover, .to-navbar .nav-link.active { color: #fff !important; background: rgba(255,255,255,0.1); }
.to-navbar .nav-cta { background: var(--oranje) !important; color: #fff !important; padding: 7px 18px !important; }
.to-navbar .nav-cta:hover { background: var(--oranje-dark) !important; }

/* ---- HERO VARIANTEN ---- */
.hero-main { background: linear-gradient(135deg, var(--blauw-donker) 0%, var(--blauw-mid) 50%, var(--blauw) 100%); min-height: 88vh; display: flex; align-items: center; position: relative; overflow: hidden; }
.hero-main::before { content: ''; position: absolute; top: -100px; right: -100px; width: 500px; height: 500px; border-radius: 50%; background: rgba(232,160,32,0.07); pointer-events: none; }
.hero-main::after { content: ''; position: absolute; bottom: -120px; left: 5%; width: 300px; height: 300px; border-radius: 50%; background: rgba(255,255,255,0.03); pointer-events: none; }
.hero-page { background: linear-gradient(135deg, var(--blauw-donker) 0%, var(--blauw) 100%); padding: 72px 0 56px; }
.hero-page h1 { font-size: 2.2rem; font-weight: 900; color: #fff; }
.hero-page .lead { color: rgba(255,255,255,0.82); font-size: 1.05rem; }
.hero-breadcrumb { color: rgba(255,255,255,0.5); font-size: 0.82rem; margin-bottom: 12px; }
.hero-breadcrumb a { color: rgba(255,255,255,0.6); text-decoration: none; }
.hero-breadcrumb a:hover { color: var(--oranje); }

/* ---- BADGES ---- */
.badge-oranje { background: var(--oranje); color: #fff; font-size: 0.78rem; font-weight: 700; padding: 5px 13px; border-radius: 20px; letter-spacing: 0.04em; display: inline-block; }
.badge-rood { background: var(--rood); color: #fff; font-size: 0.78rem; font-weight: 700; padding: 5px 13px; border-radius: 20px; display: inline-block; }
.badge-outline { border: 1px solid var(--oranje); color: var(--oranje); background: rgba(232,160,32,0.1); font-size: 0.78rem; font-weight: 700; padding: 5px 13px; border-radius: 20px; display: inline-block; }

/* ---- SECTIES ---- */
.section-label { font-size: 0.75rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.1em; color: var(--oranje); margin-bottom: 8px; }
.section-title { font-size: 1.9rem; font-weight: 900; color: var(--blauw-donker); line-height: 1.25; }
.section-title-sm { font-size: 1.3rem; font-weight: 800; color: var(--blauw); border-left: 4px solid var(--oranje); padding-left: 12px; }
.bg-licht { background: var(--bg); }

/* ---- KNOPPEN ---- */
.btn-to { background: var(--oranje); color: #fff; font-weight: 700; border: none; padding: 13px 32px; border-radius: 8px; font-size: 0.95rem; text-decoration: none; display: inline-block; transition: background 0.2s, transform 0.1s; cursor: pointer; }
.btn-to:hover { background: var(--oranje-dark); color: #fff; transform: translateY(-1px); }
.btn-to-outline { background: transparent; color: var(--oranje); border: 2px solid var(--oranje); font-weight: 700; padding: 11px 30px; border-radius: 8px; font-size: 0.95rem; text-decoration: none; display: inline-block; transition: all 0.2s; }
.btn-to-outline:hover { background: var(--oranje); color: #fff; }
.btn-blauw { background: var(--blauw); color: #fff; font-weight: 700; border: none; padding: 13px 32px; border-radius: 8px; font-size: 0.95rem; text-decoration: none; display: inline-block; transition: background 0.2s; }
.btn-blauw:hover { background: var(--blauw-mid); color: #fff; }

/* ---- KAARTEN ---- */
.card-to { background: #fff; border: 1px solid var(--rand); border-radius: 14px; padding: 28px; height: 100%; transition: box-shadow 0.2s, transform 0.2s; }
.card-to:hover { box-shadow: 0 8px 28px rgba(15,52,96,0.1); transform: translateY(-2px); }
.card-to .card-icon { width: 48px; height: 48px; background: rgba(15,52,96,0.08); border-radius: 12px; display: flex; align-items: center; justify-content: center; margin-bottom: 16px; }
.card-to h3 { font-size: 1.05rem; font-weight: 800; color: var(--blauw-donker); margin-bottom: 8px; }
.card-to p { font-size: 0.92rem; color: var(--muted); margin: 0; }
.info-card { background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.15); border-radius: 12px; padding: 18px 20px; }
.info-card .label { font-size: 0.72rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.08em; color: var(--oranje); margin-bottom: 4px; }
.info-card .value { font-size: 0.98rem; font-weight: 800; color: #fff; }
.info-card .sub { font-size: 0.82rem; color: rgba(255,255,255,0.6); margin-top: 2px; }

/* ---- DOWNLOAD KAART ---- */
.download-card { background: #fff; border: 1px solid var(--rand); border-radius: 12px; padding: 20px 24px; display: flex; align-items: center; gap: 16px; transition: box-shadow 0.15s; text-decoration: none; color: var(--tekst); }
.download-card:hover { box-shadow: 0 4px 16px rgba(15,52,96,0.1); color: var(--tekst); }
.download-card .dl-icon { width: 44px; height: 44px; background: rgba(15,52,96,0.08); border-radius: 10px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.download-card .dl-title { font-weight: 700; font-size: 0.95rem; margin-bottom: 2px; }
.download-card .dl-meta { font-size: 0.8rem; color: var(--muted); }
.download-card .dl-arrow { margin-left: auto; color: var(--oranje); flex-shrink: 0; }

/* ---- CHECKLIST ---- */
.check-list { list-style: none; padding: 0; }
.check-list li { padding: 5px 0; display: flex; gap: 10px; align-items: flex-start; font-size: 0.93rem; }
.check-list li::before { content: "✓"; color: var(--oranje); font-weight: 800; flex-shrink: 0; margin-top: 1px; }

/* ---- MODULE GRID ---- */
.module-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
@media (max-width: 576px) { .module-grid { grid-template-columns: 1fr; } }
.module-item { display: flex; gap: 10px; align-items: flex-start; padding: 10px 12px; background: var(--bg); border: 1px solid var(--rand); border-radius: 8px; }
.module-num { background: var(--blauw); color: #fff; font-size: 0.72rem; font-weight: 800; width: 22px; height: 22px; border-radius: 50%; display: flex; align-items: center; justify-content: center; flex-shrink: 0; margin-top: 2px; }
.module-title { font-weight: 700; color: var(--blauw-donker); font-size: 0.88rem; line-height: 1.4; }

/* ---- PRIJS BOX ---- */
.price-box { background: #fff; border: 2px solid var(--blauw); border-radius: 16px; padding: 28px; text-align: center; }
.price-old { font-size: 1.05rem; color: #aaa; text-decoration: line-through; margin-bottom: 0; }
.price-new { font-size: 2.6rem; font-weight: 900; color: var(--rood); line-height: 1; }
.price-label { font-size: 0.8rem; color: var(--muted); margin-top: 4px; }
.intro-banner { background: #fff8ed; border: 1px solid var(--oranje); border-radius: 8px; padding: 12px 16px; margin-bottom: 16px; font-size: 0.88rem; }

/* ---- CERT BOX ---- */
.cert-box { background: linear-gradient(135deg, var(--blauw), var(--blauw-donker)); color: #fff; border-radius: 16px; padding: 24px 28px; }

/* ---- HIGHLIGHT ---- */
.highlight-bar { background: #f0f4ff; border-left: 4px solid var(--blauw); border-radius: 0 8px 8px 0; padding: 14px 18px; font-size: 0.93rem; }
.highlight-orange { background: #fff8ed; border-left: 4px solid var(--oranje); border-radius: 0 8px 8px 0; padding: 14px 18px; font-size: 0.93rem; }

/* ---- FOOTER ---- */
.to-footer { background: var(--blauw-donker); color: rgba(255,255,255,0.75); padding: 56px 0 24px; }
.to-footer h5 { color: #fff; font-weight: 800; font-size: 0.9rem; text-transform: uppercase; letter-spacing: 0.08em; margin-bottom: 16px; }
.to-footer a { color: rgba(255,255,255,0.65); text-decoration: none; font-size: 0.9rem; display: block; margin-bottom: 8px; transition: color 0.15s; }
.to-footer a:hover { color: var(--oranje); }
.to-footer .footer-bottom { border-top: 1px solid rgba(255,255,255,0.1); margin-top: 40px; padding-top: 20px; font-size: 0.82rem; color: rgba(255,255,255,0.4); }
.to-footer .footer-logo { font-size: 1.2rem; font-weight: 900; color: #fff; margin-bottom: 10px; }
.to-footer .footer-tagline { font-size: 0.88rem; color: rgba(255,255,255,0.5); margin-bottom: 20px; }

/* ---- WHATSAPP KNOP ---- */
.wa-btn { position: fixed; bottom: 24px; right: 24px; z-index: 9999; width: 56px; height: 56px; background: #25D366; border-radius: 50%; display: flex; align-items: center; justify-content: center; box-shadow: 0 4px 16px rgba(0,0,0,0.2); text-decoration: none; transition: transform 0.2s, box-shadow 0.2s; }
.wa-btn:hover { transform: scale(1.08); box-shadow: 0 6px 24px rgba(0,0,0,0.25); }
.wa-btn svg { width: 30px; height: 30px; }

/* ---- COOKIE BANNER ---- */
#cookie-banner { position: fixed; bottom: 0; left: 0; right: 0; z-index: 9998; background: var(--blauw-donker); color: rgba(255,255,255,0.88); padding: 16px 24px; display: flex; align-items: center; gap: 16px; flex-wrap: wrap; box-shadow: 0 -4px 20px rgba(0,0,0,0.2); font-size: 0.88rem; transform: translateY(100%); transition: transform 0.4s ease; }
#cookie-banner.show { transform: translateY(0); }
#cookie-banner a { color: var(--oranje); }
#cookie-banner .cookie-btns { display: flex; gap: 8px; margin-left: auto; flex-shrink: 0; }
#cookie-banner button { font-size: 0.85rem; font-weight: 700; border: none; padding: 8px 18px; border-radius: 6px; cursor: pointer; }
.cookie-accept { background: var(--oranje); color: #fff; }
.cookie-decline { background: rgba(255,255,255,0.15); color: #fff; }

/* ---- CONTACT STRIP ---- */
.contact-strip-bar { background: var(--bg); border-top: 3px solid var(--oranje); padding: 20px 0; }
.contact-strip-item { display: flex; align-items: center; gap: 12px; }
.contact-strip-icon { width: 40px; height: 40px; background: var(--blauw); border-radius: 50%; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.contact-strip-label { font-size: 0.75rem; font-weight: 700; color: var(--muted); text-transform: uppercase; letter-spacing: 0.06em; }
.contact-strip-value { font-size: 0.95rem; font-weight: 700; color: var(--blauw); text-decoration: none; }
.contact-strip-value:hover { color: var(--oranje); }

/* ---- UTIL ---- */
.text-oranje { color: var(--oranje); }
.text-blauw { color: var(--blauw); }
.fw-900 { font-weight: 900; }
.caveat { font-size: 0.8rem; color: var(--muted); line-height: 1.5; }
hr.to { border-color: var(--rand); opacity: 1; }
