@font-face {
  font-family: 'Bluetag';
  src: url('Bluetag.woff2') format('woff2'),
    url('Bluetag.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

:root {
  --gold: #a99047;
  --gold-soft: #c4ab62;
  --gold-dim: rgba(169, 144, 71, 0.35);
  --gold-glow: rgba(169, 144, 71, 0.12);
  --carbon: #0d0d0d;
  --carbon-2: #141414;
  --carbon-3: #1a1a1a;
  --line-soft: rgba(255, 255, 255, 0.06);
  --line-mid: rgba(255, 255, 255, 0.1);
  --ease: cubic-bezier(0.16, 1, 0.3, 1);
  --ease-bounce: cubic-bezier(0.34, 1.56, 0.64, 1);
  --font-display: 'Jost', system-ui, sans-serif;
  --font-body: 'Helvetica Neue', Helvetica, 'Arial', sans-serif;
}

html {
  height: auto !important;
  min-height: 100% !important;
  overflow-x: hidden !important;
  overflow-y: auto !important;
}

body {
  height: auto !important;
  min-height: 100% !important;
  overflow-x: hidden !important;
  overflow-y: visible !important;
  scroll-snap-type: none !important;
}

html {
  background: #000;
  width: 100%;
  min-height: 100%;
  overflow-x: hidden;
}

body {
  -webkit-font-smoothing: antialiased;
  color: #fff;
  font-family: var(--font-body);
  width: 100%;
  min-height: 100vh;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  position: relative;
}

/* Jost para títulos, labels y elementos de marca */
h1,
h2,
h3,
.brand-name,
.brand-tag,
.label-section,
.feature-title,
.feature-number,
.social-head h2,
.form-head h2,
.scarcity-card h3,
.review-name,
.btn-submit {
  font-family: var(--font-display);
}

/* —— Pantallas —— */
.screen {
  position: relative;
  min-height: 100vh;
  min-height: 100svh;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.screen--form {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

/* Desactivar scroll snap dinámicamente en funnels */
body.no-scroll-snap {
  scroll-snap-type: none !important;
  overflow: visible;
  height: auto !important;
}

html.no-scroll-snap {
  overflow: visible;
  height: auto !important;
}

body.no-scroll-snap .screen {
  scroll-snap-align: none !important;
  scroll-snap-stop: unset !important;
}

/* —— Utilidades —— */
.label-section {
  font-size: 0.625rem;
  font-weight: 300;
  letter-spacing: 0.38em;
  text-transform: uppercase;
  color: var(--gold);
}

.brand-block .label-section {
  color: #ffffff;
  opacity: 0.5 !important;
  /* Opacidad al 50% */
  transform: translateY(-8px);
  /* Sube un poco mas el texto */
  display: inline-block;
  letter-spacing: 0.45em;
  /* Aumentado para expandir el texto 7px por cada extremo */
  padding-left: 0.45em;
  /* Compensa el espacio de la última letra para un centrado milimétrico perfecto */
}


.rule-gold {
  height: 1px;
  background: linear-gradient(90deg,
      transparent,
      var(--gold-dim) 20%,
      var(--gold) 50%,
      var(--gold-dim) 80%,
      transparent);
}

.panel {
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(10, 10, 10, 0.72);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-radius: 14px;
}

/* Texto flotante — sin caja contenedora */
.floating-text {
  text-align: center;
  position: relative;
}

.floating-text p {
  font-size: 0.75rem;
  font-weight: 300;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.78);
  font-family: var(--font-body);
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.65), 0 0 1px rgba(0, 0, 0, 0.9);
  max-width: 22rem;
  margin: 0 auto;
}

/* —— Indicador de pantallas (cápsulas/dots) —— */
.page-dots {
  position: fixed;
  right: max(0.75rem, env(safe-area-inset-right));
  top: 50%;
  transform: translateY(-50%);
  z-index: 50;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.page-dot {
  width: 4px;
  height: 4px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.2);
  transition: height 0.5s cubic-bezier(0.4, 0, 0.2, 1), background 0.4s var(--ease);
  cursor: pointer;
}

.page-dot.is-active {
  height: 1.5rem;
  background: var(--gold);
}

/* ─── Líneas guía verticales globales (esqueleto fijo) ─── */
.guidelines {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 36rem;
  z-index: 10;
  pointer-events: none;
}

.guideline {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 1px;
  background: rgba(255, 255, 255, 0.05);
}

.guideline-1 {
  left: 33.333%;
}

.guideline-2 {
  left: 66.666%;
}

/* ═══ PANTALLA 1 ═══ */
.screen-hero .hero-media {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
}

.screen-hero .hero-media::after {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at top,
      rgba(169, 144, 71, 0.06) 0%,
      transparent 50%),
    linear-gradient(180deg,
      rgba(0, 0, 0, 0.65) 0%,
      rgba(0, 0, 0, 0.25) 25%,
      rgba(0, 0, 0, 0.2) 70%,
      rgba(0, 0, 0, 0.85) 100%);
  z-index: 1;
}

/* Línea de transición a la pantalla 2 (negro absoluto) */
.screen-hero::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 38%;
  z-index: 8;
  pointer-events: none;
  background: linear-gradient(to bottom, transparent 0%, rgba(5, 5, 5, 0.4) 40%, rgba(5, 5, 5, 0.85) 85%, #050505 100%);
}

/* Textura sutil de grano */
.screen-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 2;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/%3E%3CfeColorMatrix values='0 0 0 0 0.77 0 0 0 0 0.66 0 0 0 0 0.38 0 0 0 0.06 0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  opacity: 0.45;
  pointer-events: none;
  mix-blend-mode: overlay;
}

.screen-hero .hero-bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.43;
  filter: grayscale(80%) brightness(0.82) contrast(1.0);
  position: absolute;
  top: 0;
  left: 0;
}

.hero-watermark {
  position: absolute;
  top: -1.5%;
  /* Se corta solo un 10% por la parte superior en móviles y pantallas reducidas */
  left: 50%;
  transform: translateX(-50%) scaleX(1.3) translateZ(0);
  /* Centrado, estirado horizontalmente y acelerado por hardware */
  font-family: 'Bluetag', sans-serif;
  font-size: clamp(12rem, 38vw, 30rem);
  /* Aumentado a gigante colosal en todos los dispositivos */
  color: #ffffff;
  opacity: 0.05;
  /* Opacidad al 5% en blanco (ultra sutil) */
  z-index: 15;
  /* Detrás del shell y contenido, pero delante del video y overlays de transición */
  white-space: nowrap;
  pointer-events: none;
  user-select: none;
  text-transform: uppercase;
  letter-spacing: -0.02em;
  line-height: 0.7;
  transform-origin: top center;
  will-change: transform;
}

@media (min-width: 1024px) {
  .hero-watermark {
    top: -5%;
    /* En ordenadores se posiciona perfectamente más arriba para encajar con el layout de escritorio */
  }
}

.watermark-social {
  top: 100svh !important;
  transform: translate3d(-50%, -50%, 0) scaleX(1.3) !important;
  z-index: 45 !important;
}

.watermark-project {
  top: 650px !important;
  transform: translate3d(-50%, -50%, 0) scaleX(1.3) !important;
  z-index: 5 !important;
}

@media (min-width: 1024px) {
  .watermark-social {
    top: 100svh !important;
    transform: translate3d(-50%, -50%, 0) scaleX(1.3) !important;
  }
  .watermark-project {
    top: 750px !important;
    transform: translate3d(-50%, -50%, 0) scaleX(1.3) !important;
  }
}


/* Fix for native media controls showing on paused/low-power iOS videos */
video::-webkit-media-controls {
  display: none !important;
}
video::-webkit-media-controls-start-playback-button {
  display: none !important;
  -webkit-appearance: none;
}
video::-webkit-media-controls-play-button {
  display: none !important;
  -webkit-appearance: none;
}

.hero-video {
  display: block;
  transition: opacity 0.4s ease;
}

@media (min-width: 1024px) {
  .hero-mobile-only {
    display: none;
  }
}

