/* Audience selector and VAT presentation */
@font-face { font-family: 'Barlow'; src: url('../fonts/Barlow-Regular.woff2') format('woff2'); font-weight: 400; font-style: normal; font-display: swap; }
@font-face { font-family: 'Barlow'; src: url('../fonts/Barlow-Bold.woff2') format('woff2'); font-weight: 700; font-style: normal; font-display: swap; }
@font-face { font-family: 'Barlow'; src: url('../fonts/Barlow-ExtraBold.woff2') format('woff2'); font-weight: 800; font-style: normal; font-display: swap; }

:root {
  --audience-red: #b22424;
  --audience-red-dark: #861919;
  --audience-ink: #17191c;
  --audience-cream: #f7f4ee;
}

.page-header-top { z-index: 1300; min-height: 50px; box-sizing: border-box; padding-top: 8px; padding-bottom: 8px; }
.audience-inline { display: flex; align-items: center; gap: 9px; white-space: nowrap; font-family: Barlow, Arial, sans-serif; }
.audience-inline__label { color: #fff; font-size: 14px; }
.audience-switch { display: inline-flex; padding: 3px; gap: 3px; border-radius: 999px; background: #30343a; }
.audience-switch__option { min-width: 74px; padding: 5px 10px; border-radius: 999px; color: #fff !important; text-align: center; text-decoration: none !important; font-size: 13px; font-weight: 700; line-height: 1.15; transition: background-color .18s ease, transform .18s ease; }
.audience-switch__option:not(.is-active):hover, .audience-switch__option:not(.is-active):focus-visible { background: #4a4f57; transform: translateY(-1px); }
.audience-switch__option.is-active { background: var(--audience-red); box-shadow: 0 2px 8px rgba(0,0,0,.25); }
.opening-status { display: flex; align-items: center; gap: 8px; white-space: nowrap; }
.opening-status__dot { width: 9px; height: 9px; flex: 0 0 9px; border-radius: 50%; background: #ef5350; box-shadow: 0 0 0 3px rgba(239,83,80,.16); }
.opening-status.is-open .opening-status__dot { background: #45c96b; box-shadow: 0 0 0 3px rgba(69,201,107,.16); }
.opening-status.is-break .opening-status__dot { background: #f4a62a; box-shadow: 0 0 0 3px rgba(244,166,42,.17); }
.opening-status.is-closed .opening-status__dot { background: #ef5350; box-shadow: 0 0 0 3px rgba(239,83,80,.16); }
.mobile-opening-status { display: none; margin: 18px 0; padding: 12px 14px; border-radius: 4px; background: #24272c; color: #fff; font-family: Barlow, Arial, sans-serif; line-height: 1.35; }
.audience-notice { background: #fff4d8; border-bottom: 1px solid #e8cd86; color: #352b17; font-family: Barlow, Arial, sans-serif; }
.audience-notice--particulieren { background: #eaf6ee; border-bottom-color: #a9d5b6; color: #173e24; }
.audience-notice__inner { max-width: 1200px; margin: 0 auto; padding: 10px 28px; font-size: 16px; }
.map-consent-placeholder { display: flex; min-height: 360px; padding: 32px; align-items: center; justify-content: center; background: #f2f2f2; color: #30343a; text-align: center; }
.map-consent-placeholder__inner { max-width: 520px; }
.map-consent-placeholder__title { margin: 0 0 8px; color: #17191c; font-size: 22px; font-weight: 800; }
.map-consent-placeholder p { margin: 0 0 18px; }
.map-consent-placeholder a { display: inline-block; padding: 10px 16px; border-radius: 3px; background: var(--audience-red); color: #fff !important; font-weight: 700; text-decoration: none !important; }
.map-consent-placeholder a:hover, .map-consent-placeholder a:focus-visible { background: var(--audience-red-dark); }

.audience-gateway { margin: 0; min-height: 100vh; background: #17191c; color: #fff; font-family: Barlow, Arial, sans-serif; }
.gateway { position: relative; min-height: 100vh; isolation: isolate; display: flex; flex-direction: column; }
.gateway__backdrop { position: absolute; inset: 0; z-index: -2; background: linear-gradient(90deg, rgba(11,13,15,.94), rgba(11,13,15,.73) 54%, rgba(11,13,15,.52)), url('../img/bg_ov_pand.jpg') center/cover no-repeat; }
.gateway__backdrop::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 56%, rgba(0,0,0,.45)); }
.gateway__top { width: min(1180px, calc(100% - 48px)); margin: 0 auto; padding: 28px 0; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid rgba(255,255,255,.18); }
.gateway__top img { filter: drop-shadow(0 2px 4px rgba(0,0,0,.25)); }
.gateway__top a { color: #fff; font-size: 18px; font-weight: 700; text-decoration: none; }
.gateway__panel { width: min(980px, calc(100% - 48px)); margin: auto; padding: 54px 0 70px; }
.gateway__eyebrow { margin: 0 0 10px; color: #fff; font-size: 15px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.gateway h1 { max-width: 760px; margin: 0; color: #fff; font-size: clamp(38px, 5.6vw, 70px); line-height: .98; letter-spacing: -.035em; }
.gateway__intro { max-width: 660px; margin: 22px 0 34px; color: rgba(255,255,255,.83); font-size: 19px; line-height: 1.55; }
.gateway__choices { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.gateway-card { position: relative; display: grid; grid-template-columns: auto 1fr; grid-template-areas: 'icon title' 'icon price' 'action action'; gap: 3px 17px; min-height: 190px; padding: 28px; overflow: hidden; border: 1px solid rgba(255,255,255,.22); border-radius: 4px; background: rgba(255,255,255,.96); color: #17191c !important; text-decoration: none !important; box-shadow: 0 18px 45px rgba(0,0,0,.22); transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.gateway-card::after { content: ''; position: absolute; inset: auto 0 0; height: 6px; background: var(--audience-red); }
.gateway-card:hover, .gateway-card:focus-visible { transform: translateY(-4px); border-color: rgba(255,255,255,.7); box-shadow: 0 23px 55px rgba(0,0,0,.3); }
.gateway-card__icon { grid-area: icon; display: grid; place-items: center; width: 54px; height: 54px; border-radius: 50%; background: #f2e3e3; color: var(--audience-red); font-size: 25px; }
.gateway-card__title { grid-area: title; align-self: end; font-size: 24px; font-weight: 800; }
.gateway-card__price { grid-area: price; color: #565b61; font-size: 16px; }
.gateway-card__action { grid-area: action; align-self: end; display: flex; justify-content: space-between; gap: 20px; margin-top: 24px; padding-top: 17px; border-top: 1px solid #dedede; color: var(--audience-red); font-weight: 800; }
.gateway__help { margin: 24px 0 0; color: rgba(255,255,255,.68); font-size: 14px; }

@media (max-width: 1200px) {
  .page-header-top { display: flex; align-items: center; gap: 12px; }
  .page-header-top__left { display: flex; }
  .page-header-top__right { flex: 1; justify-content: flex-end; }
}

@media (max-width: 700px) {
  .page-header-top { min-height: 50px; padding: 7px 12px; flex-direction: row; align-items: center; justify-content: center; gap: 0; }
  .page-header-top__left { width: 100%; justify-content: center; }
  .page-header-top__right { display: none !important; }
  .audience-inline__label { display: none; }
  .audience-inline { justify-content: center; }
  .audience-switch__option { min-width: 78px; }
  .opening-status { justify-content: center; white-space: normal; text-align: center; line-height: 1.35; }
  .mobile-opening-status { display: flex; }
  #offcanvas .uk-offcanvas-bar .logo { transform: translateY(20px); margin-bottom: 20px; }
  .audience-notice__inner { padding: 9px 16px; font-size: 14px; text-align: center; }
  .gateway__top { width: calc(100% - 32px); padding: 18px 0; }
  .gateway__top img { width: 145px; }
  .gateway__top a { font-size: 15px; }
  .gateway__panel { width: calc(100% - 32px); padding: 38px 0 44px; }
  .gateway h1 { font-size: clamp(38px, 12vw, 54px); }
  .gateway__intro { margin: 18px 0 25px; font-size: 17px; }
  .gateway__choices { grid-template-columns: 1fr; gap: 12px; }
  .gateway-card { min-height: 168px; padding: 22px; }
}

@media (prefers-reduced-motion: reduce) {
  .audience-switch__option, .gateway-card { transition: none; }
}
