/* =============================================
   ZonneOfferte.be — Zonnepanelen België
   ============================================= */

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&family=Plus+Jakarta+Sans:wght@400;500;600;700;800&display=swap');

/* === Variables === */
:root {
  --primary: #F59E0B;
  --primary-dark: #D97706;
  --primary-light: #FEF3C7;
  --secondary: #1E3A5F;
  --secondary-light: #2D5A8E;
  --accent: #10B981;
  --text: #111827;
  --text-muted: #6B7280;
  --text-light: #9CA3AF;
  --bg: #FFFFFF;
  --bg-soft: #F9FAFB;
  --bg-warm: #FFFBEB;
  --border: #E5E7EB;
  --border-light: #F3F4F6;
  --shadow-sm: 0 1px 3px rgba(0,0,0,0.08);
  --shadow: 0 4px 16px rgba(0,0,0,0.10);
  --shadow-lg: 0 16px 48px rgba(0,0,0,0.12);
  --radius: 12px;
  --radius-lg: 20px;
  --radius-xl: 32px;
  --max-w: 1200px;
  --font: 'Inter', sans-serif;
  --font-display: 'Plus Jakarta Sans', sans-serif;
}

/* === Reset === */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: var(--font); color: var(--text); background: var(--bg); line-height: 1.6; font-size: 16px; }
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }
input, textarea, select, button { font-family: inherit; }

/* === Typography === */
h1, h2, h3, h4, h5 { font-family: var(--font-display); font-weight: 800; line-height: 1.2; }
h1 { font-size: clamp(2rem, 5vw, 3.5rem); }
h2 { font-size: clamp(1.6rem, 3.5vw, 2.5rem); }
h3 { font-size: clamp(1.2rem, 2.5vw, 1.75rem); }
h4 { font-size: 1.2rem; font-weight: 700; }
p { line-height: 1.75; }

/* === Containers === */
.container { max-width: var(--max-w); margin: 0 auto; padding: 0 24px; }
.section { padding: 80px 0; }
.section-sm { padding: 48px 0; }
.bg-light { background: var(--bg-soft); }