.hero-shell {
  position: relative;
  z-index: 50;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  /* Alineación flex-start con margin-top: auto en hijos para evitar recortes en desbordamiento */
  height: 100%;
  min-height: 100vh;
  min-height: 100svh;
  width: 100%;
  max-width: 36rem;
  margin: 0 auto;
  padding: max(0.85rem, env(safe-area-inset-top)) 1.25rem max(0.65rem, env(safe-area-inset-bottom)) !important;
  /* Force override to remove padding blocking */
}

@media (max-width: 1023px) {
  .hero-shell {
    padding-top: max(4.5rem, env(safe-area-inset-top)) !important;
  }
}

@media (min-width: 1024px) {
  .hero-shell {
    justify-content: flex-end;
  }
}

/* En ordenadores (con soporte de hover), forzar que se justifique abajo incluso si se reduce la ventana */
@media (hover: hover) {
  .hero-shell {
    justify-content: flex-end;
  }
}

.brand-block {
  text-align: center;
  flex-shrink: 0;
  margin-top: clamp(65px, 11svh, 105px);
  /* Adjusted top margin for dynamic mathematical centering */
  /* Anclaje estático exacto a su posición original */
  margin-bottom: 0;
}

.brand-name {
  font-size: clamp(1.65rem, 7.5vw, 2.4rem);
  font-weight: 900;
  letter-spacing: 0.22em;
  line-height: 1;
  text-transform: uppercase;
  text-shadow: 0 4px 24px rgba(0, 0, 0, 0.7);
}

.brand-tag {
  margin-top: 0.3rem;
  font-size: clamp(0.9rem, 3.6vw, 1.15rem);
  font-weight: 300;
  letter-spacing: 0.55em;
  color: var(--gold);
  text-transform: uppercase;
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.6);
}

.manifesto-box {
  margin-top: 0.7rem;
  padding: 0.6rem 0.9rem;
  text-align: center;
}

.manifesto-box p {
  font-size: 0.6875rem;
  font-weight: 300;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.72);
  font-family: var(--font-body);
}

@media (min-width: 380px) {
  .manifesto-box p {
    font-size: 0.72rem;
  }
}

.value-zone {
  flex: none;
  display: flex;
  flex-direction: column;
  margin-top: calc(2.2rem + 12px);
  /* Increased spacer to create a gorgeous gap with titles above */
  /* Margen fijo respecto al título */
}

@media (max-width: 1023px) {
  .value-zone {
    margin-top: 1.25rem;
  }
}

.value-zone-header {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 40px;
  /* Spacer of 40px from process bar to texts */
  flex-shrink: 0;
}

@media (max-width: 1023px) {
  .value-zone-header {
    margin-bottom: 15px;
  }
}

.value-zone-header .rule-gold {
  flex: 1;
}

/* ─── CARRUSEL HORIZONTAL DE TARJETAS PREMIUM (Embla Carousel) ─── */
.features-grid.embla {
  min-height: 0;
  overflow: hidden;
  margin: 0 -1.25rem;
}

.embla__viewport {
  overflow: hidden;
  width: 100%;
}

.embla__container {
  display: flex;
  will-change: transform;
  align-items: stretch;
  gap: 0.85rem;
  padding: 0.65rem calc(11% + 0.275rem);
}

@media (min-width: 600px) {
  .embla__container {
    padding: 0.65rem calc(50% + 1.25rem - 160px);
  }
}

/* Slide contenedor que recibe el desplazamiento de Embla (sin transiciones en transform para evitar rebotes) */
.embla__slide {
  flex: 0 0 78%;
  min-width: 0;
  display: flex;
  align-items: stretch;
}

@media (min-width: 600px) {
  .embla__slide {
    flex: 0 0 320px;
  }
}

/* Tarjeta interna (recibe la escala y opacidad en tiempo real desde JS sin conflicto) */
.feature-card {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  padding: 1.1rem 1rem 1.1rem;
  min-height: 12.5rem;
  /* Colchón de altura base para móviles */
  /* Glassmorphism / Acrylic */
  background: rgba(24, 24, 27, 0.4);
  backdrop-filter: blur(14px) saturate(1.2);
  -webkit-backdrop-filter: blur(14px) saturate(1.2);
  border: none;
  border-radius: 22px;
  box-shadow: none;
  overflow: hidden;
  isolation: isolate;
  /* Opacidad y escala inicial */
  opacity: 0.4;
  transform: scale(0.95);
  z-index: 0;
  transition: box-shadow 0.5s var(--ease), border-radius 0.5s var(--ease);
  will-change: transform, opacity;
}

/* Brillo dorado del borde superior */
.feature-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 14%;
  right: 14%;
  height: 1px;
  background: linear-gradient(90deg,
      transparent 0%,
      var(--gold-dim) 30%,
      var(--gold) 50%,
      var(--gold-dim) 70%,
      transparent 100%);
  opacity: 0.45;
  transition: opacity 0.5s var(--ease);
  z-index: 2;
}

/* Barrido luminoso en hover */
.feature-card::after {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(600px circle at var(--mx, 50%) var(--my, -20%),
      var(--gold-glow),
      transparent 40%);
  opacity: 0;
  transition: opacity 0.6s var(--ease);
  pointer-events: none;
  z-index: 1;
}

