/*
Theme Name: Dare2B Navigator
Theme URI: https://www.dare2b-coaching.nl/
Author: Dare2B Coaching
Description: Een rustig, modern WordPress-thema voor coaching van hoogbegaafde kinderen.
Version: 1.0.8
Text Domain: dare2b-navigator
*/

:root {
  --navy: #103861;
  --navy-deep: #082844;
  --blue: #2e718c;
  --orange: #ed8b2f;
  --orange-deep: #c9671d;
  --green: #23ad68;
  --green-deep: #147a48;
  --sky: #e3f2ee;
  --mint: #dcf7e8;
  --yellow: #fff0af;
  --coral: #ffe0db;
  --ink: #15304d;
  --muted: #5b7087;
  --paper: #fffaf4;
  --white: #fff;
  --line: #dce7f1;
  --radius: 28px;
  --shadow: 0 18px 55px rgba(16, 56, 97, .13);
  --wrap: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-rounded, "Segoe UI", system-ui, sans-serif;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
}
a { color: var(--blue); }
img { max-width: 100%; height: auto; }
button, input, textarea, select { font: inherit; }
a:focus-visible, button:focus-visible, input:focus-visible, textarea:focus-visible {
  outline: 3px solid #ffbd2e;
  outline-offset: 3px;
}
.wrap { width: min(calc(100% - 40px), var(--wrap)); margin-inline: auto; }
.narrow { width: min(calc(100% - 40px), 790px); margin-inline: auto; }
.section { padding: 82px 0; }
.section-soft { background: linear-gradient(145deg, #fff3e4, #fffaf4 50%, #edf8f2); }
.eyebrow {
  display: block;
  margin: 0 0 10px;
  color: var(--orange-deep);
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}
h1, h2, h3, h4 { color: var(--navy); line-height: 1.1; letter-spacing: -.035em; }
h1 { font-size: clamp(2.65rem, 6vw, 5.4rem); margin: 0; }
h2 { font-size: clamp(2rem, 4vw, 3.5rem); margin: 0; }
h3 { font-size: clamp(1.2rem, 2vw, 1.55rem); }
p { margin: 0 0 1.2em; }
.lead { color: var(--muted); font-size: clamp(1.08rem, 2vw, 1.3rem); line-height: 1.65; }
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 52px;
  padding: 13px 21px;
  border: 0;
  border-radius: 17px;
  color: #fff;
  background: linear-gradient(135deg, var(--green-deep), var(--green));
  box-shadow: 0 12px 25px rgba(25, 145, 84, .24);
  font-weight: 850;
  text-decoration: none;
}
.button:hover { transform: translateY(-2px); background: linear-gradient(135deg, #116c3f, #2aba73); }
.button-light { color: var(--navy); background: #fff; box-shadow: 0 10px 24px rgba(16, 56, 97, .1); }
.button-light:hover { background: #fff; }
.text-link { color: var(--orange-deep); font-weight: 850; text-decoration-thickness: 2px; text-underline-offset: 4px; }

.site-header {
  position: sticky;
  z-index: 50;
  top: 0;
  border-bottom: 1px solid rgba(16, 56, 97, .08);
  background: rgba(247, 251, 255, .92);
  backdrop-filter: blur(18px);
}
.header-inner { min-height: 82px; display: flex; align-items: center; gap: 28px; }
.brand { display: flex; align-items: center; gap: 12px; color: var(--navy); text-decoration: none; }
.d2b-mark {
  display: grid;
  place-items: center;
  width: 50px;
  height: 50px;
  border-radius: 17px 17px 17px 6px;
  color: #ffce51;
  background: var(--navy);
  box-shadow: 0 8px 18px rgba(16, 56, 97, .22);
  font-size: .9rem;
  font-weight: 950;
}
.brand-copy strong, .brand-copy small { display: block; }
.brand-copy strong { font-size: 1.02rem; letter-spacing: -.02em; }
.brand-copy small { color: var(--muted); font-size: .67rem; letter-spacing: .09em; text-transform: uppercase; }
.site-nav { margin-left: auto; }
.site-nav ul { display: flex; align-items: center; gap: 26px; margin: 0; padding: 0; list-style: none; }
.site-nav a { color: var(--ink); font-size: .92rem; font-weight: 800; text-decoration: none; }
.site-nav a:hover, .site-nav .current-menu-item > a { color: var(--orange-deep); }
.site-nav .sub-menu, .site-nav img, .site-nav .menu-image-title-after.menu-image-title { display: none !important; }
.menu-toggle { display: none; margin-left: auto; border: 0; border-radius: 14px; padding: 10px 13px; color: var(--navy); background: #fff; font-weight: 850; }

.hero {
  position: relative;
  overflow: hidden;
  background: radial-gradient(circle at 70% 18%, #fffdf7 0 15%, #fff2dd 52%, #e8f4ef 100%);
}
.hero:before { content: ""; position: absolute; left: -72px; bottom: 34px; width: 150px; height: 150px; border-radius: 48px 48px 48px 15px; background: rgba(237,139,47,.16); transform: rotate(18deg); }
.hero:after {
  content: "";
  position: absolute;
  right: -110px;
  top: -160px;
  width: 440px;
  height: 440px;
  border: 1px solid rgba(237, 139, 47, .16);
  border-radius: 50%;
  box-shadow: 0 0 0 58px rgba(237,139,47,.04), 0 0 0 116px rgba(35,173,104,.025);
}
.hero-grid { min-height: 650px; display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: 62px; padding: 76px 0; }
.hero-copy { position: relative; z-index: 2; }
.hero-copy h1 { max-width: 650px; font-size: clamp(2.35rem, 3.4vw, 3.35rem); line-height: 1.06; }
.hero-copy .lead { max-width: 610px; margin: 26px 0 30px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.trust-row { display: flex; flex-wrap: wrap; gap: 10px 18px; margin-top: 30px; color: var(--muted); font-size: .87rem; font-weight: 750; }
.trust-row span:before { content: "✓"; margin-right: 7px; color: #2e9e61; }
.hero-visual {
  position: relative;
  min-height: 500px;
  overflow: hidden;
  border-radius: 42px 42px 42px 14px;
  background: var(--navy);
  box-shadow: var(--shadow);
}
.hero-visual img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero-visual:after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 45%, rgba(4, 28, 52, .77)); }
.route-badge { position: absolute; z-index: 2; left: 24px; bottom: 24px; right: 24px; padding: 18px; border: 1px solid rgba(255,255,255,.23); border-radius: 20px; color: #fff; background: rgba(8,42,75,.72); backdrop-filter: blur(10px); }
.route-badge strong, .route-badge span { display: block; }
.route-badge span { color: rgba(255,255,255,.75); font-size: .85rem; }

.intro-strip { margin-top: -28px; position: relative; z-index: 4; }
.route-grid { display: grid; grid-template-columns: repeat(3, 1fr); overflow: hidden; border: 1px solid var(--line); border-radius: 27px; background: #fff; box-shadow: var(--shadow); }
.route-step { padding: 25px; display: grid; grid-template-columns: 48px 1fr; gap: 14px; }
.route-step + .route-step { border-left: 1px solid var(--line); }
.route-step span { display: grid; place-items: center; width: 46px; height: 46px; border-radius: 15px; color: var(--navy); background: var(--sky); font-size: 1.25rem; font-weight: 950; }
.route-step b, .route-step small { display: block; }
.route-step small { margin-top: 4px; color: var(--muted); line-height: 1.35; }

.section-head { max-width: 760px; margin-bottom: 34px; }
.section-head p { margin-top: 17px; }
.path-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.path-card { min-height: 320px; display: flex; flex-direction: column; padding: 28px; border: 1px solid rgba(16,56,97,.07); border-radius: var(--radius); color: var(--ink); text-decoration: none; box-shadow: 0 12px 30px rgba(16,56,97,.07); transition: .2s ease; }
.path-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.path-card:nth-child(1) { background: #ffe7d0; }
.path-card:nth-child(2) { background: var(--yellow); }
.path-card:nth-child(3) { background: var(--mint); }
.path-icon { display: grid; place-items: center; width: 58px; height: 58px; border-radius: 19px 19px 19px 7px; background: rgba(255,255,255,.7); font-size: 2rem; box-shadow: 0 8px 18px rgba(16,56,97,.08); }
.path-card h3 { margin: auto 0 10px; }
.path-card p { margin-bottom: 18px; color: #4f647a; }
.path-card b { color: var(--navy); }

.coach-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 46px; align-items: center; }
.coach-card { min-height: 480px; position: relative; overflow: hidden; border-radius: 38px 38px 38px 14px; background: linear-gradient(145deg, var(--navy), #285f93); box-shadow: var(--shadow); }
.coach-card:before { content: "Erna"; position: absolute; left: 28px; bottom: 22px; color: rgba(255,255,255,.12); font-size: 7rem; font-weight: 950; line-height: 1; }
.coach-photo { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; transform: scale(1.015); }
.coach-card:after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 35%, rgba(7,35,58,.88)); }
.coach-monogram { position: absolute; z-index: 2; top: 38px; left: 38px; display: grid; place-items: center; width: 116px; height: 116px; border-radius: 38px 38px 38px 13px; color: var(--navy); background: linear-gradient(145deg, #fff4b4, #ffca4c); font-size: 2.8rem; font-weight: 950; }
.coach-note { position: absolute; z-index: 2; left: 38px; right: 38px; bottom: 38px; color: #fff; }
.coach-note strong { display: block; font-size: 1.55rem; }
.coach-note span { color: rgba(255,255,255,.75); }
.checks { display: grid; gap: 13px; margin: 26px 0; padding: 0; list-style: none; }
.checks li { display: flex; gap: 11px; align-items: flex-start; }
.checks li:before { content: "✓"; display: grid; place-items: center; flex: 0 0 27px; height: 27px; border-radius: 9px; color: #1f7f4a; background: var(--mint); font-weight: 950; }

.tool-story-section { padding-top: 48px; padding-bottom: 48px; }
.tool-story { display: grid; grid-template-columns: .78fr 1.22fr; min-height: 480px; overflow: hidden; border: 1px solid #eadfce; border-radius: 40px 16px 40px 16px; background: #fff7ec; box-shadow: 0 20px 48px rgba(66,49,26,.1); }
.tool-story-copy { display: flex; flex-direction: column; justify-content: center; align-items: flex-start; padding: clamp(34px,5vw,68px); }
.tool-story-copy h2 { max-width: 430px; margin-bottom: 18px; font-size: clamp(2rem,3.3vw,3.25rem); }
.tool-story-copy p { max-width: 440px; margin: 0 0 25px; color: var(--muted); font-size: 1.04rem; }
.tool-story-copy small { margin-top: 15px; color: #775c43; font-weight: 750; }
.tool-story-image { position: relative; min-height: 480px; margin: 0; overflow: hidden; }
.tool-story-image:after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(255,247,236,.35), transparent 30%); pointer-events: none; }
.tool-story-image img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.tool-story-image figcaption { position: absolute; z-index: 1; right: 24px; bottom: 24px; max-width: 290px; padding: 13px 17px; border: 1px solid rgba(255,255,255,.7); border-radius: 16px 16px 16px 5px; color: var(--navy); background: rgba(255,255,255,.86); box-shadow: 0 12px 28px rgba(26,41,51,.12); backdrop-filter: blur(9px); font-weight: 850; }
.tool-story-image figcaption span { color: var(--orange); }

.article-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.article-card { display: flex; flex-direction: column; overflow: hidden; border: 1px solid var(--line); border-radius: 25px; background: #fff; box-shadow: 0 10px 26px rgba(16,56,97,.06); }
.article-thumb { aspect-ratio: 16 / 9; overflow: hidden; background: linear-gradient(145deg, var(--sky), #fff); }
.article-thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.article-card:hover .article-thumb img { transform: scale(1.04); }
.article-body { display: flex; flex: 1; flex-direction: column; padding: 23px; }
.article-body h3 { margin: 8px 0 12px; }
.article-body h3 a { color: var(--navy); text-decoration: none; }
.article-body p { color: var(--muted); font-size: .92rem; }
.article-body .text-link { margin-top: auto; }
.article-meta { color: var(--orange-deep); font-size: .75rem; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }

.cta-band { padding: 42px; border-radius: 34px; background: linear-gradient(135deg, #fff2ba, #ffe1a3); display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.cta-band h2 { max-width: 680px; }

.page-hero { padding: 88px 0 70px; background: radial-gradient(circle at 80% 10%, #fffdf7, #fff0dc 56%, #e5f3ee); }
.page-hero h1 { max-width: 900px; font-size: clamp(2.4rem, 5vw, 4.5rem); }
.breadcrumbs { margin-bottom: 22px; color: var(--muted); font-size: .86rem; }
.breadcrumbs a { color: var(--muted); }
.content-layout { display: grid; grid-template-columns: minmax(0, 1fr) 310px; gap: 56px; align-items: start; }
.entry-content { font-size: 1.06rem; }
.entry-content > * { max-width: 760px; }
.entry-content h2, .entry-content h3 { margin-top: 1.8em; }
.entry-content blockquote { margin: 32px 0; padding: 24px 28px; border: 0; border-radius: 22px; color: var(--navy); background: var(--yellow); font-size: 1.25rem; font-weight: 750; }
.entry-content ul, .entry-content ol { padding-left: 1.25em; }
.entry-content li { margin-bottom: .55em; }
.side-card { position: sticky; top: 108px; padding: 24px; border: 1px solid var(--line); border-radius: 24px; background: #fff; box-shadow: 0 10px 25px rgba(16,56,97,.06); }
.side-card h3 { margin-top: 0; }
.side-card p { color: var(--muted); font-size: .92rem; }
.archive-head { display: flex; align-items: end; justify-content: space-between; gap: 22px; margin-bottom: 34px; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin: 34px 0; }
.info-card { padding: 25px; border: 1px solid var(--line); border-radius: 24px; background: #fff; box-shadow: 0 10px 26px rgba(16,56,97,.06); }
.info-card:nth-child(3n+1) { background: #ffe7d0; }
.info-card:nth-child(3n+2) { background: var(--yellow); }
.info-card:nth-child(3n+3) { background: var(--mint); }
.info-card span { display: grid; place-items: center; width: 46px; height: 46px; border-radius: 15px 15px 15px 6px; background: rgba(255,255,255,.72); font-size: 1.45rem; }
.info-card h3 { margin: 20px 0 9px; }
.info-card p { margin: 0; color: #4f647a; }
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin: 32px 0; }
.process-grid article { padding: 22px; border-radius: 22px; background: #fff; border: 1px solid var(--line); }
.process-grid b { display: grid; place-items: center; width: 34px; height: 34px; margin-bottom: 15px; border-radius: 11px; color: #fff; background: var(--navy); }
.process-grid strong, .process-grid small { display: block; }
.process-grid small { margin-top: 5px; color: var(--muted); line-height: 1.45; }
.content-callout { margin: 34px 0; padding: 28px; border-radius: 26px; background: linear-gradient(135deg, #fff3b8, #ffe1a4); }
.content-callout h2 { font-size: clamp(1.65rem, 3vw, 2.35rem); }
.content-callout p:last-child { margin-bottom: 0; }
.content-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 25px; }
.method-note { padding: 18px 20px; border-left: 4px solid var(--green); border-radius: 0 18px 18px 0; background: #eefaf3; color: var(--muted); font-size: .93rem; }
.two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 44px; align-items: start; }
.signal-list { display: grid; gap: 10px; margin: 24px 0; padding: 0; list-style: none; }
.signal-list li { padding: 14px 16px 14px 48px; position: relative; border: 1px solid var(--line); border-radius: 17px; background: #fff; }
.signal-list li:before { content: "✦"; position: absolute; left: 16px; top: 13px; color: var(--orange); font-size: 1.2rem; }
.contact-card { padding: 30px; border-radius: 28px; background: #fff; border: 1px solid var(--line); box-shadow: var(--shadow); }
.contact-card h2, .contact-card h3 { margin-top: 0; }
.contact-card input, .contact-card textarea, .contact-card select { width: 100%; margin-top: 6px; padding: 13px 14px; border: 1px solid var(--line); border-radius: 13px; background: #fffdf9; }
.contact-card input[type="submit"] { width: auto; border: 0; color: #fff; background: linear-gradient(135deg,var(--green-deep),var(--green)); font-weight: 850; cursor: pointer; }
.about-hero-grid { display: grid; grid-template-columns: 1.05fr .65fr; gap: clamp(36px,6vw,90px); align-items: center; }
.about-portrait { position: relative; max-width: 380px; margin-left: auto; }
.about-portrait:before { content: ""; position: absolute; inset: -18px 20px 18px -20px; border-radius: 42px 16px 42px 16px; background: linear-gradient(145deg, #ffe0bd, #dff3e8); transform: rotate(-3deg); }
.about-portrait img { position: relative; z-index: 1; display: block; width: 100%; aspect-ratio: 1; object-fit: cover; border: 7px solid #fff; border-radius: 42px 16px 42px 16px; box-shadow: var(--shadow); image-rendering: auto; }
.personal-intro { max-width: 760px; margin-inline: auto; text-align: center; }
.personal-intro p { font-size: 1.12rem; }
.experience-strip { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin-top: 34px; }
.experience-stat { padding: 22px 18px; border: 1px solid var(--line); border-radius: 22px 9px 22px 9px; background: #fff; text-align: center; }
.experience-stat strong { display: block; color: var(--navy); font-size: 1.7rem; line-height: 1; }
.experience-stat span { display: block; margin-top: 8px; color: var(--muted); font-size: .86rem; font-weight: 750; }
.welcome-quote { margin: 30px 0 0; padding: 24px 28px; border-left: 5px solid var(--orange); border-radius: 0 20px 20px 0; color: var(--navy); background: #fff3e4; font-size: 1.18rem; font-weight: 760; }
.training-section { overflow: hidden; background: linear-gradient(145deg, #fff8eb 0%, #f1faf5 100%); }
.training-layout { position: relative; }
.training-layout:before { content: ""; position: absolute; width: 260px; height: 260px; right: -170px; top: -120px; border-radius: 50%; border: 48px solid rgba(238,139,54,.09); }
.training-intro { position: relative; max-width: 720px; }
.training-intro p { max-width: 660px; font-size: 1.05rem; }
.training-groups { position: relative; display: grid; grid-template-columns: 1.08fr .92fr; gap: 18px; margin-top: 34px; align-items: stretch; }
.training-card { padding: 24px; border: 1px solid rgba(12,51,78,.1); border-radius: 24px 10px 24px 10px; background: rgba(255,255,255,.88); box-shadow: 0 14px 35px rgba(12,51,78,.07); }
.training-card h3 { margin: 7px 0 0; font-size: 1.08rem; }
.training-card p { margin: 8px 0 0; color: var(--muted); font-size: .9rem; }
.training-card-featured { padding: 30px; background: #fff; border-top: 5px solid var(--orange); }
.training-card-head { display: flex; gap: 16px; align-items: center; }
.training-mark { display: grid; flex: 0 0 52px; width: 52px; height: 52px; place-items: center; border-radius: 17px 7px 17px 7px; color: #fff; background: linear-gradient(145deg, var(--orange), #f2b33d); font-weight: 900; }
.training-provider { display: block; color: var(--green-deep); font-size: .75rem; font-weight: 900; letter-spacing: .09em; text-transform: uppercase; }
.training-titles { display: flex; flex-wrap: wrap; gap: 9px; margin: 24px 0 0; padding: 0; list-style: none; }
.training-titles li { padding: 9px 13px; border-radius: 999px; color: var(--navy); background: #fff3df; font-size: .86rem; font-weight: 750; }
.training-secondary { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.training-footnote { margin: 20px 0 0; color: var(--muted); font-size: .86rem; font-style: italic; }
.pagination { margin-top: 36px; }
.pagination .nav-links { display: flex; gap: 8px; }
.pagination a, .pagination span { padding: 9px 13px; border-radius: 11px; background: #fff; text-decoration: none; }

.site-footer { padding: 64px 0 28px; color: rgba(255,255,255,.76); background: var(--navy-deep); }
.footer-grid { display: grid; grid-template-columns: 1.2fr 1fr 1fr; gap: 48px; }
.site-footer h3 { color: #fff; }
.site-footer a { color: rgba(255,255,255,.78); }
.footer-links { margin: 0; padding: 0; list-style: none; }
.footer-links li { margin-bottom: 8px; }
.footer-bottom { margin-top: 48px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.12); font-size: .82rem; }

@media (max-width: 900px) {
  .site-nav { display: none; position: absolute; left: 20px; right: 20px; top: 74px; padding: 18px; border-radius: 20px; background: #fff; box-shadow: var(--shadow); }
  .site-nav.open { display: block; }
  .site-nav ul { align-items: stretch; flex-direction: column; gap: 8px; }
  .site-nav a { display: block; padding: 10px; }
  .header-cta { display: none; }
  .menu-toggle { display: block; }
  .hero-grid, .coach-grid, .tool-story, .content-layout { grid-template-columns: 1fr; }
  .hero-grid { gap: 36px; padding: 58px 0 78px; }
  .hero-visual { min-height: 420px; }
  .path-grid, .article-grid { grid-template-columns: 1fr 1fr; }
  .feature-grid, .process-grid { grid-template-columns: 1fr 1fr; }
  .two-col, .about-hero-grid, .training-groups { grid-template-columns: 1fr; }
  .about-portrait { width: min(100%,360px); margin: 10px auto 0; }
  .experience-strip { grid-template-columns: 1fr 1fr; }
  .side-card { position: static; }
}
@media (max-width: 640px) {
  .wrap, .narrow { width: min(calc(100% - 28px), var(--wrap)); }
  .section { padding: 58px 0; }
  .brand-copy small { display: none; }
  .hero-grid { min-height: auto; }
  .hero-copy h1 { font-size: clamp(2.15rem, 10vw, 2.75rem); }
  .hero-visual { min-height: 350px; border-radius: 30px 30px 30px 12px; }
  .route-grid, .path-grid, .article-grid, .feature-grid, .process-grid, .footer-grid, .training-secondary { grid-template-columns: 1fr; }
  .route-step + .route-step { border-left: 0; border-top: 1px solid var(--line); }
  .tool-story { min-height: 0; border-radius: 30px 12px 30px 12px; }
  .tool-story-copy { padding: 32px 26px; }
  .tool-story-image { min-height: 340px; }
  .cta-band { padding: 26px; }
  .cta-band { align-items: flex-start; flex-direction: column; }
  .archive-head { align-items: flex-start; flex-direction: column; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } * { transition: none !important; } }
