/* ================================================
   FALCON BADMINTON CLUB — PROFESSIONAL LIGHT THEME
   Primary: White | Accent: Red | Text: Black
   ================================================ */

/* Font imports — will use system fallbacks if offline */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800;900&family=Playfair+Display:ital,wght@0,700;0,800;1,700&family=DM+Sans:wght@300;400;500;600&display=swap');

/* ── DESIGN TOKENS ── */
:root {
  /* Brand Colors */
  --red:          #c71010;
  --red-dark:     #a00d25;
  --red-light:    #e01535;
  --red-50:       #fff0f2;
  --red-100:      #ffd6db;
  --red-15:       rgba(199, 16, 16,.15);
  --red-08:       rgba(199, 16, 16,.08);

  /* Surface */
  --white:        #ffffff;
  --off-white:    #ffffff;
  --grey-50:      #f4f4f5;
  --grey-100:     #e8e8ea;
  --grey-200:     #d0d0d4;
  --grey-300:     #b0b0b6;
  --grey-500:     #6e6e78;
  --grey-700:     #3a3a40;
  --black:        #111114;

  /* Fonts */
  --font-heading: 'Montserrat', sans-serif;
  --font-display: 'Playfair Display', serif;
  --font-body:    'DM Sans', sans-serif;

  /* Layout */
  --max-w:        1280px;
  --radius-sm:    6px;
  --radius:       10px;
  --radius-lg:    16px;
  --radius-xl:    24px;

  /* Shadows */
  --shadow-xs:    0 1px 4px rgba(0,0,0,.06);
  --shadow-sm:    0 2px 12px rgba(0,0,0,.08);
  --shadow-md:    0 6px 30px rgba(0,0,0,.10);
  --shadow-lg:    0 16px 60px rgba(0,0,0,.12);
  --shadow-red:   0 8px 32px rgba(199, 16, 16,.22);

  /* Transitions */
  --ease:         cubic-bezier(.4,0,.2,1);
  --dur:          .25s;
}

/* ── RESET ── */
*,*::before,*::after { box-sizing:border-box; margin:0; padding:0; }
html {
  height: 100%;
  scroll-behavior: smooth;
  font-size: 16px;
  background-color: #ffffff !important;
}
body {
  min-height: 100vh !important;
  display: flex !important;
  flex-direction: column !important;
  font-family: var(--font-body);
  background-color: #ffffff !important;
  color: var(--black);
  line-height: 1.6;
  overflow-x: hidden;
  margin: 0 !important;
  padding: 0 !important;
  -webkit-font-smoothing: antialiased;
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}
img { display:block; max-width:100%; }
a { text-decoration:none; color:inherit; }
ul { list-style:none; }
button { font-family:inherit; cursor:pointer; }
::-webkit-scrollbar { display: none; }

/* ── TYPOGRAPHY ── */
.display-xl {
  font-family: var(--font-heading);
  font-size: clamp(3rem, 7vw, 6rem);
  font-weight: 900;
  line-height: .96;
  letter-spacing: -.03em;
}
.display-lg {
  font-family: var(--font-heading);
  font-size: clamp(2rem, 4.5vw, 3.6rem);
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: -.025em;
}
.display-md {
  font-family: var(--font-heading);
  font-size: clamp(1.5rem, 3vw, 2.25rem);
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -.02em;
}
.label {
  font-family: var(--font-heading);
  font-size: .7rem;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.body-lg { font-size: 1.0625rem; line-height: 1.75; color: var(--grey-500); }
.body-md { font-size: .9375rem; line-height: 1.7;  color: var(--grey-500); }
.body-sm { font-size: .8125rem; line-height: 1.6;  color: var(--grey-500); }

/* ── LAYOUT ── */
.container { max-width:var(--max-w); margin:0 auto; padding:0 28px; }
section { padding: 96px 0; }

/* ── SECTION CHIP & BADGES ── */
.chip,
.bk-section-badge,
.ap-pill-badge,
.sales-badge-glow,
.sales-hub-badge,
.section-badge,
.spotlight-badge,
.pr-badge,
.t-badge,
.reg-badge {
  display: inline-flex !important;
  align-items: center !important;
  gap: 12px !important;
  background: var(--red) !important;
  border: 2px solid #000000 !important;
  color: #ffffff !important;
  font-family: var(--font-heading) !important;
  font-size: .72rem !important;
  font-weight: 800 !important;
  letter-spacing: .08em !important;
  text-transform: uppercase !important;
  padding: 7px 22px !important;
  border-radius: 100px !important;
  box-shadow: 3px 3px 0px #000000 !important;
  margin-bottom: 38px !important;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.chip::before,
.chip::after {
  content: '' !important;
  display: inline-block !important;
  width: 15px !important;
  height: 15px !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cellipse cx='7' cy='7' rx='4' ry='5' transform='rotate(-45 7 7)'/%3E%3Cline x1='5.5' y1='7' x2='8.5' y2='7' opacity='0.7'/%3E%3Cline x1='7' y1='5.5' x2='7' y2='8.5' opacity='0.7'/%3E%3Cpath d='M9.5 9.5 L19.5 19.5'/%3E%3Cpath d='M17 17 L20 20' stroke-width='3.2'/%3E%3Cellipse cx='17' cy='7' rx='4' ry='5' transform='rotate(45 17 7)'/%3E%3Cline x1='15.5' y1='7' x2='18.5' y2='7' opacity='0.7'/%3E%3Cline x1='17' y1='5.5' x2='17' y2='8.5' opacity='0.7'/%3E%3Cpath d='M14.5 9.5 L4.5 19.5'/%3E%3Cpath d='M7 17 L4 20' stroke-width='3.2'/%3E%3C/svg%3E") !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  flex-shrink: 0 !important;
}
.chip:hover {
  transform: translate(-1px, -1px);
  box-shadow: 4px 4px 0px #000000 !important;
}

/* ── SECTION HEADER ── */
.sec-title { margin-bottom: 12px; }
h1 span,
h2 span,
h3 span,
.sec-title span,
.display-xl span,
.display-lg span,
.display-md span,
.hero-headline span,
.spotlight-section-heading span,
.bk-section-title span,
.ap-heading-lg span,
.ap-heading-md span {
  font-family: inherit !important;
  font-size: inherit !important;
  font-weight: inherit !important;
  font-style: normal !important;
  line-height: inherit !important;
  letter-spacing: inherit !important;
  color: var(--red, #C8102E) !important;
  display: inline !important;
}
.sec-sub { max-width: 560px; }
.sec-header { margin-bottom: 56px; }
.sec-header-center { text-align:center; }
.sec-header-center .sec-sub { margin:0 auto; }

.red-line {
  display: none !important;
}
.red-line-center {
  display: none !important;
}

/* Remove all red strip borders under step indicator active tabs across all pages */
.bk-step-indicator,
.bk-step-indicator.active,
.step-indicator,
.step-indicator.active,
.evt-step-indicator {
  border-bottom: none !important;
  border-bottom-color: transparent !important;
  border-top: none !important;
}

#navbar {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 900;
  background: transparent;
  border-bottom: 1px solid transparent;
  transition: background var(--dur) var(--ease),
              border-color var(--dur) var(--ease),
              box-shadow var(--dur) var(--ease);
}
.nav-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  height: 70px;
  max-width: 100%;
  padding: 0 20px;
}

/* LOGO */
.nav-logo {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
}
.logo-mark {
  width: 42px; height: 42px;
  flex-shrink: 0;
}
.logo-wordmark .wm-name {
  display: block;
  font-family: var(--font-heading);
  font-size: 1.2rem;
  font-weight: 900;
  color: var(--white);
  letter-spacing: -.02em;
  line-height: 1;
  transition: color var(--dur);
}
.logo-wordmark .wm-name span { color: var(--red); }
.logo-wordmark .wm-sub {
  display: block;
  font-family: var(--font-heading);
  font-size: .58rem;
  font-weight: 600;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.7);
  margin-top: 2px;
  transition: color var(--dur);
}

/* NAV LINKS */
.nav-links {
  display: flex;
  align-items: center;
  gap: 18px;
  flex: 1;
  justify-content: center;
}
.nav-links a {
  font-family: var(--font-heading);
  font-size: .84rem;
  font-weight: 600;
  letter-spacing: .02em;
  color: rgba(255, 255, 255, 0.9);
  padding: 8px 16px;
  border-radius: var(--radius-sm);
  transition: color var(--dur) var(--ease),
              background var(--dur) var(--ease);
}
.nav-links a:hover { color: var(--white); background: rgba(255, 255, 255, 0.1); }
.nav-links a.active { color: var(--white); border-bottom: 2px solid var(--white); border-radius: 0; padding-bottom: 4px; }

/* SOLID BG STYLE (scrolled or inner pages) */
#navbar.scrolled, #navbar.solid-bg {
  background: rgba(255, 255, 255, 0.98) !important;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--grey-100, #E5E7EB) !important;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04) !important;
}
#navbar.scrolled .logo-wordmark .wm-name, #navbar.solid-bg .logo-wordmark .wm-name {
  color: var(--black, #111114) !important;
}
#navbar.scrolled .logo-wordmark .wm-sub, #navbar.solid-bg .logo-wordmark .wm-sub {
  color: var(--grey-500, #6B7280) !important;
}
#navbar.scrolled .nav-links a, #navbar.solid-bg .nav-links a {
  color: var(--grey-700, #374151) !important;
}
#navbar.scrolled .nav-links a:hover, #navbar.solid-bg .nav-links a:hover {
  color: var(--red, #C8102E) !important;
  background: rgba(200, 16, 46, 0.08) !important;
}
#navbar.scrolled .nav-links a.active, #navbar.solid-bg .nav-links a.active {
  color: var(--red, #C8102E) !important;
  background: rgba(200, 16, 46, 0.08) !important;
  border-bottom: none !important;
  border-radius: var(--radius-sm, 6px) !important;
  padding: 8px 16px !important;
}
#navbar.scrolled .hamburger span, #navbar.solid-bg .hamburger span {
  background: var(--black, #111114) !important;
}

/* NAV CTA */
.nav-cta {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--red) !important;
  color: var(--white) !important;
  font-family: var(--font-heading) !important;
  font-size: .78rem !important;
  font-weight: 700 !important;
  padding: 10px 22px !important;
  border-radius: var(--radius-sm) !important;
  letter-spacing: .04em !important;
  transition: background var(--dur) var(--ease),
              box-shadow var(--dur) var(--ease),
              transform var(--dur) var(--ease) !important;
}
.nav-cta:hover {
  background: var(--red-dark) !important;
  box-shadow: var(--shadow-red) !important;
  transform: translateY(-1px) !important;
  color: var(--white) !important;
}
.nav-cta::after { display:none !important; }

/* HAMBURGER */
.hamburger {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  background: none;
  border: none;
  padding: 8px;
  cursor: pointer;
  z-index: 1000001;
}
.hamburger span {
  display: block;
  width: 22px; height: 2.2px;
  background: var(--white, #ffffff);
  border-radius: 2px;
  transition: transform var(--dur) var(--ease), opacity var(--dur), background var(--dur);
}
.hamburger.open span {
  background: var(--red, #C8102E) !important;
}
.hamburger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.hamburger.open span:nth-child(2) { opacity: 0; }
.hamburger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* MOBILE MENU */
.mobile-menu {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(255, 255, 255, 0.98) !important;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  z-index: 999999;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  opacity: 0;
  pointer-events: none;
  transition: opacity .3s var(--ease);
}
.mobile-menu.open { display:flex; opacity:1; pointer-events:all; }
.mobile-menu a {
  font-family: var(--font-heading);
  font-size: 1.45rem;
  font-weight: 800;
  color: var(--black, #111114) !important;
  padding: 10px 24px;
  border-radius: var(--radius-sm, 8px);
  transition: color var(--dur), background var(--dur);
}
.mobile-menu a:hover, .mobile-menu a.active {
  color: var(--red, #C8102E) !important;
  background: rgba(200, 16, 46, 0.08) !important;
}
.mobile-menu .mm-cta {
  background: var(--red, #C8102E) !important;
  color: var(--white, #ffffff) !important;
  font-size: 0.95rem !important;
  padding: 12px 32px !important;
  border-radius: 100px !important;
  margin-top: 12px;
  box-shadow: 0 4px 18px rgba(200, 16, 46, 0.3) !important;
}

/* ════════════════════════════
   HERO SECTION
════════════════════════════ */
.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding-top: 70px;
}

/* Video BG */
.hero-video-wrap {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.hero-video-wrap video {
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: center;
}

/* Dark overlay so the white sentence and button pop beautifully */
.hero-overlay {
  position: absolute; inset: 0; z-index: 1;
  background: rgba(0, 0, 0, 0.45);
}
.hero-overlay-bottom {
  display: none;
}

/* Red vertical accent removed */

.hero-content {
  position: relative;
  z-index: 2;
  max-width: var(--max-w);
  margin: 0 auto;
  padding: 0 28px;
  padding-top: 20px;
  width: 100%;
}

.hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 28px;
}
.hero-eyebrow-dot {
  width: 8px; height: 8px;
  background: var(--red);
  border-radius: 50%;
  animation: blink 2s ease-in-out infinite;
}
@keyframes blink {
  0%,100% { opacity:1; transform:scale(1); }
  50% { opacity:.4; transform:scale(.75); }
}
.hero-eyebrow-text {
  font-family: var(--font-heading);
  font-size: .7rem;
  font-weight: 700;
  letter-spacing: .15em;
  text-transform: uppercase;
  color: var(--red);
}

/* Headline */
.hero-headline {
  font-family: var(--font-heading);
  font-size: clamp(3.2rem, 8vw, 7rem);
  font-weight: 900;
  line-height: .95;
  letter-spacing: -.03em;
  margin-bottom: 24px;
  color: var(--black);
}
.hero-headline .accent { color: var(--red); }

/* Sub line */
.hero-tagline {
  font-family: var(--font-display);
  font-size: clamp(1rem, 2vw, 1.35rem);
  color: var(--grey-700);
  font-style: italic;
  margin-bottom: 36px;
  font-weight: 700;
}

.hero-desc {
  font-size: 1.05rem;
  color: var(--grey-700);
  max-width: 460px;
  line-height: 1.75;
  margin-bottom: 44px;
}

/* Stats row */
.hero-stats {
  display: flex;
  gap: 36px;
  margin-bottom: 44px;
  flex-wrap: wrap;
  padding-bottom: 36px;
  border-bottom: 1px solid var(--grey-100);
  max-width: 500px;
}
.hstat-num {
  font-family: var(--font-heading);
  font-size: 1.9rem;
  font-weight: 900;
  color: var(--black);
  line-height: 1;
}
.hstat-num sup { font-size: .6em; color: var(--red); vertical-align: super; }
.hstat-label {
  font-family: var(--font-heading);
  font-size: .63rem;
  font-weight: 600;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--grey-500);
  margin-top: 4px;
}

/* CTA row */
.hero-actions { display:flex; gap:14px; flex-wrap:wrap; align-items:center; }

/* Scroll indicator */
.hero-scroll {
  position: absolute;
  bottom: 36px; left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  opacity: .7;
  transition: opacity var(--dur);
}
.hero-scroll:hover { opacity: 1; }
.scroll-mouse {
  width: 22px; height: 34px;
  border: 2px solid var(--grey-300);
  border-radius: 12px;
  display: flex;
  justify-content: center;
  padding-top: 5px;
}
.scroll-wheel {
  width: 3px; height: 7px;
  background: var(--red);
  border-radius: 2px;
  animation: scroll-anim 1.8s ease-in-out infinite;
}
@keyframes scroll-anim {
  0%   { transform:translateY(0); opacity:1; }
  100% { transform:translateY(8px); opacity:0; }
}
.scroll-label {
  font-family: var(--font-heading);
  font-size: .6rem;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--grey-500);
}

/* ════════════════════════════════════════════════════════════════
   BUTTON SYSTEM — SHINING & ZOOM OUT/IN POP-UP EFFECTS
   ════════════════════════════════════════════════════════════════ */

.btn {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: .82rem;
  letter-spacing: .04em;
  padding: 12px 24px;
  border-radius: 6px;
  border: none;
  cursor: pointer;
  text-transform: uppercase;
  position: relative;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.btn-lg { padding: 14px 32px; font-size: .88rem; }
.btn-sm { padding: 8px 16px; font-size: .76rem; }
.btn-full { width:100%; justify-content:center; }
.btn svg { flex-shrink:0; position: relative; z-index: 3; }

/* ── 1. IMPORTANT / PRIMARY BUTTONS: SHINING EFFECT ── */
.btn-red,
.nav-cta,
.bk-book-court-btn,
.bk-become-member-left-btn,
.btn-primary,
.btn-accent,
.btn-shimmer,
.btn-shine,
.btn-important,
.submit-btn,
.form-submit-btn,
.btn-submit,
.hero-actions .btn-red,
.pricing-btn-primary,
.sales-hub-btn,
.t-hero-cta,
.events-hero-cta,
.t-reg-btn,
.t-cta-btn,
.cta-btn-primary,
.enroll-btn-primary,
.pay-btn-primary,
button.primary,
button[type="submit"]:not(.btn-outline-red):not(.btn-outline-dark):not(.btn-secondary):not(.btn-dark) {
  position: relative !important;
  overflow: hidden !important;
  z-index: 1;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
  background-color: var(--red);
  color: var(--white);
  box-shadow: 0 4px 14px rgba(199, 16, 16, 0.22);
  transition: transform 0.3s cubic-bezier(0.25, 0.8, 0.25, 1), box-shadow 0.3s cubic-bezier(0.25, 0.8, 0.25, 1), background-color 0.3s ease !important;
}

/* Ensure contents stay on top of shining overlay */
.btn-red > *,
.nav-cta > *,
.bk-book-court-btn > *,
.bk-become-member-left-btn > *,
.btn-primary > *,
.btn-accent > *,
.btn-shimmer > *,
.btn-shine > *,
.btn-important > *,
.submit-btn > *,
.hero-actions .btn-red > *,
.pricing-btn-primary > *,
.t-hero-cta > *,
.events-hero-cta > *,
.t-reg-btn > * {
  position: relative !important;
  z-index: 3 !important;
}

/* Shining sheen light flare overlay */
.btn-red::before,
.nav-cta::before,
.bk-book-court-btn::before,
.bk-become-member-left-btn::before,
.btn-primary::before,
.btn-accent::before,
.btn-shimmer::before,
.btn-shine::before,
.btn-important::before,
.submit-btn::before,
.form-submit-btn::before,
.btn-submit::before,
.hero-actions .btn-red::before,
.pricing-btn-primary::before,
.sales-hub-btn::before,
.t-hero-cta::before,
.events-hero-cta::before,
.t-reg-btn::before,
.t-cta-btn::before,
.cta-btn-primary::before,
.enroll-btn-primary::before,
.pay-btn-primary::before,
button.primary::before,
button[type="submit"]:not(.btn-outline-red):not(.btn-outline-dark):not(.btn-secondary):not(.btn-dark)::before {
  content: '' !important;
  position: absolute !important;
  top: 0 !important;
  left: -150% !important;
  width: 70% !important;
  height: 100% !important;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.65) 50%,
    rgba(255, 255, 255, 0) 100%
  ) !important;
  transform: skewX(-25deg) !important;
  pointer-events: none !important;
  z-index: 2 !important;
  animation: buttonShineAmbient 4s infinite ease-in-out !important;
}

/* Trigger fast bright shine on hover */
.btn-red:hover::before,
.nav-cta:hover::before,
.bk-book-court-btn:hover::before,
.bk-become-member-left-btn:hover::before,
.btn-primary:hover::before,
.btn-accent:hover::before,
.btn-shimmer:hover::before,
.btn-shine:hover::before,
.btn-important:hover::before,
.submit-btn:hover::before,
.form-submit-btn:hover::before,
.btn-submit:hover::before,
.hero-actions .btn-red:hover::before,
.pricing-btn-primary:hover::before,
.sales-hub-btn:hover::before,
.t-hero-cta:hover::before,
.events-hero-cta:hover::before,
.t-reg-btn:hover::before,
.t-cta-btn:hover::before,
.cta-btn-primary:hover::before,
.enroll-btn-primary:hover::before,
.pay-btn-primary:hover::before,
button.primary:hover::before,
button[type="submit"]:not(.btn-outline-red):not(.btn-outline-dark):not(.btn-secondary):not(.btn-dark):hover::before {
  animation: buttonShineHover 0.75s ease-in-out !important;
}

/* Hover transformation & glowing red aura */
.btn-red:hover,
.nav-cta:hover,
.bk-book-court-btn:hover,
.bk-become-member-left-btn:hover,
.btn-primary:hover,
.btn-accent:hover,
.btn-shimmer:hover,
.btn-shine:hover,
.btn-important:hover,
.submit-btn:hover,
.form-submit-btn:hover,
.btn-submit:hover,
.hero-actions .btn-red:hover,
.pricing-btn-primary:hover,
.sales-hub-btn:hover,
.t-hero-cta:hover,
.events-hero-cta:hover,
.t-reg-btn:hover,
.t-cta-btn:hover,
.cta-btn-primary:hover,
.enroll-btn-primary:hover,
.pay-btn-primary:hover,
button.primary:hover,
button[type="submit"]:not(.btn-outline-red):not(.btn-outline-dark):not(.btn-secondary):not(.btn-dark):hover {
  background: var(--red-dark) !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 8px 24px rgba(199, 16, 16, 0.35) !important;
}

@keyframes buttonShineAmbient {
  0% { left: -150%; }
  25% { left: 200%; }
  100% { left: 200%; }
}

@keyframes buttonShineHover {
  0% { left: -150%; }
  100% { left: 200%; }
}


/* ── 2. SECONDARY / OUTLINE BUTTONS: CLEAN SMOOTH HOVER ── */
.btn-outline-red,
.btn-outline-dark,
.btn-dark,
.btn-outline,
.btn-secondary,
.btn-ghost,
.btn-subtle,
.btn-pop,
.btn-less-important,
.filter-btn,
.tab-btn,
.bk-filter-btn,
.bk-tab-btn,
.cat-btn,
.view-btn,
.view-toggle-btn,
.page-btn,
.pagination-btn,
.modal-close,
.close-btn,
.dismiss-btn,
.t-filter-pill,
.events-filter-chip,
.tag-btn,
.bk-slot-btn,
button.secondary,
button.outline,
.btn-sm:not(.btn-red):not(.nav-cta):not(.bk-book-court-btn),
.btn-icon:not(.btn-red):not(.nav-cta),
button:not(.btn-red):not(.nav-cta):not(.bk-book-court-btn):not(.bk-become-member-left-btn):not(.btn-primary):not(.btn-accent):not(.btn-shimmer):not(.btn-shine):not(.btn-important):not(.submit-btn):not(.form-submit-btn):not(.btn-submit):not(.pricing-btn-primary):not(.sales-hub-btn):not(.t-hero-cta):not(.events-hero-cta):not(.t-reg-btn):not(.t-cta-btn):not(.primary) {
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease !important;
  transform-origin: center center !important;
}

/* Base styles for outline & dark buttons */
.btn-outline-red {
  background: transparent;
  color: var(--red);
  border: 1.5px solid var(--red);
}
.btn-outline-dark {
  background: transparent;
  color: var(--black);
  border: 1.5px solid var(--grey-300);
}
.btn-dark {
  background: var(--black);
  color: var(--white);
}

/* Clean Hover State — No Zoom/Pop */
.btn-outline-red:hover,
.btn-outline-dark:hover,
.btn-dark:hover,
.btn-outline:hover,
.btn-secondary:hover,
.btn-ghost:hover,
.btn-subtle:hover,
.btn-pop:hover,
.btn-less-important:hover,
.filter-btn:hover,
.tab-btn:hover,
.bk-filter-btn:hover,
.bk-tab-btn:hover,
.cat-btn:hover,
.view-btn:hover,
.view-toggle-btn:hover,
.page-btn:hover,
.pagination-btn:hover,
.modal-close:hover,
.close-btn:hover,
.dismiss-btn:hover,
.t-filter-pill:hover,
.events-filter-chip:hover,
.tag-btn:hover,
.bk-slot-btn:hover,
button.secondary:hover,
button.outline:hover,
.btn-sm:not(.btn-red):not(.nav-cta):not(.bk-book-court-btn):hover,
.btn-icon:not(.btn-red):not(.nav-cta):hover,
button:not(.btn-red):not(.nav-cta):not(.bk-book-court-btn):not(.bk-become-member-left-btn):not(.btn-primary):not(.btn-accent):not(.btn-shimmer):not(.btn-shine):not(.btn-important):not(.submit-btn):not(.form-submit-btn):not(.btn-submit):not(.pricing-btn-primary):not(.sales-hub-btn):not(.t-hero-cta):not(.events-hero-cta):not(.t-reg-btn):not(.t-cta-btn):not(.primary):hover {
  animation: none !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08) !important;
}

.btn-outline-red:hover {
  background: var(--red) !important;
  color: var(--white) !important;
}
.btn-outline-dark:hover {
  border-color: var(--black) !important;
  background: var(--grey-50) !important;
}
.btn-dark:hover {
  background: var(--grey-700) !important;
}

/* Active Click State */
.btn-outline-red:active,
.btn-outline-dark:active,
.btn-dark:active,
.btn-outline:active,
.btn-secondary:active,
.btn-ghost:active,
.btn-subtle:active,
.btn-pop:active,
.btn-less-important:active,
.filter-btn:active,
.tab-btn:active,
.bk-filter-btn:active,
.bk-tab-btn:active,
.cat-btn:active,
.view-btn:active,
.view-toggle-btn:active,
.page-btn:active,
.pagination-btn:active,
.modal-close:active,
.close-btn:active,
.dismiss-btn:active,
.btn-sm:active,
.btn-icon:active,
button:active {
  transform: translateY(0) !important;
  animation: none !important;
}

/* Arrow icon helper */
.arrow-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: transform var(--dur) var(--ease);
}
.btn:hover .arrow-icon { transform: translateX(3px); }

