/* ============================================
   REPÚBLICA DOMINICANA INVEST — GLOBAL STYLES
   Premium Dark Marine + Gold Design System
   ============================================ */

/* Fuentes cargadas via <link> en cada HTML para optimizar carga */

/* ─── PALETA AZUL ROYAL & CYAN ─── */
:root {
  --bg-primary:     #020B4F; /* Azul Profundo (Fondo principal) */
  --bg-secondary:   #01062B; /* Azul Abismo (oscuro para profundidad) */
  --bg-tertiary:    #071A68; /* Azul Secundario */
  --bg-card:        rgba(7, 26, 104, 0.72); /* Cristal Azul */
  --bg-glass:       rgba(2, 11, 79, 0.85);
  
  /* Colores Destacados */
  --gold:           #16CFFF; /* Cyan Destacado */
  --gold-light:     #006BFF; /* Azul Eléctrico */
  --gold-dark:      #0037C8; /* Azul Royal */
  --gold-glow:      rgba(22, 207, 255, 0.22);
  
  --blue-deep:      #01062B;
  --blue-accent:    #006BFF; /* Azul Eléctrico */
  --accent-coral:   #FF6B6B; /* Coral Atardecer */
  --accent-sand:    #FCD34D; /* Arena Dorada Caribeña */
  
  --text-primary:   #FFFFFF; /* Blanco */
  --text-secondary: #F4F8FF; /* Blanco Azulado */
  --text-muted:     #8FA4D6;
  --border:         rgba(22, 207, 255, 0.25);
  --border-subtle:  rgba(255, 255, 255, 0.08);
  
  --shadow-gold:    0 10px 30px rgba(22, 207, 255, 0.25);
  --shadow-card:    0 15px 35px rgba(0, 0, 0, 0.35);
  --shadow-card-lg: 0 25px 60px rgba(22, 207, 255, 0.18);
  --shadow-soft:    0 4px 20px rgba(1, 6, 43, 0.4);
  
  --radius-sm:      12px;
  --radius-md:      22px;
  --radius-lg:      32px;
  --radius-xl:      44px;
  --transition:     all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  --transition-fast:all 0.25s cubic-bezier(0.25, 1, 0.5, 1);
  --nav-height:     80px;
}

/* Custom scrollbar */
::-webkit-scrollbar { width: 10px; height: 10px; }
::-webkit-scrollbar-track { background: var(--bg-secondary); }
::-webkit-scrollbar-thumb {
  background: linear-gradient(var(--gold), var(--gold-dark));
  border-radius: 10px;
}
::-webkit-scrollbar-thumb:hover { background: var(--gold-dark); }

/* Selection */
::selection { background: var(--gold); color: #fff; }

/* ─── RESET & BASE ─── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 16px; }
body {
  background: var(--bg-primary);
  color: var(--text-primary);
  font-family: 'Inter', sans-serif;
  line-height: 1.7;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}
body.loading { overflow: hidden; height: 100vh; }
img { max-width: 100%; height: auto; display: block; }
/* Excepciones para imágenes de fondo full-screen (NO deben tener height:auto) */
.zone-full-bg img,
.hero-bg img { max-width: none; height: 100%; }

a { text-decoration: none; color: inherit; transition: var(--transition); }
ul, ol { list-style: none; }
button { cursor: pointer; border: none; background: none; font-family: inherit; }
input, textarea, select { font-family: inherit; }

/* ============================================
   PRELOADER — Animación de carga inicial
   Temática: Ola del Caribe + Sol tropical
   ============================================ */
.preloader, #intro-loader {
  display: none !important;
}
/* Decorative glow */
.preloader::before {
  content: '';
  position: absolute;
  top: 50%; left: 50%;
  width: 600px; height: 600px;
  transform: translate(-50%, -50%);
  background: radial-gradient(circle, rgba(0, 107, 255,0.18), transparent 65%);
  pointer-events: none;
}
/* ============================================
   PRELOADER MAP — Mapa de la República Dominicana
   La isla se "dibuja a sí misma" y se rellena
   ============================================ */
.preloader-scene {
  position: relative;
  width: min(340px, 78vw);
  height: 200px;
  margin-bottom: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* Soft ocean glow behind the map */
.preloader-scene::before {
  content: '';
  position: absolute;
  inset: -10px;
  background: radial-gradient(ellipse 70% 60% at 55% 50%, rgba(0, 107, 255,0.22), transparent 65%);
  border-radius: 50%;
  animation: oceanGlow 3.5s ease-in-out infinite;
  pointer-events: none;
}
.rd-map {
  width: 100%;
  height: 100%;
  overflow: visible;
  position: relative;
  z-index: 1;
  filter: drop-shadow(0 8px 24px rgba(2,132,199,0.25));
}
/* Island outline that draws itself */
.rd-map .island {
  fill: transparent;
  stroke: #006BFF;
  stroke-width: 1.6;
  stroke-linejoin: round;
  stroke-linecap: round;
  stroke-dasharray: 1;
  stroke-dashoffset: 1;
  animation: drawIsland 1.8s cubic-bezier(0.65, 0, 0.35, 1) forwards 0.3s;
}
/* Island fill fades in once the outline is drawn */
.rd-map .island-fill {
  fill: url(#mapGradient);
  opacity: 0;
  animation: fillIsland 0.9s ease forwards 1.9s;
}
/* City location pins */
.rd-map .pin {
  fill: #FBBF24;
  stroke: #fff;
  stroke-width: 1.2;
  opacity: 0;
  transform-box: fill-box;
  transform-origin: center;
  animation: pinPop 0.4s ease forwards;
}
.rd-map .pin.p1 { animation-delay: 2.3s; }
.rd-map .pin.p2 { animation-delay: 2.55s; }
.rd-map .pin.p3 { animation-delay: 2.8s; }
/* Expanding ping rings around each pin */
.rd-map .pin-ring {
  fill: none;
  stroke: #FBBF24;
  stroke-width: 1.5;
  transform-box: fill-box;
  transform-origin: center;
  opacity: 0;
  animation: pinPulse 1.9s ease-out infinite;
}
.rd-map .pin-ring.r1 { animation-delay: 2.4s; }
.rd-map .pin-ring.r2 { animation-delay: 2.7s; }
.rd-map .pin-ring.r3 { animation-delay: 3s; }
/* Tiny city labels */
.rd-map .pin-label {
  fill: rgba(255,255,255,0.85);
  font-family: 'Inter', sans-serif;
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.05em;
  opacity: 0;
  animation: labelFade 0.5s ease forwards;
}
.rd-map .pin-label.l1 { animation-delay: 2.4s; }
.rd-map .pin-label.l2 { animation-delay: 2.65s; }
.rd-map .pin-label.l3 { animation-delay: 2.9s; }
.preloader-text {
  position: relative;
  text-align: center;
  z-index: 2;
}
.preloader-logo-box {
  width: 170px;
  height: 105px;
  margin: 0 auto 1.8rem;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  perspective: 800px;
}
.preloader-logo-box::before {
  content: '';
  position: absolute;
  inset: -15px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(0, 107, 255, 0.35) 0%, rgba(245, 158, 11, 0.2) 50%, transparent 70%);
  animation: auraPulse 2.5s infinite ease-in-out;
  z-index: -1;
}
.preloader-logo-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 18px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.5), 0 0 35px rgba(0, 107, 255, 0.5);
  animation: preloader3DFloat 3s infinite ease-in-out;
  transform-style: preserve-3d;
}

@keyframes preloader3DFloat {
  0%, 100% {
    transform: perspective(600px) rotateY(-10deg) rotateX(6deg) translateY(0) scale(1);
    filter: drop-shadow(0 10px 25px rgba(245, 158, 11, 0.5));
  }
  50% {
    transform: perspective(600px) rotateY(10deg) rotateX(-6deg) translateY(-10px) scale(1.08);
    filter: drop-shadow(0 20px 45px rgba(0, 107, 255, 0.8));
  }
}

