/* pages/s.css — app-pagina (gegenereerd) */

body { font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; background: var(--paper); color: var(--ink); line-height: 1.5; -webkit-font-smoothing: antialiased; }
.wrap { max-width: 1280px; margin: 0 auto; padding: 0 48px; }
.top-actions { display: flex; gap: 10px; }

/* Buttons */
.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-flex; align-items: center; gap: 10px; cursor: pointer; transition: background 0.2s ease, border-color 0.2s ease; }
.btn-on-green--gold .arrow { transition: transform 0.2s ease; }
.btn-on-green--gold:hover .arrow { transform: translateX(4px); }
.btn-on-white--solid { background: var(--forest); color: #fff; border: 1.5px solid var(--forest); padding: 13px 26px; font-family: inherit; font-size: 14px; font-weight: 400; border-radius: 3px; text-decoration: none; display: inline-flex; align-items: center; gap: 10px; cursor: pointer; transition: background 0.2s ease, border-color 0.2s ease; }
.btn-on-white--solid:hover { background: var(--forest-light); }

/* Hero */
.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; }
.hero-cta { display: flex; gap: 14px; flex-wrap: wrap; }
.hero-badges { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 22px; }
.hero-badges .app-badge img { width: 150px; }

/* App-mockup onder het "Alles wat u nodig heeft"-overzicht */
.features-mockup { margin-top: 48px; }
.features-mockup img { width: 100%; max-width: 1000px; height: auto; display: block; margin: 0 auto; border-radius: 16px; }
@media (max-width: 720px) { .features-mockup { margin-top: 32px; } .features-mockup img { border-radius: 10px; } }

/* Section primitives */
.section-label { text-align: center; font-size: 11px; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase; color: var(--forest); margin-bottom: 10px; }
.section-title { text-align: center; font-size: clamp(26px, 3vw, 34px); font-weight: 700; color: var(--ink); letter-spacing: -0.015em; line-height: 1.2; margin-bottom: 14px; }
.section-subtitle { text-align: center; font-size: 17px; color: var(--text-soft); max-width: 660px; margin: 0 auto 44px; line-height: 1.6; }

/* Feature grid */
.features-section { padding: 80px 0; background: var(--paper); }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.feature-card { position: relative; overflow: hidden; background: var(--paper); border: 1px solid var(--grey-line); border-radius: 4px; padding: 28px 26px; transition: border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease; }
.feature-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: linear-gradient(90deg, var(--forest) 0, var(--forest) 60px, transparent 60px); }
.feature-card:hover { border-color: rgba(22, 46, 37,0.3); transform: translateY(-3px); box-shadow: 0 10px 30px rgba(22, 46, 37,0.07); }
.feature-ic { width: 46px; height: 46px; border-radius: 3px; background: var(--forest-tint); color: var(--forest); display: flex; align-items: center; justify-content: center; margin-bottom: 18px; }
.feature-ic svg { width: 24px; height: 24px; }
.feature-card h3 { font-size: 17px; font-weight: 700; color: var(--ink); margin-bottom: 10px; letter-spacing: -0.01em; }
.feature-card p { font-size: 14px; color: var(--text-soft); line-height: 1.6; }

/* Steps */
.steps-section { padding: 80px 0; background: var(--cream-soft); border-top: 1px solid rgba(22, 46, 37,0.08); }
.steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; max-width: 1000px; margin: 0 auto; }
.step { position: relative; background: var(--paper); border: 1px solid var(--grey-line); border-radius: 4px; padding: 28px 26px; }
.step-num { width: 36px; height: 36px; border-radius: 50%; background: var(--forest); color: var(--gold-soft); font-weight: 700; font-size: 16px; display: flex; align-items: center; justify-content: center; margin-bottom: 16px; }
.step h3 { font-size: 16px; font-weight: 700; color: var(--ink); margin-bottom: 8px; }
.step p { font-size: 14px; color: var(--text-soft); line-height: 1.6; }