/* ════════════════════════════
   FEATURES / WHY US
════════════════════════════ */
.features-section { background: var(--off-white); }

.features-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.feature-card {
  background: var(--white);
  border: 1px solid var(--grey-100);
  border-radius: var(--radius-lg);
  padding: 32px 28px;
  transition: border-color var(--dur) var(--ease),
              box-shadow var(--dur) var(--ease),
              transform var(--dur) var(--ease);
  position: relative;
  overflow: hidden;
}
.feature-card::after {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: var(--red);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .35s var(--ease);
}
.feature-card:hover {
  border-color: var(--red-100);
  box-shadow: var(--shadow-md);
  transform: translateY(-5px);
}
.feature-card:hover::after { transform: scaleX(1); }

.feature-icon-wrap {
  width: 52px; height: 52px;
  background: var(--red-08);
  border-radius: var(--radius);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
  transition: background var(--dur);
}
.feature-card:hover .feature-icon-wrap { background: var(--red-15); }
.feature-icon-wrap svg { color: var(--red); }

.feature-card h3 {
  font-family: var(--font-heading);
  font-size: 1rem;
  font-weight: 700;
  color: var(--black);
  margin-bottom: 10px;
  letter-spacing: -.01em;
}
.feature-card p { font-size: .875rem; color: var(--grey-500); line-height: 1.7; }

/* ════════════════════════════
   STATS BAND
════════════════════════════ */
.stats-band {
  background: var(--red);
  padding: 64px 0;
}
.stats-inner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  text-align: center;
}
.stats-item { padding: 0 24px; position: relative; }
.stats-item:not(:last-child)::after {
  content: '';
  position: absolute;
  right: 0; top: 50%;
  transform: translateY(-50%);
  height: 50px; width: 1px;
  background: rgba(255,255,255,.25);
}
.stats-num {
  font-family: var(--font-heading);
  font-size: clamp(2.2rem, 4vw, 3.4rem);
  font-weight: 900;
  color: var(--white);
  line-height: 1;
  letter-spacing: -.03em;
}
.stats-num sup { font-size: .55em; vertical-align: super; }
.stats-label {
  font-family: var(--font-heading);
  font-size: .68rem;
  font-weight: 600;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: rgba(255,255,255,.75);
  margin-top: 8px;
}

/* ════════════════════════════
   SESSIONS SECTION
════════════════════════════ */
.sessions-section { background: var(--white); }

.sessions-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
}

.session-card {
  border-radius: var(--radius-xl);
  overflow: hidden;
  position: relative;
  min-height: 560px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  transition: transform .4s var(--ease);
}
.session-card:hover { transform: scale(1.012); }

.session-bg {
  position: absolute; inset: 0;
  background-size: cover;
  background-position: center;
  transition: transform .6s var(--ease);
}
.session-card:hover .session-bg { transform: scale(1.05); }

.session-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(
    to top,
    rgba(10,10,12,.92) 0%,
    rgba(10,10,12,.55) 55%,
    rgba(10,10,12,.12) 100%
  );
}

.session-badge {
  position: absolute;
  top: 24px; left: 24px;
  background: var(--red);
  color: var(--white);
  font-family: var(--font-heading);
  font-size: .66rem;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  padding: 6px 14px;
  border-radius: 100px;
}

.session-body {
  position: relative;
  z-index: 1;
  padding: 32px;
  color: var(--white);
}
.session-body h3 {
  font-family: var(--font-heading);
  font-size: 1.6rem;
  font-weight: 800;
  line-height: 1.15;
  margin-bottom: 12px;
}
.session-body p { font-size: .875rem; color: rgba(255,255,255,.75); line-height: 1.7; margin-bottom: 22px; }

.session-features {
  display: flex;
  flex-direction: column;
  gap: 9px;
  margin-bottom: 24px;
}
.session-feat {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: .85rem;
  color: rgba(255,255,255,.88);
}
.feat-check {
  width: 18px; height: 18px;
  background: var(--red);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.feat-check svg { color: var(--white); }

.session-price-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.session-price {
  font-family: var(--font-heading);
  font-size: 1.7rem;
  font-weight: 900;
  color: var(--white);
}
.session-price span {
  font-size: .75rem;
  font-weight: 500;
  color: rgba(255,255,255,.65);
}

/* ════════════════════════════
   COACHES SECTION
════════════════════════════ */
.coaches-section { background: var(--off-white); }

.coaches-header-row {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 52px;
}

.coaches-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}

.coach-card {
  background: var(--white);
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid var(--grey-100);
  transition: box-shadow var(--dur) var(--ease),
              transform var(--dur) var(--ease),
              border-color var(--dur) var(--ease);
}
.coach-card:hover {
  box-shadow: var(--shadow-md);
  transform: translateY(-6px);
  border-color: var(--red-100);
}

.coach-img-wrap {
  position: relative;
  height: 230px;
  overflow: hidden;
}
.coach-img {
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: top;
  transition: transform .5s var(--ease);
}
.coach-card:hover .coach-img { transform: scale(1.06); }
.coach-img-grad {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 60px;
  background: linear-gradient(to top, var(--white), transparent);
}

.coach-body { padding: 20px 22px 24px; }
.coach-name {
  font-family: var(--font-heading);
  font-size: 1rem;
  font-weight: 700;
  color: var(--black);
  margin-bottom: 3px;
}
.coach-role {
  font-family: var(--font-heading);
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--red);
  margin-bottom: 12px;
}
.coach-bio { font-size: .82rem; color: var(--grey-500); line-height: 1.65; margin-bottom: 16px; }
.coach-tags { display:flex; flex-wrap:wrap; gap:6px; }
.coach-tag {
  font-family: var(--font-heading);
  font-size: .62rem;
  font-weight: 600;
  letter-spacing: .06em;
  background: var(--grey-50);
  border: 1px solid var(--grey-100);
  color: var(--grey-700);
  padding: 4px 10px;
  border-radius: 4px;
}

/* ════════════════════════════
   PROGRAMS SECTION
════════════════════════════ */
.programs-section { background: var(--white); }
.programs-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:22px; }

.program-card {
  background: var(--white);
  border: 1px solid var(--grey-100);
  border-radius: var(--radius-lg);
  overflow: hidden;
  transition: box-shadow var(--dur) var(--ease),
              transform var(--dur) var(--ease);
}
.program-card:hover {
  box-shadow: var(--shadow-md);
  transform: translateY(-5px);
}
.program-card:hover .prog-img { transform: scale(1.06); }

.prog-img-wrap { overflow:hidden; height:190px; position:relative; }
.prog-img {
  width:100%; height:100%;
  object-fit:cover;
  transition:transform .5s var(--ease);
}

.prog-body { padding: 24px; }
.prog-level {
  display: inline-block;
  font-family: var(--font-heading);
  font-size: .62rem;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--red);
  background: var(--red-08);
  border: 1px solid var(--red-100);
  padding: 4px 11px;
  border-radius: 100px;
  margin-bottom: 14px;
}
.prog-body h3 {
  font-family: var(--font-heading);
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--black);
  margin-bottom: 9px;
  letter-spacing: -.01em;
}
.prog-body p { font-size: .85rem; color: var(--grey-500); line-height: 1.68; margin-bottom: 18px; }
.prog-meta { display:flex; gap:18px; flex-wrap:wrap; }
.prog-meta-item {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: .78rem;
  color: var(--grey-500);
  font-family: var(--font-heading);
  font-weight: 500;
}
.prog-meta-item svg { color: var(--red); flex-shrink:0; }

/* ════════════════════════════
   GALLERY
════════════════════════════ */
.gallery-section { background: var(--off-white); }

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 14px;
}
.g-item { border-radius: var(--radius); overflow:hidden; cursor:pointer; position:relative; }
.g-item.tall { grid-row:span 2; }
.g-item.wide { grid-column:span 2; }
.g-img {
  width:100%; height:100%;
  min-height: 200px;
  object-fit:cover;
  transition: transform .5s var(--ease);
  display:block;
}
.g-item:hover .g-img { transform:scale(1.05); }
.g-hover {
  position:absolute; inset:0;
  background: rgba(199, 16, 16,.18);
  display:flex; align-items:center; justify-content:center;
  opacity:0;
  transition: opacity var(--dur);
}
.g-item:hover .g-hover { opacity:1; }
.g-zoom {
  width: 44px; height: 44px;
  background: var(--white);
  border-radius: 50%;
  display:flex; align-items:center; justify-content:center;
  transform: scale(.8);
  transition: transform var(--dur);
}
.g-item:hover .g-zoom { transform:scale(1); }
.g-zoom svg { color: var(--red); }

/* ════════════════════════════
   TESTIMONIALS
════════════════════════════ */
.testimonials-section { background: var(--white); }
.testimonials-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:22px; }

.testi-card {
  background: var(--off-white);
  border: 1px solid var(--grey-100);
  border-radius: var(--radius-lg);
  padding: 28px;
  transition: box-shadow var(--dur) var(--ease),
              transform var(--dur) var(--ease);
}
.testi-card:hover {
  box-shadow: var(--shadow-md);
  transform: translateY(-4px);
}
.testi-stars { color: var(--red); font-size: .85rem; letter-spacing: 2px; margin-bottom: 14px; }
.testi-quote {
  font-family: var(--font-display);
  font-size: .95rem;
  font-style: italic;
  color: var(--grey-700);
  line-height: 1.75;
  margin-bottom: 22px;
}
.testi-author { display:flex; align-items:center; gap:12px; }
.testi-avatar {
  width: 42px; height: 42px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid var(--red-100);
}
.testi-name {
  font-family: var(--font-heading);
  font-size: .88rem;
  font-weight: 700;
  color: var(--black);
}
.testi-level { font-size: .76rem; color: var(--grey-500); }

/* ════════════════════════════
   MEMBERSHIP
════════════════════════════ */
.membership-section { background: var(--off-white); }
.membership-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:22px; }

.mem-card {
  background: var(--white);
  border: 1px solid var(--grey-100);
  border-radius: var(--radius-xl);
  padding: 36px 30px;
  transition: box-shadow var(--dur) var(--ease),
              transform var(--dur) var(--ease);
  position: relative;
  overflow: hidden;
}
.mem-card.featured {
  background: var(--red);
  border-color: var(--red);
}
.mem-card:not(.featured):hover {
  box-shadow: var(--shadow-md);
  transform: translateY(-6px);
}
.mem-card.featured:hover {
  box-shadow: var(--shadow-red);
  transform: translateY(-6px);
}

.mem-popular-tag {
  position: absolute;
  top: 22px; right: -28px;
  background: var(--black);
  color: var(--white);
  font-family: var(--font-heading);
  font-size: .58rem;
  font-weight: 700;
  letter-spacing: .14em;
  padding: 5px 40px;
  transform: rotate(45deg);
  transform-origin: center;
}

.mem-tier {
  font-family: var(--font-heading);
  font-size: .65rem;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--grey-500);
  margin-bottom: 10px;
}
.mem-card.featured .mem-tier { color: rgba(255,255,255,.75); }

.mem-name {
  font-family: var(--font-heading);
  font-size: 1.6rem;
  font-weight: 800;
  color: var(--black);
  letter-spacing: -.02em;
  margin-bottom: 20px;
}
.mem-card.featured .mem-name { color: var(--white); }

.mem-price-row { margin-bottom: 26px; }
.mem-amount {
  font-family: var(--font-heading);
  font-size: 2.8rem;
  font-weight: 900;
  color: var(--black);
  line-height: 1;
  letter-spacing: -.04em;
}
.mem-card.featured .mem-amount { color: var(--white); }
.mem-period {
  font-size: .8rem;
  color: var(--grey-500);
  display: inline;
  margin-left: 4px;
}
.mem-card.featured .mem-period { color: rgba(255,255,255,.75); }

.mem-divider {
  height: 1px;
  background: var(--grey-100);
  margin: 22px 0;
}
.mem-card.featured .mem-divider { background: rgba(255,255,255,.2); }

.mem-features { display:flex; flex-direction:column; gap:11px; margin-bottom:28px; }
.mem-feat {
  display:flex; align-items:center; gap:10px;
  font-size: .86rem;
  color: var(--grey-700);
}
.mem-card.featured .mem-feat { color: rgba(255,255,255,.92); }
.mem-feat-check {
  width: 18px; height: 18px;
  background: var(--red-08);
  border-radius: 50%;
  display:flex; align-items:center; justify-content:center;
  flex-shrink:0;
}
.mem-feat-check svg { color: var(--red); }
.mem-card.featured .mem-feat-check { background: rgba(255,255,255,.2); }
.mem-card.featured .mem-feat-check svg { color: var(--white); }

.mem-btn {
  display: block;
  width: 100%;
  text-align: center;
  padding: 13px;
  border-radius: var(--radius-sm);
  font-family: var(--font-heading);
  font-size: .82rem;
  font-weight: 700;
  letter-spacing: .04em;
  border: 1.5px solid var(--grey-200);
  background: transparent;
  color: var(--black);
  transition: all var(--dur) var(--ease);
  cursor: pointer;
}
.mem-btn:hover { border-color: var(--red); color: var(--red); background: var(--red-08); }
.mem-card.featured .mem-btn {
  background: var(--white);
  color: var(--red);
  border-color: var(--white);
}
.mem-card.featured .mem-btn:hover { background: rgba(255,255,255,.9); }

/* ════════════════════════════
   TOURNAMENTS
════════════════════════════ */
.tournaments-section { background: var(--white); }

.filter-row { display:flex; gap:8px; flex-wrap:wrap; margin-bottom:36px; }
.filter-pill {
  font-family: var(--font-heading);
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .08em;
  padding: 9px 18px;
  border-radius: 100px;
  border: 1.5px solid var(--grey-200);
  background: transparent;
  color: var(--grey-700);
  transition: all var(--dur) var(--ease);
  cursor: pointer;
}
.filter-pill:hover, .filter-pill.active {
  background: var(--red);
  border-color: var(--red);
  color: var(--white);
}

.t-list { display:flex; flex-direction:column; gap:12px; }

.t-row {
  display: flex;
  align-items: center;
  gap: 24px;
  background: var(--off-white);
  border: 1px solid var(--grey-100);
  border-radius: var(--radius);
  padding: 20px 24px;
  transition: border-color var(--dur), box-shadow var(--dur), background var(--dur);
  cursor: pointer;
}
.t-row:hover {
  border-color: var(--red-100);
  background: var(--white);
  box-shadow: var(--shadow-sm);
}

.t-date {
  min-width: 54px;
  text-align: center;
  flex-shrink: 0;
}
.t-day {
  font-family: var(--font-heading);
  font-size: 1.8rem;
  font-weight: 900;
  color: var(--red);
  line-height: 1;
}
.t-month {
  font-family: var(--font-heading);
  font-size: .62rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--grey-500);
}

.t-divider {
  width: 1px; height: 44px;
  background: var(--grey-200);
  flex-shrink: 0;
}

.t-info { flex: 1; min-width: 0; }
.t-name {
  font-family: var(--font-heading);
  font-size: .95rem;
  font-weight: 700;
  color: var(--black);
  margin-bottom: 5px;
}
.t-meta { display:flex; gap:14px; flex-wrap:wrap; }
.t-meta-item {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: .78rem;
  color: var(--grey-500);
}
.t-meta-item svg { color: var(--red); flex-shrink:0; }

.t-level-badge {
  font-family: var(--font-heading);
  font-size: .62rem;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  padding: 5px 12px;
  border-radius: 100px;
  flex-shrink: 0;
}
.lvl-beg { background: #edfbf4; color: #18894e; border: 1px solid #b6efd2; }
.lvl-int { background: #fffbe8; color: #966800; border: 1px solid #f5e08a; }
.lvl-adv { background: var(--red-08); color: var(--red); border: 1px solid var(--red-100); }
.lvl-eli { background: #f3effe; color: #6c35cc; border: 1px solid #d8c4f8; }

/* ════════════════════════════
   EVENTS
════════════════════════════ */
.events-section { background: var(--off-white); }
.events-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:22px; }

.event-card {
  background: var(--white);
  border: 1px solid var(--grey-100);
  border-radius: var(--radius-lg);
  overflow: hidden;
  transition: box-shadow var(--dur), transform var(--dur);
}
.event-card:hover { box-shadow: var(--shadow-md); transform: translateY(-5px); }
.event-card:hover .ev-img { transform: scale(1.06); }

.ev-img-wrap { height: 175px; overflow:hidden; position:relative; }
.ev-img { width:100%; height:100%; object-fit:cover; transition: transform .5s var(--ease); }

.ev-cat-tag {
  position: absolute; top: 12px; left: 12px;
  background: var(--red);
  color: var(--white);
  font-family: var(--font-heading);
  font-size: .6rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  padding: 4px 10px;
  border-radius: 4px;
}

.ev-body { padding: 22px; }
.ev-date {
  font-family: var(--font-heading);
  font-size: .7rem;
  font-weight: 700;
  letter-spacing: .08em;
  color: var(--red);
  margin-bottom: 9px;
  display: flex;
  align-items: center;
  gap: 6px;
}
.ev-date svg { flex-shrink: 0; }
.ev-title {
  font-family: var(--font-heading);
  font-size: 1rem;
  font-weight: 700;
  color: var(--black);
  margin-bottom: 9px;
}
.ev-desc { font-size: .83rem; color: var(--grey-500); line-height: 1.65; margin-bottom: 18px; }
.ev-footer { display:flex; align-items:center; justify-content:space-between; gap: 12px; }
.ev-price {
  font-family: var(--font-heading);
  font-size: 1.1rem;
  font-weight: 800;
  color: var(--black);
}
.ev-price.free { color: #18894e; }
.ev-spots { font-size: .75rem; color: var(--grey-500); }

/* ════════════════════════════
   COURTS
════════════════════════════ */
.courts-section { background: var(--white); }

.court-tab-row { display:flex; gap:8px; flex-wrap:wrap; margin-bottom:32px; }
.court-tab {
  font-family: var(--font-heading);
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .08em;
  padding: 9px 18px;
  border-radius: 100px;
  border: 1.5px solid var(--grey-200);
  background: transparent;
  color: var(--grey-700);
  transition: all var(--dur) var(--ease);
  cursor: pointer;
}
.court-tab:hover, .court-tab.active {
  background: var(--red);
  border-color: var(--red);
  color: var(--white);
}

.courts-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:22px; }

.court-card {
  background: var(--white);
  border: 1px solid var(--grey-100);
  border-radius: var(--radius-lg);
  overflow: hidden;
  transition: box-shadow var(--dur), transform var(--dur);
}
.court-card:hover { box-shadow: var(--shadow-md); transform: translateY(-4px); }
.court-card:hover .court-img { transform: scale(1.06); }

.court-img-wrap { height: 155px; overflow:hidden; }
.court-img { width:100%; height:100%; object-fit:cover; transition: transform .5s var(--ease); }

.court-body { padding: 20px; }
.court-name {
  font-family: var(--font-heading);
  font-size: .95rem;
  font-weight: 700;
  color: var(--black);
  margin-bottom: 3px;
}
.court-type {
  font-family: var(--font-heading);
  font-size: .65rem;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--red);
  margin-bottom: 12px;
}
.court-feats { display:flex; flex-wrap:wrap; gap:6px; margin-bottom:16px; }
.court-feat-tag {
  font-family: var(--font-heading);
  font-size: .62rem;
  font-weight: 600;
  background: var(--grey-50);
  border: 1px solid var(--grey-100);
  color: var(--grey-700);
  padding: 3px 8px;
  border-radius: 4px;
}
.court-footer { display:flex; align-items:center; justify-content:space-between; }
.court-rate {
  font-family: var(--font-heading);
  font-size: 1.15rem;
  font-weight: 800;
  color: var(--black);
}
.court-rate span { font-size: .72rem; font-weight: 500; color: var(--grey-500); margin-left: 2px; }

/* ════════════════════════════
   CONTACT
════════════════════════════ */
.contact-section { background: var(--off-white); }

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 72px;
  align-items: start;
}

.contact-info-list { display:flex; flex-direction:column; gap:22px; margin-top: 36px; }
.c-info-item { display:flex; align-items:flex-start; gap:15px; }
.c-icon {
  width: 42px; height: 42px;
  background: var(--red-08);
  border-radius: var(--radius-sm);
  display: flex; align-items:center; justify-content:center;
  flex-shrink: 0;
}
.c-icon svg { color: var(--red); }
.c-info-item h4 {
  font-family: var(--font-heading);
  font-size: .82rem;
  font-weight: 700;
  color: var(--black);
  margin-bottom: 3px;
}
.c-info-item p { font-size: .83rem; color: var(--grey-500); line-height: 1.6; }

/* Form */
.contact-form-wrap {
  background: var(--white);
  border: 1px solid var(--grey-100);
  border-radius: var(--radius-xl);
  padding: 40px;
  box-shadow: var(--shadow-sm);
}
.contact-form-wrap h3 {
  font-family: var(--font-heading);
  font-size: 1.3rem;
  font-weight: 800;
  color: var(--black);
  margin-bottom: 6px;
}
.contact-form-wrap > p { font-size: .85rem; color: var(--grey-500); margin-bottom: 28px; }

.form-group { margin-bottom: 18px; }
.form-group label {
  display: block;
  font-family: var(--font-heading);
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .06em;
  color: var(--grey-700);
  margin-bottom: 7px;
}
.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  background: var(--off-white);
  border: 1.5px solid var(--grey-200);
  border-radius: var(--radius-sm);
  color: var(--black);
  font-family: var(--font-body);
  font-size: .9rem;
  padding: 12px 16px;
  transition: border-color var(--dur), box-shadow var(--dur);
  outline: none;
  -webkit-appearance: none;
}
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  border-color: var(--red);
  background: var(--white);
  box-shadow: 0 0 0 3px rgba(199, 16, 16,.1);
}
.form-group textarea { resize: vertical; min-height: 115px; }
.form-row { display:grid; grid-template-columns:1fr 1fr; gap:16px; }

/* ════════════════════════════
   FAQ
════════════════════════════ */
.faq-section { background: var(--white); }
.faq-inner { max-width: 780px; margin: 0 auto; }
.faq-item {
  border-bottom: 1px solid var(--grey-100);
  transition: background var(--dur);
}
.faq-q {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 20px 0;
  cursor: pointer;
  font-family: var(--font-heading);
  font-size: .92rem;
  font-weight: 700;
  color: var(--black);
  transition: color var(--dur);
  user-select: none;
}
.faq-q:hover { color: var(--red); }
.faq-icon {
  width: 26px; height: 26px;
  border: 1.5px solid var(--grey-200);
  border-radius: 50%;
  display: flex; align-items:center; justify-content:center;
  flex-shrink: 0;
  transition: all var(--dur);
}
.faq-icon svg { color: var(--grey-500); transition: transform var(--dur), color var(--dur); }
.faq-item.open .faq-icon { background: var(--red); border-color: var(--red); }
.faq-item.open .faq-icon svg { color: var(--white); transform: rotate(45deg); }
.faq-a {
  max-height: 0;
  overflow: hidden;
  transition: max-height .35s var(--ease);
}
.faq-item.open .faq-a { max-height: 300px; }
.faq-a-inner {
  padding: 0 0 20px;
  font-size: .88rem;
  color: var(--grey-500);
  line-height: 1.75;
}

/* ════════════════════════════
   CTA BAND
════════════════════════════ */
.cta-band {
  background: var(--red);
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}
.cta-band::before {
  content: '';
  position: absolute;
  top: -120px; right: -120px;
  width: 500px; height: 500px;
  background: rgba(255,255,255,.05);
  border-radius: 50%;
}
.cta-band::after {
  content: '';
  position: absolute;
  bottom: -150px; left: -80px;
  width: 400px; height: 400px;
  background: rgba(0,0,0,.06);
  border-radius: 50%;
}
.cta-band-inner {
  text-align: center;
  position: relative; z-index: 1;
}
.cta-band-inner h2 {
  font-family: var(--font-heading);
  font-size: clamp(1.8rem, 4vw, 3rem);
  font-weight: 900;
  color: var(--white);
  letter-spacing: -.03em;
  margin-bottom: 14px;
}
.cta-band-inner p {
  font-size: 1.05rem;
  color: rgba(255,255,255,.85);
  max-width: 520px;
  margin: 0 auto 36px;
  line-height: 1.7;
}
.cta-btn-row { display:flex; gap:14px; justify-content:center; flex-wrap:wrap; }
.btn-white {
  background: var(--white);
  color: var(--red);
  box-shadow: 0 4px 18px rgba(0,0,0,.15);
}
.btn-white:hover { background: rgba(255,255,255,.9); transform: translateY(-2px); }
.btn-outline-white {
  background: transparent;
  color: var(--white);
  border: 1.5px solid rgba(255,255,255,.5);
}
.btn-outline-white:hover { border-color: var(--white); background: rgba(255,255,255,.1); }

/* ════════════════════════════
   PAGE HERO (inner pages)
════════════════════════════ */
.page-hero {
  padding: 140px 0 64px;
  background: var(--off-white);
  border-bottom: 1px solid var(--grey-100);
}
.page-hero-inner { max-width: 680px; }
.page-hero-inner h1 { margin-bottom: 14px; }
.page-hero-inner p { font-size: 1.0625rem; color: var(--grey-500); line-height: 1.75; }

/* ════════════════════════════
   FOOTER
════════════════════════════ */
footer {
  background: #0A0A0C !important;
  color: rgba(255, 255, 255, 0.7);
  padding: 100px 0 40px !important;
  position: relative;
  border-top: 1px solid rgba(255, 255, 255, 0.1) !important;
  margin-top: auto !important;
  margin-bottom: 0 !important;
}
footer .container {
  max-width: 100%;
  padding: 0 32px;
}
.footer-grid {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 84px;
  gap: 48px;
}

/* Left Brand Block */
.footer-grid > div:first-child {
  flex: 0 0 340px;
  max-width: 340px;
  text-align: left;
}

/* Middle Columns */
.footer-grid > div:nth-child(2),
.footer-grid > div:nth-child(3) {
  flex: 0 0 auto;
  min-width: 160px;
  text-align: left;
}