/* === Buttons === */
.btn {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 14px 28px; border-radius: var(--radius); font-weight: 700; font-size: 1rem;
  cursor: pointer; border: none; transition: all 0.2s ease; text-decoration: none;
}
.btn-primary { background: var(--primary); color: #fff; box-shadow: 0 4px 16px rgba(245,158,11,0.4); }
.btn-primary:hover { background: var(--primary-dark); transform: translateY(-2px); box-shadow: 0 8px 24px rgba(245,158,11,0.5); }
.btn-secondary { background: var(--secondary); color: #fff; }
.btn-secondary:hover { background: var(--secondary-light); transform: translateY(-2px); }
.btn-outline { background: transparent; color: var(--primary); border: 2px solid var(--primary); }
.btn-outline:hover { background: var(--primary); color: #fff; }
.btn-white { background: #fff; color: var(--secondary); font-weight: 700; }
.btn-white:hover { background: var(--primary-light); color: var(--primary-dark); }
.btn-lg, .btn-large { padding: 18px 40px; font-size: 1.1rem; }
.btn-full { width: 100%; justify-content: center; }

/* =============================================
   NAVIGATION
   ============================================= */
.nav {
  position: sticky; top: 0; z-index: 100;
  background: rgba(255,255,255,0.95); backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--border); padding: 0;
}
.nav-inner {
  display: flex; align-items: center; justify-content: space-between;
  height: 72px; max-width: var(--max-w); margin: 0 auto; padding: 0 24px;
}
.nav-logo { display: flex; align-items: center; gap: 10px; font-family: var(--font-display); font-weight: 800; font-size: 1.4rem; color: var(--secondary); text-decoration: none; }
.nav-logo-icon { width: 36px; height: 36px; background: var(--primary); border-radius: 8px; display: flex; align-items: center; justify-content: center; }
.nav-logo-icon svg { color: #fff; }
.nav-links { display: flex; align-items: center; gap: 8px; }
.nav-links a { padding: 8px 16px; border-radius: 8px; font-weight: 500; font-size: 0.95rem; color: var(--text-muted); transition: all 0.2s; }
.nav-links a:hover, .nav-links a.active { color: var(--secondary); background: var(--bg-soft); }
.nav-cta { display: flex; align-items: center; gap: 12px; }
.nav-tel { display: flex; align-items: center; gap: 6px; color: var(--secondary); font-weight: 600; font-size: 0.95rem; }
.mobile-menu-btn { display: none; background: none; border: none; cursor: pointer; padding: 8px; }
.mobile-menu { display: none; }

/* =============================================
   HERO
   ============================================= */
.hero {
  position: relative; overflow: hidden;
  background: linear-gradient(135deg, var(--secondary) 0%, #0F2942 100%);
  padding: 80px 0 100px; color: #fff;
}
.hero::before {
  content: ''; position: absolute; inset: 0;
  background: url('https://images.pexels.com/photos/12224996/pexels-photo-12224996.jpeg?auto=compress&cs=tinysrgb&fit=crop&h=900&w=1600') center/cover no-repeat;
  opacity: 0.18;
}
.hero-inner { position: relative; max-width: var(--max-w); margin: 0 auto; padding: 0 24px; display: grid; grid-template-columns: 1fr 480px; gap: 64px; align-items: center; }
.hero-badge { margin-bottom: 20px; }
.hero-title { color: #fff; margin-bottom: 20px; }
.hero-title span { color: var(--primary); }
.hero-subtitle { font-size: 1.15rem; color: rgba(255,255,255,0.8); max-width: 520px; margin-bottom: 32px; line-height: 1.7; }
.hero-actions { display: flex; gap: 16px; flex-wrap: wrap; margin-bottom: 40px; }
.hero-trust { display: flex; gap: 24px; flex-wrap: wrap; }
.hero-trust-item { display: flex; align-items: center; gap: 8px; font-size: 0.9rem; color: rgba(255,255,255,0.75); }
.hero-trust-item svg { color: var(--primary); flex-shrink: 0; }

.hero-form-card { background: #fff; border-radius: var(--radius-lg); padding: 36px; box-shadow: 0 24px 64px rgba(0,0,0,0.3); color: var(--text); }
.hero-form-card h3 { font-size: 1.4rem; margin-bottom: 6px; color: var(--secondary); }
.hero-form-card p { color: var(--text-muted); font-size: 0.9rem; margin-bottom: 24px; }
.form-row { margin-bottom: 16px; }
.form-row label { display: block; font-size: 0.85rem; font-weight: 600; color: var(--text); margin-bottom: 6px; }
.form-control { width: 100%; padding: 12px 16px; border: 2px solid var(--border); border-radius: 10px; font-size: 0.95rem; transition: border-color 0.2s; background: var(--bg); }
.form-control:focus { outline: none; border-color: var(--primary); }
.form-row-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-bottom: 16px; }
.form-disclaimer { font-size: 0.78rem; color: var(--text-muted); margin-top: 12px; text-align: center; }

/* =============================================
   TRUST BAR
   ============================================= */
.trust-bar { background: var(--secondary); padding: 24px 0; border-bottom: 3px solid var(--primary); }
.trust-bar-inner { display: flex; align-items: center; justify-content: space-around; flex-wrap: wrap; gap: 24px; max-width: var(--max-w); margin: 0 auto; padding: 0 24px; }
.trust-item { display: flex; align-items: center; gap: 12px; color: #fff; }
.trust-item svg { color: var(--primary); flex-shrink: 0; }
.trust-item-text strong { display: block; font-size: 1.1rem; font-weight: 800; }
.trust-item-text span { font-size: 0.85rem; opacity: 0.75; }

/* =============================================
   STEPS / HOW IT WORKS
   ============================================= */
.steps-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 32px; margin-top: 48px; }
.step-card { text-align: center; padding: 32px 20px; background: var(--bg); border: 2px solid var(--border); border-radius: var(--radius-lg); position: relative; transition: all 0.3s; }
.step-card:hover { border-color: var(--primary); transform: translateY(-4px); box-shadow: var(--shadow-lg); }
.step-number { width: 56px; height: 56px; background: var(--primary); color: #fff; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 1.4rem; font-weight: 800; margin: 0 auto 20px; font-family: var(--font-display); }
.step-card h4 { margin-bottom: 10px; color: var(--secondary); }
.step-card p { font-size: 0.9rem; color: var(--text-muted); }
.step-connector { position: absolute; top: 50px; right: -17px; width: 34px; height: 2px; background: var(--primary); z-index: 1; }

/* =============================================
   MINI CALCULATOR
   ============================================= */
.calc-widget { background: linear-gradient(135deg, var(--secondary), #0F2942); border-radius: var(--radius-xl); padding: 56px; color: #fff; position: relative; overflow: hidden; }
.calc-widget::before { content: ''; position: absolute; top: -50px; right: -50px; width: 300px; height: 300px; background: var(--primary); opacity: 0.1; border-radius: 50%; }
.calc-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; }
.calc-form h2 { color: #fff; margin-bottom: 8px; }
.calc-form p { color: rgba(255,255,255,0.75); margin-bottom: 32px; }
.calc-inputs { display: flex; flex-direction: column; gap: 16px; margin-bottom: 24px; }
.calc-label { font-size: 0.85rem; font-weight: 600; color: rgba(255,255,255,0.9); margin-bottom: 6px; display: block; }
.calc-input { width: 100%; padding: 14px 18px; background: rgba(255,255,255,0.12); border: 2px solid rgba(255,255,255,0.2); border-radius: 10px; color: #fff; font-size: 1rem; transition: border-color 0.2s; }
.calc-input:focus { outline: none; border-color: var(--primary); }
.calc-input option { color: var(--text); background: #fff; }
.calc-results { background: rgba(255,255,255,0.1); border-radius: var(--radius-lg); padding: 32px; border: 1px solid rgba(255,255,255,0.15); }
.calc-results h3 { color: #fff; margin-bottom: 24px; font-size: 1.2rem; }
.calc-result-item { display: flex; justify-content: space-between; align-items: center; padding: 12px 0; border-bottom: 1px solid rgba(255,255,255,0.1); }
.calc-result-item:last-child { border-bottom: none; }
.calc-result-label { font-size: 0.9rem; color: rgba(255,255,255,0.75); }
.calc-result-value { font-size: 1.2rem; font-weight: 800; color: var(--primary); }
.calc-result-value.big { font-size: 1.6rem; }
.calc-cta { margin-top: 24px; }

/* =============================================
   FEATURES / BENEFITS
   ============================================= */
.features-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 48px; }
.feature-card { padding: 32px; background: var(--bg); border-radius: var(--radius-lg); border: 2px solid var(--border-light); transition: all 0.3s; }
.feature-card:hover { border-color: var(--primary-light); box-shadow: var(--shadow); transform: translateY(-4px); }
.feature-icon { width: 56px; height: 56px; background: var(--primary-light); border-radius: var(--radius); display: flex; align-items: center; justify-content: center; margin-bottom: 20px; }
.feature-icon svg { color: var(--primary-dark); }
.feature-card h4 { margin-bottom: 10px; color: var(--secondary); }
.feature-card p { font-size: 0.9rem; color: var(--text-muted); line-height: 1.7; }

/* =============================================
   CTA SECTION / BANNER
   ============================================= */
.cta-section { background: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%); padding: 80px 0; text-align: center; color: #fff; }
.cta-section h2 { color: #fff; margin-bottom: 16px; }
.cta-section p { font-size: 1.1rem; opacity: 0.9; margin-bottom: 32px; max-width: 560px; margin-left: auto; margin-right: auto; }
.cta-btns { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }

.cta-banner { background: linear-gradient(135deg, var(--secondary), #0F2942); padding: 80px 0; text-align: center; color: #fff; }
.cta-banner h2 { color: #fff; margin-bottom: 16px; }
.cta-banner p { color: rgba(255,255,255,0.8); font-size: 1.1rem; margin-bottom: 32px; }

/* =============================================
   FAQ
   ============================================= */
.faq-list { margin-top: 32px; max-width: 800px; }
.faq-item { border-bottom: 1px solid var(--border); }
.faq-question { display: flex; justify-content: space-between; align-items: center; padding: 24px 0; cursor: pointer; font-weight: 700; font-size: 1rem; color: var(--secondary); gap: 16px; width: 100%; background: none; border: none; text-align: left; }
.faq-question svg, .faq-icon { flex-shrink: 0; transition: transform 0.3s; color: var(--primary); }
.faq-item.open .faq-question svg, .faq-item.open .faq-icon { transform: rotate(180deg); }
.faq-answer { max-height: 0; overflow: hidden; transition: max-height 0.4s ease, padding 0.3s; }
.faq-answer-inner { padding: 0 0 20px; color: var(--text-muted); line-height: 1.75; font-size: 0.95rem; }
.faq-item.open .faq-answer { max-height: 400px; }

/* =============================================
   SECTION HEADERS
   ============================================= */
.section-header { text-align: center; max-width: 700px; margin: 0 auto 48px; }
.section-header .badge { margin-bottom: 16px; }
.section-header h2 { margin-bottom: 16px; color: var(--secondary); }
.section-header p { color: var(--text-muted); font-size: 1.05rem; }
.lead { font-size: 1.15rem; color: var(--text-muted); line-height: 1.8; }

/* =============================================
   BREADCRUMB
   ============================================= */
.breadcrumb { display: flex; align-items: center; gap: 8px; font-size: 0.85rem; color: var(--text-muted); margin-bottom: 24px; flex-wrap: wrap; }
.breadcrumb a { color: var(--primary); }
.breadcrumb a:hover { text-decoration: underline; }

/* =============================================
   GUIDE HERO (gids pages)
   ============================================= */
.guide-hero { background: var(--bg-soft); padding: 64px 0; border-bottom: 1px solid var(--border); }
.guide-hero-content { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; margin-top: 16px; }
.guide-hero-text h1 { color: var(--secondary); margin-bottom: 16px; }
.guide-hero-img img { border-radius: var(--radius-lg); box-shadow: var(--shadow-lg); width: 100%; object-fit: cover; }
.guide-badge { display: inline-flex; align-items: center; gap: 6px; padding: 6px 14px; background: var(--primary-light); color: var(--primary-dark); border-radius: 999px; font-size: 0.82rem; font-weight: 700; margin-bottom: 16px; }
.guide-meta { display: flex; gap: 20px; font-size: 0.85rem; color: var(--text-muted); margin: 16px 0 24px; flex-wrap: wrap; }

/* =============================================
   PRICE CARDS (kosten page)
   ============================================= */
.summary-box { background: var(--bg-soft); border-radius: var(--radius-lg); padding: 40px; border: 2px solid var(--border); margin-bottom: 48px; }
.summary-box h2 { color: var(--secondary); margin-bottom: 24px; }
.price-cards-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.price-card { background: #fff; border-radius: var(--radius); padding: 24px; border: 2px solid var(--border); display: flex; flex-direction: column; gap: 8px; transition: all 0.2s; }
.price-card.featured { border-color: var(--primary); background: var(--primary-light); }
.price-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.pc-label { font-size: 0.82rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.5px; color: var(--text-muted); }
.pc-price { font-size: 1.4rem; font-weight: 800; color: var(--secondary); font-family: var(--font-display); }
.price-card.featured .pc-price { color: var(--primary-dark); }
.pc-detail { font-size: 0.8rem; color: var(--text-muted); }

/* Cost Calculator */
.cost-calculator { background: var(--bg-soft); border-radius: var(--radius-lg); padding: 40px; border: 2px solid var(--border); }
.cost-calculator h2 { color: var(--secondary); margin-bottom: 8px; }
.calc-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; margin-top: 24px; }
.calc-col { display: flex; flex-direction: column; gap: 16px; }
.calc-col label { font-size: 0.85rem; font-weight: 600; color: var(--text); margin-bottom: 4px; display: block; }
.calc-col select { padding: 10px 14px; border: 2px solid var(--border); border-radius: 8px; font-size: 0.95rem; background: #fff; }
.calc-results { background: var(--secondary); border-radius: var(--radius); padding: 28px; color: #fff; }
.calc-result-main { text-align: center; margin-bottom: 24px; padding-bottom: 20px; border-bottom: 1px solid rgba(255,255,255,0.15); }
.cr-label { font-size: 0.8rem; color: rgba(255,255,255,0.7); text-transform: uppercase; letter-spacing: 0.5px; }
.cr-kwp { font-size: 2.5rem; font-weight: 800; color: var(--primary); font-family: var(--font-display); }
.cr-panels { font-size: 0.9rem; color: rgba(255,255,255,0.7); }
.calc-result-breakdown { display: flex; flex-direction: column; gap: 10px; }
.crb-item { display: flex; justify-content: space-between; align-items: center; font-size: 0.9rem; padding: 8px 0; border-bottom: 1px solid rgba(255,255,255,0.1); }
.crb-item:last-child { border-bottom: none; }
.crb-item span:first-child { color: rgba(255,255,255,0.75); }
.crb-total { font-weight: 700; font-size: 1rem !important; }
.crb-total span { color: #fff !important; }
.crb-save span:last-child { color: var(--accent) !important; font-weight: 700; }

/* Factors grid */
.factors-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 32px; }
.factor-card { background: #fff; border-radius: var(--radius); padding: 28px; border: 2px solid var(--border); }
.factor-icon { font-size: 2rem; margin-bottom: 12px; }
.factor-card h3 { color: var(--secondary); font-size: 1.1rem; margin-bottom: 12px; }
.factor-card p, .factor-card ul { font-size: 0.9rem; color: var(--text-muted); }
.factor-card ul { padding-left: 16px; list-style: disc; }
.factor-card li { margin-bottom: 6px; }
.mini-table { width: 100%; border-collapse: collapse; margin-top: 10px; font-size: 0.82rem; }
.mini-table th { background: var(--bg-soft); padding: 6px 8px; text-align: left; color: var(--secondary); }
.mini-table td { padding: 6px 8px; border-bottom: 1px solid var(--border-light); }

/* Subsidy cards */
.subsidy-cards { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; margin-top: 32px; }
.sub-card { background: #fff; border-radius: var(--radius); padding: 28px; border: 2px solid var(--border); }
.sub-green { border-left: 4px solid var(--accent); }
.sub-blue { border-left: 4px solid #3B82F6; }
.sub-orange { border-left: 4px solid var(--primary); }
.sub-purple { border-left: 4px solid #8B5CF6; }
.sub-card h3 { color: var(--secondary); font-size: 1.05rem; margin-bottom: 10px; }
.sub-card p { font-size: 0.9rem; color: var(--text-muted); }

/* ROI Table */
.table-wrapper { overflow-x: auto; margin-top: 20px; }
.roi-table { width: 100%; border-collapse: collapse; }
.roi-table th { background: var(--secondary); color: #fff; padding: 12px 16px; text-align: left; font-size: 0.88rem; }
.roi-table td { padding: 12px 16px; border-bottom: 1px solid var(--border); font-size: 0.9rem; }
.roi-table tr:nth-child(even) td { background: var(--bg-soft); }
.tvt-badge { display: inline-block; padding: 3px 10px; background: var(--primary-light); color: var(--primary-dark); border-radius: 999px; font-weight: 700; font-size: 0.82rem; }

/* =============================================
   PROVINCE PAGE
   ============================================= */
.province-hero { min-height: 400px; background-size: cover; background-position: center; position: relative; }
.province-hero-overlay { background: linear-gradient(to right, rgba(30,58,95,0.92), rgba(30,58,95,0.7)); min-height: 400px; display: flex; align-items: center; padding: 64px 0; }
.province-hero-overlay h1 { color: #fff; margin-bottom: 12px; }
.province-hero-sub { color: rgba(255,255,255,0.8); font-size: 1.1rem; margin-bottom: 32px; }
.province-hero-stats { display: flex; gap: 32px; flex-wrap: wrap; margin-bottom: 32px; }
.p-stat { text-align: center; }
.p-stat-val { display: block; font-size: 1.6rem; font-weight: 800; color: var(--primary); font-family: var(--font-display); }
.p-stat-lbl { font-size: 0.8rem; color: rgba(255,255,255,0.7); }

.province-layout { display: grid; grid-template-columns: 2fr 1fr; gap: 48px; align-items: start; }
.province-main { }
.province-main h2 { color: var(--secondary); margin-bottom: 16px; }
.province-main h3 { color: var(--secondary); margin: 32px 0 16px; font-size: 1.3rem; }
.province-main p { color: var(--text-muted); line-height: 1.8; margin-bottom: 16px; }

.check-list { display: flex; flex-direction: column; gap: 10px; }
.check-list li { display: flex; align-items: flex-start; gap: 10px; color: var(--text-muted); font-size: 0.95rem; }
.check-list li::before { content: '✓'; color: var(--accent); font-weight: 800; flex-shrink: 0; }

.province-sidebar { }
.sidebar-card { background: #fff; border-radius: var(--radius-lg); padding: 24px; border: 2px solid var(--border); margin-bottom: 20px; }
.sidebar-card h3 { color: var(--secondary); font-size: 1rem; margin-bottom: 16px; }
.cta-card { background: var(--secondary); border-color: var(--secondary); }
.cta-card h3 { color: #fff; }
.cta-card p { color: rgba(255,255,255,0.75); font-size: 0.9rem; margin-bottom: 16px; }
.cta-list { margin-top: 12px; display: flex; flex-direction: column; gap: 6px; }
.cta-list li { font-size: 0.85rem; color: rgba(255,255,255,0.8); }

.solar-data-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.solar-data-item { }
.sdi-label { display: block; font-size: 0.75rem; color: var(--text-muted); margin-bottom: 2px; }
.sdi-val { font-size: 0.95rem; font-weight: 700; color: var(--secondary); }

.province-nav-list { display: flex; flex-direction: column; gap: 6px; }
.province-nav-list a { display: block; padding: 8px 12px; border-radius: 8px; font-size: 0.9rem; color: var(--text-muted); transition: all 0.2s; }
.province-nav-list a:hover, .province-nav-list a.active { background: var(--primary-light); color: var(--primary-dark); font-weight: 600; }

/* City card mini (province page) */
.city-card-link { text-decoration: none; }
.city-card-mini { display: flex; align-items: center; justify-content: space-between; padding: 12px 16px; background: #fff; border: 2px solid var(--border); border-radius: var(--radius); transition: all 0.2s; }
.city-card-mini:hover { border-color: var(--primary); background: var(--primary-light); }
.city-name { font-weight: 600; font-size: 0.9rem; color: var(--secondary); }
.city-zip { font-size: 0.78rem; color: var(--text-muted); }
.city-arrow { color: var(--primary); font-weight: 800; }

.city-search-bar { margin-bottom: 24px; }
.city-search-bar input { width: 100%; max-width: 480px; padding: 12px 20px; border: 2px solid var(--border); border-radius: var(--radius); font-size: 1rem; }
.city-search-bar input:focus { outline: none; border-color: var(--primary); }

/* =============================================
   SUBSIDY CALCULATOR (subsidies page)
   ============================================= */
.subsidy-calculator { background: var(--bg-soft); border-radius: var(--radius-lg); padding: 40px; border: 2px solid var(--border); margin-bottom: 48px; }
.sc-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; margin-top: 24px; }
.sc-inputs { display: flex; flex-direction: column; gap: 16px; }
.sc-inputs label { font-size: 0.85rem; font-weight: 600; color: var(--text); display: block; margin-bottom: 4px; }
.sc-inputs select, .sc-inputs input { padding: 10px 14px; border: 2px solid var(--border); border-radius: 8px; font-size: 0.95rem; width: 100%; background: #fff; }
.sc-results { background: var(--secondary); border-radius: var(--radius); padding: 28px; color: #fff; }
.sc-results h4 { color: #fff; margin-bottom: 20px; }
.sc-result-list { display: flex; flex-direction: column; gap: 12px; }
.sc-result-item { display: flex; justify-content: space-between; padding: 10px 0; border-bottom: 1px solid rgba(255,255,255,0.15); font-size: 0.9rem; }
.sc-val { font-weight: 700; color: var(--primary); }
.sc-total-row { font-size: 1rem !important; padding-top: 14px; border-top: 2px solid rgba(255,255,255,0.3); border-bottom: none; }
.sc-total-val { font-size: 1.4rem !important; color: var(--accent) !important; }

.region-subsidies { margin-top: 48px; }
.region-header { border-radius: var(--radius) var(--radius) 0 0; padding: 20px 28px; }
.region-header-vl { background: var(--primary-light); border-left: 4px solid var(--primary); }
.region-header-bxl { background: #DBEAFE; border-left: 4px solid #3B82F6; }
.region-header h2 { color: var(--secondary); font-size: 1.5rem; margin-bottom: 4px; }
.region-header p { color: var(--text-muted); font-size: 0.9rem; }
.subsidy-detail-cards { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; margin-top: 20px; }
.sdc { background: #fff; border-radius: var(--radius); padding: 24px; border: 2px solid var(--border); }
.sdc-header { display: flex; align-items: center; gap: 10px; margin-bottom: 12px; flex-wrap: wrap; }
.sdc-icon { font-size: 1.4rem; }
.sdc-header h3 { color: var(--secondary); font-size: 1rem; flex: 1; }
.sdc-badge { padding: 3px 10px; border-radius: 999px; font-size: 0.72rem; font-weight: 700; text-transform: uppercase; }
.sdc-green { background: #D1FAE5; color: #065F46; }
.sdc-blue { background: #DBEAFE; color: #1E40AF; }
.sdc-orange { background: var(--primary-light); color: var(--primary-dark); }
.sdc p { font-size: 0.88rem; color: var(--text-muted); margin-bottom: 12px; }
.sdc-detail { font-size: 0.82rem; color: var(--text-muted); background: var(--bg-soft); padding: 12px; border-radius: 8px; line-height: 1.7; }

/* Timeline (subsidies) */
.timeline { display: flex; flex-direction: column; gap: 0; margin-top: 32px; }
.tl-item { display: flex; gap: 24px; padding-bottom: 32px; position: relative; }
.tl-item:not(:last-child)::after { content: ''; position: absolute; left: 19px; top: 48px; bottom: 0; width: 2px; background: var(--border); }
.tl-step { width: 40px; height: 40px; background: var(--primary); color: #fff; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-weight: 800; flex-shrink: 0; font-size: 1rem; }
.tl-content h3 { color: var(--secondary); font-size: 1.05rem; margin-bottom: 8px; }
.tl-content p { font-size: 0.9rem; color: var(--text-muted); }

/* =============================================
   INSTALLATIE PAGE
   ============================================= */
.install-steps { display: flex; flex-direction: column; gap: 0; margin-top: 32px; }
.install-step { display: flex; gap: 32px; padding: 32px 0; border-bottom: 1px solid var(--border); }
.install-step:last-child { border-bottom: none; }
.is-number { width: 56px; height: 56px; background: var(--primary); color: #fff; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 1.4rem; font-weight: 800; flex-shrink: 0; font-family: var(--font-display); }
.is-content { flex: 1; }
.is-content h3 { color: var(--secondary); font-size: 1.2rem; margin-bottom: 8px; }
.is-duration { display: inline-flex; align-items: center; gap: 6px; font-size: 0.8rem; color: var(--primary-dark); background: var(--primary-light); padding: 3px 10px; border-radius: 999px; font-weight: 600; margin-bottom: 12px; }
.is-content p { color: var(--text-muted); font-size: 0.95rem; line-height: 1.75; }
.is-checklist { background: var(--bg-soft); border-radius: 8px; padding: 16px 20px; margin-top: 16px; }
.is-checklist h4 { font-size: 0.85rem; color: var(--secondary); margin-bottom: 10px; }
.is-checklist ul { display: flex; flex-direction: column; gap: 6px; }
.is-checklist li { font-size: 0.85rem; color: var(--text-muted); }
.is-tip { background: var(--primary-light); border-left: 3px solid var(--primary); padding: 12px 16px; border-radius: 0 8px 8px 0; font-size: 0.88rem; color: var(--primary-dark); margin-top: 12px; }

.roof-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; margin-top: 32px; }
.roof-card { background: #fff; border-radius: var(--radius); padding: 24px; border: 2px solid var(--border); text-align: center; }
.roof-icon { font-size: 2.5rem; margin-bottom: 12px; }
.roof-card h3 { color: var(--secondary); font-size: 1rem; margin-bottom: 8px; }
.roof-card p { font-size: 0.85rem; color: var(--text-muted); }

/* =============================================
   RENDEMENT PAGE
   ============================================= */
.rendement-calculator { background: var(--bg-soft); border-radius: var(--radius-lg); padding: 40px; border: 2px solid var(--border); }
.rendement-calculator h2 { color: var(--secondary); margin-bottom: 8px; }
.rc-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 32px; margin-top: 24px; }
.rc-controls { display: flex; flex-direction: column; gap: 20px; }
.rc-control label { font-size: 0.85rem; font-weight: 600; color: var(--text); display: block; margin-bottom: 8px; }
.ctrl-val { color: var(--primary); font-weight: 800; }
.rc-control select { padding: 10px 14px; border: 2px solid var(--border); border-radius: 8px; font-size: 0.95rem; width: 100%; }
.orient-buttons, .shade-buttons { display: flex; gap: 8px; flex-wrap: wrap; }
.ob, .sb { padding: 6px 12px; border: 2px solid var(--border); border-radius: 8px; font-size: 0.8rem; cursor: pointer; background: #fff; font-weight: 600; transition: all 0.2s; }
.ob.active, .sb.active { background: var(--primary); border-color: var(--primary); color: #fff; }

.rc-results { background: var(--secondary); border-radius: var(--radius); padding: 28px; color: #fff; }
.rc-main-result { text-align: center; padding-bottom: 20px; border-bottom: 1px solid rgba(255,255,255,0.15); margin-bottom: 20px; }
.rc-kwh-label { font-size: 0.8rem; color: rgba(255,255,255,0.7); text-transform: uppercase; letter-spacing: 0.5px; }
.rc-kwh-val { font-size: 2.5rem; font-weight: 800; color: var(--primary); font-family: var(--font-display); }
.rc-kwh-sub { font-size: 0.85rem; color: rgba(255,255,255,0.6); }
.rc-breakdown { display: flex; flex-direction: column; gap: 10px; margin-bottom: 20px; }
.rc-bd-item { display: flex; justify-content: space-between; font-size: 0.88rem; padding: 6px 0; border-bottom: 1px solid rgba(255,255,255,0.1); }
.rc-bd-item span:first-child { color: rgba(255,255,255,0.75); }
.rc-bd-item span:last-child { font-weight: 700; }
.eff-badge { padding: 3px 10px; border-radius: 999px; font-size: 0.82rem; font-weight: 700; }
.eff-green { background: #D1FAE5; color: #065F46; }
.eff-orange { background: #FEF3C7; color: #92400E; }
.eff-red { background: #FEE2E2; color: #991B1B; }

.rc-bar-chart { display: flex; align-items: flex-end; gap: 3px; height: 100px; padding-top: 8px; }
.rcb-col { flex: 1; display: flex; flex-direction: column; align-items: center; height: 100%; }
.rcb-val { font-size: 0.55rem; color: rgba(255,255,255,0.6); margin-bottom: 2px; }
.rcb-bar { width: 80%; background: var(--primary); border-radius: 2px 2px 0 0; flex: 1; max-height: 100%; }
.rcb-lbl { font-size: 0.55rem; color: rgba(255,255,255,0.5); margin-top: 2px; }

.rendement-factors { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; margin-top: 32px; }
.rf-card { background: #fff; border-radius: var(--radius); padding: 28px; border: 2px solid var(--border); }
.rf-card h3 { color: var(--secondary); margin-bottom: 16px; }
.rf-card p, .rf-card ul { font-size: 0.9rem; color: var(--text-muted); }
.rf-card ul { padding-left: 16px; list-style: disc; margin-top: 8px; }
.rf-card li { margin-bottom: 6px; }

/* Compass visual */
.orient-visual { display: flex; justify-content: center; margin: 16px 0; }
.ov-compass { display: grid; grid-template-columns: 1fr 1fr 1fr; grid-template-rows: 1fr 1fr 1fr; gap: 4px; width: 160px; height: 160px; }
.ov-dir { display: flex; flex-direction: column; align-items: center; justify-content: center; font-size: 0.75rem; font-weight: 700; color: var(--text-muted); background: var(--bg-soft); border-radius: 6px; }
.ov-n { grid-column: 2; grid-row: 1; }
.ov-o { grid-column: 3; grid-row: 2; }
.ov-z { grid-column: 2; grid-row: 3; }
.ov-w { grid-column: 1; grid-row: 2; }
.ov-best { background: var(--primary-light) !important; color: var(--primary-dark) !important; }
.ov-pct { font-size: 0.7rem; font-weight: 800; }

/* Angle visual */
.av-bar-wrap { display: flex; align-items: flex-end; gap: 4px; height: 80px; margin: 12px 0; }
.av-bar-item { display: flex; flex-direction: column; align-items: center; flex: 1; }
.av-bar-fill { width: 100%; border-radius: 2px 2px 0 0; min-height: 4px; }
.av-label { font-size: 0.65rem; color: var(--text-muted); margin-top: 3px; }

/* Monthly bar chart */
.monthly-chart-wrap { display: flex; align-items: flex-end; gap: 8px; height: 200px; padding: 16px 0 0; background: var(--bg-soft); border-radius: var(--radius); padding: 20px 16px 0; }
.mc-bar-col { flex: 1; display: flex; flex-direction: column; align-items: center; height: 100%; }
.mc-val { font-size: 0.7rem; font-weight: 700; color: var(--secondary); margin-bottom: 4px; }
.mc-val small { font-size: 0.55rem; color: var(--text-muted); font-weight: 400; }
.mc-bar-wrap { flex: 1; width: 100%; display: flex; align-items: flex-end; justify-content: center; }
.mc-bar-fill { width: 75%; background: var(--primary); border-radius: 4px 4px 0 0; min-height: 4px; }
.mc-label { font-size: 0.72rem; color: var(--text-muted); margin-top: 6px; }
.chart-note { font-size: 0.78rem; color: var(--text-muted); text-align: center; margin-top: 12px; }

/* =============================================
   STATBEL STATS (stad page)
   ============================================= */
.statbel-stats-block { background: var(--bg-soft); border-radius: var(--radius-lg); padding: 32px; border: 2px solid var(--border); margin-bottom: 32px; }
.statbel-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin: 16px 0 24px; }
.statbel-item { background: #fff; border-radius: var(--radius); padding: 16px; text-align: center; border: 1px solid var(--border); }
.statbel-val { font-size: 1.4rem; font-weight: 800; color: var(--secondary); font-family: var(--font-display); }
.statbel-lbl { font-size: 0.75rem; color: var(--text-muted); margin-top: 4px; }

.solar-adoption-bar { margin-top: 16px; }
.sab-label { font-size: 0.82rem; font-weight: 600; color: var(--text); margin-bottom: 8px; }
.sab-track { height: 14px; background: var(--border); border-radius: 999px; overflow: hidden; }
.sab-fill { height: 100%; background: linear-gradient(90deg, var(--primary), var(--primary-dark)); border-radius: 999px; display: flex; align-items: center; justify-content: flex-end; padding-right: 8px; transition: width 0.8s ease; }
.sab-fill span { font-size: 0.7rem; font-weight: 800; color: #fff; white-space: nowrap; }
.sab-scale { display: flex; justify-content: space-between; font-size: 0.72rem; color: var(--text-muted); margin-top: 4px; }

/* =============================================
   GUIDE LINKS GRID (stad page)
   ============================================= */
.guide-links-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.guide-link-card { display: flex; align-items: center; gap: 12px; padding: 16px 20px; background: var(--bg-soft); border: 2px solid var(--border); border-radius: var(--radius); transition: all 0.2s; }
.guide-link-card:hover { border-color: var(--primary); background: var(--primary-light); transform: translateY(-2px); }
.glc-icon { font-size: 1.4rem; flex-shrink: 0; }
.glc-title { font-weight: 600; font-size: 0.9rem; color: var(--secondary); flex: 1; }
.glc-arrow { color: var(--primary); font-weight: 800; }

/* =============================================
   GIDSEN OVERVIEW PAGE
   ============================================= */
.gids-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 32px; margin-top: 48px; }
.gids-card { background: #fff; border-radius: var(--radius-lg); border: 2px solid var(--border); overflow: hidden; transition: all 0.3s; }
.gids-card:hover { border-color: var(--primary); transform: translateY(-4px); box-shadow: var(--shadow-lg); }
.gids-card img { width: 100%; height: 200px; object-fit: cover; }
.gids-card-body { padding: 28px; }
.gids-card-body h3 { color: var(--secondary); margin-bottom: 10px; font-size: 1.2rem; }
.gids-card-body p { font-size: 0.9rem; color: var(--text-muted); margin-bottom: 16px; }
.gids-tag { display: inline-flex; padding: 4px 10px; background: var(--primary-light); color: var(--primary-dark); border-radius: 999px; font-size: 0.75rem; font-weight: 700; margin-bottom: 12px; }

/* =============================================
   STEDEN / CITIES
   ============================================= */
.steden-hero { background: var(--bg-soft); padding: 56px 0; border-bottom: 1px solid var(--border); }
.steden-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); gap: 12px; }
.stad-card { display: flex; align-items: center; gap: 10px; padding: 14px 16px; background: #fff; border: 2px solid var(--border); border-radius: var(--radius); transition: all 0.2s; text-decoration: none; }
.stad-card:hover { border-color: var(--primary); background: var(--primary-light); transform: translateX(4px); }
.stad-card-icon { width: 32px; height: 32px; background: var(--primary-light); border-radius: 8px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.stad-card-icon svg { color: var(--primary-dark); }
.stad-card-name { font-weight: 600; font-size: 0.9rem; color: var(--secondary); }
.stad-card-zip { font-size: 0.78rem; color: var(--text-muted); }
.province-section { margin-bottom: 48px; }
.province-section h2 { font-size: 1.5rem; color: var(--secondary); margin-bottom: 20px; padding-bottom: 12px; border-bottom: 3px solid var(--primary); display: inline-block; }
.cities-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); gap: 10px; }
.city-card { padding: 16px; background: var(--bg); border: 2px solid var(--border); border-radius: var(--radius); text-align: center; transition: all 0.2s; display: flex; flex-direction: column; align-items: center; gap: 8px; }
.city-card:hover { border-color: var(--primary); background: var(--primary-light); transform: translateY(-2px); }

/* =============================================
   STAD PAGE
   ============================================= */
.stad-hero { background: linear-gradient(135deg, var(--secondary), #0F2942); padding: 60px 0; color: #fff; }
.stad-hero-inner { display: grid; grid-template-columns: 1fr 440px; gap: 48px; align-items: center; }
.stad-breadcrumb { display: flex; align-items: center; gap: 8px; font-size: 0.85rem; color: rgba(255,255,255,0.6); margin-bottom: 16px; flex-wrap: wrap; }
.stad-breadcrumb a { color: rgba(255,255,255,0.6); }
.stad-breadcrumb a:hover { color: var(--primary); }
.stad-hero h1 { color: #fff; font-size: clamp(1.8rem, 4vw, 2.8rem); margin-bottom: 12px; }
.stad-hero p { color: rgba(255,255,255,0.8); font-size: 1rem; line-height: 1.75; max-width: 520px; }
.stad-stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin-top: 28px; }
.stad-stat { text-align: center; background: rgba(255,255,255,0.1); border-radius: var(--radius); padding: 14px 10px; }
.stad-stat-value { font-size: 1.3rem; font-weight: 800; color: var(--primary); }
.stad-stat-label { font-size: 0.72rem; color: rgba(255,255,255,0.7); margin-top: 4px; }
.stad-content-grid { display: grid; grid-template-columns: 2fr 1fr; gap: 48px; align-items: start; }
.stad-form-card { background: #fff; border-radius: var(--radius-lg); padding: 32px; color: var(--text); }
.stad-form-card h3 { color: var(--secondary); margin-bottom: 6px; font-size: 1.3rem; }
.stad-form-card p { color: var(--text-muted); font-size: 0.88rem; margin-bottom: 20px; }

/* =============================================
   PVGIS CHART
   ============================================= */
.pvgis-chart { display: flex; align-items: flex-end; gap: 4px; height: 180px; padding: 16px 8px 0; background: var(--bg-soft); border-radius: var(--radius); border: 1px solid var(--border); overflow: hidden; }
.pvgis-bar-wrap { flex: 1; display: flex; flex-direction: column; align-items: center; height: 100%; position: relative; }
.pvgis-bar-col { flex: 1; width: 100%; display: flex; align-items: flex-end; justify-content: center; }
.pvgis-bar { width: 80%; min-height: 4px; border-radius: 4px 4px 0 0; transition: height 0.5s ease; }
.pvgis-bar-label-top { font-size: 0.68rem; font-weight: 700; color: var(--secondary); margin-bottom: 4px; white-space: nowrap; }
.pvgis-bar-month { font-size: 0.7rem; color: var(--text-muted); margin-top: 4px; font-weight: 500; }

/* =============================================
   HOE WERKT HET
   ============================================= */
.process-timeline { position: relative; padding: 48px 0; }
.process-timeline::before { content: ''; position: absolute; left: 50%; transform: translateX(-50%); top: 0; bottom: 0; width: 2px; background: var(--border); }
.process-step { display: grid; grid-template-columns: 1fr 80px 1fr; gap: 32px; align-items: center; margin-bottom: 48px; }
.process-step-content { padding: 32px; background: #fff; border-radius: var(--radius-lg); border: 2px solid var(--border); box-shadow: var(--shadow-sm); }
.process-step-content h3 { color: var(--secondary); margin-bottom: 10px; }
.process-step-content p { color: var(--text-muted); font-size: 0.9rem; }
.process-step-number { width: 64px; height: 64px; background: var(--primary); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 1.5rem; font-weight: 800; color: #fff; font-family: var(--font-display); box-shadow: 0 0 0 6px #fff, 0 0 0 8px var(--primary); margin: 0 auto; position: relative; z-index: 1; }
.process-step:nth-child(even) .process-step-content:first-child { opacity: 0; }
.process-step:nth-child(even) .process-step-content:last-child { order: -2; }

/* =============================================
   LEAD FORM PAGE
   ============================================= */
.lead-hero { background: linear-gradient(135deg, var(--secondary) 0%, #0F2942 100%); padding: 60px 0; color: #fff; text-align: center; }
.lead-hero h1 { color: #fff; margin-bottom: 12px; }
.lead-hero p { color: rgba(255,255,255,0.8); font-size: 1.1rem; max-width: 560px; margin: 0 auto; }
.lead-form-container { max-width: 680px; margin: -40px auto 60px; background: #fff; border-radius: var(--radius-xl); padding: 48px; box-shadow: var(--shadow-lg); position: relative; }
.lead-form-section-title { font-size: 0.8rem; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; color: var(--primary-dark); margin-bottom: 16px; margin-top: 24px; }
.lead-form-section-title:first-child { margin-top: 0; }
.form-grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form-steps { display: flex; justify-content: center; gap: 8px; margin-bottom: 32px; }
.form-step-dot { width: 10px; height: 10px; border-radius: 50%; background: var(--border); transition: all 0.3s; }
.form-step-dot.active { background: var(--primary); width: 32px; border-radius: 999px; }
.form-step-dot.done { background: var(--accent); }

/* =============================================
   CALCULATOR PAGE
   ============================================= */
.calculator-page { padding: 64px 0; }
.calculator-card { background: #fff; border-radius: var(--radius-xl); box-shadow: var(--shadow-lg); overflow: hidden; border: 1px solid var(--border); }
.calculator-header { background: linear-gradient(135deg, var(--secondary), #0F2942); padding: 40px 48px; color: #fff; }
.calculator-header h1 { color: #fff; font-size: 2rem; margin-bottom: 8px; }
.calculator-header p { color: rgba(255,255,255,0.8); }
.calculator-body { display: grid; grid-template-columns: 1fr 400px; }
.calculator-inputs-panel { padding: 48px; border-right: 1px solid var(--border); }
.calculator-results-panel { padding: 48px; background: var(--bg-soft); }
.calc-section-title { font-size: 0.8rem; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; color: var(--text-muted); margin-bottom: 16px; margin-top: 28px; }
.calc-section-title:first-child { margin-top: 0; }
.range-wrapper { position: relative; margin-top: 8px; }
.range-value { display: inline-block; padding: 4px 12px; background: var(--primary); color: #fff; border-radius: 999px; font-size: 0.85rem; font-weight: 700; margin-bottom: 6px; }
input[type="range"] { width: 100%; accent-color: var(--primary); cursor: pointer; height: 6px; border-radius: 3px; }
.result-card { background: #fff; border-radius: var(--radius); padding: 20px; margin-bottom: 12px; border: 2px solid var(--border); transition: border-color 0.3s; }
.result-card.highlight { border-color: var(--primary); background: var(--primary-light); }
.result-card-label { font-size: 0.8rem; color: var(--text-muted); font-weight: 600; text-transform: uppercase; letter-spacing: 0.5px; }
.result-card-value { font-size: 2rem; font-weight: 800; color: var(--secondary); margin: 4px 0; font-family: var(--font-display); }
.result-card.highlight .result-card-value { color: var(--primary-dark); }
.result-card-desc { font-size: 0.8rem; color: var(--text-muted); }
.payback-bar { height: 8px; background: var(--border); border-radius: 4px; margin-top: 8px; overflow: hidden; }
.payback-bar-fill { height: 100%; background: var(--accent); border-radius: 4px; transition: width 0.5s ease; }

/* =============================================
   FOOTER
   ============================================= */
.footer { background: var(--secondary); color: rgba(255,255,255,0.8); }
.footer-top { padding: 64px 0 48px; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 48px; }
.footer-logo { display: flex; align-items: center; gap: 10px; margin-bottom: 16px; }
.footer-logo-text { font-family: var(--font-display); font-weight: 800; font-size: 1.3rem; color: #fff; }
.footer-desc { font-size: 0.9rem; line-height: 1.7; margin-bottom: 24px; }
.footer-col h5 { color: #fff; font-size: 0.9rem; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 16px; }
.footer-col ul li { margin-bottom: 8px; }
.footer-col ul li a { font-size: 0.9rem; opacity: 0.75; transition: opacity 0.2s; }
.footer-col ul li a:hover { opacity: 1; color: var(--primary); }
.footer-bottom { padding: 24px 0; border-top: 1px solid rgba(255,255,255,0.1); display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 12px; }
.footer-bottom p { font-size: 0.85rem; opacity: 0.6; }
.footer-cert { display: flex; gap: 12px; align-items: center; }
.footer-cert-badge { padding: 4px 12px; border: 1px solid rgba(255,255,255,0.2); border-radius: 6px; font-size: 0.75rem; opacity: 0.7; }

/* =============================================
   SCROLL REVEAL
   ============================================= */
.reveal-on-scroll { opacity: 0; transform: translateY(24px); transition: opacity 0.6s ease, transform 0.6s ease; }
.reveal-on-scroll.revealed { opacity: 1; transform: translateY(0); }

/* =============================================
   UTILITY
   ============================================= */
.text-primary { color: var(--primary); }
.text-secondary { color: var(--secondary); }
.text-accent { color: var(--accent); }
.text-center { text-align: center; }
.text-muted { color: var(--text-muted); }
.fw-bold { font-weight: 700; }
.mt-8 { margin-top: 8px; } .mt-16 { margin-top: 16px; } .mt-32 { margin-top: 32px; }
.mb-8 { margin-bottom: 8px; } .mb-16 { margin-bottom: 16px; }

.checklist { display: flex; flex-direction: column; gap: 10px; margin-top: 16px; }
.checklist li { display: flex; align-items: flex-start; gap: 10px; font-size: 0.95rem; color: var(--text-muted); }
.checklist li svg { color: var(--accent); flex-shrink: 0; margin-top: 2px; }

.info-box { background: var(--bg-warm); border-left: 4px solid var(--primary); border-radius: 8px; padding: 20px 24px; display: flex; gap: 16px; align-items: flex-start; }
.info-box-icon { font-size: 1.5rem; flex-shrink: 0; }
.info-box strong { color: var(--secondary); display: block; margin-bottom: 6px; }
.info-box p { font-size: 0.9rem; color: var(--text-muted); }

.comparison-table { width: 100%; border-collapse: collapse; }
.comparison-table th { background: var(--secondary); color: #fff; padding: 14px 16px; text-align: left; font-size: 0.9rem; }
.comparison-table td { padding: 12px 16px; border-bottom: 1px solid var(--border); font-size: 0.9rem; }
.comparison-table tr:nth-child(even) td { background: var(--bg-soft); }
.comparison-table td.green { color: var(--accent); font-weight: 700; }

.badge { display: inline-flex; align-items: center; gap: 6px; padding: 6px 14px; border-radius: 999px; font-size: 0.8rem; font-weight: 600; }
.badge-primary { background: var(--primary-light); color: var(--primary-dark); }
.badge-green { background: #D1FAE5; color: #065F46; }
.badge-blue { background: #DBEAFE; color: #1E40AF; }

.urgency-bar { background: var(--primary); color: #fff; text-align: center; padding: 10px 24px; font-size: 0.9rem; font-weight: 600; }
.floating-cta { position: fixed; bottom: 24px; right: 24px; z-index: 50; display: none; }
.floating-cta.visible { display: block; }
.pulse-dot { display: inline-block; width: 8px; height: 8px; background: var(--accent); border-radius: 50%; animation: pulse 2s infinite; }
@keyframes pulse { 0%,100%{transform:scale(1)}50%{transform:scale(1.3)} }

#stadMap img { max-width: none; }

/* Province tabs */
.province-tabs { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 32px; }
.province-tab { padding: 8px 18px; border-radius: 999px; font-size: 0.85rem; font-weight: 600; border: 2px solid var(--border); background: var(--bg); cursor: pointer; transition: all 0.2s; }
.province-tab:hover, .province-tab.active { background: var(--primary); color: #fff; border-color: var(--primary); }

/* =============================================
   RESPONSIVE
   ============================================= */
@media (max-width: 1024px) {
  .hero-inner { grid-template-columns: 1fr; gap: 48px; }
  .hero-form-card { max-width: 500px; }
  .calc-inner, .calc-grid, .sc-grid, .rc-layout { grid-template-columns: 1fr; }
  .steps-grid { grid-template-columns: repeat(2, 1fr); }
  .step-connector { display: none; }
  .features-grid, .factors-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 32px; }
  .calculator-body { grid-template-columns: 1fr; }
  .calculator-results-panel { border-top: 1px solid var(--border); border-right: none; }
  .stad-hero-inner { grid-template-columns: 1fr; }
  .stad-content-grid { grid-template-columns: 1fr; }
  .process-timeline::before { display: none; }
  .process-step { grid-template-columns: 1fr; }
  .process-step-content:first-child { display: none; }
  .stad-stats { grid-template-columns: repeat(2, 1fr); }
  .guide-hero-content { grid-template-columns: 1fr; }
  .province-layout { grid-template-columns: 1fr; }
  .price-cards-grid { grid-template-columns: repeat(2, 1fr); }
  .subsidy-detail-cards { grid-template-columns: 1fr; }
  .rendement-factors { grid-template-columns: 1fr; }
  .gids-grid { grid-template-columns: 1fr; }
  .roof-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 768px) {
  .nav-links { display: none; }
  .mobile-menu-btn { display: flex; align-items: center; justify-content: center; }
  .mobile-menu { display: block; background: #fff; border-bottom: 1px solid var(--border); }
  .mobile-menu.hidden { display: none; }
  .mobile-menu a { display: block; padding: 14px 24px; border-bottom: 1px solid var(--border); font-weight: 500; color: var(--text); }
  .steps-grid { grid-template-columns: 1fr; }
  .features-grid, .factors-grid, .rendement-factors, .subsidy-cards, .subsidy-detail-cards { grid-template-columns: 1fr; }
  .hero { padding: 48px 0 64px; }
  .section { padding: 56px 0; }
  .calc-widget { padding: 32px 24px; }
  .lead-form-container { margin: -20px 16px 40px; padding: 32px 24px; }
  .form-grid-2 { grid-template-columns: 1fr; }
  .stad-stats, .statbel-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr; gap: 24px; }
  .footer-bottom { flex-direction: column; text-align: center; }
  .trust-bar-inner { flex-direction: column; gap: 16px; text-align: center; }
  .hero-actions, .cta-btns { flex-direction: column; align-items: center; }
  .steden-grid { grid-template-columns: repeat(2, 1fr); }
  .price-cards-grid { grid-template-columns: 1fr; }
  .province-hero-stats { gap: 16px; }
  .guide-links-grid { grid-template-columns: 1fr; }
  .roof-grid { grid-template-columns: 1fr; }
  h1 { font-size: 2rem; }
  .pvgis-chart { height: 130px; }
  .pvgis-bar-label-top { font-size: 0.6rem; }
}

@media (max-width: 480px) {
  .container { padding: 0 16px; }
  .hero-form-card, .stad-form-card { padding: 24px; }
  .steden-grid, .cities-grid { grid-template-columns: 1fr; }
  .stad-stats { grid-template-columns: repeat(2, 1fr); }
  .statbel-grid { grid-template-columns: repeat(2, 1fr); }
  .pvgis-chart { gap: 2px; }
  .pvgis-bar-label-top { display: none; }
  .floating-cta { bottom: 16px; right: 16px; }
}