/* Download block */
.download-section { padding: 80px 0; background: var(--paper); }
.download-inner { display: grid; grid-template-columns: 1.2fr 0.8fr; gap: 40px; align-items: center; background: var(--forest); border-radius: 6px; padding: 48px; position: relative; overflow: hidden; }
.download-inner::before { content: ''; position: absolute; top: 50%; right: -60px; transform: translateY(-50%); width: 460px; height: 460px; background: radial-gradient(circle, rgba(192,154,95,0.14) 0%, transparent 62%); pointer-events: none; }
.download-copy { position: relative; z-index: 1; }
.download-copy .section-label { text-align: left; color: var(--gold); }
.download-copy h2 { font-size: clamp(24px, 2.6vw, 30px); font-weight: 700; color: #fff; letter-spacing: -0.015em; line-height: 1.2; margin-bottom: 12px; }
.download-copy p { font-size: 16px; color: rgba(255,255,255,0.82); line-height: 1.6; max-width: 460px; margin-bottom: 24px; }
.store-badges { display: flex; gap: 14px; flex-wrap: wrap; }
.gift-line { display: inline-flex; align-items: center; gap: 8px; margin-top: 22px; font-size: 14px; font-weight: 600; color: var(--gold-soft); }
.gift-line svg { width: 18px; height: 18px; flex-shrink: 0; }

/* QR card */
.qr-card { position: relative; z-index: 1; background: var(--paper); border-radius: 6px; padding: 26px; text-align: center; box-shadow: 0 12px 40px rgba(0,0,0,0.22); justify-self: end; width: 100%; max-width: 280px; }
.qr-frame { width: 180px; height: 180px; margin: 0 auto 16px; border-radius: 6px; background: #fff; display: flex; align-items: center; justify-content: center; padding: 6px; }
.qr-frame img { width: 100%; height: 100%; object-fit: contain; display: block; }
.qr-card strong { display: block; font-size: 15px; font-weight: 700; color: var(--ink); margin-bottom: 4px; }
.qr-card span { display: block; font-size: 13px; color: var(--text-muted); line-height: 1.5; }

/* FAQ */
.faq-section { padding: 80px 0; background: var(--cream-soft); border-top: 1px solid rgba(22, 46, 37,0.08); }
.faq-list { max-width: 820px; margin: 40px auto 0; display: flex; flex-direction: column; gap: 8px; }
.faq-item { background: var(--paper); border: 1px solid var(--grey-line); border-radius: 4px; overflow: hidden; transition: border-color 0.2s ease; }
.faq-item:hover { border-color: rgba(22, 46, 37,0.3); }
.faq-q { width: 100%; background: transparent; border: none; padding: 20px 24px; text-align: left; color: var(--ink); font-family: inherit; font-size: 16px; font-weight: 600; cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 16px; transition: color 0.2s ease; }
.faq-icon { flex-shrink: 0; width: 24px; height: 24px; border-radius: 50%; background: var(--forest-tint); color: var(--forest); display: flex; align-items: center; justify-content: center; font-size: 20px; font-weight: 300; line-height: 1; transition: transform 0.3s ease, background 0.2s ease; }
.faq-item.open .faq-icon { transform: rotate(45deg); background: var(--forest); color: #fff; }
.faq-a { max-height: 0; overflow: hidden; transition: max-height 0.3s ease; }
.faq-item.open .faq-a { max-height: 400px; }
.faq-a-inner { padding: 0 24px 20px; color: var(--text-soft); font-size: 15px; line-height: 1.7; border-top: 1px solid var(--grey-line); padding-top: 16px; }

/* Final CTA */
.final-cta { padding: 80px 0; background: var(--forest); color: #fff; text-align: center; position: relative; overflow: hidden; }
.final-cta::before { content: ''; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); width: 600px; height: 600px; background: radial-gradient(circle, rgba(192,154,95,0.12) 0%, transparent 60%); pointer-events: none; }
.final-cta-inner { position: relative; z-index: 2; }
.final-cta h2 { font-size: clamp(26px, 3vw, 36px); font-weight: 700; color: #fff; margin-bottom: 14px; letter-spacing: -0.015em; line-height: 1.2; }
.final-cta .final-cta-lead { font-size: 17px; color: rgba(255,255,255,0.8); max-width: 560px; margin: 0 auto 32px; line-height: 1.6; }
.final-cta-actions { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }

/* Shared chrome */
.trust-strip { background: var(--paper); padding: 80px 48px 48px; border-top: 1px solid rgba(22, 46, 37,0.1); }
.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; }
.nav-bar { margin-bottom: 40px; }

/* Responsive */
@media (max-width: 1100px) {
  .footer-inner { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 960px) {
  .feature-grid { grid-template-columns: 1fr 1fr; }
  .steps-grid { grid-template-columns: 1fr; max-width: 480px; }
  .download-inner { grid-template-columns: 1fr; gap: 32px; }
  .qr-card { justify-self: center; }
}
@media (max-width: 720px) {
  .top-bar, .hero, .trust-strip, .footer { padding-left: 24px; padding-right: 24px; }
  .wrap { padding-left: 24px; padding-right: 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; }
  .hero h1 { font-size: clamp(24px, 5vw, 30px); }
  .hero-cta { flex-direction: column; }
  .hero-cta a { justify-content: center; text-align: center; }
  .feature-grid { grid-template-columns: 1fr; }
  .download-inner { padding: 32px 24px; }
  /* QR is nutteloos op het toestel zelf → verberg op mobiel, badges volstaan */
  .qr-card { display: none; }
  .final-cta-actions { flex-direction: column; align-items: center; }
  .features-section, .steps-section, .download-section, .faq-section { padding: 56px 0; }
}