/* Rightmost Column - CLUB INFO (Aligned flush right with header CTA button) */
.footer-grid > div:nth-child(4) {
  flex: 0 0 auto;
  min-width: 160px;
  text-align: right;
}
.footer-grid > div:nth-child(4) .footer-links {
  align-items: flex-end;
}

/* Footer logo overrides for dark bg */
footer .logo-wordmark .wm-name,
.simple-modern-footer .logo-wordmark .wm-name,
.footer-brand-col .wm-name { color: #FFFFFF !important; }
footer .logo-wordmark .wm-name span { color: var(--red, #C8102E) !important; }
footer .logo-wordmark .wm-sub,
.simple-modern-footer .logo-wordmark .wm-sub { color: rgba(255, 255, 255, 0.65) !important; }

.footer-brand-text {
  font-size: 0.935rem;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.6);
  margin-top: 24px;
  margin-bottom: 32px;
  max-width: 340px;
}

.socials { display: flex; gap: 12px; }
.social-btn {
  width: 42px;
  height: 42px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius-md);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all var(--dur) var(--ease);
}
.social-btn:hover { background: var(--red); border-color: var(--red); transform: translateY(-3px) scale(1.05); }
.social-btn svg { color: rgba(255, 255, 255, 0.7); transition: color var(--dur); }
.social-btn:hover svg { color: var(--white); }

.footer-col-title {
  font-family: var(--font-heading);
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 28px;
}
.footer-links { display: flex; flex-direction: column; gap: 16px; list-style: none; padding: 0; margin: 0; }
.footer-links a {
  font-size: 0.92rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.55);
  transition: color var(--dur), transform var(--dur);
  display: inline-block;
}
.footer-links a:hover { color: var(--white); transform: translateX(6px); }
.footer-grid > div:nth-child(4) .footer-links a:hover { transform: translateX(-6px); }

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 36px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
}
.footer-bottom p:first-child {
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.45);
}
.footer-bottom p:last-child {
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.65);
  font-weight: 600;
  letter-spacing: 0.02em;
  text-align: right;
  margin-left: auto;
}

/* ════════════════════════════
   MODAL
════════════════════════════ */
.modal-bg {
  position: fixed; inset: 0;
  background: rgba(0,0,0,.6);
  backdrop-filter: blur(12px);
  z-index: 1800;
  display: flex; align-items:center; justify-content:center;
  padding: 20px;
  opacity: 0; pointer-events:none;
  transition: opacity .4s cubic-bezier(0.16, 1, 0.3, 1);
}
.modal-bg.open { opacity:1; pointer-events:all; }
.modal-box {
  background: var(--white);
  border-radius: 24px;
  padding: 36px 40px;
  max-width: 880px;
  width: 92%;
  max-height: 90vh;
  overflow-y: auto;
  position: relative;
  transform: translateY(30px);
  opacity: 0;
  transition: transform .4s cubic-bezier(0.16, 1, 0.3, 1), opacity .4s ease;
  box-shadow: 0 25px 60px rgba(0,0,0,0.3);
}
.modal-bg.open .modal-box { transform: translateY(0); opacity: 1; }

/* Creative Widescreen Split Modal (Horizontal Ratio) */
.split-modal-box {
  max-width: 1060px !important;
  width: 94% !important;
  padding: 0 !important;
  display: grid;
  grid-template-columns: 0.9fr 1.4fr;
  overflow: hidden;
  border-radius: 24px !important;
}

.modal-promo-banner {
  background: linear-gradient(140deg, rgba(220, 20, 20, 0.88) 0%, rgba(160, 10, 10, 0.92) 50%, rgba(15, 15, 22, 0.96) 100%), url('images/badminton_promo_bg.jpg'), url('../images/badminton_promo_bg.jpg');
  background-size: cover;
  background-position: center;
  color: var(--white);
  padding: 44px 38px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
  box-shadow: inset 0 0 100px rgba(0,0,0,0.5);
}

.modal-promo-banner::before {
  content: '';
  position: absolute;
  top: -50px;
  right: -50px;
  width: 220px;
  height: 220px;
  background: radial-gradient(circle, rgba(255, 60, 60, 0.35) 0%, rgba(255, 60, 60, 0) 70%);
  pointer-events: none;
}

.modal-promo-banner .promo-header h4 {
  font-family: var(--font-heading);
  font-size: 1.15rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  margin: 0 0 6px;
  color: #ffffff;
  text-shadow: 0 2px 4px rgba(0,0,0,0.3);
}

.modal-promo-banner .promo-body {
  margin: 24px 0;
}

.modal-promo-banner .promo-body h3 {
  font-family: var(--font-heading);
  font-size: clamp(2rem, 3.4vw, 2.5rem);
  font-weight: 900;
  line-height: 1.12;
  margin-bottom: 14px;
  color: #ffffff;
  text-shadow: 0 3px 8px rgba(0,0,0,0.4);
}

.modal-promo-banner .promo-body p {
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.93rem;
  line-height: 1.55;
  font-weight: 400;
}

.modal-promo-banner .promo-footer {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  padding-top: 20px;
}

.modal-promo-banner .promo-stat {
  background: rgba(0, 0, 0, 0.28);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 12px;
  padding: 10px 8px;
  text-align: center;
  backdrop-filter: blur(6px);
}

.modal-promo-banner .promo-stat span {
  display: block;
}

.modal-promo-banner .promo-stat span:first-child {
  font-family: var(--font-heading);
  font-size: 1.25rem;
  font-weight: 900;
  color: #ffffff;
  line-height: 1.1;
}

.modal-promo-banner .promo-stat span:last-child {
  font-size: 0.65rem;
  color: rgba(255, 255, 255, 0.8);
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 0.03em;
  margin-top: 4px;
}

/* $10 Court Savings Promo Popup Highlights */
.modal-offer-tag {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  background: rgba(255, 255, 255, 0.22);
  border: 1px solid rgba(255, 255, 255, 0.45);
  backdrop-filter: blur(12px);
  color: #ffffff;
  font-size: 0.72rem;
  font-weight: 850;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  padding: 6px 14px;
  border-radius: 100px;
  margin-bottom: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.pro-flame-icon {
  filter: drop-shadow(0 0 6px rgba(255, 80, 0, 0.9));
  animation: flamePulse 2s infinite ease-in-out;
  flex-shrink: 0;
}

@keyframes flamePulse {
  0%, 100% { transform: scale(1); filter: drop-shadow(0 0 5px rgba(255, 80, 0, 0.8)); }
  50% { transform: scale(1.15); filter: drop-shadow(0 0 10px rgba(255, 140, 0, 1)); }
}

.modal-price-compare-card {
  background: rgba(12, 12, 16, 0.58);
  border: 1px solid rgba(255, 255, 255, 0.25);
  backdrop-filter: blur(12px);
  border-radius: 14px;
  padding: 12px 18px;
  margin: 16px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: nowrap;
  white-space: nowrap;
  box-shadow: 0 8px 24px rgba(0,0,0,0.3);
}

.modal-price-compare-card .guest-price {
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.85);
  font-weight: 700;
  white-space: nowrap;
}

.modal-price-compare-card .guest-price del {
  color: rgba(255, 255, 255, 0.55);
  font-weight: 600;
  margin-left: 4px;
}

.modal-price-compare-card .member-price {
  font-family: var(--font-heading);
  font-size: 1.25rem;
  font-weight: 900;
  color: #00ff88;
  display: flex;
  align-items: center;
  gap: 8px;
  text-shadow: 0 0 12px rgba(0, 255, 136, 0.4);
  white-space: nowrap;
}

.modal-price-compare-card .savings-pill {
  background: #16a34a;
  color: #ffffff;
  font-size: 0.62rem;
  font-weight: 900;
  padding: 3px 8px;
  border-radius: 100px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  box-shadow: 0 2px 6px rgba(22, 163, 74, 0.4);
  white-space: nowrap;
}

.modal-offer-callout {
  background: linear-gradient(135deg, rgba(199, 16, 16, 0.08) 0%, rgba(255, 240, 243, 0.95) 100%);
  border: 1.5px solid rgba(199, 16, 16, 0.3);
  border-radius: 16px;
  padding: 14px 18px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 14px;
  box-shadow: 0 4px 14px rgba(199, 16, 16, 0.06);
}

.modal-offer-callout-icon {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  background: linear-gradient(135deg, #e61919 0%, #990000 100%);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 1.2rem;
  box-shadow: 0 4px 12px rgba(230, 25, 25, 0.35);
}

.modal-form-side {
  padding: 36px 42px !important;
  overflow-y: auto;
  max-height: 90vh;
  background: #ffffff;
}

@media (max-width: 840px) {
  .split-modal-box {
    grid-template-columns: 1fr !important;
    max-height: 92vh;
    overflow-y: auto;
  }
  .modal-promo-banner {
    display: flex !important;
    padding: 28px 24px !important;
    border-radius: 24px 24px 0 0;
  }
  .modal-promo-banner .promo-body h3 {
    font-size: 1.6rem !important;
  }
  .modal-form-side {
    padding: 24px 22px !important;
  }
}
.modal-close-btn {
  position: absolute;
  top: 16px; right: 16px;
  width: 34px; height: 34px;
  background: var(--grey-50);
  border: 1px solid var(--grey-100);
  border-radius: var(--radius-sm);
  display: flex; align-items:center; justify-content:center;
  cursor: pointer;
  transition: all var(--dur);
}
.modal-close-btn:hover { background: var(--red); border-color: var(--red); }
.modal-close-btn svg { color: var(--grey-700); transition: color var(--dur); }
.modal-close-btn:hover svg { color: var(--white); }
.modal-title {
  font-family: var(--font-heading);
  font-size: 1.5rem;
  font-weight: 800;
  color: var(--black);
  margin-bottom: 6px;
}
.modal-sub { font-size: .875rem; color: var(--grey-500); margin-bottom: 28px; }

/* ════════════════════════════
   LIGHTBOX
════════════════════════════ */
.lightbox {
  position: fixed; inset: 0;
  background: rgba(0,0,0,.92);
  z-index: 2500;
  display: flex; align-items:center; justify-content:center;
  padding: 20px;
  opacity: 0; pointer-events:none;
  transition: opacity .3s;
}
.lightbox.open { opacity:1; pointer-events:all; }
.lb-img {
  max-width: 90vw;
  max-height: 88vh;
  object-fit: contain;
  border-radius: var(--radius);
}
.lb-close {
  position: absolute;
  top: 20px; right: 20px;
  width: 42px; height: 42px;
  background: rgba(255,255,255,.1);
  border: none; border-radius: var(--radius-sm);
  color: var(--white);
  display: flex; align-items:center; justify-content:center;
  cursor: pointer;
  transition: background var(--dur);
}
.lb-close:hover { background: var(--red); }

/* ════════════════════════════
   TOAST
════════════════════════════ */
.toast {
  position: fixed;
  bottom: 28px; right: 28px;
  background: var(--white);
  border: 1px solid var(--grey-100);
  border-left: 4px solid var(--red);
  border-radius: var(--radius);
  padding: 16px 22px;
  z-index: 3000;
  max-width: 340px;
  box-shadow: var(--shadow-md);
  transform: translateY(120px);
  opacity: 0;
  transition: transform .35s var(--ease), opacity .35s;
}
.toast.show { transform: translateY(0); opacity: 1; }
.toast-title {
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: .88rem;
  color: var(--black);
  margin-bottom: 3px;
}
.toast-msg { font-size: .8rem; color: var(--grey-500); }

/* ════════════════════════════
   ANIMATIONS
   Elements are ALWAYS visible — animation is an enhancement only.
════════════════════════════ */
.anim {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.8s cubic-bezier(0.16, 1, 0.3, 1), transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}
/* When JS is loaded and ready, opt elements into silky scroll fade-in animation */
.anim.scroll-ready {
  opacity: 0;
  transform: translateY(32px);
  will-change: opacity, transform;
}
.anim.scroll-ready.in {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.85s cubic-bezier(0.16, 1, 0.3, 1), transform 0.85s cubic-bezier(0.16, 1, 0.3, 1);
}
.anim.d1 { transition-delay: .08s; }
.anim.d2 { transition-delay: .16s; }
.anim.d3 { transition-delay: .24s; }
.anim.d4 { transition-delay: .32s; }
.anim.d5 { transition-delay: .40s; }

/* ════════════════════════════
   PAGE SYSTEM
════════════════════════════ */
.page { display:none; }
.page.active { display:block; animation: fadeIn .35s var(--ease); }
@keyframes fadeIn { from{opacity:0} to{opacity:1} }

/* ════════════════════════════
   RESPONSIVE
════════════════════════════ */
@media (max-width: 1100px) {
  footer .container { padding: 0 28px; }
  .coaches-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { flex-wrap: wrap; gap: 40px; }
  .footer-grid > div:first-child { flex: 0 0 100%; max-width: 100%; margin-right: 0; margin-bottom: 8px; }
  .footer-grid > div:nth-child(2),
  .footer-grid > div:nth-child(3),
  .footer-grid > div:nth-child(4) { flex: 1 1 140px; margin-left: 0; }
}
@media (max-width: 900px) {
  .features-grid { grid-template-columns: repeat(2, 1fr); }
  .programs-grid { grid-template-columns: repeat(2, 1fr); }
  .stats-inner { grid-template-columns: repeat(2, 1fr); gap: 32px; }
  .stats-item::after { display:none; }
  .testimonials-grid { grid-template-columns: 1fr 1fr; }
  .membership-grid { grid-template-columns: 1fr; max-width: 440px; margin: 0 auto; }
  .sessions-grid { grid-template-columns: 1fr; }
  .courts-grid { grid-template-columns: repeat(2, 1fr); }
  .events-grid { grid-template-columns: 1fr 1fr; }
  .contact-grid { grid-template-columns: 1fr; gap: 40px; }
  .form-row { grid-template-columns: 1fr; }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); }
  .gallery-grid .g-item.tall { grid-row: span 1; }
  .gallery-grid .g-item.wide { grid-column: span 1; }
}
@media (max-width: 768px) {
  .nav-links { display:none; }
  .hamburger { display:flex; }
  section { padding: 68px 0; }
  .hero-stats { gap:22px; }
  .coaches-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid { flex-direction: column; gap: 28px; }
  .footer-grid > div:nth-child(2),
  .footer-grid > div:nth-child(3),
  .footer-grid > div:nth-child(4) { flex: 0 0 100%; }
  .testimonials-grid { grid-template-columns: 1fr; }
  .events-grid { grid-template-columns: 1fr; }
  .courts-grid { grid-template-columns: 1fr; }
}
@media (max-width: 540px) {
  .container { padding: 0 18px; }
  .features-grid { grid-template-columns: 1fr; }
  .programs-grid { grid-template-columns: 1fr; }
  .hero-actions { flex-direction: column; }
  .hero-actions .btn { width: 100%; justify-content: center; }
  .coaches-grid { grid-template-columns: 1fr; }
  .modal-box { padding: 28px 22px; }
  .contact-form-wrap { padding: 24px; }
  .gallery-grid { grid-template-columns: 1fr; }
}


/* ================================================================
   CREATIVE ENHANCEMENTS — PREMIUM ANIMATIONS & INTERACTIONS
   Appended layer — does NOT modify any existing rules above.
   ================================================================ */

/* ── IMAGE FILTERS DEACTIVATED ── */
.court-img,
.court-img-wrap img,
.prog-img,
.ev-img,
.coach-img,
.g-item img {
  filter: none;
}
.hero-img-col img,
.hero-player,
.hero video,
.hero-video-wrap video { filter: none !important; }


/* ────────────────────────────────────────────────────────────────
   2. KEYFRAME ANIMATIONS
   ──────────────────────────────────────────────────────────────── */

/* Subtle floating up/down for cards */
@keyframes float {
  0%, 100% { transform: translateY(0); }
  50%      { transform: translateY(-8px); }
}

/* Red glow pulse for CTA buttons */
@keyframes pulse-glow {
  0%, 100% {
    box-shadow: 0 0 0 0 rgba(199, 16, 16, .45);
  }
  50% {
    box-shadow: 0 0 22px 6px rgba(199, 16, 16, .3);
  }
}

/* Shimmer sweep for headings on hover */
@keyframes shimmer {
  0%   { background-position: -200% center; }
  100% { background-position: 200% center; }
}

/* 3D tilt entrance */
@keyframes tilt-in {
  0% {
    opacity: 0;
    transform: perspective(800px) rotateY(-12deg) rotateX(6deg) scale(.92);
  }
  100% {
    opacity: 1;
    transform: perspective(800px) rotateY(0) rotateX(0) scale(1);
  }
}

/* Counter count-up (used via JS or as visual cue) */
@keyframes counter-up {
  0%   { opacity: 0; transform: translateY(18px); }
  100% { opacity: 1; transform: translateY(0); }
}

/* Moving gradient for badges / chips */
@keyframes gradient-shift {
  0%   { background-position: 0% 50%; }
  50%  { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}

/* Width reveal for red-line dividers */
@keyframes line-reveal {
  0%   { width: 0; }
  100% { width: 48px; }
}

/* Slide-up entrance for gallery overlay text */
@keyframes slide-up {
  0%   { opacity: 0; transform: translateY(16px); }
  100% { opacity: 1; transform: translateY(0); }
}


/* ────────────────────────────────────────────────────────────────
   3. INTERACTIVE HOVER EFFECTS (non-hero sections only)
   ──────────────────────────────────────────────────────────────── */

/* — Feature Cards: 3D tilt + red shadow + lift — */
.feature-card {
  transition: transform .35s var(--ease), box-shadow .35s var(--ease);
  will-change: transform;
}
.feature-card:hover {
  transform: perspective(900px) rotateX(2deg) rotateY(-3deg) scale(1.03);
  box-shadow: 0 14px 44px rgba(199, 16, 16, .14), 0 2px 12px rgba(0,0,0,.06);
}

/* — Session Cards: lift + left border accent + glow — */
.session-card {
  transition: transform .35s var(--ease), box-shadow .35s var(--ease),
              border-color .35s var(--ease);
}
.session-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 18px 50px rgba(199, 16, 16, .12), 0 4px 16px rgba(0,0,0,.06);
  border-left: 4px solid var(--red);
}

/* — Program Cards: image zoom + title color — */
.program-card {
  transition: transform .35s var(--ease), box-shadow .35s var(--ease);
}
.program-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-md);
}
.program-card:hover .prog-img {
  transform: scale(1.1);
}
.program-card:hover h3 {
  color: var(--red);
}

/* — Membership Cards: lift + shadow expand — */
.mem-card,
.mem-details-card {
  transition: transform .35s var(--ease), box-shadow .35s var(--ease);
}
.mem-card:hover,
.mem-details-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 60px rgba(0,0,0,.12), 0 8px 24px rgba(199, 16, 16, .10);
}

.testi-card,
.neo-testimonial-card {
  transition: transform .35s cubic-bezier(0.16, 1, 0.3, 1), box-shadow .35s ease;
}
.testi-card:hover,
.neo-testimonial-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 16px 48px rgba(199, 16, 16, .12);
}
.testi-card:hover .testi-stars {
  color: var(--red);
}

/* — FAQ Items: left border slide-in — */
.faq-item {
  transition: border-color .3s var(--ease), background .3s var(--ease),
              padding-left .3s var(--ease);
  border-left: 3px solid transparent;
}
.faq-item:hover {
  border-left-color: var(--red);
  padding-left: 20px;
  background: var(--red-08);
}

/* — Coach Cards: zoom — */
.coach-card .coach-img {
  transition: transform .5s var(--ease);
}
.coach-card:hover .coach-img {
  transform: scale(1.08);
}

/* — Tournament Cards: dramatic lift + red border glow — */
.tournament-card {
  transition: transform .35s var(--ease), box-shadow .35s var(--ease),
              border-color .35s var(--ease);
  border: 2px solid transparent;
}
.tournament-card:hover {
  transform: translateY(-10px) scale(1.02);
  box-shadow: 0 20px 56px rgba(199, 16, 16, .18), 0 4px 18px rgba(0,0,0,.08);
  border-color: var(--red);
}

/* — Event Cards: dramatic lift + image zoom + red accent — */
.event-card {
  transition: transform .35s var(--ease), box-shadow .35s var(--ease),
              border-color .35s var(--ease);
  border-bottom: 3px solid transparent;
}
.event-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 55px rgba(199, 16, 16, .14), 0 4px 16px rgba(0,0,0,.08);
  border-bottom-color: var(--red);
}
.event-card:hover .ev-img {
  transform: scale(1.10);
}

/* — Court Cards: lift + brightness increase — */
.court-card {
  transition: transform .35s var(--ease), box-shadow .35s var(--ease);
}
.court-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 18px 50px rgba(0,0,0,.12);
}
.court-card:hover .court-img {
  transform: scale(1.08);
}


/* ────────────────────────────────────────────────────────────────
   4. SECTION DIVIDERS & VISUAL BREAKS
   ──────────────────────────────────────────────────────────────── */

/* Dot-pattern background for features section */
.features-section {
  position: relative;
}
.features-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle, var(--grey-200) .8px, transparent .8px);
  background-size: 28px 28px;
  opacity: .35;
  pointer-events: none;
  z-index: 0;
}
.features-section > .container {
  position: relative;
  z-index: 1;
}

/* Vibrant mesh gradient for stats band */
.stats-band {
  background: linear-gradient(135deg, #1a1a1f 0%, #2a0a10 25%, var(--red-dark) 50%, #2a0a10 75%, #1a1a1f 100%) !important;
  background-size: 200% 200% !important;
  animation: gradient-shift 8s ease infinite;
  position: relative;
}
.stats-band::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at 20% 50%, rgba(199, 16, 16,.25) 0%, transparent 60%),
    radial-gradient(ellipse at 80% 50%, rgba(199, 16, 16,.20) 0%, transparent 60%);
  pointer-events: none;
}

/* Angled divider after features section */
.features-section::after {
  content: '';
  position: absolute;
  bottom: -30px;
  left: 0;
  width: 100%;
  height: 60px;
  background: inherit;
  clip-path: polygon(0 0, 100% 0, 100% 40%, 0 100%);
  z-index: 2;
  pointer-events: none;
}

/* Angled divider before testimonials */
.testimonials-section {
  position: relative;
}
.testimonials-section::before {
  content: '';
  position: absolute;
  top: -30px;
  left: 0;
  width: 100%;
  height: 60px;
  background: inherit;
  clip-path: polygon(0 60%, 100% 0, 100% 100%, 0 100%);
  z-index: 1;
  pointer-events: none;
}

/* Diagonal divider after CTA band */
.cta-band {
  position: relative;
}
.cta-band::after {
  content: '';
  position: absolute;
  bottom: -24px;
  left: 0;
  width: 100%;
  height: 48px;
  background: inherit;
  clip-path: polygon(0 0, 100% 0, 100% 30%, 0 100%);
  z-index: 2;
  pointer-events: none;
}


/* ────────────────────────────────────────────────────────────────
   5. MICRO-INTERACTIONS
   ──────────────────────────────────────────────────────────────── */

/* Tilt-hover utility class (for JS cursor-following) */
.tilt-hover {
  transition: transform .2s var(--ease);
  will-change: transform;
}

/* Button press effect — all buttons */
.btn:active,
.mem-btn:active,
.nav-cta:active {
  transform: none !important;
  transition-duration: .08s;
}

/* CTA buttons — pulse glow */
.btn-red {
  animation: pulse-glow 3s ease-in-out infinite;
}
.btn-red:hover {
  animation: none;
  box-shadow: var(--shadow-red);
}

/* Filter pill buttons — smooth transition + scale */
.filter-pill,
.court-tab {
  transition: all .3s var(--ease);
}
.filter-pill:hover,
.court-tab:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(199, 16, 16, .12);
}
.filter-pill.active,
.court-tab.active {
  transform: scale(1.05);
}

/* Chip badges — solid red badge with black border and offset shadow */


/* ────────────────────────────────────────────────────────────────
   6. SCROLL-TRIGGERED ENHANCEMENTS
   ──────────────────────────────────────────────────────────────── */

.sec-title span::after {
  display: none !important;
}

/* Red-line dividers — animate width from 0 */
.red-line,
.red-line-center {
  transition: width .7s cubic-bezier(.4, 0, .2, 1) .1s;
}
.anim:not(.in) .red-line,
.anim:not(.in) .red-line-center {
  width: 0;
}
.anim.in .red-line {
  width: 48px;
}
.anim.in .red-line-center {
  width: 48px;
}


/* ────────────────────────────────────────────────────────────────
   7. PREMIUM CARD STYLING UPGRADES
   ──────────────────────────────────────────────────────────────── */

/* Glass-morphism for feature cards */
.feature-card {
  background: rgba(255, 255, 255, .65) !important;
  backdrop-filter: blur(16px) saturate(1.4);
  -webkit-backdrop-filter: blur(16px) saturate(1.4);
  border: 1px solid rgba(255, 255, 255, .45);
}
.feature-card:hover {
  background: rgba(255, 255, 255, .85) !important;
}

/* Stats band numbers — text-shadow glow */
.stats-num {
  text-shadow: 0 0 20px rgba(199, 16, 16, .5), 0 0 60px rgba(199, 16, 16, .2);
  animation: counter-up .8s var(--ease) both;
}
.stats-item:nth-child(2) .stats-num { animation-delay: .15s; }
.stats-item:nth-child(3) .stats-num { animation-delay: .3s; }
.stats-item:nth-child(4) .stats-num { animation-delay: .45s; }

/* Gallery items — overlay text slides up on hover */
.g-item {
  position: relative;
  overflow: hidden;
}
.g-item::after {
  content: 'View';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 14px 16px;
  background: linear-gradient(to top, rgba(199, 16, 16, .85), transparent);
  color: #fff;
  font-family: var(--font-heading);
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  transform: translateY(100%);
  transition: transform .4s var(--ease);
  pointer-events: none;
}
.g-item:hover::after {
  transform: translateY(0);
}

