/* =====================================================
   MILLION DOLLAR PASS — Rebrand
   Color palette extracted from milliondollarpass.com
   ===================================================== */

/* ============ FONT: Outfit (for countdown) ============ */
/* latin-ext */
@font-face {
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 200;
  src: url(https://fonts.gstatic.com/s/outfit/v15/QGYvz_MVcBeNP4NJuktqUYLkn8BJ.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 200;
  src: url(https://fonts.gstatic.com/s/outfit/v15/QGYvz_MVcBeNP4NJtEtqUYLknw.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/outfit/v15/QGYvz_MVcBeNP4NJuktqUYLkn8BJ.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/outfit/v15/QGYvz_MVcBeNP4NJtEtqUYLknw.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 900;
  src: url(https://fonts.gstatic.com/s/outfit/v15/QGYvz_MVcBeNP4NJuktqUYLkn8BJ.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 900;
  src: url(https://fonts.gstatic.com/s/outfit/v15/QGYvz_MVcBeNP4NJtEtqUYLknw.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
  /* Gold spectrum (from brand) */
  --gold:        #FBD442;
  --gold-light:  #FEE495;
  --gold-soft:   #FFE9A6;
  --gold-deep:   #D4A93C;
  --gold-rich:   #B8881F;

  /* Brand darks */
  --green-deep:  #222C19;
  --green:       #3A4F2A;
  --black:       #0A0A0A;
  --ink:         #121710;

  /* Neutrals */
  --cream:       #FFFCF0;
  --white:       #ffffff;
  --muted:       #9ca3af;
  --line:        rgba(251, 212, 66, 0.18);

  /* Effects */
  --gold-gradient: linear-gradient(135deg, #FEE495 0%, #FBD442 35%, #D4A93C 70%, #FBD442 100%);
  --gold-gradient-soft: linear-gradient(135deg, rgba(251,212,66,0.18), rgba(212,169,60,0.06));
  --shadow-gold: 0 18px 60px rgba(251, 212, 66, 0.18);
  --shadow-deep: 0 30px 80px rgba(0,0,0,0.5);
  --radius: 18px;
  --radius-lg: 28px;

  /* Type */
  --serif: 'Bricolage Grotesque', system-ui, sans-serif;
  --sans:  'Bricolage Grotesque', system-ui, sans-serif;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }

body {
  font-family: var(--sans);
  background: var(--ink);
  color: var(--cream);
  line-height: 1.6;
  font-weight: 400;
  overflow-x: hidden;
  position: relative;
  min-height: 100vh;
}

/* Subtle texture overlay */
body::before {
  content: '';
  position: fixed;
  inset: 0;
  background:
    radial-gradient(circle at 20% 10%, rgba(251,212,66,0.07), transparent 50%),
    radial-gradient(circle at 80% 90%, rgba(58,79,42,0.4), transparent 55%),
    linear-gradient(180deg, #0A0A0A 0%, #121710 50%, #0A0A0A 100%);
  z-index: -2;
  pointer-events: none;
}

/* Floating background orbs */
.bg-orb {
  position: fixed;
  border-radius: 50%;
  filter: blur(110px);
  z-index: -1;
  pointer-events: none;
  opacity: 0.5;
}
.bg-orb-1 {
  width: 520px; height: 520px;
  background: radial-gradient(circle, rgba(251,212,66,0.35), transparent 70%);
  top: -180px; right: -120px;
  animation: orbFloat 14s ease-in-out infinite;
}
.bg-orb-2 {
  width: 600px; height: 600px;
  background: radial-gradient(circle, rgba(58,79,42,0.55), transparent 70%);
  bottom: -200px; left: -200px;
  animation: orbFloat 18s ease-in-out infinite reverse;
}
@keyframes orbFloat {
  0%,100% { transform: translate(0,0) scale(1); }
  50%     { transform: translate(40px,-30px) scale(1.08); }
}

a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
button { font-family: inherit; cursor: pointer; border: 0; background: transparent; color: inherit; }
ul { list-style: none; }

.container {
  width: min(1240px, 92%);
  margin: 0 auto;
}

/* ============ TYPOGRAPHY ============ */
h1, h2, h3, h4 { font-family: var(--serif); font-weight: 700; line-height: 1.15; letter-spacing: -0.01em; }

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 7px 16px;
  border: 1px solid var(--line);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--gold-light);
  background: rgba(251,212,66,0.05);
  margin-bottom: 22px;
}
.eyebrow-dot {
  width: 6px; height: 6px;
  background: var(--gold);
  border-radius: 50%;
  box-shadow: 0 0 12px var(--gold);
  animation: pulse 2.2s ease-in-out infinite;
}
@keyframes pulse {
  0%,100% { transform: scale(1); opacity: 1; }
  50%     { transform: scale(1.4); opacity: 0.7; }
}

.section-title {
  font-size: clamp(32px, 4.4vw, 56px);
  margin-bottom: 18px;
  color: var(--cream);
}
.title-gold {
  background: var(--gold-gradient);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  font-style: normal;
}
.gold { color: var(--gold); }

.lead {
  font-size: clamp(15px, 1.5vw, 18px);
  color: rgba(255, 252, 240, 0.72);
  max-width: 680px;
  line-height: 1.7;
}

/* ============ BUTTONS ============ */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 16px 32px;
  font-family: var(--sans);
  font-weight: 600;
  font-size: 15px;
  letter-spacing: 0.02em;
  border-radius: 999px;
  cursor: pointer;
  transition: transform .25s, box-shadow .25s, background .25s, color .25s;
  white-space: nowrap;
  border: 1.5px solid transparent;
}
.btn-sm { padding: 11px 22px; font-size: 14px; }
.btn-block { width: 100%; }

.btn-gold {
  background: var(--gold-gradient);
  color: var(--black);
  box-shadow: 0 12px 30px rgba(251,212,66,0.35), inset 0 1px 0 rgba(255,255,255,0.5);
  position: relative;
  overflow: hidden;
}
.btn-gold::before {
  content: '';
  position: absolute;
  top: 0; left: -100%;
  width: 100%; height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.4), transparent);
  transition: left .6s;
}
.btn-gold:hover::before { left: 100%; }
.btn-gold:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 40px rgba(251,212,66,0.5), inset 0 1px 0 rgba(255,255,255,0.5);
}

.btn-outline {
  background: transparent;
  color: var(--gold);
  border-color: var(--gold);
}
.btn-outline:hover {
  background: var(--gold);
  color: var(--black);
  transform: translateY(-2px);
}

