:root {



  /* Ibiza Identity Variables */



  --bg-dark: #050505;



  --gold: #FFBF02;



  --gold-hover: #e5ab00;



  --text-white: #F8F6F0;



  --text-gray: #A09E98;



  --border-subtle: rgba(255, 255, 255, 0.08);



  



  --ink: #FFBF02; --paper: #F8F6F0; --shadow: rgba(0, 0, 0, 0.6);



  font-family: 'Inter', -apple-system, sans-serif;



  color: var(--text-gray);



  background: var(--bg-dark);



  letter-spacing: 0;



}







* { box-sizing: border-box; }



html { min-height: 100%; scroll-behavior: smooth; background: var(--bg-dark); }



body { min-height: 100%; margin: 0; overflow-x: hidden; background: transparent; }



button { border: 0; font: inherit; }



.site-shell { min-height: 100vh; position: relative; z-index: 2; display: flex; flex-direction: column; }







/* Global Fixed Background */



.fixed-video-bg {



  position: fixed;



  inset: 0;



  z-index: 0;



  overflow: hidden;



  background: var(--bg-dark);



}



.fixed-video-bg video {



  width: 100%;



  height: 100%;



  object-fit: cover;



  opacity: 0.35;



}



.global-gradient {



  position: absolute;



  inset: 0;



  background: linear-gradient(to bottom, rgba(5,5,5,0.4) 0%, rgba(5,5,5,0.85) 60%, rgba(5,5,5,1) 100%);



}







/* Global Typography */



.mono { font-family: 'JetBrains Mono', monospace; }



.gold-text { color: var(--gold); }



h1, h2, h3, h4 { color: var(--text-white); font-weight: 700; line-height: 1.1; margin: 0; letter-spacing: -0.03em; }



h1 { font-size: clamp(42px, 6vw, 76px); line-height: 1; }



h2 { font-size: clamp(28px, 4vw, 50px); }



h3 { font-size: clamp(22px, 2.5vw, 28px); }



p { font-size: clamp(15px, 1.5vw, 17px); line-height: 1.6; margin: 0; }



a { text-decoration: none; color: inherit; }







/* Buttons */



.btn {



  display: inline-flex; align-items: center; justify-content: center;



  height: 54px; padding: 0 30px; border-radius: 10px;



  font-size: 15px; font-weight: 800; letter-spacing: 0.04em; text-transform: uppercase;



  transition: transform 0.4s ease, box-shadow 0.4s ease; cursor: pointer;



}



.btn-gold { background: var(--gold); color: #111; box-shadow: 0 0 0 rgba(255,191,2,0); }



.btn-gold:hover { background: var(--gold-hover); transform: translateY(-3px); box-shadow: 0 10px 24px rgba(255,191,2,0.15); }



.btn-outline { background: transparent; border: 1px solid var(--gold); color: var(--gold); height: 48px; border-radius: 8px; }



.btn-outline:hover { background: rgba(255, 191, 2, 0.05); transform: translateY(-2px); }







/* ==========================================



   SITE HEADER (Floating Glass Pill)



   ========================================== */



.site-header { 



  position: absolute; top: 32px; left: 50%; transform: translateX(-50%);



  width: calc(100% - 64px); max-width: 1200px; height: 72px; padding: 0 40px; 



  display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 40px; 



  z-index: 100; 



  background: rgba(10, 10, 12, 0.4); 



  backdrop-filter: blur(24px); -webkit-backdrop-filter: blur(24px);



  border: 1px solid rgba(255,191,2,0.4); 



  border-radius: 999px;



  box-shadow: 0 20px 40px rgba(0,0,0,0.6), inset 0 1px 0 rgba(255,255,255,0.1);



}



.site-logo { font-family: 'Playfair Display', serif; font-size: 26px; font-weight: 700; color: var(--text-white); letter-spacing: 0.02em; }







.site-nav { display: flex; justify-content: center; gap: 40px; }







.site-nav a { font-size: 13px; font-weight: 600; letter-spacing: 0.1em; color: rgba(255,255,255,0.7); text-transform: uppercase; text-decoration: none; transition: color 0.3s; padding-bottom: 4px; }







.site-nav a:hover { color: var(--text-white); }







.site-nav a.active { color: var(--gold); border-bottom: 2px solid var(--gold); }







.lang-selector { border: 1px solid rgba(255,255,255,0.2); padding: 8px 16px; border-radius: 999px; font-size: 13px; cursor: pointer; color: var(--text-white); display: flex; align-items: center; gap: 8px; transition: background 0.3s; }







.lang-selector:hover { background: rgba(255,255,255,0.1); }















/* Video Background (Replaces Sky) */







.scene-img { display: block; user-select: none; will-change: transform, opacity, filter; pointer-events: none; }







.sky-img { inset: 0; width: 100%; height: 100%; transform: none; filter: blur(var(--blur-px)) brightness(var(--back-brightness)); z-index: 0; overflow: hidden; }







.local-hero-video { width: 100%; height: 100%; object-fit: cover; position: absolute; top: 0; left: 0; pointer-events: none; }







.hero-gradient { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(5,5,5,0.85) 0%, rgba(5,5,5,0.6) 40%, rgba(5,5,5,0.1) 100%); }















.back-stack {







  top: 0; bottom: 0; left: -3vw; right: -3vw; z-index: 1;







  opacity: var(--back-opacity); transform: translate3d(var(--back-x), var(--back-y), 0) scale(var(--back-scale)); transform-origin: 50% 100%;







  will-change: transform, filter, opacity;







}







.back-img { inset: 0; width: 100%; height: 100%; object-fit: cover; filter: blur(var(--blur-px)) brightness(var(--back-brightness)); }







.back-bazaar {







  top: auto; bottom: 0; left: 48%; right: auto; width: 112%; height: auto; object-fit: cover;







  z-index: 3; opacity: 1; filter: blur(var(--bazaar-blur-px)) brightness(var(--bazaar-brightness)) saturate(var(--bazaar-saturation));







  transform: translate3d(-50%, var(--bazaar-y), 0) scale(0.86);







}















/* Split-screen transition utilizing clip-path on standard images */







.splitframe-img { left: 50%; top: 50%; width: 118vw; height: 118vh; object-fit: cover; pointer-events: none; z-index: 6; }







.splitframe-left { 







  clip-path: polygon(0 0, 50% 0, 50% 100%, 0 100%); 







  transform: translate3d(var(--split-left-x), var(--split-left-y), 0) scale(var(--split-left-scale)); 







  transform-origin: center; 







}







.splitframe-right { 







  clip-path: polygon(50% 0, 100% 0, 100% 100%, 50% 100%); 







  transform: translate3d(var(--split-right-x), var(--split-right-y), 0) scale(var(--split-right-scale)); 







  transform-origin: center; 







}















.frame-two-img {







  filter: none !important; left: 50%; top: 50%; width: min(122vw, 2160px); height: 100vh; object-fit: cover;







  opacity: var(--frame2-opacity); transform: translate3d(var(--frame2-x), var(--frame2-y), 0) scale(var(--frame2-scale)); transform-origin: center; z-index: 5;







}















.shade {







  inset: 0; z-index: var(--shade-z); pointer-events: none; opacity: var(--shade-opacity);







  background: linear-gradient(180deg, rgba(var(--blur-tint), var(--shade-top-alpha)) 0%, rgba(var(--blur-tint), var(--shade-mid-alpha)) 48%, rgba(var(--blur-tint), var(--shade-bottom-alpha)) 100%);







}















/* Typography Overlays */







/* --- NEW HERO UI COMPONENTS --- */