/* Shimmer on section titles when hovered - disabled */
.sec-title:hover span {
  animation: none !important;
  background: none !important;
  -webkit-text-fill-color: inherit !important;
}


/* ────────────────────────────────────────────────────────────────
   8. CREATIVE PAGE-HERO STYLING (SUBPAGES ONLY — NOT HOME HERO)
   ──────────────────────────────────────────────────────────────── */

/* More dramatic gradient + pattern overlay */
.page-hero {
  background: var(--white) !important;
  position: relative;
  overflow: hidden;
}
.page-hero::before {
  display: none;
}
.page-hero::after {
  display: none !important;
}

/* Page-hero content entrance animation */
.page-hero-inner {
  animation: tilt-in .7s var(--ease) both;
}
.page-hero-inner .chip {
  animation: counter-up .5s var(--ease) .1s both;
}
.page-hero-inner .sec-title {
  animation: counter-up .6s var(--ease) .2s both;
}
.page-hero-inner .red-line {
  animation: line-reveal .6s var(--ease) .35s both;
}
.page-hero-inner p {
  animation: counter-up .6s var(--ease) .4s both;
}


/* ────────────────────────────────────────────────────────────────
   9. BONUS — EXTRA POLISH
   ──────────────────────────────────────────────────────────────── */

/* Coach card name highlight on hover */
.coach-card:hover .coach-name {
  color: var(--red);
  transition: color .3s var(--ease);
}

/* Coach tags shimmer on card hover */
.coach-card:hover .coach-tag {
  background: var(--red-15);
  color: var(--red-dark);
  transition: all .3s var(--ease);
}

/* Smooth floating disabled for membership card to preserve vertical button alignment */
/*
.mem-card.featured,
.mem-details-card.featured {
  animation: float 5s ease-in-out infinite;
}
*/

/* Session badge glow on hover */
.session-card:hover .session-badge {
  background: var(--red);
  color: #fff;
  box-shadow: 0 4px 18px rgba(199, 16, 16, .35);
  transition: all .3s var(--ease);
}

/* Footer social buttons — lift + glow */
.social-btn {
  transition: transform .25s var(--ease), box-shadow .25s var(--ease),
              background .25s var(--ease);
}
.social-btn:hover {
  transform: translateY(-3px) scale(1.1);
  box-shadow: 0 6px 20px rgba(199, 16, 16, .25);
  background: var(--red) !important;
  color: #fff;
}

/* Compare table row hover */
.compare-table tbody tr {
  transition: background .25s var(--ease);
}
.compare-table tbody tr:hover {
  background: var(--red-08);
}

/* Modal entrance animation */
.modal-box {
  animation: tilt-in .4s var(--ease) both;
}

/* Form input focus glow */
input:focus,
select:focus,
textarea:focus {
  border-color: var(--red) !important;
  box-shadow: 0 0 0 3px rgba(199, 16, 16, .12) !important;
  outline: none;
  transition: border-color .25s var(--ease), box-shadow .25s var(--ease);
}

/* Prevent animations on reduced-motion preference */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

/* ════════════════════════════════════════════════════════════════
   10. PROFESSIONAL LUXURY CARDS, INPUTS & EVENTS CAROUSEL
   ════════════════════════════════════════════════════════════════ */

/* Simple, Professional, Clean Cards Style */
.feature-card,
.session-card,
.coach-card,
.program-card,
.t-row,
.event-card,
.court-card {
  border: 1px solid var(--grey-100) !important;
  background: var(--white) !important;
  border-radius: 8px !important;
  box-shadow: 0 4px 12px rgba(0,0,0,0.015) !important;
  transition: transform 0.3s cubic-bezier(0.25, 0.8, 0.25, 1), 
              box-shadow 0.3s cubic-bezier(0.25, 0.8, 0.25, 1), 
              border-color 0.3s cubic-bezier(0.25, 0.8, 0.25, 1) !important;
}

.mem-card {
  border: 1px solid var(--grey-100);
  background: var(--white);
  border-radius: var(--radius-lg);
  box-shadow: 0 4px 12px rgba(0,0,0,0.015);
  transition: transform 0.3s cubic-bezier(0.25, 0.8, 0.25, 1), 
              box-shadow 0.3s cubic-bezier(0.25, 0.8, 0.25, 1), 
              border-color 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.feature-card:hover,
.session-card:hover,
.coach-card:hover,
.program-card:hover,
.t-row:hover,
.event-card:hover,
.court-card:hover {
  transform: translateY(-4px) !important;
  border-color: var(--grey-200) !important;
  box-shadow: 0 8px 24px rgba(0,0,0,0.05) !important;
}

.mem-card:hover {
  transform: translateY(-4px);
  border-color: var(--grey-200);
  box-shadow: 0 8px 24px rgba(0,0,0,0.05);
}

/* Simple Modern Form Groups */
.form-group-uiverse {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-bottom: 14px;
  position: relative;
}

.form-group-uiverse input,
.form-group-uiverse select,
.form-group-uiverse textarea {
  width: 100%;
  padding: 12px 14px;
  border: 1.5px solid #e4e4e7;
  border-radius: 10px;
  background: var(--white);
  color: var(--black);
  font-size: 0.9rem;
  outline: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.form-group-uiverse input:focus,
.form-group-uiverse select:focus,
.form-group-uiverse textarea:focus {
  border-color: var(--red) !important;
  box-shadow: 0 0 0 3px rgba(199, 16, 16, 0.12) !important;
}

.form-group-uiverse label {
  font-size: 0.74rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #3f3f46;
  margin-bottom: 2px;
  order: -1;
}

/* Dynamic Filter Pills Row Style */
.filter-pill, .court-tab {
  background: var(--white) !important;
  border: 1px solid var(--grey-200) !important;
  color: var(--black) !important;
  padding: 10px 24px !important;
  border-radius: 100px !important;
  font-size: 0.85rem !important;
  font-weight: 700 !important;
  cursor: pointer;
  transition: all 0.25s ease !important;
}

.filter-pill.active, .court-tab.active {
  background: var(--black) !important;
  color: var(--white) !important;
  border-color: var(--black) !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1) !important;
}

.filter-pill:hover:not(.active), .court-tab:hover:not(.active) {
  border-color: var(--red) !important;
  color: var(--red) !important;
}

/* Events Carousel Layout Styles */
.events-carousel-viewport {
  overflow: hidden;
  width: 100%;
}

.events-carousel-track {
  display: flex;
  gap: 30px;
  transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  will-change: transform;
}

.events-carousel-track .event-card {
  flex: 0 0 100%;
}

@media (min-width: 768px) {
  .events-carousel-track .event-card {
    flex: 0 0 calc(50% - 15px);
  }
}

@media (min-width: 1024px) {
  .events-carousel-track .event-card {
    flex: 0 0 calc(33.333% - 20px);
  }
}

.carousel-nav-btn {
  background: var(--white);
  border: 1px solid var(--grey-200);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(0,0,0,0.04);
  transition: all 0.25s ease;
  z-index: 10;
}

.carousel-nav-btn:hover {
  background: var(--black);
  color: var(--white);
  border-color: var(--black);
  transform: scale(1.05);
}

/* Sports Watermark Background Elements */
.sports-watermark {
  position: absolute;
  font-family: var(--font-heading);
  font-size: clamp(8rem, 20vw, 24rem);
  font-weight: 900;
  text-transform: uppercase;
  color: var(--black);
  opacity: 0.02;
  user-select: none;
  pointer-events: none;
  z-index: 0;
  line-height: 0.8;
  letter-spacing: -0.05em;
}

/* ════════════════════════════════════════════════════════════════
   11. CINEMATIC SPORTS WIDGETS & ANIMATION LAYOUTS
   ════════════════════════════════════════════════════════════════ */

/* Infinite continuous scroll marquee */
.marquee-container {
  overflow: hidden;
  white-space: nowrap;
  display: flex;
  background: var(--red);
  color: var(--white);
  padding: 16px 0;
  font-family: var(--font-heading);
  font-weight: 800;
  font-size: 1.1rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin: 32px 0;
  border-radius: 4px;
}
.marquee-content {
  display: inline-flex;
  animation: marquee 25s linear infinite;
  gap: 48px;
}
@keyframes marquee {
  0% { transform: translate3d(0, 0, 0); }
  100% { transform: translate3d(-50%, 0, 0); }
}

/* 3D Card Hover Perspective Rotation */
/* 3D Flip Card Styles */
.tilt-card-wrap {
  perspective: 1200px;
  width: 100%;
  max-width: 460px;
  margin: 0 auto;
}

.mem-card-flip-container {
  width: 100%;
  aspect-ratio: 1.6;
  position: relative;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  transition: transform 0.8s cubic-bezier(0.34, 1.56, 0.64, 1);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
  border-radius: 16px;
}

.mem-card-flip-inner {
  width: 100%;
  height: 100%;
  position: relative;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
}

.tilt-card-wrap:hover .mem-card-flip-container {
  transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
}

.mem-card-flip-front,
.mem-card-flip-back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backface-visibility: hidden !important;
  -webkit-backface-visibility: hidden !important;
  border-radius: 16px;
  padding: 26px 36px 32px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-sizing: border-box;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

/* Front Side: Matte Metallic Dark Gray / Crimson Reflex */
.mem-card-flip-front {
  background: 
    radial-gradient(rgba(199, 16, 16, 0.15) 1px, transparent 0), 
    radial-gradient(rgba(255, 255, 255, 0.03) 1.5px, transparent 0), 
    linear-gradient(135deg, #111111 0%, #26070a 60%, #151515 100%);
  background-size: 8px 8px, 16px 16px, 100% 100%;
  color: var(--white);
  z-index: 2;
  transform: rotateY(0deg);
  -webkit-transform: rotateY(0deg);
}

/* Back Side: Matching premium dark theme */
.mem-card-flip-back {
  background: 
    radial-gradient(rgba(199, 16, 16, 0.15) 1px, transparent 0), 
    radial-gradient(rgba(255, 255, 255, 0.03) 1.5px, transparent 0), 
    linear-gradient(135deg, #151515 0%, #26070a 40%, #111111 100%);
  background-size: 8px 8px, 16px 16px, 100% 100%;
  color: var(--white);
  z-index: 1;
  transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
}

/* Hover state Z-Index overrides for bulletproof browser sorting */
.tilt-card-wrap:hover .mem-card-flip-front {
  z-index: 1;
}
.tilt-card-wrap:hover .mem-card-flip-back {
  z-index: 2;
}

/* Card Smart Chip styling */
.mem-card-chip {
  width: 38px;
  height: 28px;
  background: linear-gradient(135deg, #f5d061 0%, #e6b325 100%);
  border-radius: 6px;
  position: relative;
  overflow: hidden;
  box-shadow: inset 0 1px 3px rgba(255,255,255,0.4);
}

.mem-card-chip-line {
  position: absolute;
  background: rgba(0,0,0,0.15);
}

.mem-card-chip-line:nth-child(1) {
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
}

.mem-card-chip-line:nth-child(2) {
  left: 50%;
  top: 0;
  width: 1px;
  height: 100%;
}

/* Hologram / Emblem */
.mem-card-hologram {
  width: 32px;
  height: 32px;
  background: radial-gradient(circle, rgba(199, 16, 16, 0.8) 0%, rgba(255, 255, 255, 0.2) 70%, rgba(199, 16, 16, 0.4) 100%);
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(199, 16, 16, 0.2);
  position: relative;
  opacity: 0.85;
}

.mem-card-hologram::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, transparent 40%, rgba(255,255,255,0.4) 50%, transparent 60%);
  background-size: 200% 200%;
  animation: hologramShine 4s infinite linear;
}

@keyframes hologramShine {
  0% { background-position: 200% 0; }
  100% { background-position: -200% 0; }
}

/* Watermark Racket design background */
.mem-card-watermark {
  position: absolute;
  right: -20px;
  bottom: -30px;
  width: 180px;
  height: 180px;
  pointer-events: none;
  opacity: 0.15;
}

.mem-card-court-grid {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
}

.mem-card-tier-badge {
  background: rgba(230, 179, 37, 0.12);
  border: 1px solid #e6b325;
  color: #e6b325;
  font-size: 0.6rem;
  font-weight: 800;
  padding: 3px 8px;
  border-radius: 100px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  display: inline-block;
}

.mem-card-status-badge {
  background: rgba(40, 167, 69, 0.12);
  border: 1px solid #28a745;
  color: #28a745;
  font-size: 0.6rem;
  font-weight: 800;
  padding: 3px 8px;
  border-radius: 100px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  display: inline-block;
}

/* Card Header & Footer Layouts */
.mem-card-logo {
  display: flex;
  align-items: center;
  gap: 10px;
  transform: translateY(-3px);
}

.mem-card-title {
  font-family: var(--font-heading);
  font-size: 1.1rem;
  font-weight: 900;
  letter-spacing: 0.05em;
  margin: 0;
}

.mem-card-subtitle {
  font-size: 0.65rem;
  color: var(--red);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  display: block;
  margin-top: 4px;
}

.mem-card-label {
  font-size: 0.58rem;
  color: var(--grey-400);
  text-transform: uppercase;
  display: block;
  margin-bottom: 2px;
  letter-spacing: 0.08em;
}

.mem-card-value {
  font-family: var(--font-heading);
  font-size: 1.1rem;
  font-weight: 800;
  letter-spacing: 0.02em;
}

/* Back Side Magnetic Strip */
.mem-card-magnetic-strip {
  width: 100%;
  height: 44px;
  background: #111;
  margin-top: 24px;
}

/* Signature panel */
.mem-card-signature-area {
  display: flex;
  padding: 0 32px;
  align-items: center;
  gap: 12px;
  margin-top: 16px;
}

.mem-card-signature-panel {
  flex-grow: 1;
  height: 32px;
  background: #eee;
  background-image: repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(199, 16, 16, 0.05) 10px, rgba(199, 16, 16, 0.05) 20px);
  border-radius: 4px;
  display: flex;
  align-items: center;
  padding-left: 12px;
}

.mem-card-signature-text {
  font-size: 0.72rem;
  color: #333;
  font-weight: bold;
  font-family: monospace;
}

.mem-card-cvv {
  background: var(--white);
  color: var(--black);
  font-family: monospace;
  font-size: 0.78rem;
  font-weight: 800;
  padding: 6px 10px;
  border-radius: 4px;
}

.mem-card-back-content {
  padding: 0 32px 28px;
  text-align: left;
}

.mem-card-rules {
  font-size: 0.58rem;
  color: var(--grey-400);
  line-height: 1.4;
  margin-bottom: 16px;
}

/* CSS Barcode lines */
.mem-card-barcode {
  display: flex;
  height: 24px;
  background: var(--white);
  padding: 4px 10px;
  border-radius: 4px;
  width: fit-content;
  gap: 2px;
}

.mem-card-barcode .bar {
  background: var(--black);
  height: 100%;
}

.mem-card-barcode .bar.thin {
  width: 1px;
}

.mem-card-barcode .bar.thick {
  width: 3px;
}

/* Pinterest Masonry Columns */
.masonry-gallery {
  column-count: 3;
  column-gap: 24px;
  width: 100%;
}
@media (max-width: 900px) {
  .masonry-gallery {
    column-count: 2;
  }
}
@media (max-width: 600px) {
  .masonry-gallery {
    column-count: 1;
  }
}
.masonry-item {
  display: inline-block;
  width: 100%;
  margin-bottom: 24px;
  border-radius: 8px;
  overflow: hidden;
  background: var(--white);
  border: 1px solid var(--grey-100);
  break-inside: avoid;
  box-shadow: 0 4px 12px rgba(0,0,0,0.01);
  transition: transform 0.25s ease;
}
.masonry-item:hover {
  transform: translateY(-4px);
}

/* Vertical Timeline Scroll Nodes */
.timeline-scroll-container {
  position: relative;
  padding-left: 40px;
  border-left: 2px solid var(--grey-100);
  margin: 40px 0;
}
.timeline-scroll-node {
  position: relative;
  margin-bottom: 48px;
  opacity: 0;
  transform: translateY(36px);
  transition: opacity 1.2s cubic-bezier(0.16, 1, 0.3, 1), transform 1.2s cubic-bezier(0.16, 1, 0.3, 1);
  will-change: opacity, transform;
}
.timeline-scroll-container.reveal-active .timeline-scroll-node,
.timeline-scroll-node.in {
  opacity: 1;
  transform: translateY(0);
}
.timeline-scroll-node::before {
  content: '';
  position: absolute;
  left: -50px;
  top: 4px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: var(--red);
  border: 4px solid var(--white);
  box-shadow: 0 0 0 2px var(--red);
  transform: scale(0.3);
  opacity: 0;
  transition: transform 0.9s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.7s ease, box-shadow 0.4s ease;
}
.timeline-scroll-container.reveal-active .timeline-scroll-node::before,
.timeline-scroll-node.in::before {
  transform: scale(1);
  opacity: 1;
  box-shadow: 0 0 0 3px var(--red), 0 0 14px rgba(199, 16, 16, 0.4);
}
.timeline-scroll-node:hover {
  transform: translateX(6px);
}
.timeline-scroll-node:hover::before {
  transform: scale(1.25);
  box-shadow: 0 0 0 4px var(--red), 0 0 18px rgba(199, 16, 16, 0.6);
}

/* Tournament Brackets FIFA style */
.bracket-container {
  display: flex;
  gap: 48px;
  align-items: center;
  justify-content: center;
  padding: 40px 0;
  overflow-x: auto;
  width: 100%;
}
.bracket-round {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  gap: 32px;
  height: 100%;
}
.bracket-match {
  display: flex;
  flex-direction: column;
  background: var(--white);
  border: 1px solid var(--grey-200);
  border-radius: 6px;
  width: 210px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0,0,0,0.02);
}
.bracket-team {
  padding: 10px 14px;
  font-size: 0.88rem;
  font-weight: 600;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid var(--grey-100);
}
.bracket-team.winner {
  color: var(--red);
  font-weight: 700;
  background: var(--red-08);
}
.bracket-team:last-child {
  border-bottom: none;
}

/* Court occupancy heatmap grid */
.heatmap-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  max-width: 600px;
  margin: 32px auto;
}
.heatmap-cell {
  aspect-ratio: 1;
  border-radius: 6px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 0.72rem;
  font-weight: 700;
  color: var(--white);
  transition: opacity 0.25s ease;
}
.heatmap-cell.high { background: var(--red); }
.heatmap-cell.med { background: #e05c6d; }
.heatmap-cell.low { background: #f5a9b2; }
.heatmap-cell.empty { background: var(--grey-100); color: var(--grey-500); }
.heatmap-cell:hover { opacity: 0.85; cursor: help; }

/* Interactive Court Map grid */
.court-map-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  max-width: 600px;
  margin: 40px auto;
}
@media (max-width: 500px) {
  .court-map-grid {
    grid-template-columns: 1fr;
  }
}
.court-map-item {
  border: 2px solid var(--grey-200);
  background: #185a38; /* Forest Green Court */
  color: var(--white);
  aspect-ratio: 1.6;
  border-radius: 8px;
  position: relative;
  cursor: pointer;
  transition: all 0.25s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-family: var(--font-heading);
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
  overflow: hidden;
}
.court-map-item::before {
  content: '';
  position: absolute;
  top: 0; bottom: 0; left: 50%;
  width: 2px;
  background: rgba(255,255,255,0.3);
}
.court-map-item::after {
  content: '';
  position: absolute;
  top: 50%; left: 0; right: 0;
  height: 2px;
  background: rgba(255,255,255,0.3);
}
.court-map-item:hover {
  transform: scale(1.02);
  border-color: var(--red);
  box-shadow: 0 8px 24px rgba(199, 16, 16,0.15);
}
.court-map-item.active {
  border-color: var(--red);
  box-shadow: 0 0 15px rgba(199, 16, 16,0.25);
}

/* Flip coach cards layout */
.coach-card-flip-wrap {
  perspective: 1000px;
  height: 380px;
  cursor: pointer;
  width: 100%;
}
.coach-card-flip-inner {
  position: relative;
  width: 100%;
  height: 100%;
  transition: transform 0.6s cubic-bezier(0.25, 0.8, 0.25, 1);
  transform-style: preserve-3d;
}
.coach-card-flip-wrap:hover .coach-card-flip-inner {
  transform: rotateY(180deg);
}
.coach-card-front, .coach-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid var(--grey-100);
}
.coach-card-back {
  background: var(--black);
  color: var(--white);
  transform: rotateY(180deg);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 32px;
  text-align: center;
}

/* Before / After Slider Viewer */
.ba-slider-container {
  position: relative;
  width: 100%;
  aspect-ratio: 1.8;
  overflow: hidden;
  border-radius: 12px;
  border: 1px solid var(--grey-200);
  margin: 32px 0;
}
.ba-image {
  position: absolute;
  top: 0; left: 0; width: 100%; height: 100%;
  background-size: cover;
  background-position: center;
}
.ba-image.before-img {
  background-image: url('images/clay-court.jpg');
}
.ba-image.after-img {
  background-image: url('images/indoor-court.jpg');
  width: 50%;
  border-right: 2px solid var(--red);
}
.ba-slider-handle {
  position: absolute;
  top: 0; bottom: 0; left: 50%;
  width: 4px;
  background: var(--red);
  cursor: ew-resize;
  z-index: 5;
}
.ba-slider-handle::after {
  content: '↔';
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  width: 36px;
  height: 36px;
  background: var(--red);
  color: var(--white);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.88rem;
  font-weight: 800;
  box-shadow: 0 4px 10px rgba(0,0,0,0.25);
}

/* ════════════════════════════════════════════════════════════════
   12. EDITORIAL PREMIUM LAYOUT STYLES
   ════════════════════════════════════════════════════════════════ */

/* Hover Zoom Wrapper */
.hover-zoom-wrap {
  overflow: hidden;
  position: relative;
  transition: box-shadow 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}

.hover-zoom-wrap .editorial-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.hover-zoom-wrap:hover {
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.05) !important;
}

.hover-zoom-wrap:hover .editorial-img {
  transform: scale(1.035);
}

/* Editorial Event Card */
.editorial-event-card {
  display: flex;
  flex-direction: column;
}

/* Tournament Editorial Alternating Row */
.tournament-editorial-row {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 80px;
  align-items: center;
}

.tournament-editorial-row.reverse {
  grid-template-columns: 1fr 1.1fr;
}

.tournament-editorial-row .row-text {
  padding: 16px 0;
}

.tournament-editorial-row .row-image-container {
  height: 380px;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.02);
}

@media (max-width: 991px) {
  .tournament-editorial-row,
  .tournament-editorial-row.reverse {
    grid-template-columns: 1fr !important;
    gap: 40px !important;
  }
  
  .tournament-editorial-row.reverse .row-image-container {
    grid-row: 1 !important;
  }
  
  .tournament-editorial-row.reverse .row-text {
    grid-row: 2 !important;
  }
  
  .tournament-editorial-row .row-image-container {
    height: 300px !important;
  }
}

/* Membership Page Responsive Styles */
@media (max-width: 991px) {
  .responsive-reverse-row {
    grid-template-columns: 1fr !important;
    gap: 40px !important;
  }
  
  .responsive-reverse-row .tilt-card-wrap {
    grid-row: 1;
  }
  
  .responsive-grid-split {
    grid-template-columns: 1fr !important;
    gap: 48px !important;
  }
}

/* ── ULTRA-MINIMALIST SESSIONS & COACH DIRECTORY STYLES (UI/UX REDESIGN) ── */
.sessions-minimal-layout {
  display: flex;
  flex-direction: column;
  gap: 80px;
  max-width: 1100px;
  margin: 0 auto;
  padding: 40px 20px;
}

.session-minimal-row {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 64px;
  align-items: center;
}

.session-minimal-row:nth-child(even) {
  grid-template-columns: 0.9fr 1.1fr;
}

@media (max-width: 768px) {
  .session-minimal-row, .session-minimal-row:nth-child(even) {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .session-minimal-row:nth-child(even) .session-minimal-img-wrap {
    order: -1;
  }
}

.session-minimal-img-wrap {
  position: relative;
  height: 400px;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.02);
  border: 1px solid var(--grey-100);
}

.session-minimal-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform var(--dur) var(--ease);
}

.session-minimal-row:hover .session-minimal-img {
  transform: scale(1.03);
}

.session-minimal-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
}

.session-minimal-label {
  font-size: 0.72rem;
  font-weight: 800;
  color: var(--red);
  text-transform: uppercase;
  letter-spacing: 0.12em;
  margin-bottom: 12px;
}

.session-minimal-title {
  font-family: var(--font-heading);
  font-size: 2.2rem;
  font-weight: 900;
  color: var(--black);
  margin-bottom: 16px;
  letter-spacing: -0.02em;
}

.session-minimal-rating-wrap {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 20px;
}

.session-minimal-rating-stars {
  display: flex;
  gap: 3px;
}

.session-minimal-rating-text {
  font-size: 0.85rem;
  font-weight: 800;
  color: var(--grey-800);
}

.session-minimal-meta-tags {
  display: flex;
  gap: 8px;
  margin-bottom: 20px;
  flex-wrap: wrap;
}

.session-minimal-meta-tag {
  background: var(--grey-50);
  border: 1px solid var(--grey-100);
  color: var(--grey-600);
  font-size: 0.72rem;
  font-weight: 700;
  padding: 4px 12px;
  border-radius: 6px;
}

.session-minimal-desc {
  color: var(--grey-500);
  font-size: 0.95rem;
  line-height: 1.6;
  margin-bottom: 24px;
}

.session-minimal-points {
  list-style: none;
  padding: 0;
  margin: 0 0 32px 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
}

.session-minimal-points li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.9rem;
  color: var(--grey-700);
  font-weight: 600;
}

.session-minimal-points li span {
  color: var(--red);
  font-weight: 900;
  font-size: 1rem;
}

.session-minimal-buttons {
  margin-top: 16px;
  width: 100%;
  display: flex;
  justify-content: flex-start;
}

.session-minimal-buttons .btn {
  padding: 16px 40px;
  font-size: 0.95rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  border-radius: 100px;
  width: 100%;
  max-width: 320px;
  box-shadow: var(--shadow-red);
  transition: all var(--dur) var(--ease);
}

