/* ============================================================
   ACTING FOR DANCERS ON TOUR — page-specific overrides
   Loaded AFTER on-camera-intensive-styles.css to inherit
   the paulbecker.ai design system (dark, purple, cinematic).
   ============================================================ */

/* Smooth scroll + premium typography baseline */
html { scroll-behavior: smooth; }
body { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

/* Premium edge fade on poster ticker — match homepage */
.authority-ticker {
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 8%, #000 92%, transparent 100%);
          mask-image: linear-gradient(90deg, transparent 0%, #000 8%, #000 92%, transparent 100%);
}

/* CTA button refined press state */
.cta-btn {
  transition:
    transform 0.4s cubic-bezier(0.16, 1, 0.3, 1),
    box-shadow 0.4s cubic-bezier(0.16, 1, 0.3, 1),
    background 0.3s ease !important;
}
.cta-btn:hover {
  transform: translateY(-2px) !important;
}
.cta-btn:active {
  transform: translateY(0) scale(0.98) !important;
}

/* ---------- Hero overrides (3-line stacked headline) ---------- */
.afd-tour__hero-eyebrow {
  display: inline-block;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.65);
  padding: 8px 16px;
  border: 1px solid rgba(167, 139, 250, 0.35);
  border-radius: 999px;
  background: rgba(167, 139, 250, 0.06);
  margin-bottom: 28px;
}

.afd-tour__hero-presents {
  font-family: 'Anton', 'Inter', sans-serif;
  font-size: clamp(0.95rem, 1.4vw, 1.15rem);
  font-weight: 400;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: #fff;
  margin: 0 0 22px;
  text-shadow: 0 0 24px rgba(167,139,250,0.35);
}

.afd-tour__hero-stack {
  font-family: 'Anton', 'Inter', sans-serif;
  font-weight: 400;
  letter-spacing: -0.01em;
  line-height: 0.95;
  text-transform: uppercase;
  color: #fff;
  margin: 0 0 28px;
}
.afd-tour__hero-stack span {
  display: block;
}
.afd-tour__hero-stack span + span {
  margin-top: 4px;
}
.afd-tour__hero-stack .afd-tour__accent {
  background: linear-gradient(135deg, #c4b5fd 0%, #a78bfa 60%, #8b5cf6 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* Animated gradient glow on "Intensive" */
.afd-tour__hero-stack .afd-tour__accent--glow {
  position: relative;
  display: inline-block;
  background: linear-gradient(
    100deg,
    #c4b5fd 0%,
    #a78bfa 25%,
    #8b5cf6 50%,
    #a78bfa 75%,
    #e9d5ff 100%
  );
  background-size: 220% 100%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: afdt-glow-shift 5.5s ease-in-out infinite;
  filter: drop-shadow(0 0 18px rgba(167,139,250,0.35));
}
@keyframes afdt-glow-shift {
  0%, 100% { background-position: 0% 50%; }
  50%      { background-position: 100% 50%; }
}

/* Subtle ambient pulse behind the word */
.afd-tour__hero-stack .afd-tour__accent--glow::before {
  content: '';
  position: absolute;
  inset: -8% -6%;
  background: radial-gradient(ellipse at center, rgba(167,139,250,0.28), transparent 70%);
  filter: blur(28px);
  z-index: -1;
  animation: afdt-glow-pulse 4.5s ease-in-out infinite;
  pointer-events: none;
}
@keyframes afdt-glow-pulse {
  0%, 100% { opacity: 0.55; transform: scale(0.96); }
  50%      { opacity: 0.95; transform: scale(1.04); }
}

/* Netflix wordmark inline */
.afd-tour__netflix-mark {
  font-family: 'Anton', sans-serif;
  font-weight: 400;
  letter-spacing: 0.04em;
  color: #e50914;
  font-size: 1.16em;
  text-shadow: 0 0 14px rgba(229, 9, 20, 0.45);
  vertical-align: baseline;
  margin: 0 4px;
}

/* ---------- Event badge (CITY · DATE — template field) ---------- */
.afd-tour__event-badge {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 11px 22px;
  margin: 28px auto 32px;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(167,139,250,0.12), rgba(0,0,0,0.4));
  border: 1px solid rgba(167,139,250,0.35);
  box-shadow:
    0 0 24px rgba(167,139,250,0.18),
    inset 0 1px 0 rgba(255,255,255,0.06);
  font-family: 'Inter', sans-serif;
  font-size: clamp(0.78rem, 1.05vw, 0.92rem);
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #fff;
  white-space: nowrap;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}
.afd-tour__event-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #a78bfa;
  box-shadow: 0 0 10px rgba(167,139,250,0.85), 0 0 20px rgba(167,139,250,0.45);
  animation: afdt-pulse-dot 1.8s ease-in-out infinite;
  flex-shrink: 0;
}
@keyframes afdt-pulse-dot {
  0%, 100% { transform: scale(1); opacity: 1; }
  50%      { transform: scale(1.4); opacity: 0.7; }
}
.afd-tour__event-city {
  color: #fff;
}
.afd-tour__event-date {
  color: #fff;
}
.afd-tour__event-sep {
  color: rgba(255,255,255,0.35);
  font-weight: 400;
}
.afd-tour__event-tag {
  color: #a78bfa;
  letter-spacing: 0.2em;
}
@media (max-width: 560px) {
  .afd-tour__event-badge {
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    padding: 10px 18px;
    gap: 8px;
    letter-spacing: 0.12em;
  }
  .afd-tour__event-sep { display: none; }
}

.afd-tour__hero-subhead {
  font-size: clamp(1rem, 1.6vw, 1.2rem);
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.78);
  max-width: 640px;
  margin: 0 auto 24px;
}

.afd-tour__hero-authority {
  font-size: 0.82rem;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
  margin: 0 0 20px;
}

.afd-tour__hero-featuring {
  font-family: 'Anton', sans-serif;
  font-size: clamp(1.4rem, 2.6vw, 1.8rem);
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #fff;
  margin: 0 0 8px;
}
.afd-tour__hero-featuring .afd-tour__plus {
  color: #a78bfa;
  margin: 0 10px;
  font-weight: 400;
}

