/* =============================================================================
   Xtreme Flight — inner-pages.css
   Styles for all inner page templates. Shared InnerHero, page-specific
   sections, WhatToExpect stepper, Packages cards, calendar, crew bios,
   FAQ category filter, location map, gift certificate, and more.
   ============================================================================= */

/* ─── Inner Hero ─────────────────────────────────────────────────────────── */
.xf-inner-hero {
  position: relative;
  display: flex;
  min-height: 68svh;
  width: 100%;
  align-items: flex-end;
  overflow: hidden;
  padding-bottom: 5rem;
  padding-top: 10rem;
}
@media (min-width: 768px) {
  .xf-inner-hero { min-height: 78svh; padding-top: 12rem; }
}
.xf-inner-hero__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.15);
  opacity: 0;
  transition: transform 1.4s ease-out, opacity 1.4s ease-out;
}
.xf-inner-hero__bg.is-loaded {
  transform: scale(1);
  opacity: 1;
}
.xf-inner-hero__overlay-t {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top,
    var(--navy-deep) 0%,
    oklch(0.18 0.06 250 / 0.7) 50%,
    oklch(0.18 0.06 250 / 0.55) 100%);
}
.xf-inner-hero__overlay-t--light {
  background: linear-gradient(to top,
    var(--navy-deep) 0%,
    oklch(0.18 0.06 250 / 0.5) 50%,
    oklch(0.18 0.06 250 / 0.2) 100%);
}
.xf-inner-hero__overlay-r {
  position: absolute;
  inset: 0;
  background: linear-gradient(to right,
    oklch(0.18 0.06 250 / 0.85) 0%,
    transparent 50%,
    oklch(0.18 0.06 250 / 0.5) 100%);
}
.xf-inner-hero__overlay-r--light {
  background: linear-gradient(to right,
    oklch(0.18 0.06 250 / 0.7) 0%,
    transparent 50%,
    oklch(0.18 0.06 250 / 0.3) 100%);
}
.xf-inner-hero__grid {
  position: absolute;
  inset: 0;
  opacity: 0.10;
  background-image:
    linear-gradient(oklch(0.86 0.22 130 / 0.06) 1px, transparent 1px),
    linear-gradient(90deg, oklch(0.86 0.22 130 / 0.06) 1px, transparent 1px);
  background-size: 60px 60px;
}
.xf-inner-hero__content {
  position: relative;
  max-width: var(--max-w);
  margin: 0 auto;
  width: 100%;
  padding: 0 1.25rem;
}
@media (min-width: 1024px) { .xf-inner-hero__content { padding-left: 2rem; padding-right: 2rem; } }
.xf-inner-hero__eyebrow {
  opacity: 0;
  transform: translateY(15px);
  transition: opacity 0.6s ease, transform 0.6s ease;
  transition-delay: 0.3s;
}
.xf-inner-hero__eyebrow.is-visible { opacity: 1; transform: translateY(0); }
.xf-inner-hero__title {
  margin-top: 1.25rem;
  max-width: 56rem;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1.02;
  color: var(--cloud);
  text-wrap: balance;
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease, transform 0.8s ease;
  transition-delay: 0.4s;
}
@media (min-width: 768px) { .xf-inner-hero__title { font-size: 3.75rem; } }
@media (min-width: 1024px) { .xf-inner-hero__title { font-size: 4.5rem; } }
.xf-inner-hero__title.is-visible { opacity: 1; transform: translateY(0); }
.xf-inner-hero__sub {
  margin-top: 1.25rem;
  max-width: 42rem;
  font-size: 1rem;
  color: oklch(0.98 0.01 240 / 0.8);
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease, transform 0.6s ease;
  transition-delay: 0.6s;
}
@media (min-width: 768px) { .xf-inner-hero__sub { font-size: 1.125rem; } }
.xf-inner-hero__sub.is-visible { opacity: 1; transform: translateY(0); }
.xf-inner-hero__cta-wrap {
  margin-top: 2rem;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s ease, transform 0.5s ease;
  transition-delay: 0.8s;
}
.xf-inner-hero__cta-wrap.is-visible { opacity: 1; transform: translateY(0); }
.xf-inner-hero__cta {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;             /* 8px — React gap-2 */
  padding: 1rem 1.75rem;   /* 16px 28px — exact React py-4 px-7 */
  border-radius: 6px;
  /* Hex fallback then OKLCH */
  background-color: #a3e635;
  background-color: oklch(0.86 0.22 130);
  color: #111827;
  color: oklch(0.18 0.06 250);
  font-weight: 600;
  font-size: 1rem;          /* 16px */
  font-family: var(--font-sans), system-ui, sans-serif;
  text-decoration: none;
  border: none;
  cursor: pointer;
  /* Exact shadow from React */
  box-shadow: #a3e635 0px 0px 60px -10px;
  box-shadow: oklch(0.86 0.22 130 / 0.5) 0px 0px 60px -10px;
  transition: background-color 0.3s ease, transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}
.xf-inner-hero__cta:hover {
  background-color: #bef264;
  background-color: oklch(0.9 0.24 130);
  color: #111827;
  transform: translateY(-3px);
}
.xf-inner-hero__cta-icon { transition: transform 0.2s ease; flex-shrink: 0; }
.xf-inner-hero__cta:hover .xf-inner-hero__cta-icon { transform: translateX(3px); }

/* ─── Generic Page Section ──────────────────────────────────────────────── */
.xf-page-section {
  position: relative;
  padding: var(--section-py) 0;
  overflow: hidden;
}
/* Carbon background — React: bg-carbon */
.xf-page-section--carbon {
  background-color: #0c1220;
  background-color: oklch(0.12 0.03 250);
}
/* Navy-deep background */
.xf-page-section--navy {
  background-color: #111827;
  background-color: oklch(0.18 0.06 250);
}
.xf-page-section__container {
  position: relative;
  max-width: var(--max-w);
  margin: 0 auto;
  padding: 0 1.25rem;
}
@media (min-width: 1024px) { .xf-page-section__container { padding-left: 2rem; padding-right: 2rem; } }

/* ─── CTA Block (experiences, aircraft, standards, kids, crew, faq) ──────── */
.xf-cta-block {
  position: relative;
  overflow: hidden;
  padding: var(--section-py) 0;
}
.xf-cta-block__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.25;
}
.xf-cta-block__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, var(--navy-deep) 0%, oklch(0.18 0.06 250 / 0.88) 50%, oklch(0.18 0.06 250 / 0.75) 100%);
}
.xf-cta-block__glow {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 31.25rem;
  height: 31.25rem;
  border-radius: 50%;
  background: oklch(0.86 0.22 130 / 0.12);
  filter: blur(160px);
  pointer-events: none;
}
.xf-cta-block__inner {
  position: relative;
  max-width: 48rem;
  margin: 0 auto;
  padding: 0 1.25rem;
  text-align: center;
}
@media (min-width: 1024px) { .xf-cta-block__inner { padding-left: 2rem; padding-right: 2rem; } }
.xf-cta-block__title {
  font-size: 2.25rem;     /* text-4xl */
  font-weight: 700;
  line-height: 1.05;
  color: #f6f8fc;
  color: var(--cloud);
  font-family: var(--font-display), system-ui, sans-serif;
}
@media (min-width: 768px)  { .xf-cta-block__title { font-size: 3rem; } }     /* text-5xl */
@media (min-width: 1024px) { .xf-cta-block__title { font-size: 3.75rem; } }  /* text-6xl — matches React lg:text-6xl */
.xf-cta-block__desc {
  margin-top: 1.25rem;
  max-width: 40rem;
  margin-left: auto;
  margin-right: auto;
  color: oklch(0.98 0.01 240 / 0.8);
}
@media (min-width: 768px) { .xf-cta-block__desc { font-size: 1.125rem; } }
.xf-cta-block__actions {
  margin-top: 2.25rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}