.session-minimal-buttons .btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(199, 16, 16, 0.25);
}

/* Selected Coach Indicator */
.selected-coach-indicator-minimal {
  display: flex;
  align-items: center;
  gap: 10px;
  background: var(--grey-50);
  border: 1px solid var(--grey-100);
  border-radius: 100px;
  padding: 8px 20px;
  margin-bottom: 24px;
  font-size: 0.82rem;
  font-weight: 700;
  width: 100%;
}

.selected-coach-indicator-minimal .label {
  color: var(--grey-500);
}

.selected-coach-indicator-minimal .name {
  color: var(--red);
  font-weight: 800;
}

.clear-coach-btn-minimal {
  background: transparent;
  border: none;
  color: var(--grey-400);
  font-size: 0.85rem;
  cursor: pointer;
  margin-left: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  transition: all var(--dur) var(--ease);
}

.clear-coach-btn-minimal:hover {
  background: rgba(0,0,0,0.05);
  color: var(--red);
}

/* Coach Selection Page Layout */
.coach-page-layout {
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: 60px;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
}

@media (max-width: 991px) {
  .coach-page-layout {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}

.coach-sidebar-menu {
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: sticky;
  top: 100px;
  height: fit-content;
}

.coach-sidebar-btn {
  background: transparent;
  border: none;
  text-align: left;
  padding: 14px 24px;
  border-radius: 100px;
  font-family: var(--font-heading);
  font-size: 0.82rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--grey-500);
  transition: all var(--dur) var(--ease);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid transparent;
}

.coach-sidebar-btn:hover {
  background: var(--grey-50);
  color: var(--black);
}

.coach-sidebar-btn.active {
  background: var(--red-08);
  border-color: var(--red-15);
  color: var(--red);
}

/* Minimal Coach Profile Grid */
.coach-minimal-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 32px;
}

.coach-minimal-card {
  background: var(--white);
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  border: 1px solid var(--grey-100);
  transition: all var(--dur) var(--ease);
  position: relative;
}

.coach-minimal-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.02);
  border-color: var(--grey-200);
}

.coach-minimal-card.selected {
  border-color: var(--red);
  box-shadow: 0 0 0 3px var(--red-15);
}

.coach-minimal-card-img-wrap {
  height: 280px;
  overflow: hidden;
  position: relative;
  background: var(--grey-50);
}

.coach-minimal-card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform var(--dur) var(--ease);
}

.coach-minimal-card:hover .coach-minimal-card-img {
  transform: scale(1.02);
}

.coach-minimal-card-body {
  padding: 24px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  text-align: left;
}

.coach-minimal-card-name {
  font-family: var(--font-heading);
  font-size: 1.2rem;
  font-weight: 900;
  color: var(--black);
  margin-bottom: 2px;
}

.coach-minimal-card-role {
  font-size: 0.72rem;
  font-weight: 700;
  color: var(--grey-500);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 16px;
}

.coach-minimal-card-experience {
  font-size: 0.78rem;
  color: var(--grey-700);
  margin-bottom: 12px;
}

.coach-minimal-card-experience strong {
  color: var(--black);
  font-weight: 700;
}

.coach-minimal-card-teaches {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 20px;
}

.coach-minimal-card-teaches-tag {
  background: var(--grey-50);
  border: 1px solid var(--grey-100);
  color: var(--grey-600);
  font-size: 0.68rem;
  font-weight: 700;
  padding: 3px 8px;
  border-radius: 4px;
}

.coach-minimal-card-action {
  margin-top: auto;
  border-top: 1px solid var(--grey-50);
  padding-top: 14px;
}

.coach-minimal-card-badge {
  position: absolute;
  top: 12px;
  right: 12px;
  background: var(--red);
  color: var(--white);
  font-size: 0.62rem;
  font-weight: 800;
  padding: 4px 10px;
  border-radius: 4px;
  z-index: 2;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}



/* Progress Steps Indicator */
.booking-step-dot-wrap {
  position: relative;
}
.booking-step-dot-wrap.active .dot-circle {
  background: var(--red) !important;
  color: var(--white) !important;
  border-color: var(--red) !important;
  box-shadow: var(--shadow-red);
}
.booking-step-dot-wrap.completed .dot-circle {
  background: #28a745 !important;
  color: var(--white) !important;
  border-color: #28a745 !important;
}

/* Step Panels */
.booking-step-panel {
  display: none;
}
.booking-step-panel.active {
  display: block;
}

/* Coach card grid inside booking flow */
.booking-flow-coach-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 16px;
}

.bf-coach-card {
  border: 1px solid var(--grey-100);
  border-radius: 12px;
  padding: 14px;
  display: flex;
  align-items: center;
  gap: 12px;
  cursor: pointer;
  transition: all var(--dur) var(--ease);
  background: var(--white);
  text-align: left;
}
.bf-coach-card:hover {
  border-color: var(--grey-300);
  background: var(--grey-50);
}
.bf-coach-card.selected {
  border-color: var(--red);
  background: var(--red-08);
  box-shadow: 0 0 0 2px var(--red-15);
}
.bf-coach-card-img {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid var(--grey-100);
}
.bf-coach-card.selected .bf-coach-card-img {
  border-color: var(--red);
}
.bf-coach-card-name {
  font-family: var(--font-heading);
  font-size: 0.9rem;
  font-weight: 800;
  color: var(--black);
  line-height: 1.2;
}
.bf-coach-card-role {
  font-size: 0.68rem;
  color: var(--grey-500);
  font-weight: 600;
  line-height: 1.2;
}


/* Step 2 Checkout Redesign */
.checkout-container {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 40px;
  text-align: left;
}

@media (max-width: 768px) {
  .checkout-container {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}

.checkout-payment-methods {
  display: flex;
  gap: 16px;
  margin-bottom: 24px;
}

.checkout-method-card {
  flex: 1;
  border: 2px solid var(--grey-100);
  border-radius: 12px;
  padding: 16px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  font-weight: 800;
  font-size: 0.85rem;
  color: var(--grey-600);
  transition: all var(--dur) var(--ease);
  background: var(--white);
}

.checkout-method-card:hover {
  border-color: var(--grey-300);
  color: var(--black);
}

.checkout-method-card.active {
  border-color: var(--red);
  color: var(--red);
  background: var(--red-08);
}

.checkout-method-card svg {
  width: 24px;
  height: 24px;
  stroke: currentColor;
}

.checkout-summary-card {
  background: var(--grey-50);
  border: 1px solid var(--grey-200);
  border-radius: 16px;
  padding: 24px;
  height: fit-content;
  position: sticky;
  top: 120px;
}

.checkout-summary-title {
  font-family: var(--font-heading);
  font-size: 1rem;
  font-weight: 900;
  color: var(--black);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 20px;
  border-bottom: 1px solid var(--grey-200);
  padding-bottom: 12px;
}

.checkout-summary-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 14px;
  font-size: 0.88rem;
  font-weight: 600;
}

.checkout-summary-row .label {
  color: var(--grey-500);
}

.checkout-summary-row .val {
  color: var(--black);
  font-weight: 800;
}

.checkout-summary-total {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  border-top: 1px solid var(--grey-200);
  padding-top: 20px;
  font-weight: 900;
  font-size: 1.15rem;
}

.checkout-summary-total .val {
  color: var(--red);
  font-size: 1.4rem;
}

/* Step 3 Digital Ticket Card */
.falcon-ticket-card {
  background: linear-gradient(135deg, #c71010 0%, #a00000 100%);
  color: var(--white);
  border-radius: 20px;
  padding: 32px;
  max-width: 450px;
  margin: 0 auto 32px;
  box-shadow: 0 20px 40px rgba(199, 16, 16, 0.2);
  position: relative;
  overflow: hidden;
  text-align: left;
  border: 1px solid rgba(255,255,255,0.1);
}

.falcon-ticket-card::before {
  content: '';
  position: absolute;
  top: -50px;
  right: -50px;
  width: 150px;
  height: 150px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 50%;
  pointer-events: none;
}

.falcon-ticket-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.25);
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.falcon-ticket-logo {
  display: flex;
  align-items: center;
  gap: 10px;
}

.falcon-ticket-logo-icon {
  width: 32px;
  height: 32px;
  background: var(--white);
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.falcon-ticket-logo-icon svg {
  width: 20px;
  height: 20px;
  fill: #c71010;
}

.falcon-ticket-logo-text {
  font-family: var(--font-heading);
  font-size: 0.95rem;
  font-weight: 900;
  letter-spacing: 0.05em;
}

.falcon-ticket-ref {
  font-family: monospace;
  font-size: 1.1rem;
  font-weight: 800;
  background: rgba(255, 255, 255, 0.15);
  padding: 4px 10px;
  border-radius: 6px;
  border: 1px solid rgba(255,255,255,0.1);
}

.falcon-ticket-body {
  display: grid;
  grid-template-columns: 1fr 100px;
  gap: 20px;
  align-items: center;
}

.falcon-ticket-details {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.falcon-ticket-detail-item {
  display: flex;
  flex-direction: column;
}

.falcon-ticket-detail-label {
  font-size: 0.65rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 2px;
}

.falcon-ticket-detail-val {
  font-size: 0.88rem;
  font-weight: 700;
}

.falcon-ticket-qr-wrap {
  width: 90px;
  height: 90px;
  background: var(--white);
  border-radius: 8px;
  padding: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.falcon-ticket-qr-wrap svg {
  width: 100%;
  height: 100%;
}

@keyframes lockPulse {
  0% { transform: scale(0.95); opacity: 0.6; }
  50% { transform: scale(1.15); opacity: 0; }
  100% { transform: scale(0.95); opacity: 0; }
}

/* Premium Pricing Toggle Switch */
.pricing-toggle-btn {
  background: transparent !important;
  border: none !important;
  color: var(--grey-500) !important;
  font-family: var(--font-heading);
  font-size: 0.82rem !important;
  font-weight: 700 !important;
  padding: 10px 28px !important;
  border-radius: 100px !important;
  cursor: pointer;
  transition: all 0.25s ease !important;
  box-shadow: none !important;
  transform: none !important;
}
.pricing-toggle-btn:hover {
  color: var(--black) !important;
}
#pricing-monthly.active {
  background: var(--white) !important;
  color: var(--black) !important;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08) !important;
  text-shadow: none !important;
  transform: none !important;
}
#pricing-yearly.active {
  background: var(--black) !important;
  color: #ffffff !important;
  box-shadow: 0 4px 15px rgba(0,0,0,0.35) !important;
  text-shadow: none !important;
  transform: none !important;
}

/* ── SESSIONS PAGE SCRATCH LAYOUT & ANIMATIONS ── */

.why-card {
  transition: all 0.35s cubic-bezier(0.215, 0.610, 0.355, 1) !important;
}

.why-card:hover {
  transform: translateY(-5px);
  border-color: var(--red) !important;
  box-shadow: var(--shadow-md) !important;
  background: var(--white) !important;
}

.track-card-scratch {
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) !important;
}

.track-card-scratch:hover {
  transform: translateY(-8px);
  border-color: var(--red) !important;
  box-shadow: var(--shadow-lg) !important;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes pulse {
  0% { transform: scale(0.95); opacity: 0.8; box-shadow: 0 0 0 0 rgba(199, 16, 16, 0.4); }
  70% { transform: scale(1); opacity: 1; box-shadow: 0 0 0 6px rgba(199, 16, 16, 0); }
  100% { transform: scale(0.95); opacity: 0.8; box-shadow: 0 0 0 0 rgba(199, 16, 16, 0); }
}

/* ── TESTIMONIAL CARD PRO (NEO TESTIMONIAL STYLE - FRAMER DESIGN) ── */
.testimonial-pro-section {
  background: #ffffff !important; /* Pure White Background as requested */
  padding: 110px 0;
  border-top: 1px solid var(--grey-100);
  overflow: hidden;
  position: relative;
}

.testimonial-marquee-wrapper {
  position: relative;
  width: 100vw;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  overflow: hidden;
  padding: 24px 0 48px 0;
}

/* Linear gradient fading overlays on edges */
.testimonial-marquee-wrapper::before,
.testimonial-marquee-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  width: 15%;
  height: 100%;
  z-index: 15;
  pointer-events: none;
}

.testimonial-marquee-wrapper::before {
  left: 0;
  background: linear-gradient(90deg, #ffffff 0%, transparent 100%);
}

.testimonial-marquee-wrapper::after {
  right: 0;
  background: linear-gradient(-90deg, #ffffff 0%, transparent 100%);
}

.testimonial-marquee-track {
  display: flex;
  gap: 32px;
  width: max-content;
  animation: scrollMarquee 42s linear infinite;
  will-change: transform;
}

/* Pause sliding on hover */
.testimonial-marquee-track:hover {
  animation-play-state: paused;
}

/* Simple Clean Testimonial Card */
.neo-testimonial-card {
  width: 100%;
  box-sizing: border-box;
  border-radius: var(--radius-lg);
  padding: 28px 24px;
  background: #ffffff !important;
  border: 1px solid var(--grey-100) !important;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.03) !important;
  position: relative;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.neo-testimonial-card:hover {
  transform: translateY(-4px) !important;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.06) !important;
  border-color: rgba(199, 16, 16, 0.2) !important;
}

/* Neutralize card theme color overrides for a unified clean look */
.neo-card-blue,
.neo-card-green,
.neo-card-yellow,
.neo-card-purple,
.neo-card-pink,
.neo-card-ice {
  background: #ffffff !important;
  border: 1px solid var(--grey-100) !important;
}

.neo-testimonial-card .testimonial-quote {
  font-family: var(--font-body), 'Inter', sans-serif;
  font-size: 0.95rem;
  font-weight: 400;
  color: #3f3f46 !important;
  line-height: 1.6;
  margin-bottom: 20px;
  font-style: normal;
}

.neo-author-details {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: auto;
}

.neo-author-avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  object-fit: cover;
  border: 1px solid var(--grey-100) !important;
  box-shadow: none !important;
  flex-shrink: 0;
  background: #ffffff;
}

.neo-author-meta {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.neo-author-name {
  font-family: var(--font-heading), 'Inter', sans-serif;
  font-size: 0.98rem;
  font-weight: 800;
  color: var(--black) !important;
  margin: 0;
}

.neo-author-role {
  font-family: var(--font-body), 'Inter', sans-serif;
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--red) !important;
  margin: 0;
}

/* Scroll Marquee animation keys */
@keyframes scrollMarquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

/* Touch friendly mobile fallback adjustments */


/* ══════════════════════════════════════════════════════════════════
   ULTRA-MINIMAL DARK SAVINGS CALCULATOR (COMPACT & LESS TEXT)
   ══════════════════════════════════════════════════════════════════ */
.dark-savings-calculator-section {
  background: #08090d;
  background-image: 
    radial-gradient(circle at 30% 30%, rgba(0, 230, 118, 0.08) 0%, transparent 50%),
    radial-gradient(circle at 70% 70%, rgba(239, 68, 68, 0.06) 0%, transparent 50%);
  padding: 36px 0;
  color: #ffffff;
  position: relative;
  overflow: hidden;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.dark-savings-calculator-section .container {
  max-width: 820px;
  margin: 0 auto;
  padding: 0 16px;
  text-align: center;
}

.dark-calc-chip {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 3px 10px;
  background: rgba(0, 230, 118, 0.1);
  border: 1px solid rgba(0, 230, 118, 0.3);
  border-radius: 50px;
  color: #00e676;
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-bottom: 6px;
}

.dark-calc-title {
  font-family: var(--font-heading, 'Montserrat', sans-serif);
  font-size: clamp(1.3rem, 2.5vw, 1.75rem);
  font-weight: 850;
  color: #ffffff;
  margin: 0 0 14px;
}

.dark-calc-title span {
  color: #00e676;
}

.dark-calc-controller {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 30px;
  padding: 4px 6px;
  margin-bottom: 18px;
}

.dark-savings-btn {
  background: transparent;
  color: rgba(255, 255, 255, 0.6);
  border: none;
  padding: 6px 14px;
  border-radius: 20px;
  font-size: 0.75rem;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.2s ease;
  outline: none;
}

.dark-savings-btn:hover {
  color: #ffffff;
}

.dark-savings-btn.active {
  background: #00e676;
  color: #000000;
  font-weight: 800;
  box-shadow: 0 0 12px rgba(0, 230, 118, 0.4);
}

/* Minimal Grid */
.dark-calc-minimal-grid {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 16px;
  align-items: center;
  background: rgba(18, 20, 26, 0.7);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  padding: 18px;
  backdrop-filter: blur(12px);
}

@media (max-width: 640px) {
  .dark-calc-minimal-grid {
    grid-template-columns: 1fr;
    text-align: center;
  }
}

.minimal-card-guest {
  background: rgba(239, 68, 68, 0.04);
  border: 1px solid rgba(239, 68, 68, 0.2);
  border-radius: 12px;
  padding: 16px;
  text-align: left;
}

.minimal-card-member {
  background: linear-gradient(135deg, rgba(0, 230, 118, 0.08) 0%, rgba(0, 200, 83, 0.02) 100%);
  border: 1.5px solid #00e676;
  border-radius: 12px;
  padding: 16px;
  text-align: left;
  box-shadow: 0 0 20px rgba(0, 230, 118, 0.15);
}

.minimal-badge-guest {
  font-size: 0.62rem;
  font-weight: 800;
  color: #ef4444;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  display: flex;
  align-items: center;
  gap: 4px;
}

.minimal-badge-member {
  font-size: 0.62rem;
  font-weight: 800;
  color: #00e676;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  display: flex;
  align-items: center;
  gap: 4px;
}

.minimal-price-guest {
  font-family: var(--font-heading, 'Montserrat', sans-serif);
  font-size: 2.2rem;
  font-weight: 900;
  color: #ef4444;
  line-height: 1.1;
  margin: 4px 0 2px;
}

.minimal-price-member {
  font-family: var(--font-heading, 'Montserrat', sans-serif);
  font-size: 2.2rem;
  font-weight: 900;
  color: #00e676;
  line-height: 1.1;
  margin: 4px 0 2px;
  text-shadow: 0 0 12px rgba(0, 230, 118, 0.3);
}

.minimal-subtext {
  font-size: 0.72rem;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 12px;
}

.minimal-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
  font-size: 0.75rem;
}

.minimal-list li {
  display: flex;
  align-items: center;
  gap: 6px;
  color: rgba(255, 255, 255, 0.8);
}

.vs-badge {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.4);
  font-size: 0.7rem;
  font-weight: 900;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

.dark-roi-footer-banner {
  margin-top: 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 10px;
  padding: 10px 16px;
  text-align: left;
}

.dark-roi-text {
  font-size: 0.78rem;
  color: rgba(255, 255, 255, 0.8);
}

.dark-calc-cta-btn {
  background: #00e676;
  color: #000;
  font-size: 0.75rem;
  font-weight: 800;
  padding: 8px 16px;
  border-radius: 20px;
  text-decoration: none;
  white-space: nowrap;
  transition: all 0.2s ease;
}

.dark-calc-cta-btn:hover {
  background: #00c853;
  box-shadow: 0 0 15px rgba(0, 230, 118, 0.4);
}

/* ══════════════════════════════════════════════════════════════════
   3D ARC CARD CAROUSEL (FRAMER ARC CAROUSEL EFFECT)
   ══════════════════════════════════════════════════════════════════ */
.arc-carousel-container {
  position: relative;
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 30px 0 20px;
  overflow: visible;
}

.arc-stage {
  position: relative;
  height: 420px;
  width: 100%;
  perspective: 1100px;
  -webkit-perspective: 1100px;
  perspective-origin: 50% 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transform-style: preserve-3d;
}

.arc-card {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 350px;
  margin-left: -175px;
  margin-top: -160px;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  transition: transform 0.65s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.65s cubic-bezier(0.23, 1, 0.32, 1);
  will-change: transform, opacity;
  cursor: pointer;
  user-select: none;
}

.arc-card .neo-testimonial-card {
  width: 100% !important;
  margin: 0 !important;
}

/* Floating Arc Navigation Buttons */
.arc-nav-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 35;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: var(--black);
  color: var(--white);
  border: 2px solid var(--black);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 8px 24px rgba(0,0,0,0.18);
  transition: all 0.25s ease;
}
.arc-nav-btn:hover {
  background: var(--red);
  border-color: var(--red);
  transform: translateY(-50%) scale(1.1);
  box-shadow: 0 10px 30px rgba(199, 16, 16, 0.35);
}
.arc-prev { left: -15px; }
.arc-next { right: -15px; }

/* Dot Indicators */
.arc-dots {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 28px;
  z-index: 30;
  position: relative;
}
.arc-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--grey-300);
  cursor: pointer;
  transition: all 0.3s ease;
}
.arc-dot.active {
  background: var(--red);
  width: 28px;
  border-radius: 10px;
}

@media (max-width: 768px) {
  .arc-stage { height: 380px; }
  .arc-card { width: 300px; margin-left: -150px; }
  .arc-prev { left: 8px; width: 40px; height: 40px; }
  .arc-next { right: 8px; width: 40px; height: 40px; }
}

/* ==========================================================================
   ABOUT THE CLUB SECTION
   ========================================================================== */
.about-section {
  padding: 120px 0;
  background: var(--white);
}

.about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
}

.about-img-wrap {
  position: relative;
  border-radius: var(--radius-xl);
  overflow: hidden;
  height: 520px;
  box-shadow: var(--shadow-lg);
}

.about-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-img-badge {
  position: absolute;
  bottom: 24px;
  left: 24px;
  background: var(--red);
  color: var(--white);
  text-transform: uppercase;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  padding: 8px 16px;
  border-radius: 6px;
}

.about-content {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.about-pullquote {
  font-family: var(--font-display);
  font-style: italic;
  font-size: 1.5rem;
  color: var(--black);
  line-height: 1.4;
  border-left: 4px solid var(--red);
  padding-left: 24px;
  margin: 16px 0;
}

.about-stats-row {
  display: flex;
  gap: 40px;
  margin-top: 24px;
}

.about-stat {
  text-align: center;
}

.about-stat .stat-number {
  font-family: var(--font-heading);
  font-size: 2.2rem;
  font-weight: 900;
  color: var(--red);
  display: block;
}

.about-stat .stat-label {
  font-size: 0.78rem;
  color: var(--grey-500);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-weight: 600;
}

/* ==========================================================================
   STATS IMPACT BAND
   ========================================================================== */
.stats-band {
  width: 100%;
  background: var(--red);
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}

.stats-band-watermark {
  position: absolute;
  font-family: var(--font-heading);
  font-size: 12rem;
  font-weight: 900;
  color: rgba(255, 255, 255, 0.06);
  text-transform: uppercase;
  pointer-events: none;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
}

.stats-band-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
  text-align: center;
  position: relative;
  z-index: 2;
}

.stat-block {
  color: var(--white);
  position: relative;
}

.stat-block .stat-icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 16px;
  color: var(--white);
}

.stat-block .stat-value {
  font-family: var(--font-heading);
  font-size: clamp(2.4rem, 4vw, 3.5rem);
  font-weight: 900;
  color: var(--white);
  display: block;
  line-height: 1.1;
}

.stat-block .stat-suffix {
  font-size: 1.5rem;
}

.stat-block .stat-desc {
  font-size: 0.88rem;
  color: rgba(255, 255, 255, 0.75);
  margin-top: 8px;
  font-weight: 500;
}

.stat-block + .stat-block::before {
  content: '';
  position: absolute;
  left: 0;
  top: 20%;
  height: 60%;
  width: 1px;
  background: rgba(255, 255, 255, 0.2);
}

/* ==========================================================================
   MEMBERSHIP PRICING PREVIEW
   ========================================================================== */
.pricing-section {
  padding: 120px 0;
  background: var(--white);
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  align-items: stretch;
}

.pricing-card {
  background: var(--white);
  border: 1px solid var(--grey-100);
  border-radius: var(--radius-xl);
  padding: 40px 32px;
  position: relative;
  transition: all var(--dur) var(--ease);
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.pricing-card:hover {
  transform: translateY(-8px);
  box-shadow: var(--shadow-lg);
}

.pricing-card.featured {
  border: 2px solid var(--red);
  box-shadow: 0 12px 40px rgba(199, 16, 16, 0.12);
}

.pricing-card.featured::before {
  content: 'Most Popular';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: var(--red);
  color: var(--white);
  font-size: 0.68rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  padding: 6px 20px;
  border-radius: 0 0 8px 8px;
}

.pricing-tier-name {
  font-family: var(--font-heading);
  font-size: 1.1rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--grey-500);
  margin-bottom: 8px;
}

.pricing-amount {
  font-family: var(--font-heading);
  font-size: 3rem;
  font-weight: 900;
  color: var(--black);
  line-height: 1.1;
}

.pricing-amount .currency {
  font-size: 1.5rem;
  font-weight: 700;
  vertical-align: super;
  margin-right: 2px;
}

.pricing-amount .period {
  font-size: 0.85rem;
  color: var(--grey-500);
  font-weight: 500;
}

.pricing-desc {
  font-size: 0.9rem;
  color: var(--grey-500);
  line-height: 1.6;
  margin: 16px 0 28px;
}

.pricing-features {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-bottom: 36px;
  flex-grow: 1;
}

.pricing-features li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 0.88rem;
  color: var(--grey-700);
  line-height: 1.45;
}

.pricing-features li .check-icon {
  color: var(--red);
  flex-shrink: 0;
  margin-top: 2px;
}

.pricing-cta {
  margin-top: auto;
}

.pricing-card.featured .pricing-cta .btn {
  background: var(--red);
  color: var(--white);
}

/* ==========================================================================
   ENHANCED GALLERY
   ========================================================================== */
.masonry-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 240px);
  gap: 20px;
}

.masonry-gallery .g-item:nth-child(1) {
  grid-row: span 2;
}

.masonry-gallery .g-item:nth-child(4) {
  grid-column: span 2;
}

.masonry-gallery .g-item {
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
  cursor: pointer;
  transition: all var(--dur) var(--ease);
}

