/* pages/k.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.5; -webkit-font-smoothing: antialiased; }
.wrap { max-width: 1280px; margin: 0 auto; padding: 0 48px; }
.top-actions { display: flex; gap: 12px; }
.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 .arrow { transition: transform 0.2s ease; }
.btn-on-white--solid:hover .arrow { transform: translateX(4px); }
.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: 640px; margin-bottom: 24px; text-shadow: 0 2px 12px rgba(0,0,0,0.25); opacity: 0.95; }
.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(22px, 2.5vw, 28px); 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(--ink); max-width: 660px; margin: 0 auto 44px; line-height: 1.6; }
.booking-section { padding: 80px 0; background: var(--paper); }
.toggle-wrapper { display: flex; justify-content: center; margin-bottom: 40px; }
.toggle { display: inline-flex; background: var(--paper); border: 1px solid var(--grey-line); border-radius: 3px; padding: 5px; gap: 4px; box-shadow: 0 4px 12px rgba(22, 46, 37,0.06); }
.toggle-btn { display: inline-flex; align-items: center; gap: 10px; padding: 12px 22px; background: transparent; border: none; color: var(--text-soft); font-family: inherit; font-weight: 600; font-size: 14px; border-radius: 3px; cursor: pointer; transition: color 0.2s ease, background 0.2s ease; white-space: nowrap; }
.toggle-btn.active { background: var(--forest); color: #fff; }
.toggle-btn:not(.active):hover { color: var(--forest); }
.toggle-btn svg { flex-shrink: 0; }
/* 'Welk type afspraak past bij uw vraag?' — links uitlijnen (titel, subtekst, keuze-tabs).
   Enkel binnen .booking-section; de andere secties (testimonials, FAQ) blijven gecentreerd. */
.booking-section .section-title { text-align: left; }
.booking-section .section-subtitle { text-align: left; margin-left: 0; margin-right: 0; }
.booking-section .toggle-wrapper { justify-content: flex-start; }
.booking-grid { display: grid; grid-template-columns: 1fr 300px; gap: 28px; align-items: start; }
.calendly-container { background: var(--paper); border-radius: 4px; overflow: hidden; box-shadow: 0 8px 32px rgba(22, 46, 37,0.08); border: 1px solid var(--grey-line); min-height: 700px; }
.calendly-container .calendly-inline-widget { min-width: 100%; height: 700px; }
.slot-hidden { display: none; }
.info-card { position: relative; overflow: hidden; background: var(--paper); border: 1px solid var(--grey-line); border-radius: 4px; padding: 22px 24px; margin-bottom: 16px; }
.info-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); }
.info-card h4 { display: flex; align-items: center; gap: 10px; font-size: 15px; font-weight: 700; color: var(--ink); margin-bottom: 14px; }
.info-card h4 svg { color: var(--forest); flex-shrink: 0; }
.info-list { list-style: none; display: flex; flex-direction: column; gap: 10px; }
.info-list li { display: flex; gap: 10px; font-size: 14px; color: var(--ink); line-height: 1.5; }
.info-list li::before { content: ''; flex-shrink: 0; width: 5px; height: 5px; border-radius: 50%; background: var(--gold); margin-top: 8px; }
.social-proof { padding: 80px 0; background: var(--paper); border-top: 1px solid rgba(22, 46, 37,0.08); }
.testi-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 40px; }
.testi { position: relative; overflow: hidden; background: var(--paper); border: 1px solid var(--grey-line); border-radius: 4px; padding: 28px; }
.testi::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px; background: linear-gradient(90deg, var(--forest) 0, var(--forest) 60px, transparent 60px); }
.stars { color: var(--gold); font-size: 15px; margin-bottom: 14px; letter-spacing: 2px; }
.testi-text { font-size: 15px; color: var(--ink); line-height: 1.65; margin-bottom: 20px; font-style: italic; }
.testi-author { display: flex; align-items: center; gap: 12px; padding-top: 16px; border-top: 1px solid var(--grey-line); }
.author-avatar { width: 40px; height: 40px; border-radius: 3px; background: var(--forest); display: flex; align-items: center; justify-content: center; font-weight: 700; color: #fff; font-size: 14px; flex-shrink: 0; }
.author-info strong { display: block; color: var(--ink); font-size: 14px; font-weight: 700; }
.author-info span { font-size: 12px; color: var(--text-muted); }
.contact-section { padding: 0 0 72px; background: var(--paper); }
.contact-banner { background: var(--paper); border: 1px solid var(--grey-line); border-radius: 4px; padding: 40px 44px; box-shadow: 0 4px 16px rgba(22, 46, 37,0.05); }
.contact-banner-header { text-align: center; max-width: 600px; margin: 0 auto 28px; }
.contact-banner-header h3 { font-size: clamp(20px, 2.5vw, 26px); font-weight: 700; color: var(--ink); margin-bottom: 8px; letter-spacing: -0.01em; }
.contact-banner-header p { font-size: 15px; color: var(--ink); line-height: 1.6; }
.contact-links { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.contact-link { display: flex; align-items: center; gap: 14px; padding: 18px 20px; background: var(--paper); border: 1px solid var(--grey-line); border-radius: 4px; text-decoration: none; color: var(--ink); font-size: 14px; transition: border-color 0.2s ease, transform 0.2s ease; }
.contact-link:hover { border-color: var(--forest); transform: translateY(-2px); }
.contact-link .icon { width: 28px; height: 28px; background: none; display: flex; align-items: center; justify-content: center; color: var(--forest); flex-shrink: 0; }
.contact-link .icon svg { width: 22px; height: 22px; }
.contact-link strong { display: block; color: var(--ink); font-size: 15px; font-weight: 700; margin-bottom: 2px; }
.contact-link span { font-size: 13px; color: var(--ink); }
.faq-section { padding: 80px 0; background: var(--paper); 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(--ink); font-size: 15px; line-height: 1.7; border-top: 1px solid var(--grey-line); padding-top: 16px; }
.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; }
.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; }
@media (max-width: 1100px) {
    .footer-inner { grid-template-columns: repeat(3, 1fr); }
    .hero-inner { grid-template-columns: 1fr; gap: 32px; }
    .hero-card { max-width: 480px; }
  }
@media (max-width: 960px) {
    .booking-grid { grid-template-columns: 1fr; }
    .testi-grid { grid-template-columns: 1fr; }
    .contact-links { grid-template-columns: 1fr; }
  }
@media (max-width: 860px) {
    .toggle { flex-direction: column; width: 100%; max-width: 360px; }
    .toggle-btn { justify-content: center; }
  }
@media (max-width: 720px) {
    .top-bar, .hero-wrap, .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 { text-align: center; }
    .contact-banner { padding: 28px 22px; }
    .final-cta-actions { flex-direction: column; align-items: center; }
    .booking-section, .social-proof, .faq-section { padding: 56px 0; }
    /* Calendly-widget heeft inline min-width:320px → laat 'm krimpen zodat de grid niet uitbreekt (geen horizontale scroll onder 320px) */
    .booking-grid, .calendly-container { min-width: 0; }
    .calendly-container .calendly-inline-widget { min-width: 0 !important; width: 100%; }
  }
.top-actions { gap: 10px; }
.cta-strip-band { max-width: 1280px; margin: -16px auto 88px; padding: 0 48px; }
@media (max-width: 720px) { .cta-strip-band { padding: 0 24px; } }

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