.afd-tour__hero-ages {
  font-size: 0.82rem;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.55);
  margin: 0 0 36px;
}

.afd-tour__hero-quote {
  max-width: 720px;
  margin: 0 auto 36px;
  padding: 28px 32px;
  border-left: 2px solid #a78bfa;
  border-right: 1px solid rgba(255,255,255,0.06);
  background: linear-gradient(135deg, rgba(167,139,250,0.06), rgba(0,0,0,0.2));
  text-align: left;
  border-radius: 4px 12px 12px 4px;
}
.afd-tour__hero-quote p {
  font-family: 'Inter', sans-serif;
  font-size: clamp(1.05rem, 1.6vw, 1.25rem);
  font-style: italic;
  font-weight: 400;
  line-height: 1.55;
  color: rgba(255,255,255,0.92);
  margin: 0;
}

/* ---------- Cinematic banner placeholder ---------- */
.afd-tour__banner {
  position: relative;
  width: 100%;
  aspect-ratio: 21 / 9;
  max-height: 720px;
  overflow: hidden;
  background:
    radial-gradient(ellipse at 30% 40%, rgba(167,139,250,0.18), transparent 55%),
    radial-gradient(ellipse at 70% 60%, rgba(139,92,246,0.14), transparent 60%),
    linear-gradient(180deg, #050505 0%, #0a0612 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  border-top: 1px solid rgba(255,255,255,0.06);
  border-bottom: 1px solid rgba(255,255,255,0.06);
}
.afd-tour__banner-placeholder {
  text-align: center;
  padding: 48px;
  border: 1px dashed rgba(167,139,250,0.4);
  border-radius: 12px;
  background: rgba(0,0,0,0.4);
  max-width: 560px;
}
.afd-tour__banner-placeholder p {
  margin: 0;
  font-family: 'Anton', sans-serif;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.6);
  font-size: 1.1rem;
}
.afd-tour__banner-placeholder small {
  display: block;
  margin-top: 12px;
  font-family: 'Inter', sans-serif;
  letter-spacing: 0.18em;
  font-size: 0.7rem;
  color: rgba(167,139,250,0.7);
  text-transform: uppercase;
}

/* ---------- Logo strip ---------- */
.afd-tour__logos {
  padding: 56px 0 40px;
  background: #050505;
  border-bottom: 1px solid rgba(255,255,255,0.04);
}
.afd-tour__logos-eyebrow {
  text-align: center;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.4);
  margin: 0 0 28px;
}
.afd-tour__logos-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(28px, 5vw, 64px);
  flex-wrap: wrap;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 24px;
}
.afd-tour__logos-row img {
  height: clamp(28px, 4vw, 42px);
  width: auto;
  opacity: 0.55;
  filter: grayscale(100%) brightness(1.6);
  transition: opacity 0.3s ease, filter 0.3s ease;
}
.afd-tour__logos-row img:hover {
  opacity: 0.95;
  filter: grayscale(0%) brightness(1);
}

/* ---------- "Step In Front of the Camera" — combined ---------- */
.afd-tour__what {
  padding: 112px 0 96px;
  position: relative;
  overflow: hidden;
}
.afd-tour__what--combined::before {
  content: '';
  position: absolute;
  top: -200px;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  max-width: 900px;
  height: 600px;
  background: radial-gradient(ellipse at center, rgba(167,139,250,0.10), transparent 60%);
  pointer-events: none;
  z-index: 0;
}
.afd-tour__what-combined {
  position: relative;
  z-index: 1;
  max-width: 880px;
  margin: 0 auto;
  text-align: center;
}
.afd-tour__what-headline {
  font-family: 'Anton', sans-serif;
  font-size: clamp(2rem, 4.2vw, 3.6rem);
  letter-spacing: 0.005em;
  text-transform: uppercase;
  line-height: 1;
  color: #fff;
  margin: 0 0 28px;
}
.afd-tour__what-lede {
  font-size: clamp(1.15rem, 1.8vw, 1.35rem);
  line-height: 1.5;
  color: #fff;
  font-weight: 500;
  margin: 0 0 12px;
}
.afd-tour__what-body {
  font-size: clamp(1rem, 1.4vw, 1.1rem);
  line-height: 1.7;
  color: rgba(255,255,255,0.7);
  max-width: 640px;
  margin: 0 auto 56px;
}
.afd-tour__what-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.afd-tour__what-list--combined {
  display: grid;
  gap: 0;
  max-width: 720px;
  margin: 0 auto;
  text-align: left;
  border-top: 1px solid rgba(255,255,255,0.08);
}
.afd-tour__what-list--combined li {
  display: grid;
  grid-template-columns: 56px 1fr;
  align-items: center;
  gap: 18px;
  padding: 22px 6px;
  border-bottom: 1px solid rgba(255,255,255,0.08);
  position: relative;
  transition: background 0.4s ease, padding 0.4s ease;
}
.afd-tour__what-list--combined li::before { content: none; }
.afd-tour__what-list--combined li::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 0;
  background: linear-gradient(90deg, rgba(167,139,250,0.10), transparent 80%);
  transition: width 0.5s cubic-bezier(0.16, 1, 0.3, 1);
  pointer-events: none;
}
.afd-tour__what-list--combined li:hover { padding-left: 18px; }
.afd-tour__what-list--combined li:hover::after { width: 100%; }
.afd-tour__what-num {
  font-family: 'Anton', sans-serif;
  font-size: 1.4rem;
  letter-spacing: 0.04em;
  color: #a78bfa;
  font-weight: 400;
  text-align: center;
  position: relative;
  z-index: 1;
}
.afd-tour__what-text {
  font-size: clamp(1.02rem, 1.4vw, 1.12rem);
  line-height: 1.5;
  color: #fff;
  font-weight: 500;
  position: relative;
  z-index: 1;
}
.afd-tour__what-aside {
  display: block;
  font-style: italic;
  font-weight: 400;
  font-size: 0.88em;
  color: rgba(255,255,255,0.55);
  margin-top: 4px;
}

