/* marketing.css — gedeelde design-system stijlen (gegenereerd) */

:root {
  --gold: #c09a5f;
  --gold-soft: #decaa6;
  --ink: #0f1822;
  --cream: #FDF7EB;
  --paper: #ffffff;
  --grey-line: #e4e1e8;
  --text-muted: #8a8a8a;
  --forest: #162E25;
  --forest-deep: #072a20;
  --forest-light: #134e3c;
  --buy-green: #5cb377;
  --buy-green-hover: #4ea268;
  --buy-green-soft: #e8f4ec;
  --gold-light: #f0e2c7;
  --grey-soft: #f4f2f5;
  --text-soft: #6b6b6b;
  --forest-tint: rgba(22, 46, 37, 0.08);
  --red-forest: #3d0b11;
  --buy-red: #b35c5f;
  --buy-red-hover: #a24e4e;
  --buy-red-soft: #f4e8e8;
  --cream-soft: #faf5ec;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
::selection { background: var(--forest); color: #fff; }
::-moz-selection { background: var(--forest); color: #fff; }
.top-bar { background: var(--paper); padding: 13px max(48px, calc((100% - 1280px) / 2)); display: flex; flex-wrap: nowrap; justify-content: space-between; align-items: center; gap: 12px; position: -webkit-sticky; position: sticky; top: 0; z-index: 100; }
.logo { display: block; height: 38.25px; flex-shrink: 0; }
.logo img { height: 100%; width: auto; display: block; }
.top-actions { display: flex; align-items: center; gap: 10px; flex-shrink: 0; }
.btn-on-cream { background: var(--cream); color: var(--forest); border: 1.5px solid var(--forest); padding: 12px 24px; 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, color 0.2s ease; }
.btn-on-cream:hover { background: var(--forest); color: #fff; }
.btn-on-green--gold:hover { background: var(--gold-deep, #a8834a); border-color: var(--gold-deep, #a8834a); }
.nav-bar { background: transparent; padding: 8px max(0px, calc((100% - 1280px) / 2)) 4px; margin-bottom: 80px; display: flex; gap: 48px; position: relative; z-index: 1; }
.nav-bar a { color: #fff; text-decoration: none; font-size: 14px; font-weight: 600; transition: color 0.2s ease; }
.nav-bar a:hover { color: var(--gold-soft); }
.nav-bar a.is-active { color: var(--gold); }
.nav-bar a.is-active::before { color: var(--gold); }
.hero-inner::before { content: ''; display: block; width: 48px; height: 2px; background: var(--gold); margin-bottom: 18px; }
.hero-inner { position: relative; z-index: 1; max-width: 1280px; margin: 0 auto; }
.trust-inner { max-width: 1280px; margin: 0 auto; display: flex; justify-content: space-between; align-items: center; gap: 40px; flex-wrap: wrap; }
.trust-claim { display: flex; align-items: center; gap: 14px; }
.trust-claim .mark { width: 40px; height: 40px; background: var(--forest); color: #fff; display: flex; align-items: center; justify-content: center; border-radius: 50%; font-size: 18px; font-weight: 700; }
.trust-claim-text { font-size: 16px; font-weight: 600; color: var(--ink); line-height: 1.3; }
.newsletter { display: flex; align-items: center; gap: 14px; }
.newsletter-label { font-size: 14px; color: var(--ink); font-weight: 500; }
.newsletter-input:focus { border-color: var(--forest); }
.footer-inner { max-width: 1280px; margin: 0 auto; display: grid; grid-template-columns: repeat(5, 1fr); gap: 40px; }
.footer-col h4 { font-size: 13px; font-weight: 700; color: var(--forest); margin-bottom: 14px; letter-spacing: 0.04em; text-transform: uppercase; }
.footer-col a { display: block; color: var(--text-muted); text-decoration: none; font-size: 14px; padding: 5px 0; transition: color 0.2s ease; }
.footer-col a:hover { color: var(--forest); }
.app-badges { display: flex; flex-direction: column; gap: 10px; }
.btn-join { padding: 13px 24px; font-family: inherit; font-size: 15.4px; font-weight: 400; line-height: 1; white-space: nowrap; border: 1.5px solid transparent; text-decoration: none; cursor: pointer; display: inline-block; transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease; }
.btn-join--green { background: var(--forest); color: #fff; border-color: var(--forest); border-radius: 3px; }
.btn-join--green:hover { background: var(--forest-light); border-color: var(--forest-light); }
.btn-join--brown { background: transparent; color: var(--forest); border-color: var(--forest); border-radius: 3px; }
.btn-join--brown:hover { background: var(--forest); color: #fff; border-color: var(--forest); }
.footer-col:last-child { display: flex; flex-direction: column; align-items: flex-end; }
.footer-col:last-child h4 { width: 150px; text-align: left; }
.footer-col:last-child .app-badges { width: 150px; align-items: stretch; }
.footer-col:last-child .app-badge img { width: 100%; height: auto; }
/* App-kolom rechts uitgelijnd houden in de container op tussenresoluties (3- en 2-koloms footer) */
@media (max-width: 1100px) {
  .footer-col:last-child { grid-column: -2 / -1; }
}
.newsletter .btn-on-cream { background: var(--forest); color: #fff; border-color: var(--forest); }
.newsletter .btn-on-cream:hover { background: var(--forest-light); border-color: var(--forest-light); color: #fff; }
.btn-primary { background: var(--forest); color: #fff; border: none; padding: 13px 26px; font-family: inherit; font-size: 14px; font-weight: 400; cursor: pointer; transition: background 0.2s ease; border-radius: 3px; text-decoration: none; display: inline-block; }
.btn-primary:hover { background: var(--forest-deep); }
.btn-buy { background: var(--gold); color: #fff; border: none; padding: 13px 26px; font-family: inherit; font-size: 14px; font-weight: 400; cursor: pointer; transition: background 0.2s ease; border-radius: 3px; text-decoration: none; display: inline-block; letter-spacing: 0.01em; }
.btn-buy:hover { background: var(--gold-soft); }
.hero h1 em { font-style: normal; color: #fff; }
.hero-cta { display: flex; gap: 12px; flex-wrap: wrap; }
.btn-ghost-on-dark { background: transparent; color: #fff; border: 1.5px solid rgba(255,255,255,0.4); padding: 12px 24px; font-family: inherit; font-size: 14px; font-weight: 400; cursor: pointer; transition: all 0.2s ease; border-radius: 3px; text-decoration: none; display: inline-block; }
.btn-ghost-on-dark:hover { background: rgba(255,255,255,0.08); border-color: rgba(255,255,255,0.7); }
.content p { color: var(--ink); font-size: 17px; line-height: 1.75; margin-bottom: 20px; }
.intro-lead p:first-child { font-weight: 500; }
.section-heading .eyebrow { color: var(--forest); font-size: 11px; font-weight: 700; letter-spacing: 0.15em; text-transform: uppercase; margin-bottom: 6px; }
.two-col .col-text p { margin-bottom: 16px; }
.two-col .col-text p:last-child { margin-bottom: 0; }
.two-col .col-image img { width: 100%; height: auto; display: block; border-radius: 8px; }
figure.illustration img { width: 100%; height: auto; display: block; border-radius: 8px; }
figure.illustration figcaption { margin-top: 12px; font-size: 13px; color: var(--text-muted); text-align: center; font-style: italic; }
.cta-strip { background: var(--forest); border-radius: 4px; padding: 40px 44px; margin-top: 72px; display: flex; justify-content: space-between; align-items: center; gap: 32px; flex-wrap: wrap; }
.cta-strip-text { flex: 1; }
.cta-strip-title { font-size: 22px; font-weight: 700; color: #fff; margin-bottom: 8px; letter-spacing: -0.01em; }
.cta-strip .cta-strip-desc { font-size: 15px; color: rgba(255,255,255,0.8); line-height: 1.6; margin-bottom: 0; }
.cta-strip-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.btn-cta-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; white-space: nowrap; }
.btn-cta-gold:hover { background: var(--gold-deep, #a8834a); border-color: var(--gold-deep, #a8834a); }
.cta-strip-band .cta-strip { margin-top: 0; }
.btn-on-green--solid { background: var(--forest); color: #fff; border: 1.5px solid #fff; 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; }
.btn-on-green--solid:hover { background: var(--forest-light); }
.accent-rule:first-child { margin-top: 0; }
.content ul.policy-list { list-style: none; padding: 0; margin: 0 0 20px 0; }
/* Voorkomt 'zwevende' losse woorden op de laatste regel (orphans) */
.content p, .content li, .section-heading h2, .hero h1, .hero-lead { text-wrap: pretty; }
.content ul.policy-list li { font-size: 17px; line-height: 1.75; color: var(--ink); padding-left: 20px; position: relative; margin-bottom: 6px; }
.content ul.policy-list li::before { content: ''; position: absolute; left: 2px; top: 0.62em; width: 5px; height: 5px; border-radius: 50%; background: var(--gold); }
.content a:not([class]) { color: var(--forest); text-decoration: underline; text-underline-offset: 3px; }
.content a:not([class]):hover { color: var(--forest-deep); }
.btn-on-white--solid:hover { background: var(--ink); border-color: var(--ink); }
.accent-rule--on-cream { background: linear-gradient(90deg, var(--forest) 0, var(--forest) 48px, rgba(22, 46, 37,0.15) 48px, rgba(22, 46, 37,0.15) 100%); }
.floating-cta { position: fixed; bottom: 20px; right: 20px; background: var(--forest); color: #fff; border: 1.5px solid var(--forest); padding: 12px 20px; font-family: inherit; font-size: 13px; font-weight: 700; cursor: pointer; border-radius: 3px; box-shadow: 0 8px 24px rgba(22, 46, 37,0.35); z-index: 50; transition: all 0.2s ease; display: flex; align-items: center; gap: 8px; text-decoration: none; }
.floating-cta:hover { background: var(--ink); border-color: var(--ink); transform: translateY(-2px); box-shadow: 0 10px 28px rgba(22, 46, 37,0.45); }
.faq-q:hover { color: var(--forest); }

/* ============ Naar-boven-knop (mobiel) ============ */
.to-top { position: fixed; right: 16px; bottom: 16px; width: 46px; height: 46px; border-radius: 50%; background: var(--forest); color: #fff; display: none; align-items: center; justify-content: center; z-index: 60; box-shadow: 0 6px 18px rgba(22,46,37,0.28); text-decoration: none; }
.to-top svg { width: 20px; height: 20px; }
.to-top:hover { background: var(--forest-light); }

/* ============ Mobiel: header op 1 regel + compacte nav ============ */
@media (max-width: 720px) {
  /* Topbalk blijft op 1 regel; logo en knoppen schalen vloeiend mee tot 300px breed */
  header.top-bar { padding: 11px clamp(8px, 3vw, 14px); gap: clamp(6px, 2vw, 12px); }
  .top-bar .logo { height: clamp(21px, 6vw, 26.4px); }
  .top-bar .top-actions { gap: clamp(5px, 1.6vw, 8px); }
  .btn-join { padding: clamp(7px, 2.4vw, 10px) clamp(7px, 2.6vw, 13px); font-size: clamp(11px, 3.3vw, 13.2px); }
  .hero .nav-bar { margin-bottom: 24px; padding-left: 0; padding-right: 0; }
  .nav-bar a { display: inline-flex; align-items: center; gap: 9px; }
  .nav-bar a::before { content: '\203A'; color: var(--gold-soft); font-weight: 700; font-size: 18px; line-height: 1; }
  .to-top { display: flex; }
  /* Footer: laatste kolom (titel + app-badges) mag niet breder zijn dan zijn kolom → voorkomt horizontale scroll op smalle schermen */
  .footer-inner { gap: 24px 16px; }
  .footer-col:last-child h4,
  .footer-col:last-child .app-badges { width: 100%; max-width: 150px; }
  /* CTA-strip 'Nog geen account?': op mobiel gestapeld met smallere padding en een
     volledige-breedte-knop, zodat de knop binnen de kaart blijft (liep eruit op smalle schermen) */
  .cta-strip { flex-direction: column; align-items: stretch; padding: 28px clamp(16px, 5vw, 28px); gap: 20px; }
  .cta-strip-actions { width: 100%; }
  .cta-strip-actions .btn-cta-gold { display: block; width: 100%; text-align: center; white-space: normal; }
}

/* ── Status-banner: sitebrede statusmeldingen (updates, issues, onderhoud) ──
   Herbruikbaar op elke pagina, boven de header. Standaard = info (forest);
   modifiers: .status-banner--warning (amber) / .status-banner--issue (rood).
   Sluitbaar via de knop (delegated handler, zie includes/status-banner). */
/* Full-bleed: de forest-achtergrond loopt over de volledige schermbreedte;
   de inhoud lijnt links/rechts uit met logo en knoppen (zelfde marges als de top-bar). */
.status-banner-wrap { width: 100%; }
.status-banner { display: flex; align-items: flex-start; gap: 13px; padding: 12px max(48px, calc((100% - 1280px) / 2)); border: none; background: var(--forest); }
.status-banner-icon { flex-shrink: 0; width: 38px; height: 38px; border-radius: 50%; display: flex; align-items: center; justify-content: center; background: rgba(255,255,255,0.12); color: var(--gold); }
.status-banner-icon svg { width: 19px; height: 19px; }
.status-banner-body { flex: 1; min-width: 0; }
.status-banner-title { display: block; font-size: 15px; font-weight: 700; line-height: 1.25; color: #fff; }
.status-banner-text { display: block; font-size: 13px; line-height: 1.45; color: rgba(255,255,255,0.78); margin-top: 2px; }
.status-banner-text a { color: inherit; text-decoration: underline; text-underline-offset: 2px; }
.status-banner-close { flex-shrink: 0; background: none; border: none; padding: 4px; margin: -2px -4px 0 0; display: flex; cursor: pointer; border-radius: 3px; color: rgba(255,255,255,0.6); transition: color .2s ease, background .2s ease; }
.status-banner-close:hover { color: #fff; background: rgba(255,255,255,0.12); }
.status-banner-close svg { width: 18px; height: 18px; }
.status-banner--warning { background: #fdf4e3; border-color: #f0d9ab; }
.status-banner--warning .status-banner-icon { background: #f6e6c6; color: #9a6b1f; }
.status-banner--warning .status-banner-title { color: #6b4a12; }
.status-banner--warning .status-banner-text { color: #7a5c2b; }
.status-banner--warning .status-banner-close { color: #9a6b1f; }
.status-banner--issue { background: #fbeced; border-color: #f0c9cc; }
.status-banner--issue .status-banner-icon { background: #f7d6d8; color: #b8484f; }
.status-banner--issue .status-banner-title { color: #7a1f26; }
.status-banner--issue .status-banner-text { color: #8a4a4f; }
.status-banner--issue .status-banner-close { color: #b8484f; }
@media (max-width: 720px) { .status-banner { padding: 12px clamp(8px, 3vw, 14px); } }
