/* pages/e.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: 660px; text-shadow: 0 2px 12px rgba(0, 0, 0, 0.25); opacity: 0.95; }
.content { max-width: 1200px; margin: 0 auto; padding: 80px 48px 72px; }
.audit-intro { font-size: 16px; line-height: 1.7; color: var(--ink); max-width: none; margin-bottom: 36px; }
.viewer-card { background: var(--paper); border: 1px solid var(--grey-line); border-radius: 6px; overflow: hidden; position: relative; }
.viewer-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); z-index: 1; }
.viewer-header { padding: 24px 28px 22px; border-bottom: 1px solid var(--grey-line); background: #fafbfc; display: flex; align-items: center; gap: 16px; flex-wrap: wrap; }
.viewer-doc-badge { width: 44px; height: 56px; background: var(--paper); border: 1px solid var(--grey-line); border-radius: 3px; flex-shrink: 0; position: relative; box-shadow: 0 2px 6px rgba(0,0,0,0.06); overflow: hidden; }
.viewer-doc-badge::before { content: ''; position: absolute; top: 0; right: 0; width: 14px; height: 14px; background: var(--gold-light); border-bottom-left-radius: 3px; box-shadow: -1px 1px 0 var(--grey-line); }
.viewer-doc-badge::after { content: 'PDF'; position: absolute; bottom: 8px; left: 0; right: 0; text-align: center; font-size: 8.5px; font-weight: 800; letter-spacing: 0.06em; color: var(--forest); }
.viewer-doc-lines { position: absolute; top: 14px; left: 6px; right: 6px; display: flex; flex-direction: column; gap: 3px; }
.viewer-doc-lines span { display: block; height: 2px; background: var(--grey-line); border-radius: 1px; }
.viewer-doc-lines span:nth-child(1) { width: 80%; }
.viewer-doc-lines span:nth-child(2) { width: 100%; }
.viewer-doc-lines span:nth-child(3) { width: 60%; }
.viewer-meta { flex: 1; min-width: 200px; }
.viewer-eyebrow { color: var(--forest); font-size: 10.5px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; margin-bottom: 4px; }
.viewer-title { font-size: 19px; font-weight: 700; color: var(--ink); letter-spacing: -0.01em; line-height: 1.3; }
.viewer-sub { font-size: 13px; color: var(--text-soft); margin-top: 3px; }
.viewer-actions { display: flex; gap: 8px; margin-left: auto; }
.btn-fullscreen { background: var(--forest); color: #fff; border: none; padding: 10px 18px; font-family: inherit; font-size: 13px; font-weight: 400; cursor: pointer; border-radius: 3px; transition: background 0.2s ease; text-decoration: none; display: inline-flex; align-items: center; gap: 6px; }
.btn-fullscreen:hover { background: var(--forest-deep); }
.btn-fullscreen svg { width: 14px; height: 14px; }
.viewer-frame { background: #f0eee9; padding: 16px; position: relative; min-height: 600px; }
.viewer-frame > div { margin: 0 auto; width: 100%; min-height: 568px; }
.viewer-frame::before { content: 'Auditverslag wordt geladen…'; position: absolute; inset: 16px; display: flex; align-items: center; justify-content: center; color: var(--text-muted); font-size: 13px; font-weight: 600; letter-spacing: 0.04em; text-transform: uppercase; background: linear-gradient(135deg, #f8f5ef 0%, #f0eee9 100%); border: 1px dashed var(--grey-line); border-radius: 4px; pointer-events: none; z-index: 0; }
.viewer-frame > div { position: relative; z-index: 1; }
.viewer-frame > div:has(iframe) { background: var(--paper); }
.viewer-footer { padding: 16px 28px; background: #fafbfc; border-top: 1px solid var(--grey-line); font-size: 12.5px; color: var(--text-muted); display: flex; align-items: center; gap: 8px; flex-wrap: wrap; }
.viewer-footer svg { width: 13px; height: 13px; flex-shrink: 0; }
.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; }
    .audit-intro { flex-direction: column; padding: 22px; gap: 14px; }
    .viewer-header { padding: 20px 22px; gap: 12px; }
    .viewer-actions { margin-left: 0; width: 100%; }
    .btn-fullscreen { width: 100%; justify-content: center; }
    .viewer-frame { padding: 12px; }
    .viewer-footer { padding: 14px 22px; }
  }
.top-actions { gap: 10px; }
.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; }