@keyframes auraPulse {
  0%, 100% { transform: scale(0.9); opacity: 0.5; }
  50% { transform: scale(1.3); opacity: 0.95; }
}
.preloader-text h3 {
  font-family: 'Playfair Display', serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.02em;
  margin-bottom: 0.4rem;
}
.preloader-text h3 .accent { color: #006BFF; }
.preloader-text p {
  color: rgba(255,255,255,0.6);
  font-size: 0.75rem;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
}
.preloader-bar {
  width: 180px;
  height: 3px;
  background: rgba(255,255,255,0.1);
  border-radius: 4px;
  overflow: hidden;
  margin: 0 auto;
}
.preloader-bar-fill {
  height: 100%;
  width: 0%;
  background: linear-gradient(90deg, #006BFF, #FBBF24);
  border-radius: 4px;
  animation: barFill 1.8s ease-in-out infinite;
}
.preloader-percent {
  color: #006BFF;
  font-family: 'Playfair Display', serif;
  font-size: 0.85rem;
  font-weight: 600;
  margin-top: 0.8rem;
  letter-spacing: 0.1em;
}

@keyframes drawIsland {
  0%   { stroke-dashoffset: 1; opacity: 0; }
  15%  { opacity: 1; }
  100% { stroke-dashoffset: 0; opacity: 1; }
}
@keyframes fillIsland {
  0%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes pinPop {
  0%   { opacity: 0; transform: scale(0); }
  60%  { transform: scale(1.4); }
  100% { opacity: 1; transform: scale(1); }
}
@keyframes pinPulse {
  0%   { opacity: 0.9; transform: scale(0.4); }
  100% { opacity: 0; transform: scale(3); }
}
@keyframes labelFade {
  0%   { opacity: 0; transform: translateY(4px); }
  100% { opacity: 1; transform: translateY(0); }
}
@keyframes oceanGlow {
  0%, 100% { opacity: 0.7; transform: scale(1); }
  50%      { opacity: 1; transform: scale(1.06); }
}
@keyframes barFill {
  0% { width: 0%; }
  50% { width: 70%; }
  100% { width: 100%; }
}

/* ─── TYPOGRAPHY ─── */
h1, h2, h3, h4 {
  font-family: 'Playfair Display', serif;
  line-height: 1.15;
  color: var(--text-primary);
  letter-spacing: -0.01em;
}
h1 { font-size: clamp(2.2rem, 5vw, 4.5rem); font-weight: 800; }
h2 { font-size: clamp(1.8rem, 3.5vw, 3rem); font-weight: 700; }
h3 { font-size: clamp(1.3rem, 2.5vw, 1.8rem); font-weight: 600; }
h4 { font-size: clamp(1rem, 2vw, 1.3rem); font-weight: 600; }
p { color: var(--text-secondary); line-height: 1.8; }

.gold-text { color: var(--gold); }
.section-label {
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold);
  display: inline-block;
  margin-bottom: 1rem;
  position: relative;
  padding-left: 1.8rem;
}
.section-label::before {
  content: '';
  position: absolute;
  left: 0; top: 50%;
  transform: translateY(-50%);
  width: 1.2rem; height: 2px;
  background: linear-gradient(to right, var(--gold), transparent);
}

/* ─── NAVIGATION ─── */
.navbar {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 1000;
  height: var(--nav-height);
  display: flex;
  align-items: center;
  padding: 0 5%;
  background: rgba(2, 11, 79, 0.75);
  backdrop-filter: blur(24px) saturate(180%);
  -webkit-backdrop-filter: blur(24px) saturate(180%);
  border-bottom: 1px solid var(--border);
  transition: var(--transition);
}
.navbar.scrolled {
  background: rgba(1, 6, 43, 0.92);
  border-bottom-color: var(--gold);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.4);
}
.nav-brand {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
}
.nav-brand .brand-logo-wrapper {
  position: relative;
  width: 140px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  overflow: hidden;
  padding: 4px 6px;
  transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
  perspective: 500px;
}
.nav-brand .brand-logo-wrapper::after {
  display: none;
}
.nav-brand:hover .brand-logo-wrapper {
  transform: perspective(400px) rotateY(8deg) scale(1.05);
}
.brand-logo-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@keyframes logoEntrance3D {
  0% { opacity: 0; transform: perspective(500px) rotateY(-40deg) scale(0.3); }
  70% { transform: perspective(500px) rotateY(10deg) scale(1.18); }
  100% { opacity: 1; transform: perspective(500px) rotateY(0deg) scale(1); }
}
@keyframes logoSweep {
  0% { left: -100%; }
  30%, 100% { left: 180%; }
}
.nav-brand .brand-text {
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  font-size: 1.1rem;
  color: var(--text-primary);
  line-height: 1.1;
}
.nav-brand .brand-sub {
  font-family: 'Inter', sans-serif;
  font-size: 0.65rem;
  color: var(--gold);
  letter-spacing: 0.15em;
  text-transform: uppercase;
  display: block;
}
.nav-links {
  display: flex;
  align-items: center;
  gap: 2rem;
  margin-left: auto;
}
.nav-links a {
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--text-primary);
  position: relative;
  padding-bottom: 4px;
  letter-spacing: 0.02em;
  transition: var(--transition);
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
}
.nav-links a::after {
  content: '';
  position: absolute;
  bottom: 0; left: 0;
  width: 0; height: 2px;
  background: linear-gradient(90deg, var(--gold-light), var(--gold));
  border-radius: 2px;
  transition: width 0.3s ease;
}
.nav-links a:hover, .nav-links a.active {
  color: var(--gold);
}
.nav-links a:hover::after, .nav-links a.active::after { width: 100%; }
.nav-cta {
  background: linear-gradient(135deg, var(--gold), var(--gold-dark));
  color: #FFFFFF !important;
  padding: 11px 24px;
  border-radius: 50px;
  font-weight: 700;
  font-size: 0.82rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  transition: var(--transition) !important;
  box-shadow: 0 6px 20px rgba(2, 132, 199, 0.35);
  position: relative;
  overflow: hidden;
}
.nav-cta::before {
  content: '';
  position: absolute;
  top: 0; left: -100%;
  width: 100%; height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.3), transparent);
  transition: left 0.6s ease;
}
.nav-cta:hover::before { left: 100%; }
.nav-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 30px rgba(2, 132, 199, 0.5) !important;
}
.nav-cta::after { display: none !important; }

/* Hamburger Menu */
.hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  padding: 4px;
  margin-left: auto;
}
.hamburger span {
  display: block;
  width: 24px; height: 2px;
  background: var(--text-primary);
  border-radius: 2px;
  transition: var(--transition);
}
.hamburger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.hamburger.open span:nth-child(2) { opacity: 0; }
.hamburger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

@media (max-width: 900px) {
  .hamburger { display: flex; }
  .nav-links {
    display: none;
    position: fixed;
    top: var(--nav-height); left: 0; right: 0;
    background: rgba(1, 6, 43, 0.98);
    backdrop-filter: blur(24px) saturate(180%);
    -webkit-backdrop-filter: blur(24px) saturate(180%);
    flex-direction: column;
    padding: 2rem;
    gap: 1.5rem;
    border-bottom: 1px solid var(--gold);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
  }
  .nav-links.open { display: flex; }
  .nav-links a {
    font-size: 1.1rem;
    color: var(--text-primary);
    font-weight: 600;
    padding: 0.5rem 0;
    width: 100%;
  }
  .nav-links a:hover, .nav-links a.active { color: var(--gold); }
  .nav-cta { text-align: center; }
}

/* ─── HERO SECTION ─── */
.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.hero-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover !important;
  background-position: center center !important;
  transform: scale(1.1);
  transition: transform 10s ease-out;
}
.hero-bg.loaded { transform: scale(1); }
.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background:
    linear-gradient(135deg, rgba(1, 6, 43, 0.45) 0%, rgba(2, 11, 79, 0.30) 50%, rgba(22, 207, 255, 0.15) 100%),
    linear-gradient(to top, rgba(1, 6, 43, 0.65), transparent 60%);
}
/* Decorative grain/noise overlay for depth */
.hero-overlay::after {
  content: '';
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9'/%3E%3C/filter%3E%3Crect width='100' height='100' filter='url(%23n)' opacity='0.5'/%3E%3C/svg%3E");
  opacity: 0.06;
  mix-blend-mode: overlay;
}
.hero-content {
  position: relative;
  z-index: 2;
  padding: 0 5%;
  padding-top: var(--nav-height);
  max-width: 900px;
}
.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.35);
  color: #FFFFFF;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
  backdrop-filter: blur(14px);
  padding: 8px 18px;
  border-radius: 50px;
  font-size: 0.75rem;
  font-weight: 600;
}
.hero-badge::before {
  content: '';
  width: 6px; height: 6px;
  background: var(--accent-sand);
  border-radius: 50%;
  animation: pulse 2s infinite;
  box-shadow: 0 0 10px var(--accent-sand);
}
.hero h1 { margin-bottom: 1.5rem; text-shadow: 0 2px 30px rgba(0,0,0,0.35); color: #FFFFFF; }
.hero h1 span { color: #FDE68A; } /* Warm sand gold for emphasis */
.hero-description {
  font-size: 1.12rem;
  color: rgba(255, 255, 255, 0.92);
  max-width: 620px;
  margin-bottom: 2.5rem;
  line-height: 1.8;
  text-shadow: 0 1px 12px rgba(0,0,0,0.25);
}
.hero-actions { display: flex; gap: 1rem; flex-wrap: wrap; }

/* Scroll indicator */
.scroll-indicator {
  position: absolute;
  bottom: 2rem; left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  color: rgba(255,255,255,0.7);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.7rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  animation: float 3s ease-in-out infinite;
}
.scroll-indicator .mouse {
  width: 22px; height: 36px;
  border: 2px solid rgba(255,255,255,0.6);
  border-radius: 12px;
  position: relative;
}
.scroll-indicator .mouse::before {
  content: '';
  position: absolute;
  top: 6px; left: 50%;
  transform: translateX(-50%);
  width: 3px; height: 7px;
  background: #fff;
  border-radius: 2px;
  animation: scrollDot 1.6s ease-in-out infinite;
}
@keyframes scrollDot {
  0% { opacity: 0; transform: translate(-50%, 0); }
  40% { opacity: 1; }
  100% { opacity: 0; transform: translate(-50%, 14px); }
}

/* ─── STAT BAR ─── */
.stat-bar {
  position: relative;
  background: var(--bg-secondary);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  padding: 0;
}
.stat-bar-inner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.stat-item {
  padding: 2rem 2.5rem;
  text-align: center;
  border-right: 1px solid var(--border);
  position: relative;
  overflow: hidden;
  transition: var(--transition);
}
.stat-item:last-child { border-right: none; }
.stat-item:hover { background: rgba(201,168,76,0.05); }
.stat-item::after {
  content: '';
  position: absolute;
  bottom: 0; left: 50%;
  transform: translateX(-50%);
  width: 0; height: 2px;
  background: var(--gold);
  transition: width 0.4s ease;
}
.stat-item:hover::after { width: 60%; }
.stat-number {
  font-family: 'Playfair Display', serif;
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  font-weight: 800;
  color: var(--gold);
  display: block;
  line-height: 1;
  margin-bottom: 0.5rem;
}
.stat-label {
  font-size: 0.8rem;
  color: var(--text-muted);
  font-weight: 500;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .stat-bar-inner { grid-template-columns: repeat(2, 1fr); }
  .stat-item:nth-child(2) { border-right: none; }
  .stat-item:nth-child(3) { border-top: 1px solid var(--border); }
}
@media (max-width: 480px) {
  .stat-bar-inner { grid-template-columns: 1fr; }
  .stat-item { border-right: none; border-bottom: 1px solid var(--border); }
}

/* ─── SECTIONS ─── */
.section {
  padding: 6rem 5%;
  position: relative;
}
.section-alt { background: var(--bg-secondary); }
.section-alt::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--border), transparent);
}
.section-header {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 4rem;
}
.section-header h2 { margin-top: 0.5rem; }
.section-header p { font-size: 1.08rem; margin-top: 1rem; }
.section-header .section-label {
  padding-left: 0;
}
.section-header .section-label::before { display: none; }