.feature-card:hover {
  transform: translateY(-4px);
  border-radius: 28px;
  box-shadow:
    0 30px 60px -15px rgba(0, 0, 0, 0.7),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.feature-card:hover::before {
  opacity: 1;
}

.feature-card:hover::after {
  opacity: 1;
}

/* La animación inicial ahora se manejará con las clases de estado Activo/Inactivo de Tailwind */
.feature-card.is-in {
  /* Se mantienen las clases si fuera necesario para otras lógicas, pero visualmente lo controla Tailwind */
}

.feature-card:nth-child(1) {
  transition-delay: 0.05s;
}

.feature-card:nth-child(2) {
  transition-delay: 0.13s;
}

.feature-card:nth-child(3) {
  transition-delay: 0.21s;
}

.feature-card:nth-child(4) {
  transition-delay: 0.29s;
}

.feature-card:nth-child(5) {
  transition-delay: 0.37s;
}

.feature-card:nth-child(6) {
  transition-delay: 0.45s;
}

/* ─── Animación de entrada de tarjeta de proceso ─── */
@keyframes processCardEnter {
  0% {
    opacity: 0;
    transform: translateY(14px) scale(0.97);
    filter: blur(6px);
  }

  60% {
    filter: blur(0px);
  }

  100% {
    opacity: 1;
    transform: translateY(0px) scale(1);
    filter: blur(0px);
  }
}

.process-card-enter {
  animation: processCardEnter 0.55s cubic-bezier(0.22, 1, 0.36, 1) both;
}

/* ==========================================
   Premium Animations for Home Process Cards
   ========================================== */

/* Base container styling */
.home-process-card {
  position: relative;
  /* Start with initial un-illuminated state */
  transform: none !important;
  border-radius: 22px !important;
  box-shadow: none !important;
  transition: border-radius 1.4s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 1.4s cubic-bezier(0.22, 1, 0.36, 1) !important;
}

/* Disable hover effects completely on home process cards */
.home-process-card:hover {
  transform: none !important;
  border-radius: 28px !important;
  /* Keep the illuminated border radius */
  box-shadow:
    0 25px 50px -12px rgba(0, 0, 0, 0.7),
    inset 0 1px 0 rgba(255, 255, 255, 0.08) !important;
  /* Keep the shadow */
}

.home-process-card:hover::before {
  opacity: 1 !important;
  /* Keep it at 1 */
}

.home-process-card:hover::after {
  opacity: 1 !important;
  /* Keep it at 1 */
}

.home-process-card:hover .feature-number {
  color: rgba(255, 255, 255, 0.7) !important;
  text-shadow: 0 0 15px rgba(255, 255, 255, 0.45) !important;
}

.home-process-card:hover .feature-icon-wrap {
  color: var(--gold) !important;
  filter: drop-shadow(0 0 10px rgba(212, 175, 55, 0.65)) !important;
  transform: scale(1.08) !important;
}

.home-process-card:hover .feature-divider {
  width: 52px !important;
  background: var(--gold) !important;
}

/* Animated premium entrance of the card container */
.home-process-card.process-card-enter {
  animation: homeProcessCardEnter 1.4s cubic-bezier(0.16, 1, 0.3, 1) both;
}

@keyframes homeProcessCardEnter {
  0% {
    opacity: 0;
    transform: translateY(18px) scale(0.96);
    filter: blur(8px);
    border-radius: 22px;
    box-shadow: none;
  }

  30% {
    filter: blur(0px);
  }

  100% {
    opacity: 1;
    transform: translateY(0px) scale(1);
    filter: blur(0px);
    border-radius: 28px;
    box-shadow:
      0 25px 50px -12px rgba(0, 0, 0, 0.7),
      inset 0 1px 0 rgba(255, 255, 255, 0.08);
  }
}

/* Slowly fade in and illuminate the upper border glow */
.home-process-card.process-card-enter::before {
  animation: homeProcessBeforeEnter 1.6s cubic-bezier(0.16, 1, 0.3, 1) both;
}

@keyframes homeProcessBeforeEnter {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

/* Slowly fade in the background radial glow (originally only on hover) */
.home-process-card.process-card-enter::after {
  animation: homeProcessAfterEnter 2s cubic-bezier(0.16, 1, 0.3, 1) both;
}

@keyframes homeProcessAfterEnter {
  0% {
    opacity: 0;
  }

  35% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

/* Slowly animate the step number text-shadow and opacity */
.home-process-card.process-card-enter .feature-number {
  animation: homeProcessNumberEnter 1.6s cubic-bezier(0.16, 1, 0.3, 1) both;
}

@keyframes homeProcessNumberEnter {
  0% {
    color: rgba(255, 255, 255, 0.15);
    text-shadow: none;
  }

  100% {
    color: rgba(255, 255, 255, 0.7);
    text-shadow: 0 0 15px rgba(255, 255, 255, 0.45);
  }
}

/* Slowly animate the icon highlight and scaling */
.home-process-card.process-card-enter .feature-icon-wrap {
  animation: homeProcessIconEnter 1.6s cubic-bezier(0.16, 1, 0.3, 1) both;
}

@keyframes homeProcessIconEnter {
  0% {
    color: rgba(255, 255, 255, 0.75);
    filter: none;
    transform: scale(1);
  }

  100% {
    color: var(--gold);
    filter: drop-shadow(0 0 10px rgba(212, 175, 55, 0.65));
    transform: scale(1.08);
  }
}

/* Slowly animate the divider line expansion */
.home-process-card.process-card-enter .feature-divider {
  animation: homeProcessDividerEnter 1.6s cubic-bezier(0.16, 1, 0.3, 1) both;
}

@keyframes homeProcessDividerEnter {
  0% {
    width: 32px;
    background: rgba(212, 175, 55, 0.6);
  }

  100% {
    width: 52px;
    background: var(--gold);
  }
}

/* ─── Tarjeta destacada por auto-scroll (solo desktop) ─── */
.feature-card.is-featured {
  /* Las transformaciones, sombras y bordes ahora se aplican vía clases Tailwind */
  z-index: 10;
}

.feature-card.is-featured::before {
  opacity: 1;
}

.feature-card.is-featured .feature-number {
  color: rgba(169, 144, 71, 0.8);
  text-shadow: 0 0 28px rgba(169, 144, 71, 0.4);
}

.feature-card.is-featured .feature-divider {
  width: 52px;
  opacity: 1;
}

/* En desktop el grid tiene scroll suave para el auto-avance y sin snap nativo */
@media (min-width: 768px) {
  .features-grid {
    scroll-behavior: smooth;
    scroll-snap-type: none;
  }
}

/* Encabezado de tarjeta: número + icono */
.feature-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 2;
}

.feature-number {
  font-size: 1.85rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: rgba(169, 144, 71, 0.32);
  line-height: 1;
  font-variant-numeric: tabular-nums;
  font-family: var(--font-display);
  text-shadow: 0 0 20px rgba(169, 144, 71, 0.18);
  transition: color 0.4s var(--ease), text-shadow 0.4s var(--ease);
}

.feature-card:hover .feature-number {
  color: rgba(169, 144, 71, 0.7);
  text-shadow: 0 0 28px rgba(169, 144, 71, 0.4);
}

.feature-icon-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.2rem;
  height: 2.2rem;
  flex-shrink: 0;
  color: var(--gold);
  transition: transform 0.5s var(--ease-bounce);
}

.feature-icon-wrap svg {
  width: 1.6rem;
  height: 1.6rem;
}

.feature-card:hover .feature-icon-wrap {
  transform: rotate(-8deg) scale(1.12);
}

/* Separador oro centrado */
.feature-divider {
  height: 1px;
  width: 28px;
  background: var(--gold);
  opacity: 0.55;
  position: relative;
  z-index: 2;
  align-self: center;
  margin: 0.1rem 0;
  transition: width 0.5s var(--ease), opacity 0.4s var(--ease);
}

.feature-card:hover .feature-divider {
  width: 52px;
  opacity: 1;
}

.feature-body {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
  text-align: center;
  align-items: center;
}

.feature-title {
  font-size: 0.8125rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  line-height: 1.3;
  color: #fff;
  min-height: 2.25rem;
  /* Espacio garantizado para 2 líneas */
  display: flex;
  align-items: center;
  justify-content: center;
}

.feature-desc {
  font-size: 0.8125rem;
  font-weight: 300;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.72);
  font-family: var(--font-body);
  min-height: 4.5rem;
  /* Espacio garantizado para 3-4 líneas */
}

/* Colchón de altura estable para el párrafo del hero y evitar CLS */
.hero-desc-p {
  min-height: 2.75rem;
  max-width: 26rem !important;
  /* Compressed laterally for compact block */
  margin-left: auto !important;
  margin-right: auto !important;
  margin-top: 2.2rem !important;
  /* Separate it more from titles above it */
  font-size: 0.95rem !important;
  /* Made a tiny bit larger on mobile */
}

@media (max-width: 1023px) {
  .hero-desc-p {
    margin-top: 1.15rem !important;
  }
}

@media (min-width: 1024px) {
  .hero-desc-p {
    max-width: 38rem !important;
    /* Más ancho en ordenadores para evitar cortes feos y reducir márgenes */
  }
}

.scroll-cue {
  flex-shrink: 0;
  margin-top: 0.55rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.3rem;
  opacity: 0.5;
}

.scroll-cue span {
  font-size: 0.5625rem;
  letter-spacing: 0.35em;
  text-transform: uppercase;
  font-family: var(--font-display);
}

.scroll-cue .line {
  width: 1px;
  height: 1.15rem;
  background: linear-gradient(180deg, var(--gold), transparent);
  animation: scroll-line 2s var(--ease) infinite;
}

@keyframes scroll-line {

  0%,
  100% {
    transform: scaleY(0.4);
    opacity: 0.3;
  }

  50% {
    transform: scaleY(1);
    opacity: 1;
  }
}

/* Ajustes de altura para carrusel */
@media (min-height: 760px) {
  .feature-card {
    padding: 1.25rem 1.15rem;
  }
}

/* ═══ PANTALLA 2 ═══ */
.screen-social {
  position: relative;
  display: flex;
  flex-direction: column;
  background: #000000;
  padding: 80px 0 max(0.65rem, env(safe-area-inset-bottom));
  min-height: 100vh;
  min-height: 100svh;
  height: auto;
}

/* Capa de fondo opcional (deshabilitada — fondo negro absoluto) */
.social-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  background: #000000;
  pointer-events: none;
  display: none;
}

.screen-social-inner {
  position: relative;
  z-index: 10;
  flex: 1;
  min-height: 0;
  display: flex;
  flex-direction: column;
  max-width: 32rem;
  margin: 0 auto;
  width: 100%;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  height: auto !important;
  /* Anula h-full de HTML para usar min-height/flex dinámico */
}

