/* pages/d.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); }
/* Geen knoppen in deze hero: subtekst iets lager plaatsen, alsof de titel een extra (2de) regel had,
   zodat de hero niet met een lege ruimte onderaan oogt. */
.hero-lead { color: #fff; font-size: 16px; font-weight: 400; line-height: 1.55; max-width: 640px; text-shadow: 0 2px 12px rgba(0, 0, 0, 0.25); opacity: 0.95; }
.content { max-width: 990px; margin: 0 auto; padding: 80px 48px 72px; }
.validate-card { background: var(--paper); border: 1px solid var(--grey-line); border-radius: 6px; overflow: hidden; position: relative; }
.validate-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); }
.validate-card-body { padding: 36px 36px 30px; }
.validate-eyebrow { color: var(--forest); font-size: 10.5px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; margin-bottom: 8px; display: flex; align-items: center; gap: 8px; }
.validate-eyebrow svg { width: 12px; height: 12px; color: var(--gold); }
.validate-title { font-size: 22px; font-weight: 700; color: var(--ink); letter-spacing: -0.01em; margin-bottom: 6px; }
.validate-subtitle { font-size: 14px; color: var(--text-soft); margin-bottom: 22px; }
.validate-form { display: flex; gap: 12px; align-items: stretch; }
.validate-input-wrap { flex: 1; position: relative; }
.validate-input { width: 100%; padding: 14px 18px; font-family: ui-monospace, "SFMono-Regular", Menlo, Consolas, monospace; font-size: 15px; font-weight: 600; letter-spacing: 0.04em; color: var(--ink); background: var(--paper); border: 1.5px solid var(--grey-line); border-radius: 4px; outline: none; transition: border-color 0.2s ease, box-shadow 0.2s ease; }
.validate-input::placeholder { color: #c4c4c4; font-weight: 500; }
.validate-input:focus { border-color: var(--forest); box-shadow: 0 0 0 4px var(--forest-tint); }
.validate-btn { background: var(--forest); color: #fff; border: none; padding: 14px 26px; font-family: inherit; font-size: 14px; font-weight: 700; cursor: pointer; border-radius: 4px; transition: background 0.2s ease, transform 0.1s ease; display: inline-flex; align-items: center; gap: 8px; white-space: nowrap; letter-spacing: 0.01em; }
.validate-btn:hover { background: var(--forest-deep); }
.validate-btn:active { transform: translateY(1px); }
.validate-btn svg { width: 16px; height: 16px; }
.validate-btn[disabled] { opacity: 0.6; cursor: not-allowed; }
.validate-hint { margin-top: 14px; font-size: 12.5px; color: var(--text-muted); display: flex; align-items: center; gap: 6px; }
.validate-hint svg { width: 12px; height: 12px; flex-shrink: 0; color: var(--text-muted); }
.validate-hint code { font-family: ui-monospace, "SFMono-Regular", Menlo, Consolas, monospace; font-size: 12px; background: var(--grey-soft); padding: 1px 6px; border-radius: 2px; color: var(--ink); }
.validate-loading { margin-top: 22px; padding: 16px 18px; background: #fdf8ee; border: 1px solid var(--gold-light); border-radius: 4px; display: none; align-items: center; gap: 14px; }
.validate-loading.show { display: flex; }
.validate-loading-dots { display: inline-flex; gap: 4px; flex-shrink: 0; }
.validate-loading-dots span { width: 8px; height: 8px; border-radius: 50%; background: var(--gold); animation: dot-pulse 1.2s ease-in-out infinite; }
.validate-loading-dots span:nth-child(2) { animation-delay: 0.15s; }
.validate-loading-dots span:nth-child(3) { animation-delay: 0.30s; }
@keyframes dot-pulse {
            0%, 80%, 100% {
                opacity: 0.25;
                transform: scale(0.85);
            }
            40% {
                opacity: 1;
                transform: scale(1.1);
            }
        }
.validate-loading-text { font-size: 13.5px; line-height: 1.4; }
.validate-loading-text strong { display: block; color: var(--ink); font-weight: 700; margin-bottom: 1px; }
.validate-loading-text span { color: var(--text-soft); font-size: 12px; }
.validate-result { margin-top: 22px; padding: 22px 24px; background: linear-gradient(135deg, var(--buy-green-soft) 0%, #f0f9f3 100%); border: 1px solid rgba(92, 179, 119, 0.35); border-left: 3px solid var(--buy-green); border-radius: 4px; display: none; align-items: center; gap: 16px; }
.validate-result.error { background: linear-gradient(135deg, var(--buy-red-soft) 0%, #f0f9f3 100%); border: 1px solid rgb(179 92 92 / 0.35); border-left: 3px solid var(--buy-red); }
.validate-result.show { display: flex; }
.validate-result-icon { width: 40px; height: 40px; border-radius: 50%; background: var(--forest); color: #fff; flex-shrink: 0; display: flex; align-items: center; justify-content: center; }
.validate-result.error .validate-result-icon { background: var(--red-forest); }
.validate-result-icon svg { width: 20px; height: 20px; }
.validate-result-body { flex: 1; min-width: 0; }
.validate-result-label { font-size: 11px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--buy-green-hover); margin-bottom: 4px; }
.validate-result.error .validate-result-error { font-size: 11px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--buy-red-hover); margin-bottom: 4px; display: block; }
.validate-result.error .validate-result-label { display: none; }
.validate-result.error .validate-result-code { display: none; }
.validate-result.error .validate-result-meta { display: none; }
.validate-result-code { font-family: ui-monospace, "SFMono-Regular", Menlo, Consolas, monospace; font-size: 22px; font-weight: 700; color: var(--ink); letter-spacing: 0.04em; line-height: 1.2; }
.validate-result-meta { font-size: 13px; color: var(--text-soft); margin-top: 2px; }
.validate-result-meta b { color: var(--ink); font-weight: 700; }
.validate-card-footer { background: #fafbfc; border-top: 1px solid var(--grey-line); padding: 22px 36px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.validate-step { display: flex; flex-direction: column; gap: 4px; }
.validate-step-num { width: 22px; height: 22px; border-radius: 50%; background: var(--forest); color: #fff; font-size: 11px; font-weight: 700; display: flex; align-items: center; justify-content: center; margin-bottom: 4px; }
.validate-step-title { font-size: 13.5px; font-weight: 700; color: var(--ink); }
.validate-step-desc { font-size: 12.5px; line-height: 1.5; color: var(--text-soft); }
.explainer { margin-top: 80px; }
.section-heading { margin-bottom: 24px; position: relative; }
.section-heading h2 { font-size: clamp(24px, 2.6vw, 30px); font-weight: 700; color: var(--ink); letter-spacing: -0.015em; line-height: 1.2; }
.explainer p { color: var(--ink); font-size: 16px; line-height: 1.7; margin-bottom: 16px; }
.explainer p strong { font-weight: 700; }
.point-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin: 22px 0 26px; }
.point { padding: 24px 26px; border: 1px solid var(--grey-line); border-radius: 6px; background: var(--paper); }
.point-title { font-size: 16px; font-weight: 700; color: var(--forest); margin-bottom: 8px; letter-spacing: -0.005em; }
.point-text { font-size: 14.5px; line-height: 1.65; color: var(--ink); }
.point-text a { color: var(--forest); font-weight: 600; text-decoration: underline; text-underline-offset: 2px; }
.point-text a:hover { color: var(--forest-deep); }
.closing-note { font-size: 16px; line-height: 1.7; color: var(--ink); margin: 6px 0 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: 820px) {
            .validate-card-footer {
                grid-template-columns: 1fr;
            }

            .point-grid {
                grid-template-columns: 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;
            }

            .validate-card-body {
                padding: 26px 22px 22px;
            }

            .validate-card-footer {
                padding: 18px 22px;
            }

            .validate-form {
                flex-direction: column;
            }

            .validate-btn {
                justify-content: center;
            }

            .validate-result {
                flex-direction: column;
                align-items: flex-start;
                text-align: left;
            }
        }
.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; }

/* De 2 USP-blokken ('Fysiek aanwezig' + 'Exclusief eigenaarschap') in het lichte groen */
.point-grid--usp .point { background: var(--forest-tint); border-radius: 6px; padding: 20px 22px; }