/* ============ HEADER ============ */
.site-header {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 100;
  padding: 14px 0;
  transition: background .3s, backdrop-filter .3s, border-color .3s, padding .3s;
  border-bottom: 1px solid transparent;
}
.site-header.scrolled {
  background: rgba(10,10,10,0.85);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-bottom-color: var(--line);
  padding: 8px 0;
}
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}
.brand-logo {
  height: 48px; width: 48px;
  object-fit: contain;
  filter: drop-shadow(0 4px 12px rgba(251,212,66,0.4));
}
.brand-name {
  font-family: var(--serif);
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0.02em;
  color: var(--cream);
}
.brand-name-accent {
  color: var(--gold);
  font-style: italic;
  margin: 0 2px;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 30px;
}
.main-nav a {
  position: relative;
  font-size: 14px;
  font-weight: 500;
  color: rgba(255,252,240,0.75);
  transition: color .2s;
  padding: 6px 0;
}
.main-nav a:hover { color: var(--gold); }
.main-nav a::after {
  content: '';
  position: absolute;
  left: 0; bottom: 0;
  width: 0; height: 1.5px;
  background: var(--gold-gradient);
  transition: width .25s;
}
.main-nav a:hover::after { width: 100%; }

.header-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}
.lang-picker { position: relative; }
.lang-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  font-size: 13px;
  font-weight: 600;
  color: var(--gold-light);
  background: rgba(251,212,66,0.05);
  border: 1px solid var(--line);
  border-radius: 999px;
  cursor: pointer;
  transition: background .2s, border-color .2s, color .2s;
  font-family: inherit;
  white-space: nowrap;
}
.lang-btn:hover {
  background: rgba(251,212,66,0.12);
  border-color: var(--gold);
  color: var(--gold);
}
.lang-flag { font-size: 16px; line-height: 1; }
.lang-arrow {
  font-size: 11px;
  opacity: 0.7;
  transition: transform .2s;
}
.lang-picker.open .lang-arrow { transform: rotate(180deg); }

.lang-dropdown {
  display: none;
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  min-width: 180px;
  background: rgba(15,15,15,0.97);
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 6px;
  margin: 0;
  list-style: none;
  box-shadow: 0 20px 50px rgba(0,0,0,0.5), 0 0 30px rgba(251,212,66,0.1);
  backdrop-filter: blur(20px);
  z-index: 80;
  animation: ldFade .15s ease;
}
.lang-picker.open .lang-dropdown { display: block; }
@keyframes ldFade {
  from { opacity: 0; transform: translateY(-6px); }
  to   { opacity: 1; transform: translateY(0); }
}
.lang-dropdown li {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  font-size: 14px;
  font-weight: 500;
  color: rgba(255,252,240,0.85);
  border-radius: 10px;
  cursor: pointer;
  transition: background .15s, color .15s;
}
.lang-dropdown li:hover {
  background: rgba(251,212,66,0.12);
  color: var(--gold);
}
.lang-dropdown li.active {
  background: linear-gradient(135deg, rgba(251,212,66,0.18), rgba(212,169,60,0.08));
  color: var(--gold);
}
.ld-flag { font-size: 18px; line-height: 1; }

/* Hide Google Translate banner / interface chrome */
.goog-te-banner-frame,
.skiptranslate iframe,
#goog-gt-tt,
.goog-te-balloon-frame { display: none !important; }
body { top: 0 !important; }
.goog-te-gadget { font-size: 0 !important; }
.goog-te-gadget .goog-te-combo { display: none !important; }

.menu-toggle {
  display: none;
  width: 40px; height: 40px;
  flex-direction: column;
  gap: 5px;
  align-items: center;
  justify-content: center;
}
.menu-toggle span {
  display: block;
  width: 22px; height: 2px;
  background: var(--gold);
  border-radius: 2px;
  transition: transform .25s, opacity .25s;
}

/* ============ HERO ============ */
.hero {
  position: relative;
  padding: 160px 0 0;
  overflow: hidden;
}
.hero-bg-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(251,212,66,0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(251,212,66,0.04) 1px, transparent 1px);
  background-size: 60px 60px;
  mask-image: radial-gradient(ellipse at center, black 30%, transparent 75%);
  -webkit-mask-image: radial-gradient(ellipse at center, black 30%, transparent 75%);
  pointer-events: none;
}
.hero-inner {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 60px;
  align-items: center;
  position: relative;
  z-index: 2;
}
.hero-title {
  font-size: clamp(44px, 6.2vw, 84px);
  line-height: 1.02;
  margin-bottom: 24px;
  color: var(--cream);
}
.hero-title .title-gold { display: block; }
.hero-sub {
  font-size: clamp(15px, 1.5vw, 18px);
  color: rgba(255,252,240,0.72);
  margin-bottom: 36px;
  max-width: 540px;
  line-height: 1.7;
}
.hero-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-bottom: 56px;
}
.hero-stats {
  display: none; /* Replaced by .hero-countdown below */
  align-items: center;
  gap: 28px;
  padding-top: 32px;
  border-top: 1px solid var(--line);
}

/* ============ HERO COUNTDOWN ============ */
.hero-countdown {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  padding-top: 32px;
  border-top: 1px solid var(--line);
  max-width: 540px;
}
.cd-cell {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 18px 8px 14px;
  background: linear-gradient(160deg, rgba(251,212,66,0.06), rgba(58,79,42,0.04));
  border: 1px solid var(--line);
  border-radius: 14px;
  overflow: hidden;
  transition: transform .3s, border-color .3s, box-shadow .3s;
}
.cd-cell::before {
  content: '';
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 1px;
  background: var(--gold-gradient);
  opacity: 0.6;
}
.cd-cell::after {
  content: '';
  position: absolute;
  bottom: -40%; left: 50%;
  width: 80%; height: 80%;
  transform: translateX(-50%);
  background: radial-gradient(circle, rgba(251,212,66,0.15), transparent 70%);
  filter: blur(20px);
  opacity: 0;
  transition: opacity .35s;
  pointer-events: none;
}
.cd-cell:hover {
  transform: translateY(-3px);
  border-color: rgba(251,212,66,0.4);
  box-shadow: 0 12px 30px rgba(0,0,0,0.3);
}
.cd-cell:hover::after { opacity: 1; }
.cd-num {
  font-family: 'Outfit', system-ui, sans-serif;
  font-weight: 900;
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1;
  background: var(--gold-gradient);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: -0.02em;
  font-variant-numeric: tabular-nums;
  position: relative;
  z-index: 1;
}
.cd-lbl {
  font-family: 'Outfit', system-ui, sans-serif;
  font-weight: 200;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: rgba(255,252,240,0.55);
  margin-top: 8px;
  position: relative;
  z-index: 1;
}
@media (max-width: 540px) {
  .hero-countdown { gap: 8px; grid-template-columns: repeat(4, 1fr); }
  .cd-cell { padding: 12px 4px 10px; border-radius: 10px; }
  .cd-lbl { font-size: 9px; letter-spacing: 0.1em; margin-top: 6px; }
}
.stat-num {
  font-family: var(--serif);
  font-size: clamp(28px, 3vw, 40px);
  font-weight: 700;
  background: var(--gold-gradient);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1;
}
.stat-lbl {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: rgba(255,252,240,0.5);
  margin-top: 6px;
}
.stat-divider {
  width: 1px;
  height: 40px;
  background: var(--line);
}