/* Progressive reveal driven by IntersectionObserver hook below */
.afd-tour__what .reveal-up {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.9s cubic-bezier(0.16, 1, 0.3, 1),
              transform 0.9s cubic-bezier(0.16, 1, 0.3, 1);
}
.afd-tour__what .reveal-up.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* ---------- Testimonial chips ---------- */
.afd-tour__voices {
  padding: 64px 0 48px;
}
.afd-tour__voices-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 20px;
  max-width: 1100px;
  margin: 32px auto 0;
}
.afd-tour__voice-card {
  padding: 30px 28px;
  background: linear-gradient(180deg, rgba(255,255,255,0.04), rgba(255,255,255,0.01));
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 16px;
  transition:
    transform 0.5s cubic-bezier(0.16, 1, 0.3, 1),
    border-color 0.4s ease,
    box-shadow 0.5s ease,
    background 0.5s ease;
}
.afd-tour__voice-card:hover {
  transform: translateY(-4px);
  border-color: rgba(167,139,250,0.25);
  background: linear-gradient(180deg, rgba(167,139,250,0.06), rgba(255,255,255,0.015));
  box-shadow:
    0 22px 48px rgba(0,0,0,0.4),
    0 0 24px rgba(167,139,250,0.12);
}
.afd-tour__voice-header {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 18px;
}
.afd-tour__voice-photo {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid rgba(167,139,250,0.35);
  box-shadow: 0 0 18px rgba(167,139,250,0.18);
  flex-shrink: 0;
}
.afd-tour__voice-card p {
  font-size: 0.98rem;
  line-height: 1.6;
  color: rgba(255,255,255,0.88);
  margin: 0;
  font-style: italic;
}
.afd-tour__voice-name {
  display: block;
  font-weight: 600;
  font-size: 0.95rem;
  color: #fff;
  line-height: 1.2;
}
.afd-tour__voice-handle {
  display: block;
  font-size: 0.8rem;
  color: #a78bfa;
  text-decoration: none;
  margin-top: 2px;
  transition: color 0.2s ease;
}
.afd-tour__voice-handle:hover {
  color: #c4b5fd;
}

/* ---------- Meet Your Teachers ---------- */
.afd-tour__about {
  padding: 112px 0;
  border-top: 1px solid rgba(255,255,255,0.04);
  position: relative;
  overflow: hidden;
}
.afd-tour__about::before {
  content: '';
  position: absolute;
  top: -180px;
  left: 50%;
  transform: translateX(-50%);
  width: 70%;
  max-width: 800px;
  height: 500px;
  background: radial-gradient(ellipse at center, rgba(167,139,250,0.07), transparent 65%);
  pointer-events: none;
  z-index: 0;
}
.afd-tour__about > * { position: relative; z-index: 1; }
.afd-tour__teachers-headline {
  font-family: 'Anton', sans-serif;
  font-size: clamp(2.2rem, 5vw, 3.4rem);
  letter-spacing: 0.005em;
  text-transform: uppercase;
  line-height: 1;
}
.afd-tour__about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  max-width: 1100px;
  margin: 0 auto;
}
@media (max-width: 820px) {
  .afd-tour__about-grid { grid-template-columns: 1fr; gap: 64px; }
}
.afd-tour__about-card {
  text-align: left;
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}
.afd-tour__about-card:hover {
  transform: translateY(-6px);
}
.afd-tour__about-card:hover .afd-tour__about-photo {
  box-shadow:
    0 30px 60px rgba(0,0,0,0.55),
    0 0 0 1px rgba(167,139,250,0.35),
    0 0 32px rgba(167,139,250,0.18);
}
.afd-tour__about-photo {
  width: 100%;
  aspect-ratio: 4/5;
  object-fit: cover;
  border-radius: 18px;
  margin-bottom: 26px;
  display: block;
  box-shadow:
    0 18px 40px rgba(0,0,0,0.45),
    0 0 0 1px rgba(255,255,255,0.04);
  transition: box-shadow 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}
.afd-tour__about-name {
  font-family: 'Anton', sans-serif;
  font-size: clamp(1.8rem, 3vw, 2.4rem);
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #fff;
  margin: 0 0 6px;
}
.afd-tour__about-role {
  font-size: 0.82rem;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #a78bfa;
  margin: 0 0 18px;
}
.afd-tour__about-bio {
  font-size: 1rem;
  line-height: 1.7;
  color: rgba(255,255,255,0.75);
  margin: 0 0 14px;
}
.afd-tour__about-bio:last-child {
  margin-bottom: 0;
}