.masonry-gallery .g-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s var(--ease);
}

.masonry-gallery .g-item:hover img {
  transform: scale(1.08);
}

.masonry-gallery .g-item .g-hover {
  position: absolute;
  inset: 0;
  background: rgba(199, 16, 16, 0.5);
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity var(--dur) var(--ease);
  flex-direction: column;
  gap: 8px;
}

.masonry-gallery .g-item:hover .g-hover {
  opacity: 1;
}

.g-hover-label {
  color: var(--white);
  font-family: var(--font-heading);
  font-size: 0.82rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

/* ==========================================================================
   COUNT-UP ANIMATION
   ========================================================================== */
@keyframes countPulse {
  0% { transform: scale(1); }
  50% { transform: scale(1.05); }
  100% { transform: scale(1); }
}

.stat-value.counted {
  animation: countPulse 0.5s ease;
}

/* ==========================================================================
   RESPONSIVE BREAKPOINTS
   ========================================================================== */
@media (max-width: 1024px) {
  .about-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .about-img-wrap {
    height: 380px;
  }
  .stats-band-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
  }
  .stat-block + .stat-block::before {
    display: none;
  }
  .pricing-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 768px) {
  .about-stats-row {
    flex-wrap: wrap;
    gap: 24px;
    justify-content: center;
  }
  .stats-band-grid {
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }
  .pricing-grid {
    grid-template-columns: 1fr;
    gap: 24px;
    max-width: 420px;
    margin-left: auto;
    margin-right: auto;
  }
  .masonry-gallery {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
  }
  .masonry-gallery .g-item:nth-child(1) {
    grid-row: span 1;
  }
  .masonry-gallery .g-item:nth-child(4) {
    grid-column: span 1;
  }
}

@media (max-width: 480px) {
  .stats-band-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .masonry-gallery {
    grid-template-columns: 1fr;
  }
  .about-pullquote {
    font-size: 1.2rem;
  }
}

/* ==========================================================================
   HOMEPAGE STRUCTURED REDESIGN STYLES (NON-HERO) — ULTRA-PREMIUM ATHLETIC LIGHT/DARK
   ========================================================================== */

/* ── 1. LIVE STATS & METRICS STRIP ── */
.home-stats-strip {
  background: #09090d;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  padding: 44px 0;
  position: relative;
  z-index: 10;
}
.home-stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  align-items: center;
}
.stat-card-item {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 22px 26px;
  background: rgba(255, 255, 255, 0.025);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--radius-lg);
  transition: all 0.35s var(--ease);
}
.stat-card-item:hover {
  background: rgba(199, 16, 16, 0.08);
  border-color: rgba(199, 16, 16, 0.4);
  transform: translateY(-4px);
  box-shadow: 0 12px 30px rgba(0,0,0,0.4), 0 0 20px rgba(199, 16, 16, 0.15);
}
.stat-icon-wrap {
  width: 54px;
  height: 54px;
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(199, 16, 16, 0.25) 0%, rgba(199, 16, 16, 0.08) 100%);
  border: 1px solid rgba(199, 16, 16, 0.3);
  color: var(--red);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.stat-info-wrap {
  display: flex;
  flex-direction: column;
}
.stat-number-val {
  font-family: var(--font-heading);
  font-size: clamp(1.8rem, 2.6vw, 2.4rem);
  font-weight: 900;
  color: #ffffff;
  line-height: 1;
  letter-spacing: -0.02em;
}
.stat-number-val span {
  color: var(--red);
}
.stat-label-text {
  font-family: var(--font-body);
  font-size: 0.84rem;
  color: rgba(255, 255, 255, 0.65);
  font-weight: 500;
  margin-top: 6px;
}

/* ── 2. FEATURE CARDS ── */
.feature-card {
  background: var(--white);
  border: 1px solid var(--grey-100);
  border-left: 4px solid var(--red);
  border-radius: var(--radius-lg);
  padding: 34px 28px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.02);
  transition: all 0.3s var(--ease);
  position: relative;
  overflow: hidden;
}
.feature-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 45px rgba(199, 16, 16, 0.12);
  border-color: var(--red-100);
  border-left-color: var(--red);
}
.feature-card .card-num {
  position: absolute;
  top: 18px;
  right: 24px;
  font-family: var(--font-heading);
  font-size: 1.8rem;
  font-weight: 900;
  color: var(--grey-100);
  user-select: none;
  transition: color 0.3s;
}
.feature-card:hover .card-num {
  color: rgba(199, 16, 16, 0.2);
}

/* ── 3. NEXT-GEN BENTO GRID ── */
.home-bento-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: minmax(260px, auto);
  gap: 28px;
}
.bento-card {
  background: #111116;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--radius-xl);
  padding: 40px;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: all 0.35s var(--ease);
  box-shadow: 0 10px 30px rgba(0,0,0,0.3);
}
.bento-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 25px 50px rgba(0,0,0,0.5), 0 0 30px rgba(199, 16, 16, 0.15);
  border-color: rgba(199, 16, 16, 0.4);
}
.bento-card.bento-wide {
  grid-column: span 2;
}
.bento-card.bento-tall {
  grid-row: span 2;
}
.bento-bg-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.35;
  transition: transform 0.6s var(--ease), opacity 0.6s var(--ease);
  z-index: 1;
}
.bento-card:hover .bento-bg-img {
  transform: scale(1.06);
  opacity: 0.45;
}
.bento-overlay-grad {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(17,17,22,0.4) 0%, rgba(17,17,22,0.95) 100%);
  z-index: 2;
}
.bento-card-content {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}
.bento-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 14px;
  border-radius: 100px;
  font-family: var(--font-heading);
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 18px;
  width: fit-content;
}
.bento-badge.red {
  background: rgba(199, 16, 16, 0.2);
  color: #ff5252;
  border: 1px solid rgba(199, 16, 16, 0.4);
}
.bento-badge.dark {
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.15);
}

/* ── 4. QUIZ TEASER BANNER ── */
.quiz-teaser-banner {
  background: linear-gradient(135deg, #09090d 0%, #1a0a10 50%, #09090d 100%);
  border: 1px solid rgba(199, 16, 16, 0.3);
  border-radius: var(--radius-xl);
  padding: 52px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 36px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 25px 60px rgba(0,0,0,0.5);
}
.quiz-teaser-banner::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -20%;
  width: 350px;
  height: 350px;
  background: rgba(199, 16, 16, 0.2);
  filter: blur(90px);
  border-radius: 50%;
  pointer-events: none;
}
.quiz-teaser-banner::after {
  content: '';
  position: absolute;
  bottom: -50%;
  right: -10%;
  width: 350px;
  height: 350px;
  background: rgba(199, 16, 16, 0.15);
  filter: blur(90px);
  border-radius: 50%;
  pointer-events: none;
}

/* ── 5. RESPONSIVE BREAKPOINTS ── */
@media (max-width: 1024px) {
  .home-stats-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .home-bento-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .bento-card.bento-wide {
    grid-column: span 2;
  }
}
@media (max-width: 768px) {
  .home-stats-grid {
    grid-template-columns: 1fr;
  }
  .home-bento-grid {
    grid-template-columns: 1fr;
  }
  .bento-card.bento-wide,
  .bento-card.bento-tall {
    grid-column: span 1;
    grid-row: span 1;
  }
  .quiz-teaser-banner {
    flex-direction: column;
    text-align: center;
    padding: 36px 24px;
  }
}

/* ── 6. LIGHT THEME HOMEPAGE STYLES ── */
.quick-sales-hub {
  background: var(--white);
  border: 1.5px solid rgba(199, 16, 16, 0.15);
  border-radius: var(--radius-xl);
  padding: 36px;
  box-shadow: 0 16px 40px rgba(199, 16, 16, 0.06);
  position: relative;
  overflow: hidden;
  margin-bottom: 48px;
}
.sales-badge-glow {
  background: #FDF2F4;
  color: var(--red);
  border: 1px solid rgba(199, 16, 16, 0.25);
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  padding: 6px 14px;
  border-radius: 100px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.sales-deal-card {
  background: #FFFFFF;
  border: 1px solid var(--grey-100);
  border-radius: var(--radius-lg);
  padding: 24px;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  box-shadow: 0 4px 16px rgba(0,0,0,0.02);
}
.sales-deal-card:hover {
  border-color: var(--red);
  transform: translateY(-4px);
  box-shadow: 0 12px 30px rgba(199, 16, 16, 0.12);
}
.sales-deal-card.popular {
  border: 2px solid var(--red);
  background: linear-gradient(180deg, #FFFDFD 0%, #FFF5F6 100%);
}

.light-bento-card {
  background: #FFFFFF;
  border: 1px solid var(--grey-100);
  border-radius: var(--radius-xl);
  padding: 36px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0,0,0,0.02);
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.light-bento-card:hover {
  border-color: rgba(199, 16, 16,0.3);
  transform: translateY(-4px);
  box-shadow: 0 16px 40px rgba(0,0,0,0.06);
}
.light-bento-card.wide {
  grid-column: span 2;
}

@media (max-width: 1024px) {
  .light-bento-card.wide {
    grid-column: span 1;
  }
}

/* =========================================================
   FALCON HOME PAGE — WORLD-CLASS SPORTS UI/UX DESIGN SYSTEM
   ========================================================= */

/* Filter Tab Pills */
.filter-tabs-row {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
}
.tab-pill-btn {
  background: var(--grey-50);
  color: var(--grey-700);
  border: 1px solid var(--grey-100);
  padding: 10px 22px;
  border-radius: 100px;
  font-family: var(--font-heading);
  font-size: 0.84rem;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.tab-pill-btn:hover {
  background: var(--white);
  border-color: var(--red);
  color: var(--red);
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(199, 16, 16, 0.1);
}
.tab-pill-btn.active {
  background: var(--red);
  color: var(--white);
  border-color: var(--red);
  box-shadow: 0 8px 24px rgba(199, 16, 16, 0.25);
}

/* Program Card Styling */
.prog-card-landing {
  background: var(--white);
  border: 1px solid var(--grey-100);
  border-radius: var(--radius-xl);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
  box-shadow: 0 4px 20px rgba(0,0,0,0.02);
  position: relative;
}
.prog-card-landing:hover {
  transform: translateY(-6px);
  border-color: rgba(199, 16, 16, 0.25);
  box-shadow: 0 20px 50px rgba(0,0,0,0.08);
}
.prog-card-media {
  position: relative;
  height: 240px;
  overflow: hidden;
}
.prog-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}
.prog-card-landing:hover .prog-card-media img {
  transform: scale(1.06);
}
.prog-badge-level {
  position: absolute;
  top: 16px;
  left: 16px;
  background: rgba(17, 17, 20, 0.85);
  backdrop-filter: blur(8px);
  color: var(--white);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 5px 12px;
  border-radius: 100px;
  border: 1px solid rgba(255,255,255,0.15);
}
.prog-badge-age {
  position: absolute;
  bottom: 16px;
  left: 16px;
  background: var(--red);
  color: var(--white);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  padding: 4px 10px;
  border-radius: 4px;
  text-transform: uppercase;
}

/* Roadmap Component */
.roadmap-container {
  position: relative;
  margin-top: 40px;
}
.roadmap-steps-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 12px;
  position: relative;
  z-index: 2;
}
.roadmap-step-card {
  background: var(--white);
  border: 1.5px solid var(--grey-100);
  border-radius: var(--radius-lg);
  padding: 20px 16px;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  text-align: center;
  position: relative;
}
.roadmap-step-card:hover, .roadmap-step-card.active {
  border-color: var(--red);
  background: var(--red-50);
  transform: translateY(-4px);
  box-shadow: 0 10px 30px rgba(199, 16, 16, 0.12);
}
.step-num-bubble {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--grey-50);
  color: var(--black);
  font-weight: 900;
  font-size: 0.9rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 12px;
  font-family: var(--font-heading);
  transition: all 0.3s ease;
}
.roadmap-step-card.active .step-num-bubble,
.roadmap-step-card:hover .step-num-bubble {
  background: var(--red);
  color: var(--white);
}

.roadmap-detail-display {
  background: var(--white);
  border: 1px solid var(--grey-100);
  border-radius: var(--radius-xl);
  padding: 40px;
  margin-top: 24px;
  box-shadow: 0 10px 40px rgba(0,0,0,0.03);
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 40px;
  align-items: center;
}

/* Event Poster Cards */
.event-poster-card {
  background: var(--white);
  border: 1px solid var(--grey-100);
  border-radius: var(--radius-xl);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: all 0.35s ease;
  box-shadow: 0 4px 20px rgba(0,0,0,0.02);
}
.event-poster-card:hover {
  border-color: var(--red);
  transform: translateY(-6px);
  box-shadow: 0 20px 45px rgba(199, 16, 16, 0.12);
}
.event-poster-header {
  position: relative;
  height: 220px;
  overflow: hidden;
}
.event-poster-header img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.event-poster-card:hover .event-poster-header img {
  transform: scale(1.05);
}
.event-date-chip {
  position: absolute;
  top: 16px;
  right: 16px;
  background: var(--white);
  color: var(--black);
  border-radius: 12px;
  padding: 8px 14px;
  text-align: center;
  box-shadow: 0 4px 15px rgba(0,0,0,0.15);
  font-family: var(--font-heading);
}
.event-date-chip .day { font-size: 1.2rem; font-weight: 900; line-height: 1; color: var(--red); }
.event-date-chip .month { font-size: 0.68rem; font-weight: 800; text-transform: uppercase; letter-spacing: 0.05em; color: var(--grey-700); }

/* 3D 360-Degree Double-Sided Membership Pass Card */
.card-3d-scene {
  perspective: 1000px;
  width: 100%;
  max-width: 410px;
  height: 245px;
  margin: 0 auto 16px auto;
  position: relative;
}

.card-3d-flipper {
  width: 100%;
  height: 100%;
  position: relative;
  transform-style: preserve-3d;
  animation: rotate360Card 12s linear infinite;
  transition: transform 0.8s cubic-bezier(0.4, 0.2, 0.2, 1);
}

.card-3d-scene:hover .card-3d-flipper {
  animation-play-state: paused;
}

.card-3d-flipper.manual-flip-back {
  animation: none !important;
  transform: rotateY(180deg) !important;
}

.card-3d-flipper.manual-flip-front {
  animation: none !important;
  transform: rotateY(0deg) !important;
}

@keyframes rotate360Card {
  0% { transform: rotateY(0deg); }
  50% { transform: rotateY(180deg); }
  100% { transform: rotateY(360deg); }
}

.card-face {
  width: 100%;
  height: 100%;
  border-radius: 18px;
  box-sizing: border-box;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}

.card-face-front {
  z-index: 2;
  transform: rotateY(0deg);
}

.card-face-back {
  transform: rotateY(180deg);
}

/* Coach Cards */
.coach-pro-card {
  background: var(--white);
  border: 1px solid var(--grey-100);
  border-radius: var(--radius-xl);
  overflow: hidden;
  transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
  box-shadow: 0 4px 20px rgba(0,0,0,0.02);
  display: flex;
  flex-direction: column;
}
.coach-pro-card:hover {
  transform: translateY(-6px);
  border-color: rgba(199, 16, 16, 0.3);
  box-shadow: 0 20px 45px rgba(0,0,0,0.07);
}
.coach-photo-box {
  position: relative;
  height: 340px;
  overflow: hidden;
}
.coach-photo-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  transition: transform 0.5s ease;
}
.coach-pro-card:hover .coach-photo-box img {
  transform: scale(1.04);
}

/* Quick Booking Widget Teaser */
.booking-widget-teaser {
  background: var(--white);
  border: 1.5px solid var(--grey-100);
  border-radius: var(--radius-xl);
  padding: 36px;
  box-shadow: 0 10px 40px rgba(0,0,0,0.03);
}

/* Mobile responsive adjustments */
@media (max-width: 1024px) {
  .roadmap-steps-grid { grid-template-columns: repeat(3, 1fr); }
  .roadmap-detail-display { grid-template-columns: 1fr; }
}
@media (max-width: 640px) {
  .roadmap-steps-grid { grid-template-columns: repeat(2, 1fr); }
  .filter-tabs-row { flex-wrap: nowrap; overflow-x: auto; justify-content: flex-start; padding-bottom: 8px; }
  .tab-pill-btn { white-space: nowrap; }
}

/* ==========================================================================
   FULL WIDTH CRIMSON RED TESTIMONIAL CARDS & LEFT-TO-RIGHT SLIDER ANIMATION
   ========================================================================== */
.testi-slider-wrapper {
  position: relative;
  width: 100vw;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  overflow: hidden;
  padding: 32px 0 48px;
  mask-image: none;
  -webkit-mask-image: none;
}

.testi-slider-track {
  display: flex;
  gap: 28px;
  width: max-content;
  animation: slideLeftToRight 50s linear infinite;
  will-change: transform;
}

.testi-slider-wrapper:hover .testi-slider-track {
  animation-play-state: paused;
}

@keyframes slideLeftToRight {
  0% {
    transform: translateX(-33.3333%);
  }
  100% {
    transform: translateX(-50%);
  }
}

/* Crimson Red Testimonial Card with White Text & Scaling Animations */
.simple-testi-card,
.red-testi-card {
  width: 460px;
  flex-shrink: 0;
  background: #c71010;
  border: 1.5px solid rgba(255, 255, 255, 0.25);
  border-radius: 24px;
  padding: 32px 28px;
  color: #FFFFFF !important;
  box-shadow: 0 14px 35px rgba(199, 16, 16, 0.35), 0 4px 15px rgba(0, 0, 0, 0.15);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.4s ease, border-color 0.4s ease;
  user-select: none;
}

/* Dynamic Hover Lift & Scale Transition */
.simple-testi-card:hover,
.red-testi-card:hover {
  transform: translateY(-8px) scale(1.025);
  border-color: rgba(255, 255, 255, 0.7);
  box-shadow: 0 25px 60px rgba(199, 16, 16, 0.55), 0 0 30px rgba(255, 255, 255, 0.2);
}

@media (max-width: 640px) {
  .simple-testi-card,
  .red-testi-card {
    width: 320px;
    padding: 24px 20px;
  }
}

/* Premium Vector Star Row */
.testi-stars-row {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-bottom: 14px;
}

.star-icon {
  width: 18px;
  height: 18px;
  fill: #FFD700;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.25));
}

.simple-testi-quote,
.red-testi-quote {
  font-family: var(--font-body, 'DM Sans', sans-serif);
  font-size: 0.98rem;
  line-height: 1.65;
  color: #FFFFFF !important;
  margin-bottom: 24px;
  flex-grow: 1;
  font-weight: 400;
  opacity: 0.96;
}

.simple-testi-author,
.red-testi-author {
  display: flex;
  align-items: center;
  gap: 14px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.simple-testi-avatar-wrap,
.red-testi-avatar-wrap {
  position: relative;
  width: 48px;
  height: 48px;
  flex-shrink: 0;
}

.simple-testi-avatar,
.red-testi-avatar {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  border: 2.5px solid #FFFFFF;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
}

.simple-testi-verified,
.red-testi-verified {
  position: absolute;
  bottom: -2px;
  right: -2px;
  width: 16px;
  height: 16px;
  background: #00E676;
  color: #000000;
  border-radius: 50%;
  font-size: 10px;
  font-weight: 900;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #FFFFFF;
}

.simple-testi-name,
.red-testi-name {
  font-family: var(--font-heading, 'Montserrat', sans-serif);
  font-size: 1.05rem;
  font-weight: 800;
  color: #FFFFFF !important;
  margin: 0 0 3px 0;
  line-height: 1.2;
}

.simple-testi-role,
.red-testi-role {
  font-size: 0.78rem;
  color: rgba(255, 255, 255, 0.88) !important;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

/* 3-Step Wizard Pills */
.wizard-step-pill {
  font-size: 0.62rem;
  font-weight: 700;
  padding: 3px 8px;
  border-radius: 100px;
  background: #F3F4F6;
  color: #6B7280;
  transition: all 0.2s ease;
}
.wizard-step-pill.active-step-pill {
  background: #c71010;
  color: #FFFFFF;
  font-weight: 800;
  box-shadow: 0 2px 8px rgba(199, 16, 16, 0.25);
}

/* 3D 360-Degree Double-Sided Membership Pass Card */
.card-3d-scene {
  perspective: 1000px;
  width: 100%;
  max-width: 410px;
  margin: 0 auto 14px auto;
}

.card-3d-flipper {
  width: 100%;
  min-height: 235px;
  position: relative;
  transform-style: preserve-3d;
  animation: rotate360Card 12s linear infinite;
  transition: transform 0.8s cubic-bezier(0.4, 0.2, 0.2, 1);
}

.card-3d-scene:hover .card-3d-flipper {
  animation-play-state: paused;
}

.card-3d-flipper.manual-flip-back {
  animation: none !important;
  transform: rotateY(180deg) !important;
}

.card-3d-flipper.manual-flip-front {
  animation: none !important;
  transform: rotateY(0deg) !important;
}

@keyframes rotate360Card {
  0% { transform: rotateY(0deg); }
  50% { transform: rotateY(180deg); }
  100% { transform: rotateY(360deg); }
}

.card-face {
  width: 100%;
  border-radius: 18px;
  box-sizing: border-box;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  position: relative;
  overflow: hidden;
}

.card-face-front {
  z-index: 2;
  transform: rotateY(0deg);
}

.card-face-back {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  transform: rotateY(180deg);
  z-index: 1;
}

/* ==========================================================================
   INTERACTIVE HOMEPAGE SUITE STYLES
   ========================================================================== */

/* 1. Live Scores & Ticker Banner */
.live-ticker-banner {
  background: var(--black);
  color: var(--white);
  padding: 12px 0;
  border-bottom: 1px solid rgba(255,255,255,0.08);
  font-size: 0.85rem;
  overflow: hidden;
  position: relative;
}
.ticker-wrap {
  display: flex;
  align-items: center;
  gap: 24px;
}
.ticker-live-pill {
  background: #ff1744;
  color: white;
  font-size: 0.68rem;
  font-weight: 800;
  padding: 4px 10px;
  border-radius: 100px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  flex-shrink: 0;
  animation: pulsePill 2s infinite;
}
@keyframes pulsePill {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.85; transform: scale(0.97); }
}
.ticker-marquee {
  display: flex;
  gap: 36px;
  white-space: nowrap;
  animation: marqueeScroll 25s linear infinite;
}
@keyframes marqueeScroll {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}
.ticker-item {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: rgba(255,255,255,0.85);
}
.ticker-item strong {
  color: #ffffff;
}

/* 2. Court Matrix Section */
.court-matrix-section {
  background: #ffffff;
  padding: 100px 0;
  border-bottom: 1px solid var(--grey-100);
}
.matrix-tab-bar {
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 40px;
}
.matrix-tab-btn {
  background: var(--grey-50);
  border: 1px solid var(--grey-200);
  padding: 10px 22px;
  border-radius: 100px;
  font-weight: 700;
  font-size: 0.85rem;
  color: var(--grey-700);
  transition: all 0.25s ease;
  cursor: pointer;
}
.matrix-tab-btn.active, .matrix-tab-btn:hover {
  background: var(--black);
  color: var(--white);
  border-color: var(--black);
}
.court-matrix-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 24px;
}
.court-matrix-card {
  background: #ffffff;
  border: 1.5px solid var(--grey-200);
  border-radius: var(--radius-lg);
  padding: 24px;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.court-matrix-card:hover {
  border-color: var(--red);
  transform: translateY(-5px);
  box-shadow: 0 16px 40px rgba(199, 16, 16, 0.12);
}
.court-card-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}
.court-num {
  font-family: var(--font-heading);
  font-weight: 900;
  font-size: 1.25rem;
  color: var(--black);
}
.court-status-pill {
  font-size: 0.72rem;
  font-weight: 800;
  padding: 4px 10px;
  border-radius: 100px;
  text-transform: uppercase;
}
.status-avail { background: rgba(0, 230, 118, 0.15); color: #00a854; }
.status-busy { background: rgba(255, 23, 68, 0.12); color: #d50000; }
.status-reserved { background: rgba(255, 171, 0, 0.15); color: #ff8f00; }

.court-card-body {
  margin-bottom: 20px;
}
.court-mat-info {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.82rem;
  color: var(--grey-500);
  margin-bottom: 12px;
}
.court-slot-info {
  display: flex;
  justify-content: space-between;
  font-size: 0.84rem;
  background: var(--grey-50);
  padding: 10px 14px;
  border-radius: var(--radius);
  color: var(--grey-700);
}

/* 3. Academy Section */
.coaching-academy-section {
  background: #FAFAFC;
  padding: 100px 0;
  border-bottom: 1px solid var(--grey-100);
}
.academy-tab-bar {
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 48px;
}
.academy-tab-btn {
  background: var(--white);
  border: 1.5px solid var(--grey-200);
  padding: 12px 24px;
  border-radius: var(--radius-lg);
  font-weight: 800;
  font-size: 0.88rem;
  color: var(--grey-700);
  transition: all 0.25s ease;
  cursor: pointer;
}
.academy-tab-btn.active {
  background: var(--red);
  color: var(--white);
  border-color: var(--red);
  box-shadow: 0 8px 24px rgba(199, 16, 16, 0.25);
}
.academy-tab-content-wrap {
  transition: all 0.3s ease;
}
.academy-content-grid {
  display: grid;
  grid-template-columns: 1.3fr 0.9fr;
  gap: 48px;
  align-items: center;
  background: var(--white);
  border: 1.5px solid var(--grey-200);
  border-radius: var(--radius-xl);
  padding: 44px;
  box-shadow: 0 12px 40px rgba(0,0,0,0.03);
}
@media (max-width: 900px) {
  .academy-content-grid { grid-template-columns: 1fr; padding: 28px; }
}
.chip-sm {
  background: rgba(199, 16, 16, 0.1);
  color: var(--red);
  font-size: 0.72rem;
  font-weight: 800;
  padding: 4px 12px;
  border-radius: 100px;
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 12px;
}
.academy-title {
  font-family: var(--font-heading);
  font-size: 1.8rem;
  font-weight: 900;
  color: var(--black);
  margin-bottom: 10px;
}
.academy-desc {
  color: var(--grey-500);
  font-size: 0.96rem;
  line-height: 1.65;
  margin-bottom: 28px;
}
.skill-meters-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 28px;
}
.skill-meter-header {
  display: flex;
  justify-content: space-between;
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--black);
  margin-bottom: 6px;
}
.skill-bar-track {
  height: 8px;
  background: var(--grey-100);
  border-radius: 100px;
  overflow: hidden;
}
.skill-bar-fill {
  height: 100%;
  background: linear-gradient(90deg, var(--red) 0%, #ff5252 100%);
  border-radius: 100px;
  transition: width 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}
.academy-schedule-box {
  display: flex;
  align-items: center;
  gap: 10px;
  background: var(--grey-50);
  padding: 12px 18px;
  border-radius: var(--radius);
  font-size: 0.86rem;
  color: var(--grey-700);
  margin-bottom: 28px;
}
.academy-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

.coach-highlight-card {
  background: var(--grey-50);
  border: 1px solid var(--grey-200);
  border-radius: var(--radius-lg);
  overflow: hidden;
}
.coach-img-wrap {
  height: 240px;
  position: relative;
}
.coach-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.coach-tag {
  position: absolute;
  bottom: 12px;
  left: 12px;
  background: rgba(17,17,20,0.88);
  color: white;
  font-size: 0.7rem;
  font-weight: 800;
  padding: 4px 10px;
  border-radius: 4px;
  text-transform: uppercase;
}
.coach-card-details {
  padding: 20px;
}
.coach-card-details h4 {
  font-family: var(--font-heading);
  font-size: 1.2rem;
  font-weight: 900;
  color: var(--black);
  margin-bottom: 6px;
}
.coach-card-details p {
  font-size: 0.82rem;
  color: var(--grey-500);
  line-height: 1.5;
  margin-bottom: 16px;
}

/* 4. Membership Savings Calculator */
.membership-calculator-section {
  background: #ffffff;
  padding: 100px 0;
  border-bottom: 1px solid var(--grey-100);
}
.calculator-box {
  background: linear-gradient(135deg, #111114 0%, #1c1c22 100%);
  color: #ffffff;
  border-radius: var(--radius-xl);
  padding: 48px;
  margin-bottom: 56px;
  box-shadow: 0 20px 60px rgba(0,0,0,0.15);
}
.calc-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 48px;
  align-items: center;
}
@media (max-width: 900px) {
  .calc-grid { grid-template-columns: 1fr; padding: 24px; }
}
.slider-wrap {
  margin: 28px 0;
}
.slider-wrap label {
  display: flex;
  justify-content: space-between;
  font-size: 0.9rem;
  font-weight: 700;
  margin-bottom: 12px;
  color: rgba(255,255,255,0.9);
}
.custom-range-slider {
  width: 100%;
  height: 8px;
  border-radius: 100px;
  background: rgba(255,255,255,0.15);
  outline: none;
  accent-color: var(--red);
}
.calc-results-card {
  background: rgba(255,255,255,0.05);
  border: 1.5px solid rgba(255,255,255,0.1);
  border-radius: var(--radius-lg);
  padding: 28px;
  text-align: center;
}
.savings-big-num {
  font-family: var(--font-heading);
  font-size: 3rem;
  font-weight: 900;
  color: #00e676;
  margin: 10px 0;
}

/* 5. Facilities Showcase Section */
.facilities-showcase-section {
  background: #FAFAFC;
  padding: 100px 0;
  border-bottom: 1px solid var(--grey-100);
}
.facility-tab-bar {
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 48px;
}
.facility-tab-btn {
  background: var(--white);
  border: 1px solid var(--grey-200);
  padding: 12px 24px;
  border-radius: 100px;
  font-weight: 800;
  font-size: 0.85rem;
  color: var(--grey-700);
  transition: all 0.25s ease;
  cursor: pointer;
}
.facility-tab-btn.active, .facility-tab-btn:hover {
  background: var(--black);
  color: var(--white);
  border-color: var(--black);
}
.facility-showcase-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
  background: var(--white);
  border: 1.5px solid var(--grey-200);
  border-radius: var(--radius-xl);
  padding: 40px;
}
@media (max-width: 900px) {
  .facility-showcase-grid { grid-template-columns: 1fr; }
}
.facility-img-box {
  height: 340px;
  border-radius: var(--radius-lg);
  overflow: hidden;
  position: relative;
}
.facility-img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.facility-badge {
  position: absolute;
  top: 16px;
  left: 16px;
  background: var(--red);
  color: white;
  font-size: 0.7rem;
  font-weight: 800;
  padding: 4px 10px;
  border-radius: 4px;
  text-transform: uppercase;
}
.facility-title {
  font-family: var(--font-heading);
  font-size: 1.8rem;
  font-weight: 900;
  color: var(--black);
  margin-bottom: 12px;
}
.facility-desc {
  color: var(--grey-500);
  font-size: 0.96rem;
  line-height: 1.7;
  margin-bottom: 24px;
}
.facility-spec-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 28px;
}
.facility-spec-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--grey-700);
}