/* ─── CARDS ─── */
.card {
  background: var(--bg-card);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-md);
  overflow: hidden;
  transition: var(--transition);
  box-shadow: var(--shadow-soft);
}
.card:hover {
  border-color: var(--border);
  transform: translateY(-6px);
  box-shadow: var(--shadow-card), var(--shadow-gold);
}

/* Glass card */
.card-glass {
  background: var(--bg-glass);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  transition: var(--transition);
  box-shadow: var(--shadow-soft);
}
.card-glass:hover {
  border-color: var(--gold);
  box-shadow: var(--shadow-gold);
  transform: translateY(-4px);
}

/* ─── BUTTONS ─── */
.btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: linear-gradient(135deg, var(--gold), var(--gold-dark));
  color: #FFFFFF;
  font-weight: 700;
  font-size: 0.9rem;
  padding: 15px 34px;
  border-radius: 50px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  transition: var(--transition);
  box-shadow: 0 6px 22px rgba(2, 132, 199, 0.35);
  position: relative;
  overflow: hidden;
  border: none;
}
.btn-primary::before {
  content: '';
  position: absolute;
  top: 0; left: -100%;
  width: 100%; height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.35), transparent);
  transition: left 0.6s ease;
}
.btn-primary:hover::before { left: 100%; }
.btn-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 38px rgba(2, 132, 199, 0.5);
}
.btn-outline {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 2px solid var(--gold);
  color: var(--gold);
  background: rgba(255, 255, 255, 0.8);
  font-weight: 600;
  font-size: 0.9rem;
  padding: 13px 32px;
  border-radius: 50px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  transition: var(--transition);
}
.btn-outline:hover {
  border-color: var(--gold);
  background: var(--gold-glow);
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(2, 132, 199, 0.2);
}
/* Button variant for hero (on dark image) */
.hero .btn-outline {
  background: rgba(255,255,255,0.1);
  border-color: rgba(255,255,255,0.7);
  color: #fff;
  backdrop-filter: blur(10px);
}
.hero .btn-outline:hover {
  background: rgba(255,255,255,0.2);
  border-color: #fff;
}

/* ─── GRID LAYOUTS ─── */
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; }
.grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.5rem; }
.grid-2 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 2.5rem; align-items: center; }
/* Forzar tarjetas del catálogo a mantener estructura aun sin imágenes */
.grid-3 > .zone-card--pro { min-width: 0; }
@media (max-width: 1024px) {
  .grid-4 { grid-template-columns: repeat(2, 1fr); }
  .grid-3 { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 768px) {
  .grid-3, .grid-2, .grid-4 { grid-template-columns: 1fr; }
}

/* ─── CITY CARDS ─── */
.city-card {
  position: relative;
  height: 380px;
  border-radius: var(--radius-md);
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}
.city-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 25px 55px rgba(2, 132, 199, 0.25);
}
.city-card img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform 0.7s ease;
}
.city-card:hover img { transform: scale(1.1); }
.city-card-overlay {
  position: absolute;
  inset: 0;
  /* Strong gradient so city names are ALWAYS readable */
  background: linear-gradient(
    to top,
    rgba(5, 10, 25, 0.97) 0%,
    rgba(5, 10, 25, 0.75) 40%,
    rgba(5, 10, 25, 0.2) 70%,
    transparent 100%
  );
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 1.8rem;
  transition: var(--transition);
}
.city-card:hover .city-card-overlay {
  background: linear-gradient(
    to top,
    rgba(2, 48, 90, 0.98) 0%,
    rgba(2, 48, 90, 0.8) 45%,
    rgba(2, 48, 90, 0.3) 75%,
    transparent 100%
  );
}
.city-card-tag {
  display: inline-block;
  font-size: 0.65rem;
  font-weight: 700;
  color: #FFFFFF;
  background: var(--gold);
  text-transform: uppercase;
  letter-spacing: 0.12em;
  padding: 4px 10px;
  border-radius: 50px;
  margin-bottom: 0.6rem;
  width: fit-content;
}
.city-card h3 {
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
  color: #FFFFFF;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.6);
  line-height: 1.2;
}
.city-card p {
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.65;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.45s ease;
}
.city-card:hover p { max-height: 120px; }

/* Cities grid layout — 3 columns, Punta Cana spans taller */
.cities-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}
.city-card--featured {
  grid-row: span 1;
}
@media (max-width: 1024px) {
  .cities-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 640px) {
  .cities-grid { grid-template-columns: 1fr; }
  .city-card { height: 300px; }
}

/* ─── GOLD DIVIDER ─── */
.gold-divider {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin: 0 auto 1.5rem;
  width: fit-content;
}
.gold-divider::before, .gold-divider::after {
  content: '';
  width: 60px; height: 1.5px;
  background: linear-gradient(to right, transparent, var(--gold));
}
.gold-divider::after { background: linear-gradient(to left, transparent, var(--gold)); }
.gold-divider span {
  width: 8px; height: 8px;
  background: var(--gold);
  border-radius: 50%;
  box-shadow: 0 0 12px var(--gold);
}

/* ─── ICON BOX ─── */
.icon-box {
  width: 60px; height: 60px;
  background: linear-gradient(135deg, rgba(2,132,199,0.1), rgba(20,184,166,0.08));
  border: 1px solid rgba(2,132,199,0.2);
  border-radius: var(--radius-sm);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  margin-bottom: 1.2rem;
  transition: var(--transition);
}
.card:hover .icon-box, .card-glass:hover .icon-box, .institution-card:hover .icon-box {
  background: linear-gradient(135deg, rgba(2,132,199,0.2), rgba(20,184,166,0.15));
  border-color: var(--gold);
  transform: scale(1.08) rotate(-4deg);
}

/* ─── FEATURE LIST ─── */
.feature-list { display: flex; flex-direction: column; gap: 1rem; }
.feature-item {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}
.feature-icon {
  width: 36px; height: 36px;
  background: rgba(201,168,76,0.12);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  flex-shrink: 0;
  margin-top: 2px;
}
.feature-item h4 { font-size: 1rem; margin-bottom: 0.25rem; }
.feature-item p { font-size: 0.88rem; }

/* ─── BREADCRUMB ─── */
.breadcrumb {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.82rem;
  color: #FFFFFF;
  margin-bottom: 1rem;
}
.breadcrumb a:hover { color: #E0F2FE; }
.breadcrumb span { color: rgba(255, 255, 255, 0.7); }

/* ─── PROGRESS BAR ─── */
.progress-bar {
  height: 4px;
  background: rgba(255,255,255,0.08);
  border-radius: 4px;
  overflow: hidden;
  margin-top: 0.75rem;
}
.progress-fill {
  height: 100%;
  background: linear-gradient(90deg, var(--gold-dark), var(--gold));
  border-radius: 4px;
  width: 0%;
  transition: width 1.5s cubic-bezier(0.4, 0, 0.2, 1);
}

/* ─── LAW CARD ─── */
.law-card {
  background: var(--bg-card);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-lg);
  padding: 3rem;
  position: relative;
  overflow: hidden;
  transition: var(--transition);
}
.law-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--gold), var(--gold-dark), var(--gold));
}
.law-card:hover {
  border-color: var(--border);
  transform: translateY(-4px);
  box-shadow: var(--shadow-card);
}
.law-number {
  font-family: 'Playfair Display', serif;
  font-size: 0.85rem;
  color: var(--gold);
  font-weight: 600;
  letter-spacing: 0.1em;
  margin-bottom: 0.5rem;
}
.benefit-list { display: flex; flex-direction: column; gap: 0.8rem; margin-top: 1.5rem; }
.benefit-item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-size: 0.92rem;
  color: var(--text-secondary);
}
.benefit-item::before {
  content: '✦';
  color: var(--gold);
  font-size: 0.7rem;
  flex-shrink: 0;
}

/* ─── PROCESS STEPS ─── */
.process-steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 1.5rem;
  position: relative;
}
.process-step {
  text-align: center;
  padding: 2rem 1.5rem;
  background: var(--bg-card);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-md);
  position: relative;
  transition: var(--transition);
}
.process-step:hover { border-color: var(--border); transform: translateY(-4px); }
.step-number {
  font-family: 'Playfair Display', serif;
  font-size: 3rem;
  font-weight: 800;
  color: rgba(201,168,76,0.15);
  line-height: 1;
  margin-bottom: 1rem;
}
.process-step h4 { margin-bottom: 0.5rem; font-size: 1rem; }