/* ---------- Mentorship Upsell Modal (airline-style) ---------- */
.afd-tour__upsell {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s cubic-bezier(0.16, 1, 0.3, 1), visibility 0.4s;
}
.afd-tour__upsell.is-open {
  opacity: 1;
  visibility: visible;
}
.afd-tour__upsell-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.78);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  cursor: pointer;
}
.afd-tour__upsell-card {
  position: relative;
  width: 100%;
  max-width: 540px;
  max-height: 92vh;
  overflow-y: auto;
  padding: 36px 32px 32px;
  border-radius: 24px;
  background:
    radial-gradient(ellipse at top, rgba(167,139,250,0.12), transparent 60%),
    linear-gradient(180deg, #14101f 0%, #0a0612 100%);
  border: 1px solid rgba(167,139,250,0.28);
  box-shadow:
    0 50px 120px rgba(0,0,0,0.7),
    0 0 0 1px rgba(255,255,255,0.04),
    inset 0 1px 0 rgba(255,255,255,0.06);
  color: #fff;
  text-align: center;
  transform: translateY(40px) scale(0.95);
  transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}
.afd-tour__upsell.is-open .afd-tour__upsell-card {
  transform: translateY(0) scale(1);
}
.afd-tour__upsell-close {
  position: absolute;
  top: 14px;
  right: 16px;
  width: 36px;
  height: 36px;
  border: none;
  background: rgba(255,255,255,0.05);
  color: rgba(255,255,255,0.7);
  border-radius: 50%;
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
  transition: background 0.2s, color 0.2s;
}
.afd-tour__upsell-close:hover {
  background: rgba(255,255,255,0.12);
  color: #fff;
}
.afd-tour__upsell-eyebrow {
  margin: 0 0 8px;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: #a78bfa;
}
.afd-tour__upsell-title {
  font-family: 'Anton', sans-serif;
  font-weight: 400;
  font-size: clamp(1.7rem, 3vw, 2.2rem);
  letter-spacing: 0.005em;
  text-transform: uppercase;
  margin: 0 0 12px;
  color: #fff;
}
.afd-tour__upsell-sub {
  margin: 0 0 26px;
  font-size: 0.96rem;
  line-height: 1.55;
  color: rgba(255,255,255,0.72);
}

/* Toggle picker */
.afd-tour__upsell-toggle {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-bottom: 24px;
}
.afd-tour__upsell-pick {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  padding: 16px 12px;
  border-radius: 14px;
  background: rgba(255,255,255,0.03);
  border: 2px solid rgba(255,255,255,0.06);
  color: #fff;
  cursor: pointer;
  transition:
    transform 0.4s cubic-bezier(0.16, 1, 0.3, 1),
    border-color 0.3s,
    background 0.3s,
    box-shadow 0.4s;
}
.afd-tour__upsell-pick:hover {
  transform: translateY(-2px);
  border-color: rgba(167,139,250,0.4);
}
.afd-tour__upsell-pick.is-selected {
  border-color: #a78bfa;
  background: linear-gradient(180deg, rgba(167,139,250,0.18), rgba(167,139,250,0.04));
  box-shadow:
    0 0 32px rgba(167,139,250,0.3),
    inset 0 1px 0 rgba(255,255,255,0.08);
}
.afd-tour__upsell-pick.is-selected::after {
  content: '✓';
  position: absolute;
  top: 8px;
  right: 10px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #a78bfa;
  color: #14101f;
  font-size: 12px;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
}
.afd-tour__upsell-pick img {
  width: 88px;
  height: 88px;
  border-radius: 50%;
  object-fit: cover;
  object-position: center top;
  margin-bottom: 4px;
  border: 2px solid rgba(255,255,255,0.08);
  transition: border-color 0.3s;
}
.afd-tour__upsell-pick.is-selected img {
  border-color: rgba(167,139,250,0.6);
}
.afd-tour__upsell-pick-name {
  font-weight: 700;
  font-size: 0.98rem;
  color: #fff;
}
.afd-tour__upsell-pick-role {
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  color: rgba(255,255,255,0.55);
}

/* Perks */
.afd-tour__upsell-perks {
  list-style: none;
  padding: 18px 22px;
  margin: 0 0 22px;
  border-radius: 12px;
  background: rgba(0,0,0,0.3);
  border: 1px solid rgba(255,255,255,0.05);
  text-align: left;
}
.afd-tour__upsell-perks li {
  position: relative;
  padding: 6px 0 6px 22px;
  font-size: 0.92rem;
  color: rgba(255,255,255,0.85);
  line-height: 1.5;
}
.afd-tour__upsell-perks li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: #a78bfa;
  font-weight: 800;
}

/* Price row */
.afd-tour__upsell-price-row {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  padding: 14px 18px;
  margin-bottom: 18px;
  background: rgba(167,139,250,0.08);
  border: 1px solid rgba(167,139,250,0.25);
  border-radius: 12px;
}
.afd-tour__upsell-price-label {
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.65);
}
.afd-tour__upsell-price-num {
  font-family: 'Anton', sans-serif;
  font-size: 1.7rem;
  font-weight: 400;
  letter-spacing: 0.02em;
  color: #c4b5fd;
}

/* Actions */
.afd-tour__upsell-actions {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: center;
}
.afd-tour__upsell-cta {
  width: 100%;
  text-align: center;
}
.afd-tour__upsell-skip {
  background: none;
  border: none;
  color: rgba(255,255,255,0.5);
  font-size: 0.88rem;
  font-family: 'Inter', sans-serif;
  cursor: pointer;
  text-decoration: underline;
  text-underline-offset: 3px;
  padding: 6px 12px;
  transition: color 0.2s;
}
.afd-tour__upsell-skip:hover {
  color: #fff;
}
/* Phase 1 Waitlist: mentor interest checkbox */
.afd-tour__waitlist-mentor-toggle {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 14px 16px;
  margin-top: 6px;
  background: rgba(0,0,0,0.3);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 10px;
  cursor: pointer;
  user-select: none;
  transition: border-color 0.2s, background 0.2s;
}
.afd-tour__waitlist-mentor-toggle:hover {
  border-color: rgba(167,139,250,0.35);
}
.afd-tour__waitlist-mentor-toggle input[type="checkbox"] {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  margin-top: 1px;
  accent-color: #a78bfa;
  cursor: pointer;
}
.afd-tour__waitlist-mentor-toggle span {
  font-size: 0.92rem;
  line-height: 1.4;
  color: rgba(255,255,255,0.85);
}
.afd-tour__waitlist-mentor-toggle em {
  font-style: normal;
  color: #a78bfa;
  font-weight: 600;
}

.afd-tour__upsell-fineprint {
  margin: 14px 0 0;
  font-size: 0.74rem;
  color: rgba(255,255,255,0.4);
  font-style: italic;
  letter-spacing: 0.04em;
}