/* Pie de página (footer) de la Página 2 - Efecto Imán */
.screen-social-inner>div:last-child p:last-child {
  margin-top: auto !important;
  padding-bottom: 15px !important;
}

.social-head {
  text-align: center;
  flex-shrink: 0;
  padding-bottom: 0.85rem;
}

.social-head h2 {
  font-size: 1.125rem;
  font-weight: 100;
  letter-spacing: 0.28em;
  text-transform: uppercase;
}

.social-head h2 strong {
  font-weight: 900;
  color: var(--gold);
}

.marquee-frame {
  flex: 1;
  min-height: 0;
  display: flex;
  flex-direction: column;
  border: none;
  background: transparent;
  overflow: hidden;
  border-radius: 0;
}

.marquee-frame-label {
  flex-shrink: 0;
  padding: 0.55rem 1rem 0.9rem;
  font-size: 0.5625rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.4);
  text-align: center;
  font-family: var(--font-display);
  border: none;
}

.marquee-viewport {
  flex: 0 1 auto;
  min-height: 0;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding: 0.25rem 0;
  mask-image: linear-gradient(90deg,
      transparent 0%,
      #000 8%,
      #000 92%,
      transparent 100%);
}

.marquee-track {
  display: flex;
  width: max-content;
}

.marquee-track.is-animated {
  animation: marquee 100s linear infinite;
}

.marquee-track:hover {
  animation-play-state: paused;
}

@keyframes marquee {
  to {
    transform: translate3d(-50%, 0, 0);
  }
}

.marquee-group {
  display: flex;
  gap: 0.85rem;
  padding: 0.85rem 0.85rem 0.85rem 0;
}

.review-card {
  position: relative;
  width: 18rem;
  flex-shrink: 0;
  padding: 1.4rem 1.5rem 1.5rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 24px;
  background-color: #000;
  background-size: cover;
  background-position: center;
  isolation: isolate;
  overflow: hidden;
  transition:
    transform 0.5s cubic-bezier(0.4, 0, 0.2, 1),
    border-color 0.5s var(--ease),
    border-radius 0.5s cubic-bezier(0.4, 0, 0.2, 1),
    box-shadow 0.5s var(--ease);
}

/* Gradiente oscuro optimizado para dar visibilidad a la imagen y legibilidad al texto */
.review-card::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(175deg,
      rgba(0, 0, 0, 0.2) 0%,
      rgba(0, 0, 0, 0.65) 55%,
      rgba(0, 0, 0, 0.85) 100%);
  z-index: 0;
  border-radius: inherit;
}

/* Capa adicional más suave para atenuar la imagen sin apagarla (~55% de visibilidad efectiva) */
.review-card::after {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.2);
  z-index: 0;
  border-radius: inherit;
}

.review-card>* {
  position: relative;
  z-index: 1;
  color: #fff;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.95), 0 0 1.5px rgba(0, 0, 0, 0.95);
}

.review-card:hover {
  transform: translateY(-4px);
  border-color: rgba(169, 144, 71, 0.4);
  border-radius: 30px;
  box-shadow: 0 18px 35px -14px rgba(0, 0, 0, 0.75);
}

.review-meta {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 0.5rem;
}

.review-name {
  font-size: 0.625rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gold);
}

.review-date {
  font-size: 0.5625rem;
  color: rgba(255, 255, 255, 0.35);
  flex-shrink: 0;
  font-family: var(--font-body);
}

.review-quote {
  margin-top: 0.65rem;
  font-size: 0.75rem;
  font-weight: 300;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.88);
  font-family: var(--font-body);
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.review-card--long .review-quote {
  -webkit-line-clamp: 5;
}

.scarcity-card {
  flex-shrink: 0;
  margin-top: 0.85rem;
  padding: 1rem 1.15rem;
  text-align: center;
  border: none;
  background: transparent;
  border-radius: 0;
  position: relative;
}

.scarcity-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 25%;
  right: 25%;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
  opacity: 0.55;
}

.scarcity-card h3 {
  font-size: 0.8125rem;
  font-weight: 100;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  line-height: 1.35;
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.8);
}

.scarcity-card h3 strong {
  font-weight: 900;
  color: var(--gold);
}

.scarcity-card p {
  margin-top: 0.65rem;
  font-size: 0.6875rem;
  font-weight: 300;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.78);
  font-family: var(--font-body);
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.7);
  max-width: 24rem;
  margin-left: auto;
  margin-right: auto;
}

.scarcity-card a {
  color: var(--gold);
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* ═══ PANTALLA 3 — Formulario flotante sobre video ═══ */
.form-shell {
  position: relative;
  min-height: 100vh;
  min-height: 100svh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: max(1.5rem, env(safe-area-inset-top)) 1.5rem max(1.5rem, env(safe-area-inset-bottom));
  overflow: hidden;
}

/* Video loop de fondo + overlay oscuro sutil */
.form-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
}

.form-bg video,
.form-bg img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.50;
  /* Reducido un 5% (de 0.70 a 0.65) para oscurecer el fondo */
  filter: brightness(0.9) saturate(1.05) contrast(1.05);
}

.form-bg::after {
  content: '';
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0.1) 40%, rgba(0, 0, 0, 0.55) 100%),
    radial-gradient(ellipse at center, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.5) 100%);
  z-index: 1;
}

.form-panel {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 26rem;
  margin: 0 auto;
  padding: 0;
  border: none;
  background: transparent;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  border-radius: 0;
  overflow: visible;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.9);
}

.form-panel::before {
  display: none;
}

.form-head {
  text-align: center;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  margin-bottom: 1.5rem;
}

.form-head h2 {
  font-size: 1.35rem;
  font-weight: 100;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.95);
}

.form-head h2 strong {
  font-weight: 900;
  color: var(--gold);
}

.form-head p {
  margin-top: 0.6rem;
  font-size: 0.6875rem;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.6);
  letter-spacing: 0.08em;
  font-family: var(--font-body);
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.85);
}

.field {
  margin-bottom: 0.95rem;
}

.field label {
  display: block;
  margin-bottom: 0.45rem;
  padding-left: 1.4rem;
  font-size: 0.5625rem;
  font-weight: 300;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.7);
  font-family: var(--font-display);
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.9);
}

.field input,
.field select,
.field textarea {
  width: 100%;
  padding: 0.75rem 1.4rem;
  font-size: 16px;
  font-weight: 300;
  color: #fff;
  background: rgba(20, 20, 22, 0.55);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  font-family: var(--font-body);
  transition:
    border-color 0.4s cubic-bezier(0.4, 0, 0.2, 1),
    background 0.4s var(--ease),
    transform 0.4s cubic-bezier(0.4, 0, 0.2, 1),
    box-shadow 0.4s var(--ease);
}

.field input {
  overflow: hidden;
}

.field textarea {
  border-radius: 22px;
  resize: vertical;
  min-height: 5.5rem;
}

.field input:focus,
.field select:focus,
.field textarea:focus {
  outline: none;
  border-color: var(--gold);
  background: rgba(20, 20, 22, 0.7);
  box-shadow: 0 8px 24px -8px rgba(169, 144, 71, 0.35);
}

.field input::placeholder,
.field textarea::placeholder {
  color: rgba(255, 255, 255, 0.32);
}

.field select {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%23a99047'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M19 9l-7 7-7-7'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1.3rem center;
  background-size: 0.9rem;
  background-color: rgba(20, 20, 22, 0.55);
  padding-right: 2.2rem;
}

.field-row {
  display: flex;
  gap: 0.6rem;
}

.field-row select {
  width: 6rem;
  flex-shrink: 0;
}

.btn-submit {
  width: 100%;
  margin-top: 0.5rem;
  padding: 1.05rem 1.5rem;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #000;
  background: linear-gradient(135deg, var(--gold-soft), var(--gold));
  border: none;
  border-radius: 999px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition:
    transform 0.5s cubic-bezier(0.4, 0, 0.2, 1),
    border-radius 0.5s cubic-bezier(0.4, 0, 0.2, 1),
    box-shadow 0.5s var(--ease),
    filter 0.4s var(--ease);
}