/* ─── ZONE CARD ─── */
.zone-card {
  background: var(--bg-card);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-lg);
  overflow: hidden;
  transition: var(--transition);
}
.zone-card:hover {
  border-color: rgba(201,168,76,0.4);
  transform: translateY(-6px);
  box-shadow: var(--shadow-card), 0 0 30px rgba(201,168,76,0.1);
}
.zone-img {
  height: 220px;
  overflow: hidden;
  position: relative;
}
.zone-img img {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  object-fit: cover !important;
  object-position: center !important;
  display: block !important;
  transition: transform 0.5s ease;
}
.zone-card:hover .zone-img img { transform: scale(1.06); }
.zone-badge {
  position: absolute;
  top: 1rem; right: 1rem;
  background: linear-gradient(135deg, var(--gold), var(--gold-dark));
  color: #020B4F;
  padding: 5px 14px;
  border-radius: 50px;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.zone-content { padding: 1.8rem; }
.roi-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(201,168,76,0.1);
  border: 1px solid rgba(201,168,76,0.3);
  color: var(--gold);
  padding: 5px 14px;
  border-radius: 50px;
  font-size: 0.8rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

/* ─── TABLE ─── */
.data-table {
  width: 100%;
  border-collapse: collapse;
  border-radius: var(--radius-md);
  overflow: hidden;
}
.data-table th {
  background: rgba(201,168,76,0.1);
  color: var(--gold);
  font-weight: 600;
  font-size: 0.82rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  padding: 1rem 1.5rem;
  text-align: left;
  border-bottom: 1px solid var(--border);
}
.data-table td {
  padding: 1rem 1.5rem;
  color: var(--text-secondary);
  font-size: 0.92rem;
  border-bottom: 1px solid var(--border-subtle);
}
.data-table tr:last-child td { border-bottom: none; }
.data-table tbody tr { background: var(--bg-card); transition: var(--transition); }
.data-table tbody tr:hover { background: rgba(201,168,76,0.04); }
.data-table tbody tr:nth-child(even) { background: rgba(255,255,255,0.02); }

/* ─── FOOTER ─── */
.footer {
  background: #070C18;
  border-top: 1px solid var(--border);
  padding: 4rem 5% 2rem;
}
.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 3rem;
  margin-bottom: 3rem;
}
.footer-brand p { font-size: 0.88rem; max-width: 300px; margin-top: 1rem; }
.footer-col h5 {
  font-family: 'Inter', sans-serif;
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--gold);
  margin-bottom: 1.2rem;
}
.footer-col ul { display: flex; flex-direction: column; gap: 0.7rem; }
.footer-col a {
  font-size: 0.88rem;
  color: var(--text-muted);
  transition: var(--transition);
}
.footer-col a:hover { color: var(--gold); padding-left: 4px; }
.footer-bottom {
  border-top: 1px solid var(--border-subtle);
  padding-top: 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.8rem;
  color: var(--text-muted);
  flex-wrap: wrap;
  gap: 1rem;
}
@media (max-width: 900px) {
  .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 600px) {
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { justify-content: center; text-align: center; }
}

/* ─── SCROLL ANIMATIONS ─── */
.reveal {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}
.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}
.reveal-delay-1 { transition-delay: 0.1s; }
.reveal-delay-2 { transition-delay: 0.2s; }
.reveal-delay-3 { transition-delay: 0.3s; }
.reveal-delay-4 { transition-delay: 0.4s; }

/* ─── ANIMATIONS ─── */
@keyframes pulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.5; transform: scale(0.8); }
}
@keyframes float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}
@keyframes shimmer {
  0% { background-position: -200% center; }
  100% { background-position: 200% center; }
}
@keyframes spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }

.floating { animation: float 4s ease-in-out infinite; }

/* ─── GOLD GRADIENT TEXT ─── */
.gradient-text {
  background: linear-gradient(135deg, var(--gold-light), var(--gold), var(--gold-dark));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* ─── TOOLTIP ─── */
[data-tooltip] { position: relative; }
[data-tooltip]::after {
  content: attr(data-tooltip);
  position: absolute;
  bottom: calc(100% + 8px);
  left: 50%;
  transform: translateX(-50%);
  background: var(--bg-secondary);
  border: 1px solid var(--border);
  color: var(--text-primary);
  font-size: 0.78rem;
  padding: 6px 12px;
  border-radius: 6px;
  white-space: nowrap;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.2s;
  z-index: 100;
}
[data-tooltip]:hover::after { opacity: 1; }

/* ─── MOBILE UTILS ─── */
.hidden-mobile { display: block; }
@media (max-width: 768px) {
  .hidden-mobile { display: none; }
  .section { padding: 4rem 5%; }
  h1 { font-size: 2rem; }
  h2 { font-size: 1.6rem; }
  .stat-item { padding: 1.5rem; }
}

/* ─── SCROLL TO TOP ─── */
.scroll-top {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  width: 44px; height: 44px;
  background: linear-gradient(135deg, var(--gold), var(--gold-dark));
  color: #020B4F;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  cursor: pointer;
  opacity: 0;
  transform: translateY(20px);
  transition: var(--transition);
  z-index: 500;
  box-shadow: 0 4px 20px rgba(201,168,76,0.4);
}
.scroll-top.visible { opacity: 1; transform: translateY(0); }
.scroll-top:hover { transform: translateY(-3px); box-shadow: 0 8px 30px rgba(201,168,76,0.6); }

/* ─── COOKIE / DISCLAIMER BANNER ─── */
.disclaimer {
  position: fixed;
  bottom: 0; left: 0; right: 0;
  background: rgba(10,15,30,0.97);
  border-top: 1px solid var(--border);
  padding: 1rem 5%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  z-index: 900;
  backdrop-filter: blur(20px);
  transform: translateY(100%);
  transition: transform 0.4s ease;
}
.disclaimer.show { transform: translateY(0); }
.disclaimer p { font-size: 0.8rem; max-width: 70%; }
.disclaimer-btn {
  background: var(--gold);
  color: #020B4F;
  border: none;
  padding: 8px 20px;
  border-radius: 50px;
  font-size: 0.8rem;
  font-weight: 700;
  cursor: pointer;
  white-space: nowrap;
}
@media (max-width: 600px) {
  .disclaimer { flex-direction: column; text-align: center; }
  .disclaimer p { max-width: 100%; }
}

/* ─── WHATSAPP FLOATING ─── */
.whatsapp-float {
  position: fixed;
  bottom: 6rem;
  right: 2rem;
  width: 52px; height: 52px;
  background: #25D366;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  cursor: pointer;
  z-index: 500;
  box-shadow: 0 4px 20px rgba(37,211,102,0.4);
  transition: var(--transition);
  animation: float 3s ease-in-out infinite;
}
.whatsapp-float:hover {
  transform: scale(1.1);
  box-shadow: 0 8px 30px rgba(37,211,102,0.6);
}

/* ============================================
   E-TICKET SECTION & PAGE
   Formulario digital de migración RD
   ============================================ */
.eticket-feature {
  background: linear-gradient(135deg, #0A1F3C 0%, #0369A1 100%);
  border-radius: var(--radius-lg);
  padding: 3rem;
  color: #fff;
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 3rem;
  align-items: center;
}
.eticket-feature::before {
  content: '';
  position: absolute;
  top: -50%; right: -10%;
  width: 400px; height: 400px;
  background: radial-gradient(circle, rgba(0, 107, 255,0.25), transparent 70%);
  pointer-events: none;
}
.eticket-feature .et-content { position: relative; z-index: 2; }
.eticket-feature .section-label { color: var(--accent-sand); }
.eticket-feature .section-label::before { background: linear-gradient(to right, var(--accent-sand), transparent); }
.eticket-feature h2 { color: #fff; margin-bottom: 1rem; }
.eticket-feature h2 .gradient-text {
  background: linear-gradient(135deg, #FDE68A, var(--accent-sand));
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent;
}
.eticket-feature p { color: rgba(255,255,255,0.85); }
.eticket-steps {
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
  margin: 1.5rem 0;
}
.eticket-step {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: 0.92rem;
  color: rgba(255,255,255,0.9);
}
.eticket-step .step-num {
  width: 32px; height: 32px;
  flex-shrink: 0;
  background: rgba(251,191,36,0.15);
  border: 1px solid var(--accent-sand);
  color: var(--accent-sand);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  font-size: 0.9rem;
}
/* Mock E-Ticket card */
.eticket-mock {
  position: relative;
  z-index: 2;
  background: rgba(255,255,255,0.08);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(255,255,255,0.2);
  border-radius: var(--radius-md);
  padding: 1.8rem;
  box-shadow: 0 25px 60px rgba(0,0,0,0.3);
  transform: rotate(2deg);
  transition: var(--transition);
}
.eticket-mock:hover { transform: rotate(0deg) translateY(-4px); }
.eticket-mock-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 1rem;
  border-bottom: 1px dashed rgba(255,255,255,0.25);
  margin-bottom: 1rem;
}
.eticket-mock-header .et-brand {
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  font-size: 1.1rem;
}
.eticket-mock-header .et-brand small {
  display: block;
  font-family: 'Inter', sans-serif;
  font-size: 0.65rem;
  font-weight: 400;
  color: var(--accent-sand);
  letter-spacing: 0.15em;
  text-transform: uppercase;
}
.et-qr {
  width: 60px; height: 60px;
  background:
    repeating-conic-gradient(#fff 0% 25%, transparent 0% 50%) 50% / 14px 14px,
    #fff;
  border-radius: 8px;
  border: 4px solid #fff;
}
.eticket-mock-row {
  display: flex;
  justify-content: space-between;
  padding: 0.6rem 0;
  font-size: 0.8rem;
  border-bottom: 1px dashed rgba(255,255,255,0.12);
}
.eticket-mock-row:last-child { border-bottom: none; }
.eticket-mock-row span:first-child { color: rgba(255,255,255,0.55); text-transform: uppercase; letter-spacing: 0.08em; font-size: 0.7rem; }
.eticket-mock-row span:last-child { color: #fff; font-weight: 600; }
@media (max-width: 900px) {
  .eticket-feature { grid-template-columns: 1fr; padding: 2rem; }
  .eticket-mock { transform: rotate(0); }
}

/* Page: E-Ticket form */
.et-form-section { padding: calc(var(--nav-height) + 3rem) 5% 5rem; background: var(--bg-secondary); min-height: 100vh; }
.et-form-wrap { max-width: 860px; margin: 0 auto; }
.et-form {
  background: var(--bg-card);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-lg);
  padding: 3rem;
  box-shadow: var(--shadow-card-lg);
}
.et-form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
  margin-bottom: 1.5rem;
}
.et-form-row.single { grid-template-columns: 1fr; }
.et-field { display: flex; flex-direction: column; gap: 0.5rem; }
.et-field label {
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--text-primary);
  letter-spacing: 0.02em;
}
.et-field label .req { color: var(--accent-coral); }
.et-field input, .et-field select {
  width: 100%;
  padding: 13px 16px;
  background: var(--bg-secondary);
  border: 1.5px solid var(--border-subtle);
  border-radius: var(--radius-sm);
  color: var(--text-primary);
  font-size: 0.95rem;
  transition: var(--transition-fast);
}
.et-field input:focus, .et-field select:focus {
  outline: none;
  border-color: var(--gold);
  background: #fff;
  box-shadow: 0 0 0 4px rgba(2,132,199,0.1);
}
.et-section-title {
  font-family: 'Playfair Display', serif;
  font-size: 1.2rem;
  font-weight: 600;
  color: var(--text-primary);
  margin: 2rem 0 1rem;
  padding-bottom: 0.8rem;
  border-bottom: 2px solid var(--bg-secondary);
  display: flex;
  align-items: center;
  gap: 0.6rem;
}
.et-section-title .num {
  width: 30px; height: 30px;
  background: linear-gradient(135deg, var(--gold), var(--gold-dark));
  color: #fff;
  border-radius: 50%;
  display: inline-flex; align-items: center; justify-content: center;
  font-size: 0.85rem;
}
.et-radio-group { display: flex; gap: 0.8rem; flex-wrap: wrap; }
.et-radio {
  display: flex; align-items: center; gap: 0.5rem;
  padding: 10px 18px;
  background: var(--bg-secondary);
  border: 1.5px solid var(--border-subtle);
  border-radius: 50px;
  cursor: pointer;
  font-size: 0.88rem;
  font-weight: 500;
  transition: var(--transition-fast);
}
.et-radio input { accent-color: var(--gold); }
.et-radio:has(input:checked) {
  border-color: var(--gold);
  background: var(--gold-glow);
  color: var(--gold-dark);
  font-weight: 600;
}
.et-submit-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 2rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--border-subtle);
  flex-wrap: wrap;
  gap: 1rem;
}
@media (max-width: 600px) {
  .et-form-row { grid-template-columns: 1fr; }
  .et-form { padding: 1.8rem; }
}
.et-info-card {
  display: flex;
  gap: 1rem;
  padding: 1.2rem;
  background: linear-gradient(135deg, rgba(2,132,199,0.06), rgba(20,184,166,0.04));
  border: 1px solid var(--border);
  border-radius: var(--radius-sm);
  margin-top: 1.5rem;
}
.et-info-card .info-icon { font-size: 1.5rem; flex-shrink: 0; }
.et-info-card p { font-size: 0.85rem; margin: 0; }