/* Pass card — VIP membership (vector composition, sharp at any size) */
.hero-visual {
  position: relative;
  display: flex;
  justify-content: center;
}
.pass-card {
  position: relative;
  width: 100%;
  max-width: 480px;
  aspect-ratio: 1.586 / 1;
  border-radius: 24px;
  background:
    radial-gradient(circle at 80% 20%, rgba(251,212,66,0.10), transparent 55%),
    radial-gradient(circle at 20% 80%, rgba(58,79,42,0.18), transparent 60%),
    linear-gradient(135deg, #0a0a0a 0%, #1a1a1a 100%);
  box-shadow:
    0 30px 80px rgba(0,0,0,0.6),
    0 0 0 1px rgba(251,212,66,0.4) inset,
    0 0 60px rgba(251,212,66,0.18);
  overflow: hidden;
  animation: passFloat 5s ease-in-out infinite;
  will-change: transform;
}
@keyframes passFloat {
  0%, 100% { transform: translateY(-14px); }
  50%      { transform: translateY(14px); }
}
.pass-card-inner {
  position: relative;
  z-index: 2;
  width: 100%; height: 100%;
  padding: clamp(18px, 4%, 32px);
  display: grid;
  grid-template-columns: 40% 60%;
  align-items: center;
  gap: clamp(8px, 2%, 18px);
}
.pass-card-logo {
  display: flex;
  align-items: center;
  justify-content: center;
}
.pass-card-logo img {
  width: 100%;
  max-width: 180px;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 4px 14px rgba(251,212,66,0.35));
}
.pass-card-info {
  display: flex;
  flex-direction: column;
  gap: clamp(8px, 1.5%, 14px);
  color: #FFFCF0;
  font-family: var(--sans);
}
.pass-card-title {
  font-family: var(--sans);
  font-size: clamp(15px, 2.4cqw + 0.5rem, 22px);
  font-weight: 700;
  letter-spacing: 0.18em;
  margin: 0;
  color: #FFFCF0;
  text-shadow: 0 2px 8px rgba(0,0,0,0.4);
}
.pass-card-socials {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: clamp(4px, 1%, 8px);
}
.pass-card-socials li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: var(--serif);
  font-style: italic;
  font-size: clamp(12px, 1.6cqw + 0.4rem, 16px);
  color: #FEE495;
}
.pcs-ico {
  width: clamp(18px, 3.2%, 24px);
  aspect-ratio: 1;
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.pcs-ico img {
  width: 100%;
  height: 100%;
  display: block;
  filter: brightness(0) saturate(100%) invert(89%) sepia(45%) saturate(666%) hue-rotate(0deg) brightness(102%) contrast(101%);
}
.pass-card-url {
  font-family: var(--sans);
  font-size: clamp(11px, 1.6cqw + 0.3rem, 15px);
  font-weight: 600;
  color: #FBD442;
  letter-spacing: 0.02em;
  margin-top: 4px;
}

.pass-shimmer-overlay {
  position: absolute;
  inset: 0;
  border-radius: 24px;
  overflow: hidden;
  pointer-events: none;
  z-index: 3;
}
.pass-shimmer-overlay::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(115deg, transparent 35%, rgba(255,228,149,0.18) 50%, transparent 65%);
  background-size: 220% 100%;
  animation: shimmer 5s linear infinite;
}
@keyframes shimmer {
  0%   { background-position: 220% 0; }
  100% { background-position: -220% 0; }
}
.pass-glow {
  position: absolute;
  inset: -50px;
  background: radial-gradient(ellipse at center, rgba(251,212,66,0.4), transparent 65%);
  filter: blur(40px);
  z-index: 1;
}

/* Marquee */
.hero-marquee {
  margin-top: 100px;
  overflow: hidden;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 20px 0;
  background: rgba(251,212,66,0.02);
}
.marquee-track {
  display: flex;
  gap: 48px;
  animation: marquee 30s linear infinite;
  white-space: nowrap;
  width: max-content;
}
.marquee-track span {
  font-family: var(--serif);
  font-style: italic;
  font-size: 22px;
  color: var(--gold-deep);
  letter-spacing: 0.02em;
}
@keyframes marquee {
  to { transform: translateX(-50%); }
}

/* ============ ABOUT ============ */
.about { padding: 120px 0; position: relative; }
.about-inner { position: relative; }
.about-text { max-width: 1000px; margin: 0 auto; text-align: center; }
.about .lead { margin: 0 auto 60px; }

.value-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
  margin-top: 50px;
  text-align: left;
}
.value-card {
  padding: 32px 24px;
  background: linear-gradient(160deg, rgba(251,212,66,0.05), rgba(58,79,42,0.08));
  border: 1px solid var(--line);
  border-radius: var(--radius);
  transition: transform .3s, border-color .3s, background .3s;
  position: relative;
  overflow: hidden;
}
.value-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 1px;
  background: var(--gold-gradient);
  opacity: 0;
  transition: opacity .3s;
}
.value-card:hover {
  transform: translateY(-6px);
  border-color: rgba(251,212,66,0.35);
  background: linear-gradient(160deg, rgba(251,212,66,0.08), rgba(58,79,42,0.12));
}
.value-card:hover::before { opacity: 1; }
.value-icon {
  font-size: 26px;
  color: var(--gold);
  margin-bottom: 16px;
  filter: drop-shadow(0 4px 12px rgba(251,212,66,0.4));
}
.value-card h3 {
  font-size: 22px;
  margin-bottom: 10px;
  color: var(--gold-light);
}
.value-card p {
  font-size: 14px;
  color: rgba(255,252,240,0.65);
  line-height: 1.6;
}

/* ============ BENEFITS ============ */
.benefits { padding: 120px 0; position: relative; }
.section-head.center { text-align: center; max-width: 760px; margin: 0 auto 60px; }
.section-head.center .lead { margin-left: auto; margin-right: auto; }