.gold-gradient-text { background: linear-gradient(to right, #FFF3B0, #D4AF37); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }















/* Left Sidebar */







.hero-left-sidebar {







  position: absolute; left: 40px; top: 50%; transform: translateY(-50%);







  display: flex; flex-direction: column; align-items: center; gap: 40px;







  z-index: 10; pointer-events: none;







}







.vert-line { width: 1px; height: 160px; background: rgba(255,255,255,0.15); }







.vert-text { writing-mode: vertical-rl; transform: rotate(180deg); font-size: 11px; letter-spacing: 4px; color: rgba(255,255,255,0.6); }







.stamp-box { width: 100px; height: 100px; }







.stamp-svg { width: 100%; height: 100%; animation: spin 20s linear infinite; }







@keyframes spin { 100% { transform: rotate(360deg); } }















/* Right Panel */







.hero-right-panel {







  position: absolute; right: 40px; top: 50%; transform: translateY(-50%);







  background: rgba(10,10,12,0.4); backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px); 







  border: 1px solid rgba(255,255,255,0.1); border-radius: 20px; padding: 40px 32px; z-index: 10;







}







.panel-list { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 24px; }







.panel-list li { font-size: 12px; font-weight: 600; letter-spacing: 0.1em; display: flex; align-items: center; gap: 16px; color: #fff; }







.panel-icon { display: flex; justify-content: center; align-items: center; width: 32px; height: 32px; border: 1px solid rgba(255,191,2,0.3); border-radius: 50%; color: var(--gold); }















/* Bottom CTA */







.hero-bottom-cta {







  position: absolute; bottom: 40px; left: 50%; transform: translateX(-50%);







  display: flex; align-items: center; z-index: 10; gap: 20px;







}







.hero-bottom-cta::before, .hero-bottom-cta::after {







  content: ''; width: 80px; height: 1px; background: linear-gradient(90deg, transparent, rgba(255,191,2,0.4));







}







.hero-bottom-cta::after { background: linear-gradient(270deg, transparent, rgba(255,191,2,0.4)); }







.cta-capsule {







  background: rgba(10,10,12,0.7); backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px);







  border: 1px solid rgba(255,191,2,0.3); border-radius: 999px;







  display: flex; align-items: center; padding: 8px 8px 8px 40px; gap: 40px; box-shadow: 0 20px 40px rgba(0,0,0,0.5);







}







.cta-price-block { display: flex; flex-direction: column; }







.cta-lbl { font-size: 11px; letter-spacing: 0.1em; color: rgba(255,255,255,0.6); }







.cta-val { font-size: 20px; font-weight: 700; margin-top: 2px; }







.btn-gold-solid { background: linear-gradient(135deg, #FFDF73, #D4AF37); color: #000; font-weight: 800; font-size: 13px; letter-spacing: 0.05em; border-radius: 999px; padding: 18px 36px; border: none; cursor: pointer; transition: transform 0.2s; box-shadow: 0 10px 20px rgba(212,175,55,0.2); }







.btn-gold-solid:hover { transform: scale(1.05); }















/* Center Block (Animated by Scroll Engine) */







.hero-title {







  position: absolute; left: 50%; top: 50%; margin: 0; width: 100%; text-align: center;







  transform: translate3d(-50%, calc(-50% + var(--title-y)), 0) scale(var(--title-scale));







  transform-origin: center center; opacity: var(--title-opacity);







  z-index: 5; display: flex; flex-direction: column; align-items: center; pointer-events: none;







}







.top-badge {







  display: inline-flex; align-items: center; gap: 8px;







  padding: 8px 24px; border-radius: 999px; border: 1px solid rgba(255,191,2,0.4);







  background: linear-gradient(90deg, rgba(255,191,2,0.1), transparent);







  font-size: 11px; font-weight: 700; letter-spacing: 0.1em; color: var(--text-white);







  margin-bottom: 24px; box-shadow: inset 0 0 10px rgba(255,191,2,0.1);







}







.main-title-row { display: flex; align-items: center; gap: 40px; justify-content: center; }







.title-left { position: relative; }







.serif-title { font-family: 'Playfair Display', serif; font-size: 150px; font-weight: 600; line-height: 0.9; margin: 0; color: #fff; text-shadow: 0 10px 30px rgba(0,0,0,0.5); letter-spacing: 0; white-space: nowrap; }







.script-title {







  font-family: 'Playfair Display', serif; font-size: 150px; line-height: 0.9;







  position: absolute; top: 70%; left: 15%;







  color: #D4AF37;







  text-shadow: 2px 5px 15px rgba(0,0,0,0.6);







  letter-spacing: 0; white-space: nowrap; font-weight: 600;







  padding: 20px; margin: -20px;







}







.title-divider { width: 1px; height: 140px; background: rgba(255,255,255,0.2); }







.title-right { text-align: left; display: flex; flex-direction: column; justify-content: center; }







.number-title { 







  font-size: 150px; 







  line-height: 1.1; 







  padding: 20px; margin: -20px; /* Expands background-clip bounding box */







}







.sub-desc { font-size: 13px; font-weight: 600; letter-spacing: 0.15em; line-height: 1.5; color: rgba(255,255,255,0.8); margin: 16px 0; }







.pills-row { display: flex; gap: 12px; }







.pill { border: 1px solid rgba(255,255,255,0.15); background: rgba(0,0,0,0.4); padding: 4px 12px; border-radius: 20px; font-size: 10px; font-weight: 700; letter-spacing: 0.1em; display: flex; align-items: center; gap: 6px; }







.pill .dot { width: 6px; height: 6px; background: var(--gold); border-radius: 50%; box-shadow: 0 0 6px var(--gold); }















.intro-copy {







  left: 8%; top: clamp(340px, 45vh, 480px); width: min(600px, 90vw); text-align: left;







  transform: translate3d(0, var(--intro-copy-y), 0); opacity: var(--intro-copy-opacity); will-change: transform, opacity; z-index: 9;







}







.intro-copy .subhead { font-size: clamp(20px, 2.5vw, 24px); font-weight: 700; letter-spacing: 0.1em; color: var(--text-white); margin-bottom: 24px; text-transform: uppercase; }







.intro-copy .hero-info p { font-size: 16px; font-weight: 600; letter-spacing: 0.05em; color: var(--text-gray); margin-bottom: 8px; }







.intro-copy .vip-price { display: block; margin: 32px 0 24px; font-size: 14px; color: var(--text-white); }















/* Dashboard in Hero */







.hero-dashboard {







  position: absolute; top: clamp(240px, 30vh, 320px); left: 0; display: flex; align-items: center; gap: 48px;







  background: rgba(5,5,5,0.45); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px);







  padding: 24px 32px; border-radius: 12px; border: 1px solid var(--border-subtle); pointer-events: auto;







}







.dash-item { display: flex; flex-direction: column; gap: 4px; }







.dash-item strong { font-size: 28px; color: var(--text-white); line-height: 1; }







.dash-item span { font-size: 11px; text-transform: uppercase; letter-spacing: 0.05em; color: var(--text-gray); }







.dash-line { width: 1px; height: 32px; background: rgba(255,255,255,0.1); }















/* Story Panels (Frame 2 & 3) */







.story-panel {







  left: 50%; top: 45%; width: min(800px, calc(100vw - 48px)); text-align: center; pointer-events: none;







  transform: translate3d(-50%, -50%, 0); will-change: transform, opacity; z-index: 10;







}







.story-panel p { width: min(600px, 100%); margin: 24px auto 0; font-size: 17px; color: var(--text-gray); }







.story-panel-bridge { top: 55%; opacity: var(--panel2-opacity); transform: translate3d(-50%, var(--panel2-y), 0); }







.story-panel-bazaar { top: 35%; opacity: var(--panel3-opacity); transform: translate3d(-50%, var(--panel3-y), 0); }















.facts { display: flex; justify-content: center; gap: 60px; margin-top: 48px; }







.facts dt { font-size: 48px; font-weight: 500; line-height: 1; }







.facts dd { margin: 12px 0 0; font-size: 14px; text-transform: uppercase; letter-spacing: 0.05em; color: var(--text-gray); }















.note-button {







  min-height: 48px; margin-top: 32px; display: inline-flex; align-items: center; gap: 12px;







  padding: 0 28px; border-radius: 999px; background: rgba(255,255,255,0.05); border: 1px solid var(--border-subtle);







  color: var(--text-white); pointer-events: auto; cursor: pointer; transition: background 0.3s;







}







.note-button:hover { background: rgba(255,255,255,0.1); }















/* ==========================================







   VIP MONOLITH SHOWCASE (Cinematic layer)







   ========================================== */























.vip-monolith {







  position: relative; flex: 1; max-width: 380px; height: 380px;







  background: rgba(10,10,12,0.5); backdrop-filter: blur(24px); -webkit-backdrop-filter: blur(24px);







  border-radius: 24px; border: 1px solid rgba(255,255,255,0.05);







  display: flex; flex-direction: column; padding: 32px 32px;







  transition: transform 0.6s cubic-bezier(0.2, 0.8, 0.2, 1), border-color 0.4s;







  overflow: hidden; cursor: default;







}







.vip-monolith:hover { transform: translateY(-12px); box-shadow: 0 40px 80px rgba(0,0,0,0.7); }















/* Staggered Heights */







.black-tier { height: 440px; transform: translateY(-20px); border-color: rgba(255,191,2,0.3); z-index: 2; box-shadow: 0 40px 100px rgba(0,0,0,0.8), inset 0 1px 0 rgba(255,191,2,0.2); }







.black-tier:hover { transform: translateY(-32px); border-color: rgba(255,191,2,0.6); }















.diamond-tier { border-color: rgba(136, 170, 255, 0.2); }







.silver-tier { border-color: rgba(200, 200, 200, 0.2); }















/* Glow Effects */







.mono-glow { position: absolute; top: -50%; left: -50%; width: 200%; height: 200%; background: radial-gradient(circle at 50% 0%, rgba(255,255,255,0.04), transparent 50%); pointer-events: none; }







.black-tier .mono-glow { background: radial-gradient(circle at 50% 0%, rgba(255,191,2,0.15), transparent 60%); }







.diamond-tier .mono-glow { background: radial-gradient(circle at 50% 0%, rgba(136, 170, 255, 0.08), transparent 60%); }















.mono-content { position: relative; z-index: 2; display: flex; flex-direction: column; height: 100%; }















/* Badges */







.mono-badge { align-self: flex-start; font-size: 11px; font-weight: 700; font-family: 'JetBrains Mono', monospace; padding: 6px 16px; border-radius: 999px; background: rgba(255,255,255,0.1); color: #fff; margin-bottom: 32px; letter-spacing: 0.1em; }







.mono-badge.gold-bg { background: linear-gradient(135deg, #FFDF73, #D4AF37); color: #000; box-shadow: 0 4px 12px rgba(212,175,55,0.3); }







.mono-badge.diamond-bg { background: linear-gradient(135deg, #aaccff, #5588ff); color: #000; }















/* Typography inside monoliths */







.vip-monolith .serif-title { 







  font-size: 32px; margin-bottom: 8px; letter-spacing: 0.05em; line-height: 1.1; text-shadow: none; 







  padding: 10px; margin-top: -10px; margin-left: -10px; /* Protects gradient clipping */







}







.diamond-text { background: linear-gradient(to right, #ffffff, #aaccff); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }















.mono-cap { font-size: 13px; color: rgba(255,255,255,0.6); margin-bottom: 20px; padding-bottom: 20px; border-bottom: 1px solid rgba(255,255,255,0.1); }







.mono-cap strong { color: #fff; font-size: 18px; font-weight: 700; display: block; margin-top: 4px; font-family: 'JetBrains Mono', monospace; letter-spacing: -0.02em; }







.black-tier .mono-cap strong { color: var(--gold); }















.mono-benefits { list-style: none; padding: 0; margin: 0; flex-grow: 1; display: flex; flex-direction: column; gap: 16px; }







.mono-benefits li { font-size: 14px; color: rgba(255,255,255,0.8); display: flex; align-items: flex-start; gap: 12px; line-height: 1.5; font-weight: 500; }







.mono-benefits li::before { content: '✓'; color: rgba(255,255,255,0.3); font-weight: 700; }







.black-tier .mono-benefits li.gold-text::before { color: var(--gold); }







.diamond-tier .mono-benefits li.diamond-text::before { color: #88aaff; }















/* Bottom Accent Lines */







.vip-monolith::after { content: ''; position: absolute; bottom: 0; left: 0; width: 100%; height: 4px; }







.silver-tier::after { background: #999; }







.black-tier::after { background: linear-gradient(90deg, #D4AF37, #FFF3B0, #D4AF37); }







.diamond-tier::after { background: linear-gradient(90deg, #5588ff, #aaccff, #5588ff); }















.sights-controls {







  left: 5vw; right: auto; top: calc(var(--sights-screen-top) + 280px + 24px); display: flex; gap: 16px;







  opacity: var(--sights-controls-opacity); transform: translate3d(0, var(--sights-y), 0); pointer-events: none; z-index: 5;







}







.sights-controls.is-ready { pointer-events: auto; }







.sight-nav {







  width: 48px; height: 48px; border-radius: 50%; color: var(--text-white); background: rgba(255,255,255,0.05);







  border: 1px solid var(--border-subtle); cursor: pointer; transition: background 0.3s;







}







.sight-nav:hover { background: rgba(255,255,255,0.15); }















/* ==========================================







   NORMAL FLOW SECTIONS (UPGRADED)







   ========================================== */







.normal-flow { position: relative; z-index: 20; background: var(--bg-dark); }







.ns-section { padding: 140px 0; border-top: 1px solid rgba(255,255,255,0.03); }







.ns-container { width: min(100% - 48px, 1140px); margin: 0 auto; }







.text-center { text-align: center; }







.ns-title { margin-bottom: 80px; font-size: clamp(32px, 4vw, 42px); }















/* Reveal Animations */







.reveal-up { opacity: 0; transform: translateY(40px); transition: opacity 0.8s ease, transform 0.8s cubic-bezier(0.2, 0.8, 0.2, 1); }







.reveal-up.is-visible { opacity: 1; transform: translateY(0); }















/* Timeline Upgraded (Alternating Glass Cards) */







.timeline-wrap { position: relative; max-width: 900px; margin: 0 auto; padding: 40px 0 0 0; }







































.tl-dot { position: absolute; top: 30px; width: 14px; height: 14px; background: var(--gold); border-radius: 50%; box-shadow: 0 0 0 8px rgba(255,191,2,0.15), 0 0 0 4px var(--bg-dark); z-index: 2; }































.tl-content { 







  background: rgba(20,20,22,0.6); backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px);







  padding: 48px; border-radius: 20px; border: 1px solid rgba(255,255,255,0.06); 







  box-shadow: 0 20px 40px rgba(0,0,0,0.3); transition: transform 0.4s ease, border-color 0.4s ease;







}







.tl-content:hover { transform: translateY(-5px); border-color: rgba(255,191,2,0.3); }







.tl-num { display: inline-block; font-size: 13px; font-weight: 700; color: var(--gold); margin-bottom: 12px; padding: 4px 12px; background: rgba(255,191,2,0.1); border-radius: 999px; }







.tl-item h4 { font-size: 22px; margin-bottom: 12px; }







.tl-item p { color: rgba(255,255,255,0.6); font-size: 15px; }















/* El Reto Upgraded */







.ns-reto { position: relative; padding: 180px 0; overflow: hidden; display: flex; align-items: center; justify-content: center; }







.reto-bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0.2; }







.reto-overlay { position: absolute; inset: 0; background: linear-gradient(135deg, rgba(5,5,5,0.9) 0%, rgba(5,5,5,0.4) 100%); }







.reto-container { position: relative; z-index: 2; }







.reto-content { 







  background: rgba(10,10,12,0.5); backdrop-filter: blur(24px); -webkit-backdrop-filter: blur(24px);







  border: 1px solid rgba(255,191,2,0.25); padding: 72px 60px; border-radius: 32px; 







  max-width: 800px; text-align: center; margin: 0 auto; box-shadow: 0 40px 80px rgba(0,0,0,0.6), inset 0 1px 0 rgba(255,255,255,0.1);







}







.reto-content h2 { font-size: clamp(32px, 4vw, 42px); margin-bottom: 24px; }







.reto-content p { font-size: 18px; color: rgba(255,255,255,0.7); margin-bottom: 32px; }















/* FAQ Upgraded */







.faq-list { max-width: 860px; margin: 0 auto; }







.faq-item { background: rgba(255,255,255,0.02); border: 1px solid rgba(255,255,255,0.04); border-radius: 16px; margin-bottom: 16px; transition: all 0.4s ease; }







.faq-item:hover { background: rgba(255,255,255,0.04); border-color: rgba(255,191,2,0.2); transform: translateX(4px); }







.faq-item.active { background: rgba(255,191,2,0.03); border-color: rgba(255,191,2,0.3); }







.faq-q { width: 100%; display: flex; justify-content: space-between; align-items: center; padding: 28px 32px; background: transparent; color: var(--text-white); font-size: 17px; font-weight: 700; text-align: left; cursor: pointer; }







.faq-icon { font-size: 24px; font-weight: 300; color: var(--gold); transition: transform 0.4s ease; }







.faq-item.active .faq-icon { transform: rotate(45deg); }







.faq-a { max-height: 0; overflow: hidden; transition: max-height 0.5s cubic-bezier(0.2, 0.8, 0.2, 1); }







.faq-inner { padding: 0 32px 32px 32px; color: rgba(255,255,255,0.6); font-size: 16px; line-height: 1.7; }







.faq-item.active .faq-a { max-height: 300px; }















/* Numbers Grid Upgraded */







.numbers-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 24px; }







.num-box { 







  background: linear-gradient(180deg, rgba(30,30,32,0.5) 0%, rgba(10,10,12,0.5) 100%);







  border: 1px solid rgba(255,255,255,0.08); border-radius: 20px; padding: 48px 32px; 







  text-align: center; transition: transform 0.4s ease, border-color 0.4s ease; box-shadow: 0 20px 40px rgba(0,0,0,0.2);







}







.num-box:hover { transform: translateY(-8px); border-color: rgba(255,191,2,0.4); background: linear-gradient(180deg, rgba(40,40,42,0.5) 0%, rgba(15,15,17,0.5) 100%); }







.num-box strong { display: block; font-size: clamp(40px, 4vw, 56px); margin-bottom: 16px; line-height: 1; text-shadow: 0 10px 20px rgba(255,191,2,0.2); }







.num-box span { font-size: 13px; text-transform: uppercase; letter-spacing: 0.1em; color: rgba(255,255,255,0.6); font-weight: 700; }















/* CTA Upgraded */







.ns-cta { position: relative; padding: 140px 0; min-height: 70vh; display: flex; align-items: center; overflow: hidden; border-top: 1px solid rgba(255,255,255,0.05); }







.cta-bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0.8; }







.cta-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(0,0,0,0.9) 0%, rgba(0,0,0,0.4) 100%); }







.cta-layout { position: relative; z-index: 2; display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }







.cta-left h2 { font-size: clamp(48px, 5vw, 64px); line-height: 1.05; }







.cta-right { 







  background: rgba(15,15,18,0.65); backdrop-filter: blur(24px); -webkit-backdrop-filter: blur(24px); 







  padding: 56px; border-radius: 24px; border: 1px solid rgba(255,191,2,0.2); 







  box-shadow: 0 40px 80px rgba(0,0,0,0.5), inset 0 1px 0 rgba(255,255,255,0.1);







}







.cta-list { margin-bottom: 48px; padding: 0; list-style: none; }







.cta-list li { font-size: 17px; color: var(--text-white); margin-bottom: 16px; display: flex; align-items: center; gap: 16px; }







.cta-list li::before { content: ''; width: 8px; height: 8px; background: var(--gold); border-radius: 50%; box-shadow: 0 0 10px var(--gold); }







.cta-question { font-size: 24px; font-weight: 800; margin-bottom: 16px; text-transform: uppercase; letter-spacing: 0.02em; }







.cta-price { font-size: 16px; color: var(--gold); margin-bottom: 32px; font-weight: 700; padding: 8px 16px; background: rgba(255,191,2,0.1); border-radius: 8px; display: inline-block; }







.w-100 { width: 100%; }















.ns-footer { padding: 40px 0; text-align: center; background: #020202; }







.ns-footer p { font-size: 12px; letter-spacing: 0.15em; color: rgba(255,255,255,0.4); font-weight: 600; }















/* Responsive Adjustments */







@media (max-width: 1024px) {







  .hero-dashboard { position: relative; top: 0; margin-top: 40px; flex-wrap: wrap; }







  .dash-line { width: 100%; height: 1px; }







  .cta-layout { grid-template-columns: 1fr; gap: 40px; }







  .facts { gap: 48px; }







}















@media (max-width: 768px) {







  .tl-line { left: 24px; transform: none; }







  .tl-item { width: 100%; padding: 0 0 0 60px; left: 0 !important; text-align: left !important; }







  .tl-dot { left: 17px !important; }







  .reto-content { padding: 40px 32px; }







  .cta-right { padding: 40px 32px; }







}















@media (max-width: 640px) {







  .site-header { padding: 24px; grid-template-columns: 1fr auto; }







  .site-nav { display: none; }







  .hero-title, .intro-copy { left: 5vw; }







  .hero-title { font-size: clamp(42px, 10vw, 48px); }







  .intro-copy .subhead { font-size: clamp(20px, 5vw, 24px); }







  .facts { flex-direction: column; align-items: center; text-align: center; }







}















@media (prefers-reduced-motion: reduce) {







  .scene-img, .back-stack, .hero-title, .intro-copy, .story-panel, .sights-track, .sights-slider, .reveal-up { transition: none !important; opacity: 1 !important; transform: none !important; }







}















/* ==========================================







   MOBILE RESPONSIVENESS







   ========================================== */







@media (max-width: 900px) {







  .site-header { 







    top: 16px; width: calc(100% - 32px); height: 64px; 







    padding: 0 24px; grid-template-columns: 1fr; justify-content: center; text-align: center;







  }







  .site-nav, .lang-selector { display: none; }















  /* Hero Elements */







  .hero-left-sidebar, .hero-right-panel { display: none; }







  .hero-title { top: 40%; left: 50% !important; }







  







  .main-title-row { flex-direction: column; gap: 8px; }







  .title-divider { width: 80px; height: 1px; background: rgba(255,255,255,0.2); margin: 8px 0; }







  .title-right { align-items: center; text-align: center; }







  







  .serif-title { font-size: 72px; }







  .script-title { font-size: 72px; top: 100%; left: 50%; transform: translate(-50%, -40%); padding: 0; margin: 0; }







  .number-title { font-size: 80px; }







  







  .hero-bottom-cta { bottom: 20px; width: 90vw; }







  .hero-bottom-cta::before, .hero-bottom-cta::after { display: none; }







  .cta-capsule { padding: 12px 24px; gap: 20px; width: 100%; justify-content: space-between; border-radius: 20px; }







  .cta-lbl { font-size: 10px; }







  .cta-val { font-size: 16px; }







  .btn-gold-solid { padding: 12px 24px; font-size: 11px; }















  /* Story Panels */







  .story-panel { width: 90vw; }







  .story-panel h2 { font-size: 28px !important; }







  .story-panel p { font-size: 14px; }







  .facts { flex-direction: column; gap: 24px; margin-top: 32px; }







  .facts dt { font-size: 36px !important; }







    flex: auto; width: 100%; max-width: 400px;







    height: auto; min-height: 420px; padding: 24px 20px; transform: none !important; margin: 0;







  }







  .vip-monolith:hover, .black-tier:hover { transform: none !important; }







  .black-tier { height: auto; min-height: 420px; z-index: 1; }







}





/* --- NEW SECTIONS & REFACTOR STYLES --- */


.ns-hero {


  padding-top: 140px;


}


.hero-title-static {


  text-align: center;


  display: flex;


  flex-direction: column;


  align-items: center;


  margin: 0 auto;


}


.urgency-banner {


  background: rgba(255, 191, 2, 0.05);


  border-top: 1px solid rgba(255, 191, 2, 0.2);


  border-bottom: 1px solid rgba(255, 191, 2, 0.2);


  padding: 24px 0;


  text-align: center;


  backdrop-filter: blur(10px);


}


.urgency-content {


  display: flex;


  align-items: center;


  justify-content: center;


  gap: 16px;


  color: var(--text-white);


  font-size: 16px;


}


.urgency-content strong {


  color: var(--gold);


}


.metrics-stack {


  display: flex;


  flex-direction: column;


  gap: 48px;


  align-items: center;


  text-align: center;


  padding: 40px 0;


}


.metric-card dt {


  font-size: clamp(64px, 10vw, 120px);


  line-height: 0.9;


  margin-bottom: 12px;


}


.metric-card dd {


  font-size: 20px;


  letter-spacing: 0.1em;


  font-weight: 700;


  color: rgba(255, 255, 255, 0.8);


  margin: 0;


}


.text-white { color: #fff; }





.ns-vip-context {


  background: linear-gradient(180deg, var(--bg-dark) 0%, rgba(20,20,20,1) 50%, var(--bg-dark) 100%);


}


.vip-context-card {


  background: rgba(255, 255, 255, 0.03);


  border: 1px solid var(--border-subtle);


  border-radius: 16px;


  padding: 40px;


  text-align: center;


  max-width: 800px;


  margin: 0 auto;


}


.vip-context-card h3 {


  color: var(--gold);


  margin-bottom: 24px;


}


.continents-grid {


  display: grid;


  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));


  gap: 24px;


  margin-top: 40px;


}

















@media (max-width: 900px) {


  .ns-section { padding: 40px 20px; }


  .ns-hero { padding-top: 120px; min-height: 85vh; }


  .metric-card dt { font-size: 80px; }


  .metric-card dd { font-size: 16px; }


  .urgency-banner { padding: 16px 0; }


  .urgency-content { flex-direction: column; text-align: center; gap: 8px; font-size: 14px; }


  .vip-context-card { padding: 24px; }


  


  .vip-showcase { 


    height: auto; 


    overflow-y: visible;


  }


}




/* ==========================================

   VIP LUXURY REFINEMENTS (Paddings, Glow & Borders)

   ========================================== */



:root {

  --gold-border: rgba(212, 175, 55, 0.3);

  --gold-glow: 0 8px 32px rgba(212, 175, 55, 0.08);

  --gold-glow-hover: 0 12px 48px rgba(212, 175, 55, 0.15);

}



/* Harmonizing Section Paddings for Elegant Breathing Room */

.ns-section {

  padding: 100px 20px;

}

@media (max-width: 900px) {

  .ns-section { padding: 60px 20px; }

  .vip-showcase { gap: 40px; }

  .continents-grid { gap: 48px; }

  .metrics-stack { gap: 48px; }

}



/* VIP Context Card Refinement */

.vip-context-card {

  border: 1px solid var(--gold-border);

  box-shadow: var(--gold-glow);

  background: linear-gradient(145deg, rgba(10,10,12,0.8) 0%, rgba(5,5,5,0.9) 100%);

  backdrop-filter: blur(12px);

  border-radius: 20px;

  padding: 56px 40px;

  transition: all 0.4s ease;

}

.vip-context-card:hover {

  box-shadow: var(--gold-glow-hover);

  transform: translateY(-4px);

  border-color: rgba(212, 175, 55, 0.5);

}



/* Continents Cards Refinement */









/* VIP Monoliths (Silver, Black, Diamond) Refinement */

.vip-monolith {

  border: 1px solid var(--gold-border);

  box-shadow: 0 10px 40px rgba(0,0,0,0.5), inset 0 0 20px rgba(212, 175, 55, 0.02);

  border-radius: 16px;

  background: linear-gradient(180deg, rgba(20,20,20,0.4) 0%, rgba(5,5,5,0.9) 100%);

  backdrop-filter: blur(8px);

}

.vip-monolith:hover {

  box-shadow: var(--gold-glow-hover);

  border-color: rgba(212, 175, 55, 0.5);

}



/* Badges Typography Refinement */

.top-badge, .mono-badge, .pill {

  font-family: 'JetBrains Mono', monospace;

  letter-spacing: 0.2em;

  text-transform: uppercase;

  font-weight: 700;

  border: 1px solid rgba(212, 175, 55, 0.4);

  box-shadow: 0 4px 12px rgba(212, 175, 55, 0.05);

  background: rgba(10,10,10,0.6);

  backdrop-filter: blur(4px);

}

.top-badge {

  padding: 6px 16px;

  font-size: 10px;

  border-radius: 100px;

}

.mono-badge {

  padding: 8px 20px;

  font-size: 11px;

  border-radius: 100px;

  display: inline-block;

  margin-bottom: 24px;

}

.pill {

  padding: 6px 16px;

  font-size: 10px;

}



/* Timeline & FAQ Refinements */

.tl-dot {

  box-shadow: 0 0 12px rgba(212, 175, 55, 0.4);

  border: 2px solid var(--gold);

}

.faq-item {

  border-bottom: 1px solid rgba(212, 175, 55, 0.2);

}

.faq-q:hover {

  color: var(--gold);

}



/* Urgency Banner Luxury Refinement */

.urgency-banner {

  background: linear-gradient(90deg, rgba(5,5,5,0.8), rgba(212,175,55,0.08), rgba(5,5,5,0.8));

  border-top: 1px solid var(--gold-border);

  border-bottom: 1px solid var(--gold-border);

  box-shadow: 0 4px 24px rgba(212,175,55,0.05);

}





/* Editorial Metrics Layout */
.intro-metrics-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}
.intro-copy {
  text-align: left;
}
.intro-copy .ns-title {
  font-size: clamp(36px, 4vw, 56px);
  margin: 24px 0;
  line-height: 1.1;
  text-align: left;
}
.intro-copy .ns-desc {
  font-size: 18px;
  color: rgba(255,255,255,0.7);
  line-height: 1.6;
  text-align: left;
}
.metrics-stack-editorial {
  display: flex;
  flex-direction: column;
  border-left: 1px solid var(--gold-border);
  padding-left: 60px;
}
.metric-item {
  padding: 32px 0;
  border-bottom: 1px solid rgba(255,255,255,0.05);
}
.metric-item:last-child {
  border-bottom: none;
}
.metric-num {
  font-size: clamp(64px, 8vw, 100px);
  line-height: 0.85;
  margin-bottom: 12px;
  padding: 10px 0; /* Anti-clip */
}
.metric-lbl {
  font-size: 14px;
  letter-spacing: 0.2em;
  font-weight: 700;
  color: rgba(255,255,255,0.6);
}

@media (max-width: 900px) {
  .intro-metrics-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .intro-copy, .intro-copy .ns-title, .intro-copy .ns-desc {
    text-align: center;
  }
  .metrics-stack-editorial {
    border-left: none;
    border-top: 1px solid var(--gold-border);
    padding-left: 0;
    padding-top: 20px;
    align-items: center;
    text-align: center;
  }
  .metric-item {
    width: 100%;
  }
}




/* ==========================================
   NEW HERO EDITORIAL COMPOSITION
   ========================================== */
.ns-hero {
  position: relative;
  min-height: 90vh;
  padding: 0;
  display: flex;
  align-items: center;
  overflow: hidden;
}

/* Gradients */
.hero-bg-grad-side {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(2,7,12,0.92) 0%, rgba(2,7,12,0.65) 43%, rgba(2,7,12,0.18) 72%, rgba(2,7,12,0.30) 100%);
  z-index: 1;
  pointer-events: none;
}
.hero-bg-grad-bottom {
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(3,5,6,0.90) 0%, transparent 45%);
  z-index: 1;
  pointer-events: none;
}

/* Vertical Editorial Text */
.hero-editorial-vert {
  position: absolute;
  left: 32px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  opacity: 0.55;
  z-index: 2;
}
.hero-editorial-vert .vert-text {
  writing-mode: vertical-lr;
  transform: rotate(180deg);
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  letter-spacing: 0.2em;
  color: #fff;
}
.hero-editorial-vert .vert-line {
  width: 1px;
  height: 60px;
  background: rgba(212,175,55,0.6);
}

/* Grid Layout */
.hero-grid-container {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(260px, 0.65fr);
  gap: 60px;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 120px 5vw 60px;
  position: relative;
  z-index: 2;
}

/* Eyebrow */
.hero-eyebrow {
  font-family: 'JetBrains Mono', monospace;
  font-size: 11px;
  letter-spacing: 0.2em;
  color: rgba(255,255,255,0.8);
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 32px;
}
.hero-eyebrow .diamond-icon {
  color: var(--gold);
  font-size: 14px;
}

/* Titles Row */
.hero-titles-row {
  display: flex;
  align-items: center;
  gap: 48px;
  margin-bottom: 48px;
}
.title-block {
  max-width: 46%;
}
.ibiza-text {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(60px, 8vw, 100px);
  font-weight: 600;
  color: #F8F6F0;
  line-height: 0.82;
  letter-spacing: -0.02em;
}
.elite-text {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(60px, 8vw, 100px);
  font-weight: 600;
  color: var(--gold);
  line-height: 0.82;
  letter-spacing: -0.02em;
  margin-left: 20%;
}
.title-separator { display: none; 
  width: 1px;
  height: 120px;
  background: rgba(212,175,55,0.3);
}

/* Stats Block */
.stats-block {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.stats-number {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(50px, 6vw, 72px);
  color: var(--gold);
  line-height: 0.85;
}
.stats-desc {
  font-size: 13px;
  letter-spacing: 0.15em;
  color: rgba(255,255,255,0.8);
  font-weight: 600;
}
.stats-chips {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 8px;
}
.stats-chips span {
  background: rgba(0,0,0,0.6);
  border: 1px solid rgba(212,175,55,0.35);
  border-radius: 100px;
  padding: 6px 16px;
  font-size: 10px;
  letter-spacing: 0.1em;
  color: #fff;
}

/* CTA Bar */
.hero-cta-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 480px;
  background: rgba(5,7,8,0.85);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(212,175,55,0.3);
  border-radius: 100px;
  padding: 10px 10px 10px 32px;
}
.cta-price {
  display: flex;
  flex-direction: column;
}
.cta-price .lbl {
  font-size: 10px;
  color: rgba(255,255,255,0.6);
  letter-spacing: 0.1em;
}
.cta-price .val {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
}
.hero-cta-bar .btn {
  height: 48px;
  border-radius: 100px;
  padding: 0 32px;
}
.hero-cta-bar .btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(255,191,2,0.15);
}

/* Benefits Panel */
.hero-side-col {
  display: flex;
  justify-content: flex-end;
}
.benefits-panel {
  list-style: none;
  padding: 32px 24px;
  margin: 0;
  background: rgba(5,7,8,0.85);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 100%;
  max-width: 260px;
}
.benefits-panel li {
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 12px;
  letter-spacing: 0.1em;
  color: rgba(255,255,255,0.8);
  font-weight: 600;
}

/* New Urgency Banner */
.urgency-banner-new {
  height: 64px;
  background: #080909;
  border-top: 1px solid rgba(212,175,55,0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
}
.urgency-banner-new .urgency-content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  color: rgba(255,255,255,0.9);
  font-size: 14px;
}

/* Responsive */
@media (max-width: 1100px) {
  .hero-grid-container {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .hero-side-col {
    justify-content: flex-start;
  }
  .benefits-panel {
    display: grid;
    grid-template-columns: 1fr 1fr;
    max-width: 100%;
    gap: 24px;
    padding: 24px;
  }
}

@media (max-width: 768px) {
  .hero-editorial-vert { display: none; }
  .hero-grid-container { padding-top: 140px; }
  .hero-titles-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 48px;
  }
  .title-block { max-width: 100%; }
  .elite-text { margin-left: 0; }
  .title-separator { display: none;  width: 80px; height: 1px; }
  .hero-cta-bar {
    max-width: 100%;
    flex-direction: column;
    gap: 16px;
    border-radius: 24px;
    padding: 24px;
    align-items: stretch;
    text-align: center;
  }
  .hero-cta-bar .btn { width: 100%; }
  .benefits-panel { grid-template-columns: 1fr; }
}


/* ==========================================
   GLOBAL RESPONSIVE & LAYOUT REFINEMENTS
   ========================================== */
html, body {
  width: 100%;
  max-width: 100vw;
  overflow-x: hidden;
}
*, *::before, *::after {
  box-sizing: border-box;
}
img, video, svg {
  max-width: 100%;
}

/* Fluid Typography Globals */
h2.ns-title, .ns-title {
  font-size: clamp(30px, 9vw, 48px) !important;
}
p.ns-desc, p {
  font-size: 15px;
  line-height: 1.6;
}

/* Fluid Containers */
.ns-container {
  width: min(1180px, calc(100% - 48px)) !important;
  margin-inline: auto;
}
@media (max-width: 768px) {
  .ns-container {
    width: calc(100% - 32px) !important;
  }
}
.ns-section {
  padding-block: clamp(64px, 8vw, 120px) !important;
  padding-inline: 0 !important;
}

/* Buttons Touch Target */
.btn {
  min-height: 54px !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  padding-inline: 24px !important;
}
.btn:active {
  transform: scale(0.98);
}

/* -------------------------------------
   HEADER & NAVBAR MOBILE DRAWER
-------------------------------------- */
.mobile-menu-toggle {
  display: none;
  background: transparent;
  color: #fff;
  border: none;
  cursor: pointer;
  padding: 8px;
  z-index: 1000;
}
@media (max-width: 1024px) {
  .site-header {
    padding: 0 20px !important;
    width: calc(100% - 32px) !important;
  }
  .mobile-menu-toggle {
    display: flex;
  }
  .site-nav {
    position: fixed;
    top: 0; left: 0; width: 100%; height: 100vh;
    background: rgba(5,7,8,0.98);
    backdrop-filter: blur(12px);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 48px;
    opacity: 0;
    pointer-events: none;
    transition: all 0.4s ease;
    z-index: 999;
  }
  .site-nav.active {
    opacity: 1;
    pointer-events: auto;
  }
  .site-nav a {
    font-size: 20px !important;
  }
}

/* -------------------------------------
   HERO RESPONSIVE RULES (Extending)
-------------------------------------- */
@media (max-width: 1599px) {
  .hero-grid-container { gap: 40px; padding-top: 100px; }
  .ibiza-text, .elite-text { font-size: clamp(50px, 7vw, 84px); }
  .stats-number { font-size: clamp(48px, 6vw, 64px); }
}

@media (max-width: 1280px) {
  .hero-grid-container {
    grid-template-columns: 1fr;
    justify-content: center;
    text-align: center;
  }
  .hero-titles-row {
    flex-direction: column;
    align-items: center;
    gap: 24px;
  }
  .title-block { max-width: 100%; }
  .elite-text { margin-left: 0; }
  .title-separator { display: none;  width: 100px; height: 1px; }
  .stats-block { align-items: center; }
  .hero-cta-bar { margin: 0 auto; }
  .hero-side-col { justify-content: center; margin-top: 40px; }
  .benefits-panel { 
    flex-direction: row; 
    flex-wrap: wrap; 
    max-width: 100%; 
    justify-content: center; 
  }
}

@media (max-width: 768px) {
  .ns-hero::before {
    content: '';
    position: absolute; inset: 0; z-index: 1;
    background: linear-gradient(180deg, rgba(2,6,10,0.4) 0%, rgba(2,6,10,0.7) 45%, rgba(2,6,10,0.98) 100%);
  }
  .hero-bg-grad-side, .hero-bg-grad-bottom { display: none; }
  .ibiza-text, .elite-text { font-size: clamp(58px, 18vw, 92px); line-height: 0.78; }
  .stats-number { font-size: clamp(72px, 22vw, 120px); }
  .hero-cta-bar {
    background: transparent;
    border: none;
    padding: 0;
  }
  .hero-cta-bar .btn {
    width: 100%;
  }
  .cta-price { margin-bottom: 16px; }
  .benefits-panel {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    background: transparent;
    border: none;
  }
  .benefits-panel li { flex-direction: column; text-align: center; font-size: 11px; }
}

/* -------------------------------------
   SECTION: TIENES LO NECESARIO
-------------------------------------- */
.intro-metrics-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 80px;
}
@media (max-width: 768px) {
  .intro-metrics-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .metrics-stack-editorial {
    width: 100%;
    padding-left: 0;
    border-left: none;
    border-top: 1px solid var(--gold-border);
  }
  .metric-item {
    width: 100%;
    text-align: center;
    padding: 24px 0;
  }
  .metric-num { font-size: clamp(50px, 14vw, 80px); }
}

/* -------------------------------------
   VIP CARDS (SILVER / BLACK / DIAMOND)
-------------------------------------- */
.vip-showcase {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
    align-items: stretch;
    width: 100%;
  }
  .vip-monolith {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
  }
@media (max-width: 1024px) {
  .vip-showcase {
    grid-template-columns: 1fr;
    gap: 48px;
  }
  .vip-monolith {
    width: 100%;
    max-width: 100% !important;
    min-height: auto;
  }
}

/* TIMELINE DESKTOP -> MOBILE */

  

  @media (max-width: 1024px) {
    .timeline-wrap {
      display: flex;
      flex-direction: column;
      gap: 24px;
      padding: 0 16px;
    }
    .tl-line, .tl-dot { display: none !important; }
    .tl-item {
      width: 100%;
      padding: 0 !important;
      margin: 0 !important;
    }
    .tl-content {
      padding: 24px !important;
      border-radius: 16px;
      background: rgba(20,20,22,0.6);
      border: 1px solid rgba(214, 171, 45, 0.2);
    }
    .tl-num {
      font-size: 14px !important;
      padding: 6px 16px !important;
      margin-bottom: 16px !important;
      display: inline-block !important;
      background: rgba(214, 171, 45, 0.15) !important;
      color: var(--gold) !important;
      border-radius: 12px !important;
    }
  }


/* -------------------------------------
   NO SE TRATA SOLO (EL RETO)
  -------------------------------------- */
@media (max-width: 768px) {
  .reto-bg { object-position: center; }
  .reto-overlay {
    background: linear-gradient(0deg, rgba(2,6,10,0.95), rgba(2,6,10,0.85));
  }
  .reto-content {
    text-align: center;
    width: 100%;
  }
  .reto-content .btn { width: 100%; }
}

/* -------------------------------------
   FAQ
-------------------------------------- */
@media (min-width: 1025px) {
  .faq-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    max-width: 1200px;
  }
  .faq-item { margin: 0; }
}
@media (max-width: 1024px) {
  .faq-list { display: flex; flex-direction: column; }
  .faq-q { padding: 20px; font-size: 15px; }
}

/* -------------------------------------
   FINAL CTA
-------------------------------------- */
@media (max-width: 768px) {
  .ns-cta-image {
    padding: 64px 16px;
    height: auto;
    min-height: 70vh;
  }
  .ns-cta-image h2 { font-size: clamp(40px, 12vw, 64px) !important; }
  .ns-cta-image .btn { width: 100%; }
}

/* -------------------------------------
   PERFORMANCE & REDUCED MOTION
-------------------------------------- */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}


/* ==========================================
   GLOBAL CONTRAST FIX & BLUR
   ========================================== */
.fixed-video-bg::after {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(5,5,5,0.75); /* High contrast dark overlay */
  backdrop-filter: blur(12px); /* Blur to soften video and pop text */
  -webkit-backdrop-filter: blur(12px);
  z-index: 1;
}

/* ==========================================
   CARDS & PREMIUM SCROLL ANIMATION
   ========================================== */
.scroll-card, .reveal-up {
  opacity: 0;
  transform: translateY(35px) scale(0.97);
  transition: opacity 0.7s ease, transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform, opacity;
}

.scroll-card.is-visible, .reveal-up.is-visible {
  opacity: 1;
  transform: translateY(0) scale(1);
}

/* Base Desktop Hover Extensions */
@media (min-width: 1025px) {
  .vip-monolith, 
  .vip-monolith:hover, 
}

/* Black Tier Special Effect */
.black-tier.is-visible {
  box-shadow: 0 0 0 1px rgba(214, 171, 45, 0.55), 0 18px 55px rgba(0, 0, 0, 0.35), 0 0 35px rgba(214, 171, 45, 0.08) !important;
  background: linear-gradient(180deg, rgba(30,28,20,0.6) 0%, rgba(10,8,5,0.95) 100%) !important;
  border-color: rgba(214, 171, 45, 0.8) !important;
}

/* Tablets & Mobile Card Grids -> 1 Column Stacked */
@media (max-width: 1024px) {
  .vip-showcase { display: grid !important; grid-template-columns: 1fr !important; gap: 48px !important; }
  
  .vip-monolith, 
  .black-tier {
    margin: 8px 0 !important;
  }
}

@media (max-width: 768px) {
  .ns-section {
    padding-inline: 16px !important;
  }
  .benefits-panel {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 16px !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .scroll-card, .reveal-up {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }
}


/* ==========================================
   MOBILE HERO UI/UX FIXES
   ========================================== */

/* 1. Fix Header layout to prevent hamburger dropping */
.site-header {
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
}
.header-actions {
  display: flex;
  align-items: center;
  gap: 16px;
}

/* 2. Center Eyebrow on Mobile */
@media (max-width: 768px) {
  .hero-eyebrow {
    justify-content: center !important;
    width: 100%;
    margin-bottom: 24px !important;
  }
  
  /* 3. Clean CTA block (No dark box, just text + button) */
  .hero-cta-bar {
    background: transparent !important;
    border: none !important;
    backdrop-filter: none !important;
    box-shadow: none !important;
    padding: 0 !important;
    margin-top: 16px !important;
  }
  .cta-price {
    align-items: center !important;
    text-align: center;
    margin-bottom: 16px !important;
  }
  .cta-price .lbl {
    font-size: 11px !important;
    letter-spacing: 0.2em !important;
    opacity: 0.8;
  }
  .cta-price .val {
    font-size: 20px !important;
  }
  
  /* Hide lang selector on mobile to save space, or keep it neat */
  .lang-selector {
    display: none !important;
  }
  
  /* Better spacing for title and separator */
  .hero-titles-row {
    gap: 24px !important;
  }
  .title-separator { display: none; 
    height: 1px !important;
    width: 60px !important;
    margin: 16px auto !important;
  }
  
  /* Chips centering and spacing */
  .stats-chips {
    justify-content: center !important;
    gap: 8px !important;
    margin-top: 16px !important;
  }
}


/* ==========================================
   VIDEO VISIBILITY OVERRIDE
   ========================================== */
.fixed-video-bg::after {
  background: rgba(5,5,5,0.25) !important; /* Lighter overlay */
  backdrop-filter: blur(2px) !important; /* Much lighter blur so the video is actually visible */
  -webkit-backdrop-filter: blur(2px) !important;
}

/* Ensure mobile hero gradient isn't fully blacking out the top */
@media (max-width: 768px) {
  .ns-hero::before {
    background: linear-gradient(180deg, rgba(2,6,10,0.1) 0%, rgba(2,6,10,0.6) 50%, rgba(2,6,10,0.98) 100%) !important;
  }
}

/* ==========================================
   CENTER VIP CARDS ON MOBILE
   ========================================== */
@media (max-width: 1024px) {
  .vip-monolith {
    text-align: center !important;
  }
  .vip-monolith .mono-content {
    align-items: center !important;
  }
  .vip-monolith .mono-benefits {
    align-items: center !important;
    width: 100%;
  }
  .vip-monolith .mono-benefits li {
    justify-content: center !important;
    text-align: center !important;
  }
  /* Optional: Center continent cards as well if they aren't already */
  
}

/* ==========================================
   SCROLL FADE TO BLACK GRADIENT
   ========================================== */


/* ==========================================
   FIX VIP CARDS MOBILE ALIGNMENT
   ========================================== */
@media (max-width: 1024px) {
  /* 1. Center the Badge properly */
  .vip-monolith .mono-badge {
    align-self: center !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  
  /* 2. Center the text and checkmarks visually */
  .vip-monolith .mono-benefits {
    align-items: center !important;
    width: 100% !important;
  }
  
  .vip-monolith .mono-benefits li {
    justify-content: center !important;
    text-align: center !important;
  }
}


/* ==========================================
   SCROLL FADE TO BLACK (Section Based - Mobile Safe)
   ========================================== */
.ns-vip-cards {
  background: linear-gradient(to bottom, transparent 0%, rgba(5,5,5,0.85) 100%);
}
.ns-vip-context {
  background: rgba(5,5,5,0.85);
}
.ns-continents {
  background: linear-gradient(to bottom, rgba(5,5,5,0.85) 0%, #050505 100%);
}
.ns-timeline,
.ns-reto,
.ns-faq,
.ns-cta-image,
.ns-footer {
  background: #050505;
}



/* ==========================================
   BLUR AND BLACK OPACITY FROM "DISPUTA GLOBAL" DOWNWARDS
   ========================================== */

/* Remove the previous backgrounds from VIP cards so they remain clear */
.ns-vip-cards, .ns-vip-context {
  background: transparent !important;
}

/* Add blur and dark opacity starting exactly at "Una Disputa Global" */
.ns-continents {
  background: linear-gradient(to bottom, rgba(5,5,5,0.2) 0%, rgba(5,5,5,0.85) 100%) !important;
  backdrop-filter: blur(12px) !important;
  -webkit-backdrop-filter: blur(12px) !important;
}

/* Maintain the blur and dark opacity for all sections below */
.ns-timeline,
.ns-reto,
.ns-faq,
.ns-footer {
  background: rgba(5,5,5,0.92) !important;
  backdrop-filter: blur(12px) !important;
  -webkit-backdrop-filter: blur(12px) !important;
}

/* ==========================================
   FIX VIP SHOWCASE HORIZONTAL OVERFLOW
   ========================================== */
.vip-showcase {
  width: min(1180px, calc(100% - 48px)) !important;
  margin: 0 auto !important;
  padding: 0 !important;
}

@media (max-width: 768px) {
  .vip-showcase {
    width: 100% !important;
  }
}

/* ==========================================
   DESKTOP PREMIUM UI & HOVER EFFECTS
   ========================================== */
@media (min-width: 1025px) {
  
  /* 1. BUTTON SHINE ANIMATION */
  .btn, .btn-gold, .btn-gold-solid {
    position: relative;
    overflow: hidden;
  }
  .btn::after, .btn-gold::after, .btn-gold-solid::after {
    content: '';
    position: absolute;
    top: -50%;
    left: -150%;
    width: 30%;
    height: 200%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
    transform: rotate(35deg);
    transition: left 0.7s cubic-bezier(0.2, 0.8, 0.2, 1);
  }
  .btn:hover::after, .btn-gold:hover::after, .btn-gold-solid:hover::after {
    left: 150%;
  }

  /* 2. VIP CARDS DEEP GLASSMORPHISM */
  .vip-monolith {
    background: linear-gradient(180deg, rgba(12, 14, 16, 0.6) 0%, rgba(5, 6, 7, 0.95) 100%);
    backdrop-filter: blur(24px) saturate(120%);
    -webkit-backdrop-filter: blur(24px) saturate(120%);
    border: 1px solid rgba(255, 255, 255, 0.04);
    transition: transform 0.5s cubic-bezier(0.2, 0.8, 0.2, 1), box-shadow 0.5s ease, border-color 0.5s ease !important;
  }
  .vip-monolith:hover {
    transform: translateY(-12px) !important;
    border-color: rgba(212, 175, 55, 0.3);
    box-shadow: 0 40px 80px rgba(0,0,0,0.8), 0 0 40px rgba(212, 175, 55, 0.1) !important;
  }
  
  .black-tier {
    background: linear-gradient(180deg, rgba(22, 18, 10, 0.65) 0%, rgba(5, 5, 5, 0.98) 100%);
    border: 1px solid rgba(212, 175, 55, 0.4);
  }
  .black-tier:hover {
    border-color: rgba(255, 191, 2, 0.8) !important;
    box-shadow: 0 40px 80px rgba(0,0,0,0.9), 0 0 60px rgba(255, 191, 2, 0.2) !important;
  }
  
  /* 3. CONTINENT CARDS ELEVATION */
  
  

  /* 4. INTRO METRICS HOVER EFFECT */
  .metric-item {
    transition: transform 0.4s ease, border-left-color 0.4s ease;
  }
  .metric-item:hover {
    transform: translateX(12px);
    border-left-color: rgba(255, 191, 2, 0.8) !important;
  }

  /* 5. TIMELINE DOT GLOW */
  .tl-dot {
    transition: all 0.4s cubic-bezier(0.2, 0.8, 0.2, 1);
  }
  .tl-item:hover .tl-dot {
    transform: scale(1.4);
    box-shadow: 0 0 24px rgba(255, 191, 2, 0.7);
    background: #fff;
    border-color: #fff;
  }
  
  /* 6. FAQ GOLD HIGHLIGHT */
  .faq-q {
    transition: color 0.3s ease;
  }
  .faq-item:hover .faq-q {
    color: var(--gold);
  }
}

/* ==========================================
   GIANT LOGO WATERMARK (COLLAGE EFFECT)
   ========================================== */
.site-shell::after {
    content: '';
    position: fixed;
    top: 50%;
    left: 50%;
    width: 150vw;
    height: 150vh;
    background-image: url('https://ex-options.com/assets/logo.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 80%; /* Extremely large */
    transform: translate(-50%, -50%) rotate(-5deg);
    opacity: 0.03; /* Very low opacity */
    pointer-events: none;
    z-index: 1; /* Sits between the video and the content */
    mix-blend-mode: overlay; /* Blends luxuriously with the background */
}

/* Ensure it doesn't overwhelm mobile */
@media (max-width: 768px) {
    .site-shell::after {
        background-size: 140%; /* Scale up even more to crop it abstractly */
        opacity: 0.04;
    }
}


/* ==========================================
   VIP ICONS & COMPACT MOBILE CARDS
   ========================================== */
.vip-crown {
  width: 28px;
  height: 28px;
  color: var(--gold);
  margin-right: 8px;
  vertical-align: text-bottom;
  filter: drop-shadow(0 2px 8px rgba(212,175,55,0.5));
}
.placa-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--gold);
  font-weight: 700;
  background: rgba(212,175,55,0.1);
  padding: 4px 12px;
  border-radius: 6px;
  border: 1px solid rgba(212,175,55,0.3);
  box-shadow: 0 4px 12px rgba(0,0,0,0.2);
}
.icon-placa {
  width: 18px;
  height: 18px;
}

/* Override checkmark specifically for the Placa row so it doesn't duplicate the icon visual */
.mono-benefits li:has(.placa-badge)::before {
  content: none !important;
}

/* Ultra-Compact Mobile Layout for VIP Cards */
@media (max-width: 768px) {
  .vip-monolith {
    padding: 24px 16px !important; /* Tighter lateral padding */
    border-radius: 12px !important;
    gap: 16px !important;
  }
  .mono-benefits {
    gap: 10px !important; /* Tighter list items */
  }
  .mono-benefits li {
    font-size: 13px !important; /* Keep text clean and compact */
  }
  .mono-badge {
    margin-bottom: 12px !important;
    padding: 4px 10px !important;
  }
  .serif-title {
    font-size: 26px !important;
    margin-bottom: 8px !important;
  }
}


/* CSS For the Road to Ibiza Background Card in Timeline */
.tl-ibiza-card .tl-content.has-bg {
    position: relative;
    overflow: hidden;
    padding: 0;
    border-color: rgba(214,171,45,0.4);
    box-shadow: 0 10px 30px rgba(0,0,0,0.5), inset 0 2px 0 rgba(214,171,45,0.3);
}
.tl-bg-img {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    object-fit: cover;
    z-index: 1;
    /* "menos difuminada, mas clara" - slightly darkened only for text readability, NO BLUR */
    filter: brightness(0.8);
    transition: transform 0.6s ease;
}
.tl-ibiza-card:hover .tl-bg-img {
    transform: scale(1.05);
}
.tl-bg-gradient {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.9) 0%, rgba(0,0,0,0.4) 50%, rgba(0,0,0,0.1) 100%);
    z-index: 2;
}
.tl-text-wrap {
    position: relative;
    z-index: 3;
    padding: 48px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
@media (max-width: 768px) {
    .tl-text-wrap { padding: 24px; }
}


/* Fixed Top Banner */
.fixed-top-banner {
    position: fixed;
    top: 0; left: 0; width: 100%;
    background: #08090a;
    border-bottom: 1px solid rgba(214,171,45,0.2);
    color: rgba(255,255,255,0.85);
    padding: 12px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    font-size: 13px;
    z-index: 9999;
    letter-spacing: 0.03em;
    backdrop-filter: blur(8px);
}
.fixed-top-banner svg {
    width: 16px; height: 16px; flex-shrink: 0;
}
.fixed-top-banner strong {
    color: var(--gold); font-weight: 700;
}
body {
    padding-top: 44px; /* Offset the fixed banner */
}


/* BENTO GRID DESKTOP */
@media (min-width: 1025px) {
  .timeline-wrap {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr) !important;
    gap: 24px !important;
    max-width: 1280px !important;
    margin: 0 auto !important;
    padding: 0 !important;
  }
  
  /* Reset any leftover positioning */
  .tl-item {
    width: 100% !important;
    left: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    text-align: left !important;
    display: flex;
  }
  
  /* Bento Sizing (tl-line is child 1, so cards are 2 through 7) */
  .tl-item:nth-child(2) { grid-column: span 2; }
  .tl-item:nth-child(3) { grid-column: span 1; }
  .tl-item:nth-child(4) { grid-column: span 1; }
  
  .tl-item:nth-child(5) { grid-column: span 1; }
  .tl-item:nth-child(6) { grid-column: span 1; }
  .tl-item:nth-child(7) { grid-column: span 2; }
  
  .tl-content {
    width: 100%;
    height: 100%;
    padding: 40px !important;
    border-radius: 24px !important;
    border: 1px solid rgba(214, 171, 45, 0.15) !important;
    background: linear-gradient(145deg, rgba(20,20,22,0.95) 0%, rgba(5,6,6,0.95) 100%) !important;
    transition: all 0.5s cubic-bezier(0.2, 0.8, 0.2, 1) !important;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }
  
  /* Hover effects */
  .tl-content:hover {
    transform: translateY(-5px) scale(1.02) !important;
    box-shadow: 0 20px 40px rgba(0,0,0,0.8), inset 0 2px 0 rgba(214, 171, 45, 0.5) !important;
    border-color: rgba(214, 171, 45, 0.4) !important;
    z-index: 10;
  }
  
  .tl-num {
    font-size: 16px !important;
    padding: 8px 18px !important;
    background: rgba(214, 171, 45, 0.1) !important;
    border: 1px solid rgba(214, 171, 45, 0.2) !important;
    color: var(--gold) !important;
    border-radius: 12px !important;
    margin-bottom: 24px !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: max-content;
  }
  
  /* Card 6 specific fix (Ibiza bg) */
  .tl-ibiza-card .tl-content {
    padding: 0 !important;
    overflow: hidden;
  }
  .tl-ibiza-card .tl-text-wrap {
    padding: 40px;
  }
  .tl-line, .tl-dot { display: none !important; }
}

@media (max-width: 1024px) {
  .timeline-wrap {
    display: flex !important;
    flex-direction: column !important;
    gap: 16px !important;
    padding: 0 16px !important;
  }
  .tl-item {
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
    left: 0 !important;
    text-align: left !important;
  }
  .tl-content {
    padding: 24px !important;
    border-radius: 20px !important;
    background: rgba(20,20,22,0.9) !important;
    border: 1px solid rgba(214, 171, 45, 0.15) !important;
  }
  .tl-num {
    margin-bottom: 16px !important;
    font-size: 14px !important;
    padding: 6px 14px !important;
  }
  .tl-ibiza-card .tl-content { padding: 0 !important; }
  .tl-ibiza-card .tl-text-wrap { padding: 24px !important; }
  .tl-line, .tl-dot { display: none !important; }
}












/* Make sure text is very readable over backgrounds */
.continent-card h4, 


/* ==========================================
   PREMIUM CONTINENTS GRID REDESIGN
   ========================================== */
.continents-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  max-width: 1280px;
  margin: 0 auto;
}

.continent-card {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  min-height: 540px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  background: rgba(10, 10, 12, 0.4);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
  transition: all 0.5s cubic-bezier(0.2, 0.8, 0.2, 1);
  display: flex;
  flex-direction: column;
}

/* Background Image Layer */
.continent-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
  opacity: 0.6;
  filter: brightness(0.8) contrast(1.1);
  transition: transform 0.6s cubic-bezier(0.2, 0.8, 0.2, 1), filter 0.6s ease;
}

/* Specific Urban Backgrounds */
.latam-urban-bg::before { background-image: url("LATAM_Rio_de_Janeiro.png"); }
.africa-urban-bg::before { background-image: url("AFRICA_Cape_Town.png"); }
.asia-urban-bg::before { background-image: url("ASIA_Singapore.png"); }

/* Elegant Gradient Overlay */
.continent-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(5,6,8,0.1) 0%, rgba(5,6,8,0.85) 60%, rgba(5,6,8,1) 100%);
  z-index: 2;
  transition: opacity 0.5s ease;
}

