/* Trement IA - Main Stylesheet */
/* Extracted from inline styles for cacheability */
/* Generated: 2026-02-08 */

/* === Block from line 1872 === */
/* === PRELOADER BASE === */
#TRM-preloader {
  position: fixed;
  top: 0; left: 0; width: 100%; height: 100%;
  background: linear-gradient(135deg, #0a0015 0%, #1a0a2e 25%, #16082a 50%, #0d0518 75%, #0a0015 100%);
  display: flex; align-items: center; justify-content: center;
  z-index: 2000;
  overflow: hidden;
  isolation: isolate;
}

/* === NEBULOSA MORADA === */
.TRM-nebula {
  position: absolute;
  inset: 0;
  background: 
    radial-gradient(ellipse 120% 80% at 30% 50%, rgba(168, 85, 247, 0.35) 0%, transparent 60%),
    radial-gradient(ellipse 100% 70% at 65% 40%, rgba(147, 51, 234, 0.28) 0%, transparent 55%),
    radial-gradient(ellipse 90% 100% at 50% 60%, rgba(236, 72, 153, 0.25) 0%, transparent 50%),
    radial-gradient(ellipse 110% 60% at 20% 30%, rgba(139, 92, 246, 0.3) 0%, transparent 55%),
    radial-gradient(ellipse 80% 90% at 75% 65%, rgba(192, 132, 252, 0.22) 0%, transparent 50%),
    radial-gradient(ellipse 95% 75% at 40% 25%, rgba(167, 139, 250, 0.26) 0%, transparent 52%),
    radial-gradient(ellipse 70% 85% at 15% 70%, rgba(196, 181, 253, 0.2) 0%, transparent 48%),
    radial-gradient(ellipse 100% 65% at 80% 20%, rgba(124, 58, 237, 0.24) 0%, transparent 53%),
    radial-gradient(circle at 50% 50%, rgba(99, 102, 241, 0.15) 0%, transparent 70%);
  filter: blur(80px);
  animation: TRM-nebulaFlow 25s ease-in-out infinite;
  opacity: 1;
  mix-blend-mode: screen;
}

@keyframes TRM-nebulaFlow {
  0%, 100% { 
    transform: scale(1) rotate(0deg);
    filter: blur(80px) hue-rotate(0deg) saturate(1.2);
  }
  25% { 
    transform: scale(1.08) rotate(2deg);
    filter: blur(90px) hue-rotate(15deg) saturate(1.4);
  }
  50% { 
    transform: scale(0.95) rotate(-1deg);
    filter: blur(75px) hue-rotate(-10deg) saturate(1.3);
  }
  75% { 
    transform: scale(1.05) rotate(1.5deg);
    filter: blur(85px) hue-rotate(20deg) saturate(1.5);
  }
}

/* === SEGUNDA CAPA NEBULOSA === */
.TRM-nebula-layer2 {
  position: absolute;
  inset: 0;
  background: 
    radial-gradient(ellipse 140% 90% at 50% 50%, rgba(79, 70, 229, 0.18) 0%, transparent 65%),
    radial-gradient(ellipse 85% 110% at 25% 35%, rgba(244, 114, 182, 0.15) 0%, transparent 55%),
    radial-gradient(ellipse 95% 75% at 70% 70%, rgba(167, 139, 250, 0.16) 0%, transparent 50%);
  filter: blur(100px);
  animation: TRM-nebulaFlow2 30s ease-in-out infinite reverse;
  opacity: 0.9;
  mix-blend-mode: screen;
}

@keyframes TRM-nebulaFlow2 {
  0%, 100% { 
    transform: scale(1) rotate(0deg);
    filter: blur(100px) hue-rotate(0deg);
  }
  33% { 
    transform: scale(1.06) rotate(-1.5deg);
    filter: blur(110px) hue-rotate(-12deg);
  }
  66% { 
    transform: scale(0.98) rotate(1deg);
    filter: blur(95px) hue-rotate(8deg);
  }
}

/* === ESTRELLAS ESTÁTICAS === */
.TRM-stars {
  position: absolute;
  inset: 0;
  background-image: 
    radial-gradient(2px 2px at 10% 20%, rgba(255,255,255,0.9), transparent),
    radial-gradient(1.5px 1.5px at 25% 15%, rgba(255,255,255,0.7), transparent),
    radial-gradient(2px 2px at 40% 80%, rgba(255,255,255,0.85), transparent),
    radial-gradient(1px 1px at 55% 45%, rgba(255,255,255,0.6), transparent),
    radial-gradient(2px 2px at 70% 25%, rgba(255,255,255,0.8), transparent),
    radial-gradient(1.5px 1.5px at 85% 60%, rgba(255,255,255,0.75), transparent),
    radial-gradient(1px 1px at 15% 70%, rgba(255,255,255,0.65), transparent),
    radial-gradient(2px 2px at 92% 85%, rgba(255,255,255,0.9), transparent),
    radial-gradient(1px 1px at 35% 35%, rgba(255,255,255,0.6), transparent),
    radial-gradient(2px 2px at 60% 10%, rgba(255,255,255,0.85), transparent),
    radial-gradient(1.5px 1.5px at 78% 90%, rgba(255,255,255,0.7), transparent),
    radial-gradient(1px 1px at 5% 55%, rgba(255,255,255,0.65), transparent),
    radial-gradient(1px 1px at 48% 62%, rgba(255,255,255,0.6), transparent),
    radial-gradient(2px 2px at 88% 15%, rgba(255,255,255,0.8), transparent),
    radial-gradient(1px 1px at 22% 88%, rgba(255,255,255,0.65), transparent),
    radial-gradient(1.5px 1.5px at 65% 72%, rgba(255,255,255,0.7), transparent),
    radial-gradient(1px 1px at 95% 40%, rgba(255,255,255,0.6), transparent),
    radial-gradient(2px 2px at 8% 35%, rgba(255,255,255,0.85), transparent),
    radial-gradient(1px 1px at 50% 55%, rgba(196, 181, 253, 0.8), transparent),
    radial-gradient(1.5px 1.5px at 18% 42%, rgba(192, 132, 252, 0.7), transparent),
    radial-gradient(1px 1px at 82% 78%, rgba(167, 139, 250, 0.6), transparent);
  animation: TRM-twinkle 3s ease-in-out infinite;
  z-index: 5;
}

@keyframes TRM-twinkle {
  0%, 100% { opacity: 0.8; }
  50% { opacity: 1; }
}

/* === CONTENIDO === */
.TRM-preloader-content {
  position: relative;
  display: flex;
  align-items: center;
  gap: 12px;
  z-index: 10;
  animation: TRM-fadeIn 1.2s ease forwards;
}

.TRM-preloader-logo {
  width: 200px;
  filter: drop-shadow(0 0 30px rgba(147, 51, 234, 0.3));
  animation: TRM-logoPulse 2.5s ease-in-out infinite;
}

.TRM-ia-glow {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', system-ui, sans-serif;
  margin-top: 5px;
  margin-left: -12px;
  font-weight: 700;
  font-size: 1.8rem;
  color: #ffffff;
  text-shadow: 0 0 20px rgba(147, 51, 234, 0.4);
  animation: TRM-iaGlow 2s ease-in-out infinite alternate;
}

/* === ANIMACIONES === */
@keyframes TRM-fadeIn {
  from { 
    opacity: 0; 
    transform: scale(0.9) translateY(10px); 
  }
  to { 
    opacity: 1; 
    transform: scale(1) translateY(0); 
  }
}

@keyframes TRM-logoPulse {
  0%, 100% { 
    filter: drop-shadow(0 0 20px rgba(147, 51, 234, 0.2));
    transform: scale(1);
  }
  50% { 
    filter: drop-shadow(0 0 35px rgba(147, 51, 234, 0.4));
    transform: scale(1.02);
  }
}

@keyframes TRM-iaGlow {
  0% { 
    text-shadow: 0 0 15px rgba(147, 51, 234, 0.3);
  }
  100% { 
    text-shadow: 0 0 25px rgba(168, 85, 247, 0.5);
  }
}

@keyframes TRM-fadeOut {
  to { 
    opacity: 0; 
    transform: scale(1.05);
    filter: blur(10px);
  }
}

/* === SALIDA === */
.TRM-fade-out {
  animation: TRM-fadeOut 0.8s ease forwards;
}

.TRM-fade-out .TRM-nebula,
.TRM-fade-out .TRM-nebula-layer2,
.TRM-fade-out .TRM-stars {
  animation: TRM-fadeOut 0.8s ease forwards;
}

/* === Block from line 2139 === */
/* === NAVBAR TREMENT IA === */
.navbar-trement {
  position: fixed;
  top: 0; left: 0; width: 100%;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid #e5e5e5;
  z-index: 1000;
}
.navbar-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 12px 6%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #171717;
  font-weight: 100;
}
.navbar-brand img {
  height: 48px;
  width: auto;
  object-fit: contain;
  transition: transform .4s ease;
  filter: brightness(0) saturate(100%);
}
.navbar-brand img:hover {
  transform: scale(1.05);
}

/* === LINKS GENERALES === */
.navbar-links {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.navbar-links a {
  text-decoration: none;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.05em;
  transition: all .3s ease;
  border-radius: 8px;
}

/* === BOTONES BASE === */
.btn-link {
  color: #171717;
  padding: 8px 12px;
}
.btn-link:hover {
  color: #404040;
  background: #f5f5f5;
}

/* === BOTÓN DE PRECIOS === */
.btn-precios {
  background: #171717;
  color: #fff;
  padding: 10px 18px;
  border-radius: 8px;
  font-weight: 600;
  box-shadow: none;
  transition: all .3s ease;
}
.btn-precios:hover {
  background: #404040;
  transform: translateY(-2px);
}

/* === LOGIN Y REGISTRO === */
.btn-login {
  padding: 10px 18px;
  background: transparent;
  color: #171717;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  font-weight: 600;
  transition: all .3s ease;
}
.btn-login:hover {
  background: #f5f5f5;
  border-color: #d4d4d4;
}

.btn-register {
  padding: 10px 22px;
  background: #171717;
  color: #fff;
  border-radius: 8px;
  font-weight: 600;
  box-shadow: none;
  transition: all .3s ease;
}
.btn-register:hover {
  transform: translateY(-2px);
  background: #404040;
}

/* === TRANSLATE BUTTON === */
.translate-btn {
  display: flex;
  align-items: center;
  gap: 6px;
  background: transparent;
  border: 1px solid #e5e5e5;
  color: #171717;
  padding: 8px 12px;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s ease;
  font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',system-ui,sans-serif;
  font-size: 12px;
  font-weight: 600;
}

.translate-btn:hover {
  background: #f5f5f5;
  border-color: #d4d4d4;
}

.translate-icon {
  transition: transform 0.3s ease;
}

.translate-btn:hover .translate-icon {
  transform: scale(1.1);
}

.translate-text {
  font-size: 11px;
  letter-spacing: 0.5px;
}

/* === HAMBURGER MENU === */
.hamburger-btn {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
  border-radius: 6px;
  transition: all 0.3s ease;
}

.hamburger-btn:hover {
  background: #f5f5f5;
}

.hamburger-icon {
  transition: all 0.3s ease;
}

.hamburger-icon .line {
  transform-origin: center;
  transition: all 0.3s ease;
}

/* Animación cuando está activo */
.hamburger-btn.active .line1 {
  transform: rotate(45deg) translate(5px, 5px);
}

.hamburger-btn.active .line2 {
  opacity: 0;
}

.hamburger-btn.active .line3 {
  transform: rotate(-45deg) translate(7px, -6px);
}

/* === RESPONSIVE === */
@media(max-width: 850px) {
  .hamburger-btn {
    display: block;
  }
  
  .navbar-links {
    position: fixed;
    top: 100%;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(20px);
    border-top: 1px solid #e5e5e5;
    flex-direction: column;
    padding: 30px 20px;
    gap: 18px;
    transform: translateY(-100%);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    max-width: 100vw;
    overflow-x: hidden;
  }
  
  .navbar-links.active {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }
  
  .navbar-links a {
    width: calc(100% - 40px);
    max-width: 280px;
    margin: 0 auto;
    text-align: center;
    padding: 14px 16px;
    border-radius: 10px;
    display: block;
  }
  
  .btn-login, .btn-register {
    padding: 14px 24px;
    font-size: 15px;
    font-weight: 600;
    margin: 8px auto;
    width: calc(100% - 60px);
    max-width: 240px;
  }
  
  .translate-btn {
    width: auto;
    max-width: 120px;
    margin: 8px auto;
    justify-content: center;
  }
}

/* === Block from line 2430 === */
/* === Hero base === */
.hero-trement-ia {
  position: relative;
  min-height: 100vh;
  background: #fff;
  color: #171717;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8rem 6%;
}
#trementParticles {
  display: none;
}
.hero-content {
  z-index: 1;
  margin-top:-8%;
  max-width: 1300px;
  width: 100%;
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  align-items: center;
  gap: 4rem;
}
@media (max-width: 950px) {
  .hero-content { grid-template-columns: 1fr; text-align: center; }
}

/* Ocultar teléfono en móviles */
@media (max-width: 768px) {
  .hero-phone {
    display: none !important;
  }
  
  /* Centrar botón en móviles */
  .hero-buttons {
    justify-content: center;
  }
}

/* === Texto === */
.hero-text h1 {
  font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',system-ui,sans-serif;
  font-size: clamp(40px, 5vw, 68px);
  font-weight: 400;
  line-height: 1.1;
  margin-bottom: 16px;
  color: #171717;
  letter-spacing: -0.03em;
}
.hero-text .hero-gray {
  color: #a3a3a3;
}
.hero-text .neon {
  color: #171717;
}
.hero-text p {
  font-size: 13px;
  color: #737373;
  line-height: 1.6;
  margin-bottom: 36px;
  max-width: 560px;
}

