/* LooMotion — prototype v1, design "4a — palet uit logo" (Claude Design canvas) */
:root {
  --cream: #efebe2;
  --white: #ffffff;
  --navy: #2b3446;
  --navy-soft: #38445a;
  --text: #4a5261;
  --muted: #6a707c; /* donkerder dan origineel: haalt 4.5:1 op de cream-achtergrond (WCAG AA) */
  --green: #7c9a5a;
  --green-dark: #5f7a42;
  --green-tint: #e9efdd;
  --terracotta: #c05f2b;
  --terracotta-dark: #a84f20;
  --amber: #e0a93e;
  --blue-tint: #dce7f2;
  --peach-tint: #f7e4d0;
  --yellow-tint: #f5eac9;
  --sage-tint: #e4ecd8;
  --radius: 16px;
  --radius-lg: 24px;
  --shadow: 0 2px 12px rgba(43, 52, 70, 0.07);
  --maxw: 1120px;
}

* { margin: 0; padding: 0; box-sizing: border-box; }

/* toegankelijkheid */
.skip-link { position: absolute; left: -9999px; top: 0; background: var(--navy); color: #fff;
  padding: 12px 20px; border-radius: 0 0 12px 0; font-weight: 800; z-index: 100; }
.skip-link:focus { left: 0; text-decoration: none; }
a:focus-visible, button:focus-visible { outline: 3px solid var(--terracotta); outline-offset: 2px; border-radius: 4px; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  * { transition: none !important; }
}

html { scroll-behavior: smooth; }

body {
  font-family: "Nunito", "Segoe UI", system-ui, sans-serif;
  font-size: 17px;
  line-height: 1.65;
  color: var(--text);
  background: var(--cream);
}

h1, h2, h3, h4 { color: var(--navy); line-height: 1.2; font-weight: 800; }
h1 { font-size: clamp(2rem, 4.5vw, 3.1rem); }
h2 { font-size: clamp(1.5rem, 3vw, 2rem); }
h3 { font-size: 1.15rem; }
p + p { margin-top: 0.8em; }
a { color: var(--terracotta); text-decoration: none; }
a:hover { text-decoration: underline; }

.container { max-width: var(--maxw); margin: 0 auto; padding: 0 24px; }