.btn-submit:hover:not(:disabled) {
  transform: translateY(-3px) scale(1.015);
  border-radius: 18px;
  box-shadow: 0 16px 40px -10px rgba(169, 144, 71, 0.55);
  filter: brightness(1.06);
}

.btn-submit:active:not(:disabled) {
  transform: translateY(-1px) scale(0.99);
  border-radius: 999px;
}

.btn-submit:disabled {
  opacity: 0.45;
}

.btn-secondary {
  width: 100%;
  margin-top: 0.5rem;
  padding: 1.05rem 1.5rem;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #fff;
  background: rgba(20, 20, 22, 0.45);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid var(--gold);
  border-radius: 999px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  text-decoration: none;
  transition:
    transform 0.5s cubic-bezier(0.4, 0, 0.2, 1),
    border-radius 0.5s cubic-bezier(0.4, 0, 0.2, 1),
    box-shadow 0.5s var(--ease),
    background-color 0.4s var(--ease),
    border-color 0.4s var(--ease);
}

.btn-secondary:hover:not(:disabled) {
  transform: translateY(-3px) scale(1.015);
  border-radius: 18px;
  box-shadow: 0 16px 40px -10px rgba(169, 144, 71, 0.25);
  background: rgba(20, 20, 22, 0.75);
  border-color: var(--gold-soft);
}

.btn-secondary:active:not(:disabled) {
  transform: translateY(-1px) scale(0.99);
  border-radius: 999px;
}

.btn-secondary:disabled {
  opacity: 0.45;
}


.form-foot {
  margin-top: 1.25rem;
  text-align: center;
  font-size: 0.5625rem;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.32);
  font-family: var(--font-display);
}

.form-foot a {
  color: var(--gold);
}

/* Utilidades y ajustes para hero description */
.desktop-only {
  display: none;
}

.mobile-only {
  display: inline;
}

@media (min-width: 768px) {
  .desktop-only {
    display: inline;
  }

  .mobile-only {
    display: none;
  }
}

.hero-desc-p {
  line-height: 1.35 !important;
  word-break: keep-all;
  overflow-wrap: break-word;
}