/* === Botones === */
.hero-buttons { display: flex; gap: 18px; flex-wrap: wrap; }
.btn-gradient {
  background: #171717;
  color: #fff;
  padding: 12px 28px;
  border-radius: 8px;
  font-weight: 600;
  text-decoration: none;
  box-shadow: none;
  transition: all .3s ease;
}
.btn-gradient:hover {
  background: #404040;
  transform: translateY(-2px);
}
.btn-outline {
  border: 1px solid #e5e5e5;
  color: #171717;
  padding: 12px 28px;
  border-radius: 8px;
  font-weight: 500;
  text-decoration: none;
  transition: all .3s ease;
}
.btn-outline:hover {
  background: #f5f5f5;
  transform: translateY(-2px);
}

/* === iPhone + Glow === */
.hero-phone {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.IAH-glow {
  position: absolute;
  width: 380px;
  height: 380px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255,112,40,0.3), rgba(240,90,20,0.1) 60%, transparent 100%);
  filter: blur(50px);
  animation: glowPulse 6s ease-in-out infinite alternate;
  z-index: 0;
}
@keyframes glowPulse {
  from { transform: scale(0.9); opacity: 0.6; }
  to { transform: scale(1.1); opacity: 1; }
}

/* === iPhone 17 — Naranja Desert Titanium === */
.IAH-iphone {
  position: relative;
  z-index: 2;
  width: min(320px, 85vw);
  aspect-ratio: 9 / 19.5;
  perspective: 1200px;
}
.IAH-iphone__inner {
  position: absolute;
  inset: 0;
  transform-style: preserve-3d;
  transform: rotateY(180deg);
  will-change: transform;
}
.IAH-iphone__inner.IAH-flip {
  animation: iahFlip 1.4s cubic-bezier(0.4, 0.0, 0.2, 1) forwards;
}
@keyframes iahFlip {
  from { transform: rotateY(180deg); }
  to { transform: rotateY(0deg); }
}
.IAH-iphone__bezel {
  position: relative;
  width: 100%;
  height: 100%;
  margin-top: 30%;
  backface-visibility: hidden;
  background: linear-gradient(155deg, #FF8C42 0%, #FF7028 18%, #F06520 40%, #FF7A35 55%, #E85D1A 72%, #FF7028 88%, #F06520 100%);
  border-radius: 44px;
  border: 1.2px solid rgba(255,255,255,0.2);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.4),
    inset 0 -1px 0 rgba(0,0,0,0.12),
    inset 1px 0 0 rgba(255,255,255,0.1),
    inset -1px 0 0 rgba(0,0,0,0.06),
    0 2px 8px rgba(0,0,0,0.18),
    0 15px 50px rgba(240,100,30,0.3),
    0 4px 16px rgba(255,112,40,0.15);
  overflow: visible;
}
/* Reflejo sutil en el borde del titanio */
.IAH-iphone__bezel::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 44px;
  background: linear-gradient(170deg, rgba(255,255,255,0.18) 0%, transparent 35%, transparent 65%, rgba(255,255,255,0.06) 100%);
  pointer-events: none;
  z-index: 1;
}
/* Marco interior negro (la pantalla real del iPhone tiene un borde negro fino) */
.IAH-iphone__bezel::after {
  content: '';
  position: absolute;
  inset: 7px;
  border-radius: 38px;
  background: #000;
  z-index: 2;
}

/* Dynamic Island */
.IAH-iphone__island {
  position: absolute;
  top: 16px;
  left: 50%;
  transform: translateX(-50%);
  width: 38%;
  height: 26px;
  border-radius: 20px;
  background: #0a0a0a;
  z-index: 10;
  box-shadow: 0 0 0 1px rgba(255,255,255,0.05) inset;
}
/* Cámara frontal dentro de la Dynamic Island */
.IAH-iphone__island-cam {
  position: absolute;
  right: 16%;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 35%, #1a2030 0%, #0a0e18 50%, #050810 100%);
  box-shadow:
    0 0 0 1.5px #1a1e28,
    0 0 0 2.5px rgba(60,60,80,0.4),
    inset 0 0 2px rgba(100,140,255,0.15);
}

