/* AirZuma Netherlands shared policy/footer styles. Main landing-page CSS remains inline in index.html to preserve the original functional product-page layout. */
:root {
  --az-blue: #1438d6;
  --az-dark: #050505;
  --az-text: #111111;
  --az-muted: #666666;
  --az-border: #e6e6e6;
  --az-cta: #ffd164;
  --az-bg: #f7f8fb;
}
html { scroll-behavior: smooth; }
body.policy-page {
  box-sizing: border-box;
  margin: 0;
  font-family: Roboto, Arial, Helvetica, sans-serif;
  color: var(--az-text);
  background: var(--az-bg);
  line-height: 1.6;
}
body.policy-page *, body.policy-page *::before, body.policy-page *::after { box-sizing: border-box; }
.az-topbar {
  background: #000;
  color: #fff;
  text-align: center;
  font-weight: 900;
  font-size: 14px;
  padding: 8px 12px;
  text-transform: uppercase;
}
.az-header {
  background: #fff;
  border-bottom: 1px solid var(--az-border);
  position: sticky;
  top: 0;
  z-index: 10;
}
.az-header-inner {
  max-width: 1120px;
  margin: 0 auto;
  padding: 18px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.az-logo img { height: 32px; width: auto; display: block; }
.az-nav { display: flex; align-items: center; gap: 22px; font-weight: 800; font-size: 14px; }
.az-nav a { color: #000; text-decoration: none; }
.az-nav a:hover { color: var(--az-blue); }
.az-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 10px 18px;
  background: var(--az-cta);
  border: 1px solid #e4a900;
  border-radius: 10px;
  color: #000 !important;
  font-weight: 900;
  text-decoration: none;
  box-shadow: 0 2px 0 rgba(0,0,0,.15);
}
.policy-hero {
  background: linear-gradient(180deg, #fff 0%, #f1f4ff 100%);
  padding: 54px 20px 32px;
  border-bottom: 1px solid var(--az-border);
}
.policy-hero-inner, .policy-content {
  max-width: 960px;
  margin: 0 auto;
}
.policy-eyebrow {
  color: var(--az-blue);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .04em;
  font-size: 13px;
  margin-bottom: 10px;
}
.policy-hero h1 {
  margin: 0;
  font-size: clamp(32px, 5vw, 52px);
  line-height: 1.05;
  letter-spacing: -.03em;
}
.policy-hero p {
  margin: 16px 0 0;
  color: var(--az-muted);
  font-size: 18px;
  max-width: 760px;
}
.policy-content {
  padding: 42px 20px 70px;
}
.policy-card {
  background: #fff;
  border: 1px solid var(--az-border);
  border-radius: 18px;
  padding: clamp(22px, 4vw, 38px);
  box-shadow: 0 18px 50px rgba(12, 24, 80, .08);
}
.policy-card h2 {
  margin: 30px 0 10px;
  font-size: 24px;
  line-height: 1.25;
}
.policy-card h2:first-child { margin-top: 0; }
.policy-card p, .policy-card li {
  color: #333;
  font-size: 16px;
}
.policy-card ul { padding-left: 22px; }
.policy-note {
  padding: 16px 18px;
  background: #fff8df;
  border: 1px solid #f1d076;
  border-radius: 14px;
  color: #333;
  margin: 18px 0;
}
.producer-contact-card {
  margin: 22px 0;
  padding: 20px;
  border: 2px solid #ffd164;
  border-radius: 16px;
  background: #fff8df;
}
.producer-contact-card h2,
.producer-contact-card h3 { margin-top: 0; }
.producer-contact-list {
  display: grid;
  gap: 10px;
  margin: 14px 0 0;
}
.producer-contact-list a {
  font-weight: 700;
  color: #1438d6;
}
.editorial-impressum-note {
  margin: 18px 0;
  padding: 16px 18px;
  border-left: 4px solid #1438d6;
  background: #f3f6ff;
  border-radius: 12px;
}

/* Footer adapted for Netherlands */
.footer {
  background: #000;
  color: #fff;
  font-family: Roboto, Arial, Helvetica, sans-serif;
}
.footer__seperator { padding-top: 0; }
.footer__seperatorLine {
  height: 1px;
  background: rgba(255,255,255,.14);
}
.footer__innerContainer {
  max-width: 1132px;
  margin: 0 auto;
  padding: 42px 16px 34px;
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(160px, .65fr) minmax(245px, 1fr);
  gap: 28px;
  align-items: start;
}
.footer__logo {
  height: 32px;
  width: auto;
  display: block;
  margin-bottom: 14px;
}
.footer__logoContainerText {
  color: #d6d6d6;
  font-size: 14px;
  line-height: 1.55;
  margin: 0;
}
.footer__heading {
  margin: 0 0 12px;
  font-size: 18px;
  line-height: 1.25;
  font-weight: 900;
}
.footer__chevron {
  display: none;
}
.footer__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 9px;
}
.footer__listItem,
.footer__listItem a,
.footer__listItem span {
  color: #dcdcdc;
  font-size: 14px;
  line-height: 1.45;
}
.footer a {
  color: #dcdcdc;
  text-decoration: none;
}
.footer a:hover {
  color: #fff;
  text-decoration: underline;
}
.footer .link-static-color { color: #fff; }
.footer .affiliate-disclaimer {
  margin-top: 14px;
  padding: 12px 14px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 12px;
  background: rgba(255,255,255,.05);
  line-height: 1.55;
  font-size: 13px;
  color: #f4f4f4;
}
.producer-contact-highlight ul { gap: 6px; }
.footer__ribbon {
  background: #ffd164;
  color: #333;
}
.footer__innerRibbonWrapper {
  max-width: 1132px;
  margin: 0 auto;
  min-height: 58px;
  padding: 10px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}
.footer__ribbonContent {
  font-size: 13px;
  font-weight: 700;
}
.footer__paymentLogos {
  max-height: 32px;
  width: auto;
  max-width: min(306px, 100%);
}
@media (max-width: 960px) {
  .footer__innerContainer {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 760px) {
  .az-header-inner { align-items: flex-start; flex-direction: column; }
  .az-nav { flex-wrap: wrap; gap: 12px 16px; }
  .az-nav .az-cta { width: 100%; }
  .footer__innerContainer {
    grid-template-columns: 1fr;
    padding-top: 32px;
    gap: 24px;
  }
  .footer__innerRibbonWrapper {
    flex-direction: column;
    align-items: flex-start;
  }
}


/* Mobile footer accordion repair for AirZuma Netherlands */
@media (max-width: 767px) {
  .footer__listContainer.footer-mobile-accordion {
    width: 100%;
    cursor: pointer;
  }
  .footer__listContainer.footer-mobile-accordion > .footer__heading {
    cursor: pointer;
    user-select: none;
    margin: 0;
    min-height: 74px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .footer__listContainer.footer-mobile-accordion > .footer__chevron {
    display: block !important;
    pointer-events: auto;
    transition: transform 180ms ease;
  }
  .footer__listContainer.footer-mobile-accordion:not(.is-open) > .footer__chevron {
    transform: rotate(-90deg) !important;
  }
  .footer__listContainer.footer-mobile-accordion.is-open > .footer__chevron {
    transform: rotate(0deg) !important;
  }
  .footer__listContainer.footer-mobile-accordion > .footer-accordion-panel {
    width: 100%;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    margin: 0;
    transition: max-height 220ms ease, opacity 160ms ease, visibility 160ms ease, margin 160ms ease;
  }
  .footer__listContainer.footer-mobile-accordion.is-open > .footer-accordion-panel {
    opacity: 1;
    visibility: visible;
    margin-bottom: 25px;
  }
  .footer__listContainer.footer-mobile-accordion .footer-accordion-panel .footer__list,
  .footer__listContainer.footer-mobile-accordion .footer-accordion-panel .footer__list--customerCare {
    height: auto !important;
    overflow: visible !important;
    margin-top: 12px !important;
    margin-bottom: 0 !important;
  }
  .footer__listContainer.footer-mobile-accordion .footer-accordion-panel .footer__listItem {
    justify-content: center;
  }
  .footer__listContainer.footer-mobile-accordion .footer-accordion-panel .producer-contact-highlight {
    cursor: default;
  }
}
@media (min-width: 768px) {
  .footer-accordion-panel {
    max-height: none !important;
    height: auto !important;
    opacity: 1 !important;
    visibility: visible !important;
    overflow: visible !important;
  }
}