@media (min-width: 768px) {
  .hero-desc-p {
    line-height: 1.625 !important;
    font-size: 1.05rem !important;
    /* Made a tiny bit larger on desktop */
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-snap-type: none;
  }

  .marquee-track.is-animated {
    animation: none;
  }

  .scroll-cue .line {
    animation: none;
  }

  .hero-video {
    display: none;
  }

  .feature-card {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

/* Color dorado del rating de estrellas en las reseñas */
.review-card div svg {
  fill: var(--gold) !important;
}

/* ══════════════════════════════════════════════
       BRAND OVERLAPPING GOTHIC LOGO SYSTEM
   ══════════════════════════════════════════════ */
.brand-title-group {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.brand-logo-container {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 2.6rem;
  /* Increased to pull header phrase higher up and create breathing room */
  margin-bottom: 0.5rem;
}

@media (max-width: 1023px) {
  .brand-logo-container {
    margin-top: 1.15rem;
  }
}

.brand-carlos {
  font-family: var(--font-display);
  font-weight: 300;
  font-size: clamp(1.6rem, 5vw, 2.3rem);
  letter-spacing: 0.45em;
  color: #ffffff;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: -0.48em;
  /* Overlap CARLOS onto the top of MARTINEZ (raised more) */
  z-index: 1;
  /* Position behind MARTINEZ */
  position: relative;
  transform: translateY(-20px);
  /* Raised 20px further upwards as requested */
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
  padding-left: 0.45em;
  /* Compensate tracking offset for true centering */
}

.brand-martinez {
  display: inline-block;
  /* Support transforms on span */
  font-family: 'Bluetag', sans-serif;
  font-size: clamp(3.3rem, 12.5vw, 6rem);
  /* Made larger for grander presence */
  color: var(--gold);
  text-transform: uppercase;
  line-height: 0.85;
  letter-spacing: 0.05em;
  padding-left: 0.05em;
  /* Made wider horizontally */
  z-index: 2;
  /* Position in front of CARLOS */
  position: relative;
  transform: scaleX(1.28);
  /* Deform/stretch horizontally as requested */
  transform-origin: center;
  text-shadow:
    0 4px 20px rgba(0, 0, 0, 0.95),
    0 0 1.5px rgba(0, 0, 0, 0.95);
  will-change: transform;
}

.brand-tattoo-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  width: 100%;
  max-width: 14rem;
  margin: calc(0.6rem + 5px) auto 0;
  /* Lowered by 5px */
}

.brand-tattoo-wrap .brand-line {
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.6) 20%, #ffffff 50%, rgba(255, 255, 255, 0.6) 80%, transparent);
  /* Tapered white lines */
  opacity: 0.75;
}

.brand-tattoo {
  font-family: var(--font-display);
  font-weight: 300;
  font-size: clamp(0.7rem, 2.2vw, 0.85rem);
  letter-spacing: 0.55em;
  color: #ffffff;
  text-transform: uppercase;
  padding-left: 0.55em;
  /* Compensate tracking offset for true centering */
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ========================================== */
/*   ESTILOS DE LA SECCIÓN CTA (HOME ONLY)    */
/* ========================================== */

/* --- CONFIGURACIÓN GENERAL --- */
.cta-scroll-trigger {
  --bg-color: #000000;
  --text-white: #ffffff;
  --text-muted: #888888;
  --metal-grad: linear-gradient(135deg, #ffffff 20%, #8a8a8a 100%);

  /* HACK FULL WIDTH */
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  box-sizing: border-box;

  background-color: var(--bg-color);
  color: var(--text-white);
  padding: clamp(80px, 10vw, 120px) 20px;
  text-align: center;
  font-family: 'Jost', sans-serif;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  border-top: 1px solid rgba(255, 255, 255, 0.04);
  border-bottom: 1px solid rgba(255, 255, 255, 0.04);
}

/* Luz de fondo */
.ambient-light {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.03) 0%, rgba(0, 0, 0, 0) 70%);
  transform: translate(-50%, -50%);
  pointer-events: none;
  z-index: 0;
}

.cta-content-inner {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 900px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 28px;
}

/* --- ESTILOS DE TEXTO --- */
.badge-wrapper {
  margin-bottom: -10px;
}

.cta-badge {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.35em;
  color: var(--text-muted);
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 6px 14px;
  border-radius: 100px;
  backdrop-filter: blur(4px);
}

/* AQUÍ ESTÁ LA CLAVE DE LAS DOS FILAS: flex-direction: column */
.cta-headline {
  margin: 0;
  line-height: 1.1;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.line-mask {
  display: block;
  overflow: hidden;
  position: relative;
}

.line-text {
  display: block;
  transform: translateY(110%);
}

.is-visible .line-text {
  animation: revealUp 1.1s cubic-bezier(0.19, 1, 0.22, 1) forwards;
}

.weight-light {
  font-weight: 300;
  font-size: clamp(30px, 5vw, 52px);
  letter-spacing: 0.04em;
  color: #d1d1d1;
  transition-delay: 0.1s;
}

.is-visible .weight-light {
  animation-delay: 0.1s;
}

.weight-bold {
  font-weight: 700;
  font-size: clamp(34px, 6vw, 64px);
  letter-spacing: -0.01em;
  margin-top: 4px;
}

.is-visible .weight-bold {
  animation-delay: 0.25s;
}

.text-gradient {
  background: var(--metal-grad);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.cta-desc {
  font-family: 'Montserrat', sans-serif;
  margin: 0;
  font-weight: 300;
  font-size: clamp(14px, 2vw, 16px);
  line-height: 1.7;
  color: var(--text-muted);
  max-width: 46ch;
}

/* --- BOTÓN PÍLDORA CON ANIMACIÓN --- */
.btn-pill {
  display: inline-block;
  text-decoration: none;

  /* ESTADO INICIAL: Sólido */
  background-color: var(--text-white);
  color: var(--bg-color);
  border: 1px solid var(--text-white);
  /* Borde preparado */

  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  padding: 16px 38px;
  border-radius: 50px;
  /* Forma píldora completa */
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  position: relative;

  /* ANIMACIÓN DE LATIDO (RECUPERADA) */
  box-shadow: 0 0 20px rgba(255, 255, 255, 0.15);
  animation: pulseGlow 3s infinite;
}

/* ESTADO HOVER: Outline (sin fondo, solo bordes) */
.btn-pill:hover {
  background-color: transparent;
  color: var(--text-white);
  transform: translateY(-2px);
  letter-spacing: 0.12em;
  /* Al hacer hover, paramos o suavizamos la animación de latido para enfocar en el outline */
  animation: none;
  box-shadow: 0 0 15px rgba(255, 255, 255, 0.3);
}

.btn-pill:active {
  transform: translateY(0px);
}

/* --- ANIMACIONES --- */
.anim-fade {
  opacity: 0;
}

.is-visible .anim-fade {
  animation: ctaFadeIn 0.8s ease-out forwards;
}

@keyframes revealUp {
  0% {
    transform: translateY(110%);
  }

  100% {
    transform: translateY(0);
  }
}

@keyframes ctaFadeIn {
  from {
    opacity: 0;
    transform: translateY(15px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Keyframes para el efecto de latido */
@keyframes pulseGlow {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
  }

  70% {
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

.is-visible .badge-wrapper {
  animation-delay: 0s;
}

.is-visible .delay-text {
  animation-delay: 0.7s;
}

.is-visible .delay-btn {
  animation-delay: 0.9s;
}

@media (max-width: 600px) {
  .cta-headline {
    gap: 2px;
  }

  .btn-pill {
    width: 100%;
    text-align: center;
  }
}

/* ========================================== */
/*  ESTILOS DE LA SECCIÓN RESEÑAS / REVIEWS   */
/* ========================================== */

:root {
  --ease-out-expo: cubic-bezier(0.16, 1, 0.3, 1);
}

.reviews-section-trigger {
  background-color: #000000;
  color: #fff;
  padding: 80px 0;
  position: relative;
  width: 100%;
  left: 0;
  right: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow-x: hidden;
}

.bg-noise {
  position: absolute;
  inset: 0;
  opacity: 0.07;
  mix-blend-mode: overlay;
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='3'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)'/%3E%3C/svg%3E");
}

.reviews-content-inner {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  width: 100%;
}

.carousel-wrapper-relative {
  position: relative;
  width: 100%;
  max-width: 1400px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  transition: opacity 1s ease;
}

.is-visible .carousel-wrapper-relative {
  opacity: 1;
}

.carousel-mask {
  width: 100%;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(to right, transparent, black 10%, black 90%, transparent);
}

/* Contenedor Flex de Tarjetas */
.flow-reviews-container {
  display: flex !important;
  gap: 30px;
  overflow-x: auto;
  padding: 30px 5vw 50px 5vw;
  scrollbar-width: none;
  cursor: grab;
  align-items: flex-start;
  /* Alineación superior para permitir alturas variables */
}

.flow-reviews-container::-webkit-scrollbar {
  display: none;
}

.flow-review-card {
  flex: 0 0 360px;
  background: rgba(255, 255, 255, 0.02);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-radius: 20px;
  padding: 40px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  transition: height 0.3s ease;
}

.nav-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: none !important;
  border: none !important;
  color: #fff;
  cursor: pointer;
  z-index: 10;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.nav-arrow svg {
  width: 50px;
  height: 50px;
  filter: drop-shadow(0 2px 5px rgba(0, 0, 0, 0.5));
  transition: 0.3s;
}

.nav-arrow:hover svg {
  color: #d4af37;
  transform: scale(1.1);
}

.prev-arrow {
  left: 2vw;
}

.next-arrow {
  right: 2vw;
}

.skeleton {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 16px;
  min-width: 300px;
  height: 200px;
  animation: pulse 1.5s infinite;
}

@keyframes pulse {
  0% {
    opacity: 0.5;
  }

  50% {
    opacity: 0.8;
  }

  100% {
    opacity: 0.5;
  }
}

.flow-review-header {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.flow-avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid rgba(255, 255, 255, 0.1);
}

.flow-username {
  font-family: 'Jost', sans-serif;
  color: #fff;
  font-weight: 700;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  display: block;
}

.flow-date {
  display: block;
  font-size: 11px;
  color: #999;
  margin-top: 5px;
  text-transform: uppercase;
}

.flow-stars {
  margin-left: auto;
  color: #e2c256;
  font-size: 12px;
  display: flex;
  gap: 3px;
}

/* --- TRUNCADO DE TEXTO --- */
.flow-text {
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  line-height: 1.8;
  color: #d4d4d4;
  font-weight: 300;
  margin: 0;

  /* Propiedades para cortar texto */
  display: -webkit-box;
  -webkit-line-clamp: 4;
  /* Muestra máximo 4 líneas */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
  /* Manita para indicar click */
  position: relative;
  transition: all 0.3s ease;
}

/* Efecto Hover para sugerir que se puede clicar */
.flow-text:hover {
  color: #fff;
}

/* Clase que se añade al hacer click para ver todo */
.flow-text.expanded {
  -webkit-line-clamp: unset;
  /* Quita el límite */
  display: block;
  color: #fff;
}

/* Luces de fondo ambientales */
.ambient-light-container {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 1;
}

.ambient-light-container .ambient-light {
  position: absolute;
  width: 600px;
  height: 600px;
  border-radius: 50%;
  filter: blur(140px);
  opacity: 0.035;
  pointer-events: none;
}

.ambient-light-container .ambient-light.source-1 {
  background: radial-gradient(circle, #ffffff 0%, rgba(255, 255, 255, 0) 70%);
  top: -10%;
  left: 10%;
}

.ambient-light-container .ambient-light.source-2 {
  background: radial-gradient(circle, #a99047 0%, rgba(169, 144, 71, 0) 70%);
  bottom: -15%;
  right: 15%;
}

@media (max-width: 768px) {
  .nav-arrow {
    display: none;
  }

  .flow-review-card {
    flex: 0 0 85vw;
    padding: 30px;
  }
}

@keyframes cardEntrance {
  from {
    opacity: 0;
    transform: translateY(30px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* =========================================
   ESTILOS DE LA SECCIÓN DUAL-PATH (HOME ONLY)
   ========================================= */

.dual-path-section {
  display: flex;
  width: 100%;
  height: 85vh;
  background: #000000;
  overflow: hidden;
  position: relative;
}

.path-card {
  position: relative;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  overflow: hidden;
  transition: all 0.8s cubic-bezier(0.25, 1, 0.5, 1);
  border-right: 1px solid rgba(255, 255, 255, 0.05);
  cursor: pointer;
}

.path-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  transition: transform 1.2s cubic-bezier(0.25, 1, 0.5, 1);
  z-index: 0;
  filter: grayscale(100%) brightness(0.72);
}

.path-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.25);
  transition: background 0.8s ease;
  z-index: 1;
}

.path-content {
  position: relative;
  z-index: 10;
  text-align: center;
  max-width: 80%;
  transform: translateY(20px);
  transition: transform 0.8s ease, opacity 0.5s ease;
  padding: 0 20px;
}

.path-badge {
  font-family: 'Jost', sans-serif;
  font-size: 10px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 15px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  display: inline-block;
  padding: 5px 12px;
  border-radius: 50px;
}

.path-title {
  font-family: 'Jost', sans-serif;
  font-size: clamp(30px, 4vw, 60px);
  line-height: 1;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
  margin: 0 0 20px 0;
}

.block-text {
  display: block;
}

.text-gradient {
  background: linear-gradient(135deg, #ffffff 20%, #8a8a8a 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.path-desc {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.7);
  max-width: 400px;
  margin: 0 auto 30px auto;
  opacity: 0;
  transform: translateY(10px);
  transition: all 0.6s ease;
}

.btn-aesthetic-ghost {
  font-family: 'Jost', sans-serif;
  font-size: 12px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  border-bottom: 1px solid #fff;
  padding-bottom: 5px;
  color: #fff;
  opacity: 0;
  transition: all 0.6s ease;
}

/* INTERACCIÓN ESCRITORIO */
@media (min-width: 769px) {
  .dual-path-section:hover .path-card {
    flex: 0.7;
    filter: brightness(0.4);
  }

  .dual-path-section .path-card:hover {
    flex: 1.8;
    filter: brightness(1);
  }

  .path-card:hover .path-bg {
    filter: grayscale(0%) brightness(0.9);
    transform: scale(1.05);
  }

  .path-card:hover .path-overlay {
    background: rgba(0, 0, 0, 0.2);
  }

  .path-card:hover .path-desc,
  .path-card:hover .btn-aesthetic-ghost {
    opacity: 1;
    transform: translateY(0);
  }

  .path-card:hover .path-content {
    transform: translateY(0);
  }
}

/* =========================================
   DISEÑO MÓVIL (ANIMACIONES NOTORIAS)
   ========================================= */

@media (max-width: 768px) {

  /* 1. ANIMACIÓN DE ENTRADA (CORTINA) 
     Las tarjetas se 'desenrollan' al cargar la página */
  @keyframes cardUnroll {
    0% {
      clip-path: inset(0 0 100% 0);
      opacity: 0;
    }

    100% {
      clip-path: inset(0 0 0 0);
      opacity: 1;
    }
  }

  /* 2. ANIMACIÓN DE FONDO (ZOOM PROFUNDO)
     La imagen se acerca y aleja notablemente */
  @keyframes deepAliveZoom {
    0% {
      transform: scale(1);
    }

    50% {
      transform: scale(1.25);
    }

    /* Zoom del 25%, muy visible */
    100% {
      transform: scale(1);
    }
  }

  /* 3. ANIMACIÓN DE TEXTO (DESLIZAMIENTO FUERTE) */
  @keyframes textSlideUpStrong {
    0% {
      opacity: 0;
      transform: translateY(40px);
    }

    100% {
      opacity: 1;
      transform: translateY(0);
    }
  }

  /* CONFIGURACIÓN DEL CONTENEDOR ANCHO COMPLETO */
  .dual-path-section {
    flex-direction: column;
    height: auto;
    /* Romper márgenes laterales */
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
  }

  .path-card {
    height: 50vh;
    width: 100%;
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    flex: none !important;

    /* APLICAR ANIMACIÓN DE ENTRADA A LA TARJETA */
    animation: cardUnroll 1.2s cubic-bezier(0.19, 1, 0.22, 1) forwards;
    /* Fondo negro base para cuando cargue la animación */
    background: #000;
  }

  /* Retraso ligero para la segunda tarjeta para efecto cascada */
  .path-card:nth-child(2) {
    animation-delay: 0.2s;
    opacity: 0;
    /* Oculto hasta que empiece la animación */
    animation-fill-mode: forwards;
  }

  /* IMAGEN DE FONDO */
  .path-bg {
    filter: grayscale(10%) brightness(0.8) !important;
    /* Animación continua y visible */
    animation: deepAliveZoom 12s ease-in-out infinite;
    will-change: transform;
  }

  /* DEGRADADO PARA LEER TEXTO */
  .path-overlay {
    background: linear-gradient(to top, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0) 100%);
  }

  /* CONTENIDO */
  .path-content {
    transform: translateY(0);
    opacity: 1;
    width: 100%;
    padding: 0 15px;
    padding-bottom: 10px;
  }

  /* ANIMACIONES DE LOS ELEMENTOS DE TEXTO */

  /* BADGE */
  .path-badge {
    margin-bottom: 10px;
    font-size: 9px;
    background: rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(2px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    animation: textSlideUpStrong 0.8s ease-out forwards;
    animation-delay: 0.3s;
    opacity: 0;
  }

  /* TÍTULO (Línea por línea) */
  .path-title {
    font-size: 32px;
    margin-bottom: 8px;
  }

  .path-title .block-text {
    opacity: 0;
    animation: textSlideUpStrong 0.8s ease-out forwards;
  }

  .path-title .block-text:nth-child(1) {
    animation-delay: 0.5s;
  }

  .path-title .block-text:nth-child(2) {
    animation-delay: 0.6s;
  }

  /* DESCRIPCIÓN */
  .path-desc {
    opacity: 0;
    /* Empieza invisible */
    transform: none !important;
    font-size: 13px;
    margin-bottom: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;

    animation: textSlideUpStrong 0.8s ease-out forwards;
    animation-delay: 0.8s;
  }

  /* BOTÓN (Igual que en PC, pero con animación de entrada) */
  .btn-aesthetic-ghost {
    opacity: 0 !important;
    transform: translateY(0) !important;
    font-size: 11px;
    padding-bottom: 4px;
    background: transparent;
    border: none;
    border-bottom: 1px solid #fff;
    border-radius: 0;

    animation: textSlideUpStrong 0.8s ease-out forwards;
    animation-delay: 1s;
    /* El último en aparecer */
  }
}

/* ========================================== */
/*  ESTILOS ESPECÍFICOS GUEST SPOT CTA BLOCK  */
/* ========================================== */

.guest-cta {
  background: #000000 !important;
  z-index: 1;
  border-top: none !important;
}

/* Luz Ambiental decorativa específica */
.guest-cta .ambient-light {
  position: absolute;
  top: 0%;
  left: 50%;
  width: 100%;
  height: 150%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.03) 0%, rgba(0, 0, 0, 0) 65%);
  transform: translate(-50%, -20%);
  pointer-events: none;
  z-index: 0;
}

.cta-headline.centered {
  align-items: center;
  gap: 5px;
}

.cta-desc.centered-text {
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  font-size: clamp(14px, 2vw, 16px);
  line-height: 1.7;
  color: var(--text-muted);
  max-width: 50ch;
  margin: 0;
}

/* WhatsApp Floating Button */
.whatsapp-float-btn {
  position: fixed;
  bottom: 24px;
  right: 24px;
  width: 46px;
  /* Círculo más pequeño */
  height: 46px;
  background-color: transparent;
  /* Sin relleno */
  color: #ffffff;
  /* Icono blanco por defecto */
  border: 1.5px solid #ffffff;
  /* Solo bordes de fuera */
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.3);
  z-index: 9999;
  transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1), background-color 0.3s var(--ease), border-color 0.3s var(--ease), color 0.3s var(--ease), box-shadow 0.3s var(--ease);
}

.whatsapp-float-btn svg {
  width: 26px;
  /* Logo más grande en proporción */
  height: 26px;
}

.whatsapp-float-btn:hover {
  transform: scale(1.1);
  background-color: var(--gold);
  /* Se rellena de dorado */
  border-color: var(--gold);
  /* El borde se vuelve dorado */
  color: #000000;
  /* Icono negro sobre fondo dorado */
  box-shadow: 0 0 20px rgba(169, 144, 71, 0.45);
}

/* Adaptabilidad para móviles */
@media (max-width: 767px) {
  .whatsapp-float-btn {
    bottom: 20px;
    right: 20px;
    width: 40px;
    /* Más pequeño en móvil */
    height: 40px;
    border-width: 1px;
  }

  .whatsapp-float-btn svg {
    width: 22px;
    /* Logo grande en proporción */
    height: 22px;
  }
}

/* Botón Book Now en cabecera */
.btn-book-now-header {
  padding: 0 1.75rem;
  height: 2.5rem;
  /* 40px de alto para coincidir exactamente con el selector de idiomas */
  font-size: 0.75rem;
  /* 12px para mayor legibilidad */
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  border-radius: 9999px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s var(--ease);

  /* Normal: Amarillo/Dorado relleno con texto negro */
  background-color: var(--gold);
  border: 1.5px solid var(--gold);
  color: #000000;
}

.btn-book-now-header:hover {
  /* Hover: Amarillo/Dorado pero solo con bordes, fondo transparente */
  background-color: transparent;
  color: var(--gold);
  border-color: var(--gold);
  box-shadow: 0 0 16px rgba(169, 144, 71, 0.3);
}

@media (max-width: 767px) {
  .btn-book-now-header {
    padding: 0 1.25rem;
    height: 2.25rem;
    /* 36px de alto en móvil */
    font-size: 0.6875rem;
  }
}

@media (max-width: 1023px) {
  .funnel-brand-block {
    margin-top: auto !important;
  }
}

@media (max-width: 1023px) {

  .field input,
  .field select,
  .field textarea {
    transition: none !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
  }
}

/* ══════════════════════════════════════════════════════════════════ */
/* 🚀 FASE 2: OPTIMIZACIÓN DE RENDIMIENTO GPU EN MÓVILES (< 768px)  */
/* ══════════════════════════════════════════════════════════════════ */
@media (max-width: 767px) {
  /* 1. Sustituir backdrop-blur pesados por fondos oscuros planos super rápidos */
  .backdrop-blur-2xl,
  .backdrop-blur-xl,
  .backdrop-blur-lg,
  .backdrop-blur-md,
  .backdrop-blur-sm,
  .backdrop-blur {
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
  }

  /* 2. Optimizar capas de ruido SVG y mezclas complejas */
  .bg-noise {
    mix-blend-mode: normal !important;
    opacity: 0.03 !important;
  }

  /* 3. Aceleración por hardware GPU estricta en capas de scroll/animación */
  .screen,
  .feature-card,
  .embla__slide,
  .reviews-section-trigger,
  .hero-media,
  .instagram-float-btn {
    transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
  }

  /* 4. Optimizar pseudo-elementos con filtros de desenfoque pesado */
  .premium-text-shadow-bg::before {
    filter: none !important;
    background: rgba(0, 0, 0, 0.75) !important;
  }

  /* 5. CRÍTICO: Eliminar backdrop-filter de las tarjetas del carrusel
        → 12 tarjetas × blur(14px) = colapso GPU en Safari/Chrome móvil
        → Instagram WebView los silencia automáticamente; nosotros hacemos lo mismo */
  .feature-card {
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    background: rgba(18, 18, 20, 0.92) !important;
  }

  /* 6. CRÍTICO: Eliminar el filter:blur(140px) en ambient-light
        → Un radial gradient de 600×600px con blur=140px destruye el compositor en móvil */
  .ambient-light-container .ambient-light {
    filter: none !important;
    opacity: 0 !important;
  }

  /* 7. CRÍTICO: Eliminar el filter:blur(25px) en premium-text-shadow-bg::before
        → Present en ProcessSection Y AboutReviewsSection simultáneamente */
  .premium-text-shadow-bg::before {
    filter: none !important;
  }
}

/* ═══ ANIMACIÓN PREMIUM PARA FONDOS DIVIDIDOS (LISBOA/AARHUS) ═══ */

/* Imagen de fondo por defecto: escala sutil, blanco y negro con buen contraste y GPU-accelerated */
.premium-split-bg-img {
  filter: grayscale(100%) contrast(1.15) brightness(0.8);
  animation: premium-gallery-reduction 18s ease-in-out infinite alternate;
  transform: scale(1.12) translateZ(0);
  backface-visibility: hidden;
  transition:
    filter 1.2s cubic-bezier(0.16, 1, 0.3, 1),
    transform 1.2s cubic-bezier(0.16, 1, 0.3, 1),
    brightness 1.2s cubic-bezier(0.16, 1, 0.3, 1);
  will-change: transform;
}

/* Imagen específica de Realismo con desplazamiento (Lisboa) */
.premium-realism-cover {
  height: 108% !important;
  top: -8% !important;
}

/* Animación de reducción continua lenta (zoom-out sutil) */
@keyframes premium-gallery-reduction {
  0% {
    transform: scale(1.12) translateZ(0);
  }

  100% {
    transform: scale(1.0) translateZ(0);
  }
}

/* Hover: Transición fluida a color completo, pausar respiración y zoom suave */
.group:hover .premium-split-bg-img {
  filter: grayscale(0%) contrast(1.05) brightness(1.05);
  transform: scale(1.06) translateZ(0) !important;
  animation-play-state: paused;
}

/* Ajustes especiales para tablets y pantallas reducidas (max-width: 1023px) */
@media (max-width: 1023px) {
  .premium-realism-cover {
    height: 100% !important;
    top: 0% !important;
  }
}

/* Ajustes especiales para móviles (max-width: 767px) */
@media (max-width: 767px) {
  .premium-realism-cover {
    height: 100% !important;
    top: 0% !important;
  }
}

/* Override for About Me background image on desktop */
@media (min-width: 1024px) {
  .about-bg-img {
    height: 100% !important;
    top: 0 !important;
  }
}

/* Custom Scrollbar styling (transparent track) */
::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

::-webkit-scrollbar-track {
  background: transparent !important;
}

::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.25) !important;
  border-radius: 4px;
}

html {
  scrollbar-color: rgba(255, 255, 255, 0.25) transparent !important;
}

/* Adjust page-dots placement to align right next to the scrollbar */
.page-dots {
  right: 14px !important;
}

/* Scroll-triggered Entrance Animations */
.animate-fade-image {
  opacity: 0;
  transition: opacity 1.2s cubic-bezier(0.16, 1, 0.3, 1);
  will-change: opacity;
}

.reviews-section-trigger.is-visible .animate-fade-image {
  opacity: 1;
}

/* Slide-in from Left (Sobre Mí) */
.animate-slide-left-capsule {
  opacity: 0;
  transform: translateX(-70px);
  transition: opacity 1.2s cubic-bezier(0.16, 1, 0.3, 1) 0.1s, transform 1.2s cubic-bezier(0.16, 1, 0.3, 1) 0.1s;
  will-change: opacity, transform;
}

.reviews-section-trigger.is-visible .animate-slide-left-capsule {
  opacity: 0.8;
  transform: translateX(0);
}

.animate-slide-left-title {
  opacity: 0;
  transform: translateX(-70px);
  transition: opacity 1.2s cubic-bezier(0.16, 1, 0.3, 1) 0.25s, transform 1.2s cubic-bezier(0.16, 1, 0.3, 1) 0.25s;
  will-change: opacity, transform;
}

.reviews-section-trigger.is-visible .animate-slide-left-title {
  opacity: 1;
  transform: translateX(0);
}

/* Slide-in from Right (Mi Proceso) */
.animate-slide-right-capsule {
  opacity: 0;
  transform: translateX(70px);
  transition: opacity 1.2s cubic-bezier(0.16, 1, 0.3, 1) 0.1s, transform 1.2s cubic-bezier(0.16, 1, 0.3, 1) 0.1s;
  will-change: opacity, transform;
}

.reviews-section-trigger.is-visible .animate-slide-right-capsule {
  opacity: 0.8;
  transform: translateX(0);
}

.animate-slide-right-title {
  opacity: 0;
  transform: translateX(70px);
  transition: opacity 1.2s cubic-bezier(0.16, 1, 0.3, 1) 0.25s, transform 1.2s cubic-bezier(0.16, 1, 0.3, 1) 0.25s;
  will-change: opacity, transform;
}

.reviews-section-trigger.is-visible .animate-slide-right-title {
  opacity: 1;
  transform: translateX(0);
}

/* Fade-in for Description Paragraphs */
.animate-fade-desc {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 1.2s cubic-bezier(0.16, 1, 0.3, 1) 0.4s, transform 1.2s cubic-bezier(0.16, 1, 0.3, 1) 0.4s;
  will-change: opacity, transform;
}

.reviews-section-trigger.is-visible .animate-fade-desc {
  opacity: 1;
  transform: translateY(0);
}

/* Highly diffused shadow background for text legibility over background images */
.premium-text-shadow-bg {
  position: relative;
}

.premium-text-shadow-bg::before {
  content: '';
  position: absolute;
  inset: -60px -80px;
  z-index: -1;
  background: radial-gradient(circle at center,
      rgba(0, 0, 0, 0.75) 0%,
      rgba(0, 0, 0, 0.45) 50%,
      rgba(0, 0, 0, 0) 100%);
  pointer-events: none;
  filter: blur(25px);
  opacity: 0.95;
}