/* Botones laterales físicos */
.IAH-iphone__btn-silent {
  position: absolute;
  left: -3px;
  top: calc(30% + 68px);
  width: 3.5px;
  height: 18px;
  border-radius: 2px 0 0 2px;
  background: linear-gradient(180deg, #FF8C42, #E85D1A);
  box-shadow: -1px 0 3px rgba(0,0,0,0.25);
  z-index: 5;
}
.IAH-iphone__btn-volup {
  position: absolute;
  left: -3px;
  top: calc(30% + 102px);
  width: 3.5px;
  height: 34px;
  border-radius: 2px 0 0 2px;
  background: linear-gradient(180deg, #FF8C42, #E85D1A);
  box-shadow: -1px 0 3px rgba(0,0,0,0.25);
  z-index: 5;
}
.IAH-iphone__btn-voldown {
  position: absolute;
  left: -3px;
  top: calc(30% + 146px);
  width: 3.5px;
  height: 34px;
  border-radius: 2px 0 0 2px;
  background: linear-gradient(180deg, #FF8C42, #E85D1A);
  box-shadow: -1px 0 3px rgba(0,0,0,0.25);
  z-index: 5;
}
.IAH-iphone__btn-power {
  position: absolute;
  right: -3px;
  top: calc(30% + 112px);
  width: 3.5px;
  height: 52px;
  border-radius: 0 2px 2px 0;
  background: linear-gradient(180deg, #FF8C42, #E85D1A);
  box-shadow: 1px 0 3px rgba(0,0,0,0.25);
  z-index: 5;
}

/* ================================================================
   Cara trasera iPhone 17 Pro Max — Cosmic Orange — Plateau Camera
   ================================================================ */
.IAH-iphone__back {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  margin-top: 30%;
  backface-visibility: hidden;
  transform: rotateY(180deg);
  border-radius: 44px;
  border: 1.2px solid rgba(255,255,255,0.18);
  overflow: hidden;
  /* Cosmic Orange — mismos tonos vibrantes que el bezel frontal */
  background: linear-gradient(168deg,
    #FF9045 0%, #FF7B30 14%, #F06A22 32%,
    #FF7830 52%, #EB6020 70%, #F06A22 88%, #FF7830 100%);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.3),
    inset 0 -1px 0 rgba(0,0,0,0.08),
    0 2px 8px rgba(0,0,0,0.18),
    0 15px 50px rgba(240,100,30,0.3);
}
/* Reflejo sutil — efecto aluminio cepillado */
.IAH-iphone__back::before {
  content: '';
  position: absolute; inset: 0;
  border-radius: 44px;
  background: linear-gradient(165deg,
    rgba(255,255,255,0.22) 0%, rgba(255,255,255,0.05) 20%,
    transparent 45%, transparent 65%,
    rgba(255,255,255,0.04) 85%, rgba(255,255,255,0.08) 100%);
  pointer-events: none; z-index: 1;
}

/* === Plateau: barra horizontal aluminio parte superior === */
.IAH-iphone__back-plateau {
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 22%;
  border-radius: 44px 44px 0 0;
  /* Aluminio forjado — ligeramente más oscuro que el vidrio */
  background: linear-gradient(180deg, #F07028 0%, #E56220 45%, #DA5A1C 100%);
  box-shadow:
    0 3px 12px rgba(0,0,0,0.22),
    0 1px 0 rgba(255,255,255,0.05),
    inset 0 1px 0 rgba(255,255,255,0.15),
    inset 0 -1px 3px rgba(0,0,0,0.1);
  z-index: 3;
}
/* Borde inferior plateau — transición aluminio → vidrio */
.IAH-iphone__back-plateau::after {
  content: '';
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 2px;
  background: linear-gradient(90deg,
    rgba(0,0,0,0.08), rgba(0,0,0,0.14) 25%,
    rgba(0,0,0,0.16) 50%,
    rgba(0,0,0,0.14) 75%, rgba(0,0,0,0.08));
  box-shadow: 0 1px 0 rgba(255,255,255,0.06);
}

/* Ceramic Shield — zona vidrio inferior */
.IAH-iphone__back-glass {
  position: absolute;
  top: 22%; left: 0; right: 0; bottom: 0;
  background: linear-gradient(180deg,
    rgba(255,255,255,0.0) 0%,
    rgba(255,255,255,0.03) 3%,
    rgba(255,255,255,0.0) 25%,
    rgba(255,255,255,0.02) 100%);
  pointer-events: none; z-index: 2;
}

/* =====================================================
   Lentes de cámara Pro Fusion — triángulo top-left
   Proporciones reales: lente ~15mm en teléfono de 78mm
   Escala: 320px ancho mockup → lente ~34px
   Plateau 22% de ~485px visible = ~107px
   ===================================================== */
.IAH-iphone__back-lens {
  position: absolute;
  width: 34px; height: 34px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 42% 36%, #323a4e 0%, #1a2038 28%, #0c1020 52%, #060a14 100%);
  box-shadow:
    0 0 0 2.5px #0c0f16,
    0 0 0 4px #55585f,
    0 0 0 5px #6e7078,
    0 0 0 5.5px rgba(255,255,255,0.12),
    0 0 0 6.5px rgba(0,0,0,0.4),
    inset 0 2px 6px rgba(50,90,200,0.1),
    inset 0 -2px 5px rgba(0,0,0,0.6);
  z-index: 5;
}
/* Reflejo de luz en el cristal (highlight) */
.IAH-iphone__back-lens::before {
  content: '';
  position: absolute;
  top: 10%; left: 16%;
  width: 38%; height: 26%;
  border-radius: 50%;
  background: linear-gradient(160deg, rgba(255,255,255,0.18), rgba(255,255,255,0.04));
  filter: blur(0.8px);
}
/* Círculo interior — coating óptico con reflejo verde/violeta */
.IAH-iphone__back-lens::after {
  content: '';
  position: absolute;
  top: 20%; left: 20%;
  width: 60%; height: 60%;
  border-radius: 50%;
  border: 0.8px solid rgba(100,130,220,0.06);
  background: radial-gradient(circle at 45% 42%,
    rgba(80,60,180,0.04) 0%, transparent 50%, rgba(40,120,80,0.03) 80%, transparent 100%);
}

/* — Posiciones: triángulo en esquina superior izquierda del plateau —
   Gap real entre centros ~18mm → ~74px a escala.
   Centros: L1(42,35) L2(104,35) L3(73,75)                        */
.IAH-iphone__back-lens:nth-child(1) { top: 18px; left: 25px; }
.IAH-iphone__back-lens:nth-child(2) { top: 18px; left: 87px; }
.IAH-iphone__back-lens:nth-child(3) { top: 58px; left: 56px; }

/* Flash LED True Tone — entre las 2 superiores, ligeramente arriba */
.IAH-iphone__back-flash {
  position: absolute;
  top: 22px; left: 72px;
  width: 9px; height: 9px;
  border-radius: 50%;
  background: radial-gradient(circle at 42% 38%,
    #fffae8 0%, #ffe490 25%, #e0c46a 55%, #b89848 100%);
  box-shadow:
    0 0 3px rgba(255,240,180,0.35),
    0 0 0 1.2px rgba(200,170,90,0.25);
  z-index: 5;
}
/* Micrófono — agujero pequeño arriba a la derecha del módulo */
.IAH-iphone__back-mic {
  position: absolute;
  top: 48px; left: 130px;
  width: 3px; height: 3px;
  border-radius: 50%;
  background: #1a1a1a;
  box-shadow: inset 0 0 1px rgba(0,0,0,0.9);
  z-index: 5;
}
/* LiDAR scanner — a la derecha de la lente inferior */
.IAH-iphone__back-lidar {
  position: absolute;
  top: 66px; left: 104px;
  width: 7px; height: 7px;
  border-radius: 50%;
  background: radial-gradient(circle, #080808 50%, #181818 100%);
  box-shadow:
    0 0 0 1.5px rgba(255,255,255,0.05),
    inset 0 0 2px rgba(0,0,0,0.9);
  z-index: 5;
}

/* Apple logo — centrado en zona de vidrio */
.IAH-iphone__back-logo {
  position: absolute;
  top: 52%; left: 50%;
  transform: translate(-50%, -50%);
  width: 30px; height: 36px;
  z-index: 4;
}
/* Texto "iPhone" — parte inferior */
.IAH-iphone__back-text {
  position: absolute;
  bottom: 24px; left: 50%;
  transform: translateX(-50%);
  font-family: -apple-system, 'Helvetica Neue', sans-serif;
  font-size: 7.5px;
  letter-spacing: 2.5px;
  color: rgba(255,255,255,0.09);
  font-weight: 300;
  z-index: 4;
}

/* Pantalla */
.IAH-iphone__screen {
  position: absolute;
  inset: 10px;
  border-radius: 36px;
  overflow: hidden;
  background: #0B141A;
  display: grid;
  grid-template-rows: auto auto 1fr auto;
  z-index: 3;
}

/* Barra de estado iOS (hora, señal, batería) */
.IAH-iphone__statusbar {
  height: 44px;
  background: #1F2C34;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding: 0 20px 4px;
  font-size: 11px;
  font-weight: 600;
  color: #e9edef;
  z-index: 11;
}
.IAH-iphone__statusbar-time {
  font-size: 12px;
  font-weight: 700;
}
.IAH-iphone__statusbar-icons {
  display: flex;
  align-items: center;
  gap: 4px;
}
.IAH-iphone__statusbar-icons svg {
  opacity: 0.9;
}

/* Sombra debajo del teléfono */
.IAH-iphone__shadow {
  position: absolute;
  left: 5%;
  right: 5%;
  bottom: -18px;
  height: 28px;
  border-radius: 50%;
  background: radial-gradient(50% 70% at 50% 50%, rgba(240,100,30,0.3), transparent 70%);
  filter: blur(10px);
}

/* === WhatsApp Splash Screen === */
.IAH-wa__splash {
  position: absolute;
  inset: 0;
  z-index: 50;
  background: #111B21;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 36px;
  transition: opacity 0.6s ease;
}
.IAH-wa__splash.hide {
  opacity: 0;
  pointer-events: none;
}
.IAH-wa__splash-center {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.IAH-wa__splash-icon {
  width: 52px;
  height: 52px;
  animation: iahSplashPulse 2s ease-in-out infinite;
}
@keyframes iahSplashPulse {
  0%, 100% { opacity: 0.8; transform: scale(1); }
  50% { opacity: 1; transform: scale(1.04); }
}


/* === WhatsApp Dark Mode === */
.IAH-wa__topbar{height:48px;background:#1F2C34;color:#e9edef;display:flex;align-items:center;justify-content:space-between;padding:0 10px;border-bottom:1px solid rgba(255,255,255,0.06);}
.IAH-wa__left{display:flex;align-items:center;gap:8px;}
.IAH-wa__back{color:#00A884;font-size:20px;font-weight:300;}
.IAH-wa__avatar{width:32px;height:32px;border-radius:50%;background:linear-gradient(135deg,#00A884,#005C4B);}
.IAH-wa__name{font-weight:600;font-size:13px;color:#e9edef;}
.IAH-wa__status{font-size:10.5px;color:#00A884;opacity:1;}
.IAH-wa__icons{display:flex;align-items:center;gap:2px;}
.IAH-wa__icons svg{fill:#AEBAC1;}
.IAH-wa__chat{background:#0B141A;padding:10px;overflow-y:auto;color:#e9edef;scroll-behavior:smooth;}
.IAH-wa__composer{background:#1F2C34;display:flex;align-items:center;gap:6px;padding:6px 8px;border-top:1px solid rgba(255,255,255,0.04);}
.IAH-wa__emoji{font-size:20px;opacity:0.5;flex-shrink:0;cursor:pointer;}
.IAH-wa__attach{opacity:0.5;flex-shrink:0;cursor:pointer;transform:rotate(45deg);}
.IAH-wa__input{background:#2A3942;color:#8696A0;border-radius:8px;padding:8px 12px;font-size:12.5px;border:none;flex:1;}
.IAH-wa__mic{opacity:0.5;flex-shrink:0;cursor:pointer;}
.IAH-wa__send{background:#00A884;color:#fff;border-radius:50%;width:34px;height:34px;display:grid;place-items:center;font-weight:700;flex-shrink:0;font-size:16px;}
.IAH-msg{max-width:80%;padding:6px 8px 4px;margin:3px 0;border-radius:8px;font-size:12.5px;line-height:1.4;position:relative;}
.IAH-msg--agent{background:#1F2C34;color:#e9edef;border-top-left-radius:0;}
.IAH-msg--user{background:#005C4B;color:#e9edef;align-self:flex-end;border-top-right-radius:0;}
.IAH-row{display:flex;flex-direction:column;}
.IAH-time{font-size:9.5px;color:rgba(233,237,239,0.45);margin-top:1px;text-align:right;}

/* Galería de fotos (miniaturas tipo WhatsApp) */
.IAH-gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  padding: 4px;
  justify-content: flex-start;
}

.IAH-thumb {
  width: 90px;
  height: 90px;
  border-radius: 8px;
  object-fit: cover;
  flex-shrink: 0;
  box-shadow: 0 1px 4px rgba(0,0,0,.4);
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.IAH-thumb:hover {
  transform: scale(1.05);
  opacity: 0.9;
}

/* Video bubble WhatsApp */
.IAH-video {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 6px 4px;
}
.IAH-video__icon {
  font-size: 18px;
  flex-shrink: 0;
}

/* Link bubble WhatsApp */
.IAH-link {
  color: #53BDEB;
  font-size: 12px;
  word-break: break-all;
  text-decoration: underline;
}

/* Typing indicator (3 dots) */
.IAH-typing {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 4px 2px;
}
.IAH-typing__dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #8696A0;
  animation: iahDotBounce 1.2s infinite ease-in-out;
}
.IAH-typing__dot:nth-child(2) { animation-delay: 0.15s; }
.IAH-typing__dot:nth-child(3) { animation-delay: 0.3s; }
@keyframes iahDotBounce {
  0%, 60%, 100% { transform: translateY(0); opacity: 0.4; }
  30% { transform: translateY(-5px); opacity: 1; }
}

/* Quick Reply buttons */
.IAH-quickreplies {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  padding: 4px 0 2px;
}
.IAH-quickreply {
  display: inline-block;
  background: transparent;
  border: 1.5px solid #25D366;
  color: #25D366;
  border-radius: 18px;
  padding: 5px 12px;
  font-size: 11.5px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
  white-space: nowrap;
}
.IAH-quickreply:hover {
  background: #25D366;
  color: #fff;
}
.IAH-quickreply--selected {
  background: #25D366;
  color: #fff;
  border-color: #25D366;
}

/* Document bubble */
.IAH-doc {
  display: flex;
  align-items: center;
  gap: 8px;
  background: #12262F;
  border-radius: 6px;
  padding: 8px 10px;
  border-left: 3px solid #00A884;
}
.IAH-doc__icon {
  font-size: 22px;
  flex-shrink: 0;
}
.IAH-doc__info {
  display: flex;
  flex-direction: column;
  gap: 1px;
  min-width: 0;
}
.IAH-doc__name {
  font-size: 11.5px;
  font-weight: 600;
  color: #e9edef;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.IAH-doc__size {
  font-size: 10px;
  color: #8696A0;
}

/* Audio bubble */
.IAH-audio {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 4px 2px;
  min-width: 140px;
}
.IAH-audio__btn {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #00A884;
  color: #0B141A;
  display: grid;
  place-items: center;
  font-size: 13px;
  flex-shrink: 0;
  cursor: pointer;
}
.IAH-audio__wave {
  flex: 1;
  height: 22px;
  display: flex;
  align-items: center;
  gap: 2px;
}
.IAH-audio__bar {
  width: 3px;
  border-radius: 2px;
  background: #00A884;
  opacity: 0.6;
  animation: iahAudioWave 1s ease-in-out infinite alternate;
}
.IAH-audio__bar:nth-child(1) { height: 6px; animation-delay: 0s; }
.IAH-audio__bar:nth-child(2) { height: 14px; animation-delay: 0.1s; }
.IAH-audio__bar:nth-child(3) { height: 8px; animation-delay: 0.2s; }
.IAH-audio__bar:nth-child(4) { height: 18px; animation-delay: 0.15s; }
.IAH-audio__bar:nth-child(5) { height: 10px; animation-delay: 0.25s; }
.IAH-audio__bar:nth-child(6) { height: 15px; animation-delay: 0.05s; }
.IAH-audio__bar:nth-child(7) { height: 7px; animation-delay: 0.3s; }
.IAH-audio__bar:nth-child(8) { height: 12px; animation-delay: 0.12s; }
.IAH-audio__bar:nth-child(9) { height: 5px; animation-delay: 0.2s; }
.IAH-audio__bar:nth-child(10) { height: 9px; animation-delay: 0.08s; }
@keyframes iahAudioWave {
  0% { transform: scaleY(0.5); }
  100% { transform: scaleY(1.3); }
}
.IAH-audio__dur {
  font-size: 10px;
  color: #8696A0;
  flex-shrink: 0;
  min-width: 28px;
  text-align: right;
}

/* Confirmation card */
.IAH-card {
  background: #f0f9f0;
  border-radius: 10px;
  padding: 10px 12px;
  border: 1px solid #d4edda;
  font-size: 12px;
}
.IAH-card__header {
  display: flex;
  align-items: center;
  gap: 6px;
  font-weight: 700;
  font-size: 13px;
  color: #0b5f0e;
  margin-bottom: 8px;
  padding-bottom: 6px;
  border-bottom: 1px solid #c3e6cb;
}
.IAH-card__row {
  display: flex;
  justify-content: space-between;
  padding: 2px 0;
  font-size: 11.5px;
}
.IAH-card__label {
  color: #666;
}
.IAH-card__value {
  font-weight: 600;
  color: #111;
}
.IAH-card__footer {
  margin-top: 6px;
  padding-top: 6px;
  border-top: 1px solid #c3e6cb;
  font-size: 10.5px;
  color: #0b5f0e;
  text-align: center;
  font-weight: 600;
}

/* User row alignment */
.IAH-row--user {
  align-items: flex-end;
}
.IAH-row--user .IAH-time {
  text-align: right;
}

/* === Block from line 2741 === */
/* ===== LAYOUT BASE ===== */
.IAH-hook{
  position: relative;
  height: 100vh;
  min-height: 580px;
  background: #fafafa;
  color: #171717;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  isolation: isolate;
}

/* Eliminamos gradientes arriba y abajo */
.IAH-hook::before,
.IAH-hook::after{ content:none; }

/* Partículas y glow */
#hookParticles{ display:none; }
.IAH-hook__glow{
  display:none;
}

/* Contenido (typewriter) */
.IAH-hook__content{
  position:relative;
  z-index:1;
  text-align:center;
  max-width: 1100px;
  padding: 0 20px;
}
.IAH-hook__title{
  margin:0;
  font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',system-ui,sans-serif;
  font-weight: 250;
  letter-spacing: -0.02em;
  font-size: clamp(56px, 12vw, 144px);
  line-height: 1.08;
  color: #171717;
  filter: none;
  display:inline;
  transition: opacity 0.4s ease;
}
.IAH-hook__cursor{
  display:inline-block;
  width: .12em; height: 1.1em;
  background: #171717;
  margin-left: .08em;
  transform: translateY(.15em);
  animation: blink .9s steps(1,end) infinite;
}
@keyframes blink{ 0%,49%{opacity:1} 50%,100%{opacity:0} }

/* Accesibilidad */
@media (prefers-reduced-motion: reduce){
  .IAH-hook__glow{ animation: none; }
}

/* === Block from line 3221 === */
/* === SECCIÓN PRUEBA GRATUITA === */
.trial-section {
  background: #0a0a0a;
  padding: 140px 20px;
  position: relative;
  overflow: hidden;
  border-top: none;
}

/* ── Mesh grid ── */
.trial-mesh {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.04) 1px, transparent 1px);
  background-size: 60px 60px;
  mask-image: radial-gradient(ellipse 70% 60% at 50% 50%, black 30%, transparent 100%);
  -webkit-mask-image: radial-gradient(ellipse 70% 60% at 50% 50%, black 30%, transparent 100%);
  animation: trialMeshDrift 20s linear infinite;
}
@keyframes trialMeshDrift {
  0%   { background-position: 0 0, 0 0; }
  100% { background-position: 60px 60px, 60px 60px; }
}

/* ── Floating orbs ── */
.trial-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  opacity: 0.15;
  pointer-events: none;
}
.trial-orb--1 {
  width: 500px; height: 500px;
  background: #ffffff;
  top: -10%; left: -8%;
  animation: trialFloat1 14s ease-in-out infinite;
}
.trial-orb--2 {
  width: 400px; height: 400px;
  background: #a3a3a3;
  bottom: -15%; right: -5%;
  animation: trialFloat2 18s ease-in-out infinite;
}
.trial-orb--3 {
  width: 300px; height: 300px;
  background: #d4d4d4;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  animation: trialFloat3 12s ease-in-out infinite;
}
@keyframes trialFloat1 {
  0%, 100% { transform: translate(0, 0); }
  50%      { transform: translate(40px, 30px); }
}
@keyframes trialFloat2 {
  0%, 100% { transform: translate(0, 0); }
  50%      { transform: translate(-30px, -40px); }
}
@keyframes trialFloat3 {
  0%, 100% { transform: translate(-50%, -50%) scale(1); }
  50%      { transform: translate(-50%, -50%) scale(1.3); }
}

.trial-section__container {
  max-width: 800px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.trial-section__content {
  text-align: center;
}

.trial-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 18px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 100px;
  font-size: 13px;
  color: #a3a3a3;
  margin-bottom: 36px;
  backdrop-filter: blur(8px);
}

.trial-badge-dot {
  width: 8px;
  height: 8px;
  background: #22c55e;
  border-radius: 50%;
  animation: trialPulse 2s infinite;
}

@keyframes trialPulse {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.4; }
}

.trial-section__title {
  font-size: clamp(34px, 5.5vw, 60px);
  font-weight: 400;
  font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',system-ui,sans-serif;
  color: #ffffff;
  line-height: 1.1;
  margin-bottom: 24px;
  letter-spacing: -0.03em;
}

.trial-title-highlight {
  color: #737373;
  -webkit-text-fill-color: unset;
  background: none;
}

.trial-section__subtitle {
  font-size: 17px;
  color: #737373;
  font-weight: 400;
  max-width: 520px;
  margin: 0 auto 44px;
  line-height: 1.65;
}

.trial-section__cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
}

.trial-section__btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #ffffff;
  color: #0a0a0a;
  padding: 16px 36px;
  border-radius: 10px;
  text-decoration: none;
  font-weight: 600;
  font-size: 16px;
  font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',system-ui,sans-serif;
  transition: all 0.25s ease;
  border: none;
  cursor: pointer;
}

.trial-section__btn:hover {
  transform: translateY(-3px);
  background: #f5f5f5;
  box-shadow: 0 12px 40px rgba(255, 255, 255, 0.12);
}

.trial-note {
  font-size: 13px;
  color: #525252;
}

/* === MODAL TRIAL === */
.trial-modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(4px);
  z-index: 10000;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px;
}

.trial-modal-overlay.active {
  display: flex;
}

.trial-modal {
  background: #ffffff;
  border-radius: 16px;
  width: 100%;
  max-width: 480px;
  max-height: 90vh;
  overflow: hidden;
  box-shadow: 0 24px 48px rgba(0, 0, 0, 0.2);
}

.trial-modal-header {
  padding: 24px 24px 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.trial-modal-progress {
  display: flex;
  gap: 8px;
}

.trial-progress-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #e5e5e5;
  transition: all 0.3s ease;
}

.trial-progress-dot.active {
  background: #171717;
  width: 24px;
  border-radius: 4px;
}

.trial-progress-dot.completed {
  background: #22c55e;
}

.trial-btn-close {
  width: 32px;
  height: 32px;
  border: none;
  background: #f5f5f5;
  border-radius: 8px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #737373;
  transition: all 0.15s ease;
}

.trial-btn-close:hover {
  background: #e5e5e5;
  color: #171717;
}

.trial-modal-body {
  padding: 32px 24px;
}

.trial-step {
  display: none;
}

.trial-step.active {
  display: block;
  animation: trialFadeIn 0.3s ease;
}

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

.trial-step-title {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 8px;
  letter-spacing: -0.5px;
  color: #171717;
}

.trial-step-description {
  font-size: 14px;
  color: #737373;
  margin-bottom: 24px;
}

.trial-form-group {
  margin-bottom: 20px;
}

.trial-form-label {
  display: block;
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 8px;
  color: #171717;
}

.trial-form-input {
  width: 100%;
  padding: 14px 16px;
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  font-size: 15px;
  background: #ffffff;
  color: #171717;
  transition: all 0.15s ease;
  font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',system-ui,sans-serif;
}

.trial-form-input:focus {
  outline: none;
  border-color: #171717;
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.05);
}

.trial-form-input::placeholder {
  color: #a3a3a3;
}

/* Radio Options */
.trial-radio-group {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.trial-radio-option {
  position: relative;
}

.trial-radio-option input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.trial-radio-label {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px;
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  cursor: pointer;
  transition: all 0.15s ease;
}

.trial-radio-option input:checked + .trial-radio-label {
  border-color: #171717;
  background: #fafafa;
}

.trial-radio-label:hover {
  background: #fafafa;
}

.trial-radio-check {
  width: 20px;
  height: 20px;
  border: 2px solid #e5e5e5;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.15s ease;
}

.trial-radio-option input:checked + .trial-radio-label .trial-radio-check {
  border-color: #171717;
  background: #171717;
}

.trial-radio-check svg {
  opacity: 0;
  color: #ffffff;
  transition: opacity 0.15s ease;
}

.trial-radio-option input:checked + .trial-radio-label .trial-radio-check svg {
  opacity: 1;
}

.trial-radio-text {
  font-size: 14px;
  font-weight: 450;
  color: #171717;
}

/* Modal Footer */
.trial-modal-footer {
  padding: 0 24px 24px;
  display: flex;
  gap: 12px;
}

.trial-btn-back {
  padding: 14px 24px;
  background: transparent;
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 500;
  color: #171717;
  cursor: pointer;
  transition: all 0.15s ease;
  font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',system-ui,sans-serif;
}

.trial-btn-back:hover {
  background: #fafafa;
}

.trial-btn-back:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.trial-btn-next {
  flex: 1;
  padding: 14px 24px;
  background: #171717;
  color: #ffffff;
  border: none;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.15s ease;
  font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',system-ui,sans-serif;
}

.trial-btn-next:hover {
  background: #000000;
}

.trial-btn-next:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

/* Success State */
.trial-success-state {
  text-align: center;
  padding: 20px 0;
}

.trial-success-icon {
  width: 64px;
  height: 64px;
  margin: 0 auto 24px;
  background: #22c55e;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
}

.trial-success-title {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 8px;
  color: #171717;
}

.trial-success-desc {
  font-size: 14px;
  color: #737373;
  margin-bottom: 24px;
}

.trial-success-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 20px;
  background: #fafafa;
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  font-size: 14px;
  margin-bottom: 24px;
  color: #171717;
}

.trial-success-badge svg {
  color: #22c55e;
}

/* Error message */
.trial-error-message {
  font-size: 13px;
  color: #ef4444;
  margin-top: 8px;
  display: none;
}

.trial-error-message.show {
  display: block;
}

/* Loading state */
.trial-btn-next.loading {
  pointer-events: none;
  position: relative;
  color: transparent;
}

.trial-btn-next.loading::after {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  border: 2px solid transparent;
  border-top-color: #ffffff;
  border-radius: 50%;
  animation: trialSpin 0.8s linear infinite;
}

@keyframes trialSpin {
  to { transform: rotate(360deg); }
}

/* Responsive */
@media (max-width: 768px) {
  .trial-section {
    padding: 100px 20px;
  }
  
  .trial-section__title {
    font-size: 32px;
  }
  
  .trial-section__subtitle {
    font-size: 15px;
  }
  
  .trial-mesh {
    background-size: 40px 40px;
  }

  .trial-modal {
    max-height: 100vh;
    border-radius: 0;
  }
}

@media (max-width: 480px) {
  .trial-section {
    padding: 80px 20px;
  }
}

/* === Block from line 4351 === */
/* ===== BLOQUE BENEFICIOS CON ESTADÍSTICAS (BOTÓN COMPACTO) ===== */
.IAH-benefits-stats {
  background: #fafafa;
  color: #171717;
  padding: 120px 6%;
  text-align: center;
}

.IAH-benefits-stats__title {
  font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',system-ui,sans-serif;
  font-weight: 700;
  font-size: clamp(30px, 5vw, 54px);
  margin-bottom: 14px;
  letter-spacing: -0.02em;
  line-height: 1.2;
}
.IAH-benefits-stats__title span {
  color: #171717;
}
.IAH-benefits-stats__subtitle {
  font-size: 18px;
  color: #737373;
  line-height: 1.6;
  margin-bottom: 50px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

/* IMAGEN DEL SISTEMA - Estilo minimalista Apple */
.IAH-benefits-stats__image-wrapper {
  max-width: 1150px;
  margin: 0 auto 50px;
  padding: 0 20px;
}

.IAH-benefits-stats__image {
  width: 100%;
  height: auto;
  border-radius: 16px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.12), 0 8px 16px rgba(0, 0, 0, 0.08);
  border: 1px solid rgba(0, 0, 0, 0.06);
  display: block;
  filter: grayscale(1);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.IAH-benefits-stats__image:hover {
  transform: translateY(-8px);
  filter: grayscale(0);
  box-shadow: 0 32px 80px rgba(0, 0, 0, 0.16), 0 12px 24px rgba(0, 0, 0, 0.1);
}

@media (max-width: 768px) {
  .IAH-benefits-stats__image-wrapper {
    max-width: 500px;
    padding: 0 10px;
    margin-bottom: 40px;
  }
  
  .IAH-benefits-stats__image {
    border-radius: 12px;
  }
}

/* ROW */
.IAH-benefits-stats__row {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 24px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding-bottom: 16px;
}
.IAH-benefits-stats__row::-webkit-scrollbar {
  height: 6px;
}
.IAH-benefits-stats__row::-webkit-scrollbar-thumb {
  background: rgba(0,0,0,0.15);
  border-radius: 6px;
}

/* CARD */
.IAH-stat {
  background: #ffffff;
  border: 1px solid #e5e5e5;
  border-radius: 12px;
  padding: 40px 26px;
  box-shadow: none;
  transition: all .3s ease;
  width: 230px;
  flex: 0 0 auto;
  scroll-snap-align: center;
}
.IAH-stat:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}
.IAH-number {
  font-size: 58px;
  font-weight: 700;
  color: #171717;
  margin-bottom: 10px;
}

/* BOTÓN */
.IAH-benefits-stats__cta {
  margin-top: 60px;
}
.IAH-btn-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 10px 20px;
  border-radius: 8px;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  letter-spacing: 0.5px;
  background: #171717;
  box-shadow: none;
  transition: all .3s ease;
}

.IAH-btn-cta:hover {
  background: #404040;
  transform: translateY(-2px);
}

@media(max-width: 800px) {
  .IAH-number { font-size: 48px; }
  .IAH-benefits-stats__subtitle { font-size: 16px; }
}

/* ===== VIDEO SHOWCASE SECTION ===== */
.IAH-video-showcase {
  background: #fafafa;
  color: #171717;
  padding: 120px 6%;
  text-align: center;
}

.IAH-video-showcase__container {
  max-width: 1200px;
  margin: 0 auto;
}

.IAH-video-showcase__title {
  font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',system-ui,sans-serif;
  font-weight: 700;
  font-size: clamp(30px, 5vw, 54px);
  margin-bottom: 14px;
  letter-spacing: -0.02em;
  line-height: 1.2;
}
.IAH-video-showcase__title span {
  color: #171717;
}
.IAH-video-showcase__subtitle {
  font-size: 18px;
  color: #737373;
  line-height: 1.6;
  margin-bottom: 50px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

/* VIDEO — Estilo minimalista Apple */
.IAH-video-showcase__video-wrapper {
  max-width: 100%;
  margin: 0 auto 50px;
  padding: 0 20px;
}

.IAH-video-showcase__video {
  width: 100%;
  height: auto;
  border-radius: 16px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.12), 0 8px 16px rgba(0, 0, 0, 0.08);
  border: 1px solid rgba(0, 0, 0, 0.06);
  display: block;
  filter: grayscale(1);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  object-fit: contain;
}

.IAH-video-showcase__video:hover {
  transform: translateY(-8px);
  filter: grayscale(0);
  box-shadow: 0 32px 80px rgba(0, 0, 0, 0.16), 0 12px 24px rgba(0, 0, 0, 0.1);
}

/* ROW */
.IAH-video-showcase__row {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 24px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding-bottom: 16px;
}
.IAH-video-showcase__row::-webkit-scrollbar {
  height: 6px;
}
.IAH-video-showcase__row::-webkit-scrollbar-thumb {
  background: rgba(0,0,0,0.15);
  border-radius: 6px;
}

@media (max-width: 768px) {
  .IAH-video-showcase {
    padding: 80px 5%;
  }
  .IAH-video-showcase__video-wrapper {
    max-width: 500px;
    padding: 0 10px;
    margin-bottom: 40px;
  }
  .IAH-video-showcase__video {
    border-radius: 12px;
  }
  .IAH-video-showcase__subtitle {
    font-size: 16px;
  }
}



/* === Block from line 4548 === */
/* === SECCIÓN 2026 === */
.year-2026 {
  background: #ffffff;
  padding: 100px 20px;
  position: relative;
  overflow: hidden;
}

.year-2026::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: transparent;
  pointer-events: none;
}

.year-2026__container {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.year-2026__content {
  text-align: center;
}

.year-2026__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  margin-bottom: 30px;
}

.year-2026__word {
  font-size: clamp(48px, 8vw, 120px);
  font-weight: 900;
  font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',system-ui,sans-serif;
  letter-spacing: -0.04em;
  line-height: 0.9;
  text-transform: uppercase;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 300% 300%;
  opacity: 0;
  transform: translateY(60px);
  animation: slideUp 0.8s ease-out forwards;
}

/* Cada palabra con su propio color IA que rota */
.year-2026__word:nth-child(1) {
  animation-delay: 0.2s;
  background-image: linear-gradient(135deg, #7c3aed, #ec4899, #f97316, #7c3aed, #ec4899);
  background-size: 300% 300%;
}
.year-2026__content.is-in .year-2026__word:nth-child(1) {
  animation: slideUp 0.8s ease-out forwards, colorCycle1 6s ease infinite;
  animation-delay: 0.2s, 0s;
}

.year-2026__word:nth-child(2) {
  animation-delay: 0.4s;
  background-image: linear-gradient(135deg, #06b6d4, #8b5cf6, #ec4899, #06b6d4, #8b5cf6);
  background-size: 300% 300%;
}
.year-2026__content.is-in .year-2026__word:nth-child(2) {
  animation: slideUp 0.8s ease-out forwards, colorCycle2 6s ease infinite;
  animation-delay: 0.4s, 2s;
}

.year-2026__word:nth-child(3) {
  animation-delay: 0.6s;
  background-image: linear-gradient(135deg, #f97316, #eab308, #22c55e, #06b6d4, #8b5cf6, #f97316);
  background-size: 400% 400%;
}
.year-2026__content.is-in .year-2026__word:nth-child(3) {
  animation: slideUp 0.8s ease-out forwards, colorCycle3 8s ease infinite;
  animation-delay: 0.6s, 1s;
}

@keyframes colorCycle1 {
  0%   { background-position: 0% 50%; }
  50%  { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}
@keyframes colorCycle2 {
  0%   { background-position: 0% 0%; }
  33%  { background-position: 100% 100%; }
  66%  { background-position: 50% 0%; }
  100% { background-position: 0% 0%; }
}
@keyframes colorCycle3 {
  0%   { background-position: 0% 50%; }
  25%  { background-position: 50% 100%; }
  50%  { background-position: 100% 50%; }
  75%  { background-position: 50% 0%; }
  100% { background-position: 0% 50%; }
}

.year-2026__subtitle {
  font-size: clamp(18px, 2.5vw, 24px);
  color: #737373;
  font-weight: 500;
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.4;
  animation: fadeInUp 0.8s ease-out 0.8s forwards;
  opacity: 0;
  transform: translateY(30px);
}

/* Animaciones */
@keyframes slideUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

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

/* Responsive */
@media (max-width: 768px) {
  .year-2026 {
    padding: 80px 20px;
  }
  
  .year-2026__title {
    gap: 8px;
  }
  
  .year-2026__subtitle {
    font-size: 18px;
  }
}

@media (max-width: 480px) {
  .year-2026 {
    padding: 60px 20px;
  }
  
  .year-2026__word {
    font-size: 48px;
  }
}

/* === Block from line 4721 === */
/* GPT Value Section - Minimalista */
.GPT-value {
  background: #fafafa;
  color: #171717;
  padding: clamp(80px, 8vw, 140px) 20px;
  position: relative;
  overflow: hidden;
}

.GPT-value__container {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.GPT-value__header {
  text-align: center;
  margin-bottom: 60px;
}

.GPT-value__badge {
  display: inline-flex;
  align-items: center;
  background: #171717;
  color: #ffffff;
  padding: 6px 16px;
  border-radius: 20px;
  margin-bottom: 20px;
}

.GPT-value__badge-text {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.GPT-value__title {
  font-size: clamp(24px, 2.5vw, 36px);
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 16px;
  color: #171717;
}

.GPT-value__accent {
  color: #171717;
}

.GPT-value__highlight {
  color: #171717;
}

.GPT-value__subtitle {
  font-size: 16px;
  color: #737373;
  font-weight: 400;
}

/* Grid */
.GPT-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
  margin-bottom: 50px;
}

.GPT-card {
  background: #ffffff;
  border: 1px solid #e5e5e5;
  border-radius: 12px;
  padding: 0;
  transition: all 0.2s ease;
  position: relative;
  overflow: hidden;
}

.GPT-card::before {
  content: none;
}

.GPT-card:hover {
  background: #ffffff;
  border-color: #d4d4d4;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

.GPT-card-icon {
  width: 100%;
  height: 280px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 32px;
  background: #fafafa;
}
.GPT-card-icon svg {
  width: 160px;
  height: 160px;
}

/* ── Draw-on animation for all paths ── */
.GPT-icon-path {
  stroke-dasharray: 400;
  stroke-dashoffset: 400;
  animation: gptIconDraw 2s ease forwards;
}
@keyframes gptIconDraw {
  to { stroke-dashoffset: 0; }
}

/* ── Card 1: Brain — neural pulse on nodes ── */
.GPT-icon-node {
  opacity: 0;
  animation: gptNodePulse 1.6s ease-in-out infinite;
  animation-delay: 2s;
}
.GPT-icon-node--1 { animation-delay: 2.0s; }
.GPT-icon-node--2 { animation-delay: 2.3s; }
.GPT-icon-node--3 { animation-delay: 2.6s; }
.GPT-icon-node--4 { animation-delay: 2.9s; }
@keyframes gptNodePulse {
  0%, 100% { opacity: 0.2; r: 3; }
  50% { opacity: 1; r: 5; }
}
.GPT-icon-path--brain-n1 { animation-delay: 1.2s; }
.GPT-icon-path--brain-n2 { animation-delay: 1.4s; }
.GPT-icon-path--brain-n3 { animation-delay: 1.6s; }
.GPT-icon-path--brain-n4 { animation-delay: 1.3s; }
.GPT-icon-path--brain-n5 { animation-delay: 1.5s; }
.GPT-icon-path--brain-n6 { animation-delay: 1.7s; }
.GPT-card-icon--brain svg {
  animation: gptBrainFloat 4s ease-in-out infinite;
  animation-delay: 2s;
}
@keyframes gptBrainFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-6px); }
}

/* ── Card 2: Price — shield bounce + sparkle ── */
.GPT-icon-sparkle {
  opacity: 0;
  animation: gptSparkle 1.4s ease-in-out infinite;
}
.GPT-icon-sparkle--1 { animation-delay: 2.2s; }
.GPT-icon-sparkle--2 { animation-delay: 2.5s; }
.GPT-icon-sparkle--3 { animation-delay: 2.8s; }
.GPT-icon-sparkle--4 { animation-delay: 3.1s; }
@keyframes gptSparkle {
  0%, 100% { opacity: 0; transform: scale(0.6); }
  50% { opacity: 1; transform: scale(1.3); }
}
.GPT-icon-path--arrow {
  animation: gptIconDraw 1.5s ease forwards, gptArrowBounce 1.8s ease-in-out infinite 2.5s;
}
@keyframes gptArrowBounce {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(4px); }
}
.GPT-card-icon--price svg {
  animation: gptPriceScale 3.5s ease-in-out infinite;
  animation-delay: 2s;
}
@keyframes gptPriceScale {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.04); }
}

/* ── Card 3: Infinity — continuous loop draw + orbiting dots ── */
.GPT-icon-path--infinity {
  stroke-dasharray: 600;
  stroke-dashoffset: 600;
  animation: gptInfinityLoop 3s linear infinite;
}
@keyframes gptInfinityLoop {
  0% { stroke-dashoffset: 600; }
  100% { stroke-dashoffset: -600; }
}
.GPT-icon-orbit {
  opacity: 0;
  animation: gptOrbitPulse 2s ease-in-out infinite;
}
.GPT-icon-orbit--1 { animation-delay: 0s; }
.GPT-icon-orbit--2 { animation-delay: 0.7s; }
.GPT-icon-orbit--3 { animation-delay: 1.4s; }
@keyframes gptOrbitPulse {
  0%, 100% { opacity: 0.15; r: 2; }
  50% { opacity: 1; r: 4.5; }
}
.GPT-icon-ray {
  opacity: 0;
  animation: gptRayShoot 2.4s ease-in-out infinite;
}
.GPT-icon-ray--1 { animation-delay: 0.0s; }
.GPT-icon-ray--2 { animation-delay: 0.4s; }
.GPT-icon-ray--3 { animation-delay: 0.8s; }
.GPT-icon-ray--4 { animation-delay: 1.2s; }
.GPT-icon-ray--5 { animation-delay: 1.6s; }
.GPT-icon-ray--6 { animation-delay: 2.0s; }
@keyframes gptRayShoot {
  0%, 100% { opacity: 0; transform: scaleY(0.5); }
  50% { opacity: 1; transform: scaleY(1.3); }
}
.GPT-card-icon--unlimited svg {
  animation: gptUnlimitedRotate 20s linear infinite;
}
@keyframes gptUnlimitedRotate {
  to { transform: rotate(360deg); }
}

/* ── Hover: accent color reveal ── */
.GPT-card:hover .GPT-icon-path,
.GPT-card:hover .GPT-icon-sparkle,
.GPT-card:hover .GPT-icon-ray {
  stroke: #7c3aed;
  transition: stroke 0.4s ease;
}
.GPT-card:hover .GPT-icon-node,
.GPT-card:hover .GPT-icon-orbit {
  fill: #7c3aed;
  transition: fill 0.4s ease;
}

.GPT-card__title {
  padding: 24px 20px 16px;
  font-size: 20px;
  font-weight: 600;
  color: #171717;
  margin: 0;
}

.GPT-card__text {
  padding: 0 20px;
  font-size: 15px;
  color: #737373;
  line-height: 1.5;
  margin-bottom: 20px;
}

.GPT-card__price,
.GPT-card__savings,
.GPT-card__unlimited {
  padding: 0 20px 24px;
}

.GPT-card__title {
  font-size: 18px;
  font-weight: 600;
  color: #171717;
  margin-bottom: 8px;
  position: relative;
  z-index: 2;
}

.GPT-card__text {
  font-size: 14px;
  color: #737373;
  line-height: 1.5;
  margin-bottom: 16px;
  position: relative;
  z-index: 2;
}

/* Price badges */
.GPT-card__price {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 0 20px 24px;
}

.GPT-card__price-old {
  font-size: 12px;
  color: #a3a3a3;
  text-decoration: line-through;
}

.GPT-card__price-new {
  font-size: 14px;
  font-weight: 600;
  color: #171717;
}

.GPT-card__savings {
  background: #f5f5f5;
  padding: 6px 12px;
  border-radius: 12px;
  display: inline-block;
  margin: 0 20px 24px;
}

.GPT-card__savings-text {
  font-size: 11px;
  font-weight: 500;
  color: #171717;
}

.GPT-card__unlimited {
  padding: 0 20px 24px;
}

.GPT-card__unlimited-text {
  font-size: 18px;
  font-weight: 600;
  color: #171717;
}

.GPT-card__unlimited {
  background: #f5f5f5;
  padding: 4px 8px;
  border-radius: 12px;
  display: inline-block;
}

.GPT-card__unlimited-text {
  font-size: 14px;
  font-weight: 700;
  color: #171717;
}

/* CTA */
.GPT-cta {
  text-align: center;
}

.GPT-cta__lead {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 20px;
  color: #171717;
}

.GPT-btn {
  display: inline-flex;
  align-items: center;
  background: #171717;
  color: #ffffff;
  padding: 12px 24px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
  transition: all 0.2s ease;
}

.GPT-btn:hover {
  background: #404040;
  text-decoration: none;
  color: #ffffff;
}

/* Responsive */
@media (max-width: 768px) {
  .GPT-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  
  .GPT-value__title {
    font-size: 28px;
  }
  
  .GPT-card {
    padding: 24px 20px;
  }
}

/* Observador de animaciones */
[data-obs] {
  opacity: 0;
  transform: translateY(16px);
  transition: 0.6s ease;
}

[data-obs].is-in {
  opacity: 1;
  transform: translateY(0);
}

/* === Block from line 5297 === */
/* ===== TOGGLE MENSUAL/ANUAL ===== */
.IAH-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-bottom: 48px;
}
.IAH-toggle__label {
  font-size: 15px;
  font-weight: 500;
  color: #737373;
  transition: color 0.3s ease;
}
.IAH-toggle__label[data-active="true"] {
  color: #171717;
  font-weight: 600;
}
.IAH-discount-badge {
  background: #dcfce7;
  color: #166534;
  padding: 2px 8px;
  border-radius: 12px;
  font-size: 11px;
  font-weight: 700;
  margin-left: 6px;
}
.IAH-switch {
  position: relative;
  display: inline-block;
  width: 56px;
  height: 30px;
}
.IAH-switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.IAH-slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #e5e5e5;
  transition: 0.3s;
  border-radius: 30px;
}
.IAH-slider:before {
  position: absolute;
  content: "";
  height: 24px;
  width: 24px;
  left: 3px;
  bottom: 3px;
  background-color: white;
  transition: 0.3s;
  border-radius: 50%;
  box-shadow: 0 2px 4px rgba(0,0,0,0.15);
}
.IAH-switch input:checked + .IAH-slider {
  background-color: #171717;
}
.IAH-switch input:checked + .IAH-slider:before {
  transform: translateX(26px);
}

/* ===== PRECIOS ===== */
.price-amount {
  font-weight: 700;
}
.price-annual-total {
  display: none;
  font-size: 13px;
  color: #166534;
  background: #dcfce7;
  padding: 6px 14px;
  border-radius: 8px;
  margin-top: 10px;
  font-weight: 600;
  line-height: 1.5;
}
.price-annual-total span {
  font-size: 12px;
  font-weight: 400;
  color: #166534;
}

/* === Block from line 5388 === */
/* ===== PLANES ===== */
.IAH-pricing {
  background: #ffffff;
  color: #171717;
  padding: 120px 6%;
  text-align: center;
}
.IAH-pricing__title {
  font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',system-ui,sans-serif;
  font-weight: 700;
  font-size: clamp(28px, 5vw, 54px);
  margin-bottom: 12px;
}
.IAH-pricing__title span {
  color: #171717;
}
.IAH-pricing__subtitle {
  color: #737373;
  font-size: 17px;
  margin-bottom: 40px;
}

/* TOGGLE */
.IAH-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin-bottom: 70px;
  font-size: 15px;
  color: #737373;
}
.IAH-switch {
  position: relative;
  display: inline-block;
  width: 52px;
  height: 28px;
}
.IAH-switch input { display: none; }
.IAH-slider {
  position: absolute;
  cursor: pointer;
  top: 0; left: 0;
  right: 0; bottom: 0;
  background: #e5e5e5;
  border-radius: 34px;
  transition: .4s;
}
.IAH-slider:before {
  content: "";
  position: absolute;
  height: 22px; width: 22px;
  left: 4px; bottom: 3px;
  background: #171717;
  border-radius: 50%;
  transition: .4s;
}
.IAH-switch input:checked + .IAH-slider {
  background: #d4d4d4;
}
.IAH-switch input:checked + .IAH-slider:before {
  transform: translateX(24px);
}

/* GRID */
.IAH-pricing__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  max-width: 1400px;
  margin: 0 auto;
}

@media (max-width: 1200px) {
  .IAH-pricing__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
}

@media (max-width: 768px) {
  .IAH-pricing__grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }
}

/* PLAN CARD */
.IAH-plan {
  background: #ffffff;
  border: 1px solid #e5e5e5;
  border-radius: 12px;
  padding: 42px 32px;
  text-align: left;
  position: relative;
  box-shadow: none;
  transition: all .3s ease;
}
.IAH-plan:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}
.IAH-plan__name {
  font-size: 22px;
  font-weight: 700;
  color: #171717;
  margin-bottom: 10px;
}
.IAH-plan__desc {
  font-size: 15px;
  color: #737373;
  margin-bottom: 25px;
  line-height: 1.6;
}
.IAH-plan__price {
  margin-bottom: 10px;
  transition: all .3s ease;
}
.price-cop {
  font-size: 36px;
  font-weight: 700;
  color: #171717;
  line-height: 1.2;
}
.price-cop .price-currency { font-size: 15px; color: #737373; font-weight: 500; }
.price-cop .price-period { font-size: 15px; color: #737373; font-weight: 400; }
.price-usd {
  font-size: 18px;
  font-weight: 600;
  color: #525252;
  margin-top: 4px;
  opacity: 0.75;
}
.price-usd .price-currency { font-size: 13px; color: #737373; }
.price-usd .price-period-usd { font-size: 13px; color: #737373; }
.IAH-plan__setup p {
  font-size: 14px;
  color: #737373;
  margin: 0;
}
.IAH-plan__features {
  margin: 30px 0;
  padding-left: 18px;
  list-style: disc;
  color: #525252;
  font-size: 14.5px;
  line-height: 1.6;
}
.IAH-plan__features li.disabled {
  color: #a3a3a3;
  text-decoration: line-through;
  opacity: 0.7;
}
.IAH-plan--featured {
  background: #fafafa;
  border: 2px solid #171717;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}
.IAH-tag {
  position: absolute;
  top: -14px;
  left: 20px;
  background: #171717;
  color: #fff;
  font-size: 12px;
  padding: 5px 14px;
  border-radius: 8px;
  font-weight: 600;
}

/* === Botón IA violeta animado === */
.IAH-btn-cta--ia {
  background: linear-gradient(135deg, #7c3aed, #8b5cf6, #a78bfa, #7c3aed);
  background-size: 300% 300%;
  animation: iaShimmer 3s ease infinite;
  color: #fff;
  font-weight: 600;
  border: none;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(124, 58, 237, 0.35);
}
.IAH-btn-cta--ia::after {
  content: '';
  position: absolute;
  top: -50%;
  left: -60%;
  width: 40%;
  height: 200%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.25), transparent);
  transform: skewX(-20deg);
  animation: iaFlare 3s ease-in-out infinite;
}
.IAH-btn-cta--ia:hover {
  background: linear-gradient(135deg, #6d28d9, #7c3aed, #8b5cf6, #6d28d9);
  background-size: 300% 300%;
  animation: iaShimmer 2s ease infinite;
  transform: translateY(-3px);
  box-shadow: 0 8px 30px rgba(124, 58, 237, 0.5);
}

@keyframes iaShimmer {
  0%   { background-position: 0% 50%; }
  50%  { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}
@keyframes iaFlare {
  0%   { left: -60%; opacity: 0; }
  50%  { left: 120%; opacity: 1; }
  100% { left: 120%; opacity: 0; }
}
.IAH-btn-cta {
  display: block;
  text-align: center;
  margin-top: 30px;
  background: #171717;
  color: #fff;
  font-weight: 500;
  font-size: 14px;
  padding: 12px 20px;
  border-radius: 8px;
  text-decoration: none;
  box-shadow: none;
  transition: all .3s ease;
  letter-spacing: 0.3px;
}
.IAH-btn-cta:hover {
  transform: translateY(-2px);
  background: #404040;
  font-weight: 600;
}

/* === Block from line 5796 === */
.IAH-industries {
  background:#ffffff;
  color:#171717;
  padding:120px 6%;
  text-align:center;
}
.IAH-industries__title {
  font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',system-ui,sans-serif;
  font-weight:700;
  font-size:clamp(30px,5vw,50px);
  margin-bottom:14px;
  letter-spacing:-0.02em;
}
.IAH-industries__title span {
  color:#171717;
}
.IAH-industries__subtitle {
  color:#737373;font-size:17px;line-height:1.6;
  margin-bottom:70px;max-width:700px;margin-inline:auto;
}
.IAH-industries__grid {
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(260px,1fr));
  gap:26px;max-width:1200px;margin:0 auto;
}
.IAH-industry {
  background:#fafafa;border:1px solid #e5e5e5;
  border-radius:12px;padding:36px 26px;text-align:left;
  transition:.3s ease;
}
.IAH-industry:hover {transform:translateY(-6px);
  box-shadow:0 10px 30px rgba(0,0,0,.08);}
.IAH-icon {width:56px;height:56px;margin-bottom:14px;}
.IAH-icon svg {width:100%;height:100%;display:block;stroke:#171717;fill:none;}
.IAH-industry h3 {font-size:18px;font-weight:600;margin-bottom:8px;color:#171717;}
.IAH-industry p {font-size:15px;color:#737373;line-height:1.6;}
.IAH-btn-cta {
  display:inline-flex;align-items:center;justify-content:center;
  padding:12px 26px;border-radius:8px;font-weight:600;font-size:15px;
  color:#fff;text-decoration:none;
  background:#171717;
  transition:all .3s ease;
}
.IAH-btn-cta:hover {
  transform:translateY(-2px);
  background:#404040;
}

/* === Block from line 6017 === */
/* ===== COMPARATIVA — DISEÑO PREMIUM ===== */
.IAH-compare {
  background: #fafafa;
  color: #171717;
  padding: 140px 6%;
  position: relative;
  overflow: hidden;
}
.IAH-compare-container {
  max-width: 1100px;
  margin: 0 auto;
}
.IAH-compare-title {
  font-size: clamp(32px, 4vw, 48px);
  font-weight: 700;
  font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',system-ui,sans-serif;
  color: #171717;
  text-align: center;
  margin-bottom: 14px;
  letter-spacing: -0.02em;
}
.IAH-compare-sub {
  color: #737373;
  font-size: 16px;
  max-width: 620px;
  margin: 0 auto 70px;
  text-align: center;
  line-height: 1.6;
}

/* Grid */
.IAH-compare-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
@media (max-width: 768px) {
  .IAH-compare-grid { grid-template-columns: 1fr; }
}

/* Cards */
.IAH-compare-col {
  border-radius: 16px;
  padding: 44px 36px;
  transition: transform .35s ease, box-shadow .35s ease;
}
.IAH-compare-col:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 48px rgba(0,0,0,0.07);
}
.IAH-compare-bad {
  background: #ffffff;
  border: 1px solid #e5e5e5;
}
.IAH-compare-good {
  background: #171717;
  border: 1px solid #171717;
}
.IAH-compare-good .IAH-compare-text p {
  color: #d4d4d4;
}
.IAH-compare-good .IAH-compare-text strong {
  color: #ffffff;
}

/* Badge */
.IAH-compare-header {
  margin-bottom: 36px;
}
.IAH-compare-badge {
  display: inline-block;
  font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',system-ui,sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 8px 20px;
  border-radius: 100px;
}
.IAH-compare-badge--bad {
  background: #f5f5f5;
  color: #a3a3a3;
  border: 1px solid #e5e5e5;
}
.IAH-compare-badge--good {
  background: #ffffff;
  color: #171717;
}

/* Items */
.IAH-compare-item {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  padding: 8px 0;
}
.IAH-compare-text p {
  font-size: 15px;
  line-height: 1.6;
  color: #525252;
  margin: 0;
}

/* Icons */
.IAH-compare-icon {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
}
.IAH-compare-icon svg {
  width: 36px;
  height: 36px;
}
.IAH-compare-icon--bad {
  background: #f5f5f5;
}
.IAH-compare-icon--good {
  background: rgba(255,255,255,0.1);
}
.IAH-compare-icon--good svg circle,
.IAH-compare-icon--good svg rect,
.IAH-compare-icon--good svg path,
.IAH-compare-icon--good svg polyline,
.IAH-compare-icon--good svg polygon,
.IAH-compare-icon--good svg line {
  stroke: #ffffff;
}

/* Dividers */
.IAH-compare-divider {
  height: 1px;
  background: #e5e5e5;
  margin: 16px 0;
}
.IAH-compare-divider--dark {
  background: rgba(255,255,255,0.08);
}

/* Draw animation */
.IAH-compare-icon svg circle,
.IAH-compare-icon svg rect,
.IAH-compare-icon svg path,
.IAH-compare-icon svg polyline,
.IAH-compare-icon svg polygon {
  stroke-dasharray: 300;
  stroke-dashoffset: 300;
  transition: stroke-dashoffset 1s ease;
}
.IAH-compare-col.drawn .IAH-compare-icon svg circle,
.IAH-compare-col.drawn .IAH-compare-icon svg rect,
.IAH-compare-col.drawn .IAH-compare-icon svg path,
.IAH-compare-col.drawn .IAH-compare-icon svg polyline,
.IAH-compare-col.drawn .IAH-compare-icon svg polygon {
  stroke-dashoffset: 0;
}

/* === Block from line 6299 === */
/* ===== FAQ MINIMALISTA (TEXTO MÁS LIGERO) ===== */
.IAH-faq {
  background: #fafafa;
  color: #171717;
  padding: 120px 6%;
  text-align: center;
}
.IAH-faq__title {
  font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',system-ui,sans-serif;
  font-weight: 700;
  font-size: clamp(30px, 5vw, 50px);
  letter-spacing: -0.02em;
  margin-bottom: 14px;
}
.IAH-faq__subtitle {
  color: #737373;
  font-size: 17px;
  line-height: 1.6;
  max-width: 800px;
  margin: 0 auto 70px;
}

/* Acordeón */
.IAH-faq__accordion {
  max-width: 1200px;
  margin: 0 auto;
  text-align: left;
}
.IAH-faq__item {
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 10px;
  overflow: hidden;
  transition: all .3s ease;
}
.IAH-faq__question {
  background: none;
  border: none;
  width: 100%;
  text-align: left;
  font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',system-ui,sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #171717;
  padding: 18px 40px 18px 60px;
  cursor: pointer;
  position: relative;
  transition: color .3s ease, letter-spacing .2s ease;
}
.IAH-faq__question:hover {
  letter-spacing: 0.3px;
  color: #404040;
}
.IAH-faq__question::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 12px;
  height: 12px;
  border-right: 2px solid #171717;
  border-bottom: 2px solid #171717;
  transform: translateY(-50%) rotate(45deg);
  transition: transform .3s ease;
}
.IAH-faq__item.active .IAH-faq__question::after {
  transform: translateY(-50%) rotate(-135deg);
}
.IAH-faq__item.active .IAH-faq__question {
  color: #171717;
  font-weight: 600;
}
.IAH-faq__answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height .4s ease;
}
.IAH-faq__answer p {
  margin: 0;
  padding: 0 40px 18px 60px;
  color: #737373;
  font-size: 15px;
  line-height: 1.7;
}
.IAH-faq__item.active .IAH-faq__answer {
  max-height: 300px;
}

/* BOTÓN */
.IAH-faq__cta {
  margin-top: 60px;
}
.IAH-btn-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px 26px;
  border-radius: 8px;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  background: #171717;
  transition: all .3s ease;
}
.IAH-btn-cta:hover {
  background: #404040;
  transform: translateY(-2px);
}

/* === Block from line 6577 === */
/* ===== BLOQUE TESTIMONIOS — ESTILO MINIMALISTA ===== */
.IAH-reviews {
  background: #ffffff;
  color: #171717;
  padding: 120px 6%;
  text-align: center;
}
.IAH-reviews__title {
  font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',system-ui,sans-serif;
  font-weight: 700;
  font-size: clamp(28px, 5vw, 50px);
  letter-spacing: -0.02em;
  margin-bottom: 10px;
}
.IAH-reviews__title span {
  color: #171717;
}
.IAH-reviews__subtitle {
  font-size: 17px;
  color: #737373;
  margin-bottom: 70px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.IAH-reviews__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 40px;
  max-width: 1200px;
  margin: 0 auto;
}

/* REVIEW CARD */
.IAH-review {
  background: #fafafa;
  border: 1px solid #e5e5e5;
  border-radius: 12px;
  padding: 34px 28px;
  text-align: left;
  transition: all .3s ease;
}
.IAH-review:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

/* HEADER */
.IAH-review__header {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 16px;
}
.IAH-review__header img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 2px solid #e5e5e5;
  object-fit: cover;
}
.IAH-review__avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
  flex-shrink: 0;
}
.IAH-review__header h3 {
  font-size: 16px;
  font-weight: 600;
  margin: 0;
  color: #171717;
}
.IAH-review__header p {
  font-size: 13px;
  color: #737373;
  margin: 0;
}

/* STARS */
.IAH-stars {
  display: flex;
  gap: 4px;
  margin-bottom: 12px;
}
.IAH-stars svg {
  width: 18px;
  height: 18px;
  fill: #171717;
  filter: none;
}
.IAH-stars svg path {
  fill: #171717;
}
svg defs {
  display: none;
}

/* TEXTO */
.IAH-review__text {
  font-size: 15px;
  line-height: 1.6;
  color: #525252;
  margin-bottom: 14px;
  font-weight: 400;
}
.IAH-date {
  font-size: 13px;
  color: #a3a3a3;
}

/* Gradiente estrellas */
.IAH-reviews svg:first-of-type {
  position: absolute;
}

/* === Block from line 6719 === */
/* ===== CIERRE ANIMADO — TREMENT IA MINIMALISTA ===== */
.IAH-closing {
  background: #fafafa;
  color: #171717;
  text-align: center;
  padding: 180px 6%;
  position: relative;
  overflow: hidden;
}

.IAH-closing__container {
  max-width: 900px;
  margin: 0 auto;
}

.IAH-closing__text {
  font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',system-ui,sans-serif;
  font-weight: 250;
  font-size: clamp(56px, 12vw, 144px);
  letter-spacing: -0.02em;
  line-height: 1.08;
  min-height: 120px;
  color: #171717;
  display: inline;
  transition: opacity 0.4s ease;
}

/* BOTÓN CTA coherente */
.IAH-btn-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 60px;
  padding: 14px 32px;
  border-radius: 8px;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  background: #171717;
  transition: all .3s ease;
}
.IAH-btn-cta:hover {
  background: #404040;
  transform: translateY(-3px);
}

/* PARTICULAS SUAVES (deshabilitadas) */
.IAH-closing::before, .IAH-closing::after {
  content: none;
}

/* === Block from line 6903 === */
/* ===== FOOTER CORPORATIVO PREMIUM TREMENT — MINIMALISTA ===== */
.IAH-footer--premium {
  background: #fafafa;
  color: #171717;
  position: relative;
  overflow: hidden;
  padding-top: 120px;
  font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',system-ui,sans-serif;
  border-top: 1px solid #e5e5e5;
}

/* GLOW SUPERIOR ANIMADO */
.IAH-footer__glow {
  display: none;
}
.IAH-footer__glow-bar {
  display: none;
}

/* FRASE CORPORATIVA */
.IAH-footer__headline {
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  color: #737373;
  margin-bottom: 70px;
  letter-spacing: 0.05em;
}

/* PARTÍCULAS IA */
.IAH-footer__particles::before,
.IAH-footer__particles::after {
  content: none;
}

/* CONTENIDO GENERAL */
.IAH-footer__container {
  position: relative;
  z-index: 5;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 6% 90px;
}

/* TOPO */
.IAH-footer__top {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 70px;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 70px;
}
.IAH-footer__brand img {
  height: 50px;
  width: auto;
  max-width: 160px;
  object-fit: contain;
  margin-bottom: 20px;
  filter: grayscale(1) brightness(0);
}
.IAH-footer__brand p {
  font-size: 14.5px;
  color: #737373;
  line-height: 1.8;
  max-width: 400px;
}

/* COLUMNAS */
.IAH-footer__columns {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
  gap: 50px;
  flex: 2;
}
.IAH-footer__col h3 {
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 18px;
  color: #171717;
}
.IAH-footer__col a {
  display: block;
  color: #737373;
  font-size: 14px;
  text-decoration: none;
  margin-bottom: 10px;
  transition: color .3s ease;
}
.IAH-footer__col a:hover { color: #171717; }

/* LOGOS DE PARTNERS */
.IAH-logos {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
}
.IAH-logos img {
  height: 26px;
  filter: grayscale(1) brightness(0.8);
  opacity: 0.8;
  transition: all .3s ease;
}
.IAH-logos img:hover {
  filter: none;
  opacity: 1;
}

/* NEWSLETTER */
.IAH-footer__newsletter {
  text-align: center;
  margin: 80px auto;
  max-width: 700px;
}
.IAH-footer__newsletter h3 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #171717;
}
.IAH-footer__newsletter p {
  color: #737373;
  font-size: 15px;
  margin-bottom: 22px;
}
.IAH-footer__form {
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}
.IAH-footer__form input {
  padding: 12px 18px;
  border-radius: 8px;
  border: 1px solid #e5e5e5;
  outline: none;
  min-width: 260px;
  background: #ffffff;
  color: #171717;
}
.IAH-footer__form button {
  background: #171717;
  color: #fff;
  border: none;
  border-radius: 8px;
  padding: 12px 24px;
  font-weight: 600;
  cursor: pointer;
  transition: all .3s ease;
}
.IAH-footer__form button:hover {
  background: #404040;
  transform: translateY(-2px);
}

/* COPYRIGHT */
.IAH-footer__bottom {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  border-top: 1px solid #e5e5e5;
  padding-top: 30px;
}
.IAH-footer__bottom p {
  font-size: 13px;
  color: #737373;
}
.IAH-footer__links {
  display: flex;
  gap: 20px;
}
.IAH-footer__links a {
  color: #737373;
  font-size: 13px;
  text-decoration: none;
  transition: color .3s ease;
}
.IAH-footer__links a:hover { color: #171717; }

/* RESPONSIVE */
@media(max-width: 900px){
  .IAH-footer__top { flex-direction: column; gap: 40px; }
  .IAH-footer__brand p { max-width: 100%; }
}

/* === Block from line 7601 === */
.whatsapp-float {
      position: fixed;
      width: 56px;
      height: 56px;
      bottom: 24px;
      right: 24px;
      background: #25D366;
      color: white;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      text-decoration: none;
      box-shadow: 0 2px 12px rgba(37, 211, 102, 0.3);
      z-index: 999999;
      transition: all 0.3s ease;
      cursor: pointer;
    }

    .whatsapp-float svg {
      width: 28px;
      height: 28px;
      flex-shrink: 0;
    }

    .whatsapp-float:hover {
      transform: scale(1.1);
      box-shadow: 0 4px 20px rgba(37, 211, 102, 0.5);
      background: #128C7E;
    }

    .whatsapp-float:active {
      transform: scale(1.05);
    }

    @media (max-width: 768px) {
      .whatsapp-float {
        width: 52px;
        height: 52px;
        bottom: 20px;
        right: 20px;
      }

      .whatsapp-float svg {
        width: 26px;
        height: 26px;
      }
    }

    @media (max-width: 480px) {
      .whatsapp-float {
        width: 48px;
        height: 48px;
        bottom: 16px;
        right: 16px;
      }

      .whatsapp-float svg {
        width: 24px;
        height: 24px;
      }
    }


/* ============================================================ */
/* BLOG — Página principal, artículos, cards, footer             */
/* ============================================================ */

/* BLOG HERO (articles — kept for article pages) */
.blog-hero {
  background: #ffffff;
  padding: 160px 6% 80px;
  text-align: center;
}
.blog-hero__container {
  max-width: 800px;
  margin: 0 auto;
}
.blog-hero__title {
  font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',system-ui,sans-serif;
  font-weight: 700;
  font-size: clamp(36px, 5vw, 60px);
  color: #171717;
  letter-spacing: -0.03em;
  line-height: 1.1;
  margin-bottom: 16px;
}
.blog-hero__subtitle {
  font-size: 18px;
  color: #737373;
  line-height: 1.6;
  max-width: 600px;
  margin: 0 auto;
}

/* (legacy blog-grid kept for compatibility) */
.blog-grid-section {
  background: #fafafa;
  padding: 80px 6%;
}
.blog-grid {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 32px;
}

/* BLOG CARD (legacy — kept for article related cards) */
.blog-card {
  background: #ffffff;
  border: 1px solid #e5e5e5;
  border-radius: 12px;
  overflow: hidden;
  transition: all 0.3s ease;
}
.blog-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 40px rgba(0,0,0,0.08);
  border-color: #d4d4d4;
}
.blog-card__link {
  display: block;
  padding: 32px;
  text-decoration: none;
  color: inherit;
}
.blog-card__tag {
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #737373;
  background: #f5f5f5;
  padding: 4px 12px;
  border-radius: 100px;
  margin-bottom: 16px;
}
.blog-card__title {
  font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',system-ui,sans-serif;
  font-size: 22px;
  font-weight: 700;
  color: #171717;
  line-height: 1.3;
  margin-bottom: 12px;
  letter-spacing: -0.01em;
}
.blog-card__excerpt {
  font-size: 15px;
  color: #737373;
  line-height: 1.6;
  margin-bottom: 20px;
}
.blog-card__meta {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: #a3a3a3;
}

/* ============================================================ */
/* BLOG HUB — Premium Index Page                                */
/* ============================================================ */

/* ── Section label ── */
.bloghub-section-label {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #a3a3a3;
  margin-bottom: 24px;
}

/* ── Category tags (colored) ── */
.bloghub-tag {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  padding: 5px 14px;
  border-radius: 100px;
  white-space: nowrap;
}
.bloghub-tag--auto { background: #e0f2fe; color: #0369a1; }
.bloghub-tag--tech { background: #f3e8ff; color: #7c3aed; }
.bloghub-tag--mkt  { background: #fef3c7; color: #b45309; }
.bloghub-tag--biz  { background: #d1fae5; color: #047857; }
.bloghub-tag--api  { background: #fce7f3; color: #be185d; }

/* ── HERO ── */
.bloghub-hero {
  background: #ffffff;
  padding: 160px 6% 80px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.bloghub-hero::before {
  content: '';
  position: absolute;
  top: -200px; left: 50%;
  transform: translateX(-50%);
  width: 800px;
  height: 800px;
  background: radial-gradient(circle, rgba(124,58,237,0.04) 0%, transparent 70%);
  pointer-events: none;
}
.bloghub-hero__inner {
  max-width: 780px;
  margin: 0 auto;
  position: relative;
}
.bloghub-hero__badge {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: #7c3aed;
  background: #f3e8ff;
  padding: 6px 20px;
  border-radius: 100px;
  margin-bottom: 28px;
}
.bloghub-hero__title {
  font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',system-ui,sans-serif;
  font-weight: 700;
  font-size: clamp(38px, 5.5vw, 64px);
  color: #171717;
  letter-spacing: -0.035em;
  line-height: 1.08;
  margin-bottom: 20px;
}
.bloghub-hero__title em {
  font-style: normal;
  background: linear-gradient(135deg, #7c3aed, #a855f7);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.bloghub-hero__subtitle {
  font-size: 18px;
  color: #737373;
  line-height: 1.7;
  max-width: 560px;
  margin: 0 auto 48px;
}
.bloghub-hero__stats {
  display: flex;
  justify-content: center;
  gap: 48px;
}
.bloghub-stat {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.bloghub-stat__number {
  font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',system-ui,sans-serif;
  font-size: 32px;
  font-weight: 700;
  color: #171717;
  letter-spacing: -0.03em;
  line-height: 1;
}
.bloghub-stat__label {
  font-size: 13px;
  color: #a3a3a3;
  margin-top: 6px;
}

/* ── FEATURED CARD ── */
.bloghub-featured {
  background: #fafafa;
  padding: 80px 6% 0;
}
.bloghub-featured__inner {
  max-width: 1000px;
  margin: 0 auto;
}
.bloghub-featured__card {
  display: grid;
  grid-template-columns: 240px 1fr;
  gap: 0;
  background: #ffffff;
  border: 1px solid #e5e5e5;
  border-radius: 20px;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.bloghub-featured__card:hover {
  transform: translateY(-8px);
  box-shadow: 0 24px 60px rgba(0,0,0,0.1);
  border-color: #d4d4d4;
}
.bloghub-featured__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(160deg, #f0f9ff, #e0f2fe);
  padding: 48px;
  color: #0369a1;
  transition: background 0.4s ease;
}
.bloghub-featured__card:hover .bloghub-featured__icon {
  background: linear-gradient(160deg, #e0f2fe, #bae6fd);
}
.bloghub-featured__icon svg {
  width: 100px;
  height: 100px;
}
.bloghub-featured__content {
  padding: 40px 44px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.bloghub-featured__meta {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
}
.bloghub-featured__read {
  font-size: 13px;
  color: #a3a3a3;
}
.bloghub-featured__title {
  font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',system-ui,sans-serif;
  font-size: clamp(22px, 3vw, 32px);
  font-weight: 700;
  color: #171717;
  line-height: 1.2;
  letter-spacing: -0.025em;
  margin-bottom: 14px;
}
.bloghub-featured__excerpt {
  font-size: 16px;
  color: #737373;
  line-height: 1.7;
  margin-bottom: 24px;
}
.bloghub-featured__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.bloghub-featured__footer time {
  font-size: 13px;
  color: #a3a3a3;
}
.bloghub-featured__cta {
  font-size: 14px;
  font-weight: 600;
  color: #0369a1;
  transition: color 0.3s;
}
.bloghub-featured__card:hover .bloghub-featured__cta {
  color: #0c4a6e;
}

/* ── ARTICLES GRID ── */
.bloghub-articles {
  background: #fafafa;
  padding: 80px 6% 100px;
}
.bloghub-articles__inner {
  max-width: 1000px;
  margin: 0 auto;
}
.bloghub-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

/* ── INDIVIDUAL CARD ── */
.bloghub-card {
  background: #ffffff;
  border: 1px solid #e5e5e5;
  border-radius: 16px;
  overflow: hidden;
  transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.bloghub-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 48px rgba(0,0,0,0.08);
  border-color: #d4d4d4;
}
.bloghub-card__link {
  display: grid;
  grid-template-columns: 100px 1fr;
  gap: 0;
  text-decoration: none;
  color: inherit;
  height: 100%;
}
.bloghub-card__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  color: #737373;
  transition: all 0.35s ease;
}
.bloghub-card__icon svg {
  width: 48px;
  height: 48px;
}
.bloghub-card__icon--tech {
  background: linear-gradient(160deg, #faf5ff, #f3e8ff);
  color: #7c3aed;
}
.bloghub-card__icon--mkt {
  background: linear-gradient(160deg, #fffbeb, #fef3c7);
  color: #b45309;
}
.bloghub-card__icon--biz {
  background: linear-gradient(160deg, #ecfdf5, #d1fae5);
  color: #047857;
}
.bloghub-card__icon--api {
  background: linear-gradient(160deg, #fdf2f8, #fce7f3);
  color: #be185d;
}
.bloghub-card:hover .bloghub-card__icon--tech { background: linear-gradient(160deg, #f3e8ff, #e9d5ff); }
.bloghub-card:hover .bloghub-card__icon--mkt  { background: linear-gradient(160deg, #fef3c7, #fde68a); }
.bloghub-card:hover .bloghub-card__icon--biz  { background: linear-gradient(160deg, #d1fae5, #a7f3d0); }
.bloghub-card:hover .bloghub-card__icon--api  { background: linear-gradient(160deg, #fce7f3, #fbcfe8); }

.bloghub-card__body {
  padding: 28px 28px 28px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.bloghub-card__top {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
}
.bloghub-card__time {
  font-size: 12px;
  color: #a3a3a3;
}
.bloghub-card__title {
  font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',system-ui,sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #171717;
  line-height: 1.35;
  letter-spacing: -0.015em;
  margin-bottom: 8px;
}
.bloghub-card__excerpt {
  font-size: 14px;
  color: #737373;
  line-height: 1.6;
  margin-bottom: 16px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.bloghub-card__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.bloghub-card__footer time {
  font-size: 12px;
  color: #a3a3a3;
}
.bloghub-card__arrow {
  font-size: 18px;
  font-weight: 600;
  color: #d4d4d4;
  transition: all 0.3s ease;
}
.bloghub-card:hover .bloghub-card__arrow {
  color: #171717;
  transform: translateX(4px);
}

/* ── WHY SECTION ── */
.bloghub-why {
  background: #ffffff;
  padding: 100px 6%;
}
.bloghub-why__inner {
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
}
.bloghub-why__title {
  font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',system-ui,sans-serif;
  font-size: clamp(28px, 4vw, 42px);
  font-weight: 700;
  color: #171717;
  letter-spacing: -0.03em;
  line-height: 1.15;
  margin-bottom: 56px;
}
.bloghub-why__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  text-align: left;
}
.bloghub-why__item {
  padding: 32px;
  background: #fafafa;
  border: 1px solid #f0f0f0;
  border-radius: 16px;
  transition: all 0.3s ease;
}
.bloghub-why__item:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(0,0,0,0.06);
  border-color: #e5e5e5;
}
.bloghub-why__icon {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #171717;
  border-radius: 12px;
  color: #ffffff;
  margin-bottom: 20px;
}
.bloghub-why__icon svg {
  width: 22px;
  height: 22px;
}
.bloghub-why__item h3 {
  font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',system-ui,sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #171717;
  margin-bottom: 8px;
  letter-spacing: -0.01em;
}
.bloghub-why__item p {
  font-size: 14px;
  color: #737373;
  line-height: 1.65;
}

/* ── CTA ── */
.bloghub-cta {
  background: #171717;
  padding: 100px 6%;
}
.bloghub-cta__inner {
  max-width: 680px;
  margin: 0 auto;
  text-align: center;
}
.bloghub-cta__content h2 {
  font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',system-ui,sans-serif;
  color: #ffffff;
  font-size: clamp(28px, 4vw, 40px);
  font-weight: 700;
  margin-bottom: 14px;
  letter-spacing: -0.025em;
  line-height: 1.15;
}
.bloghub-cta__content p {
  color: #a3a3a3;
  font-size: 17px;
  line-height: 1.65;
  margin-bottom: 36px;
}
.bloghub-cta__actions {
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}
.bloghub-cta__btn {
  display: inline-block;
  padding: 15px 32px;
  font-weight: 600;
  font-size: 15px;
  border-radius: 10px;
  text-decoration: none;
  transition: all 0.3s ease;
  letter-spacing: 0.01em;
}
.bloghub-cta__btn--primary {
  background: #ffffff;
  color: #171717;
}
.bloghub-cta__btn--primary:hover {
  background: #f5f5f5;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(255,255,255,0.15);
}
.bloghub-cta__btn--secondary {
  background: transparent;
  color: #ffffff;
  border: 1px solid #404040;
}
.bloghub-cta__btn--secondary:hover {
  border-color: #737373;
  background: rgba(255,255,255,0.05);
  transform: translateY(-2px);
}

/* ── FOOTER ── */
.bloghub-footer {
  background: #fafafa;
  border-top: 1px solid #e5e5e5;
  padding: 64px 6% 40px;
}
.bloghub-footer__inner {
  max-width: 1000px;
  margin: 0 auto;
}
.bloghub-footer__top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 60px;
  margin-bottom: 48px;
  padding-bottom: 32px;
  border-bottom: 1px solid #e5e5e5;
}
.bloghub-footer__brand img {
  height: 44px;
  width: auto;
  margin-bottom: 12px;
  filter: brightness(0) saturate(100%);
}
.bloghub-footer__brand p {
  font-size: 14px;
  color: #737373;
  line-height: 1.6;
}
.bloghub-footer__nav {
  display: flex;
  gap: 56px;
}
.bloghub-footer__col {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.bloghub-footer__col h4 {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #171717;
  margin-bottom: 4px;
}
.bloghub-footer__col a {
  font-size: 14px;
  color: #737373;
  text-decoration: none;
  transition: color 0.3s;
}
.bloghub-footer__col a:hover {
  color: #171717;
}
.bloghub-footer__bottom {
  text-align: center;
}
.bloghub-footer__bottom p {
  font-size: 13px;
  color: #a3a3a3;
}

/* ── Entrance animations ── */
@keyframes bloghubFadeUp {
  from { opacity: 0; transform: translateY(24px); }
  to   { opacity: 1; transform: translateY(0); }
}
.bloghub-hero__badge      { animation: bloghubFadeUp 0.6s ease both 0.1s; }
.bloghub-hero__title      { animation: bloghubFadeUp 0.6s ease both 0.2s; }
.bloghub-hero__subtitle   { animation: bloghubFadeUp 0.6s ease both 0.3s; }
.bloghub-hero__stats      { animation: bloghubFadeUp 0.6s ease both 0.4s; }
.bloghub-featured__card   { animation: bloghubFadeUp 0.7s ease both 0.3s; }
.bloghub-card:nth-child(1){ animation: bloghubFadeUp 0.6s ease both 0.1s; }
.bloghub-card:nth-child(2){ animation: bloghubFadeUp 0.6s ease both 0.2s; }
.bloghub-card:nth-child(3){ animation: bloghubFadeUp 0.6s ease both 0.3s; }
.bloghub-card:nth-child(4){ animation: bloghubFadeUp 0.6s ease both 0.4s; }
.bloghub-why__item:nth-child(1) { animation: bloghubFadeUp 0.6s ease both 0.1s; }
.bloghub-why__item:nth-child(2) { animation: bloghubFadeUp 0.6s ease both 0.2s; }
.bloghub-why__item:nth-child(3) { animation: bloghubFadeUp 0.6s ease both 0.3s; }

/* ── Blog Hub Responsive ── */
@media (max-width: 900px) {
  .bloghub-featured__card {
    grid-template-columns: 1fr;
  }
  .bloghub-featured__icon {
    padding: 36px;
  }
  .bloghub-featured__icon svg {
    width: 72px;
    height: 72px;
  }
  .bloghub-featured__content {
    padding: 32px;
  }
  .bloghub-grid {
    grid-template-columns: 1fr;
  }
  .bloghub-card__link {
    grid-template-columns: 80px 1fr;
  }
  .bloghub-why__grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .bloghub-footer__top {
    flex-direction: column;
    gap: 36px;
  }
  .bloghub-footer__nav {
    gap: 36px;
  }
}
@media (max-width: 600px) {
  .bloghub-hero {
    padding: 140px 5% 60px;
  }
  .bloghub-hero__stats {
    gap: 28px;
  }
  .bloghub-stat__number {
    font-size: 26px;
  }
  .bloghub-featured {
    padding: 60px 5% 0;
  }
  .bloghub-articles {
    padding: 60px 5% 80px;
  }
  .bloghub-card__link {
    grid-template-columns: 1fr;
  }
  .bloghub-card__icon {
    padding: 20px;
    justify-content: flex-start;
  }
  .bloghub-card__icon svg {
    width: 36px;
    height: 36px;
  }
  .bloghub-card__body {
    padding: 0 24px 24px;
  }
  .bloghub-why {
    padding: 60px 5%;
  }
  .bloghub-cta {
    padding: 60px 5%;
  }
  .bloghub-footer__nav {
    flex-wrap: wrap;
    gap: 28px;
  }
}

/* === BLOG GLOBAL RESET === */
.blog-footer *,
.blog-article *,
.blog-breadcrumb * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', system-ui, 'Helvetica Neue', Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #171717;
  background: #fafafa;
}

/* BLOG BREADCRUMB */
.blog-breadcrumb {
  max-width: 800px;
  margin: 0 auto;
  padding: 120px 6% 0;
  font-size: 14px;
  color: #a3a3a3;
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}
.blog-breadcrumb a {
  color: #737373;
  text-decoration: none;
  transition: color 0.3s;
}
.blog-breadcrumb a:hover {
  color: #171717;
}
.blog-breadcrumb span {
  color: #d4d4d4;
}

/* BLOG ARTICLE */
.blog-article {
  max-width: 800px;
  margin: 0 auto;
  padding: 40px 6% 80px;
}
.blog-article__header {
  margin-bottom: 48px;
}
.blog-article__tag {
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #737373;
  background: #f5f5f5;
  padding: 4px 12px;
  border-radius: 100px;
  margin-bottom: 20px;
}
.blog-article__header h1 {
  font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',system-ui,sans-serif;
  font-size: clamp(30px, 5vw, 48px);
  font-weight: 700;
  color: #171717;
  line-height: 1.15;
  letter-spacing: -0.03em;
  margin-bottom: 16px;
}
.blog-article__meta {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: #a3a3a3;
}

/* BLOG ARTICLE BODY */
.blog-article__body {
  font-size: 17px;
  line-height: 1.8;
  color: #404040;
}
.blog-article__body h2 {
  font-family: -apple-system,BlinkMacSystemFont,'Segoe UI',system-ui,sans-serif;
  font-size: 28px;
  font-weight: 700;
  color: #171717;
  margin-top: 48px;
  margin-bottom: 16px;
  letter-spacing: -0.02em;
  line-height: 1.3;
}
.blog-article__body h3 {
  font-size: 22px;
  font-weight: 600;
  color: #171717;
  margin-top: 36px;
  margin-bottom: 12px;
}
.blog-article__body p {
  margin-bottom: 20px;
}
.blog-article__body ul,
.blog-article__body ol {
  margin-bottom: 24px;
  padding-left: 24px;
}
.blog-article__body li {
  margin-bottom: 10px;
}
.blog-article__body strong {
  color: #171717;
  font-weight: 600;
}
.blog-article__body blockquote {
  border-left: 3px solid #171717;
  margin: 36px 0;
  padding: 20px 24px;
  background: #fafafa;
  border-radius: 0 8px 8px 0;
}
.blog-article__body blockquote p {
  font-style: italic;
  color: #404040;
  font-size: 18px;
  margin-bottom: 0;
}

/* BLOG TABLE */
.blog-table-wrapper {
  overflow-x: auto;
  margin: 24px 0 32px;
  -webkit-overflow-scrolling: touch;
}
.blog-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 15px;
}
.blog-table th {
  background: #171717;
  color: #ffffff;
  padding: 14px 18px;
  text-align: left;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.02em;
}
.blog-table th:first-child {
  border-radius: 8px 0 0 0;
}
.blog-table th:last-child {
  border-radius: 0 8px 0 0;
}
.blog-table td {
  padding: 12px 18px;
  border-bottom: 1px solid #e5e5e5;
  color: #404040;
}
.blog-table tr:last-child td:first-child {
  border-radius: 0 0 0 8px;
}
.blog-table tr:last-child td:last-child {
  border-radius: 0 0 8px 0;
}
.blog-table tr:hover td {
  background: #fafafa;
}

/* BLOG ARTICLE CTA */
.blog-article__cta {
  background: #171717;
  border-radius: 16px;
  padding: 48px 40px;
  text-align: center;
  margin-top: 60px;
  margin-bottom: 60px;
}
.blog-article__cta h3 {
  color: #ffffff;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 8px;
  letter-spacing: -0.02em;
}
.blog-article__cta p {
  color: #a3a3a3;
  font-size: 16px;
  margin-bottom: 24px;
}

/* BLOG RELATED */
.blog-article__related {
  margin-top: 20px;
}
.blog-article__related h3 {
  font-size: 20px;
  font-weight: 700;
  color: #171717;
  margin-bottom: 20px;
}
.blog-related-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.blog-related-card {
  display: block;
  padding: 24px;
  background: #fafafa;
  border: 1px solid #e5e5e5;
  border-radius: 12px;
  text-decoration: none;
  transition: all 0.3s ease;
}
.blog-related-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0,0,0,0.06);
  border-color: #d4d4d4;
}
.blog-related-card__tag {
  display: inline-block;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #737373;
  margin-bottom: 8px;
}
.blog-related-card h4 {
  font-size: 16px;
  font-weight: 600;
  color: #171717;
  line-height: 1.4;
}

/* BLOG RESPONSIVE */
@media (max-width: 768px) {
  .blog-hero {
    padding: 130px 5% 60px;
  }
  .blog-grid {
    grid-template-columns: 1fr;
  }
  .blog-card__link {
    padding: 24px;
  }
  .blog-article {
    padding: 32px 5% 60px;
  }
  .blog-article__header h1 {
    font-size: 28px;
  }
  .blog-article__body {
    font-size: 16px;
  }
  .blog-article__body h2 {
    font-size: 24px;
  }
  .blog-article__cta {
    padding: 36px 24px;
  }
  .blog-related-grid {
    grid-template-columns: 1fr;
  }
  .blog-breadcrumb {
    padding-top: 100px;
  }
  .blog-cta {
    padding: 60px 5%;
  }
}

/* === BLOG CTA BUTTON === */
.blog-cta__btn {
  display: inline-block;
  padding: 16px 36px;
  background: #ffffff;
  color: #171717;
  font-size: 16px;
  font-weight: 700;
  border-radius: 12px;
  text-decoration: none;
  letter-spacing: 0.01em;
  transition: all 0.3s ease;
}
.blog-cta__btn:hover {
  background: #f0f0f0;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(255,255,255,0.15);
}

/* === BLOG PROMO CARD === */
.blog-promo-card {
  max-width: 800px;
  margin: 0 auto 60px;
  padding: 0 6%;
}
.blog-promo-card__inner {
  background: linear-gradient(135deg, #7c3aed 0%, #a855f7 50%, #7c3aed 100%);
  border-radius: 20px;
  padding: 48px 40px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.blog-promo-card__inner::before {
  content: '';
  position: absolute;
  top: -60px;
  right: -60px;
  width: 200px;
  height: 200px;
  background: rgba(255,255,255,0.08);
  border-radius: 50%;
  pointer-events: none;
}
.blog-promo-card__inner::after {
  content: '';
  position: absolute;
  bottom: -40px;
  left: -40px;
  width: 150px;
  height: 150px;
  background: rgba(255,255,255,0.05);
  border-radius: 50%;
  pointer-events: none;
}
.blog-promo-card__badge {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: #ffffff;
  background: rgba(255,255,255,0.2);
  padding: 5px 18px;
  border-radius: 100px;
  margin-bottom: 20px;
  position: relative;
}
.blog-promo-card__title {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', system-ui, sans-serif;
  font-size: clamp(22px, 3.5vw, 32px);
  font-weight: 700;
  color: #ffffff;
  line-height: 1.2;
  letter-spacing: -0.025em;
  margin-bottom: 12px;
  position: relative;
}
.blog-promo-card__text {
  font-size: 16px;
  color: rgba(255,255,255,0.85);
  line-height: 1.6;
  max-width: 500px;
  margin: 0 auto 28px;
  position: relative;
}
.blog-promo-card__features {
  display: flex;
  justify-content: center;
  gap: 24px;
  flex-wrap: wrap;
  margin-bottom: 28px;
  position: relative;
}
.blog-promo-card__feature {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  font-weight: 600;
  color: rgba(255,255,255,0.95);
}
.blog-promo-card__btn {
  display: inline-block;
  padding: 16px 40px;
  background: #ffffff;
  color: #7c3aed;
  font-size: 16px;
  font-weight: 700;
  border-radius: 12px;
  text-decoration: none;
  letter-spacing: 0.01em;
  transition: all 0.3s ease;
  position: relative;
  box-shadow: 0 4px 16px rgba(0,0,0,0.1);
}
.blog-promo-card__btn:hover {
  background: #f5f3ff;
  transform: translateY(-3px);
  box-shadow: 0 8px 28px rgba(0,0,0,0.18);
}

/* === BLOG FOOTER === */
.blog-footer {
  background: #171717;
  padding: 60px 6% 40px;
  margin-top: 0;
}
.blog-footer__container {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}
.blog-footer__brand {
  margin-bottom: 28px;
}
.blog-footer__brand img {
  height: 44px;
  width: auto;
  margin-bottom: 10px;
  opacity: 0.9;
}
.blog-footer__brand p {
  font-size: 14px;
  color: #737373;
  line-height: 1.5;
}
.blog-footer__links {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 24px;
  margin-bottom: 28px;
}
.blog-footer__links a {
  font-size: 14px;
  color: #a3a3a3;
  text-decoration: none;
  transition: color 0.3s;
}
.blog-footer__links a:hover {
  color: #ffffff;
}
.blog-footer__copy {
  font-size: 13px;
  color: #525252;
  padding-top: 24px;
  border-top: 1px solid #2a2a2a;
}

/* === BLOG RESPONSIVE ADDITIONS === */
@media (max-width: 768px) {
  .blog-promo-card__inner {
    padding: 36px 24px;
  }
  .blog-promo-card__features {
    flex-direction: column;
    align-items: center;
    gap: 12px;
  }
  .blog-footer__links {
    gap: 16px;
  }
}