.xf-btn--outline-cloud {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.875rem 1.5rem;
  border-radius: 6px;
  border: 1px solid rgba(246, 248, 252, 0.3);
  background: oklch(0.18 0.06 250 / 0.6);
  background: rgba(24, 32, 54, 0.6);
  color: var(--cloud, #f6f8fc);
  font-size: 0.875rem;
  font-weight: 600;
  text-decoration: none;
  backdrop-filter: blur(8px);
  transition: border-color 0.3s ease, color 0.3s ease, transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
  cursor: pointer;
}
.xf-btn--outline-cloud:hover {
  border-color: rgba(191, 255, 0, 0.4);
  color: var(--lime, #bfff00);
  transform: translateY(-3px);
}
.xf-cta-block__actions .xf-btn--lime {
  padding: 1rem 1.75rem;
  font-size: 1rem;
}
.xf-cta-block__actions .xf-btn--outline-cloud {
  padding: 1rem 1.5rem;
  font-size: 1rem;
}

/* ─── Stat Bar (aircraft, kids, crew) ───────────────────────────────────── */
.xf-stat-bar {
  position: relative;
  padding: var(--section-py) 0;
  /* Carbon bg — React: bg-carbon border-y border-lime/10 */
  background-color: #0c1220;
  background-color: oklch(0.12 0.03 250);
  border-top:    1px solid rgba(163, 230, 53, 0.10);
  border-top:    1px solid oklch(0.86 0.22 130 / 0.10);
  border-bottom: 1px solid rgba(163, 230, 53, 0.10);
  border-bottom: 1px solid oklch(0.86 0.22 130 / 0.10);
}
.xf-stat-bar__radar {
  position: absolute;
  inset: 0;
  opacity: 0.25;
  background-image: radial-gradient(circle at center, oklch(0.86 0.22 130 / 0.08) 0%, transparent 70%);
}
.xf-stat-bar__grid { display: grid; gap: 1.5rem; text-align: center; }
.xf-stat-bar__grid--2 { grid-template-columns: repeat(2, 1fr); max-width: 32rem; margin: 0 auto; }
.xf-stat-bar__grid--3 { grid-template-columns: repeat(1, 1fr); }
@media (min-width: 640px) { .xf-stat-bar__grid--3 { grid-template-columns: repeat(3, 1fr); } }
.xf-stat-bar__value {
  font-family: var(--font-display), system-ui, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  color: #a3e635;
  color: oklch(0.86 0.22 130);
}
@media (min-width: 768px) { .xf-stat-bar__value { font-size: 3.75rem; } }
.xf-stat-bar__label {
  margin-top: 0.5rem;
  font-size: 0.75rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.25em;
  color: rgba(246, 248, 252, 0.5);
  color: oklch(0.98 0.01 240 / 0.5);
}

/* React Kids stat: text-5xl md:text-6xl — larger than default */
.xf-stat-bar__grid--2 .xf-stat-bar__value {
  font-size: 3.75rem;    /* text-5xl */
}
@media (min-width: 768px) {
  .xf-stat-bar__grid--2 .xf-stat-bar__value { font-size: 3.75rem; } /* text-6xl */
}

/* React Crew trust strip: text-5xl md:text-6xl */
.xf-stat-bar__grid--3 .xf-stat-bar__value {
  font-size: 3rem;
}
@media (min-width: 768px) {
  .xf-stat-bar__grid--3 .xf-stat-bar__value { font-size: 3.75rem; }
}
.xf-stats-grid {
  display: grid;
  gap: 1.5rem;
}
@media (min-width: 640px) { .xf-stats-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .xf-stats-grid { grid-template-columns: repeat(3, 1fr); } }
.xf-stat-card {
  display: flex;
  align-items: flex-start;
  gap: 1.25rem;
  border-radius: 1rem;
  border: 1px solid oklch(0.86 0.22 130 / 0.10);
  background: oklch(0.18 0.06 250 / 0.6);
  padding: 1.5rem;
  backdrop-filter: blur(8px);
}
.xf-stat-card__icon-wrap {
  display: grid;
  place-items: center;
  width: 3rem;
  height: 3rem;
  border-radius: 0.75rem;
  background: oklch(0.86 0.22 130 / 0.10);
  flex-shrink: 0;
}
.xf-stat-card__icon { width: 1.25rem; height: 1.25rem; color: var(--lime); }
.xf-stat-card__value {
  font-family: var(--font-display);
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--cloud);
}
@media (min-width: 768px) { .xf-stat-card__value { font-size: 1.875rem; } }
.xf-stat-card__label {
  margin-top: 0.125rem;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: oklch(0.86 0.22 130 / 0.8);
}
.xf-stat-card__sub { margin-top: 0.25rem; font-size: 0.75rem; color: oklch(0.98 0.01 240 / 0.55); }

/* ─── Cert Bar (aircraft) ───────────────────────────────────────────────── */
.xf-cert-bar {
  display: grid;
  gap: 1px;
  overflow: hidden;
  border-radius: 1rem;
  border: 1px solid rgba(163, 230, 53, 0.10);
  border: 1px solid oklch(0.86 0.22 130 / 0.10);
  background-color: rgba(163, 230, 53, 0.10);
  background-color: oklch(0.86 0.22 130 / 0.10);
}
@media (min-width: 768px) { .xf-cert-bar { grid-template-columns: repeat(3, 1fr); } }
.xf-cert-item {
  display: flex;
  align-items: flex-start;
  gap: 1.25rem;
  background-color: #171e30;
  background-color: oklch(0.22 0.05 250);
  padding: 2rem 1.75rem;
}
.xf-cert-item__icon-wrap {
  display: grid;
  place-items: center;
  width: 3rem;
  height: 3rem;
  border-radius: 0.75rem;
  background-color: rgba(163, 230, 53, 0.10);
  background-color: oklch(0.86 0.22 130 / 0.10);
  flex-shrink: 0;
}
.xf-cert-item__icon { width: 1.25rem; height: 1.25rem; color: #a3e635; color: oklch(0.86 0.22 130); }
.xf-cert-item__title {
  font-family: var(--font-display), system-ui, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  color: #f6f8fc;
  color: oklch(0.98 0.01 240);
}
.xf-cert-item__sub {
  margin-top: 0.375rem;
  font-size: 0.875rem;
  line-height: 1.6;
  color: rgba(246, 248, 252, 0.6);
  color: oklch(0.98 0.01 240 / 0.6);
}

/* ─── Pillars Grid (standards) ──────────────────────────────────────────── */
.xf-pillars-grid {
  display: grid;
  gap: 1.5rem;
  /* React: max-w-7xl px-5 lg:px-8 — no extra wrapper, section handles this */
  max-width: var(--max-w);
  margin: 0 auto;
  padding: 0 1.25rem;
}
@media (min-width: 1024px) {
  .xf-pillars-grid { grid-template-columns: repeat(3, 1fr); padding-left: 2rem; padding-right: 2rem; }
}
.xf-pillar-card {
  border-radius: 1rem;
  border: 1px solid rgba(163, 230, 53, 0.20);
  border: 1px solid oklch(0.86 0.22 130 / 0.20);
  background-color: #171e30;
  background-color: oklch(0.22 0.05 250);
  padding: 1.75rem;
}
.xf-pillar-card__icon-wrap {
  display: grid;
  place-items: center;
  width: 3rem;
  height: 3rem;
  border-radius: 0.5rem;
  background-color: rgba(163, 230, 53, 0.15);
  background-color: oklch(0.86 0.22 130 / 0.15);
}
.xf-pillar-card__icon { width: 1.25rem; height: 1.25rem; color: #a3e635; color: oklch(0.86 0.22 130); }
.xf-pillar-card__title {
  margin-top: 1.25rem;
  font-family: var(--font-display), system-ui, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: #f6f8fc;
  color: oklch(0.98 0.01 240);
}
.xf-pillar-card__text {
  margin-top: 0.75rem;
  color: rgba(246, 248, 252, 0.75);
  color: oklch(0.98 0.01 240 / 0.75);
  line-height: 1.7;
}

/* ─── What To Expect Stepper ────────────────────────────────────────────── */
.xf-wte { position: relative; padding: var(--section-py) 0; background: var(--navy-deep); overflow: hidden; }
.xf-wte__grid-bg { position: absolute; inset: 0; opacity: 0.10; }
.xf-wte__orb { position: absolute; right: -10rem; top: 50%; transform: translateY(-50%); width: 37.5rem; height: 37.5rem; border-radius: 50%; background: oklch(0.38 0.11 240 / 0.15); filter: blur(180px); }
.xf-wte__inner { position: relative; max-width: var(--max-w); margin: 0 auto; padding: 0 1.25rem; }
@media (min-width: 1024px) { .xf-wte__inner { padding-left: 2rem; padding-right: 2rem; } }
.xf-wte__header { margin-bottom: 3.5rem; text-align: center; }
.xf-wte__grid { display: grid; gap: 1.5rem; align-items: stretch; }
@media (min-width: 1024px) { .xf-wte__grid { grid-template-columns: 1fr 1fr; gap: 2rem; } }

/* Left accordion */
.xf-wte__accordion {
  display: flex;
  flex-direction: column;
  border-radius: 1rem;
  border: 1px solid oklch(0.86 0.22 130 / 0.12);
  background: oklch(0.18 0.06 250 / 0.5);
  overflow: hidden;
}
.xf-wte__step-list { display: flex; flex-direction: column; flex: 1; }
.xf-wte__step {
  border-bottom: 1px solid oklch(0.86 0.22 130 / 0.08);
  transition: background 0.3s ease;
}
.xf-wte__step:last-child { border-bottom: none; }
.xf-wte__step.is-active { background: oklch(0.86 0.22 130 / 0.06); }
.xf-wte__step-header {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1.25rem 1.5rem;
  width: 100%;
  cursor: pointer;
  text-align: left;
  background: none;
  border: none;
  font-family: inherit;
}
.xf-wte__step-num {
  display: grid;
  place-items: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  font-size: 0.875rem;
  font-weight: 700;
  flex-shrink: 0;
  transition: all 0.3s ease;
  border: 1px solid oklch(0.86 0.22 130 / 0.20);
  color: oklch(0.98 0.01 240 / 0.4);
}
.xf-wte__step.is-active .xf-wte__step-num {
  background: var(--lime);
  border-color: var(--lime);
  color: var(--navy-deep);
  box-shadow: 0 0 16px 0 oklch(0.86 0.22 130 / 0.5);
}
.xf-wte__step-title {
  flex: 1;
  font-family: var(--font-display);
  font-size: 1rem;
  font-weight: 700;
  color: oklch(0.98 0.01 240 / 0.5);
  transition: color 0.3s ease;
  line-height: 1.3;
}
@media (min-width: 768px) { .xf-wte__step-title { font-size: 1.125rem; } }
.xf-wte__step.is-active .xf-wte__step-title { color: var(--cloud); }
.xf-wte__step-line {
  height: 1px;
  width: 1.5rem;
  border-radius: 9999px;
  background: oklch(0.86 0.22 130 / 0.15);
  flex-shrink: 0;
  transition: background 0.3s ease;
}
.xf-wte__step.is-active .xf-wte__step-line { background: var(--lime); }
.xf-wte__step-body {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.35s ease, padding 0.35s ease;
}
.xf-wte__step.is-active .xf-wte__step-body { max-height: 400px; }
.xf-wte__step-text { padding: 0 1.5rem 1.5rem 4.5rem; font-size: 0.875rem; line-height: 1.7; color: oklch(0.98 0.01 240 / 0.7); }
/* Accordion nav */
.xf-wte__nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid oklch(0.86 0.22 130 / 0.10);
  padding: 1rem 1.5rem;
}
.xf-wte__nav-btn {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  font-weight: 600;
  color: oklch(0.98 0.01 240 / 0.5);
  transition: color 0.2s;
  background: none;
  border: none;
  cursor: pointer;
  font-family: inherit;
}
.xf-wte__nav-btn:hover:not(:disabled) { color: var(--lime); }
.xf-wte__nav-btn:disabled { opacity: 0.25; pointer-events: none; }
.xf-wte__nav-dots { display: flex; align-items: center; gap: 0.375rem; }
.xf-wte__nav-dot {
  height: 0.5rem;
  border-radius: 9999px;
  background: oklch(0.98 0.01 240 / 0.2);
  transition: all 0.3s ease;
  width: 0.5rem;
  border: none;
  cursor: pointer;
}
.xf-wte__nav-dot.is-active { width: 1.5rem; background: var(--lime); }

/* Right image panel */
.xf-wte__image-panel {
  position: relative;
  overflow: hidden;
  border-radius: 1rem;
  border: 1px solid oklch(0.86 0.22 130 / 0.12);
  min-height: 26.25rem;
}
@media (min-width: 768px) { .xf-wte__image-panel { min-height: 0; } }
.xf-wte__panel-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transform: scale(1.05);
  transition: opacity 0.5s ease, transform 0.5s ease;
}
.xf-wte__panel-img.is-active {
  opacity: 1;
  transform: scale(1);
}
.xf-wte__panel-overlay-t { position: absolute; inset: 0; background: linear-gradient(to top, oklch(0.18 0.06 250 / 0.9) 0%, oklch(0.18 0.06 250 / 0.25) 50%, transparent 100%); }
.xf-wte__panel-overlay-r { position: absolute; inset: 0; background: linear-gradient(to right, oklch(0.18 0.06 250 / 0.3) 0%, transparent 100%); }
.xf-wte__panel-watermark {
  pointer-events: none;
  position: absolute;
  right: 1.25rem;
  top: 1.25rem;
  font-family: var(--font-display);
  font-size: 6rem;
  font-weight: 900;
  line-height: 1;
  color: rgba(255,255,255,0.06);
  user-select: none;
}
@media (min-width: 768px) { .xf-wte__panel-watermark { font-size: 9rem; } }
.xf-wte__panel-badge {
  position: absolute;
  left: 1.25rem;
  top: 1.25rem;
}
.xf-wte__panel-badge-inner {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  border-radius: 9999px;
  border: 1px solid oklch(0.86 0.22 130 / 0.30);
  background: oklch(0.18 0.06 250 / 0.70);
  padding: 0.375rem 0.75rem;
  font-family: var(--font-mono);
  font-size: 0.625rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.25em;
  color: var(--lime);
  backdrop-filter: blur(4px);
}
.xf-wte__panel-badge-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--lime); animation: xf-pulse 2s ease-in-out infinite; }
@keyframes xf-pulse { 0%, 100% { opacity: 1; } 50% { opacity: 0.4; } }
.xf-wte__panel-caption { position: absolute; bottom: 0; left: 0; right: 0; padding: 1.5rem; }
.xf-wte__panel-progress-bar { height: 2px; width: 100%; overflow: hidden; border-radius: 9999px; background: rgba(255,255,255,0.10); margin-bottom: 1rem; }
.xf-wte__panel-progress-fill { height: 100%; border-radius: 9999px; background: var(--lime); transition: width 0.4s ease; }
.xf-wte__panel-step-title { font-family: var(--font-display); font-size: 1.25rem; font-weight: 700; color: var(--cloud); }
@media (min-width: 768px) { .xf-wte__panel-step-title { font-size: 1.5rem; } }
.xf-wte__panel-hint { margin-top: 0.25rem; font-size: 0.75rem; color: oklch(0.98 0.01 240 / 0.5); }