.benefits-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
.benefit-card {
  position: relative;
  padding: 36px 28px;
  background: linear-gradient(180deg, rgba(255,255,255,0.03), rgba(255,255,255,0.01));
  border: 1px solid var(--line);
  border-radius: var(--radius);
  transition: transform .3s, border-color .3s;
  overflow: hidden;
}
.benefit-card::after {
  content: '';
  position: absolute;
  bottom: -60%; right: -40%;
  width: 200px; height: 200px;
  background: radial-gradient(circle, rgba(251,212,66,0.15), transparent 70%);
  filter: blur(40px);
  opacity: 0;
  transition: opacity .4s;
}
.benefit-card:hover {
  transform: translateY(-8px);
  border-color: rgba(251,212,66,0.4);
}
.benefit-card:hover::after { opacity: 1; }

.benefit-num {
  font-family: var(--serif);
  font-style: italic;
  font-size: 64px;
  font-weight: 700;
  line-height: 1;
  background: var(--gold-gradient);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  opacity: 0.18;
  position: absolute;
  top: 18px; right: 24px;
}
.benefit-icon-wrap {
  width: 64px; height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  background: var(--gold-gradient-soft);
  border: 1px solid var(--line);
  color: var(--gold);
  margin-bottom: 22px;
  position: relative;
  z-index: 1;
}
.benefit-card h3 {
  font-size: 22px;
  margin-bottom: 10px;
  color: var(--cream);
  position: relative; z-index: 1;
}
.benefit-card p {
  font-size: 14.5px;
  color: rgba(255,252,240,0.65);
  line-height: 1.65;
  position: relative; z-index: 1;
}

.benefit-card-feature {
  background: var(--gold-gradient);
  border-color: transparent;
  color: var(--ink);
  display: flex;
  align-items: center;
}
.benefit-card-feature::after { display: none; }
.benefit-feature-content h3 { color: var(--ink); margin-bottom: 10px; }
.benefit-feature-content p {
  color: rgba(10,10,10,0.75);
  margin-bottom: 22px;
  font-size: 14.5px;
}
.benefit-card-feature .btn-gold {
  background: var(--ink);
  color: var(--gold);
  box-shadow: 0 8px 20px rgba(0,0,0,0.25);
}
.benefit-card-feature .btn-gold:hover {
  background: #000;
}

/* ============ HOW IT WORKS ============ */
.how {
  padding: 120px 0;
  position: relative;
  background:
    linear-gradient(180deg, transparent, rgba(34,44,25,0.4) 50%, transparent);
}
.steps {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 18px;
  position: relative;
}
.steps::before {
  content: '';
  position: absolute;
  top: 28px;
  left: 10%; right: 10%;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold) 20%, var(--gold) 80%, transparent);
  opacity: 0.4;
  z-index: 0;
}
.step {
  text-align: center;
  position: relative;
  z-index: 1;
}
.step-num {
  width: 56px; height: 56px;
  margin: 0 auto 18px;
  border-radius: 50%;
  background: var(--ink);
  border: 1.5px solid var(--gold);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--serif);
  font-size: 22px;
  font-weight: 700;
  color: var(--gold);
  position: relative;
  box-shadow: 0 0 30px rgba(251,212,66,0.25);
  transition: transform .3s, box-shadow .3s;
}
.step:hover .step-num {
  transform: scale(1.08);
  box-shadow: 0 0 40px rgba(251,212,66,0.5);
}
.step h3 {
  font-size: 18px;
  color: var(--gold-light);
  margin-bottom: 8px;
}
.step p {
  font-size: 14px;
  color: rgba(255,252,240,0.6);
  line-height: 1.6;
}

/* ============ PLANS ============ */
.plans { padding: 120px 0; position: relative; }
.plans-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
  max-width: 980px;
  margin: 0 auto;
}
.plan-card {
  position: relative;
  padding: 44px 36px;
  background: linear-gradient(180deg, rgba(255,255,255,0.04), rgba(255,255,255,0.01));
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  transition: transform .3s, border-color .3s;
}
.plan-card:hover {
  transform: translateY(-6px);
  border-color: rgba(251,212,66,0.4);
}
.plan-card-featured {
  background:
    linear-gradient(180deg, rgba(251,212,66,0.08), rgba(251,212,66,0.02));
  border-color: rgba(251,212,66,0.35);
  box-shadow: 0 30px 80px rgba(251,212,66,0.12);
}
.plan-card-featured::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: var(--radius-lg);
  padding: 1.5px;
  background: var(--gold-gradient);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}

.plan-badge {
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--gold-gradient);
  color: var(--ink);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  padding: 7px 18px;
  border-radius: 999px;
  box-shadow: 0 8px 20px rgba(251,212,66,0.4);
}
.plan-title {
  font-size: 28px;
  color: var(--gold-light);
  margin-bottom: 8px;
}
.plan-desc {
  font-size: 14px;
  color: rgba(255,252,240,0.65);
  margin-bottom: 28px;
  line-height: 1.6;
}
.plan-price {
  display: flex;
  align-items: baseline;
  gap: 4px;
  margin-bottom: 6px;
}
.plan-currency {
  font-family: var(--serif);
  font-size: 24px;
  font-weight: 700;
  color: var(--gold);
  align-self: flex-start;
  margin-top: 12px;
}
.plan-amount {
  font-family: var(--serif);
  font-size: 76px;
  font-weight: 800;
  line-height: 1;
  background: var(--gold-gradient);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.plan-period {
  font-size: 15px;
  color: rgba(255,252,240,0.5);
  margin-left: 4px;
}
.plan-duration {
  font-size: 13px;
  color: rgba(255,252,240,0.55);
  margin-bottom: 28px;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--line);
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 8px;
}
.plan-save {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  background: var(--gold-gradient);
  color: var(--ink);
  padding: 4px 12px;
  border-radius: 999px;
}
.plan-features {
  margin-bottom: 30px;
}
.plan-features li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 9px 0;
  font-size: 14.5px;
  color: rgba(255,252,240,0.85);
}
.check {
  flex-shrink: 0;
  width: 22px; height: 22px;
  border-radius: 50%;
  background: var(--gold-gradient);
  color: var(--ink);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 12px;
}

.plans-note {
  margin: 50px auto 0;
  max-width: 760px;
  text-align: center;
  font-size: 13.5px;
  color: rgba(255,252,240,0.5);
  line-height: 1.7;
}

/* ============ TEAM ============ */
.team { padding: 120px 0; position: relative; }
.team-hero {
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
  max-width: 1100px;
  margin: 0 auto;
  border: 1px solid var(--line);
  box-shadow: var(--shadow-deep);
  background: linear-gradient(180deg, rgba(34,44,25,0.35), rgba(10,10,10,0.9));
}
.team-hero img {
  width: 100%;
  aspect-ratio: 16 / 9;
  height: auto;
  object-fit: contain;
  object-position: center bottom;
  display: block;
}
.team-hero-overlay {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  padding: 60px 44px 44px;
  background: linear-gradient(180deg, transparent, rgba(10,10,10,0.95) 70%);
  z-index: 2;
}
.team-hero-overlay h3 {
  font-size: clamp(24px, 3vw, 36px);
  color: var(--gold-light);
  margin-bottom: 10px;
}
.team-hero-overlay p {
  font-size: 15px;
  color: rgba(255,252,240,0.75);
  max-width: 540px;
}