/* Inner Content Container */
.cc-content {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 40px 32px;
}

/* Indicator */
.cc-indicator {
  font-size: 11px;
  letter-spacing: 0.2em;
  color: var(--gold);
  text-transform: uppercase;
  background: rgba(20,20,22,0.6);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  padding: 6px 14px;
  border-radius: 30px;
  border: 1px solid rgba(214, 171, 45, 0.3);
  width: max-content;
}

/* Typography */
.cc-title {
  font-size: 36px;
  margin-bottom: 16px;
  letter-spacing: 0.05em;
  color: #fff;
  text-shadow: 0 4px 15px rgba(0,0,0,0.8);
}
.cc-desc {
  font-size: 15px;
  color: rgba(255,255,255,0.75);
  line-height: 1.6;
  margin-bottom: 24px;
}

/* Badge */
.cc-badge {
  font-size: 10px;
  letter-spacing: 0.15em;
  color: rgba(255,255,255,0.5);
  border-top: 1px solid rgba(255,255,255,0.1);
  padding-top: 16px;
  text-transform: uppercase;
}

/* Hover Effects */
.continent-card:hover {
  transform: translateY(-8px);
  border-color: rgba(214, 171, 45, 0.4);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.7), 0 0 0 1px rgba(214, 171, 45, 0.1);
}
.continent-card:hover::before {
  transform: scale(1.05);
  filter: brightness(1) contrast(1.1);
}
.continent-card:hover::after {
  background: linear-gradient(180deg, rgba(5,6,8,0.2) 0%, rgba(5,6,8,0.75) 60%, rgba(5,6,8,0.95) 100%);
}

/* Mobile Fallback */
@media (max-width: 1024px) {
  .continents-grid {
    grid-template-columns: 1fr;
    gap: 24px;
    width: 90%;
  }
  .continent-card {
    min-height: 420px;
  }
}