/* 6. Club Stats & Testimonials Section */
.stats-testimonials-section {
  background: #ffffff;
  padding: 100px 0;
}
.stats-counter-row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 32px;
  text-align: center;
  margin-bottom: 80px;
  background: #FFF0F2;
  border: 1.5px solid rgba(199, 16, 16, 0.15);
  border-radius: var(--radius-xl);
  padding: 44px 24px;
}
.stat-count-num {
  font-family: var(--font-heading);
  font-size: 3.2rem;
  font-weight: 900;
  color: var(--red);
  line-height: 1;
  margin-bottom: 8px;
}
.stat-label {
  font-size: 0.85rem;
  font-weight: 800;
  color: var(--black);
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

/* ==========================================================================
   HOME PAGE EXPANDED SECTIONS (Programs, Membership, Courts, Gallery, Articles)
   ========================================================================== */

/* ── Home Programs Section ── */
.home-programs-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
  margin-bottom: 48px;
}
@media (max-width: 900px) {
  .home-programs-grid { grid-template-columns: 1fr; }
}

.home-program-card {
  background: #ffffff;
  border: 1.5px solid var(--grey-200);
  border-radius: var(--radius-xl);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}
.home-program-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 40px rgba(0,0,0,0.08);
  border-color: var(--red-100);
}
.home-program-img-box {
  height: 240px;
  position: relative;
  overflow: hidden;
}
.home-program-img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.home-program-card:hover .home-program-img-box img {
  transform: scale(1.05);
}
.home-program-badge-group {
  position: absolute;
  top: 16px;
  left: 16px;
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  z-index: 2;
}
.home-prog-badge {
  background: var(--red);
  color: #ffffff;
  font-family: var(--font-heading);
  font-size: 0.68rem;
  font-weight: 800;
  padding: 4px 12px;
  border-radius: 100px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  box-shadow: 0 2px 8px rgba(199, 16, 16, 0.4);
}
.home-prog-badge-dark {
  background: rgba(17, 17, 20, 0.85);
  backdrop-filter: blur(8px);
  color: #ffffff;
  font-family: var(--font-heading);
  font-size: 0.68rem;
  font-weight: 700;
  padding: 4px 12px;
  border-radius: 100px;
  text-transform: uppercase;
}
.home-program-body {
  padding: 32px;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.home-program-title {
  font-family: var(--font-heading);
  font-size: 1.45rem;
  font-weight: 800;
  color: var(--black);
  margin-bottom: 12px;
  line-height: 1.25;
}
.home-program-desc {
  color: var(--grey-500);
  font-size: 0.94rem;
  line-height: 1.65;
  margin-bottom: 24px;
}
.home-program-features {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 28px;
}
.home-program-features li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--grey-700);
}
.home-program-features li svg {
  color: var(--red);
  flex-shrink: 0;
}
.home-program-footer {
  margin-top: auto;
  padding-top: 20px;
  border-top: 1px solid var(--grey-100);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.home-program-price {
  font-family: var(--font-heading);
  font-size: 1.35rem;
  font-weight: 900;
  color: var(--black);
}
.home-program-price span {
  font-size: 0.75rem;
  color: var(--grey-500);
  font-weight: 500;
}

/* ── Home Membership Section ── */
.home-membership-section {
  background: #f8f9fa;
  border-top: 1px solid var(--grey-100);
  border-bottom: 1px solid var(--grey-100);
}
.home-perks-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .home-perks-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 576px) {
  .home-perks-grid { grid-template-columns: 1fr; }
}
.home-perk-card {
  background: #ffffff;
  border: 1.5px solid var(--grey-200);
  border-radius: var(--radius-lg);
  padding: 24px;
  text-align: left;
  transition: transform 0.25s ease, border-color 0.25s ease;
}
.home-perk-card:hover {
  transform: translateY(-4px);
  border-color: var(--red);
}
.home-perk-icon-box {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: var(--red-50);
  color: var(--red);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}
.home-perk-title {
  font-family: var(--font-heading);
  font-size: 1.05rem;
  font-weight: 800;
  color: var(--black);
  margin-bottom: 8px;
}
.home-perk-desc {
  font-size: 0.85rem;
  color: var(--grey-500);
  line-height: 1.55;
}

.home-tiers-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  margin-bottom: 40px;
}
@media (max-width: 900px) {
  .home-tiers-grid { grid-template-columns: 1fr; }
}
.home-tier-card {
  background: #ffffff;
  border: 1.5px solid var(--grey-200);
  border-radius: var(--radius-xl);
  padding: 32px 28px;
  display: flex;
  flex-direction: column;
  position: relative;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.home-tier-card.featured {
  border: 2px solid var(--red);
  background: #ffffff;
  box-shadow: 0 12px 36px rgba(199, 16, 16, 0.12);
}
.home-tier-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 16px 40px rgba(0,0,0,0.08);
}
.home-tier-pop-tag {
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--red);
  color: #ffffff;
  font-family: var(--font-heading);
  font-size: 0.65rem;
  font-weight: 900;
  padding: 3px 14px;
  border-radius: 100px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  box-shadow: 0 4px 12px rgba(199, 16, 16, 0.3);
}
.home-tier-name {
  font-family: var(--font-heading);
  font-size: 1.25rem;
  font-weight: 900;
  color: var(--black);
  margin-bottom: 6px;
  text-transform: uppercase;
}
.home-tier-price {
  font-family: var(--font-heading);
  font-size: 2.2rem;
  font-weight: 900;
  color: var(--black);
  margin-bottom: 20px;
  line-height: 1;
}
.home-tier-card.featured .home-tier-price {
  color: var(--red);
}
.home-tier-price span {
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--grey-500);
}
.home-tier-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 28px;
}
.home-tier-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--grey-700);
}
.home-tier-list li svg {
  color: var(--red);
  flex-shrink: 0;
}

/* ── Home Courts Section ── */
.home-courts-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
  margin-bottom: 48px;
}
@media (max-width: 900px) {
  .home-courts-grid {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 12px !important;
  }
}
.home-court-card {
  background: #ffffff;
  border: 1.5px solid var(--grey-200);
  border-radius: var(--radius-xl);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}
.home-court-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 40px rgba(0,0,0,0.08);
  border-color: var(--red-100);
}
.home-court-img-box {
  height: 250px;
  position: relative;
  overflow: hidden;
}
.home-court-img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.home-court-card:hover .home-court-img-box img {
  transform: scale(1.06);
}
.court-status-badge {
  position: absolute;
  bottom: 16px;
  left: 16px;
  background: rgba(17, 17, 20, 0.85);
  backdrop-filter: blur(8px);
  color: #ffffff;
  font-size: 0.72rem;
  font-weight: 700;
  padding: 6px 14px;
  border-radius: 100px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.court-pulse-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #10b981;
  box-shadow: 0 0 0 0 rgba(16, 185, 129, 0.7);
  animation: pulseGreen 1.8s infinite;
}
@keyframes pulseGreen {
  0% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(16, 185, 129, 0.7); }
  70% { transform: scale(1); box-shadow: 0 0 0 6px rgba(16, 185, 129, 0); }
  100% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(16, 185, 129, 0); }
}

/* ── Falcon Club Moments / Gallery Grid Section ── */
.home-gallery-mosaic {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 24px;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .home-gallery-mosaic {
    grid-template-columns: repeat(6, 1fr);
    gap: 16px;
  }
}
@media (max-width: 600px) {
  .home-gallery-mosaic {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 10px !important;
  }
}

/* Custom geometric shapes for each tile */
.gallery-tile {
  position: relative;
  overflow: hidden;
  border: 1.5px solid var(--grey-200);
  background: var(--black);
  aspect-ratio: 16 / 9;
  width: 100%;
  transition: transform 0.4s ease, box-shadow 0.4s ease, border-color 0.4s ease;
}
.gallery-tile:hover {
  transform: translateY(-4px) scale(1.01);
  box-shadow: 0 16px 36px rgba(0,0,0,0.18);
  border-color: var(--red);
}

/* Varied Geometry Classes */
.tile-rect-tall {
  grid-column: span 4;
  grid-row: span 1;
  border-radius: 20px;
}
.tile-square-large {
  grid-column: span 4;
  grid-row: span 1;
  border-radius: 20px;
}
.tile-rect-wide {
  grid-column: span 4;
  grid-row: span 1;
  border-radius: 20px;
}
.tile-square-small {
  grid-column: span 4;
  grid-row: span 1;
  border-radius: 20px;
}
.tile-badge-rounded {
  grid-column: span 4;
  grid-row: span 1;
  border-radius: 36px 12px 36px 12px;
}
.tile-rect-landscape {
  grid-column: span 4;
  grid-row: span 1;
  border-radius: 20px;
}

@media (max-width: 992px) {
  .tile-rect-tall, .tile-square-large, .tile-rect-wide, .tile-square-small, .tile-badge-rounded, .tile-rect-landscape {
    grid-column: span 3;
    grid-row: span 1;
    border-radius: 16px;
  }
}
@media (max-width: 600px) {
  .tile-rect-tall, .tile-square-large, .tile-rect-wide, .tile-square-small, .tile-badge-rounded, .tile-rect-landscape {
    grid-column: span 1 !important;
    grid-row: span 1 !important;
    height: 115px !important;
    border-radius: 12px !important;
  }
}

.gallery-tile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 1;
  transition: transform 0.5s ease;
}
.gallery-tile:hover img {
  transform: scale(1.06);
}
.gallery-tile-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0) 40%, rgba(0,0,0,0.82) 100%);
  display: flex;
  align-items: flex-end;
  padding: 20px;
  transition: background 0.3s ease;
}
.gallery-tile-tag {
  background: rgba(199, 16, 16, 0.9);
  backdrop-filter: blur(6px);
  color: #ffffff;
  font-family: var(--font-heading);
  font-size: 0.72rem;
  font-weight: 800;
  padding: 5px 14px;
  border-radius: 100px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  box-shadow: 0 4px 12px rgba(0,0,0,0.3);
  transform: translateY(4px);
  transition: transform 0.3s ease;
}
.gallery-tile:hover .gallery-tile-tag {
  transform: translateY(0);
}

/* ── Home Articles Section ── */
.home-articles-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  margin-bottom: 48px;
}
@media (max-width: 900px) {
  .home-articles-grid { grid-template-columns: 1fr; }
}
.home-article-card {
  background: #ffffff;
  border: 1.5px solid var(--grey-200);
  border-radius: var(--radius-xl);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}
.home-article-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 40px rgba(0,0,0,0.08);
  border-color: var(--red-100);
}
.home-article-img-box {
  height: 200px;
  position: relative;
  overflow: hidden;
}
.home-article-img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.home-article-card:hover .home-article-img-box img {
  transform: scale(1.06);
}
.home-article-cat {
  position: absolute;
  top: 14px;
  left: 14px;
  background: var(--red);
  color: #ffffff;
  font-family: var(--font-heading);
  font-size: 0.65rem;
  font-weight: 800;
  padding: 4px 12px;
  border-radius: 100px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.home-article-body {
  padding: 28px;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.home-article-meta {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 0.78rem;
  color: var(--grey-500);
  font-weight: 600;
  margin-bottom: 12px;
}
.home-article-title {
  font-family: var(--font-heading);
  font-size: 1.15rem;
  font-weight: 800;
  color: var(--black);
  margin-bottom: 12px;
  line-height: 1.35;
}
.home-article-excerpt {
  color: var(--grey-500);
  font-size: 0.88rem;
  line-height: 1.6;
  margin-bottom: 20px;
}
.home-article-footer {
  margin-top: auto;
  padding-top: 16px;
  border-top: 1px solid var(--grey-100);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.home-article-author {
  font-size: 0.78rem;
  font-weight: 700;
  color: var(--grey-700);
}
.home-article-link {
  font-family: var(--font-heading);
  font-size: 0.82rem;
  font-weight: 800;
  color: var(--red);
  display: flex;
  align-items: center;
  gap: 4px;
  transition: gap 0.2s ease;
}
.home-article-card:hover .home-article-link {
  gap: 8px;
}

/* ════════════════════════════════════════════════════════════════
   NEW MODERN SIMPLE FOOTER FOR CONTACT PAGE
   ════════════════════════════════════════════════════════════════ */
.simple-modern-footer {
  background: #090a0f !important;
  color: #a0a5b5;
  padding: 72px 0 32px !important;
  position: relative;
  border-top: 1px solid rgba(255, 255, 255, 0.08) !important;
  margin-top: auto !important;
  font-family: var(--font-body);
}

.simple-modern-footer::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  max-width: 1000px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(199, 16, 16, 0.6), transparent);
}

.footer-top-grid {
  display: grid;
  grid-template-columns: 2.2fr 1fr 1.3fr 1.5fr;
  gap: 40px;
  margin-bottom: 56px;
  align-items: start;
}

.footer-brand-col .footer-brand-desc {
  font-size: 0.88rem;
  line-height: 1.65;
  color: #8a8f9e;
  margin-top: 18px;
  margin-bottom: 24px;
  max-width: 320px;
}

.footer-social-row {
  display: flex;
  gap: 10px;
}

.footer-social-btn {
  width: 38px;
  height: 38px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #a0a5b5;
  transition: all 0.25s ease;
  text-decoration: none;
}

.footer-social-btn:hover {
  background: #c71010;
  border-color: #c71010;
  color: #ffffff;
  transform: translateY(-3px);
  box-shadow: 0 6px 16px rgba(199, 16, 16, 0.35);
}

.footer-title {
  font-family: var(--font-heading);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 22px;
}

.footer-nav-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.footer-nav-list a {
  color: #8a8f9e;
  text-decoration: none;
  font-size: 0.88rem;
  font-weight: 500;
  transition: all 0.2s ease;
  display: inline-block;
}

.footer-nav-list a:hover {
  color: #ffffff;
  transform: translateX(4px);
}

.footer-contact-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.footer-contact-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 0.86rem;
  color: #8a8f9e;
  line-height: 1.5;
}

.footer-contact-item svg {
  color: #c71010;
  flex-shrink: 0;
  margin-top: 3px;
}

.footer-newsletter-box p {
  font-size: 0.86rem;
  line-height: 1.55;
  color: #8a8f9e;
  margin-bottom: 16px;
}

.footer-input-group {
  display: flex;
  gap: 8px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  padding: 4px;
  transition: border-color 0.2s ease;
}

.footer-input-group:focus-within {
  border-color: #c71010;
  background: rgba(255, 255, 255, 0.06);
}

.footer-input-group input {
  background: transparent;
  border: none;
  outline: none;
  padding: 8px 12px;
  color: #ffffff;
  font-size: 0.84rem;
  width: 100%;
}

.footer-input-group input::placeholder {
  color: #6b7280;
}

.footer-input-group button {
  background: #c71010;
  color: #ffffff;
  border: none;
  border-radius: 8px;
  padding: 8px 14px;
  font-weight: 700;
  font-size: 0.8rem;
  cursor: pointer;
  white-space: nowrap;
  transition: background 0.2s ease;
}

.footer-input-group button:hover {
  background: #e01212;
}

.footer-bottom-bar {
  border-top: 1px solid rgba(255, 255, 255, 0.07);
  padding-top: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}

.footer-copyright {
  font-size: 0.82rem;
  color: #6b7280;
}

.footer-bottom-right {
  display: flex;
  align-items: center;
  gap: 20px;
}

.footer-bottom-links {
  display: flex;
  gap: 16px;
}

.footer-bottom-links a {
  color: #6b7280;
  text-decoration: none;
  font-size: 0.82rem;
  transition: color 0.2s ease;
}

.footer-bottom-links a:hover {
  color: #a0a5b5;
}

.back-to-top-btn {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #ffffff;
  padding: 6px 14px;
  border-radius: 100px;
  font-size: 0.78rem;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.2s ease;
  display: flex;
  align-items: center;
  gap: 6px;
}

.back-to-top-btn:hover {
  background: #c71010;
  border-color: #c71010;
  transform: translateY(-2px);
}

@media (max-width: 992px) {
  .footer-top-grid {
    grid-template-columns: 1fr 1fr;
    gap: 36px;
  }
}

@media (max-width: 576px) {
  .footer-top-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .footer-bottom-bar {
    flex-direction: column;
    align-items: flex-start;
  }
}


/* ==========================================================================
   MASTER GLOBAL RESPONSIVE MEDIA QUERIES & MOBILE-FRIENDLY UTILITIES
   Covers: Smartphones (320px-576px), Tablets (576px-1024px), Laptops & TVs
   ========================================================================== */

/* ── 1. GLOBAL OVERFLOW & SAFETY PREVENTIONS ── */
html, body {
  overflow-x: hidden !important;
  width: 100% !important;
  max-width: 100% !important;
}

img, video, iframe, canvas, svg {
  max-width: 100% !important;
  height: auto;
}

/* ── 2. TABLET BREAKPOINT (max-width: 1024px) ── */
@media (max-width: 1024px) {
  .container {
    padding: 0 20px !important;
  }

  section {
    padding: 64px 0 !important;
  }

  /* Grid Adjustments */
  .grid-4, .grid-3 {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 24px !important;
  }

  .nav-links {
    gap: 12px;
  }
  .nav-links a {
    font-size: 0.8rem;
    padding: 6px 12px;
  }
}

/* ── 3. MOBILE LANDSCAPE & SMALL TABLET (max-width: 768px) ── */
@media (max-width: 768px) {
  .nav-links {
    display: none !important;
  }

  .hamburger {
    display: flex !important;
  }

  .nav-cta {
    padding: 8px 16px !important;
    font-size: 0.74rem !important;
  }

  /* Typography Fluid Scaling */
  .display-xl {
    font-size: clamp(2.2rem, 8vw, 3.5rem) !important;
  }
  .display-lg {
    font-size: clamp(1.8rem, 6vw, 2.6rem) !important;
  }
  .display-md {
    font-size: clamp(1.3rem, 5vw, 1.8rem) !important;
  }

  /* Layout Stacking */
  .grid-4, .grid-3, .grid-2 {
    grid-template-columns: 1fr !important;
    gap: 20px !important;
  }

  /* Hero Section Mobile */
  .hero {
    min-height: auto !important;
    padding-top: 100px !important;
    padding-bottom: 60px !important;
  }

  .hero-content {
    padding: 0 16px !important;
  }

  .hero-stats {
    gap: 20px !important;
    max-width: 100% !important;
  }

  .hstat-num {
    font-size: 1.6rem !important;
  }

  .hero-actions {
    flex-direction: column !important;
    width: 100% !important;
  }

  .hero-actions .btn {
    width: 100% !important;
    justify-content: center !important;
  }

  /* Forms Responsiveness */
  .form-grid-2, .form-grid-3, .reg-form-grid {
    grid-template-columns: 1fr !important;
    gap: 16px !important;
  }

  /* Inputs iOS Zoom Prevention */
  input[type="text"],
  input[type="email"],
  input[type="tel"],
  input[type="number"],
  input[type="password"],
  select,
  textarea {
    font-size: 16px !important; /* Prevents auto-zoom on iOS Safari */
  }

  /* Mobile Drawer Menu Sizing */
  .mobile-menu a {
    font-size: 1.5rem !important;
    padding: 8px 0;
  }
}

/* ── 4. SMARTPHONES (max-width: 576px) ── */
@media (max-width: 576px) {
  .container {
    padding: 0 16px !important;
  }

  section {
    padding: 48px 0 !important;
  }

  .logo-wordmark .wm-name {
    font-size: 1.05rem !important;
  }
  .logo-wordmark .wm-sub {
    font-size: 0.5rem !important;
  }

  /* Buttons Touch Target Sizing */
  .btn, .nav-cta, button {
    min-height: 44px !important;
  }

  /* Card Paddings on Mobile */
  .card, .home-article-card, .home-court-card, .reg-form-card {
    padding: 20px 16px !important;
  }

  .home-article-body {
    padding: 20px 16px !important;
  }

  /* Footer Stack */
  .footer-top-grid {
    grid-template-columns: 1fr !important;
    gap: 28px !important;
  }

  .footer-bottom-bar {
    flex-direction: column !alignment: flex-start !important;
    gap: 16px !important;
  }
}

/* ── 5. COMPACT MOBILE (max-width: 380px) ── */
@media (max-width: 380px) {
  .container {
    padding: 0 12px !important;
  }

  .display-xl {
    font-size: 2rem !important;
  }

  .display-lg {
    font-size: 1.6rem !important;
  }

  .logo-mark {
    width: 34px !important;
    height: 34px !important;
  }

  .nav-inner {
    padding: 0 12px !important;
    gap: 10px !important;
  }

  .nav-cta {
    padding: 6px 12px !important;
    font-size: 0.7rem !important;
  }
}


/* ==========================================================================
   FALCON BADMINTON CLUB — MASTER MOBILE OVERFLOW & HERO SCALING REPAIR
   Fixes 30% hero section left-alignment, 100vw horizontal scrolling,
   fixed pixel width overflows, and unconstrained mobile cards/tables.
   ========================================================================== */