/* ─── SPECTACULAR DR MAP HYPER-ZOOM INTRO & CURTAIN REVEAL ─── */
#intro-loader {
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  pointer-events: auto;
  font-family: 'Inter', sans-serif;
  background: #0B1120;
}
#intro-loader.hidden-intro {
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.5s ease 0.8s;
  display: none !important;
}

/* Split Curtains */
.intro-curtain-left,
.intro-curtain-right {
  position: absolute;
  top: 0; bottom: 0;
  width: 50.5%;
  background: radial-gradient(circle at center, #1E293B 0%, #0B1120 100%);
  z-index: 1;
  transition: transform 1s cubic-bezier(0.77, 0, 0.175, 1);
  will-change: transform;
}
.intro-curtain-left {
  left: 0;
  border-right: 2px solid rgba(0, 107, 255, 0.4);
  box-shadow: 10px 0 30px rgba(0, 0, 0, 0.5);
}
.intro-curtain-right {
  right: 0;
  border-left: 2px solid rgba(0, 107, 255, 0.4);
  box-shadow: -10px 0 30px rgba(0, 0, 0, 0.5);
}

.intro-curtain-left::after {
  content: '';
  position: absolute;
  top: 0; bottom: 0; right: -2px;
  width: 4px;
  background: linear-gradient(180deg, #F59E0B, #006BFF, #F59E0B);
  box-shadow: 0 0 20px #006BFF, 0 0 40px #F59E0B;
}

#intro-loader.opening .intro-curtain-left {
  transform: translateX(-105%);
}
#intro-loader.opening .intro-curtain-right {
  transform: translateX(105%);
}

/* Center Content */
.intro-center {
  position: relative;
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 2rem;
  max-width: 550px;
}

/* DR Map 3D Hyper-Zoom Container */
.intro-map-exact-wrapper {
  position: relative;
  width: 580px;
  max-width: 90vw;
  margin-bottom: 1.8rem;
  border-radius: 24px;
  padding: 8px;
  background: linear-gradient(135deg, rgba(0, 107, 255, 0.45), rgba(2, 132, 199, 0.15), rgba(245, 158, 11, 0.4));
  box-shadow: 0 25px 70px rgba(0, 0, 0, 0.7), 0 0 50px rgba(0, 107, 255, 0.45);
  transition: transform 1.4s cubic-bezier(0.65, 0, 0.35, 1), opacity 1s ease;
  transform-origin: 60% 55%;
  perspective: 1000px;
  will-change: transform, opacity;
  animation: introMapAppear 1.2s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

#intro-loader.zooming .intro-map-exact-wrapper {
  transform: scale(1.25);
  opacity: 0;
}

.intro-exact-map-img {
  width: 100%;
  height: auto;
  border-radius: 18px;
  display: block;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.4);
}

/* Location Radar Pins on DR Map */
.intro-pin {
  position: absolute;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 20;
}
.intro-pin-punta-cana { top: 52%; left: 88%; }
.intro-pin-santo-domingo { top: 68%; left: 58%; }

.pin-dot {
  width: 12px;
  height: 12px;
  background: #F59E0B;
  border-radius: 50%;
  box-shadow: 0 0 16px #F59E0B, 0 0 25px #006BFF;
  position: relative;
}
.pin-ripple {
  position: absolute;
  inset: -8px;
  border: 2px solid #006BFF;
  border-radius: 50%;
  animation: introRipple 1.8s infinite ease-out;
}
.pin-label {
  font-size: 0.7rem;
  font-weight: 800;
  color: #FFFFFF;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-top: 6px;
  white-space: nowrap;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.9);
  background: rgba(11, 17, 32, 0.85);
  padding: 3px 8px;
  border-radius: 50px;
  border: 1px solid rgba(0, 107, 255, 0.4);
  opacity: 0;
  animation: introFadeUp 0.6s ease forwards 0.8s;
}

/* Text & Subtitles */
.intro-text-box {
  transition: opacity 0.5s ease, transform 0.5s ease;
}
#intro-loader.zooming .intro-text-box {
  opacity: 0;
  transform: translateY(30px) scale(0.9);
}
.intro-title {
  font-family: 'Playfair Display', serif;
  font-size: 1.85rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  color: #FFFFFF;
  text-transform: uppercase;
  margin-bottom: 0.4rem;
  text-shadow: 0 4px 20px rgba(0,0,0,0.8);
  opacity: 0;
  animation: introFadeUp 0.7s ease forwards 0.4s;
}
.intro-subtitle {
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  color: #006BFF;
  text-transform: uppercase;
  opacity: 0;
  animation: introFadeUp 0.7s ease forwards 0.7s;
}

/* Skip Button */
.intro-skip-btn {
  position: absolute;
  top: 2rem;
  right: 2rem;
  z-index: 30;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.25);
  color: rgba(255, 255, 255, 0.95);
  padding: 9px 22px;
  border-radius: 50px;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  cursor: pointer;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  transition: all 0.3s ease;
}
.intro-skip-btn:hover {
  background: rgba(0, 107, 255, 0.25);
  border-color: #006BFF;
  color: #FFFFFF;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 107, 255, 0.4);
}