/* ─── Prep Cards (what-to-expect) ───────────────────────────────────────── */
.xf-prep-grid {
  display: grid;
  gap: 1.25rem;
}
@media (min-width: 640px) { .xf-prep-grid { grid-template-columns: repeat(2, 1fr); } }
.xf-prep-card {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  border-radius: 1rem;
  border: 1px solid oklch(0.86 0.22 130 / 0.15);
  background: var(--card);
  padding: 1.5rem;
}
.xf-prep-card__icon-wrap {
  display: grid;
  place-items: center;
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 0.5rem;
  background: oklch(0.86 0.22 130 / 0.15);
  flex-shrink: 0;
}
.xf-prep-card__icon { width: 1.25rem; height: 1.25rem; color: var(--lime); }
.xf-prep-card__label {
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: oklch(0.86 0.22 130 / 0.8);
}
.xf-prep-card__value { margin-top: 0.25rem; font-weight: 500; color: var(--cloud); }

/* ─── Kids Page ─────────────────────────────────────────────────────────── */
.xf-kids-split { display: grid; gap: 3rem; align-items: stretch; }
@media (min-width: 1024px) { .xf-kids-split { grid-template-columns: 1fr 1fr; gap: 5rem; } }

.xf-kids-video-frame {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 1rem;
  border: 1px solid oklch(0.86 0.22 130 / 0.20);
  box-shadow: var(--shadow-cinematic);
  overflow: hidden;
  flex: 1;
}
.xf-kids-video-badges {
  pointer-events: none;
  position: absolute;
  left: 1rem;
  right: 1rem;
  top: 1rem;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.xf-kids-badge {
  border-radius: var(--radius-md);
  border: 1px solid oklch(0.86 0.22 130 / 0.30);
  background: oklch(0.18 0.06 250 / 0.80);
  padding: 0.375rem 0.75rem;
  backdrop-filter: blur(4px);
}
.xf-kids-badge__label { font-family: var(--font-mono); font-size: 0.625rem; text-transform: uppercase; letter-spacing: 0.1em; color: var(--lime); }
.xf-kids-badge__value { font-family: var(--font-display); font-size: 1rem; font-weight: 700; color: var(--cloud); }
.xf-kids-badge__inline { display: flex; align-items: center; gap: 0.375rem; font-family: var(--font-mono); font-size: 0.75rem; color: var(--lime); }
.xf-kids-video { height: 100%; width: 100%; flex: 1; object-fit: cover; min-height: 22.5rem; display: block; }

/* Kids requirements image — React h-[480px] md:h-[560px] */
.xf-kids-req-img {
  height: 30rem;     /* 480px */
  width: 100%;
  object-fit: cover;
  object-position: top;
  display: block;
}
@media (min-width: 768px) { .xf-kids-req-img { height: 35rem; } } /* 560px */
.xf-kids-checklist { margin-top: 2rem; display: flex; flex-direction: column; gap: 0.75rem; }
/* ─── Kids check-item row (requirements list) ───────────────────────────── */
.xf-kids-check-item {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  color: rgba(246, 248, 252, 0.85);
}
.xf-kids-check-item__icon { margin-top: 2px; width: 1rem; height: 1rem; flex-shrink: 0; color: var(--lime); }

/* Highlight cards */
.xf-highlight-card {
  position: relative;
  overflow: hidden;
  border-radius: 1rem;
  border: 1px solid oklch(0.86 0.22 130 / 0.10);
  background: oklch(0.18 0.06 250 / 0.6);
  padding: 1.75rem;
  backdrop-filter: blur(8px);
  transition: border-color 0.3s ease;
}
@media (min-width: 768px) { .xf-highlight-card { padding: 2rem; } }
.xf-highlight-card:hover { border-color: oklch(0.86 0.22 130 / 0.35); }
.xf-highlight-card__num {
  pointer-events: none;
  position: absolute;
  right: 1.5rem;
  top: 1rem;
  font-family: var(--font-display);
  font-size: 5rem;
  font-weight: 900;
  line-height: 1;
  color: oklch(0.86 0.22 130 / 0.05);
  user-select: none;
}
.xf-highlight-card__inner { display: flex; flex-direction: column; gap: 1.25rem; }
@media (min-width: 640px) { .xf-highlight-card__inner { flex-direction: row; align-items: flex-start; gap: 1.75rem; } }
.xf-highlight-card__icon-wrap {
  display: grid;
  place-items: center;
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 0.75rem;
  border: 1px solid oklch(0.86 0.22 130 / 0.20);
  background: oklch(0.86 0.22 130 / 0.10);
  flex-shrink: 0;
  transition: border-color 0.3s, background 0.3s;
}
.xf-highlight-card:hover .xf-highlight-card__icon-wrap { border-color: oklch(0.86 0.22 130 / 0.50); background: oklch(0.86 0.22 130 / 0.15); }
.xf-highlight-card__icon { width: 1.5rem; height: 1.5rem; color: var(--lime); }
.xf-highlight-card__mono { font-family: var(--font-mono); font-size: 0.625rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.3em; color: oklch(0.86 0.22 130 / 0.5); margin-bottom: 0.25rem; }
.xf-highlight-card__title { font-family: var(--font-display); font-size: 1.25rem; font-weight: 700; color: var(--cloud); }
@media (min-width: 768px) { .xf-highlight-card__title { font-size: 1.5rem; } }
.xf-highlight-card__body { margin-top: 0.75rem; max-width: 40rem; color: oklch(0.98 0.01 240 / 0.7); }

/* Req grid */
.xf-req-grid { display: grid; gap: 0.75rem; }
@media (min-width: 640px) { .xf-req-grid { grid-template-columns: repeat(2, 1fr); } }
.xf-req-card {
  border-radius: 0.75rem;
  border: 1px solid oklch(0.86 0.22 130 / 0.10);
  background: oklch(0.18 0.06 250 / 0.60);
  padding: 1rem 1.25rem;
  backdrop-filter: blur(8px);
}
.xf-req-card__label { font-size: 0.625rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.25em; color: oklch(0.86 0.22 130 / 0.60); }
.xf-req-card__value { margin-top: 0.25rem; font-family: var(--font-display); font-size: 1rem; font-weight: 700; color: var(--cloud); }
.xf-req-card__note { margin-top: 0.125rem; font-size: 0.75rem; color: oklch(0.98 0.01 240 / 0.5); }

/* Quote card */
.xf-quote-card {
  border-radius: 1rem;
  border: 1px solid oklch(0.86 0.22 130 / 0.15);
  background: oklch(0.18 0.06 250 / 0.6);
  padding: 2.5rem 2rem;
  backdrop-filter: blur(8px);
  text-align: center;
}
@media (min-width: 768px) { .xf-quote-card { padding: 2.5rem 3.5rem; } }
.xf-quote-card__stars { display: flex; justify-content: center; gap: 0.25rem; color: var(--lime); }
.xf-quote-card__star { width: 1.25rem; height: 1.25rem; fill: currentColor; }
.xf-quote-card__text { margin-top: 1.5rem; font-family: var(--font-display); font-size: 1.5rem; font-weight: 700; line-height: 1.3; color: var(--cloud); }
@media (min-width: 768px) { .xf-quote-card__text { font-size: 1.875rem; } }
.xf-quote-card__author { margin-top: 1.5rem; display: flex; align-items: center; justify-content: center; gap: 0.75rem; }
.xf-quote-card__avatar { display: grid; place-items: center; width: 2.5rem; height: 2.5rem; border-radius: 50%; background: linear-gradient(135deg, var(--lime), var(--jet-blue)); font-weight: 700; color: var(--navy-deep); flex-shrink: 0; }
.xf-quote-card__name { font-size: 0.875rem; font-weight: 600; color: var(--cloud); }
.xf-quote-card__role { font-size: 0.75rem; color: oklch(0.98 0.01 240 / 0.55); }

/* ─── Packages Page ─────────────────────────────────────────────────────── */
.xf-packages-grid {
  display: grid;
  gap: 1.5rem;
}
@media (min-width: 768px) { .xf-packages-grid { grid-template-columns: repeat(2, 1fr); } }
/* React: lg:grid-cols-4 = 1024px — matches original */
@media (min-width: 1024px) { .xf-packages-grid { grid-template-columns: repeat(4, 1fr); } }

.xf-package-card {
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-radius: 1rem;
  border: 1px solid rgba(163, 230, 53, 0.15);
  border: 1px solid oklch(0.86 0.22 130 / 0.15);
  background-color: #171e30;
  background-color: oklch(0.22 0.05 250);
  padding: 1.75rem;
  transition: transform 0.3s ease, border-color 0.3s ease;
}
.xf-package-card:hover {
  transform: translateY(-8px);
  border-color: rgba(163, 230, 53, 0.40);
  border-color: oklch(0.86 0.22 130 / 0.40);
}
.xf-package-card--addon {
  border-style: dashed;
  border-color: rgba(163, 230, 53, 0.30);
  border-color: oklch(0.86 0.22 130 / 0.30);
}
.xf-package-card--addon:hover {
  border-color: rgba(163, 230, 53, 0.50);
  border-color: oklch(0.86 0.22 130 / 0.50);
}
.xf-package-card__icon { width: 1.75rem; height: 1.75rem; color: var(--lime); }
.xf-package-card__name { margin-top: 1.25rem; font-family: var(--font-display), system-ui, sans-serif; font-size: 1.5rem; font-weight: 700; color: #f6f8fc; color: oklch(0.98 0.01 240); }
.xf-package-card__desc { margin-top: 0.75rem; flex: 1; font-size: 0.875rem; color: rgba(246,248,252,.7); color: oklch(0.98 0.01 240 / 0.7); line-height: 1.65; }
.xf-package-card__footer { margin-top: 1.25rem; padding-top: 1.25rem; border-top: 1px solid rgba(163,230,53,.1); border-top: 1px solid oklch(0.86 0.22 130 / 0.10); }
.xf-package-card__duration { display: flex; align-items: center; gap: 0.375rem; font-size: 0.75rem; color: rgba(246,248,252,.60); color: oklch(0.98 0.01 240 / 0.60); }
.xf-package-card__duration-icon { width: 0.875rem; height: 0.875rem; color: rgba(163,230,53,.80); color: oklch(0.86 0.22 130 / 0.80); }
.xf-package-card__price { margin-top: 0.25rem; font-family: var(--font-display), system-ui, sans-serif; font-size: 1.875rem; font-weight: 700; color: #f6f8fc; color: oklch(0.98 0.01 240); }
.xf-package-card__cta {
  margin-top: 1.5rem;
  display: inline-flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  border-radius: 6px;
  /* Hex fallback then OKLCH */
  background-color: #a3e635;
  background-color: oklch(0.86 0.22 130);
  color: #111827;
  color: oklch(0.18 0.06 250);
  padding: 0.75rem 1rem;    /* py-3 px-4 — packages use text-sm */
  font-size: 0.875rem;      /* 14px — text-sm on package cards */
  font-weight: 600;
  font-family: var(--font-sans), system-ui, sans-serif;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s ease, transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}
.xf-package-card__cta:hover {
  background-color: #bef264;
  background-color: oklch(0.9 0.24 130);
  color: #111827;
  transform: translateY(-2px);
}
.xf-package-card__addon-note {
  margin-top: 1.5rem;
  border-radius: var(--radius-md);
  border: 1px solid oklch(0.86 0.22 130 / 0.20);
  background: oklch(0.18 0.06 250 / 0.40);
  padding: 0.75rem 1rem;
  text-align: center;
  font-size: 0.75rem;
  color: oklch(0.98 0.01 240 / 0.7);
}

/* ─── Simple Availability Calendar ─────────────────────────────────────── */
.xf-calendar-section {
  margin-top: 4rem;
  border-radius: 1rem;
  border: 1px solid oklch(0.86 0.22 130 / 0.20);
  background: var(--card);
  padding: 1.5rem;
  scroll-margin-top: 6rem;
}
@media (min-width: 768px) { .xf-calendar-section { padding: 2rem; } }
.xf-calendar__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  text-align: center;
  margin-bottom: 1.5rem;
}
.xf-calendar__icon { width: 2rem; height: 2rem; color: var(--lime); }
.xf-calendar__title { font-family: var(--font-display); font-size: 1.5rem; font-weight: 700; color: var(--cloud); }
@media (min-width: 768px) { .xf-calendar__title { font-size: 1.875rem; } }
.xf-calendar__sub { font-size: 0.875rem; color: oklch(0.98 0.01 240 / 0.7); }
.xf-calendar__legend {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 1.25rem;
  margin-bottom: 1.25rem;
  font-size: 0.875rem;
  color: oklch(0.98 0.01 240 / 0.85);
}
.xf-calendar__legend-dot { display: inline-block; width: 1rem; height: 1rem; border-radius: 0.25rem; margin-right: 0.5rem; }
.xf-calendar__legend-dot--available { background-color: #22c55e; }
.xf-calendar__legend-dot--full      { background-color: #e11d48; }
.xf-calendar__legend-dot--today     { background-color: #a3e635; background-color: oklch(0.86 0.22 130); }
/* Calendar widget */
.xf-cal {
  background: #fff;
  border-radius: 0.75rem;
  padding: 1rem;
  color: var(--navy-deep);
}
.xf-cal__nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 0;
  margin-bottom: 0.75rem;
}
.xf-cal__nav-btn {
  display: grid;
  place-items: center;
  width: 2rem;
  height: 2rem;
  border-radius: 0.375rem;
  background: transparent;
  border: 1px solid #e5e7eb;
  color: var(--navy-deep);
  cursor: pointer;
  transition: background 0.2s, border-color 0.2s;
}
.xf-cal__nav-btn:hover { background: oklch(0.86 0.22 130 / 0.15); border-color: var(--lime); }
.xf-cal__month-label { font-family: var(--font-display); font-weight: 700; font-size: 1rem; color: var(--navy-deep); }
.xf-cal__week-header {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 0.25rem;
  margin-bottom: 0.5rem;
}
.xf-cal__week-day { text-align: center; font-size: 0.75rem; font-weight: 600; color: #6b7280; padding: 0.25rem 0; }
.xf-cal__days { display: grid; grid-template-columns: repeat(7, 1fr); gap: 0.25rem; }
.xf-cal__day {
  display: grid;
  place-items: center;
  height: 2.25rem;
  border-radius: 0.375rem;
  font-size: 0.875rem;
  font-weight: 500;
  cursor: default;
  transition: background 0.2s;
  color: #374151;
}
.xf-cal__day--empty { pointer-events: none; }
.xf-cal__day--past { color: #d1d5db; }
.xf-cal__day--today { background: var(--lime); color: var(--navy-deep); font-weight: 700; border-radius: 50%; }
.xf-cal__day--available { background-color: #22c55e; color: #fff; font-weight: 700; border-radius: 0.375rem; cursor: pointer; }
.xf-cal__day--available:hover { background-color: #16a34a; }
.xf-cal__day--full { background-color: #e11d48; color: #fff; font-weight: 700; cursor: not-allowed; border-radius: 0.375rem; }
.xf-calendar__booking {
  margin-top: 1.5rem;
  display: grid;
  gap: 0.75rem;
}
@media (min-width: 640px) { .xf-calendar__booking { grid-template-columns: 1fr 1fr; } }
.xf-calendar__book-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  border-radius: var(--radius-md);
  border: 1px solid oklch(0.86 0.22 130 / 0.30);
  background: oklch(0.18 0.06 250 / 0.60);
  padding: 0.75rem 1rem;
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--cloud);
  transition: border-color 0.2s, color 0.2s;
}
.xf-calendar__book-btn:hover { border-color: oklch(0.86 0.22 130 / 0.60); color: var(--lime); }
.xf-calendar__book-btn-icon { width: 1rem; height: 1rem; color: var(--lime); flex-shrink: 0; }

/* ─── Crew Page ─────────────────────────────────────────────────────────── */
/* React: Charlie photo order-2 mobile → order-1 desktop (LEFT) | Bio order-1 mobile → order-2 desktop (RIGHT) */
.xf-crew-photo--order-lg-1 { order: 2; }
.xf-crew-bio--order-lg-2   { order: 1; }
@media (min-width: 1024px) {
  .xf-crew-photo--order-lg-1 { order: 1; }
  .xf-crew-bio--order-lg-2   { order: 2; }
}

.xf-crew-section { position: relative; padding: var(--section-py) 0; overflow: hidden; }
.xf-crew-section__grid { display: grid; align-items: center; gap: 3.5rem; }
@media (min-width: 1024px) { .xf-crew-section__grid { grid-template-columns: 1fr 1fr; gap: 5rem; } }
.xf-crew-photo-wrap { position: relative; }
.xf-crew-photo-border { position: absolute; inset: -0.75rem; border-radius: 1rem; border: 1px solid oklch(0.86 0.22 130 / 0.20); }
.xf-crew-photo-frame { position: relative; max-width: 30rem; margin: 0 auto; overflow: hidden; border-radius: 1rem; box-shadow: var(--shadow-cinematic); }
.xf-crew-photo {
  height: 35rem;
  width: 100%;
  object-fit: cover;
}
@media (min-width: 768px) { .xf-crew-photo { height: 40rem; } }
.xf-crew-photo-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(17,24,39,.90) 0%, rgba(17,24,39,.20) 50%, transparent 100%);
  background: linear-gradient(to top, oklch(0.18 0.06 250 / 0.90) 0%, oklch(0.18 0.06 250 / 0.20) 50%, transparent 100%);
}
.xf-crew-photo-badge {
  position: absolute;
  left: 1.25rem;
  top: 1.25rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  border-radius: 9999px;
  border: 1px solid rgba(163, 230, 53, 0.30);
  border: 1px solid oklch(0.86 0.22 130 / 0.30);
  background-color: rgba(17, 24, 39, 0.70);
  background-color: oklch(0.18 0.06 250 / 0.70);
  padding: 0.375rem 1rem;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}
.xf-crew-photo-badge__dot { width: 6px; height: 6px; border-radius: 50%; background-color: #a3e635; background-color: oklch(0.86 0.22 130); animation: xf-pulse 2s ease-in-out infinite; }
.xf-crew-photo-badge__text { font-family: var(--font-mono), monospace; font-size: 0.625rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.25em; color: #a3e635; color: oklch(0.86 0.22 130); }
.xf-crew-photo-nameplate { position: absolute; bottom: 0; left: 0; right: 0; padding: 1.5rem; }
.xf-crew-photo-name { font-family: var(--font-display), system-ui, sans-serif; font-size: 1.5rem; font-weight: 700; color: #f6f8fc; color: oklch(0.98 0.01 240); }
.xf-crew-photo-role { margin-top: 0.25rem; font-size: 0.875rem; color: rgba(246,248,252,.6); color: oklch(0.98 0.01 240 / 0.6); }

.xf-crew-stats-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.75rem;
  margin-top: 2rem;
}
@media (min-width: 640px) { .xf-crew-stats-grid { grid-template-columns: repeat(4, 1fr); } }
.xf-crew-stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  border-radius: 0.75rem;
  border: 1px solid rgba(163, 230, 53, 0.12);
  border: 1px solid oklch(0.86 0.22 130 / 0.12);
  background-color: rgba(15, 25, 45, 0.50);
  background-color: oklch(0.18 0.06 250 / 0.50);
  padding: 1rem 0.75rem;
  text-align: center;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}
.xf-crew-stat__icon { width: 1rem; height: 1rem; color: #a3e635; color: oklch(0.86 0.22 130); }
.xf-crew-stat__value { font-family: var(--font-display), system-ui, sans-serif; font-size: 1.25rem; font-weight: 700; color: #f6f8fc; color: oklch(0.98 0.01 240); }
.xf-crew-stat__label { font-size: 0.625rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.1em; color: rgba(246,248,252,.45); color: oklch(0.98 0.01 240 / 0.45); line-height: 1.3; }

.xf-crew-edu {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  border-radius: 0.75rem;
  border: 1px solid rgba(163, 230, 53, 0.12);
  border: 1px solid oklch(0.86 0.22 130 / 0.12);
  background-color: rgba(15, 25, 45, 0.40);
  background-color: oklch(0.18 0.06 250 / 0.40);
  padding: 1rem 1.25rem;
  margin-top: 1.5rem;
}
.xf-crew-edu__icon { margin-top: 2px; width: 1.25rem; height: 1.25rem; flex-shrink: 0; color: #a3e635; color: oklch(0.86 0.22 130); }
.xf-crew-edu__label { font-size: 0.75rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.1em; color: rgba(163,230,53,.70); color: oklch(0.86 0.22 130 / 0.70); }
.xf-crew-edu__text { margin-top: 0.25rem; font-size: 0.875rem; color: rgba(246,248,252,.80); color: oklch(0.98 0.01 240 / 0.80); }

.xf-crew-pills { display: flex; flex-wrap: wrap; gap: 0.75rem; margin-top: 2rem; }
.xf-crew-pill {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  border-radius: 9999px;
  border: 1px solid rgba(163, 230, 53, 0.15);
  border: 1px solid oklch(0.86 0.22 130 / 0.15);
  background-color: rgba(15, 25, 45, 0.50);
  background-color: oklch(0.18 0.06 250 / 0.50);
  padding: 0.5rem 1rem;
  font-size: 0.875rem;
  color: rgba(246,248,252,.75);
  color: oklch(0.98 0.01 240 / 0.75);
  backdrop-filter: blur(8px);
}
.xf-crew-pill__icon { width: 0.875rem; height: 0.875rem; flex-shrink: 0; color: #a3e635; color: oklch(0.86 0.22 130); }

.xf-crew-divider { max-width: var(--max-w); margin: 0 auto; padding: 0 1.25rem; }
.xf-crew-divider__line { height: 1px; background: linear-gradient(to right, transparent 0%, oklch(0.86 0.22 130 / 0.20) 50%, transparent 100%); }

/* ─── FAQ Page with Category Filter ─────────────────────────────────────── */
.xf-faq-filter {
  position: sticky;
  top: 3px;
  z-index: 30;
  border-bottom: 1px solid rgba(163, 230, 53, 0.10);
  border-bottom: 1px solid oklch(0.86 0.22 130 / 0.10);
  background-color: rgba(17, 24, 39, 0.95);
  background-color: oklch(0.18 0.06 250 / 0.95);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}
.xf-faq-filter__inner {
  max-width: 56rem;
  margin: 0 auto;
  display: flex;
  gap: 0.25rem;
  overflow-x: auto;
  padding: 0.75rem 1.25rem;
  scrollbar-width: none;
}
.xf-faq-filter__inner::-webkit-scrollbar { display: none; }
@media (min-width: 1024px) { .xf-faq-filter__inner { padding-left: 2rem; padding-right: 2rem; } }
.xf-faq-filter__btn {
  flex-shrink: 0;
  border-radius: 9999px;
  padding: 0.375rem 1rem;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  transition: background 0.2s, color 0.2s;
  background: none;
  border: none;
  cursor: pointer;
  font-family: inherit;
  color: oklch(0.98 0.01 240 / 0.6);
  white-space: nowrap;
}
.xf-faq-filter__btn:hover { color: var(--lime); }
.xf-faq-filter__btn.is-active {
  background-color: #a3e635;
  background-color: oklch(0.86 0.22 130);
  color: #111827;
  color: oklch(0.18 0.06 250);
}

.xf-faq-page-item {
  overflow: hidden;
  border-radius: 0.75rem;
  border: 1px solid rgba(163, 230, 53, 0.15);
  border: 1px solid oklch(0.86 0.22 130 / 0.15);
  background-color: rgba(15, 25, 45, 0.40);
  background-color: oklch(0.18 0.06 250 / 0.40);
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.xf-faq-page-item.is-hidden { display: none; }
.xf-faq-page-item__category {
  font-size: 0.625rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: oklch(0.86 0.22 130 / 0.60);
  margin-bottom: 0.125rem;
}

.xf-faq-contact-card {
  margin-top: 3.5rem;
  border-radius: 1rem;
  border: 1px solid oklch(0.86 0.22 130 / 0.20);
  background: var(--card);
  padding: 2rem;
  text-align: center;
}
.xf-faq-contact-card__title { font-family: var(--font-display); font-size: 1.5rem; font-weight: 700; color: var(--cloud); }
.xf-faq-contact-card__desc { margin-top: 0.75rem; max-width: 28rem; margin-left: auto; margin-right: auto; color: oklch(0.98 0.01 240 / 0.7); }
.xf-faq-contact-card__actions { margin-top: 1.5rem; display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 0.75rem; }

/* ─── Location Page ─────────────────────────────────────────────────────── */
.xf-location-grid {
  display: grid;
  gap: 2.5rem;
  align-items: start;
}
@media (min-width: 1024px) { .xf-location-grid { grid-template-columns: 1fr 1.4fr; } }

.xf-location-card {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  border-radius: 0.75rem;
  border: 1px solid rgba(163, 230, 53, 0.15);
  border: 1px solid oklch(0.86 0.22 130 / 0.15);
  background-color: #171e30;
  background-color: oklch(0.22 0.05 250);
  padding: 1.25rem;
  transition: border-color 0.2s;
  text-decoration: none;
}
.xf-location-card:hover { border-color: rgba(163, 230, 53, 0.40); border-color: oklch(0.86 0.22 130 / 0.40); }
.xf-location-card__icon-wrap {
  display: grid;
  place-items: center;
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 0.5rem;
  background: oklch(0.86 0.22 130 / 0.15);
  flex-shrink: 0;
}
.xf-location-card__icon { width: 1.25rem; height: 1.25rem; color: var(--lime); }
.xf-location-card__label { font-size: 0.75rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.1em; color: oklch(0.86 0.22 130 / 0.80); }
.xf-location-card__value { margin-top: 0.25rem; font-weight: 500; color: var(--cloud); }
.xf-location-card__ext { margin-top: 0.5rem; display: inline-flex; align-items: center; gap: 0.25rem; font-size: 0.75rem; color: var(--lime); }
.xf-location-card__ext-icon { width: 0.75rem; height: 0.75rem; }

.xf-location-map-frame {
  overflow: hidden;
  border-radius: 1rem;
  border: 1px solid oklch(0.86 0.22 130 / 0.20);
  box-shadow: var(--shadow-cinematic);
}
.xf-location-map-frame iframe { display: block; width: 100%; height: 30rem; border: 0; }
@media (min-width: 768px) { .xf-location-map-frame iframe { height: 37.5rem; } }

/* ─── Gift Certificate Page ─────────────────────────────────────────────── */
.xf-gift-page { padding-top: 10rem; }
@media (min-width: 768px) { .xf-gift-page { padding-top: 12rem; } }
.xf-gift-header { margin-bottom: 2.5rem; text-align: center; }
.xf-gift-header__title { font-size: 2.25rem; font-weight: 700; color: var(--cloud); }
@media (min-width: 768px) { .xf-gift-header__title { font-size: 3.75rem; } }
.xf-gift-header__desc { margin-top: 1rem; max-width: 36rem; margin-left: auto; margin-right: auto; color: oklch(0.98 0.01 240 / 0.75); }
.xf-gift-header__actions { margin-top: 1.5rem; display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 1rem; }
.xf-gift-cert-frame {
  margin: 0 auto;
  overflow: hidden;
  border-radius: 1rem;
  box-shadow: var(--shadow-cinematic);
  aspect-ratio: 4/3;
  max-width: 53.75rem;
}
.xf-gift-cert-img { width: 100%; height: 100%; object-fit: contain; display: block; }
.xf-gift-actions { margin-top: 2rem; display: flex; flex-direction: column; align-items: center; gap: 1rem; }
.xf-gift-print-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  border-radius: 6px;
  background-color: #a3e635;
  background-color: oklch(0.86 0.22 130);
  padding: 0.75rem 1.5rem;
  font-weight: 600;
  font-size: 1rem;
  color: #111827;
  color: oklch(0.18 0.06 250);
  box-shadow: #a3e635 0px 0px 60px -10px;
  box-shadow: oklch(0.86 0.22 130 / 0.5) 0px 0px 60px -10px;
  transition: background-color 0.3s ease, transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
  border: none;
  cursor: pointer;
  font-family: var(--font-sans), system-ui, sans-serif;
}
.xf-gift-print-btn:hover {
  background-color: #bef264;
  background-color: oklch(0.9 0.24 130);
  transform: translateY(-3px);
}
.xf-gift-print-btn__icon { width: 1rem; height: 1rem; flex-shrink: 0; }

/* ─── Print styles for gift certificate ─────────────────────────────────── */
@media print {
  @page { size: auto; margin: 0; }
  html, body { width: 100% !important; height: 100% !important; margin: 0 !important; padding: 0 !important; overflow: hidden !important; background: white !important; }
  body * { visibility: hidden !important; }
  .xf-print-target, .xf-print-target * { visibility: visible !important; }
  .xf-print-target {
    position: fixed !important; inset: 0 !important;
    width: 100% !important; height: 100% !important;
    margin: 0 !important; padding: 0 !important;
    border: none !important; border-radius: 0 !important; box-shadow: none !important;
    background: white !important; overflow: hidden !important;
    display: flex !important; align-items: center !important; justify-content: center !important;
  }
  .xf-print-target img { width: 100% !important; height: 100% !important; object-fit: contain !important; display: block !important; }
  .no-print { display: none !important; }
}

/* ─── Reduced Motion ─────────────────────────────────────────────────────── */
@media (prefers-reduced-motion: reduce) {
  .xf-inner-hero__bg { transition: none; }
  .xf-inner-hero__eyebrow,
  .xf-inner-hero__title,
  .xf-inner-hero__sub,
  .xf-inner-hero__cta-wrap { transition: none; opacity: 1; transform: none; }
}

/* ═══════════════════════════════════════════════════════════════════════════
   INNER PAGES HEX FALLBACKS — for browsers without oklch support
   ═══════════════════════════════════════════════════════════════════════════ */
@supports not (color: oklch(0 0 0)) {
  /* InnerHero overlays */
  .xf-inner-hero { background-color: #111827; }
  .xf-inner-hero__overlay-t  { background: linear-gradient(to top, #111827 0%, rgba(17,24,39,.7) 50%, rgba(17,24,39,.55) 100%); }
  .xf-inner-hero__overlay-r  { background: linear-gradient(to right, rgba(17,24,39,.85) 0%, transparent 50%, rgba(17,24,39,.5) 100%); }
  .xf-inner-hero__overlay-t--light { background: linear-gradient(to top, #111827 0%, rgba(17,24,39,.5) 50%, rgba(17,24,39,.2) 100%); }
  .xf-inner-hero__overlay-r--light { background: linear-gradient(to right, rgba(17,24,39,.7) 0%, transparent 50%, rgba(17,24,39,.3) 100%); }
  .xf-inner-hero__title       { color: #f6f8fc; }
  .xf-inner-hero__sub         { color: rgba(246,248,252,.8); }
  .xf-inner-hero__cta         { background-color: #a3e635; color: #111827; }

  /* Section CTA blocks */
  .xf-cta-block__overlay { background: linear-gradient(to top, #111827 0%, rgba(17,24,39,.88) 50%, rgba(17,24,39,.75) 100%); }
  .xf-cta-block__glow    { background-color: rgba(163,230,53,.12); }
  .xf-cta-block__title   { color: #f6f8fc; }
  .xf-cta-block__desc    { color: rgba(246,248,252,.8); }

  /* Stat bars */
  .xf-stat-bar           { background-color: #0c1220; border-color: rgba(163,230,53,.1); }
  .xf-stat-bar__value    { color: #a3e635; }
  .xf-stat-bar__label    { color: rgba(246,248,252,.5); }

  /* Stat cards */
  .xf-stat-card          { background-color: rgba(15,25,45,.6); border-color: rgba(163,230,53,.1); }
  .xf-stat-card__value   { color: #f6f8fc; }
  .xf-stat-card__label   { color: rgba(163,230,53,.8); }
  .xf-stat-card__sub     { color: rgba(246,248,252,.55); }
  .xf-stat-card__icon-wrap { background-color: rgba(163,230,53,.1); }
  .xf-stat-card__icon    { color: #a3e635; }

  /* Cert bar */
  .xf-cert-bar           { background-color: rgba(163,230,53,.1); border-color: rgba(163,230,53,.1); }
  .xf-cert-item          { background-color: #171e30; }
  .xf-cert-item__icon-wrap { background-color: rgba(163,230,53,.1); }
  .xf-cert-item__icon    { color: #a3e635; }
  .xf-cert-item__title   { color: #f6f8fc; }
  .xf-cert-item__sub     { color: rgba(246,248,252,.6); }

  /* Pillars */
  .xf-pillar-card          { background-color: #171e30; border-color: rgba(163,230,53,.2); }
  .xf-pillar-card__icon-wrap { background-color: rgba(163,230,53,.15); }
  .xf-pillar-card__icon    { color: #a3e635; }
  .xf-pillar-card__title   { color: #f6f8fc; }
  .xf-pillar-card__text    { color: rgba(246,248,252,.75); }

  /* WTE stepper */
  .xf-wte                  { background-color: #111827; }
  .xf-wte__accordion        { background-color: rgba(15,25,45,.5); border-color: rgba(163,230,53,.12); }
  .xf-wte__step-list        { border-color: rgba(163,230,53,.08); }
  .xf-wte__step.is-active   { background-color: rgba(163,230,53,.06); }
  .xf-wte__step-title       { color: rgba(246,248,252,.5); }
  .xf-wte__step.is-active .xf-wte__step-title { color: #f6f8fc; }
  .xf-wte__step-num         { border-color: rgba(163,230,53,.2); color: rgba(246,248,252,.4); }
  .xf-wte__step.is-active .xf-wte__step-num { background-color: #a3e635; color: #111827; border-color: #a3e635; }
  .xf-wte__step-text        { color: rgba(246,248,252,.7); }
  .xf-wte__nav-btn          { color: rgba(246,248,252,.5); }
  .xf-wte__nav-btn:hover    { color: #a3e635; }
  .xf-wte__nav-dot          { background-color: rgba(246,248,252,.2); }
  .xf-wte__nav-dot.is-active { background-color: #a3e635; }

  /* Prep cards */
  .xf-prep-card             { background-color: #171e30; border-color: rgba(163,230,53,.15); }
  .xf-prep-card__icon-wrap  { background-color: rgba(163,230,53,.15); }
  .xf-prep-card__icon       { color: #a3e635; }
  .xf-prep-card__label      { color: rgba(163,230,53,.8); }
  .xf-prep-card__value      { color: #f6f8fc; }

  /* Kids page */
  .xf-kids-video-frame       { border-color: rgba(163,230,53,.2); }
  .xf-highlight-card         { background-color: rgba(15,25,45,.6); border-color: rgba(163,230,53,.1); }
  .xf-highlight-card__icon-wrap { background-color: rgba(163,230,53,.1); border-color: rgba(163,230,53,.2); }
  .xf-highlight-card__icon   { color: #a3e635; }
  .xf-highlight-card__title  { color: #f6f8fc; }
  .xf-highlight-card__body   { color: rgba(246,248,252,.7); }
  .xf-req-card               { background-color: rgba(15,25,45,.6); border-color: rgba(163,230,53,.1); }
  .xf-req-card__label        { color: rgba(163,230,53,.6); }
  .xf-req-card__value        { color: #f6f8fc; }
  .xf-req-card__note         { color: rgba(246,248,252,.5); }
  .xf-quote-card             { background-color: rgba(15,25,45,.6); border-color: rgba(163,230,53,.15); }
  .xf-quote-card__text       { color: #f6f8fc; }
  .xf-quote-card__name       { color: #f6f8fc; }
  .xf-quote-card__role       { color: rgba(246,248,252,.55); }

  /* Package cards */
  .xf-package-card           { background-color: #171e30; border-color: rgba(163,230,53,.15); }
  .xf-package-card__name     { color: #f6f8fc; }
  .xf-package-card__desc     { color: rgba(246,248,252,.7); }
  .xf-package-card__price    { color: #f6f8fc; }
  .xf-package-card__duration { color: rgba(246,248,252,.6); }

  /* Calendar */
  .xf-calendar-section       { background-color: #171e30; border-color: rgba(163,230,53,.2); }
  .xf-calendar__title        { color: #f6f8fc; }
  .xf-calendar__sub          { color: rgba(246,248,252,.7); }
  .xf-faq-filter             { background-color: rgba(17,24,39,.95); border-color: rgba(163,230,53,.1); }
  .xf-faq-filter__btn        { color: rgba(246,248,252,.6); }
  .xf-faq-filter__btn.is-active { background-color: #a3e635; color: #111827; }
  .xf-faq-contact-card       { background-color: #171e30; border-color: rgba(163,230,53,.2); }
  .xf-faq-contact-card__desc { color: rgba(246,248,252,.7); }

  /* Crew */
  .xf-crew-stat              { background-color: rgba(15,25,45,.5); border-color: rgba(163,230,53,.12); }
  .xf-crew-stat__value       { color: #f6f8fc; }
  .xf-crew-stat__label       { color: rgba(246,248,252,.45); }
  .xf-crew-edu               { background-color: rgba(15,25,45,.4); border-color: rgba(163,230,53,.12); }
  .xf-crew-edu__label        { color: rgba(163,230,53,.7); }
  .xf-crew-edu__text         { color: rgba(246,248,252,.8); }
  .xf-crew-pill              { background-color: rgba(15,25,45,.5); border-color: rgba(163,230,53,.15); color: rgba(246,248,252,.75); }
  .xf-crew-pill__icon        { color: #a3e635; }

  /* Location */
  .xf-location-card          { background-color: #171e30; border-color: rgba(163,230,53,.15); }
  .xf-location-card__label   { color: rgba(163,230,53,.8); }
  .xf-location-card__value   { color: #f6f8fc; }
  .xf-location-map-frame     { border-color: rgba(163,230,53,.2); }

  /* Gift cert */
  .xf-gift-header__title     { color: #f6f8fc; }
  .xf-gift-header__desc      { color: rgba(246,248,252,.75); }
}