/* Success modal reuses upsell card styling */
.afd-tour__success {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s cubic-bezier(0.16, 1, 0.3, 1), visibility 0.4s;
}
.afd-tour__success.is-open {
  opacity: 1;
  visibility: visible;
}
.afd-tour__success.is-open .afd-tour__success-card {
  transform: translateY(0) scale(1);
}
.afd-tour__success-card {
  transform: translateY(40px) scale(0.95);
  transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
  background:
    radial-gradient(ellipse at top, rgba(34,197,94,0.10), transparent 60%),
    linear-gradient(180deg, #14101f 0%, #0a0612 100%);
  border-color: rgba(34,197,94,0.32);
}
/* Registration form inside success modal */
.afd-tour__reg-form {
  text-align: left;
  margin-top: 6px;
}
.afd-tour__reg-row {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 12px;
}
.afd-tour__reg-field {
  margin-bottom: 14px;
}
.afd-tour__reg-field label {
  display: block;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.55);
  margin-bottom: 6px;
}
.afd-tour__reg-field input {
  width: 100%;
  padding: 12px 14px;
  border-radius: 10px;
  border: 1px solid rgba(255,255,255,0.1);
  background: rgba(0,0,0,0.4);
  color: #fff;
  font-size: 0.96rem;
  font-family: 'Inter', sans-serif;
  outline: none;
  box-sizing: border-box;
  transition: border-color 0.2s, box-shadow 0.2s, background 0.2s;
}
.afd-tour__reg-field input:focus {
  border-color: rgba(167,139,250,0.5);
  background: rgba(0,0,0,0.6);
  box-shadow: 0 0 0 3px rgba(167,139,250,0.15);
}
.afd-tour__reg-field input::placeholder {
  color: rgba(255,255,255,0.3);
}
.afd-tour__reg-error {
  color: #fda4af;
  font-size: 0.85rem;
  margin: 0 0 12px;
  text-align: center;
}
.afd-tour__success-divider {
  height: 1px;
  margin: 28px 0 22px;
  background: linear-gradient(90deg, transparent, rgba(167,139,250,0.3), transparent);
}

.afd-tour__success-check {
  width: 64px;
  height: 64px;
  margin: 0 auto 18px;
  border-radius: 50%;
  background: linear-gradient(180deg, #22c55e 0%, #16a34a 100%);
  color: #fff;
  font-size: 32px;
  line-height: 64px;
  font-weight: 800;
  text-align: center;
  box-shadow: 0 0 32px rgba(34,197,94,0.4);
}

@media (max-width: 480px) {
  .afd-tour__upsell-card { padding: 28px 22px 24px; border-radius: 20px; }
  .afd-tour__upsell-pick img { width: 72px; height: 72px; }
}

/* ---------- Klarna fine print under Reserve Your Spot ---------- */
.afd-tour__klarna-line {
  margin: 14px 0 0;
  text-align: center;
  font-family: 'Inter', sans-serif;
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: rgba(255, 255, 255, 0.55);
  font-style: italic;
}
.afd-tour__klarna-line strong {
  color: #ffa8c5;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.02em;
}

/* ---------- Upgrades ---------- */
.afd-tour__upgrades {
  padding-top: 24px;
  margin-top: 24px;
  border-top: 1px dashed rgba(255,255,255,0.1);
}
.afd-tour__upgrades-eyebrow {
  text-align: center;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.45);
  margin: 0 0 24px;
}
.afd-tour__upgrades-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  max-width: 720px;
  margin: 0 auto;
}
@media (max-width: 640px) {
  .afd-tour__upgrades-grid { grid-template-columns: 1fr; }
}
.afd-tour__upgrade-card {
  padding: 22px 24px;
  background: linear-gradient(180deg, rgba(167,139,250,0.06), rgba(255,255,255,0.01));
  border: 1px solid rgba(167,139,250,0.18);
  border-radius: 12px;
}
.afd-tour__upgrade-name {
  font-family: 'Inter', sans-serif;
  font-size: 1.02rem;
  font-weight: 600;
  color: #fff;
  margin: 0 0 4px;
}
.afd-tour__upgrade-price {
  font-family: 'Anton', sans-serif;
  font-size: 1.4rem;
  letter-spacing: 0.02em;
  color: #a78bfa;
  margin: 0 0 10px;
}
.afd-tour__upgrade-desc {
  font-size: 0.88rem;
  line-height: 1.5;
  color: rgba(255,255,255,0.7);
  margin: 0;
}

/* ---------- Poster ticker — match paulbecker.ai homepage exactly ---------- */
/* Overrides on-camera-intensive-styles.css to match styles.css (homepage) */
.authority-ticker {
  margin-top: 0;
  background:
    radial-gradient(ellipse at 50% 50%, rgba(139, 92, 246, 0.06), transparent 60%),
    var(--bg-deep, #050505);
}
.ticker-track {
  gap: 3px;
  padding: 0;
}
.ticker-item {
  opacity: 0.6;
  transition:
    transform 240ms ease,
    opacity 220ms ease,
    filter 220ms ease,
    box-shadow 220ms ease;
  filter: saturate(0.86) brightness(0.9);
  cursor: default;
}
.ticker-item img {
  border-radius: 14px;
  box-shadow:
    0 18px 38px rgba(0, 0, 0, 0.38),
    0 0 0 1px rgba(255, 255, 255, 0.06);
  border: none;
  pointer-events: none;
  -webkit-user-drag: none;
  user-select: none;
}
.ticker-item.is-active {
  opacity: 1;
  filter: saturate(1.05) brightness(1.03);
}
/* Neutralize the intensive page's per-item purple glow override */
.ticker-item img,
.ticker-item.is-active img,
.ticker-item:hover img {
  box-shadow:
    0 18px 38px rgba(0, 0, 0, 0.38),
    0 0 0 1px rgba(255, 255, 255, 0.06);
  border: none;
  filter: none;
}

/* ---------- Sticky countdown banner ---------- */
.afd-tour__countdown {
  position: sticky;
  top: 0;
  z-index: 100;
}

/* ---------- Unified scarcity + capacity card ---------- */
.afd-tour__scarcity {
  position: relative;
  max-width: 560px;
  margin: 4px auto 40px;
  padding: 32px 32px 28px;
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(244, 63, 94, 0.10), rgba(0,0,0,0.55)),
    rgba(0,0,0,0.6);
  border: 1px solid rgba(244, 63, 94, 0.42);
  box-shadow:
    0 0 32px rgba(244, 63, 94, 0.20),
    inset 0 1px 0 rgba(255,255,255,0.06);
  text-align: center;
  isolation: isolate;
  overflow: hidden;
}
/* Sweeping ambient glow inside card */
.afd-tour__scarcity-glow {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent 0%, rgba(244,63,94,0.08) 50%, transparent 100%);
  transform: translateX(-100%);
  animation: afdt-cap-sweep 5.5s ease-in-out infinite;
  pointer-events: none;
  z-index: 0;
}
.afd-tour__scarcity > * { position: relative; z-index: 1; }