/* ── 1. HARD CONTAINER & VIEWPORT BOUNDARY LOCK ── */
html {
  overflow-x: hidden !important;
  width: 100% !important;
  max-width: 100% !important;
}

body {
  overflow-x: hidden !important;
  width: 100% !important;
  max-width: 100% !important;
  position: relative !important;
}

*, *::before, *::after {
  box-sizing: border-box !important;
}

/* ── 2. FIX 100vw OVERFLOW CAUSING HORIZONTAL SCROLL & ZOOM OUT ── */
.testimonial-marquee-wrapper,
.testi-slider-wrapper,
.marquee-track,
.hero-video-wrap {
  width: 100% !important;
  max-width: 100% !important;
  overflow: hidden !important;
}

/* ── 3. FIX WATERMARKS & DECORATIVE ABSOLUTE ELEMENTS OVERFLOW ── */
.shuttlecock-watermark,
.spotlight-bg-watermark,
.hero-bg-glow,
.bk-hero-bg-glow,
.cta-band::before,
.cta-band::after {
  max-width: 100vw !important;
  overflow: hidden !important;
  pointer-events: none !important;
}

/* ── 4. MOBILE HERO SECTIONS FULL WIDTH & CENTERING (MAX-WIDTH: 768px) ── */
@media (max-width: 768px) {
  /* Container Padding Standardization */
  .container,
  .bk-container,
  .reg-container,
  .ap-container,
  .spotlight-container,
  .sketch-container,
  .checkout-container {
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 16px !important;
    padding-right: 16px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    box-sizing: border-box !important;
  }

  /* All Page Heroes Centered & 100% Width */
  .hero,
  .page-hero,
  .reg-page-hero,
  .bk-page-hero,
  .events-hero,
  .t-hero,
  .program-hero,
  .blog-hero {
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    overflow: hidden !important;
    box-sizing: border-box !important;
  }

  .hero-content,
  .page-hero-inner,
  .bk-hero-inner,
  .t-hero-content,
  .sketch-hero-left {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 auto !important;
    padding-left: 16px !important;
    padding-right: 16px !important;
    box-sizing: border-box !important;
    text-align: center !important;
  }

  .hero-headline,
  .display-xl,
  .display-lg,
  .sec-title,
  .spotlight-section-heading,
  .bk-section-title {
    width: 100% !important;
    max-width: 100% !important;
    font-size: clamp(1.8rem, 7vw, 2.8rem) !important;
    line-height: 1.15 !important;
    text-align: center !important;
    word-break: break-word !important;
  }

  .hero-desc,
  .sec-sub,
  .hero-tagline,
  .bk-section-subtitle,
  .t-hero-subtitle {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    font-size: 0.95rem !important;
    text-align: center !important;
  }

  /* Fix Fixed Width Cards & Sliders */
  .red-testi-card,
  .home-article-card,
  .home-court-card,
  .bento-card,
  .falcon-ticket-card,
  .t-court-svg-container,
  .t-court-info-panel,
  .t-reg-modal,
  .modal-box,
  .split-modal-box {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
  }

  /* Tournament Brackets & Wide Tables Scroll Safely */
  .t-bracket-wrapper,
  .table-responsive-wrap,
  .calendar-layout-grid {
    width: 100% !important;
    max-width: 100% !important;
    overflow-x: auto !important;
    -webkit-overflow-scrolling: touch !important;
  }
  
  .t-bracket-wrapper {
    min-width: 0 !important;
  }
}

/* ── 5. COMPACT SMARTPHONE SPECIFIC (MAX-WIDTH: 480px) ── */
@media (max-width: 480px) {
  .hero-actions,
  .ap-cta-btns,
  .card-control-bar {
    flex-direction: column !important;
    width: 100% !important;
    gap: 12px !important;
  }

  .hero-actions .btn,
  .ap-btn-primary,
  .ap-btn-secondary,
  .btn-lg,
  .btn-red {
    width: 100% !important;
    display: flex !important;
    justify-content: center !important;
  }

  .chip,
  .bk-section-badge {
    max-width: 100% !important;
    font-size: 10px !important;
    padding: 5px 14px !important;
  }
}


/* ==========================================================================
   FALCON CLUB — 4 PROGRAM CARDS MOBILE RESPONSIVE HEIGHT & LAYOUT REPAIR
   Fixes cut-off text, hidden Smash to Details buttons, and card height overflow.
   ========================================================================== */

@media (max-width: 768px) {
  .ap-programs-grid {
    grid-template-columns: 1fr !important;
    gap: 32px !important;
  }

  .ap-program-card,
  .ap-card-inner {
    min-height: 640px !important;
    height: auto !important;
    perspective: 1200px !important;
  }

  .ap-card-front,
  .ap-card-back {
    height: 100% !important;
    min-height: 640px !important;
    border-radius: 20px !important;
  }

  .ap-card-front {
    grid-template-columns: 1fr !important;
    display: flex !important;
    flex-direction: column !important;
  }

  .ap-card-img-wrap {
    height: 190px !important;
    min-height: 190px !important;
    flex-shrink: 0 !important;
  }

  .ap-card-body {
    padding: 16px 18px !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: space-between !important;
    flex-grow: 1 !important;
  }

  .ap-card-back {
    padding: 20px 18px !important;
    overflow-y: auto !important;
  }
}

@media (max-width: 480px) {
  .ap-program-card,
  .ap-card-inner,
  .ap-card-front,
  .ap-card-back {
    min-height: 620px !important;
  }

  .ap-card-img-wrap {
    height: 170px !important;
    min-height: 170px !important;
  }

  .ap-card-body {
    padding: 14px 14px !important;
  }
}


/* ==========================================================================
   SMART COMPACT MOBILE DOWN-SIZING & ANIMATION ADAPTATION (< 576px & < 380px)
   Reduces font sizes, card paddings, image heights, and animation bounds
   so all pages adapt perfectly to phone screen geometry.
   ========================================================================== */

@media (max-width: 576px) {
  /* ── 1. TYPOGRAPHY COMPACT SCALING ── */
  .display-xl { font-size: 1.8rem !important; line-height: 1.1 !important; }
  .display-lg { font-size: 1.5rem !important; line-height: 1.15 !important; }
  .display-md { font-size: 1.25rem !important; line-height: 1.2 !important; }
  .hero-headline { font-size: 1.8rem !important; line-height: 1.1 !important; margin-bottom: 14px !important; }
  .hero-tagline { font-size: 0.92rem !important; margin-bottom: 20px !important; }
  .hero-desc { font-size: 0.86rem !important; margin-bottom: 24px !important; line-height: 1.5 !important; }
  .sec-title { font-size: 1.45rem !important; margin-bottom: 8px !important; }
  .sec-sub { font-size: 0.84rem !important; line-height: 1.5 !important; }
  .sec-header { margin-bottom: 28px !important; }

  /* ── 2. BADGES & BUTTONS DOWNSIZING ── */
  .chip, .bk-section-badge, .ap-pill-badge, .hero-eyebrow-text {
    font-size: 9.5px !important;
    padding: 4px 12px !important;
    gap: 6px !important;
    margin-bottom: 12px !important;
  }

  .btn, .nav-cta, .ap-btn-primary, .ap-btn-secondary {
    padding: 10px 18px !important;
    font-size: 0.76rem !important;
    letter-spacing: 0.03em !important;
    border-radius: 8px !important;
    min-height: 40px !important;
  }

  .btn-lg {
    padding: 11px 20px !important;
    font-size: 0.8rem !important;
  }

  /* ── 3. CARD SHAPES & IMAGE HEIGHTS REDUCTION ── */
  .home-court-card,
  .home-article-card,
  .home-tier-card,
  .bento-card,
  .red-testi-card,
  .card,
  .reg-form-card {
    padding: 16px 14px !important;
    border-radius: 14px !important;
  }

  .home-court-img-box,
  .home-article-img-box {
    height: 160px !important;
  }

  .home-court-card:hover,
  .home-article-card:hover,
  .bento-card:hover {
    transform: none !important; /* Disable hover movement on mobile touch to avoid jitter */
  }

  /* ── 4. MODALS & POPUPS MOBILE SCALING ── */
  .modal-box,
  .split-modal-box,
  .ap-modal-box,
  .t-reg-modal {
    padding: 20px 14px !important;
    border-radius: 16px !important;
    max-width: 94% !important;
    max-height: 85vh !important;
    overflow-y: auto !important;
  }

  /* ── 5. STATS & HERO NUMBERS ── */
  .hero-stats {
    gap: 16px !important;
    margin-bottom: 24px !important;
    padding-bottom: 20px !important;
  }

  .hstat-num {
    font-size: 1.4rem !important;
  }

  .hstat-label {
    font-size: 0.58rem !important;
  }

  /* Navbar Logo Scale */
  .logo-mark {
    width: 34px !important;
    height: 34px !important;
  }
  .logo-wordmark .wm-name {
    font-size: 0.98rem !important;
  }
  .logo-wordmark .wm-sub {
    font-size: 0.48rem !important;
  }
}

@media (max-width: 380px) {
  .hero-headline { font-size: 1.55rem !important; }
  .sec-title { font-size: 1.3rem !important; }
  .home-court-img-box, .home-article-img-box { height: 140px !important; }
}


/* ==========================================================================
   HAMBURGER 4-LINE / 3-LINE ICON & MOBILE MENU DRAWER OVERHAUL
   Ensures 100% clickability, top z-index layer (1000001), downscaled text,
   and zero screen overflow on any smartphone.
   ========================================================================== */

.hamburger {
  position: relative !important;
  z-index: 1000001 !important;
  display: none;
  flex-direction: column !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 4px !important;
  background: transparent !important;
  border: none !important;
  padding: 8px !important;
  width: 44px !important;
  height: 44px !important;
  cursor: pointer !important;
  pointer-events: auto !important;
  border-radius: 8px !important;
}

@media (max-width: 768px) {
  .hamburger {
    display: flex !important;
  }
}

.hamburger span {
  display: block !important;
  width: 24px !important;
  height: 2.5px !important;
  background-color: var(--black, #111114) !important;
  border-radius: 4px !important;
  transition: all 0.3s ease !important;
}

/* White span lines on transparent dark heroes */
#navbar:not(.scrolled):not(.solid-bg) .hamburger span {
  background-color: var(--white, #ffffff) !important;
}

/* Hamburger Open Cross Animation */
.hamburger.open span:nth-child(1) {
  transform: translateY(6.5px) rotate(45deg) !important;
}
.hamburger.open span:nth-child(2) {
  opacity: 0 !important;
}
.hamburger.open span:nth-child(3) {
  transform: translateY(-6.5px) rotate(-45deg) !important;
}
.hamburger.open span:nth-child(4) {
  display: none !important;
}

/* MOBILE MENU DRAWER OVERLAY */
.mobile-menu {
  position: fixed !important;
  inset: 0 !important;
  width: 100vw !important;
  height: 100vh !important;
  background: #ffffff !important;
  z-index: 1000000 !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 16px !important;
  padding: 80px 24px 40px !important;
  opacity: 0 !important;
  pointer-events: none !important;
  transition: opacity 0.3s ease, visibility 0.3s ease !important;
  overflow-y: auto !important;
  -webkit-overflow-scrolling: touch !important;
  visibility: hidden !important;
}

.mobile-menu.open {
  opacity: 1 !important;
  pointer-events: auto !important;
  visibility: visible !important;
}

.mobile-menu a {
  font-family: var(--font-heading, 'Montserrat', sans-serif) !important;
  font-size: 1.25rem !important;
  font-weight: 800 !important;
  color: var(--black, #111114) !important;
  text-decoration: none !important;
  padding: 8px 16px !important;
  border-radius: 8px !important;
  transition: all 0.2s ease !important;
  text-align: center !important;
}

.mobile-menu a:hover,
.mobile-menu a.active {
  color: var(--red, #c71010) !important;
  background: rgba(199, 16, 16, 0.06) !important;
}

.mobile-menu .mm-cta {
  background: var(--red, #c71010) !important;
  color: #ffffff !important;
  font-size: 1.05rem !important;
  padding: 12px 32px !important;
  border-radius: 100px !important;
  margin-top: 8px !important;
  box-shadow: 0 8px 20px rgba(199, 16, 16, 0.3) !important;
}


/* ==========================================================================
   ORIGINAL DESIGN SHAPES PRESERVATION & PROPORTIONAL MOBILE DOWNSCALING
   Preserves all custom geometric card shapes, pill badges, 3D card ratios,
   and border-radii while proportionally scaling down sizes for mobile phones.
   ========================================================================== */

@media (max-width: 576px) {
  /* Preserve original section chip & sporty pill shapes */
  .chip, .bk-section-badge, .ap-pill-badge {
    font-size: 0.65rem !important;
    padding: 6px 16px !important;
    border-radius: 100px !important; /* Original Pill Shape */
    box-shadow: 2.5px 2.5px 0px #000000 !important;
  }

  /* Preserve original button shapes & pill radii */
  .btn, .nav-cta, .ap-btn-primary, .ap-btn-secondary {
    font-size: 0.76rem !important;
    padding: 10px 18px !important;
  }
  .btn-red, .pricing-btn-primary, .cta-btn-primary {
    border-radius: 6px !important; /* Original Button Radius */
  }
  .cta-white-liquid-btn, .sales-hub-btn {
    border-radius: 100px !important; /* Original Liquid Pill Radius */
  }

  /* Preserve geometric gallery mosaic shapes on mobile */
  .tile-rect-tall,
  .tile-square-large,
  .tile-rect-wide,
  .tile-square-small,
  .tile-rect-landscape {
    border-radius: 20px !important; /* Original Card Geometry */
  }
  .tile-badge-rounded {
    border-radius: 36px 12px 36px 12px !important; /* Original Custom Geometry */
  }

  /* Preserve step node circle shapes */
  .reg-step-circle {
    width: 36px !important;
    height: 36px !important;
    border-radius: 50% !important; /* Original Circle Shape */
  }

  /* Preserve original card container radii */
  .home-court-card, .home-article-card {
    border-radius: var(--radius-xl, 24px) !important;
  }

  /* Scaled down typography */
  .display-xl { font-size: clamp(1.8rem, 6.5vw, 2.4rem) !important; }
  .display-lg { font-size: clamp(1.4rem, 5.5vw, 1.8rem) !important; }
  .sec-title { font-size: clamp(1.35rem, 5vw, 1.7rem) !important; }
  .sec-sub { font-size: 0.85rem !important; }

  section {
    padding: 48px 0 !important;
  }
}

@media (max-width: 380px) {
  .display-xl { font-size: 1.6rem !important; }
  .display-lg { font-size: 1.35rem !important; }
  .sec-title { font-size: 1.25rem !important; }
}


/* ==========================================================================
   EXTRA COMPACT MOBILE DOWNSCALING & LEFT/RIGHT GUTTER SPACE (< 576px & < 380px)
   Reduces element sizes further while creating clean breathing space (margins)
   on left & right screen edges.
   ========================================================================== */

@media (max-width: 576px) {
  /* Clean Left & Right Gutter Space */
  .container,
  .bk-container,
  .reg-container,
  .ap-container,
  .spotlight-container,
  .sketch-container,
  .checkout-container,
  .pr-container {
    width: 100% !important;
    max-width: 92% !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    box-sizing: border-box !important;
  }

  /* Extra Small Mobile Typography */
  .display-xl { font-size: clamp(1.6rem, 5.5vw, 2.1rem) !important; line-height: 1.12 !important; }
  .display-lg { font-size: clamp(1.3rem, 4.8vw, 1.65rem) !important; line-height: 1.15 !important; }
  .sec-title { font-size: clamp(1.25rem, 4.5vw, 1.55rem) !important; margin-bottom: 8px !important; }
  .hero-headline { font-size: clamp(1.6rem, 5.5vw, 2.2rem) !important; margin-bottom: 12px !important; }
  .hero-tagline { font-size: 0.86rem !important; margin-bottom: 16px !important; }
  .hero-desc, .sec-sub { font-size: 0.82rem !important; line-height: 1.5 !important; }

  /* Compact Cards & Buttons */
  .card,
  .home-court-card,
  .home-article-card,
  .home-tier-card,
  .bento-card,
  .red-testi-card,
  .reg-form-card,
  .bk-review-card {
    padding: 14px 12px !important;
  }

  .btn, .nav-cta, .ap-btn-primary, .ap-btn-secondary {
    padding: 8px 16px !important;
    font-size: 0.72rem !important;
    min-height: 38px !important;
  }

  .chip, .bk-section-badge, .ap-pill-badge {
    font-size: 0.6rem !important;
    padding: 4px 12px !important;
  }

  /* Compact Section Vertical Padding */
  section {
    padding: 36px 0 !important;
  }

  /* Hero Section Gutter Spacing */
  .hero-content, .page-hero-inner, .bk-hero-inner, .t-hero-content {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}

@media (max-width: 380px) {
  .container, .bk-container, .reg-container, .ap-container {
    max-width: 95% !important;
    padding-left: 14px !important;
    padding-right: 14px !important;
  }
  .display-xl, .hero-headline { font-size: 1.45rem !important; }
  .sec-title { font-size: 1.18rem !important; }
}


/* ==========================================================================
   PREMIUM LUXURY MOBILE AESTHETIC & DOWNSCALED MICRO-STRUCTURE (< 576px)
   Refined typography, 18px proportional icons, glassmorphism cards,
   and high-end mobile UX styling.
   ========================================================================== */

@media (max-width: 576px) {
  /* ── 1. REFINED MOBILE TYPOGRAPHY & CONTRAST ── */
  body {
    font-size: 0.88rem !important;
    line-height: 1.55 !important;
  }

  .display-xl {
    font-size: clamp(1.7rem, 6vw, 2.2rem) !important;
    font-weight: 900 !important;
    letter-spacing: -0.025em !important;
  }

  .display-lg, .sec-title, .hero-headline {
    font-size: clamp(1.35rem, 5vw, 1.7rem) !important;
    font-weight: 800 !important;
    letter-spacing: -0.02em !important;
  }

  .sec-sub, .hero-desc, .hero-tagline {
    font-size: 0.82rem !important;
    color: var(--grey-500, #6e6e78) !important;
  }

  /* ── 2. PROPORTIONAL ICON CONTAINERS & SVG SCALING ── */
  svg.feather,
  .hero-actions svg,
  .btn svg,
  .spot-meta-item svg,
  .home-tier-list li svg,
  .footer-contact-item svg {
    width: 18px !important;
    height: 18px !important;
    flex-shrink: 0 !important;
  }

  .sel-mem-icon,
  .logo-mark,
  .success-check-icon {
    width: 38px !important;
    height: 38px !important;
    border-radius: 10px !important;
  }

  .sel-mem-icon svg,
  .logo-mark svg {
    width: 20px !important;
    height: 20px !important;
  }

  /* ── 3. ELEGANT GLASS & CARD ELEVATION ON MOBILE ── */
  .home-court-card,
  .home-article-card,
  .home-tier-card,
  .bento-card,
  .red-testi-card,
  .reg-form-card,
  .card {
    background: #ffffff !important;
    border: 1px solid rgba(0, 0, 0, 0.08) !important;
    border-radius: 14px !important;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.04) !important;
    padding: 16px 14px !important;
  }

  /* ── 4. SHINING COMPACT BUTTONS ── */
  .btn, .nav-cta, .ap-btn-primary, .ap-btn-secondary {
    font-size: 0.75rem !important;
    font-weight: 800 !important;
    padding: 9px 18px !important;
    border-radius: 8px !important;
    letter-spacing: 0.04em !important;
    box-shadow: 0 4px 14px rgba(199, 16, 16, 0.2) !important;
  }

  /* ── 5. SPORTY BADGES ── */
  .chip, .bk-section-badge, .ap-pill-badge {
    font-size: 0.62rem !important;
    font-weight: 800 !important;
    padding: 5px 14px !important;
    letter-spacing: 0.08em !important;
    border-radius: 100px !important;
  }

  /* ── 6. MOBILE NAVBAR LOGO COMPACT SCALING ── */
  .nav-inner {
    height: 58px !important;
    padding: 0 16px !important;
  }
}


/* ==========================================================================
   PERFECT CLEAN MOBILE HEADER REPAIR (< 768px & < 576px)
   Aligns Logo on Left, Compact CTA + Hamburger on Right.
   Prevents logo/text wrapping, squeezing, or vertical header overflow.
   ========================================================================== */

@media (max-width: 768px) {
  #navbar {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    z-index: 100000 !important;
    height: 60px !important;
  }

  .nav-inner {
    height: 60px !important;
    padding: 0 16px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 8px !important;
    width: 100% !important;
    max-width: 100% !important;
  }

  .nav-logo {
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    flex-shrink: 0 !important;
  }

  .logo-mark {
    width: 32px !important;
    height: 32px !important;
    flex-shrink: 0 !important;
  }

  .logo-wordmark .wm-name {
    font-size: 0.95rem !important;
    line-height: 1 !important;
  }

  .logo-wordmark .wm-sub {
    font-size: 0.45rem !important;
    letter-spacing: 0.12em !important;
    margin-top: 1px !important;
  }

  .nav-links {
    display: none !important;
  }

  .nav-inner .nav-cta {
    width: auto !important;
    display: inline-flex !important;
    font-size: 0.65rem !important;
    padding: 6px 12px !important;
    border-radius: 100px !important;
    letter-spacing: 0.03em !important;
    flex-shrink: 0 !important;
    white-space: nowrap !important;
  }

  .hamburger {
    display: flex !important;
    width: 38px !important;
    height: 38px !important;
    padding: 6px !important;
    flex-shrink: 0 !important;
    position: relative !important;
    z-index: 1000001 !important;
  }

  .hamburger span {
    width: 20px !important;
    height: 2.2px !important;
  }
}

@media (max-width: 400px) {
  /* On very small phones, hide nav-cta in top header bar since it's inside mobile menu drawer */
  .nav-cta {
    display: none !important;
  }

  .nav-inner {
    padding: 0 12px !important;
  }
}


/* ==========================================================================
   AGGRESSIVE COMPACT MOBILE DOWNSCALING & GENEROUS LEFT/RIGHT GUTTER MARGINS
   Reduces all element sizes aggressively for smartphones while providing
   clean, spacious empty margins on left & right screen edges.
   ========================================================================== */

@media (max-width: 768px) {
  /* Generous Left & Right Empty Space (Gutter Margins) */
  .container,
  .bk-container,
  .reg-container,
  .ap-container,
  .spotlight-container,
  .sketch-container,
  .checkout-container,
  .pr-container {
    width: 100% !important;
    max-width: 88% !important; /* Leaves ~6% empty space on left and 6% on right */
    padding-left: 18px !important;
    padding-right: 18px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    box-sizing: border-box !important;
  }

  /* Aggressive Small Typography Scale */
  .display-xl { font-size: 1.5rem !important; line-height: 1.1 !important; }
  .display-lg, .sec-title, .hero-headline { font-size: 1.25rem !important; line-height: 1.15 !important; }
  .display-md { font-size: 1.05rem !important; }
  .sec-sub, .hero-desc, .hero-tagline, .body-lg, .body-md { font-size: 0.78rem !important; line-height: 1.45 !important; }
  .body-sm, label, .hstat-label { font-size: 0.7rem !important; }

  /* Compact Hero & Section Heights */
  section { padding: 28px 0 !important; }
  .hero { min-height: auto !important; padding-top: 80px !important; padding-bottom: 28px !important; }
  .hero-content, .page-hero-inner, .bk-hero-inner, .t-hero-content {
    max-width: 90% !important;
    margin: 0 auto !important;
    padding: 0 12px !important;
  }

  /* Aggressive Compact Card Sizes & Paddings */
  .card,
  .home-court-card,
  .home-article-card,
  .home-tier-card,
  .bento-card,
  .red-testi-card,
  .reg-form-card,
  .bk-review-card,
  .modal-box,
  .split-modal-box,
  .ap-modal-box {
    padding: 12px 10px !important;
    border-radius: 12px !important;
  }

  .home-court-img-box,
  .home-article-img-box,
  .card-image-wrap {
    height: 130px !important;
  }

  /* Aggressive Compact Buttons & Badges */
  .btn, .nav-cta, .ap-btn-primary, .ap-btn-secondary {
    padding: 7px 14px !important;
    font-size: 0.7rem !important;
    min-height: 34px !important;
  }

  .btn-lg {
    padding: 9px 16px !important;
    font-size: 0.74rem !important;
  }

  .chip, .bk-section-badge, .ap-pill-badge {
    font-size: 0.58rem !important;
    padding: 3px 10px !important;
    margin-bottom: 8px !important;
  }

  /* Small Icons */
  svg.feather, .btn svg, .spot-meta-item svg, .footer-contact-item svg {
    width: 15px !important;
    height: 15px !important;
  }

  .logo-mark, .sel-mem-icon {
    width: 30px !important;
    height: 30px !important;
  }

  /* Compact Grids Gaps */
  .grid-4, .grid-3, .grid-2, .home-courts-grid, .home-articles-grid, .home-tiers-grid {
    gap: 12px !important;
  }
}

@media (max-width: 400px) {
  .container, .bk-container, .reg-container, .ap-container {
    max-width: 90% !important;
    padding-left: 12px !important;
    padding-right: 12px !important;
  }

  .display-xl, .hero-headline { font-size: 1.35rem !important; }
  .display-lg, .sec-title { font-size: 1.15rem !important; }
  .home-court-img-box, .home-article-img-box { height: 110px !important; }
}


/* ==========================================================================
   OVERRIDE INLINE STYLE WATERMARKS & FLOATING SVGs ON MOBILE (< 768px)
   Prevents inline style="width: 340px" watermarks from causing overflow.
   ========================================================================== */

@media (max-width: 768px) {
  svg[style*="position: fixed"],
  div[style*="position: fixed"],
  .shuttlecock-watermark {
    max-width: 180px !important;
    max-height: 180px !important;
    opacity: 0.008 !important;
    pointer-events: none !important;
  }

  *[style*="width: 100vw"] {
    width: 100% !important;
    max-width: 100% !important;
    overflow: hidden !important;
  }
}
