/* =========================================================
   LeaseRoute — aanvullende pagina-stijlen (lr-pages.css)
   ---------------------------------------------------------
   Toegevoegd tijdens de staging-implementatie. base.css dekt
   de gedeelde componenten (nav, footer, knoppen, auto-kaarten,
   secties, CTA). Deze file levert de ontbrekende stijlen voor
   de pagina-specifieke secties (auto-detail, bijtelling, FAQ,
   heroes, merk-/formulierpagina, grids) in dezelfde tokens.
   Niet pixel-gelijk gevalideerd in een browser — visuele QA
   door de eigenaar aanbevolen.
   ========================================================= */

/* ===================== HOMEPAGE (front-page.php) ===================== */
.hero-section{ position: relative; }
.hero-eyebrow{ color: var(--pink); font-weight: 600; letter-spacing: .18em; text-transform: uppercase; font-size: 12px; }
.hero-title{ font-family: var(--sans); font-weight: 400; font-size: clamp(52px, 7.4vw, 104px); line-height: 1; letter-spacing: -0.025em; margin: 20px 0 24px; }
.hero-title .accent{ color: var(--pink); }
.hero-sub{ font-size: 19px; line-height: 1.5; max-width: 520px; }
.hero-meta{ display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; margin-top: 48px; padding-top: 32px; border-top: 1px solid currentColor; }
.hero-meta .num{ font-family: var(--sans); font-weight: 600; font-size: 44px; line-height: 1; letter-spacing: -0.02em; }
.hero-meta .lbl{ font-size: 12px; margin-top: 8px; opacity: .75; letter-spacing: .08em; text-transform: uppercase; }
.hero-dark{ background: var(--navy-deep); color: #fff; padding: 120px 0 96px; overflow: hidden; }
.hero-dark h1{ color: #fff; }
.hero-dark .hero-sub{ color: #BFC4DB; }
.hero-dark .hero-meta{ border-color: rgba(255,255,255,.14); }
.hero-dark .hero-meta .num{ color: #fff; }
.hero-dark .hero-grid{ display: grid; grid-template-columns: 1.05fr .95fr; gap: 72px; align-items: center; }
@media (max-width: 900px){ .hero-dark .hero-grid{ grid-template-columns: 1fr; } .hero-dark{ padding: 64px 0 56px; } .hero-meta{ grid-template-columns: 1fr 1fr; gap: 20px; } }
.hero-dark .hero-car{ position: relative; border-radius: var(--r-xl); overflow: hidden; aspect-ratio: 4/3; background: linear-gradient(135deg, var(--navy-ink), var(--navy-deep)); }
.hero-dark .hero-badge{ position: absolute; bottom: 24px; right: 24px; z-index: 3; background: rgba(255,255,255,.08); backdrop-filter: blur(20px); border: 1px solid rgba(255,255,255,.14); border-radius: 14px; padding: 14px 18px; color: #fff; display: flex; gap: 14px; align-items: center; }
.hero-dark .hero-badge .price{ font-family: var(--sans); font-weight: 600; font-size: 28px; line-height: 1; }
.hero-dark .hero-badge .sub{ font-size: 11px; opacity: .7; text-transform: uppercase; letter-spacing: .12em; }

.process{ background: var(--cream); padding: 96px 0; }
.process-steps{ display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; margin-top: 56px; }
@media (max-width: 900px){ .process-steps{ grid-template-columns: 1fr; } }
.step{ background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg); padding: 36px 32px; position: relative; transition: transform .2s ease, box-shadow .2s ease; }
.step:hover{ transform: translateY(-4px); box-shadow: var(--shadow-lift); }
.step .icon{ width: 42px; height: 42px; border-radius: 12px; background: var(--navy); color: #fff; display: flex; align-items: center; justify-content: center; margin-bottom: 20px; }
.step-num{ font-family: var(--sans); font-weight: 600; font-size: 14px; color: var(--pink-deep); display: inline-block; padding: 4px 10px; background: var(--pink-wash); border-radius: 999px; margin-bottom: 18px; }
.step h3{ font-family: var(--sans); font-weight: 400; font-size: 28px; color: var(--navy); margin-bottom: 10px; }
.step p{ color: var(--muted); margin: 0; font-size: 15px; }

.fleet{ padding: 96px 0; }
.quote-sec{ background: var(--navy-deep); color: #fff; padding: 120px 0; text-align: center; }
.quote-sec blockquote{ font-family: var(--sans); font-weight: 600; font-size: clamp(36px, 5vw, 68px); line-height: 1.08; letter-spacing: -0.02em; margin: 0 auto; max-width: 920px; }
.quote-sec blockquote .pink{ color: var(--pink); }
.quote-sec cite{ display: block; margin-top: 40px; font-style: normal; font-size: 14px; color: #BFC4DB; letter-spacing: .14em; text-transform: uppercase; }

.about{ padding: 96px 0; background: var(--cream); }
.about-grid{ display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: center; }
@media (max-width: 900px){ .about-grid{ grid-template-columns: 1fr; } }
.about-photo{ aspect-ratio: 4/5; border-radius: var(--r-xl); position: relative; overflow: hidden; background: linear-gradient(135deg, #3A4A6E, #0B1957); }
.about-photo .pink-frame{ position: absolute; inset: 14px; border: 2px solid var(--pink); border-radius: calc(var(--r-xl) - 8px); pointer-events: none; }
.about h2{ font-family: var(--sans); font-weight: 700; font-size: clamp(40px, 5vw, 64px); line-height: 1.05; letter-spacing: -0.02em; }
.about p{ color: var(--muted); font-size: 17px; line-height: 1.6; margin: 0 0 14px; }

/* ---------- nav-menu items (wp_nav_menu geeft <li>'s) ---------- */
.nav-links ul { display: flex; gap: 28px; margin: 0; padding: 0; list-style: none; }
.nav-links li { list-style: none; margin: 0; padding: 0; }
.nav-links li a { position: relative; padding: 6px 0; color: var(--ink); font-size: 14px; }
.nav-links .current-menu-item a::after,
.nav-links li a:hover::after { content:""; position:absolute; left:0; right:0; bottom:-2px; height:2px; background: var(--pink); border-radius:2px; }

/* ---------- generieke grids ---------- */
.fleet-grid, .models-grid, .post-grid, .specs-grid { display: grid; }
.fleet-grid, .models-grid { grid-template-columns: repeat(3, 1fr); gap: 24px; }
.post-grid { grid-template-columns: repeat(3, 1fr); gap: 24px; }
@media (max-width: 980px){ .fleet-grid, .models-grid, .post-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 640px){ .fleet-grid, .models-grid, .post-grid { grid-template-columns: 1fr; } }

/* ---------- generieke pagina-hero ---------- */
.page-hero { padding: 72px 0 56px; background: var(--cream); }
.page-hero .page-title {
  font-family: var(--sans); font-weight: 600;
  font-size: clamp(34px, 4.6vw, 56px); line-height: 1.04;
  letter-spacing: -0.025em; color: var(--navy); margin-top: 10px;
}
.page-hero .page-payoff { margin-top: 14px; color: var(--muted); font-size: 17px; max-width: 620px; }
.page-hero[style*="background-image"] .page-title,
.page-hero[style*="background-image"] .page-payoff { color: #fff; }
.page-content { padding: 56px 0 80px; }
.prose { font-size: 16px; line-height: 1.7; color: var(--ink); }
.prose h2 { font-size: 28px; font-weight: 600; margin: 36px 0 12px; }
.prose h3 { font-size: 21px; font-weight: 600; margin: 28px 0 10px; }
.prose p { margin: 0 0 16px; }
.prose ul, .prose ol { margin: 0 0 16px; padding-left: 20px; }
.prose li { margin: 6px 0; }
.prose a { color: var(--pink-deep); text-decoration: underline; }
.prose img { border-radius: var(--r-md); margin: 20px 0; }

/* ---------- aanbod / archief ---------- */
.aanbod-hero { padding: 64px 0 40px; }
.aanbod-main { padding: 8px 0 80px; }
.aanbod-pager, .pagination { display: flex; justify-content: center; gap: 8px; margin-top: 48px; }
.pagination .page-numbers {
  display: inline-flex; align-items: center; justify-content: center;
  min-width: 40px; height: 40px; padding: 0 12px; border-radius: 999px;
  border: 1px solid var(--line); color: var(--navy); font-size: 14px; font-weight: 500;
}
.pagination .page-numbers.current { background: var(--navy); color: #fff; border-color: var(--navy); }
.pagination a.page-numbers:hover { background: var(--pink-wash); border-color: var(--pink); }

/* ---------- homepage ---------- */
.home-hero { padding: 64px 0 40px; }
.hh-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 48px; align-items: center; }
@media (max-width: 880px){ .hh-grid { grid-template-columns: 1fr; gap: 28px; } }
.hh-title { font-family: var(--sans); font-weight: 600; font-size: clamp(38px, 5.2vw, 66px); line-height: 1.02; letter-spacing: -0.03em; color: var(--navy); margin-top: 12px; }
.hh-sub { margin-top: 18px; color: var(--muted); font-size: 18px; line-height: 1.6; max-width: 540px; }
.hh-img { min-height: 380px; border-radius: var(--r-xl); }
.home-process { padding: 88px 0; }
.home-fleet { padding: 88px 0; }
.steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; margin-top: 48px; }
@media (max-width: 880px){ .steps-grid { grid-template-columns: 1fr; } }
.stats-strip { background: var(--navy-deep); color: #fff; }
.stats-strip .wrap { padding: 0; }
.stats-inner { display: flex; gap: 48px; flex-wrap: wrap; padding: 32px 0; }
.stats-strip .stat .num { font-size: 36px; font-weight: 700; color: var(--pink); letter-spacing: -0.03em; line-height: 1; }
.stats-strip .stat .lbl { font-size: 12px; color: rgba(255,255,255,.55); text-transform: uppercase; letter-spacing: .1em; margin-top: 6px; }

/* ---------- auto-detail (single-auto.php) ---------- */
.detail-top { padding: 0 0 56px; }
.crumbs a:hover { color: var(--navy) !important; }
.product-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 40px; align-items: start; }
@media (max-width: 900px){ .product-grid { grid-template-columns: 1fr; gap: 28px; } }
.gallery-col { display: flex; flex-direction: column; gap: 14px; }
.gallery-main {
  aspect-ratio: 4/3; border-radius: var(--r-lg); background: #fff;
  border: 1px solid var(--line); position: relative; overflow: hidden;
}
.gallery-main .tag {
  position: absolute; left: 14px; top: 14px; z-index: 2;
  background: var(--ev-green-wash); color: var(--ev-green);
  font: 600 12px var(--sans); padding: 7px 12px; border-radius: 999px;
}
.gallery-thumbs { display: grid; grid-template-columns: repeat(5, 1fr); gap: 10px; }
.gallery-thumbs .thumb {
  aspect-ratio: 4/3; border-radius: var(--r-sm); cursor: pointer;
  border: 1px solid var(--line); opacity: .7; transition: opacity .2s, border-color .2s;
}
.gallery-thumbs .thumb.active, .gallery-thumbs .thumb:hover { opacity: 1; border-color: var(--pink); }

.price-card {
  position: sticky; top: 96px;
  background: var(--cream); border: 1px solid var(--line);
  border-radius: var(--r-lg); padding: 30px 28px;
}
.price-card .eyebrow { color: var(--muted); }
.pc-title { font-family: var(--sans); font-weight: 600; font-size: 28px; line-height: 1.1; letter-spacing: -0.025em; color: var(--navy); margin-top: 12px; }
.pc-trim { font-size: 14px; color: var(--muted); margin-top: 4px; }
.pc-price { font-family: var(--sans); font-weight: 600; font-size: 40px; letter-spacing: -0.03em; color: var(--navy); margin: 20px 0 4px; line-height: 1; }
.pc-price span { font-size: 15px; font-weight: 500; color: var(--muted); margin-left: 2px; }
.pc-meta { display: flex; flex-wrap: wrap; gap: 8px; margin: 18px 0 22px; }
.pc-actions { display: flex; flex-direction: column; gap: 10px; }
.pc-actions .btn { width: 100%; justify-content: center; }

/* leasecalculator (prijsmatrix) */
.pc-calc { margin: 18px 0 22px; }
.pc-calc .pc-price { margin: 0 0 16px; }
.pc-calc-controls { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
@media (max-width: 420px){ .pc-calc-controls { grid-template-columns: 1fr; } }
.pc-calc-field { display: flex; flex-direction: column; gap: 6px; }
.pc-calc-field .k { font-size: 11px; text-transform: uppercase; letter-spacing: .08em; color: var(--muted-soft); }
.pc-calc-field select {
  appearance: none; -webkit-appearance: none;
  background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%235B5B66' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 5l3 3 3-3'/%3E%3C/svg%3E") no-repeat right 12px center;
  border: 1px solid var(--line); border-radius: var(--r-sm);
  padding: 11px 32px 11px 13px; font: 500 14px var(--sans); color: var(--navy); cursor: pointer;
}
.pc-calc-field select:focus { outline: 2px solid var(--pink); outline-offset: 1px; border-color: var(--pink); }
.pc-calc-note { font-size: 12px; color: var(--muted); margin-top: 10px; line-height: 1.5; }

/* secties op de detailpagina */
.detail-section { padding: 56px 0; }
.detail-section[data-card="cream"] { background: var(--cream); }
.detail-head { margin-bottom: 28px; }
.specs-grid { grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); border-radius: var(--r-md); overflow: hidden; }
@media (max-width: 760px){ .specs-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 460px){ .specs-grid { grid-template-columns: 1fr; } }
.spec { background: #fff; padding: 16px 18px; }
.detail-section[data-card="cream"] .spec { background: var(--cream); }
.spec .k { font-size: 11px; text-transform: uppercase; letter-spacing: .08em; color: var(--muted-soft); margin-bottom: 4px; }
.spec .v { font-size: 15px; color: var(--navy); font-weight: 500; }
.pros-cons { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
@media (max-width: 720px){ .pros-cons { grid-template-columns: 1fr; } }
.pc-col { background: #fff; border: 1px solid var(--line); border-radius: var(--r-md); padding: 24px 26px; }
.pc-col h4 { font-size: 14px; text-transform: uppercase; letter-spacing: .06em; margin-bottom: 12px; }
.pc-col.pros h4 { color: var(--ev-green); }
.pc-col.cons h4 { color: var(--pink-deep); }
.pc-col ul { margin: 0; padding-left: 18px; }
.pc-col li { margin: 8px 0; font-size: 14px; color: var(--ink); line-height: 1.5; }
.seo-accordion summary { cursor: pointer; list-style: none; }
.seo-accordion summary::-webkit-details-marker { display: none; }

/* ---------- BIJTELLING (uit prototype car.html) ---------- */
.bijt { padding: 88px 0; background: var(--navy-deep); color: #fff; position: relative; overflow: hidden; }
.bijt::before { content:""; position: absolute; right: -120px; top: -120px; width: 420px; height: 420px; border-radius: 50%; background: radial-gradient(circle, rgba(229,141,166,.18), transparent 70%); pointer-events: none; }
.bijt .wrap { position: relative; z-index: 2; }
.bijt-head { display: grid; grid-template-columns: 1fr auto; gap: 32px; align-items: flex-end; margin-bottom: 48px; }
@media (max-width: 720px){ .bijt-head { grid-template-columns: 1fr; gap: 14px; margin-bottom: 32px; } }
.bijt-head .eyebrow { color: var(--pink); }
.bijt-head h2 { font-family: var(--sans); font-weight: 600; font-size: clamp(32px, 4.4vw, 52px); color: #fff; line-height: 1.05; letter-spacing: -0.03em; margin-top: 8px; }
.bijt-head p { color: rgba(255,255,255,.6); max-width: 380px; font-size: 14px; line-height: 1.55; }
.bijt-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
@media (max-width: 880px){ .bijt-grid { grid-template-columns: 1fr; } }
.bijt-tier { background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.08); border-radius: var(--r-lg); padding: 30px 28px 26px; position: relative; overflow: hidden; transition: background .25s, border-color .25s, transform .25s; }
.bijt-tier:hover { background: rgba(255,255,255,.07); border-color: rgba(255,255,255,.14); transform: translateY(-2px); }
.bijt-tier.featured { background: linear-gradient(155deg, rgba(229,141,166,.18) 0%, rgba(255,255,255,.04) 70%); border-color: rgba(229,141,166,.32); }
.bijt-tier.featured::before { content:"Meest voorkomend"; position: absolute; top: 16px; right: 16px; font-size: 10px; letter-spacing: .12em; text-transform: uppercase; color: var(--pink); font-weight: 600; padding: 4px 10px; background: rgba(229,141,166,.15); border-radius: 999px; border: 1px solid rgba(229,141,166,.3); }
.bijt-tier .schijf { font-size: 11px; letter-spacing: .12em; text-transform: uppercase; color: rgba(255,255,255,.5); margin-bottom: 14px; }
.bijt-tier .bracket { font-family: var(--sans); font-weight: 500; font-size: 18px; color: rgba(255,255,255,.92); letter-spacing: -0.015em; line-height: 1.25; }
.bijt-tier .bracket .sub { display: block; font-size: 12px; color: rgba(255,255,255,.45); font-weight: 400; margin-top: 4px; letter-spacing: 0; }
.bijt-tier .divider { height: 1px; background: rgba(255,255,255,.08); margin: 20px 0; }
.bijt-tier.featured .divider { background: rgba(229,141,166,.2); }
.bijt-tier .rate { font-size: 12px; color: rgba(255,255,255,.5); letter-spacing: .06em; text-transform: uppercase; margin-bottom: 10px; }
.bijt-tier .amount { font-family: var(--sans); font-weight: 600; font-size: 46px; color: #fff; letter-spacing: -0.03em; line-height: 1; white-space: nowrap; }
.bijt-tier .amount span { font-size: 15px; color: rgba(255,255,255,.55); font-weight: 500; margin-left: 2px; letter-spacing: 0; }
.bijt-tier .ast { font-size: 11px; color: rgba(255,255,255,.4); margin-top: 8px; }
.bijt-foot { margin-top: 32px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.08); font-size: 12px; color: rgba(255,255,255,.5); line-height: 1.65; display: grid; grid-template-columns: 1fr auto; gap: 24px; align-items: center; }
@media (max-width: 720px){ .bijt-foot { grid-template-columns: 1fr; gap: 16px; } }
.bijt-foot .ast { color: var(--pink); font-weight: 600; }
.bijt-link { display: inline-flex; align-items: center; gap: 8px; font-size: 14px; color: #fff; text-decoration: none; font-weight: 500; padding: 10px 18px; border: 1px solid rgba(255,255,255,.18); border-radius: 999px; white-space: nowrap; transition: background .2s, border-color .2s; }
.bijt-link:hover { background: var(--pink); color: var(--navy-deep); border-color: var(--pink); }
.bijt-link .arr { transition: transform .2s; }
.bijt-link:hover .arr { transform: translateX(3px); }

/* ---------- FAQ accordion ---------- */
.faq-sec { padding: 64px 0; }
.faq-sec[data-card="cream"] { background: var(--cream); }
.faq-list { max-width: 820px; border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-q { width: 100%; display: flex; justify-content: space-between; align-items: center; gap: 16px; background: none; border: 0; cursor: pointer; text-align: left; padding: 22px 4px; font: 600 17px var(--sans); color: var(--navy); }
.faq-ic { flex-shrink: 0; transition: transform .25s; color: var(--pink-deep); }
.faq-item.open .faq-ic { transform: rotate(180deg); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height .3s ease; }
.faq-item.open .faq-a { max-height: 1200px; }
.faq-a .fi { padding: 0 4px 24px; font-size: 15px; line-height: 1.7; color: var(--muted); }
.faq-a .fi p { margin: 0 0 12px; }

/* ---------- merkpagina (page-merk.php) ---------- */
.brand-hero { padding: 56px 0; background: var(--cream); }
.bh-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 48px; align-items: center; }
@media (max-width: 900px){ .bh-grid { grid-template-columns: 1fr; gap: 28px; } }
.bh-crumbs { display: flex; gap: 8px; font-size: 13px; color: var(--muted); margin-bottom: 16px; }
.bh-crumbs a { color: var(--muted); }
.bh-crumbs .sep { color: var(--muted-soft); }
.bh-title { font-family: var(--sans); font-weight: 600; font-size: clamp(36px, 5vw, 60px); line-height: 1.03; letter-spacing: -0.03em; color: var(--navy); margin-top: 8px; }
.bh-title .accent { color: var(--pink-deep); }
.bh-sub { margin-top: 16px; color: var(--muted); font-size: 17px; line-height: 1.6; max-width: 520px; margin-bottom: 24px; }
.bh-img-wrap { position: relative; }
.bh-img { aspect-ratio: 4/3; border-radius: var(--r-xl); overflow: hidden; position: relative; }
.bh-img img { width: 100%; height: 100%; object-fit: cover; }
.bh-badge { position: absolute; right: 18px; bottom: 18px; background: #fff; border-radius: var(--r-md); padding: 12px 18px; box-shadow: var(--shadow-card); }
.bh-badge .lbl { font-size: 11px; text-transform: uppercase; letter-spacing: .08em; color: var(--muted); }
.bh-badge .price { font-size: 22px; font-weight: 700; color: var(--navy); letter-spacing: -0.02em; }
.bh-badge .price span { font-size: 12px; color: var(--muted); font-weight: 500; }
.models-sec { padding: 80px 0; }
.models-sec[data-card="cream"] { background: var(--cream); }
.models-more { text-align: center; margin-top: 48px; }

/* ---------- formulierpagina (page-formulier.php) ---------- */
.form-hero { padding: 80px 0; background: var(--navy-deep); color: #fff; }
.form-hero .eyebrow { color: var(--pink); }
.form-title { font-family: var(--sans); font-weight: 600; font-size: clamp(34px, 4.6vw, 54px); line-height: 1.05; letter-spacing: -0.025em; color: #fff; margin-top: 10px; }
.form-desc { margin-top: 16px; color: rgba(255,255,255,.7); font-size: 17px; max-width: 560px; }
.form-body { padding: 56px 0 80px; }
.lr-form { margin-top: 24px; }

/* ---------- blog: uitgelicht artikel ---------- */
.blog-featured { padding: 48px 0 8px; }
.bf-card { display: grid; grid-template-columns: 1.1fr .9fr; background: var(--navy-deep); border-radius: var(--r-xl); overflow: hidden; color: #fff; text-decoration: none; min-height: 300px; transition: transform .2s, box-shadow .2s; }
.bf-card:hover { transform: translateY(-2px); box-shadow: var(--shadow-lift); }
@media (max-width: 820px){ .bf-card { grid-template-columns: 1fr; } }
.bf-text { padding: 48px; display: flex; flex-direction: column; justify-content: center; gap: 14px; }
.bf-text .eyebrow { color: var(--pink); }
.bf-title { font-size: clamp(26px, 3.4vw, 40px); font-weight: 600; line-height: 1.08; letter-spacing: -0.025em; color: #fff; }
.bf-sub { color: rgba(255,255,255,.7); font-size: 16px; line-height: 1.6; }
.bf-text .btn { align-self: flex-start; margin-top: 8px; }
.bf-media { background: linear-gradient(135deg, var(--navy-ink), var(--navy-deep)); min-height: 240px; }

/* ---------- prose: lead + tabellen (blogartikelen) ---------- */
.prose .lead { font-size: 19px; color: var(--navy); font-weight: 500; line-height: 1.5; }
.prose table { width: 100%; border-collapse: collapse; margin: 22px 0; font-size: 15px; }
.prose th, .prose td { text-align: left; padding: 10px 14px; border-bottom: 1px solid var(--line); }
.prose th { background: var(--cream); font-weight: 600; color: var(--navy); }

/* ---------- blogartikel (single.php) hero overlap reeds inline ---------- */
.article-body .prose { font-size: 17px; }