/* ============ CONTACT ============ */
.contact { padding: 120px 0; position: relative; }
.contact-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: start;
}

.contact-list {
  margin: 36px 0 32px;
}
.contact-list li {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  padding: 16px 0;
  border-bottom: 1px solid var(--line);
}
.contact-ico {
  width: 44px; height: 44px;
  border-radius: 12px;
  background: var(--gold-gradient-soft);
  border: 1px solid var(--line);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: var(--gold);
  flex-shrink: 0;
}
.contact-lbl {
  font-size: 11px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 4px;
}
.contact-list a, .contact-list span:not(.contact-lbl) {
  font-size: 15px;
  color: var(--cream);
}
.contact-list a:hover { color: var(--gold); }

.social-row {
  display: flex;
  gap: 12px;
  margin-top: 24px;
}
.social-link {
  width: 44px; height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(251,212,66,0.06);
  border: 1px solid var(--line);
  transition: background .25s, border-color .25s, transform .25s;
}
.social-link img {
  width: 18px; height: 18px;
  filter: brightness(0) saturate(100%) invert(85%) sepia(57%) saturate(450%) hue-rotate(2deg) brightness(101%) contrast(102%);
  transition: filter .25s;
}
.social-link:hover {
  background: var(--gold);
  border-color: var(--gold);
  transform: translateY(-3px);
}
.social-link:hover img {
  filter: brightness(0);
}

.contact-form {
  background: linear-gradient(180deg, rgba(255,255,255,0.04), rgba(255,255,255,0.01));
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 40px 36px;
}
.contact-form h3 {
  font-size: 24px;
  color: var(--gold-light);
  margin-bottom: 26px;
}
.form-row { margin-bottom: 18px; }
.form-row label {
  display: block;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 8px;
}
.form-row input,
.form-row textarea {
  width: 100%;
  padding: 14px 16px;
  background: rgba(0,0,0,0.35);
  border: 1px solid var(--line);
  border-radius: 12px;
  color: var(--cream);
  font-family: inherit;
  font-size: 15px;
  transition: border-color .2s, box-shadow .2s, background .2s;
}
.form-row input::placeholder,
.form-row textarea::placeholder {
  color: rgba(255,252,240,0.35);
}
.form-row input:focus,
.form-row textarea:focus {
  outline: none;
  border-color: var(--gold);
  background: rgba(0,0,0,0.5);
  box-shadow: 0 0 0 3px rgba(251,212,66,0.15);
}
.form-row textarea {
  resize: vertical;
  min-height: 110px;
}
.form-status {
  margin-top: 14px;
  font-size: 13px;
  text-align: center;
  color: var(--gold);
  min-height: 18px;
}

/* ============ FOOTER ============ */
.site-footer {
  background: linear-gradient(180deg, rgba(10,10,10,0.4), rgba(10,10,10,0.95));
  border-top: 1px solid var(--line);
  padding: 80px 0 0;
  position: relative;
}
.footer-inner {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  gap: 50px;
  padding-bottom: 60px;
}
.footer-brand p {
  font-size: 14px;
  color: rgba(255,252,240,0.6);
  margin-top: 16px;
  max-width: 320px;
  line-height: 1.7;
}
.footer-logo {
  height: 56px;
  width: 56px;
  object-fit: contain;
  filter: drop-shadow(0 4px 12px rgba(251,212,66,0.4));
}
.footer-col h4 {
  font-family: var(--sans);
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: var(--gold);
  margin-bottom: 18px;
}
.footer-col ul li {
  margin-bottom: 10px;
}
.footer-col a {
  font-size: 14.5px;
  color: rgba(255,252,240,0.7);
  transition: color .2s;
}
.footer-col a:hover { color: var(--gold); }

.footer-bottom {
  border-top: 1px solid var(--line);
  padding: 22px 0;
  font-size: 13px;
  color: rgba(255,252,240,0.45);
}
.footer-bottom .container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
}
.footer-tagline {
  background: var(--gold-gradient);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-style: italic;
  font-family: var(--serif);
}

/* =====================================================
   RESPONSIVE — Comprehensive mobile-first optimization
   ===================================================== */

/* TABLET (≤1024px) */
@media (max-width: 1024px) {
  .hero-inner { grid-template-columns: 1fr; gap: 60px; }
  .hero-visual { order: -1; }
  .pass-card { max-width: 400px; }
  .value-grid { grid-template-columns: repeat(2, 1fr); }
  .benefits-grid { grid-template-columns: repeat(2, 1fr); }
  .steps { grid-template-columns: repeat(2, 1fr); gap: 30px; }
  .steps::before { display: none; }
  .footer-inner { grid-template-columns: 1fr 1fr; gap: 36px; }
  .main-nav { gap: 20px; }
  .main-nav a { font-size: 13px; }
}