@keyframes introMapAppear {
  0% {
    opacity: 0;
    transform: scale(0.8) translateY(25px);
  }
  100% {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
}
@keyframes introFadeUp {
  from {
    opacity: 0;
    transform: translateY(14px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes introRipple {
  0% {
    transform: scale(0.8);
    opacity: 1;
  }
  100% {
    transform: scale(2.8);
    opacity: 0;
  }
}

@media (max-width: 600px) {
  .intro-map-exact-wrapper {
    width: 320px;
  }
  .intro-title {
    font-size: 1.4rem;
  }
  .intro-subtitle {
    font-size: 0.72rem;
  }
}

/* ============================================
   PRO MARKETPLACE CARDS — Estilo Amazon Profesional
   Aplica a: Catálogos dinámicos, Zonas de Inversión, Sectores
   ============================================ */

/* ─── TARJETA PRODUCTO (base profesional) ─── */
.zone-card--pro {
  display: flex;
  flex-direction: column;
  background: linear-gradient(180deg, rgba(7, 26, 104,0.85) 0%, rgba(2, 11, 79,0.92) 100%);
  border: 1px solid var(--border-subtle);
  border-radius: 18px;
  overflow: hidden;
  transition: transform 0.35s cubic-bezier(0.25,1,0.5,1), box-shadow 0.35s ease, border-color 0.35s ease;
  position: relative;
}
.zone-card--pro::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 18px;
  padding: 1px;
  background: linear-gradient(135deg, rgba(22, 207, 255,0.45), transparent 40%, transparent 60%, rgba(22, 207, 255,0.25));
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
  opacity: 0;
  transition: opacity 0.35s ease;
  pointer-events: none;
}
.zone-card--pro:hover {
  transform: translateY(-6px);
  border-color: rgba(22, 207, 255,0.45);
  box-shadow: 0 18px 40px rgba(0,0,0,0.45), 0 0 0 1px rgba(22, 207, 255,0.25), 0 0 30px rgba(22, 207, 255,0.12);
}
.zone-card--pro:hover::before { opacity: 1; }

/* Imagen principal — patrón gallery-item (mismo que ESP Palmas) */
.zone-card--pro .zone-img {
  position: relative;
  height: 240px;
  background: linear-gradient(180deg, #0a1f2b 0%, #061520 100%);
  overflow: hidden;
  cursor: pointer;
}
.zone-card--pro .zone-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: center;
  transition: transform 0.6s cubic-bezier(0.25,1,0.5,1);
  display: block;
}
.zone-card--pro:hover .zone-img img { transform: scale(1.07); }

/* Cuerpo de la tarjeta */
.zone-card--pro .zone-content {
  padding: 1.5rem 1.5rem 1.6rem;
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 0.7rem;
}
.zone-card--pro .zone-content > h3 {
  font-family: 'Playfair Display', serif;
  font-size: 1.35rem;
  line-height: 1.2;
}
.zone-card--pro .zone-content > p {
  font-size: 0.9rem;
  color: var(--text-secondary);
  line-height: 1.6;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* ─── Fila meta: ROI badge + rating ─── */
.zone-card-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  flex-wrap: wrap;
}
.zone-card-meta .roi-badge {
  margin-bottom: 0;
  font-size: 0.78rem;
  padding: 5px 12px;
}
.zone-rating {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.78rem;
}
.zone-rating .stars {
  color: #F59E0B;
  letter-spacing: 1px;
  text-shadow: 0 0 8px rgba(245,158,11,0.35);
}
.zone-rating-count {
  color: var(--text-muted);
  font-weight: 600;
}

/* ─── Favorito (estrella esquina) ─── */
.zone-card-fav {
  position: absolute;
  top: 0.7rem; left: 0.7rem;
  width: 30px; height: 30px;
  display: flex; align-items: center; justify-content: center;
  background: rgba(0,0,0,0.55);
  backdrop-filter: blur(4px);
  color: #F59E0B;
  border-radius: 50%;
  font-size: 0.85rem;
  border: 1px solid rgba(255,255,255,0.12);
  z-index: 2;
}

/* ─── Chips de atributos ─── */
.zone-attr-list {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 0.2rem;
}
.zone-attr {
  font-size: 0.72rem;
  font-weight: 600;
  color: var(--text-secondary);
  background: rgba(22, 207, 255,0.08);
  border: 1px solid rgba(22, 207, 255,0.2);
  padding: 3px 10px;
  border-radius: 50px;
  white-space: nowrap;
}

/* ─── Footer de nota + barra ─── */
.zone-card--pro .progress-bar { margin-top: auto; }
.zone-footnote {
  color: var(--text-muted);
  font-size: 0.78rem;
}
.zone-footnote strong { color: var(--text-secondary); font-weight: 600; }

/* ============================================
   CATÁLOGOS DINÁMICOS — Layout Amazon (media + body)
   ============================================ */
.cat-card { min-height: 100%; word-wrap: break-word; overflow-wrap: break-word; }
.cat-media { display: flex; flex-direction: column; flex-shrink: 0; }

.cat-photo-count {
  position: absolute;
  bottom: 10px; right: 10px;
  background: rgba(0,0,0,0.7);
  backdrop-filter: blur(4px);
  color: #fff;
  padding: 4px 10px;
  border-radius: 50px;
  font-size: 0.72rem;
  font-weight: 700;
  border: 1px solid rgba(255,255,255,0.15);
  z-index: 2;
}

/* Tira de miniaturas tipo Amazon */
.cat-thumbs {
  display: flex;
  gap: 8px;
  padding: 10px 12px;
  background: rgba(4,13,20,0.5);
  overflow-x: auto;
  scrollbar-width: thin;
}
.cat-thumbs::-webkit-scrollbar { height: 6px; }
.cat-thumb {
  flex: 0 0 auto;
  width: 46px; height: 46px;
  border-radius: 8px;
  overflow: hidden;
  cursor: pointer;
  border: 2px solid transparent;
  background: rgba(255,255,255,0.03);
  padding: 0;
  transition: var(--transition-fast);
}
.cat-thumb img { width: 100% !important; height: 100% !important; max-width: none !important; object-fit: cover !important; display: block !important; }
.cat-thumb:hover { border-color: rgba(22, 207, 255,0.5); transform: translateY(-1px); }
.cat-thumb.is-active {
  border-color: var(--gold);
  box-shadow: 0 0 0 1px var(--gold), 0 0 12px rgba(22, 207, 255,0.3);
}

/* ─── Specs (Ubicación / Precio) tipo ficha producto ─── */
.cat-specs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  padding: 12px;
  background: rgba(4,13,20,0.4);
  border: 1px solid var(--border-subtle);
  border-radius: 12px;
  margin-top: 0.3rem;
}
.cat-spec { display: flex; flex-direction: column; gap: 2px; min-width: 0; }
.cat-spec-label {
  font-size: 0.68rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--text-muted);
  font-weight: 700;
}
.cat-spec-value {
  font-size: 0.92rem;
  font-weight: 600;
  color: var(--text-primary);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.cat-spec-price {
  color: var(--gold);
  font-size: 1.05rem;
  font-weight: 700;
}

/* ─── Acciones: botón + WhatsApp ─── */
.cat-actions {
  display: flex;
  gap: 10px;
  margin-top: 0.4rem;
}
.cat-actions .cat-btn {
  flex: 1;
  justify-content: center;
  text-align: center;
  padding: 11px 16px;
  font-size: 0.88rem;
  cursor: pointer;
}
.cat-btn-whatsapp {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  flex: 0 0 auto;
  padding: 11px 16px;
  background: rgba(37,211,102,0.12);
  color: #25D366;
  border: 1px solid rgba(37,211,102,0.35);
  border-radius: var(--radius-sm);
  font-size: 0.85rem;
  font-weight: 700;
  transition: var(--transition-fast);
}
.cat-btn-whatsapp:hover {
  background: rgba(37,211,102,0.2);
  transform: translateY(-2px);
}
.cat-btn-whatsapp svg { flex-shrink: 0; }

/* ============================================
   SECTORES — Cards profesionales
   ============================================ */
#sectoresGrid .sector-card,
.sector-card {
  display: flex;
  flex-direction: column;
  background: linear-gradient(180deg, rgba(7, 26, 104,0.8) 0%, rgba(2, 11, 79,0.9) 100%);
  border: 1px solid var(--border-subtle);
  border-radius: 18px;
  padding: 1.8rem;
  position: relative;
  overflow: hidden;
  min-height: 100%;
}
#sectoresGrid .sector-card .sector-icon {
  width: 60px; height: 60px;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.9rem;
  background: radial-gradient(circle, rgba(22, 207, 255,0.15), transparent 70%);
  border: 1px solid rgba(22, 207, 255,0.2);
  border-radius: 14px;
  margin-bottom: 1.2rem;
}
#sectoresGrid .sector-card h3 {
  font-family: 'Playfair Display', serif;
  font-size: 1.25rem;
  margin-bottom: 0.6rem;
}
#sectoresGrid .sector-card p {
  font-size: 0.9rem;
  color: var(--text-secondary);
  line-height: 1.6;
  flex: 1;
}
.sector-stat {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 1.2rem;
  padding-top: 1.2rem;
  border-top: 1px solid var(--border-subtle);
  font-size: 0.85rem;
  color: var(--gold);
  font-weight: 700;
}
.sector-stat-arrow {
  display: inline-flex;
  align-items: center; justify-content: center;
  width: 24px; height: 24px;
  background: rgba(22, 207, 255,0.15);
  border: 1px solid rgba(22, 207, 255,0.3);
  border-radius: 50%;
  font-size: 0.8rem;
}
#sectoresGrid .sector-card:hover {
  border-color: rgba(22, 207, 255,0.45);
  transform: translateY(-6px);
  box-shadow: 0 18px 40px rgba(0,0,0,0.45), 0 0 30px rgba(22, 207, 255,0.12);
}

/* ─── Responsive ─── */
@media (max-width: 768px) {
  .cat-specs { grid-template-columns: 1fr; }
  .zone-card--pro .zone-img { height: 200px; }
  .cat-actions { flex-direction: column; }
  .cat-btn-whatsapp { flex: 1; }
}

/* ============================================
   ZONES SHOWCASE — Full-screen estilo ESP Palmas
   Cada zona = pantalla completa con imagen de fondo
   ============================================ */
.zones-showcase {
  padding: 0;
  margin-top: 4rem;
}
.zones-showcase-intro {
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
  padding: 5rem 2rem 3rem;
}
.zones-showcase-intro h2 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(2rem, 5vw, 3.5rem);
  line-height: 1.1;
  margin-bottom: 1rem;
}
.zones-showcase-intro p {
  color: var(--text-secondary);
  font-size: 1.05rem;
}

/* ─── Cada zona = sección a pantalla completa ─── */
.zone-full {
  position: relative;
  min-height: 100vh;
  height: 100vh;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.zone-full-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  overflow: hidden;
}
.zone-full-bg img {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  display: block !important;
  object-fit: cover !important;
  object-position: center center !important;
  animation: zoneBgZoom 20s ease-in-out infinite alternate;
}
@keyframes zoneBgZoom {
  from { transform: scale(1); }
  to   { transform: scale(1.12); }
}
/* Overlay aclarado: imagen bien visible, solo velo sutil detrás del texto */
.zone-full-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background:
    linear-gradient(to right, rgba(2, 11, 79,0.78) 0%, rgba(2, 11, 79,0.35) 38%, rgba(2, 11, 79,0.05) 65%, transparent 100%),
    linear-gradient(to top, rgba(4,13,20,0.55) 0%, transparent 45%);
}

/* Contenido superpuesto a la izquierda */
.zone-full-content {
  position: relative;
  z-index: 2;
  max-width: 620px;
  padding: 2rem clamp(2rem, 6vw, 7rem);
  animation: zoneFadeUp 0.9s ease both;
}
@keyframes zoneFadeUp {
  from { opacity: 0; transform: translateY(40px); }
  to   { opacity: 1; transform: translateY(0); }
}

