/* pages/f.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 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; }
.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; text-decoration: none; display: inline-block; cursor: pointer; transition: background 0.2s ease, border-color 0.2s ease; }
.content { max-width: 990px; margin: 0 auto; padding: 80px 48px; }
.intro-lead p { font-size: 18px; line-height: 1.7; }
.version-note { font-size: 13px; color: var(--text-muted); font-style: italic; margin-bottom: 36px; }
.accent-rule { display: block; height: 2px; width: 100%; border: none; background: linear-gradient(90deg, var(--forest) 0, var(--forest) 48px, transparent 48px); margin: 56px 0 24px; }
.section-heading { margin: 0 0 28px; }
.section-heading h2 { font-size: clamp(20px, 2.2vw, 26px); font-weight: 700; color: var(--ink); letter-spacing: -0.015em; line-height: 1.2; }
.sub-heading { font-size: 18px; font-weight: 700; color: var(--forest); margin: 40px 0 14px; letter-spacing: -0.005em; }
.sub-sub-heading { font-size: 16px; font-weight: 700; color: var(--ink); margin: 28px 0 10px; }
.info-box { background: var(--paper); border: 1px solid var(--grey-line); border-radius: 6px; padding: 28px 32px; margin-bottom: 48px; }
.info-box h3 { font-size: 13px; font-weight: 700; color: var(--forest); letter-spacing: 0.12em; text-transform: uppercase; margin-bottom: 20px; }
.info-box p { font-size: 16px; line-height: 1.7; margin-bottom: 14px; }
.info-box p:last-child { margin-bottom: 0; }
.info-box strong { color: var(--forest); display: block; margin-bottom: 4px; }
.nl-box { background: var(--cream); border-radius: 4px; padding: 24px 28px; margin: 0 0 48px; }
.nl-box h3 { font-size: 13px; font-weight: 700; color: var(--forest); letter-spacing: 0.1em; text-transform: uppercase; margin-bottom: 14px; }
.nl-box p { font-size: 15px; line-height: 1.7; margin-bottom: 12px; color: var(--ink); }
.nl-box p:last-child { margin-bottom: 0; }
.nl-box a { color: var(--forest); }
.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: 48px 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; }
    .info-box { padding: 20px 20px; }
  }
.top-actions { gap: 10px; }
.cta-strip-band { max-width: 990px; margin: -16px auto 88px; padding: 0 48px; }
@media (max-width: 720px) { .cta-strip-band { padding: 0 24px; } }

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