/* ---------- header ---------- */
.site-header { background: var(--cream); position: sticky; top: 0; z-index: 50; border-bottom: 1px solid rgba(43,52,70,0.06); }
.site-header .container { display: flex; align-items: center; justify-content: space-between; padding-top: 14px; padding-bottom: 14px; }
.brand { display: flex; align-items: center; gap: 10px; text-decoration: none; }
.brand:hover { text-decoration: none; }
.brand svg { width: 44px; height: 44px; flex: none; }
.brand .brand-name { font-size: 1.35rem; font-weight: 800; color: var(--navy); letter-spacing: 0.2px; }
.brand .brand-tagline { display: block; font-size: 0.62rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--muted); font-weight: 700; }
.site-nav { display: flex; align-items: center; gap: 26px; }
.site-nav a { color: var(--navy); font-weight: 700; font-size: 0.95rem; }
.site-nav a:hover { color: var(--terracotta); text-decoration: none; }
.site-nav a.active { color: var(--terracotta); border-bottom: 2px solid var(--terracotta); padding-bottom: 2px; }
.site-nav a.btn { color: #fff; }
.nav-toggle { display: none; background: none; border: 0; font-size: 1.6rem; color: var(--navy); cursor: pointer; }

/* ---------- buttons ---------- */
.btn { display: inline-block; padding: 13px 30px; border-radius: 999px; font-weight: 800; font-size: 0.98rem; transition: background 0.15s ease, color 0.15s ease; }
.btn:hover { text-decoration: none; }
.btn-primary { background: var(--terracotta); color: #fff; }
.btn-primary:hover { background: var(--terracotta-dark); }
.btn-outline { border: 2px solid var(--green); color: var(--green-dark); background: transparent; }
.btn-outline:hover { background: var(--green-tint); }
.btn-small { padding: 9px 22px; font-size: 0.9rem; }

/* ---------- hero ---------- */
.hero { padding: 64px 0 40px; }
.hero .container { display: grid; grid-template-columns: 1.15fr 0.85fr; gap: 48px; align-items: center; }
.kicker { display: flex; align-items: center; gap: 8px; font-size: 0.78rem; font-weight: 800; letter-spacing: 0.14em; text-transform: uppercase; color: var(--green-dark); margin-bottom: 18px; }
.kicker .dot { width: 9px; height: 9px; border-radius: 50%; display: inline-block; }
.dot-green { background: var(--green); }
.dot-orange { background: var(--terracotta); }
.dot-amber { background: var(--amber); }
.hero p.lead { margin: 20px 0 30px; max-width: 46ch; font-size: 1.08rem; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; }
.hero-photo { position: relative; text-align: center; }
.hero-photo .photo { width: min(360px, 90%); aspect-ratio: 0.92; border-radius: 48% 52% 50% 50% / 55% 55% 45% 45%; overflow: hidden; margin: 0 auto; background: linear-gradient(145deg, #cdc4b4, #a99e8a); display: flex; align-items: center; justify-content: center; color: #f4f0e8; font-weight: 700; font-size: 0.9rem; }
.hero-photo .deco { position: absolute; border-radius: 50%; }
.hero-photo .deco-1 { width: 16px; height: 16px; background: var(--amber); right: 8%; bottom: 22%; }
.hero-photo .deco-2 { width: 11px; height: 11px; background: var(--terracotta); right: 3%; bottom: 30%; }
.hero-photo .deco-3 { width: 9px; height: 9px; background: var(--green); right: 12%; bottom: 15%; }
.photo-caption { display: block; margin-top: 10px; font-size: 0.72rem; color: var(--muted); letter-spacing: 0.05em; }

/* ---------- wachttijd-balk ---------- */
.wait-bar { padding: 0 0 48px; }
.wait-bar .inner { background: var(--green-tint); border: 1px solid rgba(124,154,90,0.35); border-radius: var(--radius); padding: 15px 24px; display: flex; align-items: center; gap: 12px; flex-wrap: wrap; }
.wait-bar .status-dot { width: 10px; height: 10px; border-radius: 50%; background: var(--green); flex: none; }
.wait-bar strong { color: var(--navy); }
.wait-bar .updated { color: var(--muted); font-size: 0.9rem; }
.wait-bar a { margin-left: auto; font-weight: 800; }

/* ---------- sections ---------- */
.section { padding: 64px 0; }
.section-white { background: var(--white); }
.section-dark { background: var(--navy); }
.section-dark h2, .section-dark h3 { color: #fff; }
.section-dark p { color: #c6ccd8; }
.section-intro { color: var(--muted); margin: 10px 0 36px; max-width: 60ch; }

/* ---------- aanbod cards ---------- */
.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.card { border-radius: var(--radius); padding: 26px 24px; }
.card .icon { width: 34px; height: 34px; border-radius: 40% 60% 55% 45% / 50% 45% 55% 50%; margin-bottom: 16px; }
.card h3 { margin-bottom: 8px; font-size: 1.05rem; }
.card p { font-size: 0.93rem; }
.card-sage { background: var(--sage-tint); } .card-sage .icon { background: var(--green); }
.card-blue { background: var(--blue-tint); } .card-blue .icon { background: #6d8fb5; }
.card-peach { background: var(--peach-tint); } .card-peach .icon { background: var(--terracotta); }
.card-yellow { background: var(--yellow-tint); } .card-yellow .icon { background: var(--amber); }

/* ---------- over ---------- */
.over-grid { display: grid; grid-template-columns: 0.8fr 1.2fr; gap: 48px; align-items: center; }
.over-photo .photo { width: 100%; max-width: 380px; aspect-ratio: 1; border-radius: var(--radius-lg); background: linear-gradient(145deg, #cdc4b4, #a99e8a); display: flex; align-items: center; justify-content: center; color: #f4f0e8; font-weight: 700; }
.badges { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 22px; }
.badge { background: var(--green-tint); color: var(--green-dark); border-radius: 999px; padding: 6px 16px; font-size: 0.8rem; font-weight: 800; }

/* ---------- stappen ---------- */
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 36px; margin-top: 40px; }
.step-num { width: 40px; height: 40px; border-radius: 50%; display: flex; align-items: center; justify-content: center; color: #fff; font-weight: 800; margin-bottom: 14px; }
.step:nth-child(1) .step-num { background: var(--green); }
.step:nth-child(2) .step-num { background: #6d8fb5; }
.step:nth-child(3) .step-num { background: var(--terracotta); }
.step h3 { color: #fff; margin-bottom: 8px; font-size: 1rem; }
.step p { font-size: 0.92rem; }

/* ---------- strips ---------- */
.strip-vergoeding { background: var(--green-tint); border-radius: var(--radius); padding: 20px 26px; display: flex; align-items: center; gap: 16px; flex-wrap: wrap; }
.strip-vergoeding strong { color: var(--navy); }
.strip-vergoeding a { margin-left: auto; font-weight: 800; white-space: nowrap; }
.crisis { background: var(--white); border: 1px solid rgba(43,52,70,0.1); border-radius: var(--radius); padding: 24px 26px; margin-top: 22px; box-shadow: var(--shadow); }
.crisis h3 { font-size: 1rem; margin-bottom: 6px; }
.crisis p { font-size: 0.95rem; }

/* ---------- tarieven ---------- */
.tarieven-grid { display: grid; grid-template-columns: 1.5fr 1fr; gap: 26px; align-items: start; }
.panel { background: var(--white); border-radius: var(--radius); padding: 28px; box-shadow: var(--shadow); }
.panel + .panel { margin-top: 26px; }
.panel h3 { margin-bottom: 10px; }
.panel p { font-size: 0.96rem; }
.panel-dark { background: var(--navy); }
.panel-dark h3 { color: #fff; }
.panel-dark p { color: #c6ccd8; }
.panel-green { background: var(--green-tint); box-shadow: none; }
.side-stack > * + * { margin-top: 22px; }
.checklist { list-style: none; margin-top: 12px; }
.checklist li { padding-left: 22px; position: relative; font-size: 0.95rem; margin-bottom: 8px; }
.checklist li::before { content: ""; width: 9px; height: 9px; border-radius: 50%; background: var(--terracotta); position: absolute; left: 0; top: 0.5em; }
table.verzekeraars { width: 100%; border-collapse: collapse; margin-top: 14px; font-size: 0.93rem; }
table.verzekeraars th, table.verzekeraars td { text-align: left; padding: 10px 12px; border: 1px dashed rgba(43,52,70,0.25); }
table.verzekeraars th { color: var(--navy); }
table.verzekeraars td.status { color: var(--green-dark); font-family: "Consolas", monospace; font-size: 0.82rem; }
.note { font-size: 0.78rem; color: var(--muted); font-family: "Consolas", monospace; margin-top: 10px; }

/* ---------- generic content page ---------- */
.page-head { padding: 56px 0 8px; }
.page-head .kicker { margin-bottom: 12px; }
.page-head p.lead { margin: 16px 0 0; max-width: 62ch; color: var(--text); font-size: 1.05rem; }
.content-narrow { max-width: 760px; }

/* ---------- footer ---------- */
.site-footer { background: var(--navy); color: #c6ccd8; padding: 52px 0 40px; margin-top: 64px; }
.site-footer .container { display: grid; grid-template-columns: 1.2fr 1fr 1fr; gap: 40px; }
.site-footer h4 { color: #fff; font-size: 0.95rem; margin-bottom: 14px; }
.site-footer a { color: #c6ccd8; display: block; margin-bottom: 8px; font-size: 0.92rem; }
.site-footer a:hover { color: #fff; }
.site-footer p { font-size: 0.92rem; margin-bottom: 6px; }
.footer-brand { color: #fff; font-weight: 800; font-size: 1.2rem; margin-bottom: 8px; }

/* ---------- responsive ---------- */
@media (max-width: 900px) {
  .hero .container, .over-grid, .tarieven-grid { grid-template-columns: 1fr; }
  .cards, .steps { grid-template-columns: 1fr 1fr; }
  .site-footer .container { grid-template-columns: 1fr; gap: 28px; }
  .hero-photo { order: -1; }
}
@media (max-width: 640px) {
  .cards, .steps { grid-template-columns: 1fr; }
  .site-nav { display: none; position: absolute; top: 100%; left: 0; right: 0; background: var(--cream); flex-direction: column; padding: 18px 24px; gap: 16px; border-bottom: 1px solid rgba(43,52,70,0.1); }
  .site-nav.open { display: flex; }
  .nav-toggle { display: block; }
  .wait-bar a { margin-left: 0; }
}