/* LARGE MOBILE / SMALL TABLET (≤768px) */
@media (max-width: 768px) {
  /* === HEADER === */
  .header-inner { gap: 6px; }
  .site-header { padding: 10px 0; }
  .site-header.scrolled { padding: 6px 0; }
  .brand { gap: 8px; flex-shrink: 0; }
  .brand-logo { height: 38px; width: 38px; }
  .brand-name { font-size: 13px; letter-spacing: 0; }

  /* Show main action buttons on mobile (compact) */
  .header-actions { gap: 6px; }
  .header-actions .btn { display: inline-flex; }
  .header-actions .btn-sm { padding: 8px 12px; font-size: 11.5px; }

  /* Compact lang picker — only flag visible */
  .lang-btn { padding: 7px 10px; gap: 4px; }
  #lang-label { display: none; }
  .lang-arrow { font-size: 10px; opacity: 0.6; }

  /* Hamburger slide-in panel from the right */
  .main-nav {
    position: fixed;
    top: 0; right: 0; bottom: 0;
    width: min(320px, 85vw);
    height: 100vh;
    background: rgba(10,10,10,0.98);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    padding: 90px 28px 40px;
    border-left: 1px solid var(--line);
    transform: translateX(110%);
    transition: transform .35s ease;
    z-index: 99;
    overflow-y: auto;
  }
  .main-nav.open { transform: translateX(0); }
  .main-nav a {
    padding: 16px 0;
    width: 100%;
    border-bottom: 1px solid var(--line);
    font-size: 16px;
    color: var(--cream);
  }
  .main-nav a:last-child { border-bottom: none; }
  .menu-toggle { display: flex; z-index: 102; position: relative; }
  .menu-toggle span { transition: transform .25s, opacity .25s; }
  .menu-toggle.active span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-toggle.active span:nth-child(2) { opacity: 0; }
  .menu-toggle.active span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

  /* Backdrop when menu is open */
  body.menu-open { overflow: hidden; }
  body.menu-open::after {
    content: '';
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.6);
    backdrop-filter: blur(4px);
    z-index: 98;
  }

  /* === HERO === */
  .hero { padding: 90px 0 0; }
  .hero-title { font-size: clamp(34px, 9vw, 56px); margin-bottom: 16px; line-height: 1.05; }
  .hero-sub { font-size: 14.5px; margin-bottom: 26px; }
  .hero-actions { gap: 10px; margin-bottom: 32px; flex-direction: column; }
  .hero-actions .btn { width: 100%; padding: 14px 22px; font-size: 14px; }

  /* Countdown */
  .hero-countdown { gap: 6px; padding-top: 24px; }
  .cd-cell { padding: 10px 4px 8px; border-radius: 10px; }
  .cd-num { font-size: clamp(22px, 7vw, 34px); }
  .cd-lbl { font-size: 8px; letter-spacing: 0.08em; margin-top: 4px; }

  /* Pass card */
  .pass-card { max-width: 340px; margin: 0 auto; }
  .pass-card-inner {
    padding: 14px;
    grid-template-columns: 30% 70%;
    gap: 10px;
  }
  .pass-card-title { font-size: 13px; letter-spacing: 0.12em; }
  .pass-card-info { gap: 6px; }
  .pass-card-socials { gap: 4px; }
  .pass-card-socials li { font-size: 12px; gap: 8px; }
  .pcs-ico { width: 16px; }
  .pass-card-url { font-size: 11px; margin-top: 3px; }

  /* Marquee */
  .marquee-track span { font-size: 14px; }
  .hero-marquee { margin-top: 50px; padding: 14px 0; }

  /* === GLOBAL === */
  .eyebrow { font-size: 10px; padding: 6px 12px; margin-bottom: 16px; letter-spacing: 0.14em; }
  .section-title { font-size: clamp(26px, 7vw, 40px); margin-bottom: 14px; }
  .about, .benefits, .how, .plans, .team, .contact { padding: 60px 0; }
  .section-head.center { margin-bottom: 40px; }

  /* === CARDS / GRIDS === */
  .plans-grid { grid-template-columns: 1fr; gap: 22px; max-width: 480px; }
  .benefits-grid { grid-template-columns: 1fr; gap: 16px; }
  .value-grid { grid-template-columns: 1fr; gap: 14px; }
  .contact-inner { grid-template-columns: 1fr; gap: 40px; }

  .benefit-card { padding: 28px 22px; }
  .plan-card { padding: 32px 24px; }
  .value-card { padding: 26px 22px; }
  .plan-title { font-size: 22px; }
  .plan-amount { font-size: 60px; }

  .step h3 { font-size: 16px; }
  .step p { font-size: 13px; }
  .step-num { width: 48px; height: 48px; font-size: 18px; }

  /* === CONTACT FORM === */
  .contact-form { padding: 28px 22px; border-radius: 22px; }
  .contact-list { margin: 28px 0 20px; }

  /* === HERO STATS === */
  .hero-stats { flex-wrap: wrap; gap: 18px; }
  .stat-divider { display: none; }

  /* === TEAM === */
  .team-hero {
    max-width: 100%;
    display: flex;
    flex-direction: column;
  }
  .team-hero img {
    aspect-ratio: 4 / 5;
    max-height: 70vh;
    min-height: 420px;
    object-fit: cover;
    object-position: center top;
    width: 100%;
  }
  /* On mobile the overlay sits BELOW the image instead of covering it */
  .team-hero-overlay {
    position: static;
    padding: 20px 20px 24px;
    background: rgba(10,10,10,0.7);
    border-top: 1px solid var(--line);
    z-index: auto;
  }
  .team-hero-overlay h3 { font-size: 22px; margin-bottom: 8px; }
  .team-hero-overlay p { font-size: 14px; }

  /* === FOOTER === */
  .footer-inner { grid-template-columns: 1fr 1fr; gap: 28px; padding-bottom: 40px; }
  .footer-bottom { padding: 16px 0; }
  .footer-bottom .container { justify-content: center; text-align: center; flex-direction: column; gap: 8px; }
  .footer-logo { height: 48px; width: 48px; }

  /* Lang dropdown — wider for thumbs */
  .lang-dropdown { min-width: 160px; }
  .lang-dropdown li { padding: 12px 14px; font-size: 14px; }
}

/* SMALL PHONE (≤480px) */
@media (max-width: 480px) {
  /* Brand: hide text on small screens */
  .brand-name { display: none; }

  /* Container slightly tighter */
  .container { width: 94%; }

  /* Even tighter buttons */
  .header-actions { gap: 5px; }
  .header-actions .btn-sm { padding: 7px 11px; font-size: 11px; letter-spacing: 0; }

  /* Hero */
  .hero { padding: 80px 0 0; }
  .hero-title { font-size: clamp(28px, 9vw, 44px); }

  /* Pass card — small but text fits without cutting */
  .pass-card { max-width: 310px; margin: 0 auto; }
  .pass-card-inner {
    padding: 12px;
    grid-template-columns: 28% 72%;
    gap: 8px;
  }
  .pass-card-title { font-size: 12px; letter-spacing: 0.10em; }
  .pass-card-info { gap: 5px; }
  .pass-card-socials { gap: 3px; }
  .pass-card-socials li { font-size: 11px; gap: 6px; }
  .pcs-ico { width: 14px; }
  .pass-card-url { font-size: 10px; margin-top: 2px; }

  /* Countdown ultra compact */
  .hero-countdown { gap: 4px; padding-top: 20px; }
  .cd-cell { padding: 8px 2px 6px; border-radius: 8px; }
  .cd-num { font-size: clamp(20px, 7vw, 28px); }
  .cd-lbl { font-size: 7px; letter-spacing: 0.04em; margin-top: 3px; }

  /* Sections tighter */
  .about, .benefits, .how, .plans, .team, .contact { padding: 50px 0; }
  .section-head.center { margin-bottom: 32px; }

  /* Plans */
  .plan-amount { font-size: 52px; }
  .plan-card { padding: 28px 20px; }

  /* Benefits */
  .benefit-card { padding: 24px 20px; }
  .benefit-num { font-size: 52px; top: 14px; right: 18px; }
  .benefit-card h3 { font-size: 19px; }
  .benefit-icon-wrap { width: 52px; height: 52px; margin-bottom: 18px; }

  /* Pass card shimmer radius */
  .pass-card-img,
  .pass-shimmer-overlay,
  .pass-shimmer-overlay::before { border-radius: 22px; }

  /* Footer: single column */
  .footer-inner { grid-template-columns: 1fr; gap: 24px; padding-bottom: 30px; }
  .footer-col h4 { font-size: 12px; }
  .footer-brand p { max-width: 100%; }

  /* Contact form */
  .contact-form { padding: 22px 18px; }
  .form-row input, .form-row textarea { padding: 12px 14px; font-size: 14px; }
}

