.elementor-kit-6{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS *//* =========================================================
   X-ROADS RALLY — ELEMENTOR SITE SETTINGS CUSTOM CSS
   Consolidated, deduplicated, May 26 2026.

   Deploy: Elementor → Site Settings → Custom CSS
   Replaces the previous contents in their entirety.

   Built from: v6 consolidated home CSS, plus today's work
   on hero layout, home-page nav alignment, header breathing
   room, vision section, about page, and May 26 typography
   pass (eyebrows white at 13px, hero tagline all white).

   Sections:
     1. Global tokens + horizontal overflow fix
     2. Universal ticket CTA — gold treatment
     3. Hero v5 carousel shell
     3.5 Hero content layout + tagline override
     3.6 Home page header positioning
     4. Day-of match banner
     5. Country tabs section
     6. Home — about / 4-feature grid
     7. Home — schedule preview
     8. Home — final CTA
     9. Vision section (3-image grid)
    10. Animations
    11. About page
   ========================================================= */


/* =========================================================
   1. GLOBAL TOKENS + ROOT BEHAVIOR
   --------------------------------------------------------- */
:root {
  /* Brand canvas */
  --xr-bg: #07040F;
  --xr-bg-2: #120825;

  /* Type colors */
  --xr-ink: #F5F1FF;
  --xr-ink-mute: #B6A8D9;
  --xr-ink-dim: #7A6B9C;

  /* Neon accents */
  --xr-pink: #FF1B8D;
  --xr-pink-soft: #FF5AAF;
  --xr-cyan: #00D9FF;
  --xr-purple: #9D4EDD;

  /* Country tokens */
  --c-arg: #6CACE4;
  --c-arg-soft: rgba(108, 172, 228, 0.15);
  --c-aut: #ED2939;
  --c-aut-soft: rgba(237, 41, 57, 0.15);
  --c-ned: #FF6B00;
  --c-ned-soft: rgba(255, 107, 0, 0.15);
 --c-alg: #1A8F4F;
--c-alg-soft: rgba(26, 143, 79, 0.20);
  --c-eng: #C8102E;
  --c-eng-soft: rgba(200, 16, 46, 0.15);

  /* Gold for "live" / ticket CTAs */
  --xr-gold: #F2B400;
  --xr-gold-bright: #FFC628;
  --xr-gold-dark: #B88800;
  --xr-gold-ink: #1A0E00;
}

/* Dark canvas force across WP + Elementor wrappers */
html,
body,
body.home,
body.page,
#page,
.site,
.site-content,
.elementor-page,
.elementor {
  background-color: var(--xr-bg, #07040F) !important;
}

.xr-country-tabs-section,
.elementor-element.xr-country-tabs-section,
.xr-country-tabs-section.e-con,
.xr-country-tabs-section > .e-con-inner,
.elementor-3c87cb10 {
  background-color: var(--xr-bg, #07040F) !important;
  background-image: none !important;
}

/* Prevent 100vw + scrollbar from causing horizontal overflow.
   Header uses width: 100vw and footer uses the full-bleed trick
   (width: 100vw; margin-left: -50vw; left: 50%). Both produce
   8-15px of horizontal overflow because 100vw includes the
   vertical scrollbar zone. Clipping at the root is the fix. */
html, body {
  overflow-x: hidden;  /* fallback */
  overflow-x: clip;    /* modern, doesn't break sticky positioning */
}


/* =========================================================
   2. UNIVERSAL TICKET CTA — GOLD TREATMENT
   --------------------------------------------------------- */
[data-xr-ticket-cta].xr-cta-live,
.xr-cta-gold {
  background: var(--xr-gold) !important;
  border-color: var(--xr-gold) !important;
  color: var(--xr-gold-ink) !important;
  box-shadow:
    0 0 24px rgba(242, 180, 0, 0.5),
    0 4px 12px rgba(0, 0, 0, 0.3) !important;
  font-weight: 800 !important;
}
[data-xr-ticket-cta].xr-cta-live:hover,
.xr-cta-gold:hover {
  background: var(--xr-gold-bright) !important;
  filter: brightness(1.1) !important;
  transform: translateY(-2px);
}


/* =========================================================
   3. HERO v5 — CAROUSEL SHELL
   The .xr-hero-content layout overrides for the two-column
   treatment are in section 3.5 below. Hero typography
   (wordmark/tagline/headline/sub) lives in the hero HTML
   widget's <style> block, not here — see section 3.5 for the
   ONE override (tagline white-out, May 26).
   --------------------------------------------------------- */
.xr-hero-v5 {
  position: relative;
  width: 100%;
  min-height: 720px;
  height: calc(100vh - 76px);
  max-height: 920px;
  overflow: hidden;
  background: var(--xr-bg, #07040F);
}
@media (max-width: 900px) {
  .xr-hero-v5 {
    min-height: 640px;
    height: calc(100vh - 64px);
    max-height: 820px;
  }
}

.xr-hero-slides {
  position: absolute;
  inset: 0;
  z-index: 1;
}
.xr-hero-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 1.2s cubic-bezier(0.4, 0, 0.2, 1);
  pointer-events: none;
}
.xr-hero-slide.is-active {
  opacity: 1;
  pointer-events: auto;
}
.xr-hero-slide-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
}
.xr-hero-slide.is-active .xr-hero-slide-bg {
  animation: xrKenBurns 8s ease-out forwards;
}

.xr-slide-bg-1 {
  background-image:
    linear-gradient(95deg, rgba(7, 4, 15, 0.85) 0%, rgba(7, 4, 15, 0.55) 45%, rgba(7, 4, 15, 0.35) 100%),
    radial-gradient(circle at 80% 20%, rgba(0, 217, 255, 0.25), transparent 50%),
    radial-gradient(circle at 20% 80%, rgba(255, 27, 141, 0.30), transparent 60%),
    url("https://xroadsfestival.wpenginepowered.com/wp-content/uploads/2026/05/placeholder-image-scaled.png");
  background-size: auto, auto, auto, cover;
  background-position: center;
  background-repeat: no-repeat;
}
.xr-slide-bg-2 {
  background-image:
    linear-gradient(95deg, rgba(7, 4, 15, 0.85) 0%, rgba(7, 4, 15, 0.55) 45%, rgba(7, 4, 15, 0.35) 100%),
    radial-gradient(ellipse at center, rgba(0, 217, 255, 0.20) 0%, transparent 70%),
    radial-gradient(circle at 30% 30%, rgba(157, 78, 221, 0.20), transparent 50%),
    url("https://xroadsfestival.wpenginepowered.com/wp-content/uploads/2026/05/placeholder-image-scaled.png");
  background-size: auto, auto, auto, cover;
  background-position: center;
  background-repeat: no-repeat;
}
.xr-slide-bg-3 {
  background-image:
    linear-gradient(95deg, rgba(7, 4, 15, 0.85) 0%, rgba(7, 4, 15, 0.55) 45%, rgba(7, 4, 15, 0.35) 100%),
    radial-gradient(circle at 70% 50%, rgba(255, 27, 141, 0.22), transparent 60%),
    radial-gradient(circle at 30% 50%, rgba(157, 78, 221, 0.22), transparent 60%),
    url("https://xroadsfestival.wpenginepowered.com/wp-content/uploads/2026/05/placeholder-image-scaled.png");
  background-size: auto, auto, auto, cover;
  background-position: center;
  background-repeat: no-repeat;
}
.xr-slide-bg-4 {
  background-image:
    linear-gradient(95deg, rgba(7, 4, 15, 0.88) 0%, rgba(7, 4, 15, 0.60) 45%, rgba(7, 4, 15, 0.40) 100%),
    radial-gradient(ellipse at center, rgba(255, 27, 141, 0.10) 0%, transparent 60%),
    url("https://xroadsfestival.wpenginepowered.com/wp-content/uploads/2026/05/placeholder-image-scaled.png");
  background-size: auto, auto, cover;
  background-position: center;
  background-repeat: no-repeat;
}

.xr-slide-mark {
  position: absolute;
  right: -40px;
  bottom: -40px;
  font-family: 'Bebas Neue', Impact, sans-serif;
  font-size: clamp(80px, 14vw, 240px);
  line-height: 0.82;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  text-align: right;
  color: transparent;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.10);
  font-weight: 400;
  z-index: 1;
  user-select: none;
  pointer-events: none;
  max-width: 60%;
  opacity: 0.55;
}
.xr-slide-mark span {
  display: block;
  font-size: 0.58em;
  -webkit-text-stroke: none;
  color: rgba(255, 255, 255, 0.12);
}
@media (max-width: 1100px) {
  .xr-slide-mark { display: none; }
}

.xr-hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  background: linear-gradient(180deg,
    rgba(7, 4, 15, 0.30) 0%,
    rgba(7, 4, 15, 0.55) 60%,
    rgba(7, 4, 15, 0.80) 100%);
  pointer-events: none;
}