/* Headline row: pulse + 12 + label */
.afd-tour__scarcity-headline {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 22px;
}
.afd-tour__scarcity-pulse {
  position: relative;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #f43f5e;
  box-shadow:
    0 0 18px rgba(244, 63, 94, 0.95),
    0 0 36px rgba(244, 63, 94, 0.5);
  flex-shrink: 0;
}
.afd-tour__scarcity-pulse::after {
  content: '';
  position: absolute;
  inset: -6px;
  border-radius: 50%;
  border: 2px solid rgba(244, 63, 94, 0.65);
  animation: afdt-cap-ring 1.6s cubic-bezier(0.16, 1, 0.3, 1) infinite;
}
.afd-tour__scarcity-num {
  font-family: 'Anton', sans-serif;
  font-weight: 400;
  font-size: clamp(2.8rem, 5.5vw, 4.2rem);
  line-height: 1;
  background: linear-gradient(180deg, #fff 0%, #fda4af 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  filter: drop-shadow(0 0 14px rgba(244, 63, 94, 0.5));
}
.afd-tour__scarcity-label {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: clamp(0.95rem, 1.4vw, 1.1rem);
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #fff;
  text-align: left;
}
.afd-tour__scarcity-label em {
  font-style: normal;
  color: #fda4af;
  font-weight: 700;
}

/* Bar row */
.afd-tour__scarcity-bar-row {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  margin-bottom: 10px;
}
.afd-tour__scarcity-bar-label {
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.55);
}
.afd-tour__scarcity-bar-pct {
  font-size: 0.92rem;
  color: rgba(255,255,255,0.85);
}
.afd-tour__scarcity-bar-pct strong {
  font-family: 'Anton', sans-serif;
  font-size: 1.35rem;
  font-weight: 400;
  letter-spacing: 0.02em;
  background: linear-gradient(180deg, #fff 0%, #fda4af 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-right: 6px;
}

/* Sub line */
.afd-tour__scarcity-sub {
  margin: 16px 0 0;
  font-family: 'Inter', sans-serif;
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.55);
}

@media (max-width: 520px) {
  .afd-tour__scarcity { padding: 26px 22px 22px; }
  .afd-tour__scarcity-headline { gap: 12px; }
  .afd-tour__scarcity-label { text-align: center; flex-basis: 100%; }
}
.afd-tour__capacity-bar {
  position: relative;
  width: 100%;
  height: 10px;
  border-radius: 999px;
  background: rgba(255,255,255,0.06);
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.04);
}
.afd-tour__capacity-fill {
  width: 0%;
  height: 100%;
  border-radius: 999px;
  background: linear-gradient(90deg, #f43f5e 0%, #fb7185 60%, #fda4af 100%);
  box-shadow: 0 0 20px rgba(244,63,94,0.55), 0 0 8px rgba(253,164,175,0.4) inset;
  transition: width 1.8s cubic-bezier(0.16, 1, 0.3, 1);
  position: relative;
}
.afd-tour__capacity-fill::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    transparent 0%,
    rgba(255,255,255,0.25) 50%,
    transparent 100%
  );
  animation: afdt-shimmer 2.4s linear infinite;
}
@keyframes afdt-shimmer {
  0% { transform: translateX(-100%); }
  100% { transform: translateX(100%); }
}
.afd-tour__capacity-fill.is-full {
  width: var(--cap, 50%);
}
.afd-tour__capacity-note {
  margin: 12px 0 0;
  font-size: 0.78rem;
  color: rgba(255,255,255,0.55);
  text-align: center;
  font-style: italic;
}

/* ---------- Scarcity strip — "Max 12 per level" ---------- */
.afd-tour__cap-strip {
  position: relative;
  display: inline-flex;
  align-items: baseline;
  gap: 14px;
  flex-wrap: wrap;
  justify-content: center;
  margin: 24px auto 36px;
  padding: 16px 26px 18px;
  border-radius: 18px;
  background:
    linear-gradient(180deg, rgba(244, 63, 94, 0.10), rgba(0,0,0,0.4)),
    rgba(0,0,0,0.5);
  border: 1px solid rgba(244, 63, 94, 0.4);
  box-shadow:
    0 0 28px rgba(244, 63, 94, 0.20),
    0 0 0 1px rgba(244, 63, 94, 0.18) inset;
  overflow: hidden;
  isolation: isolate;
}
/* Live pulse dot */
.afd-tour__cap-strip-pulse {
  position: relative;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #f43f5e;
  box-shadow:
    0 0 14px rgba(244, 63, 94, 0.95),
    0 0 28px rgba(244, 63, 94, 0.55);
  align-self: center;
  flex-shrink: 0;
}
.afd-tour__cap-strip-pulse::after {
  content: '';
  position: absolute;
  inset: -4px;
  border-radius: 50%;
  border: 2px solid rgba(244, 63, 94, 0.6);
  animation: afdt-cap-ring 1.6s cubic-bezier(0.16, 1, 0.3, 1) infinite;
}
@keyframes afdt-cap-ring {
  0%   { transform: scale(0.8); opacity: 1; }
  100% { transform: scale(2.4); opacity: 0; }
}
/* Big numeral */
.afd-tour__cap-strip-num {
  font-family: 'Anton', sans-serif;
  font-weight: 400;
  font-size: clamp(2.2rem, 4.4vw, 3.4rem);
  letter-spacing: 0;
  line-height: 1;
  color: #fff;
  background: linear-gradient(180deg, #fff 0%, #fda4af 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  filter: drop-shadow(0 0 12px rgba(244, 63, 94, 0.45));
}
/* Label */
.afd-tour__cap-strip-label {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: clamp(0.92rem, 1.4vw, 1.1rem);
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #fff;
  align-self: center;
}
.afd-tour__cap-strip-label em {
  font-style: normal;
  color: #fda4af;
  font-weight: 700;
}
/* Sub-line */
.afd-tour__cap-strip-sub {
  flex-basis: 100%;
  font-family: 'Inter', sans-serif;
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.55);
  text-align: center;
  margin-top: 4px;
  align-self: center;
}
/* Subtle scanning glow sweep */
.afd-tour__cap-strip::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent 0%, rgba(244,63,94,0.10) 50%, transparent 100%);
  transform: translateX(-100%);
  animation: afdt-cap-sweep 4.5s ease-in-out infinite;
  pointer-events: none;
  z-index: -1;
}
@keyframes afdt-cap-sweep {
  0%, 100% { transform: translateX(-100%); }
  50%      { transform: translateX(100%); }
}
@media (max-width: 560px) {
  .afd-tour__cap-strip {
    flex-direction: column;
    text-align: center;
    padding: 18px 20px;
    gap: 8px;
  }
}