/* TINY PHONE (≤375px) */
@media (max-width: 375px) {
  /* Hide login button to save space — still accessible from menu/footer */
  .header-actions .btn-outline { display: none; }

  /* Even smaller logo */
  .brand-logo { height: 34px; width: 34px; }

  /* Sections */
  .about, .benefits, .how, .plans, .team, .contact { padding: 42px 0; }
  .section-title { font-size: clamp(22px, 6.5vw, 32px); }

  /* Pass card */
  .pass-card-inner { padding: 14px; }
  .pass-card-title { font-size: 13px; letter-spacing: 0.12em; }

  /* Hero */
  .hero-title { font-size: clamp(26px, 9vw, 38px); }
  .hero-sub { font-size: 13.5px; }
}

/* =====================================================
   LIGHT THEME — from marquee downwards
   White background + dark green text, keeping gold accents
   ===================================================== */

/* Marquee keeps its original dark style — white starts AFTER the marquee */

/* Sections below the marquee */
.about,
.benefits,
.how,
.plans,
.team,
.contact {
  background: #ffffff;
  color: var(--green-deep);
}
.how { background: #ffffff; } /* override gradient overlay */

/* Eyebrows on light bg */
.about .eyebrow,
.benefits .eyebrow,
.how .eyebrow,
.plans .eyebrow,
.team .eyebrow,
.contact .eyebrow {
  background: rgba(251,212,66,0.12);
  border-color: rgba(34,44,25,0.18);
  color: var(--green);
}

/* Section titles */
.about .section-title,
.benefits .section-title,
.how .section-title,
.plans .section-title,
.team .section-title,
.contact .section-title {
  color: var(--green-deep);
}

/* Lead text */
.about .lead,
.benefits .lead,
.how .lead,
.plans .lead,
.team .lead,
.contact .lead {
  color: rgba(34,44,25,0.7);
}

/* Inline strong / gold in about */
.about strong { color: var(--green-deep); }
.about .gold { color: var(--green); }

/* === VALUE CARDS === */
.value-card {
  background: linear-gradient(160deg, rgba(251,212,66,0.08), rgba(34,44,25,0.04));
  border-color: rgba(34,44,25,0.15);
}
.value-card:hover {
  background: linear-gradient(160deg, rgba(251,212,66,0.14), rgba(34,44,25,0.06));
  border-color: rgba(251,212,66,0.5);
}
.value-card h3 { color: var(--green-deep); }
.value-card p { color: rgba(34,44,25,0.65); }

/* === BENEFIT CARDS === */
.benefit-card {
  background: linear-gradient(180deg, rgba(251,212,66,0.05), rgba(34,44,25,0.02));
  border-color: rgba(34,44,25,0.15);
}
.benefit-card:hover { border-color: rgba(251,212,66,0.5); }
.benefit-card h3 { color: var(--green-deep); }
.benefit-card p { color: rgba(34,44,25,0.65); }
.benefit-icon-wrap {
  background: var(--gold-gradient-soft);
  border-color: rgba(34,44,25,0.15);
}
/* The featured benefit card already has gold bg — leave it */

/* === STEPS === */
.step-num {
  background: #ffffff;
  border-color: var(--gold);
  color: var(--gold-deep);
  box-shadow: 0 4px 18px rgba(251,212,66,0.25);
}
.steps::before {
  background: linear-gradient(90deg, transparent, var(--green) 20%, var(--green) 80%, transparent);
  opacity: 0.25;
}
.step h3 { color: var(--green-deep); }
.step p { color: rgba(34,44,25,0.65); }

/* === PLAN CARDS === */
.plan-card {
  background: linear-gradient(180deg, rgba(251,212,66,0.04), rgba(34,44,25,0.02));
  border-color: rgba(34,44,25,0.15);
}
.plan-card:hover { border-color: rgba(251,212,66,0.5); }
.plan-card-featured {
  background: linear-gradient(180deg, rgba(251,212,66,0.14), rgba(251,212,66,0.04));
  border-color: rgba(251,212,66,0.55);
  box-shadow: 0 30px 80px rgba(251,212,66,0.18);
}
.plan-title { color: var(--green-deep); }
.plan-desc { color: rgba(34,44,25,0.65); }
.plan-currency { color: var(--gold-deep); }
.plan-period { color: rgba(34,44,25,0.55); }
.plan-duration {
  color: rgba(34,44,25,0.6);
  border-bottom-color: rgba(34,44,25,0.15);
}
.plan-features li { color: rgba(34,44,25,0.85); }
.plans-note { color: rgba(34,44,25,0.6); }
/* "Elegir mensual" outline button — gold on white was barely visible.
   Use darker gold + green text for better contrast on white background. */
.plans .btn-outline {
  color: var(--gold-deep);
  border-color: var(--gold-deep);
}
.plans .btn-outline:hover {
  background: var(--gold-deep);
  color: #ffffff;
}

/* === TEAM === */
.team-hero {
  background: #ffffff;
  border-color: rgba(34,44,25,0.18);
  box-shadow: 0 30px 80px rgba(34,44,25,0.18);
}
.team-hero-overlay {
  background: linear-gradient(180deg, transparent, rgba(255,255,255,0.96) 70%);
}
.team-hero-overlay h3 { color: var(--green-deep); }
.team-hero-overlay p { color: rgba(34,44,25,0.75); }

/* === CONTACT === */
.contact-list a,
.contact-list span:not(.contact-lbl) {
  color: var(--green-deep);
}
.contact-list li { border-bottom-color: rgba(34,44,25,0.15); }
.contact-list a:hover { color: var(--gold-deep); }
.contact-ico {
  background: var(--gold-gradient-soft);
  border-color: rgba(34,44,25,0.15);
}
.social-link {
  background: rgba(34,44,25,0.05);
  border-color: rgba(34,44,25,0.15);
}
.social-link img {
  filter: brightness(0.4) sepia(1) saturate(4) hue-rotate(15deg) brightness(0.85);
}
.social-link:hover {
  background: var(--gold);
  border-color: var(--gold);
}

/* Contact form */
.contact-form {
  background: linear-gradient(180deg, rgba(251,212,66,0.06), rgba(34,44,25,0.03));
  border-color: rgba(34,44,25,0.15);
}
.contact-form h3 { color: var(--green-deep); }
.form-row input,
.form-row textarea {
  background: rgba(34,44,25,0.04);
  border-color: rgba(34,44,25,0.18);
  color: var(--green-deep);
}
.form-row input::placeholder,
.form-row textarea::placeholder {
  color: rgba(34,44,25,0.4);
}
.form-row input:focus,
.form-row textarea:focus {
  background: rgba(34,44,25,0.07);
  border-color: var(--gold);
}

/* === FOOTER === */
.site-footer {
  background: linear-gradient(180deg, #f8f8f0 0%, #ffffff 100%);
  border-top-color: rgba(34,44,25,0.15);
  color: var(--green-deep);
}
.footer-brand p { color: rgba(34,44,25,0.65); }
.footer-col a { color: rgba(34,44,25,0.7); }
.footer-col a:hover { color: var(--gold-deep); }
.footer-bottom {
  border-top-color: rgba(34,44,25,0.15);
  color: rgba(34,44,25,0.6);
}
.footer-bottom span { color: rgba(34,44,25,0.55); }

/* =====================================================
   MOBILE PERFORMANCE OPTIMIZATIONS
   Disables GPU-heavy effects on mobile — PC look untouched
   ===================================================== */
@media (max-width: 768px) {
  /* Remove huge blur orbs (filter: blur(110px) is brutal on mobile GPUs) */
  .bg-orb { display: none !important; }

  /* Simplify body background gradient — remove radial gradients */
  body::before {
    background: linear-gradient(180deg, #0A0A0A 0%, #121710 50%, #0A0A0A 100%) !important;
  }

  /* Disable hero grid pattern (cheap but pointless on mobile) */
  .hero-bg-grid { display: none !important; }

  /* Remove backdrop-filter blurs (most expensive operation on mobile) */
  .site-header,
  .site-header.scrolled,
  .lang-dropdown,
  .main-nav,
  body.menu-open::after {
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
  }
  .site-header { background: rgba(10, 10, 10, 0.92) !important; }
  .site-header.scrolled { background: rgba(10, 10, 10, 0.97) !important; }

  /* Keep the pass-card floating animation on mobile too, but slow it slightly
     to reduce GPU load (was disabled before for perf — user wants it back) */
  .pass-card {
    animation: passFloat 6s ease-in-out infinite !important;
  }

  /* Disable the heavy shimmer animation on pass-card (this one is more expensive) */
  .pass-shimmer-overlay { display: none !important; }
  .pass-glow {
    filter: blur(20px) !important;
    opacity: 0.55 !important;
  }

  /* Slow down the counter's rotating gold border (less repaints) */
  .mdp-moving-frame::before { animation-duration: 8s !important; }

  /* Reduce eyebrow-dot pulse cost */
  .eyebrow-dot { animation-duration: 3.5s !important; }

  /* Marquee: slower means fewer animation frames */
  .marquee-track { animation-duration: 45s !important; }

  /* Disable orb-float on benefit/value-card hover shadows on mobile */
  .benefit-card::after { display: none !important; }
}

/* Even more aggressive optimization for older / slower devices
   (Pass-card animation is preserved — user wants it) */
@media (max-width: 768px) and (prefers-reduced-motion: reduce),
       (max-width: 480px) {
  .marquee-track,
  .pass-shimmer-overlay,
  .pass-shimmer-overlay::before,
  .mdp-moving-frame::before,
  .eyebrow-dot,
  .bg-orb {
    animation: none !important;
  }
}

/* =====================================================
   TEAM MEMBERS — cards + modal
   ===================================================== */
.team-members-wrap {
  margin-top: 50px;
}
.team-members {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  max-width: 1000px;
  margin: 0 auto;
}
.team-member {
  background: var(--gold-gradient);
  border-radius: var(--radius-lg);
  padding: 34px 24px 28px;
  text-align: center;
  cursor: pointer;
  transition: transform .3s, box-shadow .3s;
  box-shadow: 0 14px 40px rgba(251,212,66,0.25);
}
.team-member:hover {
  transform: translateY(-6px);
  box-shadow: 0 22px 55px rgba(251,212,66,0.4);
}
.tm-photo {
  width: 110px;
  height: 110px;
  margin: 0 auto 18px;
  border-radius: 50%;
  overflow: hidden;
  border: 3px solid rgba(10,10,10,0.85);
  background: #1a1a1a;
}
.tm-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
}
.tm-name {
  font-family: var(--serif);
  font-size: 20px;
  font-weight: 700;
  color: #0A0A0A;
  margin: 0 0 4px;
}
.tm-role {
  font-size: 14px;
  font-weight: 600;
  color: rgba(10,10,10,0.7);
  margin: 0 0 14px;
}
.tm-more {
  font-size: 12.5px;
  font-weight: 600;
  color: rgba(10,10,10,0.6);
  letter-spacing: 0.02em;
}

/* Team modal */
.team-modal {
  position: fixed;
  inset: 0;
  z-index: 100001;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
.team-modal.open { display: flex; }
.team-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.7);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}
.team-modal-box {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 760px;
  max-height: 88vh;
  overflow-y: auto;
  background: #ffffff;
  border-radius: var(--radius-lg);
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  box-shadow: 0 40px 100px rgba(0,0,0,0.6);
}
.team-modal-photo {
  background: #1a1a1a;
}
.team-modal-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.team-modal-info {
  padding: 40px 36px;
}
.team-modal-info h2 {
  font-family: var(--serif);
  font-size: clamp(24px, 3vw, 32px);
  color: #0A0A0A;
  margin: 0 0 4px;
}
.team-modal-info .tmm-role {
  font-size: 15px;
  font-weight: 600;
  color: var(--gold-deep);
  margin: 0 0 22px;
}
.team-modal-info .tmm-desc {
  font-size: 15.5px;
  line-height: 1.75;
  color: rgba(34,44,25,0.82);
  margin: 0;
}
.team-modal-close {
  position: absolute;
  top: 12px;
  right: 14px;
  z-index: 2;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: rgba(0,0,0,0.5);
  color: #fff;
  font-size: 24px;
  line-height: 1;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background .2s;
}
.team-modal-close:hover { background: rgba(0,0,0,0.8); }

@media (max-width: 768px) {
  .team-members {
    grid-template-columns: 1fr;
    gap: 18px;
    max-width: 360px;
  }
  .team-modal-box {
    grid-template-columns: 1fr;
    max-height: 90vh;
  }
  .team-modal-photo { max-height: 320px; }
  .team-modal-info { padding: 26px 22px; }
}