/* =========================================================
   3.5  HERO CONTENT LAYOUT — two-column desktop, mobile stack
   Plus May 26 hero tagline white-out override.
   --------------------------------------------------------- */

.xr-hero-content {
  position: relative;
  z-index: 3;
  height: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 562px 0 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 18px;
}

.xr-hero-logo-wrap {
  position: absolute;
  right: 24px;
  top: 0;
  bottom: 0;
  width: 38%;
  margin-bottom: 0 !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

.elementor img.xr-hero-logo {
  height: clamp(175px, 22vw, 305px) !important;
  width: auto !important;
}

.xr-hero-headline {
  font-family: 'Bebas Neue', Impact, sans-serif;
  font-size: clamp(48px, 5.5vw, 80px) !important;
  line-height: 0.88;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  color: var(--xr-ink, #F5F1FF);
  margin: 0;
  font-weight: 400;
  text-shadow: 0 4px 24px rgba(0, 0, 0, 0.6);
  animation: xrFadeUp 0.9s ease-out 0.2s both;
}

/* EDIT (May 26): hero tagline override — force all white, no gradient.
   Canonical rule lives in the hero HTML widget's <style> block;
   these !important rules win for one-place control. */
.xr-hero-tagline {
  color: var(--xr-ink, #F5F1FF) !important;
  -webkit-text-fill-color: var(--xr-ink, #F5F1FF) !important;
  background: none !important;
  filter: none !important;
}
.xr-hero-accent {
  color: inherit !important;
  -webkit-text-fill-color: inherit !important;
  background: none !important;
}

.xr-hero-sub {
  font-family: 'DM Sans', sans-serif;
  font-size: clamp(15px, 1.4vw, 18px);
  line-height: 1.55;
  color: var(--xr-ink-mute, #B6A8D9);
  max-width: 640px;
  margin: 0;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.6);
  animation: xrFadeUp 1s ease-out 0.35s both;
}

.xr-hero-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 8px;
  animation: xrFadeUp 1s ease-out 0.5s both;
}
.xr-hero-cta {
  display: inline-flex;
  align-items: center;
  padding: 18px 38px;
  border-radius: 999px;
  font-family: 'Syne', sans-serif;
  font-weight: 800;
  font-size: 14px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.25s ease;
  border: 2px solid transparent;
}

.xr-hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 18px;
  border-radius: 999px;
  background: rgba(255, 27, 141, 0.10);
  border: 1px solid rgba(255, 27, 141, 0.40);
  font-family: 'Syne', sans-serif;
  font-weight: 700;
  font-size: 13px;             /* EDIT (May 26): 11 → 13 */
  letter-spacing: 0.18em;      /* EDIT (May 26): 0.22 → 0.18 */
  text-transform: uppercase;
  color: var(--xr-ink, #F5F1FF);  /* EDIT (May 26): pink → white */
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  animation: xrFadeUp 0.8s ease-out 0.1s both;
}
.xr-hero-eyebrow-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--xr-pink, #FF1B8D);
  box-shadow: 0 0 12px var(--xr-pink, #FF1B8D);
  animation: xr-pulse 1.6s ease-in-out infinite;
}

/* EDIT (May 26): countdown label override — text white at 13px.
   Canonical rule lives in the hero HTML widget's <style> block. */
.xr-countdown-label {
  font-size: 13px !important;
  color: var(--xr-ink, #F5F1FF) !important;
  letter-spacing: 0.18em !important;
}

/* Generic eyebrow used across the site (not the hero pill version) */
.xr-eyebrow {
  display: inline-block;
  font-family: 'Syne', sans-serif;
  font-weight: 700;
  font-size: 13px;              /* EDIT (May 26): 11 → 13 */
  letter-spacing: 0.18em;       /* EDIT (May 26): 0.22 → 0.18 */
  text-transform: uppercase;
  color: var(--xr-ink, #F5F1FF);    /* EDIT (May 26): pink → white */
  margin-bottom: 12px;
  line-height: 1.2;
}

@media (max-width: 720px) {
  .xr-eyebrow { font-size: 12px; letter-spacing: 0.16em; }  /* EDIT: scale proportionally */
}

.xr-hero-dots {
  position: absolute;
  bottom: 32px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 4;
  display: flex;
  gap: 10px;
}
.xr-hero-dot {
  width: 36px;
  height: 4px;
  padding: 0;
  border: none;
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.20);
  cursor: pointer;
  transition: all 0.3s ease;
}
.xr-hero-dot:hover {
  background: rgba(255, 255, 255, 0.40);
}
.xr-hero-dot.is-active {
  background: var(--xr-pink, #FF1B8D);
  width: 56px;
  box-shadow: 0 0 12px var(--xr-pink, #FF1B8D);
}


/* Mobile / tablet hero — single column, all content centered. */
@media (max-width: 900px) {
  .xr-hero-content {
    padding-right: 24px;
    align-items: center;
    text-align: center;
  }
  .xr-hero-logo-wrap {
    position: static;
    width: auto;
    margin: 0 auto 16px;
  }
  .elementor img.xr-hero-logo {
    height: clamp(112px, 24vw, 176px) !important;
  }
  .xr-hero-headline {
    font-size: clamp(42px, 9vw, 64px) !important;
    text-align: center;
  }
  .xr-hero-wordmark {
    white-space: normal;
  }
  .xr-hero-countdown {
    align-items: center;
  }
  .xr-hero-countdown .xr-countdown-grid {
    justify-content: center;
  }
  .xr-hero-actions {
    justify-content: center;
  }

  /* Mobile header: nav centered */
  .xr-header-inner,
  body.home .xr-header-inner {
    justify-content: center !important;
  }
}

@media (max-width: 720px) {
  .xr-hero-content { gap: 14px; padding: 0 20px; }
  .xr-hero-tagline { font-size: clamp(15px, 4vw, 22px); margin-top: 8px; }
  .xr-hero-sub { font-size: 14px; line-height: 1.5; }
  .xr-hero-cta { padding: 14px 26px; font-size: 12px; }
  .xr-hero-eyebrow { padding: 6px 14px; font-size: 12px; }  /* EDIT: scale */
  .xr-hero-dots { bottom: 20px; }
  .xr-hero-dot { width: 28px; }
  .xr-hero-dot.is-active { width: 44px; }
}


/* =========================================================
   3.6  HOME PAGE HEADER POSITIONING
   --------------------------------------------------------- */
body.home .xr-header-inner {
  justify-content: flex-end !important;
}
body.home .xr-header { top: 56px !important; }
body.home .xr-header.is-solid { top: 0 !important; }


/* =========================================================
   4. DAY-OF MATCH BANNER
   --------------------------------------------------------- */
.xr-match-banner {
  position: relative;
  margin-bottom: 18px;
  padding: 18px 24px;
  background: linear-gradient(135deg,
    rgba(255, 27, 141, 0.18),
    rgba(0, 217, 255, 0.10) 60%,
    rgba(157, 78, 221, 0.18));
  border: 1px solid rgba(255, 27, 141, 0.35);
  border-radius: 14px;
  overflow: hidden;
  box-shadow:
    0 0 0 1px rgba(255,255,255,0.04) inset,
    0 8px 32px rgba(255, 27, 141, 0.15);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  animation: xr-banner-glow 4s ease-in-out infinite;
}
.xr-match-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg, transparent 30%, rgba(255,255,255,0.06) 50%, transparent 70%);
  background-size: 200% 100%;
  animation: xr-banner-sheen 6s ease-in-out infinite;
  pointer-events: none;
}
.xr-match-banner .banner-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: 'Syne', sans-serif;
  font-weight: 700;
  font-size: 13px;              /* EDIT (May 26): 11 → 13 */
  letter-spacing: 0.18em;       /* EDIT (May 26): 0.22 → 0.18 */
  text-transform: uppercase;
  color: var(--xr-ink, #F5F1FF);    /* EDIT (May 26): pink → white */
  margin-bottom: 8px;
  position: relative;
  z-index: 1;
}
.xr-match-banner .banner-pulse {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--xr-pink, #FF1B8D);
  box-shadow: 0 0 12px var(--xr-pink, #FF1B8D);
  animation: xr-pulse 1.6s ease-in-out infinite;
}
.xr-match-banner .banner-match {
  display: flex;
  align-items: baseline;
  gap: 14px;
  flex-wrap: wrap;
  font-family: 'Bebas Neue', Impact, sans-serif;
  font-size: clamp(24px, 2.6vw, 34px);
  line-height: 1;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: var(--xr-ink, #F5F1FF);
  margin-bottom: 10px;
  position: relative;
  z-index: 1;
}
.xr-match-banner .banner-team { color: var(--xr-ink, #F5F1FF); }
.xr-match-banner .banner-vs {
  font-family: 'Syne', sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.18em;
  color: var(--xr-cyan, #00D9FF);
  text-transform: uppercase;
  align-self: center;
}
.xr-match-banner .banner-round {
  background: linear-gradient(180deg, var(--xr-cyan, #00D9FF), var(--xr-pink, #FF1B8D));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.xr-match-banner .banner-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  font-family: 'Syne', sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: var(--xr-ink-mute, #B6A8D9);
  position: relative;
  z-index: 1;
}
.xr-match-banner .banner-dot { color: var(--xr-ink-dim, #7A6B9C); }
@media (max-width: 720px) {
  .xr-match-banner { padding: 14px 16px; }
  .xr-match-banner .banner-match { font-size: 22px; gap: 10px; }
}



/* =========================================================
   5. COUNTRY TABS SECTION
   --------------------------------------------------------- */
.tabs-shell {
  position: relative;
  background: linear-gradient(180deg, rgba(255,255,255,0.04), rgba(255,255,255,0.01));
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 20px;
  overflow: visible;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  display: grid;
  grid-template-columns: 200px 1fr;
  min-height: 540px;
}
.tabs-headline {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--xr-bg-2, #120825);
  padding: 6px 18px;
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 999px;
  font-family: 'Syne', sans-serif;
  font-weight: 700;
  font-size: 13px;              /* EDIT (May 26): 11 → 13 */
  letter-spacing: 0.18em;       /* EDIT (May 26): 0.22 → 0.18 */
  color: var(--xr-ink, #F5F1FF);
  text-transform: uppercase;
  white-space: nowrap;
  z-index: 5;
}
.tabs-headline .accent { color: var(--xr-pink, #FF1B8D); }

.tab-strip {
  display: flex;
  flex-direction: column;
  background: rgba(0, 0, 0, 0.25);
  border-right: 1px solid rgba(255,255,255,0.08);
  padding: 24px 0;
  border-radius: 20px 0 0 20px;
  overflow: hidden;
}
.tab-btn {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px 16px;
  background: transparent;
  border: none;
  border-left: 3px solid transparent;
  color: var(--xr-ink-mute, #B6A8D9);
  font-family: 'Syne', sans-serif;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-align: left;
  cursor: pointer;
  transition: all 0.25s;
  position: relative;
  width: 100%;
}
.tab-btn .badge {
  width: 32px;
  height: 38px;
  flex-shrink: 0;
  filter: saturate(0.6) brightness(0.7);
  opacity: 0.75;
  transition: all 0.25s;
}
.tab-btn .label {
  flex: 1;
  min-width: 0;
  line-height: 1.15;
  white-space: nowrap;
}
.tab-btn:hover {
  color: var(--xr-ink, #F5F1FF);
  background: rgba(255, 255, 255, 0.03);
}
.tab-btn:hover .badge {
  filter: saturate(1) brightness(1);
  opacity: 1;
}
.tab-btn.active {
  color: var(--xr-ink, #F5F1FF);
  background: rgba(255, 255, 255, 0.04);
}
.tab-btn.active .badge {
  filter: saturate(1.1) brightness(1);
  opacity: 1;
  transform: scale(1.08);
}
.tab-btn[data-country="argentina"].active   { border-left-color: var(--c-arg); }
.tab-btn[data-country="austria"].active     { border-left-color: var(--c-aut); }
.tab-btn[data-country="netherlands"].active { border-left-color: var(--c-ned); }
.tab-btn[data-country="algeria"].active     { border-left-color: var(--c-alg); }
.tab-btn[data-country="england"].active     { border-left-color: var(--c-eng); }  /* EDIT (May 26): england added */

.tab-panels {
  position: relative;
  padding: 32px 36px;
  display: flex;
  flex-direction: column;
  border-radius: 0 20px 20px 0;
  overflow: hidden;
}
.tab-panels::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  transition: background 0.3s ease;
  opacity: 0.6;
}
.tabs-shell.is-argentina   .tab-panels::before { background: radial-gradient(600px 400px at 80% 0%, var(--c-arg-soft), transparent 70%); }
.tabs-shell.is-austria     .tab-panels::before { background: radial-gradient(600px 400px at 80% 0%, var(--c-aut-soft), transparent 70%); }
.tabs-shell.is-netherlands .tab-panels::before { background: radial-gradient(600px 400px at 80% 0%, var(--c-ned-soft), transparent 70%); }
.tabs-shell.is-algeria     .tab-panels::before { background: radial-gradient(600px 400px at 80% 0%, var(--c-alg-soft), transparent 70%); }
.tabs-shell.is-england     .tab-panels::before { background: radial-gradient(600px 400px at 80% 0%, var(--c-eng-soft), transparent 70%); }  /* EDIT (May 26): england added */

.tab-panel {
  display: none;
  flex-direction: column;
  gap: 20px;
  position: relative;
  z-index: 1;
  animation: xr-fadeUp 0.4s cubic-bezier(0.2, 0.8, 0.2, 1);
}
.tab-panel.active { display: flex; }

.panel-flag-bar {
  display: flex;
  align-items: center;
  gap: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
.panel-badge {
  width: 48px;
  height: 56px;
  flex-shrink: 0;
  filter: drop-shadow(0 4px 16px rgba(0, 0, 0, 0.4));
}
.panel-country {
  font-family: 'Syne', sans-serif;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}
.tab-panel[data-country="argentina"]   .panel-country { color: var(--c-arg); }
.tab-panel[data-country="austria"]     .panel-country { color: var(--c-aut); }
.tab-panel[data-country="netherlands"] .panel-country { color: var(--c-ned); }
.tab-panel[data-country="algeria"]     .panel-country { color: var(--c-alg); }
.tab-panel[data-country="england"]     .panel-country { color: var(--xr-ink, #F5F1FF); }

.panel-headline {
  font-family: 'Bebas Neue', Impact, sans-serif;
  font-size: clamp(28px, 3vw, 38px);
  line-height: 0.95;
  letter-spacing: -0.005em;
  text-transform: uppercase;
  color: var(--xr-ink, #F5F1FF);
  margin: 0;
}
.panel-headline .accent {
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.tab-panel[data-country="argentina"]   .panel-headline .accent { background: linear-gradient(180deg, var(--c-arg), #FFFFFF); -webkit-background-clip: text; background-clip: text; color: transparent; }
.tab-panel[data-country="austria"]     .panel-headline .accent { background: linear-gradient(180deg, var(--c-aut), #FFFFFF); -webkit-background-clip: text; background-clip: text; color: transparent; }
.tab-panel[data-country="netherlands"] .panel-headline .accent { background: linear-gradient(180deg, var(--c-ned), #FFAA66); -webkit-background-clip: text; background-clip: text; color: transparent; }
.tab-panel[data-country="algeria"]     .panel-headline .accent { background: linear-gradient(180deg, var(--c-alg), #66B380); -webkit-background-clip: text; background-clip: text; color: transparent; }
.tab-panel[data-country="england"]     .panel-headline .accent { background: linear-gradient(180deg, var(--c-eng), #FFFFFF); -webkit-background-clip: text; background-clip: text; color: transparent; }  /* EDIT (May 26): england added */

.panel-pitch {
  font-size: 15px;
  line-height: 1.55;
  color: var(--xr-ink-mute, #B6A8D9);
  margin: 0;
}

.match-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 10px;
  margin-top: 4px;
}
.match-card {
  padding: 14px 12px;
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  transition: all 0.2s;
}
.match-card:hover {
  background: rgba(255,255,255,0.06);
  border-color: rgba(255,255,255,0.15);
}
.match-date {
  font-family: 'Bebas Neue', Impact, sans-serif;
  font-size: 22px;
  line-height: 1;
}
.tab-panel[data-country="argentina"]   .match-date { color: var(--c-arg); }
.tab-panel[data-country="austria"]     .match-date { color: var(--c-aut); }
.tab-panel[data-country="netherlands"] .match-date { color: var(--c-ned); }
.tab-panel[data-country="algeria"]     .match-date { color: var(--c-alg); }
.tab-panel[data-country="england"]     .match-date { color: var(--c-eng); }  /* EDIT (May 26): england added */
.match-vs {
  font-family: 'Syne', sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--xr-ink-dim, #7A6B9C);
}
.match-opponent {
  font-family: 'Syne', sans-serif;
  font-weight: 700;
  font-size: 13px;
  color: var(--xr-ink, #F5F1FF);
  letter-spacing: 0.02em;
}
.match-time {
  font-size: 11px;
  color: var(--xr-ink-dim, #7A6B9C);
}

.panel-ctas {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 8px;
}
.panel-ctas .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 22px;
  font-family: 'Syne', sans-serif;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  border-radius: 999px;
  border: 2px solid transparent;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.25s cubic-bezier(0.2, 0.8, 0.2, 1);
}
.panel-ctas .btn-primary { color: #fff; }
.tab-panel[data-country="argentina"]   .panel-ctas .btn-primary { background: var(--c-arg); box-shadow: 0 0 24px rgba(108, 172, 228, 0.45); }
.tab-panel[data-country="austria"]     .panel-ctas .btn-primary { background: var(--c-aut); box-shadow: 0 0 24px rgba(237, 41, 57, 0.45); }
.tab-panel[data-country="netherlands"] .panel-ctas .btn-primary { background: var(--c-ned); box-shadow: 0 0 24px rgba(255, 107, 0, 0.5); }
.tab-panel[data-country="algeria"]     .panel-ctas .btn-primary { background: var(--c-alg); box-shadow: 0 0 24px rgba(0, 102, 51, 0.5); }
.tab-panel[data-country="england"]     .panel-ctas .btn-primary { background: var(--c-eng); box-shadow: 0 0 24px rgba(200, 16, 46, 0.45); }  /* EDIT (May 26): england added */
.panel-ctas .btn-primary:hover {
  filter: brightness(1.15);
  transform: translateY(-2px);
}
.panel-ctas .btn-ghost {
  background: transparent;
  color: var(--xr-ink, #F5F1FF);
  border-color: rgba(255, 255, 255, 0.2);
}
.panel-ctas .btn-ghost:hover {
  border-color: var(--xr-cyan, #00D9FF);
  color: var(--xr-cyan, #00D9FF);
}

@media (max-width: 1100px) {
  .tabs-shell { min-height: 480px; }
}
@media (max-width: 720px) {
  .tabs-shell {
    grid-template-columns: 1fr;
    min-height: auto;
  }
  .tab-strip {
    flex-direction: row;
    overflow-x: auto;
    padding: 12px;
    border-right: none;
    border-bottom: 1px solid rgba(255,255,255,0.08);
    gap: 6px;
  }
  .tab-btn {
    border-left: none;
    border-bottom: 3px solid transparent;
    padding: 12px 14px;
    flex-shrink: 0;
  }
  .tab-btn[data-country="argentina"].active   { border-bottom-color: var(--c-arg); border-left-color: transparent; }
  .tab-btn[data-country="austria"].active     { border-bottom-color: var(--c-aut); border-left-color: transparent; }
  .tab-btn[data-country="netherlands"].active { border-bottom-color: var(--c-ned); border-left-color: transparent; }
  .tab-btn[data-country="algeria"].active     { border-bottom-color: var(--c-alg); border-left-color: transparent; }
  .tab-btn[data-country="england"].active     { border-bottom-color: var(--c-eng); border-left-color: transparent; }  /* EDIT (May 26): england added */
  .tab-panels { padding: 24px 20px; }
  .match-list { grid-template-columns: 1fr; }
}


/* =========================================================
   SECTION HEADER HELPERS — shared utilities
   --------------------------------------------------------- */
.xr-fill-cyan {
  background: linear-gradient(180deg, var(--xr-cyan, #00D9FF), #66E8FF);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  filter: drop-shadow(0 0 16px rgba(0, 217, 255, 0.4));
}
.xr-about-h .elementor-heading-title,
h2.xr-about-h {
  font-family: 'Bebas Neue', Impact, sans-serif !important;
  font-size: clamp(36px, 5vw, 60px) !important;
  line-height: 0.96 !important;
  letter-spacing: -0.005em !important;
  text-transform: uppercase !important;
  margin: 0 !important;
  color: var(--xr-ink, #F5F1FF) !important;
  font-weight: 400 !important;
  max-width: 900px;
}
.xr-about-sub p,
.xr-about-sub .elementor-widget-container p {
  font-size: 17px !important;
  line-height: 1.55 !important;
  color: var(--xr-ink-mute, #B6A8D9) !important;
  max-width: 720px;
  margin: 0;
}


/* =========================================================
   6. HOME SECTION — ABOUT / 4-FEATURE GRID
   --------------------------------------------------------- */
.xr-home-about {
  position: relative;
  background: var(--xr-bg, #07040F);
  overflow: hidden;
}
.xr-home-about::before {
  content: "";
  position: absolute;
  top: -200px;
  right: -100px;
  width: 800px;
  height: 800px;
  background: radial-gradient(circle, rgba(255, 27, 141, 0.10), transparent 70%);
  pointer-events: none;
  z-index: 0;
}
.xr-home-about::after {
  content: "";
  position: absolute;
  bottom: -200px;
  left: -100px;
  width: 800px;
  height: 800px;
  background: radial-gradient(circle, rgba(0, 217, 255, 0.08), transparent 70%);
  pointer-events: none;
  z-index: 0;
}
.xr-about-inner {
  position: relative;
  z-index: 2;
}
.xr-about-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
  width: 100%;
  margin-top: 12px;
}
@media (max-width: 900px) {
  .xr-about-grid { grid-template-columns: 1fr; }
}
.xr-feature-card {
  position: relative;
  padding: 32px 28px 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.08);
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  overflow: hidden;
  transition: all 0.3s cubic-bezier(0.2, 0.8, 0.2, 1);
}
.xr-feature-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  opacity: 0.7;
  transition: opacity 0.3s, height 0.3s;
}
.xr-feature-pink::before   { background: var(--xr-pink, #FF1B8D); }
.xr-feature-cyan::before   { background: var(--xr-cyan, #00D9FF); }
.xr-feature-purple::before { background: var(--xr-purple, #9D4EDD); }
.xr-feature-card:hover {
  transform: translateY(-3px);
  border-color: rgba(255,255,255,0.18);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.4);
}
.xr-feature-card:hover::before {
  opacity: 1;
  height: 5px;
}
.xr-feature-num {
  font-family: 'Bebas Neue', Impact, sans-serif;
  font-size: 14px;
  letter-spacing: 0.22em;
  color: var(--xr-ink-dim, #7A6B9C);
  margin-bottom: -4px;
}
.xr-feature-num {
  color: var(--xr-ink, #F5F1FF) !important;
}
.xr-feature-title {
  font-family: 'Bebas Neue', Impact, sans-serif;
  font-size: 28px;
  line-height: 1.05;
  letter-spacing: 0.005em;
  text-transform: uppercase;
  color: var(--xr-ink, #F5F1FF);
}
.xr-feature-body {
  font-family: 'DM Sans', sans-serif;
  font-size: 15px;
  line-height: 1.55;
  color: var(--xr-ink-mute, #B6A8D9);
}


/* =========================================================
   7. HOME SECTION — SCHEDULE PREVIEW
   --------------------------------------------------------- */
.xr-home-sched-preview {
  position: relative;
  background: var(--xr-bg-2, #120825);
  overflow: hidden;
}
.xr-home-sched-preview::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.03) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: radial-gradient(ellipse at center, rgba(0,0,0,1) 30%, transparent 80%);
  -webkit-mask-image: radial-gradient(ellipse at center, rgba(0,0,0,1) 30%, transparent 80%);
  pointer-events: none;
  z-index: 0;
}
.xr-sched-preview-inner {
  position: relative;
  z-index: 2;
}
.xr-sched-preview-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  width: 100%;
  margin-top: 12px;
}
@media (max-width: 1100px) {
  .xr-sched-preview-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 720px) {
  .xr-sched-preview-grid { grid-template-columns: 1fr; }
}
.xr-sched-card {
  position: relative;
  padding: 24px 22px 26px;
  background: linear-gradient(180deg, rgba(255,255,255,0.05), rgba(255,255,255,0.01));
  border: 1px solid rgba(255,255,255,0.10);
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 14px;
  transition: all 0.3s cubic-bezier(0.2, 0.8, 0.2, 1);
  overflow: hidden;
}
.xr-sched-card::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--xr-pink, #FF1B8D), var(--xr-cyan, #00D9FF));
  opacity: 0.6;
  transition: opacity 0.3s;
}
.xr-sched-card:hover {
  transform: translateY(-3px);
  border-color: rgba(255,255,255,0.20);
  box-shadow: 0 14px 48px rgba(0, 0, 0, 0.5), 0 0 24px rgba(255, 27, 141, 0.10);
}
.xr-sched-card:hover::before { opacity: 1; }
.xr-card-date-strip {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255,255,255,0.08);
  padding-bottom: 10px;
}
.xr-card-day {
  font-family: 'Syne', sans-serif;
  font-weight: 700;
  font-size: 13px;              /* EDIT (May 26): 11 → 13 */
  letter-spacing: 0.18em;       /* EDIT (May 26): 0.22 → 0.18 */
  text-transform: uppercase;
  color: var(--xr-ink, #F5F1FF);   /* EDIT (May 26): dim → white */
}
.xr-card-date {
  font-family: 'Bebas Neue', Impact, sans-serif;
  font-size: 30px;
  line-height: 1;
  letter-spacing: 0.02em;
  color: var(--xr-ink, #F5F1FF);
}
.xr-card-badges {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 10px 0 4px;
}
.xr-card-badges-tbd {
  justify-content: center;
}
.xr-card-badge {
  width: 56px;
  height: 66px;
  flex-shrink: 0;
  filter: drop-shadow(0 4px 12px rgba(0, 0, 0, 0.4));
}
.xr-card-badge-lg {
  width: 72px;
  height: 84px;
}
.xr-card-vs {
  font-family: 'Syne', sans-serif;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--xr-cyan, #00D9FF);
}
.xr-card-match {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
  font-family: 'Bebas Neue', Impact, sans-serif;
  font-size: 22px;
  line-height: 1;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  text-align: center;
  color: var(--xr-ink, #F5F1FF);
}
.xr-card-team-vs {
  font-family: 'Syne', sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.18em;
  color: var(--xr-cyan, #00D9FF);
}
.xr-card-match-tbd {
  flex-direction: column;
  gap: 4px;
}
.xr-card-tbd-label {
  background: linear-gradient(180deg, var(--xr-cyan, #00D9FF), var(--xr-pink, #FF1B8D));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-size: 22px;
}
.xr-card-tbd-sub {
  font-family: 'DM Sans', sans-serif;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: none;
  color: var(--xr-ink-dim, #7A6B9C);
}
.xr-card-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  justify-content: center;
  font-family: 'DM Sans', sans-serif;
  font-size: 13px;
  color: var(--xr-ink-mute, #B6A8D9);
}
.xr-card-round {
  font-family: 'Syne', sans-serif;
  font-weight: 600;
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--xr-ink-mute, #B6A8D9);
}
.xr-card-meta-dot { color: var(--xr-ink-dim, #7A6B9C); }
.xr-card-cta {
  display: inline-block;
  margin-top: auto;
  padding: 12px 22px;
  background: var(--xr-pink, #FF1B8D);
  border: 1px solid var(--xr-pink, #FF1B8D);
  border-radius: 999px;
  font-family: 'Syne', sans-serif;
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  text-align: center;
  transition: all 0.25s;
  box-shadow: 0 0 14px rgba(255, 27, 141, 0.30);
}
.xr-card-cta:hover {
  filter: brightness(1.15);
  transform: translateY(-1px);
}
.xr-sched-preview-cta {
  display: flex;
  justify-content: center;
  margin-top: 16px;
}
.xr-sched-full-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 28px;
  background: transparent;
  border: 1px solid rgba(255,255,255,0.15);
  border-radius: 999px;
  font-family: 'Syne', sans-serif;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--xr-ink, #F5F1FF);
  text-decoration: none;
  transition: all 0.25s;
}
.xr-sched-full-link:hover {
  border-color: var(--xr-cyan, #00D9FF);
  color: var(--xr-cyan, #00D9FF);
  transform: translateX(4px);
}


/* =========================================================
   8. HOME SECTION — FINAL CTA
   --------------------------------------------------------- */
.xr-home-cta {
  position: relative;
  background:
    radial-gradient(1000px 600px at 50% 50%, rgba(255, 27, 141, 0.20), transparent 70%),
    var(--xr-bg, #07040F);
  overflow: hidden;
}
.xr-home-cta-inner {
  position: relative;
  z-index: 2;
}
.xr-home-cta-block {
  position: relative;
  text-align: center;
  padding: 56px 36px 48px;
  background: linear-gradient(180deg, rgba(255,255,255,0.04), rgba(255,255,255,0.01));
  border: 1px solid rgba(255, 27, 141, 0.30);
  border-radius: 24px;
  box-shadow:
    0 16px 64px rgba(255, 27, 141, 0.15),
    0 0 0 1px rgba(255, 27, 141, 0.10) inset;
  overflow: hidden;
}
.xr-home-cta-grid-bg {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 27, 141, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 27, 141, 0.06) 1px, transparent 1px);
  background-size: 32px 32px;
  mask-image: radial-gradient(ellipse at center, rgba(0,0,0,0.7) 0%, transparent 70%);
  -webkit-mask-image: radial-gradient(ellipse at center, rgba(0,0,0,0.7) 0%, transparent 70%);
  pointer-events: none;
  z-index: 0;
}
.xr-home-cta-block > *:not(.xr-home-cta-grid-bg) {
  position: relative;
  z-index: 1;
}
.xr-home-cta-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 6px 16px;
  border-radius: 999px;
  background: rgba(255, 27, 141, 0.10);
  border: 1px solid rgba(255, 27, 141, 0.40);
  font-family: 'Syne', sans-serif;
  font-weight: 700;
  font-size: 13px;              /* EDIT (May 26): 11 → 13 */
  letter-spacing: 0.18em;       /* EDIT (May 26): 0.22 → 0.18 */
  text-transform: uppercase;
  color: var(--xr-ink, #F5F1FF);   /* EDIT (May 26): pink → white */
  margin-bottom: 18px;
}
.xr-home-cta-pulse {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--xr-pink, #FF1B8D);
  box-shadow: 0 0 12px var(--xr-pink, #FF1B8D);
  animation: xr-pulse 1.6s ease-in-out infinite;
}
.xr-home-cta-headline {
  font-family: 'Bebas Neue', Impact, sans-serif;
  font-size: clamp(44px, 6vw, 72px);
  line-height: 0.96;
  text-transform: uppercase;
  color: var(--xr-ink, #F5F1FF);
  margin-bottom: 16px;
  letter-spacing: -0.005em;
}
.xr-home-cta-sub {
  font-family: 'DM Sans', sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: var(--xr-ink-mute, #B6A8D9);
  max-width: 640px;
  margin: 0 auto 28px;
}
.xr-home-cta-actions {
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
}
.xr-home-cta-btn,
.xr-home-cta-btn-ghost {
  display: inline-flex;
  align-items: center;
  padding: 14px 28px;
  border-radius: 999px;
  font-family: 'Syne', sans-serif;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.25s;
  border: 2px solid transparent;
}
.xr-home-cta-btn {
  background: var(--xr-pink, #FF1B8D);
  color: #fff;
  box-shadow: 0 0 22px rgba(255, 27, 141, 0.40);
}
.xr-home-cta-btn:hover {
  filter: brightness(1.15);
  transform: translateY(-2px);
}
.xr-home-cta-btn-ghost {
  background: transparent;
  color: var(--xr-ink, #F5F1FF);
  border-color: rgba(255,255,255,0.20);
}
.xr-home-cta-btn-ghost:hover {
  border-color: var(--xr-cyan, #00D9FF);
  color: var(--xr-cyan, #00D9FF);
}

@media (max-width: 720px) {
  .xr-home-about,
  .xr-home-sched-preview,
  .xr-home-cta {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .xr-feature-card { padding: 24px 20px; }
  .xr-feature-title { font-size: 22px; }
  .xr-sched-card { padding: 20px 18px; }
  .xr-card-date { font-size: 26px; }
  .xr-home-cta-block { padding: 40px 24px 36px; }
}


/* =========================================================
   9. VISION SECTION (3-image: feature left + 2 stacked right)
   Layout: Stage View large on the left spanning both rows,
   right column has 2 tiles stacked. Tiles open in GLightbox.
   --------------------------------------------------------- */
.xr-vision-section {
  padding: 72px 0;
  background:
    radial-gradient(900px 600px at 80% 30%, rgba(0, 217, 255, 0.06), transparent 70%),
    radial-gradient(700px 500px at 10% 80%, rgba(255, 27, 141, 0.05), transparent 70%);
}
.xr-vision-container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 24px;
}
.xr-vision-head {
  text-align: center;
  margin: 0 auto 40px;
  max-width: 720px;
}
.xr-vision-title {
  font-family: 'Bebas Neue', Impact, sans-serif;
  font-size: clamp(40px, 5.5vw, 64px);
  line-height: 0.95;
  letter-spacing: 0.005em;
  color: var(--xr-ink, #F5F1FF);
  margin: 0 0 16px;
  text-transform: uppercase;
  font-weight: 400;
}
.xr-vision-intro {
  font-size: clamp(15px, 1.4vw, 17px);
  line-height: 1.6;
  color: var(--xr-ink-mute, #B6A8D9);
  margin: 0;
}

/* 3-image grid: 1.5fr | 1fr columns, 2 rows on the right */
.xr-vision-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 12px;
}
.xr-vision-tile {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  background: rgba(255, 255, 255, 0.02);
  aspect-ratio: 16 / 10;
  transition: transform 0.4s cubic-bezier(0.2, 0.7, 0.3, 1),
              border-color 0.3s ease,
              box-shadow 0.3s ease;
  text-decoration: none;
  cursor: zoom-in;
}
.xr-vision-tile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.6s cubic-bezier(0.2, 0.7, 0.3, 1),
              filter 0.3s ease;
  filter: saturate(1.05);
}
.xr-vision-tile:hover {
  border-color: rgba(255, 27, 141, 0.35);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.30),
              0 0 24px rgba(255, 27, 141, 0.12);
  transform: translateY(-2px);
}
.xr-vision-tile:hover img {
  transform: scale(1.04);
  filter: saturate(1.15);
}

/* Feature tile spans both rows on the left */
.xr-vision-feature {
  grid-column: 1;
  grid-row: 1 / span 2;
  aspect-ratio: auto;
}

/* Tablet (901-1100px): same 2-column layout, slightly tighter */
@media (max-width: 1100px) and (min-width: 901px) {
  .xr-vision-container { max-width: 900px; }
}

/* Mobile (max 900px): single column, all 3 stacked */
@media (max-width: 900px) {
  .xr-vision-section {
    padding: 56px 0;
  }
  .xr-vision-head {
    margin-bottom: 32px;
  }
  .xr-vision-grid {
    grid-template-columns: 1fr;
    grid-template-rows: none;
    gap: 10px;
  }
  .xr-vision-feature {
    grid-column: 1;
    grid-row: auto;
    aspect-ratio: 4 / 3;
  }
  .xr-vision-tile {
    aspect-ratio: 4 / 3;
  }
}


/* =========================================================
   10. ANIMATIONS
   --------------------------------------------------------- */
@keyframes xr-pulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50%      { opacity: 0.5; transform: scale(0.8); }
}
@keyframes xr-fadeUp {
  from { opacity: 0; transform: translateY(8px); }
  to   { opacity: 1; transform: translateY(0); }
}
@keyframes xrFadeUp {
  from { opacity: 0; transform: translateY(20px); }
  to   { opacity: 1; transform: translateY(0); }
}
@keyframes xrKenBurns {
  from { transform: scale(1.0); }
  to   { transform: scale(1.06); }
}
@keyframes xr-banner-glow {
  0%, 100% { box-shadow: 0 0 0 1px rgba(255,255,255,0.04) inset, 0 8px 32px rgba(255, 27, 141, 0.15); }
  50%      { box-shadow: 0 0 0 1px rgba(255,255,255,0.04) inset, 0 8px 40px rgba(255, 27, 141, 0.30); }
}
@keyframes xr-banner-sheen {
  0%   { background-position: 200% 50%; }
  100% { background-position: -100% 50%; }
}


/* =========================================================
   11. ABOUT PAGE
   Hero, mission, mid-CTA, Base Camp KC, final CTA.
   Compiled May 14, 2026; eyebrow May 26 typography pass.
   --------------------------------------------------------- */

/* Page wrapper: full-bleed gradient that extends up under the floating
   header so there is no hardline between header and hero. */
.xr-about-page {
  margin-top: -120px;
  padding-top: 120px;
  color: var(--xr-ink, #F5F1FF);
  background:
    radial-gradient(900px 600px at 80% 20%, rgba(255, 27, 141, 0.10), transparent 70%),
    radial-gradient(700px 500px at 20% 80%, rgba(0, 217, 255, 0.08), transparent 70%),
    var(--xr-bg, #07040F);
}
@media (max-width: 720px) {
  .xr-about-page {
    margin-top: -88px;
    padding-top: 88px;
  }
}

.xr-about-container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 24px;
}


/* ===== ABOUT HERO ======================================== */

.xr-about-hero {
  position: relative;
  padding: 48px 0 64px;
  overflow: hidden;
  text-align: center;
}

/* Vaporwave-nod grid: pink + cyan grid lines at half-strength,
   concentrated toward the bottom of the hero with a center mask. */
.xr-about-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 27, 141, 0.10) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0, 217, 255, 0.07) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image:
    linear-gradient(180deg, transparent 0%, rgba(0,0,0,0.6) 30%, rgba(0,0,0,1) 70%, rgba(0,0,0,1) 100%),
    radial-gradient(ellipse 60% 50% at center, transparent 0%, rgba(0,0,0,1) 70%);
  -webkit-mask-image:
    linear-gradient(180deg, transparent 0%, rgba(0,0,0,0.6) 30%, rgba(0,0,0,1) 70%, rgba(0,0,0,1) 100%),
    radial-gradient(ellipse 60% 50% at center, transparent 0%, rgba(0,0,0,1) 70%);
  mask-composite: intersect;
  -webkit-mask-composite: source-in;
  pointer-events: none;
  z-index: 0;
}
.xr-about-hero .xr-about-container {
  position: relative;
  z-index: 1;
}

.xr-about-title {
  font-family: 'Bebas Neue', Impact, sans-serif;
  font-weight: 400;
  line-height: 0.95;
  letter-spacing: -0.005em;
  text-transform: uppercase;
  margin: 16px 0 32px;
  color: var(--xr-ink, #F5F1FF);
}
.xr-about-title-line {
  display: block;
  font-size: clamp(40px, 6vw, 80px);
}
.xr-about-title-accent {
  display: block;
  margin-top: 16px;
  font-size: clamp(20px, 2.6vw, 32px);
  line-height: 1.15;
  color: transparent;
  background: linear-gradient(180deg, var(--xr-cyan, #00D9FF), var(--xr-pink, #FF1B8D));
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: 0.01em;
}

.xr-hero-supporting {
  max-width: 720px;
  margin: 24px auto 0;
  font-family: 'DM Sans', sans-serif;
  font-size: clamp(15px, 1.4vw, 17px);
  line-height: 1.65;
  color: var(--xr-ink-mute, #B6A8D9);
  text-align: center;
}

.xr-hero-meta-strip {
  margin-top: 28px;
  font-family: 'Syne', sans-serif;
  font-weight: 600;
  font-size: 13px;              /* EDIT (May 26): 12 → 13 */
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--xr-ink, #F5F1FF);   /* EDIT (May 26): mute → white */
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
}
.xr-hero-meta-dot {
  color: var(--xr-ink-dim, #7A6B9C);
}


/* ===== ABOUT PAGE EYEBROW PILLS ========================== */

.xr-about-page .xr-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 18px;
  border-radius: 999px;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  margin-bottom: 20px;
  font-family: 'Syne', sans-serif;
  font-weight: 700;
  font-size: 13px;              /* matches global .xr-eyebrow at 13px */
  letter-spacing: 0.18em;       /* matches global .xr-eyebrow */
  text-transform: uppercase;
}
.xr-about-page .xr-eyebrow-pink {
  background: rgba(255, 27, 141, 0.10);
  border: 1px solid rgba(255, 27, 141, 0.40);
  color: var(--xr-pink, #FF1B8D);
}
.xr-about-page .xr-eyebrow-cyan {
  background: rgba(0, 217, 255, 0.10);
  border: 1px solid rgba(0, 217, 255, 0.40);
  color: var(--xr-cyan, #00D9FF);
}
.xr-about-page .xr-eyebrow-gold {
  background: rgba(242, 180, 0, 0.10);
  border: 1px solid rgba(242, 180, 0, 0.40);
  color: #FFC628;
}
.xr-about-page .xr-eyebrow-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  display: inline-block;
  animation: xr-pulse 1.6s ease-in-out infinite;
}
.xr-about-page .xr-eyebrow-pink .xr-eyebrow-dot {
  background: var(--xr-pink, #FF1B8D);
  box-shadow: 0 0 12px var(--xr-pink, #FF1B8D);
}
.xr-about-page .xr-eyebrow-cyan .xr-eyebrow-dot {
  background: var(--xr-cyan, #00D9FF);
  box-shadow: 0 0 12px var(--xr-cyan, #00D9FF);
}
.xr-about-page .xr-eyebrow-gold .xr-eyebrow-dot {
  background: #FFC628;
  box-shadow: 0 0 12px #FFC628;
}


/* ===== ABOUT SECTION HEADER (shared) ===================== */

.xr-section-head {
  text-align: center;
  max-width: 820px;
  margin: 0 auto 56px;
}

.xr-section-title {
  font-family: 'Bebas Neue', Impact, sans-serif;
  font-weight: 400;
  font-size: clamp(28px, 3.6vw, 44px);
  line-height: 1.05;
  letter-spacing: -0.005em;
  text-transform: uppercase;
  margin: 12px 0 20px;
  color: var(--xr-ink, #F5F1FF);
}
.xr-section-title-accent {
  display: inline-block;
  color: transparent;
  background: linear-gradient(180deg, var(--xr-cyan, #00D9FF), var(--xr-pink, #FF1B8D));
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
}
.xr-section-lead {
  font-family: 'DM Sans', sans-serif;
  font-size: clamp(15px, 1.4vw, 17px);
  line-height: 1.6;
  color: var(--xr-ink-mute, #B6A8D9);
  margin: 0;
}


/* ===== ABOUT MISSION ===================================== */

.xr-about-mission {
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}
.xr-about-mission::before {
  content: "";
  position: absolute;
  top: 0;
  right: -200px;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(0, 217, 255, 0.08), transparent 70%);
  pointer-events: none;
}
.xr-about-mission .xr-about-container {
  position: relative;
  z-index: 1;
}

/* Framed mission header */
.xr-about-mission .xr-section-head {
  position: relative;
  padding: 40px 36px;
  margin: 0 auto 56px;
  max-width: 880px;
  background: linear-gradient(180deg, rgba(255,255,255,0.04), rgba(255,255,255,0.01));
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 20px;
  overflow: hidden;
}
.xr-about-mission .xr-section-head::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--xr-cyan, #00D9FF), var(--xr-pink, #FF1B8D));
  opacity: 0.7;
}
.xr-about-mission .xr-section-head::after {
  content: "";
  position: absolute;
  inset: -1px;
  border-radius: 20px;
  pointer-events: none;
  background: radial-gradient(600px 300px at 50% 0%, rgba(0, 217, 255, 0.06), transparent 70%);
  z-index: -1;
}
.xr-about-mission .xr-section-head .xr-eyebrow {
  margin-bottom: 12px;
}
.xr-about-mission .xr-section-title {
  margin: 0 0 16px;
}
.xr-about-mission .xr-section-lead {
  margin: 0;
}

.xr-pillars-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
  margin-top: 32px;
}
@media (max-width: 720px) {
  .xr-pillars-grid { grid-template-columns: 1fr; }
}


/* ===== ABOUT MID-PAGE CTA ================================ */

.xr-mid-cta {
  padding: 56px 0;
}
.xr-mid-cta-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  padding: 32px 36px;
  background: linear-gradient(135deg, rgba(0, 217, 255, 0.08), rgba(255, 27, 141, 0.08));
  border: 1px solid rgba(255, 255, 255, 0.10);
  border-radius: 16px;
  flex-wrap: wrap;
}
.xr-mid-cta-text {
  flex: 1;
  min-width: 280px;
}
.xr-mid-cta-eyebrow {
  font-family: 'Syne', sans-serif;
  font-weight: 700;
  font-size: 13px;              /* EDIT (May 26): 11 → 13 */
  letter-spacing: 0.18em;       /* EDIT (May 26): 0.22 → 0.18 */
  text-transform: uppercase;
  color: var(--xr-cyan, #00D9FF);
  margin-bottom: 8px;
}
.xr-mid-cta-headline {
  font-family: 'Bebas Neue', Impact, sans-serif;
  font-size: clamp(24px, 2.6vw, 32px);
  line-height: 1.05;
  letter-spacing: 0.005em;
  text-transform: uppercase;
  margin: 0;
  color: var(--xr-ink, #F5F1FF);
  font-weight: 400;
}
.xr-mid-cta-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.xr-mid-cta-btn,
.xr-mid-cta-btn-ghost {
  display: inline-flex;
  align-items: center;
  padding: 14px 28px;
  border-radius: 999px;
  font-family: 'Syne', sans-serif;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.25s;
  border: 2px solid transparent;
  white-space: nowrap;
}
.xr-mid-cta-btn-ghost {
  background: transparent;
  color: var(--xr-ink, #F5F1FF);
  border-color: rgba(255, 255, 255, 0.20);
}
.xr-mid-cta-btn-ghost:hover {
  border-color: var(--xr-cyan, #00D9FF);
  color: var(--xr-cyan, #00D9FF);
}
@media (max-width: 720px) {
  .xr-mid-cta-inner {
    flex-direction: column;
    align-items: stretch;
    text-align: center;
    padding: 24px;
  }
  .xr-mid-cta-actions {
    justify-content: center;
  }
}


/* ===== BASE CAMP KC ====================================== */

.xr-base-camp {
  padding: 80px 0;
  background: var(--xr-bg-2, #120825);
  position: relative;
  overflow: hidden;
}
.xr-base-camp::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.03) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: radial-gradient(ellipse at center, rgba(0,0,0,1) 30%, transparent 80%);
  -webkit-mask-image: radial-gradient(ellipse at center, rgba(0,0,0,1) 30%, transparent 80%);
  pointer-events: none;
}
.xr-base-camp .xr-about-container {
  position: relative;
  z-index: 1;
}

/* "Plain" head modifier — Base Camp doesn't get the mission frame */
.xr-section-head-plain {
  background: none !important;
  border: none !important;
  border-radius: 0 !important;
  padding: 0 !important;
}
.xr-section-head-plain::before,
.xr-section-head-plain::after {
  display: none !important;
}

.xr-country-panel {
  position: relative;
  margin-bottom: 32px;
  padding: 36px 32px;
  background: linear-gradient(180deg, rgba(255,255,255,0.04), rgba(255,255,255,0.01));
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 16px;
  overflow: hidden;
  transition: border-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
}
.xr-country-panel:last-child { margin-bottom: 0; }
.xr-country-panel:hover {
  transform: translateY(-2px);
  border-color: rgba(255,255,255,0.16);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.4);
}
.xr-country-accent-bar {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  border-radius: 16px 16px 0 0;
}

/* Per-country accent colors */
.xr-country-panel[data-country="netherlands"] .xr-country-accent-bar { background: var(--c-ned, #FF6B00); }
.xr-country-panel[data-country="argentina"]   .xr-country-accent-bar { background: var(--c-arg, #6CACE4); }
.xr-country-panel[data-country="algeria"]     .xr-country-accent-bar { background: var(--c-alg, #006633); }
.xr-country-panel[data-country="england"]     .xr-country-accent-bar { background: var(--c-eng, #C8102E); }

.xr-country-panel[data-country="netherlands"] .xr-country-label { color: var(--c-ned, #FF6B00); }
.xr-country-panel[data-country="argentina"]   .xr-country-label { color: var(--c-arg, #6CACE4); }
.xr-country-panel[data-country="algeria"]     .xr-country-label { color: var(--c-alg, #006633); }
.xr-country-panel[data-country="england"]     .xr-country-label { color: var(--c-eng, #C8102E); }

.xr-country-panel[data-country="netherlands"] .xr-country-name {
  background: linear-gradient(180deg, var(--c-ned, #FF6B00), #FFAA66);
  -webkit-background-clip: text; background-clip: text;
  color: transparent; -webkit-text-fill-color: transparent;
}
.xr-country-panel[data-country="argentina"] .xr-country-name {
  background: linear-gradient(180deg, var(--c-arg, #6CACE4), #FFFFFF);
  -webkit-background-clip: text; background-clip: text;
  color: transparent; -webkit-text-fill-color: transparent;
}
.xr-country-panel[data-country="algeria"] .xr-country-name {
  background: linear-gradient(180deg, var(--c-alg, #006633), #66B380);
  -webkit-background-clip: text; background-clip: text;
  color: transparent; -webkit-text-fill-color: transparent;
}
.xr-country-panel[data-country="england"] .xr-country-name {
  background: linear-gradient(180deg, var(--c-eng, #C8102E), #FFFFFF);
  -webkit-background-clip: text; background-clip: text;
  color: transparent; -webkit-text-fill-color: transparent;
}

.xr-country-grid {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 40px;
  align-items: start;
}
.xr-country-grid-reverse {
  grid-template-columns: 1.5fr 1fr;
}
.xr-country-grid-reverse .xr-country-intro { order: 2; }
.xr-country-grid-reverse .xr-country-features { order: 1; }

.xr-country-flag {
  font-size: 48px;
  line-height: 1;
  margin-bottom: 12px;
}
.xr-country-label {
  font-family: 'Syne', sans-serif;
  font-weight: 700;
  font-size: 13px;              /* EDIT (May 26): 12 → 13 */
  letter-spacing: 0.18em;       /* EDIT (May 26): 0.22 → 0.18 */
  text-transform: uppercase;
  margin-bottom: 8px;
}
.xr-country-name {
  font-family: 'Bebas Neue', Impact, sans-serif;
  font-weight: 400;
  font-size: clamp(28px, 3.4vw, 42px);
  line-height: 1;
  letter-spacing: -0.005em;
  text-transform: uppercase;
  margin: 0 0 12px;
}
.xr-country-theme {
  font-family: 'Syne', sans-serif;
  font-weight: 700;
  font-size: 13px;              /* EDIT (May 26): 11 → 13 */
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--xr-ink, #F5F1FF);   /* EDIT (May 26): mute → white */
  margin-bottom: 14px;
}
.xr-country-vibe {
  font-family: 'DM Sans', sans-serif;
  font-style: italic;
  font-size: 15px;
  line-height: 1.5;
  color: var(--xr-ink, #F5F1FF);
  margin: 0;
}
.xr-country-pitch {
  font-family: 'DM Sans', sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  color: var(--xr-ink, #F5F1FF);
  margin: 0 0 16px;
}
.xr-country-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.xr-country-list li {
  position: relative;
  padding: 8px 0 8px 24px;
  font-family: 'DM Sans', sans-serif;
  font-size: 15px;
  line-height: 1.5;
  color: var(--xr-ink-mute, #B6A8D9);
  border-bottom: 1px solid rgba(255, 255, 255, 0.04);
}
.xr-country-list li:last-child { border-bottom: none; }
.xr-country-list li::before {
  content: "\2192";
  position: absolute;
  left: 0;
  top: 8px;
  font-family: 'Syne', sans-serif;
  font-weight: 700;
  color: var(--xr-cyan, #00D9FF);
}

@media (max-width: 720px) {
  .xr-country-panel { padding: 28px 20px; }
  .xr-country-grid,
  .xr-country-grid-reverse {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .xr-country-grid-reverse .xr-country-intro { order: 1; }
  .xr-country-grid-reverse .xr-country-features { order: 2; }
}


/* ===== ABOUT FINAL CTA =================================== */

.xr-about-cta {
  padding: 80px 0;
}
.xr-about-cta-block {
  position: relative;
  text-align: center;
  padding: 56px 36px 48px;
  background: linear-gradient(180deg, rgba(255,255,255,0.04), rgba(255,255,255,0.01));
  border: 1px solid rgba(255, 27, 141, 0.30);
  border-radius: 24px;
  box-shadow:
    0 16px 64px rgba(255, 27, 141, 0.15),
    0 0 0 1px rgba(255, 27, 141, 0.10) inset;
  overflow: hidden;
}
.xr-about-cta-grid-bg {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 27, 141, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 27, 141, 0.06) 1px, transparent 1px);
  background-size: 32px 32px;
  mask-image: radial-gradient(ellipse at center, rgba(0,0,0,0.7) 0%, transparent 70%);
  -webkit-mask-image: radial-gradient(ellipse at center, rgba(0,0,0,0.7) 0%, transparent 70%);
  pointer-events: none;
}
.xr-about-cta-block > *:not(.xr-about-cta-grid-bg) {
  position: relative;
  z-index: 1;
}
.xr-about-cta-headline {
  font-family: 'Bebas Neue', Impact, sans-serif;
  font-weight: 400;
  font-size: clamp(36px, 5vw, 60px);
  line-height: 0.96;
  letter-spacing: -0.005em;
  text-transform: uppercase;
  margin: 16px 0 16px;
  color: var(--xr-ink, #F5F1FF);
}
.xr-about-cta-sub {
  font-family: 'DM Sans', sans-serif;
  font-size: clamp(15px, 1.4vw, 17px);
  line-height: 1.6;
  color: var(--xr-ink-mute, #B6A8D9);
  max-width: 720px;
  margin: 0 auto 32px;
}
.xr-about-cta-actions {
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
}
.xr-about-cta-btn,
.xr-about-cta-btn-ghost {
  display: inline-flex;
  align-items: center;
  padding: 14px 28px;
  border-radius: 999px;
  font-family: 'Syne', sans-serif;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.25s;
  border: 2px solid transparent;
}
.xr-about-cta-btn-ghost {
  background: transparent;
  color: var(--xr-ink, #F5F1FF);
  border-color: rgba(255, 255, 255, 0.20);
}
.xr-about-cta-btn-ghost:hover {
  border-color: var(--xr-cyan, #00D9FF);
  color: var(--xr-cyan, #00D9FF);
}


/* ===== ABOUT MOBILE FALLBACKS ============================ */

@media (max-width: 720px) {
  .xr-about-hero { padding: 32px 0 48px; }
  .xr-about-mission,
  .xr-base-camp,
  .xr-about-cta { padding: 60px 0; }
  .xr-about-mission .xr-section-head { padding: 28px 24px; }
  .xr-about-cta-block { padding: 40px 24px 36px; }
}
/* Force the CTA banner to keep text + button on the same line */
.xr-foot-cta-banner {
  flex-wrap: nowrap !important;
}
.xr-foot-cta-banner-text {
  flex: 1 1 auto !important;
  min-width: 0 !important;
}
.xr-foot-cta-banner .xr-foot-cta {
  flex-shrink: 0 !important;
  margin-left: auto !important;
}

/* === END OF FILE ========================================= *//* End custom CSS */