/* pages/i.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; }
.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-block; cursor: pointer; transition: background 0.2s ease, border-color 0.2s ease; }
.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-block; cursor: pointer; transition: background 0.2s ease, border-color 0.2s ease; }
.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; }
.accent-rule { display: block; height: 2px; width: 100%; border: none; background: linear-gradient(90deg, var(--forest) 0, var(--forest) 48px, transparent 48px); margin: 0 0 24px; }
.content { max-width: 990px; margin: 0 auto; padding: 80px 48px; }
.intro-lead p { font-size: 18px; line-height: 1.7; color: var(--ink); margin-bottom: 20px; }
.section-heading { margin: 72px 0 28px; position: relative; }
.section-heading h2 { font-size: clamp(22px, 2.6vw, 30px); font-weight: 700; color: var(--ink); letter-spacing: -0.015em; line-height: 1.2; }
.sub-heading { font-size: 20px; font-weight: 700; color: var(--forest); margin: 44px 0 16px; letter-spacing: -0.005em; }
.channels-frame { position: relative; overflow: hidden; border: 1px solid var(--grey-line); border-radius: 6px; padding: 44px 44px 48px; margin-bottom: 56px; }
.channels-frame::after { content: ''; position: absolute; top: 0; left: 0; width: 40px; height: 2px; background: var(--ink); z-index: 2; }
.contact-channels { display: grid; grid-template-columns: 1fr 1fr; column-gap: 56px; row-gap: 44px; }
.channel-card { display: flex; flex-direction: column; align-items: flex-start; }
.channel-icon { display: flex; align-items: center; justify-content: center; margin-bottom: 14px; flex-shrink: 0; }
.channel-icon svg { width: 24px; height: 24px; color: var(--forest); stroke: var(--forest); }
.channel-title { font-size: 18px; font-weight: 700; color: var(--forest); margin-bottom: 8px; letter-spacing: -0.01em; line-height: 1.25; }
.channel-desc { font-size: 15px; color: var(--text-soft); line-height: 1.6; margin-bottom: 18px; }
.channel-action { display: inline-flex; align-items: center; gap: 8px; background: var(--forest); color: #fff; border: 1px solid var(--forest); padding: 10px 18px; border-radius: 3px; font-family: inherit; font-size: 14px; font-weight: 400; text-decoration: none; transition: background 0.2s ease, border-color 0.2s ease; }
.channel-action:hover { background: var(--forest-deep); border-color: var(--forest-deep); }
.channel-action svg { width: 14px; height: 14px; flex-shrink: 0; }
.channel-actions { display: flex; flex-direction: row; justify-content: flex-start; margin-top: auto; }
.info-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; align-items: stretch; margin-top: 8px; }
.info-grid .cd-card { max-width: none; }
.cd-card { position: relative; overflow: hidden; max-width: 520px; background: var(--paper); border: 1px solid var(--grey-line); border-radius: 6px; }
.cd-card::after { content: ''; position: absolute; top: 0; left: 0; width: 40px; height: 2px; background: var(--ink); z-index: 2; }
.cd-card-header { padding: 24px 28px 0; }
.cd-card-title { font-size: 18px; font-weight: 700; color: var(--forest); letter-spacing: -0.01em; }
.cd-card-body { padding: 20px 28px 26px; }
.cd-company-block { padding-bottom: 18px; margin-bottom: 18px; border-bottom: 1px solid var(--grey-line); }
.cd-company { font-size: 16px; font-weight: 700; color: var(--ink); margin-bottom: 10px; }
.cd-company-addr { font-size: 14px; color: var(--text-soft); line-height: 1.6; margin-bottom: 12px; }
.cd-contact-line { display: flex; align-items: center; gap: 9px; font-size: 14px; font-weight: 600; color: var(--forest); text-decoration: none; padding: 4px 0; }
.cd-contact-line svg { width: 16px; height: 16px; flex-shrink: 0; stroke: var(--forest); color: var(--forest); }
.cd-contact-line:hover { text-decoration: underline; }
.cd-bank { display: grid; grid-template-columns: auto 1fr; gap: 7px 20px; }
.cd-bank dt { font-size: 13px; color: var(--text-muted); }
.cd-bank dd { font-size: 13px; font-weight: 600; color: var(--ink); font-variant-numeric: tabular-nums; }
.hours-block { background: linear-gradient(180deg, rgba(22, 46, 37,0.04) 0%, rgba(22, 46, 37,0.02) 100%); border: 1px solid rgba(22, 46, 37,0.12); border-radius: 4px; padding: 32px 36px; margin-top: 20px; display: flex; align-items: flex-start; gap: 40px; }
.hours-badge { width: 56px; height: 56px; background: var(--forest); color: #fff; border-radius: 50%; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.hours-badge svg { width: 24px; height: 24px; }
.hours-content { flex: 1; }
.hours-title { font-size: 18px; font-weight: 700; color: var(--ink); margin-bottom: 8px; letter-spacing: -0.01em; }
.hours-row { display: flex; justify-content: space-between; align-items: center; padding: 10px 0; border-bottom: 1px solid var(--grey-line); font-size: 15px; }
.hours-row:last-child { border-bottom: none; padding-bottom: 0; }
.hours-day { color: var(--text-soft); font-weight: 500; }
.hours-time { color: var(--forest); font-weight: 700; }
.hours-closed { color: var(--text-muted); font-weight: 500; }
.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: 48px 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; }
    .contact-channels { grid-template-columns: 1fr; }
    .channels-frame { padding: 28px 24px 32px; }
    .cd-card { max-width: none; }
    .info-grid { grid-template-columns: 1fr; }
    /* Mobiel: Openingsuren support boven Bedrijfsgegevens */
    .info-grid > :nth-child(1) { order: 2; }
    .info-grid > :nth-child(2) { order: 1; }
    .hours-block { flex-direction: column; gap: 20px; padding: 24px 20px; }
    /* .cta-strip stacking + padding komt nu uit de gedeelde marketing.css (mobiel) */
    .hero-cta { flex-direction: column; }
    .hero-cta a { text-align: center; }
  }
.top-actions { gap: 10px; }

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