/* ---------- Timeline entry sub-text ---------- */
.timeline-entry__sub {
  margin: 4px 0 0;
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(167, 139, 250, 0.85);
}

/* ---------- Schedule note ---------- */
.afd-tour__schedule-note {
  text-align: center;
  font-size: 0.82rem;
  font-style: italic;
  color: rgba(255,255,255,0.45);
  margin: 32px auto 0;
  max-width: 540px;
}

/* ============================================================
   HERO AMBIENT BACKGROUND (replaces lightning video)
   ============================================================ */
.afd-tour__hero-ambient {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 70% 60% at 50% 30%, rgba(167,139,250,0.18) 0%, transparent 60%),
    radial-gradient(ellipse 80% 50% at 50% 80%, rgba(139,92,246,0.10) 0%, transparent 65%),
    linear-gradient(180deg, #0a0612 0%, #050308 100%);
  pointer-events: none;
}
.afd-tour__hero-ambient::before {
  /* slow drifting purple glow — premium ambient motion */
  content: '';
  position: absolute;
  top: 10%;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
  max-width: 1100px;
  height: 70%;
  background: radial-gradient(ellipse, rgba(167,139,250,0.22) 0%, transparent 70%);
  filter: blur(40px);
  animation: afdt-hero-glow 14s ease-in-out infinite;
  pointer-events: none;
}
@keyframes afdt-hero-glow {
  0%, 100% { opacity: 0.55; transform: translate(-50%, 0) scale(1); }
  50%      { opacity: 0.85; transform: translate(-48%, -2%) scale(1.06); }
}

/* ============================================================
   HERO FEATURE VIDEO — Vimeo embed under the headline
   Premium framing with gradient-edge mask that blends into bg
   ============================================================ */