.zone-full-badge {
  display: inline-block;
  background: linear-gradient(135deg, var(--gold), var(--gold-dark));
  color: #04141c;
  padding: 6px 18px;
  border-radius: 50px;
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 1.2rem;
  box-shadow: 0 6px 20px rgba(22, 207, 255,0.35);
}
.zone-full-rating {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 0.8rem;
  font-size: 0.85rem;
}
.zone-full-rating .stars {
  color: #F59E0B;
  letter-spacing: 2px;
  font-size: 1rem;
  text-shadow: 0 0 10px rgba(245,158,11,0.5);
}
.zone-full-title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(2.5rem, 7vw, 5rem);
  line-height: 1;
  margin-bottom: 1.5rem;
  color: #fff;
  text-shadow: 0 4px 30px rgba(0,0,0,0.6);
}
.zone-full-desc {
  font-size: 1.1rem;
  line-height: 1.7;
  color: rgba(240,253,250,0.9);
  margin-bottom: 1.8rem;
  max-width: 540px;
}
.zone-full-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 2rem;
}
.zone-full-chips .zone-attr {
  background: rgba(22, 207, 255,0.18);
  backdrop-filter: blur(6px);
  border: 1px solid rgba(22, 207, 255,0.4);
  padding: 8px 16px;
  font-size: 0.85rem;
}

/* Bloques de estadísticas (ROI / Demanda / Precio) */
.zone-full-stats {
  display: flex;
  gap: 2.5rem;
  padding-top: 1.8rem;
  border-top: 1px solid rgba(255,255,255,0.15);
  flex-wrap: wrap;
}
.zone-stat-block {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.zone-stat-num {
  font-family: 'Playfair Display', serif;
  color: var(--gold);
  font-size: clamp(1.4rem, 3vw, 2rem);
  font-weight: 700;
  line-height: 1;
}
.zone-stat-lbl {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--text-muted);
}

/* Hint de scroll entre zonas */
.zone-full-scroll-hint {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  color: rgba(255,255,255,0.6);
  font-size: 0.8rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  animation: zoneHintBob 2s ease-in-out infinite;
}
@keyframes zoneHintBob {
  0%, 100% { transform: translate(-50%, 0); opacity: 0.6; }
  50%      { transform: translate(-50%, 8px); opacity: 1; }
}

/* ─── Pie de zonas: mapa compacto + tip ─── */
.zones-showcase-foot {
  max-width: 1200px;
  margin: 0 auto;
  padding: 4rem 2rem 5rem;
}
.zone-pins-compact {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 1.2rem;
  margin-bottom: 2rem;
}
.zone-pin-mini {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 1rem 1.2rem;
  background: rgba(7, 26, 104,0.6);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-sm);
  transition: var(--transition);
}
.zone-pin-mini:hover {
  border-color: var(--gold);
  transform: translateY(-3px);
}
.zone-pin-mini > div:last-child {
  display: flex;
  flex-direction: column;
}
.zone-pin-mini strong { font-size: 0.95rem; }
.zone-pin-mini span { font-size: 0.78rem; color: var(--gold); }
.zones-tip {
  padding: 1.4rem 1.8rem;
  background: rgba(22, 207, 255,0.07);
  border: 1px solid rgba(22, 207, 255,0.25);
  border-radius: var(--radius-md);
  color: var(--text-secondary);
  font-size: 0.95rem;
  line-height: 1.6;
}
.zones-tip strong { color: var(--gold); }

/* ─── Responsive ─── */
@media (max-width: 768px) {
  .zone-full { min-height: 85vh; }
  .zone-full-overlay {
    background: linear-gradient(to top, rgba(4,13,20,0.82) 0%, rgba(2, 11, 79,0.4) 55%, rgba(2, 11, 79,0.2) 100%);
  }
  .zone-full-content {
    padding: 2rem 1.5rem;
    max-width: 100%;
  }
  .zone-full-title { font-size: clamp(2rem, 12vw, 3rem); }
  .zone-full-desc { font-size: 1rem; }
  .zone-full-stats { gap: 1.5rem; }
  .zone-full-scroll-hint { display: none; }
}

/* ============================================
   BOTÓN "VER GALERÍA" EN ZONAS
   ============================================ */
.zone-full-gallery-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 2rem;
  padding: 12px 26px;
  background: linear-gradient(135deg, var(--gold), var(--gold-dark));
  color: #04141c;
  border: none;
  border-radius: 50px;
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  cursor: pointer;
  box-shadow: 0 8px 24px rgba(22, 207, 255,0.4);
  transition: transform 0.3s cubic-bezier(0.25,1,0.5,1), box-shadow 0.3s ease;
}
.zone-full-gallery-btn:hover {
  transform: translateY(-3px) scale(1.03);
  box-shadow: 0 12px 32px rgba(22, 207, 255,0.55);
}

/* ============================================
   MODAL GALERÍA (Lightbox)
   ============================================ */
.zone-gallery-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  padding: 2rem;
  background: rgba(2, 8, 12, 0.92);
  backdrop-filter: blur(8px);
  animation: zgFade 0.3s ease;
}
.zone-gallery-modal[hidden] { display: none; }
@keyframes zgFade {
  from { opacity: 0; }
  to { opacity: 1; }
}

.zg-stage {
  position: relative;
  max-width: min(1100px, 92vw);
  max-height: 72vh;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.zg-main {
  max-width: 100%;
  max-height: 70vh;
  object-fit: contain;
  border-radius: 14px;
  box-shadow: 0 25px 60px rgba(0,0,0,0.6);
  animation: zgZoom 0.35s cubic-bezier(0.25,1,0.5,1);
}
@keyframes zgZoom {
  from { opacity: 0; transform: scale(0.94); }
  to { opacity: 1; transform: scale(1); }
}
.zg-caption {
  margin-top: 0.8rem;
  font-family: 'Playfair Display', serif;
  font-size: 1.1rem;
  color: #fff;
  text-align: center;
}
.zg-counter {
  font-size: 0.8rem;
  color: var(--gold);
  font-weight: 700;
  letter-spacing: 0.1em;
}

/* Botones de navegación */
.zg-close, .zg-nav {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255,255,255,0.1);
  color: #fff;
  border: 1px solid rgba(255,255,255,0.15);
  border-radius: 50%;
  cursor: pointer;
  font-size: 2rem;
  line-height: 1;
  transition: background 0.25s ease, transform 0.25s ease;
  backdrop-filter: blur(4px);
}
.zg-close {
  top: 1.5rem;
  right: 1.5rem;
  width: 48px; height: 48px;
  font-size: 1.6rem;
}
.zg-nav {
  top: 50%;
  transform: translateY(-50%);
  width: 54px; height: 54px;
}
.zg-prev { left: 1.5rem; }
.zg-next { right: 1.5rem; }
.zg-close:hover, .zg-nav:hover {
  background: var(--gold);
  color: #04141c;
  border-color: var(--gold);
}
.zg-nav:hover { transform: translateY(-50%) scale(1.08); }

/* Miniaturas */
.zg-thumbs {
  display: flex;
  gap: 10px;
  max-width: min(1100px, 92vw);
  overflow-x: auto;
  padding: 0.5rem;
  scrollbar-width: thin;
}
.zg-thumb {
  flex: 0 0 auto;
  width: 72px; height: 54px;
  border-radius: 8px;
  overflow: hidden;
  cursor: pointer;
  border: 2px solid transparent;
  background: rgba(255,255,255,0.04);
  padding: 0;
  transition: var(--transition-fast);
}
.zg-thumb img { width: 100%; height: 100%; object-fit: cover; }
.zg-thumb:hover { border-color: rgba(22, 207, 255,0.5); transform: translateY(-2px); }
.zg-thumb.is-active {
  border-color: var(--gold);
  box-shadow: 0 0 0 1px var(--gold), 0 0 14px rgba(22, 207, 255,0.4);
}

/* Responsive modal */
@media (max-width: 768px) {
  .zg-close { top: 0.8rem; right: 0.8rem; width: 40px; height: 40px; }
  .zg-nav { width: 44px; height: 44px; font-size: 1.6rem; }
  .zg-prev { left: 0.5rem; }
  .zg-next { right: 0.5rem; }
  .zg-main { max-height: 55vh; }
  .zg-caption { font-size: 0.95rem; }
}

/* ============================================
   ESTILO TIENDA / MARKETPLACE DE INVERSIONES
   ============================================ */
.store-section {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

/* Barra de filtros interactiva */
.store-filter-bar {
  display: flex;
  gap: 10px;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 2rem;
  padding: 8px;
  background: rgba(2, 11, 79, 0.6);
  border: 1px solid var(--border-subtle);
  border-radius: 50px;
  backdrop-filter: blur(12px);
}

.store-filter-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 20px;
  border-radius: 50px;
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--text-muted);
  background: transparent;
  border: 1px solid transparent;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}

.store-filter-btn:hover {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(201, 168, 76, 0.3);
}

.store-filter-btn.active {
  color: #04141c;
  background: linear-gradient(135deg, var(--gold), #e6c875);
  font-weight: 800;
  box-shadow: 0 4px 20px rgba(201, 168, 76, 0.4);
  border-color: var(--gold);
}

/* Toolbar de resultados */
.store-toolbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 20px;
  background: rgba(4, 13, 20, 0.5);
  border-radius: 12px;
  border: 1px solid var(--border-subtle);
  margin-bottom: 2.5rem;
}

.store-toolbar-info {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.88rem;
  color: var(--text-secondary);
}

.store-live-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #22c55e;
  box-shadow: 0 0 10px #22c55e;
  animation: pulse 2s infinite;
}

