/* pages/m.css — pagina-specifieke stijlen (gegenereerd) */

body { font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; background: var(--paper); color: var(--ink); line-height: 1.6; -webkit-font-smoothing: antialiased; }
.top-actions { display: flex; gap: 12px; }
.hero { position: relative; padding: 8px 48px 48px; min-height: 410px; overflow: hidden; isolation: isolate; background: var(--forest); }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(22, 46, 37,1) 0%, rgba(22, 46, 37,1) 55%, rgba(22, 46, 37, 0.9) 70%, rgba(22, 46, 37, 0.72) 88%, rgba(22, 46, 37, 0.6) 100%); z-index: -1; }
.hero::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 120px; background: linear-gradient(180deg, rgba(7, 42, 32, 0.55) 0%, transparent 100%); pointer-events: none; z-index: 0; }
.hero-eyebrow { color: var(--gold); font-size: 12px; font-weight: 700; letter-spacing: 0.15em; text-transform: uppercase; margin-bottom: 14px; margin-top: 14px; }
.hero h1 { font-size: clamp(26px, 3vw, 36px); font-weight: 700; line-height: 1.2; color: #fff; letter-spacing: -0.015em; max-width: 820px; margin-bottom: 18px; text-shadow: 0 2px 20px rgba(0, 0, 0, 0.3); }
.hero-lead { color: #fff; font-size: 16px; font-weight: 400; line-height: 1.55; max-width: 640px; margin-bottom: 24px; text-shadow: 0 2px 12px rgba(0, 0, 0, 0.25); opacity: 0.95; }
.content { max-width: 990px; margin: 0 auto; padding: 80px 48px; }
.intro-lead p { font-size: 18px; line-height: 1.7; color: var(--ink); }
.section-heading { margin: 72px 0 28px; position: relative; }
.section-heading h2 { font-size: clamp(26px, 3vw, 34px); font-weight: 700; color: var(--ink); letter-spacing: -0.015em; line-height: 1.2; }
.sub-heading { font-size: 22px; font-weight: 700; color: var(--forest); margin: 44px 0 16px; letter-spacing: -0.005em; }
.two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: center; margin: 36px 0 40px; }
figure.illustration { margin: 36px auto 40px; width: 50%; }
.trust-strip { background: var(--paper); padding: 80px 48px 48px; }
.newsletter-input { padding: 12px 16px; border: 1px solid rgba(22, 46, 37, 0.2); background: var(--paper); font-family: inherit; font-size: 14px; border-radius: 3px; outline: none; width: 220px; transition: border-color 0.2s ease; }
.footer { background: var(--cream); padding: 48px 48px 40px; border-top: 1px solid rgba(22, 46, 37, 0.1); }
.app-badge { display: inline-block; text-decoration: none; transition: opacity 0.2s ease, transform 0.2s ease; line-height: 0; }
.app-badge:hover { opacity: 0.85; transform: translateY(-1px); }
.app-badge img { display: block; width: 160px; height: auto; border: 0; }
@media (max-width: 1100px) {
    .footer-inner { grid-template-columns: repeat(3, 1fr); }
  }
@media (max-width: 720px) {
    .top-bar, .nav-bar, .hero, .trust-strip, .footer { padding-left: 24px; padding-right: 24px; }
    .content { padding: 60px 24px; }
    .nav-bar { gap: 20px; flex-wrap: wrap; }
    .footer-inner { grid-template-columns: 1fr 1fr; }
    .trust-inner { flex-direction: column; align-items: flex-start; }
    .newsletter { flex-wrap: wrap; }
    .hero-bg { display: none; }
    .hero-overlay { background: var(--forest); }
    .logo { height: 40px; }
    figure.illustration { width: 100%; }
    .two-col { grid-template-columns: 1fr; gap: 24px; }
  }
.faq-section { padding: 64px 48px 80px; background: var(--paper); }
.faq-wrap { max-width: 1200px; margin: 0 auto; }
.faq-layout { display: grid; grid-template-columns: 220px 1fr; gap: 56px; align-items: start; }
.faq-sidebar { position: sticky; top: 24px; }
.faq-sidebar-label { font-size: 10px; font-weight: 700; color: var(--forest); text-transform: uppercase; letter-spacing: 0.12em; margin-bottom: 10px; }
.faq-cat-btn { display: block; text-decoration: none; width: 100%; text-align: left; background: none; border: none; padding: 9px 12px; font-family: inherit; font-size: 14px; font-weight: 500; color: var(--ink); cursor: pointer; border-radius: 3px; transition: background 0.2s ease, color 0.2s ease; line-height: 1.3; }
.faq-cat-btn:hover { background: var(--forest-tint); color: var(--forest); }
.faq-cat-btn.is-active { background: var(--forest); color: #fff; font-weight: 700; }
.faq-group { display: none; }
.faq-group.is-active { display: block; }
.faq-group-heading { margin-bottom: 28px; }
.faq-group-eyebrow { font-size: 10px; font-weight: 700; color: var(--forest); text-transform: uppercase; letter-spacing: 0.12em; margin-bottom: 6px; }
.faq-group-title { font-size: clamp(22px, 2.5vw, 28px); font-weight: 700; color: var(--ink); letter-spacing: -0.015em; line-height: 1.2; }
.faq-item { border-bottom: 1px solid var(--grey-line); }
.faq-item:first-of-type { border-top: 1px solid var(--grey-line); }
.faq-q { width: 100%; text-decoration: none; background: none; border: none; text-align: left; padding: 18px 0; font-family: inherit; font-size: 15px; font-weight: 600; color: var(--ink); cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 16px; line-height: 1.4; transition: color 0.2s ease; }
.faq-q-icon { width: 22px; height: 22px; flex-shrink: 0; border-radius: 50%; background: var(--forest-tint); display: flex; align-items: center; justify-content: center; transition: background 0.2s ease, transform 0.25s ease; font-size: 14px; font-weight: 400; color: var(--forest); line-height: 1; }
.faq-item.is-open .faq-q-icon { background: var(--forest); color: #fff; transform: rotate(45deg); }
.faq-a { display: none; padding: 0 0 20px; color: var(--ink); font-size: 15px; line-height: 1.75; }
.faq-item.is-open .faq-a { display: block; }
.faq-a p { margin-bottom: 12px; }
.faq-a p:last-child { margin-bottom: 0; }
.faq-a strong { font-weight: 700; }
.faq-a a { color: var(--forest); }
.faq-a a:hover { color: var(--gold); }
.faq-a blockquote { border-left: 3px solid var(--forest); padding-left: 14px; margin: 8px 0 12px; color: var(--text-muted); }
.faq-a ul, .faq-a ol { margin: 6px 0 12px 20px; }
.faq-a li { margin-bottom: 5px; line-height: 1.6; }
@media (max-width: 720px) {
    .faq-section { padding-left: 24px; padding-right: 24px; padding-top: 20px; }
    .faq-layout { grid-template-columns: 1fr; gap: 32px; }
    .faq-sidebar { position: static; display: flex; flex-wrap: wrap; gap: 6px; }
    .faq-sidebar-label { display: none; }
    .faq-cat-btn { width: auto; padding: 7px 14px; border: 1.5px solid var(--grey-line); border-radius: 20px; font-size: 13px; }
    .faq-cat-btn.is-active { border-color: var(--forest); }
  }
.top-actions { gap: 10px; }
.btn-on-green--gold { background: var(--gold); color: #fff; border: 1.5px solid var(--gold); padding: 13px 26px; font-family: inherit; font-size: 14px; font-weight: 400; border-radius: 3px; letter-spacing: 0.01em; text-decoration: none; display: inline-block; cursor: pointer; transition: background 0.2s ease, border-color 0.2s ease; }
.cta-strip-band { max-width: 1200px; margin: -16px auto 88px; padding: 0 48px; }
@media (max-width: 720px) { .cta-strip-band { padding: 0 24px; } }

.nav-bar { margin-bottom: 40px; }