.afd-tour__hero-feature-video {
  position: relative;
  width: 100%;
  max-width: 880px;
  margin: 36px auto 32px;
  aspect-ratio: 16 / 9;
  z-index: 2;
  isolation: isolate;
}
.afd-tour__hero-feature-video-frame {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 14px;
  overflow: hidden;
  /* Gradient mask: fades top + bottom + sides into the hero ambient bg */
  -webkit-mask-image:
    linear-gradient(180deg, transparent 0%, #000 8%, #000 92%, transparent 100%),
    linear-gradient(90deg, transparent 0%, #000 5%, #000 95%, transparent 100%);
  -webkit-mask-composite: source-in;
  mask-image:
    linear-gradient(180deg, transparent 0%, #000 8%, #000 92%, transparent 100%),
    linear-gradient(90deg, transparent 0%, #000 5%, #000 95%, transparent 100%);
  mask-composite: intersect;
}
.afd-tour__hero-feature-video-frame iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
  /* Slight scale so any Vimeo branding peeking at the very edges gets cropped */
  transform: scale(1.02);
  transform-origin: center center;
}
/* Soft purple ambient halo BEHIND the video frame — premium depth */
.afd-tour__hero-feature-video::before {
  content: '';
  position: absolute;
  inset: -8% -4%;
  background: radial-gradient(ellipse at center, rgba(167,139,250,0.22) 0%, transparent 65%);
  filter: blur(40px);
  z-index: -1;
  pointer-events: none;
  animation: afdt-hero-video-halo 8s ease-in-out infinite;
}
@keyframes afdt-hero-video-halo {
  0%, 100% { opacity: 0.55; transform: scale(0.98); }
  50%      { opacity: 0.85; transform: scale(1.02); }
}
/* Subtle entrance: spring up + fade as the page loads */
.afd-tour__hero-feature-video {
  opacity: 0;
  transform: translateY(18px) scale(0.97);
  animation: afdt-hero-video-in 1.1s cubic-bezier(0.16, 1, 0.3, 1) 0.45s forwards;
}
@keyframes afdt-hero-video-in {
  to { opacity: 1; transform: translateY(0) scale(1); }
}
/* Mobile: keep it crisp but tighter margins */
@media (max-width: 760px) {
  .afd-tour__hero-feature-video {
    max-width: 100%;
    margin: 28px auto 24px;
  }
  .afd-tour__hero-feature-video-frame {
    border-radius: 10px;
  }
}

/* ============================================================
   STICKY SCROLL NAV (desktop) — appears once past hero
   ============================================================ */
.afd-tour__scroll-nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  /* sit just below the sticky countdown banner */
  padding-top: 56px;
  background: linear-gradient(180deg, rgba(10, 6, 18, 0.92) 0%, rgba(10, 6, 18, 0.86) 100%);
  backdrop-filter: blur(14px) saturate(140%);
  -webkit-backdrop-filter: blur(14px) saturate(140%);
  border-bottom: 1px solid rgba(167, 139, 250, 0.18);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.35);
  opacity: 0;
  transform: translateY(-12px);
  pointer-events: none;
  transition:
    opacity 0.4s cubic-bezier(0.16, 1, 0.3, 1),
    transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}
.afd-tour__scroll-nav.is-visible {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
.afd-tour__scroll-nav-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 14px 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.afd-tour__scroll-nav-brand {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  font-family: 'Inter', sans-serif;
  font-size: 0.84rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  color: rgba(255, 255, 255, 0.78);
  min-width: 0;
}
.afd-tour__scroll-nav-title {
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.04em;
}
.afd-tour__scroll-nav-sep {
  color: rgba(255, 255, 255, 0.25);
}
.afd-tour__scroll-nav-city,
.afd-tour__scroll-nav-date {
  color: rgba(255, 255, 255, 0.7);
}
.afd-tour__scroll-nav-cta {
  flex-shrink: 0;
  padding: 11px 24px;
  border-radius: 999px;
  background: linear-gradient(135deg, #a78bfa 0%, #8b5cf6 100%);
  color: #fff;
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 0.88rem;
  letter-spacing: 0.04em;
  border: none;
  cursor: pointer;
  text-decoration: none;
  white-space: nowrap;
  box-shadow:
    0 8px 22px rgba(139, 92, 246, 0.35),
    inset 0 1px 0 rgba(255, 255, 255, 0.15);
  transition:
    transform 0.35s cubic-bezier(0.16, 1, 0.3, 1),
    box-shadow 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}
.afd-tour__scroll-nav-cta:hover {
  transform: translateY(-2px);
  box-shadow:
    0 14px 32px rgba(139, 92, 246, 0.5),
    inset 0 1px 0 rgba(255, 255, 255, 0.2);
}
.afd-tour__scroll-nav-cta:active {
  transform: translateY(0) scale(0.98);
}
/* Hide on mobile — bottom sticky CTA already covers that case */
@media (max-width: 760px) {
  .afd-tour__scroll-nav { display: none !important; }
}
/* Tighter on smaller desktops */
@media (max-width: 1100px) {
  .afd-tour__scroll-nav-inner { padding: 12px 20px; gap: 16px; }
  .afd-tour__scroll-nav-brand { font-size: 0.78rem; }
}

/* ============================================================
   HERO ALWAYS VISIBLE — fixes initial-load opacity-0 race
   between IntersectionObserver / Motion timing on mobile.
   The hero is always in viewport at load, so we don't need
   reveal-on-scroll for it.
   ============================================================ */
.hero .reveal,
.hero .reveal-up {
  opacity: 1 !important;
  transform: none !important;
}

/* ============================================================
   MOBILE OPTIMIZATIONS — verified at 375x812 (iPhone)
   ============================================================ */

/* Inline LEGO logo — keep glyph + adjacent text on same line on narrow screens */
.afd-tour__hero-authority {
  text-wrap: balance;
}
.afd-tour__inline-lego {
  /* prevent the image from breaking awkwardly to its own line */
  display: inline-block !important;
  vertical-align: middle !important;
}

/* Soften the "PAUL BECKER PRESENTS" eyebrow text-shadow on small screens */
@media (max-width: 560px) {
  .afd-tour__hero-presents {
    text-shadow: 0 0 14px rgba(167,139,250,0.25);
  }
}

/* Body clearance for the sticky bottom CTA on mobile so it never covers content */
@media (max-width: 760px) {
  body {
    padding-bottom: 88px;
  }
  .afd-tour__countdown { padding-top: env(safe-area-inset-top, 0); }
  .sticky-cta {
    padding-bottom: calc(20px + env(safe-area-inset-bottom, 0)) !important;
  }
}

/* Pricing card: stack the "(scenes sent ahead of time)" fine print under the bullet on narrow screens */
@media (max-width: 560px) {
  .pricing-card__list li small {
    display: block !important;
    margin-top: 4px !important;
    margin-left: 0 !important;
  }
  /* Tighten quantity row */
  .pricing-card__cta {
    width: 100%;
  }
}

/* Hero — slightly darker overlay on mobile so headline reads cleanly over the lightning video */
@media (max-width: 560px) {
  .hero__overlay {
    background:
      linear-gradient(180deg, rgba(0,0,0,0.45) 0%, rgba(0,0,0,0.55) 100%),
      radial-gradient(ellipse at center, transparent 0%, rgba(0,0,0,0.4) 80%) !important;
  }
  /* Tighten hero vertical rhythm so CTA fits in viewport */
  .afd-tour__hero-stack { margin: 0 0 22px !important; }
  .afd-tour__event-badge { margin: 22px auto 26px !important; padding: 9px 16px !important; }
  .afd-tour__hero-subhead { margin: 0 auto 18px !important; }
  .afd-tour__hero-authority { margin: 0 0 16px !important; }
  .afd-tour__hero-ages { margin: 0 0 28px !important; }
}

/* Schedule toggle: ensure tap targets are 44px+ tall */
@media (max-width: 560px) {
  .schedule-toggle__btn {
    padding: 14px 18px !important;
    font-size: 0.86rem !important;
  }
  /* Timeline entry — stack time + title cleanly on tight widths */
  .timeline-entry__time {
    font-size: 0.82rem !important;
  }
}

/* Voices grid — single column on mobile (already responsive but enforce min-width) */
@media (max-width: 560px) {
  .afd-tour__voices-grid {
    grid-template-columns: 1fr !important;
    gap: 14px !important;
  }
}

/* Modal: max-height + scroll on mobile so it doesn't overflow */
@media (max-width: 560px) {
  .afd-tour__upsell-card,
  .afd-tour__success-card {
    max-height: 88vh !important;
    padding: 26px 22px 22px !important;
  }
  .afd-tour__upsell-pick img {
    width: 64px !important;
    height: 64px !important;
  }
  .afd-tour__upsell-pick-name { font-size: 0.92rem !important; }
}

/* Scarcity card on mobile — center stack */
@media (max-width: 520px) {
  .afd-tour__scarcity {
    padding: 24px 20px 20px !important;
  }
  .afd-tour__scarcity-headline {
    flex-direction: column;
    gap: 8px !important;
  }
  .afd-tour__scarcity-label {
    text-align: center;
    flex-basis: 100%;
  }
}

/* Tour-dates rows: tighter padding on mobile so list packs in nicely */
@media (max-width: 560px) {
  .td-row {
    padding: 0.95rem 0.6rem !important;
    gap: 0.75rem !important;
  }
  .td-row__type {
    font-size: 0.625rem !important;
    letter-spacing: 0.16em !important;
  }
  .td-row__venue {
    font-size: 0.78rem !important;
  }
}