.store-tag-badge {
  font-size: 0.78rem;
  font-weight: 700;
  color: var(--gold);
  background: rgba(201, 168, 76, 0.12);
  padding: 4px 12px;
  border-radius: 50px;
  border: 1px solid rgba(201, 168, 76, 0.3);
}

/* ============================================ */
/* TARJETA INVERSIÓN PRO — Diseño de ficha de   */
/* inversión donde el ROI es el protagonista.   */
/* ============================================ */
.store-card {
  display: flex;
  flex-direction: column;
  background: linear-gradient(180deg, rgba(7, 26, 104, 0.92) 0%, rgba(7, 26, 36, 0.96) 100%);
  border: 1px solid var(--border-subtle);
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  transition: transform 0.35s cubic-bezier(0.25, 1, 0.5, 1), box-shadow 0.35s ease, border-color 0.35s ease;
}

.store-card:hover {
  transform: translateY(-8px);
  border-color: rgba(201, 168, 76, 0.5);
  box-shadow: 0 22px 50px rgba(0, 0, 0, 0.55), 0 0 32px rgba(201, 168, 76, 0.15);
}

/* Tarjeta destacada: borde dorado + halo */
.store-card.is-featured {
  border-color: rgba(201, 168, 76, 0.55);
  box-shadow: 0 0 0 1px rgba(201, 168, 76, 0.25), 0 0 28px rgba(201, 168, 76, 0.12);
}
.store-card.is-featured:hover {
  box-shadow: 0 22px 50px rgba(0, 0, 0, 0.55), 0 0 40px rgba(201, 168, 76, 0.28);
}

.store-card-media {
  position: relative;
  flex-shrink: 0;
}

/* ── Cinta "Destacado" ── */
.store-ribbon {
  position: absolute;
  top: 14px;
  left: 0;
  z-index: 4;
  background: linear-gradient(135deg, var(--gold), #b39540);
  color: #04141c;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  padding: 5px 14px 5px 12px;
  border-radius: 0 50px 50px 0;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.4);
  text-transform: uppercase;
}

/* ── Badge categoría (esquina sup. izq.) ── */
.store-cat-badge {
  position: absolute;
  top: 12px;
  right: 12px;
  background: rgba(4, 13, 20, 0.85);
  backdrop-filter: blur(8px);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.18);
  padding: 5px 12px;
  border-radius: 50px;
  font-size: 0.74rem;
  font-weight: 600;
  z-index: 2;
  max-width: calc(100% - 110px);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.store-card.is-featured .store-cat-badge {
  top: 44px; /* baja para no tapar la cinta */
}

/* ── ROI HERO: número gigante del ROI (esquina inf. der. sobre la imagen) ── */
.store-roi-hero {
  position: absolute;
  bottom: 56px;
  right: 12px;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-width: 78px;
  padding: 8px 14px;
  background: linear-gradient(135deg, rgba(34, 197, 94, 0.95), rgba(22, 163, 74, 0.92));
  border: 1px solid rgba(74, 222, 128, 0.6);
  border-radius: 14px;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.45), 0 0 18px rgba(34, 197, 94, 0.35);
  backdrop-filter: blur(4px);
}
.store-roi-hero-num {
  font-family: 'Playfair Display', serif;
  font-size: 1.7rem;
  font-weight: 800;
  color: #fff;
  line-height: 1;
}
.store-roi-hero-label {
  font-size: 0.6rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: rgba(255, 255, 255, 0.85);
  text-transform: uppercase;
  margin-top: 2px;
}

/* ── Strip inferior de la imagen (ubicación + n° fotos) ── */
.store-cat-strip {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: 8px 14px;
  background: linear-gradient(0deg, rgba(4, 13, 20, 0.92) 0%, rgba(4, 13, 20, 0) 100%);
  color: #fff;
  font-size: 0.8rem;
  font-weight: 600;
}
.store-cat-strip .cat-photo-count {
  position: static;
  background: transparent;
  backdrop-filter: none;
  border: none;
  padding: 0;
  font-size: 0.78rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.9);
  z-index: auto;
}

/* ── Cuerpo de la ficha ── */
.store-card-body {
  padding: 1.4rem 1.4rem 1.5rem;
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 0.85rem;
}

.store-card-title {
  font-family: 'Playfair Display', serif;
  font-size: 1.28rem;
  color: #ffffff;
  margin: 0;
  line-height: 1.3;
  cursor: pointer;
  transition: color 0.3s;
}

.store-card-title:hover {
  color: var(--gold);
}

.store-card-desc {
  font-size: 0.88rem;
  color: var(--text-muted);
  line-height: 1.6;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 0;
}

/* ── Resumen de inversión: precio grande + chip superficie ── */
.store-invest-summary {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
  padding: 12px 14px;
  background: rgba(4, 13, 20, 0.55);
  border: 1px solid var(--border-subtle);
  border-radius: 12px;
}
.store-invest-price {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}
.store-invest-label {
  font-size: 0.66rem;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: var(--text-muted);
}
.store-price-big {
  font-family: 'Playfair Display', serif;
  font-size: 1.5rem;
  font-weight: 800;
  color: var(--gold);
  line-height: 1.1;
}
.store-superficie-chip {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  background: rgba(22, 207, 255, 0.12);
  border: 1px solid rgba(22, 207, 255, 0.3);
  color: #5eead4;
  padding: 6px 12px;
  border-radius: 50px;
  font-size: 0.78rem;
  font-weight: 700;
  white-space: nowrap;
}

/* ── Bloque de rentabilidad con barra visual ── */
.store-roi-block {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.store-roi-bar-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}
.store-roi-nivel {
  font-size: 0.74rem;
  font-weight: 700;
  color: #4ade80;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.store-roi-val {
  font-size: 0.8rem;
  font-weight: 700;
  color: var(--text-secondary);
}
.store-roi-bar {
  position: relative;
  height: 8px;
  border-radius: 50px;
  background: rgba(255, 255, 255, 0.06);
  overflow: hidden;
}
.store-roi-bar-fill {
  height: 100%;
  border-radius: 50px;
  background: linear-gradient(90deg, #22c55e 0%, #4ade80 60%, #86efac 100%);
  box-shadow: 0 0 12px rgba(74, 222, 128, 0.5);
  transition: width 0.8s cubic-bezier(0.25, 1, 0.5, 1);
}

/* ── Botones de acción ── */
.store-card-actions {
  display: flex;
  gap: 10px;
  margin-top: auto;
  padding-top: 0.4rem;
}

.store-btn-buy {
  flex: 1;
  text-align: center;
  padding: 12px 16px;
  font-size: 0.88rem;
  font-weight: 700;
  border-radius: 10px;
}

.store-btn-ws {
  border-radius: 10px;
}

@media (max-width: 768px) {
  .store-filter-bar {
    justify-content: flex-start;
    overflow-x: auto;
    border-radius: 16px;
    padding: 6px;
    scrollbar-width: none;
  }
  .store-filter-bar::-webkit-scrollbar { display: none; }
  .store-filter-btn {
    white-space: nowrap;
    padding: 8px 14px;
    font-size: 0.82rem;
  }
  .store-toolbar {
    flex-direction: column;
    gap: 8px;
    text-align: center;
  }
  .store-roi-hero {
    min-width: 64px;
    padding: 6px 10px;
    bottom: 50px;
  }
  .store-roi-hero-num { font-size: 1.35rem; }
  .store-price-big { font-size: 1.3rem; }
  .store-card-title { font-size: 1.15rem; }
}

/* ============================================
   ADS DISCLAIMER STRIP (Google Ads Compliance)
   Banner claro debajo de la navegación
   ============================================ */
.ads-disclaimer-strip {
  background: linear-gradient(90deg, rgba(22, 207, 255, 0.1) 0%, rgba(201, 168, 76, 0.08) 100%);
  border-bottom: 1px solid rgba(22, 207, 255, 0.25);
  padding: 10px 5%;
  text-align: center;
  position: relative;
  z-index: 90;
}
.ads-disclaimer-strip p {
  font-size: 0.78rem;
  font-weight: 500;
  color: var(--text-secondary);
  margin: 0;
  line-height: 1.5;
}
.ads-disclaimer-strip strong {
  color: var(--text-primary);
}
.ads-disclaimer-strip a {
  color: var(--gold);
  text-decoration: underline;
  font-weight: 600;
}

/* ============================================
   LEGAL CONTENT STYLES (shared for policy pages)
   ============================================ */
.legal-content {
  max-width: 860px;
  margin: 0 auto;
}
.legal-content h2 {
  font-family: 'Playfair Display', serif;
  font-size: 1.5rem;
  color: var(--gold);
  margin-top: 3rem;
  margin-bottom: 1rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid var(--border-subtle);
}
.legal-content h2:first-child { margin-top: 0; }
.legal-content p,
.legal-content li {
  font-size: 0.95rem;
  color: var(--text-secondary);
  line-height: 1.85;
  margin-bottom: 1rem;
}
.legal-content ul,
.legal-content ol {
  padding-left: 1.8rem;
  margin-bottom: 1.5rem;
}
.legal-content li { margin-bottom: 0.6rem; }
.legal-content ul { list-style: disc; }
.legal-content ol { list-style: decimal; }
.legal-content a { color: var(--gold); text-decoration: underline; }
.legal-content strong { color: var(--text-primary); }
.legal-highlight {
  background: rgba(22, 207, 255, 0.08);
  border-left: 4px solid var(--gold);
  padding: 1.2rem 1.5rem;
  border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
  margin: 1.5rem 0;
}
.legal-highlight p { margin-bottom: 0; font-weight: 500; }
.last-updated {
  font-size: 0.8rem;
  color: var(--text-muted);
  text-align: center;
  margin-top: 3rem;
  padding-top: 2rem;
  border-top: 1px solid var(--border-subtle);
}

/* ─── ZOOM MÓVIL: reduce un 10% en pantallas pequeñas ─── */
@media (max-width: 768px) {
  html { zoom: 0.9; }
}

