:root {
  --bg: #0b061a;
  --panel: rgba(28, 20, 52, 0.65);
  --card: rgba(38, 26, 73, 0.65);
  --accent-1: #6f2aff;
  --accent-2: #4b1fa0;
  --accent-3: #2a0f52;
  --text: #f4f1ff;
  --muted: #c9c3de;
  --border: rgba(255, 255, 255, 0.08);
  --glow: 0 0 25px rgba(111, 42, 255, 0.45), 0 0 60px rgba(75, 31, 160, 0.35);
  --radius: 16px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Poppins", "Inter", system-ui, -apple-system, sans-serif;
  background: radial-gradient(circle at 15% 20%, rgba(111, 42, 255, 0.12), transparent 30%),
              radial-gradient(circle at 80% 0%, rgba(75, 31, 160, 0.18), transparent 32%),
              var(--bg);
  color: var(--text);
  min-height: 100vh;
  overflow-x: hidden;
}

* {
  scroll-margin-top: 80px;
}

a {
  color: inherit;
  text-decoration: none;
}

.background-layer {
  position: fixed;
  inset: 0;
  z-index: -2;
  overflow: hidden;
}

canvas#particles {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.wave {
  position: absolute;
  width: 140%;
  height: 50%;
  filter: blur(80px);
  opacity: 0.35;
  animation: float 16s ease-in-out infinite;
}
.wave-1 { top: -10%; left: -20%; background: radial-gradient(circle at 20% 20%, var(--accent-1), transparent 55%); }
.wave-2 { bottom: -20%; right: -10%; background: radial-gradient(circle at 80% 30%, var(--accent-2), transparent 55%); animation-delay: 4s; }
.wave-3 { top: 30%; right: -25%; background: radial-gradient(circle at 50% 50%, var(--accent-3), transparent 60%); animation-delay: 8s; }

.grid-overlay {
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle, rgba(255, 255, 255, 0.08) 1px, transparent 1px);
  background-size: 50px 50px;
  mask-image: linear-gradient(180deg, rgba(0,0,0,0.9), rgba(0,0,0,0.3));
  opacity: 0.35;
  z-index: -1;
}

.topbar {
  position: sticky;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 5vw;
  background: rgba(5, 3, 15, 0.7);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--border);
  z-index: 10;
}

.logo {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 700;
  letter-spacing: 2px;
  color: #fff;
  text-decoration: none;
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.logo:hover {
  opacity: 0.9;
  transform: scale(1.05);
}
.logo-image {
  display: block;
  width: 55px;
  height: 55px;
  object-fit: contain;
  transition: transform 0.2s ease;
}
.logo:hover .logo-image {
  transform: scale(1.05);
}
/* Mantener compatibilidad con logo de texto si se necesita */
.logo-mark {
  width: 24px;
  height: 24px;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, var(--accent-1), var(--accent-2));
  border-radius: 50%;
  box-shadow: var(--glow);
  color: #0b061a;
  font-size: 14px;
}
.logo-text { font-size: 15px; }

.ghost-btn {
  padding: 10px 16px;
  border: 1px solid rgb(255 255 255 / 70%);
  border-radius: 999px;
  color: var(--text);
  background: rgba(255, 255, 255, 0.04);
  transition: 0.25s ease;
}
.ghost-btn:hover {
  border-color: rgba(255, 255, 255, 0.25);
  box-shadow: var(--glow);
}

/* ===== HERO SECTION - DISEÑO ÚNICO ===== */
.hero {
  position: relative;
  min-height: 90vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0;
  overflow: hidden;
  background: radial-gradient(ellipse at top, rgba(111,42,255,0.15) 0%, transparent 50%),
              radial-gradient(ellipse at bottom, rgba(75,31,160,0.12) 0%, transparent 50%),
              linear-gradient(180deg, #0a0518 0%, #0d071f 50%, #0b061a 100%);
  isolation: isolate;
}

.hero__bg-elements {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
}

.hero__orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(60px);
  opacity: 0.6;
  animation: heroOrbFloat 20s ease-in-out infinite;
}

.hero__orb-1 {
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(111,42,255,0.8), rgba(111,42,255,0));
  top: -200px;
  left: -200px;
  animation-delay: 0s;
}

.hero__orb-2 {
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(75,31,160,0.7), rgba(75,31,160,0));
  bottom: -150px;
  right: -150px;
  animation-delay: 5s;
}

.hero__orb-3 {
  width: 350px;
  height: 350px;
  background: radial-gradient(circle, rgba(42,15,82,0.6), rgba(42,15,82,0));
  top: 50%;
  right: 10%;
  animation-delay: 10s;
}

.hero__grid-pattern {
  position: absolute;
  inset: 0;
  background-image: 
    linear-gradient(rgba(111,42,255,0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(111,42,255,0.03) 1px, transparent 1px);
  background-size: 80px 80px;
  mask-image: radial-gradient(ellipse at center, rgba(0,0,0,0.8) 0%, transparent 70%);
  opacity: 0.4;
}

.hero__gradient-overlay {
  position: absolute;
  inset: 0;
  background: 
    radial-gradient(circle at 20% 30%, rgba(111,42,255,0.1) 0%, transparent 40%),
    radial-gradient(circle at 80% 70%, rgba(75,31,160,0.08) 0%, transparent 40%);
  pointer-events: none;
}

.hero__container {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 140px 6vw 120px;
  text-align: center;
}

.hero__content {
  width: 100%;
  animation: heroFadeIn 1s ease-out;
}

.hero__title {
  font-size: clamp(42px, 6vw, 72px);
  line-height: 1.05;
  margin: 24px 0 20px;
  letter-spacing: -2px;
  font-weight: 700;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.hero__title-line {
  display: block;
  background: linear-gradient(135deg, #ffffff 0%, rgba(244,241,255,0.9) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-shadow: 0 20px 60px rgba(0,0,0,0.5);
}

.hero__title-accent {
  background: linear-gradient(135deg, var(--accent-1) 0%, #bda3ff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  position: relative;
}

.hero__subtitle {
  color: rgba(244,241,255,0.75);
  font-size: clamp(18px, 2.5vw, 22px);
  max-width: 750px;
  margin: 0 auto;
  line-height: 1.7;
  font-weight: 400;
  letter-spacing: 0.2px;
}

.hero__actions {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

.hero__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 18px 36px;
  border-radius: 16px;
  border: 2px solid rgba(111,42,255,0.4);
  background: linear-gradient(135deg, var(--accent-1), var(--accent-2));
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.5px;
  box-shadow: 0 8px 32px rgba(111,42,255,0.4),
              0 0 0 0 rgba(111,42,255,0.5);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
}

.hero__cta::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(255,255,255,0.2), transparent);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.hero__cta:hover {
  transform: translateY(-3px) scale(1.02);
  box-shadow: 0 12px 48px rgba(111,42,255,0.5),
              0 0 0 4px rgba(111,42,255,0.2);
  border-color: rgba(111,42,255,0.6);
}

.hero__cta:hover::before {
  opacity: 1;
}

.hero__cta svg {
  transition: transform 0.3s ease;
}

.hero__cta:hover svg {
  transform: translateX(4px);
}

.hero__cta-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 16px 32px;
  border-radius: 16px;
  border: 2px solid rgba(111,42,255,0.3);
  background: rgba(111,42,255,0.08);
  color: var(--text);
  font-weight: 600;
  font-size: 15px;
  letter-spacing: 0.3px;
  box-shadow: 0 4px 20px rgba(111,42,255,0.2);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  backdrop-filter: blur(10px);
}

.hero__cta-secondary:hover {
  transform: translateY(-2px);
  border-color: rgba(111,42,255,0.5);
  background: rgba(111,42,255,0.15);
  box-shadow: 0 8px 30px rgba(111,42,255,0.3);
}

.hero__cta-secondary svg {
  transition: transform 0.3s ease;
}

.hero__cta-secondary:hover svg {
  transform: scale(1.1);
}

.hero__microcopy {
  color: rgba(201,195,222,0.7);
  font-size: 14px;
  font-weight: 400;
}

.hero__stats {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
  margin-top: 60px;
  padding: 32px 40px;
  background: rgba(255,255,255,0.02);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 20px;
  backdrop-filter: blur(20px);
  box-shadow: 0 8px 32px rgba(0,0,0,0.2);
}

.hero__stat {
  text-align: center;
}

.hero__stat-value {
  font-size: 32px;
  font-weight: 700;
  background: linear-gradient(135deg, var(--accent-1), #bda3ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 4px;
}

.hero__stat-label {
  color: rgba(244,241,255,0.6);
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.hero__stat-divider {
  width: 1px;
  height: 40px;
  background: linear-gradient(180deg, transparent, rgba(255,255,255,0.1), transparent);
}

.hero__divider {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg,
    transparent,
    rgba(111,42,255,0.3) 20%,
    rgba(111,42,255,0.5) 50%,
    rgba(111,42,255,0.3) 80%,
    transparent);
  box-shadow: 0 0 20px rgba(111,42,255,0.3);
}

@keyframes heroOrbFloat {
  0%, 100% {
    transform: translate(0, 0) scale(1);
  }
  33% {
    transform: translate(30px, -30px) scale(1.1);
  }
  66% {
    transform: translate(-20px, 20px) scale(0.9);
  }
}

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

.badge {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 14px 26px;
  border-radius: 999px;
  background: linear-gradient(135deg, 
    rgba(18, 10, 38, 0.98) 0%,
    rgba(28, 18, 55, 0.95) 50%,
    rgba(35, 22, 65, 0.98) 100%);
  border: 1.5px solid rgba(255, 255, 255, 0.18);
  color: #ffffff;
  font-weight: 600;
  font-size: 13.5px;
  letter-spacing: 0.4px;
  text-transform: none;
  box-shadow: 
    0 6px 30px rgba(0, 0, 0, 0.4),
    0 0 0 1px rgba(255, 255, 255, 0.1) inset,
    0 0 40px rgba(111, 42, 255, 0.25),
    0 4px 15px rgba(255, 149, 0, 0.15);
  position: relative;
  overflow: visible;
  margin-bottom: 16px;
  backdrop-filter: blur(16px) saturate(180%);
  font-family: "Inter", "Poppins", sans-serif;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  animation: badgeFadeIn 0.8s ease-out;
}

.badge::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, 
    rgba(255, 255, 255, 0.12) 0%,
    rgba(255, 255, 255, 0.04) 50%,
    transparent 100%);
  opacity: 0.8;
  border-radius: 999px;
  z-index: 0;
}

.badge::after {
  content: "";
  position: absolute;
  inset: -2px;
  background: linear-gradient(135deg, 
    rgba(255, 149, 0, 0.2) 0%,
    rgba(255, 215, 0, 0.15) 25%,
    rgba(111, 42, 255, 0.2) 75%,
    rgba(75, 31, 160, 0.15) 100%);
  border-radius: 999px;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: -1;
  filter: blur(8px);
}

.badge:hover::after {
  opacity: 0.6;
}

.badge:hover {
  transform: translateY(-2px);
  box-shadow: 
    0 8px 40px rgba(0, 0, 0, 0.5),
    0 0 0 1px rgba(255, 255, 255, 0.15) inset,
    0 0 50px rgba(111, 42, 255, 0.35),
    0 6px 20px rgba(255, 149, 0, 0.2);
  border-color: rgba(255, 255, 255, 0.25);
}

.badge .pulse {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: linear-gradient(135deg, #ff9500, #ffb347);
  box-shadow: 
    0 0 0 0 rgba(255, 149, 0, 0.9),
    0 0 0 0 rgba(255, 149, 0, 0.6),
    0 0 12px rgba(255, 149, 0, 0.6),
    inset 0 1px 2px rgba(255, 255, 255, 0.3);
  animation: badgePulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  flex-shrink: 0;
  position: relative;
  z-index: 2;
}

.badge .warning-icon {
  width: 18px;
  height: 18px;
  color: #ffd700;
  flex-shrink: 0;
  filter: drop-shadow(0 0 6px rgba(255, 215, 0, 0.7));
  position: relative;
  z-index: 2;
  animation: iconShimmer 3s ease-in-out infinite;
}

.badge .badge-text {
  position: relative;
  z-index: 2;
  white-space: nowrap;
  background: linear-gradient(135deg, #ffffff 0%, rgba(255, 255, 255, 0.95) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-shadow: 0 1px 2px rgba(255, 255, 255, 0.1);
}

@keyframes badgeFadeIn {
  from {
    opacity: 0;
    transform: translateY(-10px) scale(0.95);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes badgePulse {
  0% {
    box-shadow: 
      0 0 0 0 rgba(255, 149, 0, 0.9),
      0 0 0 0 rgba(255, 149, 0, 0.6),
      0 0 12px rgba(255, 149, 0, 0.6),
      inset 0 1px 2px rgba(255, 255, 255, 0.3);
    transform: scale(1);
  }
  50% {
    box-shadow: 
      0 0 0 8px rgba(255, 149, 0, 0),
      0 0 0 4px rgba(255, 149, 0, 0.3),
      0 0 16px rgba(255, 149, 0, 0.8),
      inset 0 1px 2px rgba(255, 255, 255, 0.3);
    transform: scale(1.1);
  }
  100% {
    box-shadow: 
      0 0 0 0 rgba(255, 149, 0, 0),
      0 0 0 0 rgba(255, 149, 0, 0),
      0 0 12px rgba(255, 149, 0, 0.6),
      inset 0 1px 2px rgba(255, 255, 255, 0.3);
    transform: scale(1);
  }
}

@keyframes iconShimmer {
  0%, 100% {
    filter: drop-shadow(0 0 6px rgba(255, 215, 0, 0.7));
    opacity: 1;
  }
  50% {
    filter: drop-shadow(0 0 10px rgba(255, 215, 0, 0.9));
    opacity: 0.9;
  }
}

.cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 16px 26px;
  border-radius: 12px;
  border: 1px solid rgba(255,255,255,0.1);
  background: linear-gradient(135deg, var(--accent-1), var(--accent-2));
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.2px;
  box-shadow: var(--glow);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.cta:hover {
  transform: translateY(-2px) scale(1.01);
  box-shadow: 0 10px 40px rgba(111, 42, 255, 0.45);
}
.cta.full {
  width: 100%;
  max-width: 500px;
  padding: 16px 32px;
  border-radius: 14px;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.5px;
  background: linear-gradient(135deg, var(--accent-1), var(--accent-2));
  border: 1px solid rgba(255,255,255,0.15);
  box-shadow: 0 4px 20px rgba(111,42,255,0.3),
              0 0 0 1px rgba(255,255,255,0.1) inset;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.cta.full:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 30px rgba(111,42,255,0.4),
              0 0 0 1px rgba(255,255,255,0.2) inset;
}
.cta.full:active {
  transform: translateY(0);
}
.cta:disabled {
  cursor: not-allowed;
  filter: saturate(0.8);
  box-shadow: none;
  opacity: 0.7;
}
.cta.sent {
  background: linear-gradient(135deg, #35c5ff, #6f2aff);
}

.hero__microcopy {
  color: var(--muted);
  font-size: 14px;
  max-width: 500px;
}

.section-header {
  text-align: center;
  padding: 0 0 40px;
  position: relative;
}
.section-header h2 {
  font-size: clamp(28px, 3vw, 36px);
  margin-bottom: 10px;
}
.section-header p {
  max-width: 900px;
  margin: 0 auto;
  color: var(--muted);
}

.why {
  padding: 80px 6vw;
  background: linear-gradient(180deg,
    transparent 0%,
    rgba(75,31,160,0.06) 50%,
    transparent 100%);
  position: relative;
}
.why::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg,
    transparent,
    rgba(111,42,255,0.3),
    transparent);
}
.why__divider {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg,
    transparent,
    rgba(111,42,255,0.3) 20%,
    rgba(111,42,255,0.5) 50%,
    rgba(111,42,255,0.3) 80%,
    transparent);
  box-shadow: 0 0 20px rgba(111,42,255,0.3);
}
/* Video Container */
.video-container {
  max-width: 1000px;
  margin: 40px auto 0;
  position: relative;
}

.video-wrapper {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; /* 16:9 aspect ratio */
  border-radius: 24px;
  overflow: hidden;
  background: rgba(0,0,0,0.3);
  border: 1px solid rgba(255,255,255,0.1);
  box-shadow: 0 20px 60px rgba(0,0,0,0.4),
              0 0 0 1px rgba(111,42,255,0.2) inset,
              0 0 40px rgba(111,42,255,0.15);
  backdrop-filter: blur(10px);
}

.video-wrapper::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, 
    rgba(111,42,255,0.1) 0%, 
    transparent 50%,
    rgba(75,31,160,0.1) 100%);
  pointer-events: none;
  z-index: 1;
}

.video-wrapper iframe,
.video-wrapper video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  z-index: 2;
  object-fit: cover;
}

.video-player {
  background: #000;
  border-radius: 24px;
}

/* Video thumbnail link */
.video-thumbnail-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  cursor: pointer;
  z-index: 2;
  transition: transform 0.3s ease;
}

.video-thumbnail-link:hover {
  transform: scale(1.02);
}

.video-thumbnail-link:hover .video-play-button {
  transform: scale(1.1);
}

.video-thumbnail-link:hover .video-overlay {
  opacity: 0.3;
}

.video-thumbnail {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.video-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  transition: opacity 0.3s ease;
  z-index: 1;
}

.video-play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  transition: transform 0.3s ease;
  filter: drop-shadow(0 4px 12px rgba(0, 0, 0, 0.5));
}

.video-play-button svg circle {
  transition: fill 0.3s ease;
}

.video-thumbnail-link:hover .video-play-button svg circle {
  fill: rgba(111, 42, 255, 0.8);
}

/* CTA después del video */
.why-cta {
  max-width: 700px;
  margin: 60px auto 0;
  text-align: center;
  padding: 0 20px;
}

.why-cta-text {
  font-size: 18px;
  line-height: 1.7;
  color: var(--muted);
  margin: 0 0 32px 0;
  font-weight: 400;
}

.why-cta-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 18px 40px;
  background: linear-gradient(135deg, var(--accent-1), var(--accent-2));
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.3px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 4px 20px rgba(111, 42, 255, 0.3),
              0 0 0 1px rgba(255, 255, 255, 0.1) inset;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  text-decoration: none;
}

.why-cta-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 30px rgba(111, 42, 255, 0.4),
              0 0 0 1px rgba(255, 255, 255, 0.2) inset;
}

.why-cta-button svg {
  transition: transform 0.3s ease;
}

.why-cta-button:hover svg {
  transform: translateX(4px);
}

.why-cta-button:active {
  transform: translateY(0);
}

.why-cta-buttons {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
}

.why-cta-button-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 18px 40px;
  background: rgba(111,42,255,0.1);
  color: var(--text);
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.3px;
  border-radius: 12px;
  border: 1px solid rgba(111,42,255,0.3);
  box-shadow: 0 4px 20px rgba(111, 42, 255, 0.2);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  text-decoration: none;
  backdrop-filter: blur(10px);
}

.why-cta-button-secondary:hover {
  transform: translateY(-2px);
  background: rgba(111,42,255,0.15);
  border-color: rgba(111,42,255,0.5);
  box-shadow: 0 8px 30px rgba(111, 42, 255, 0.3);
}

.why-cta-button-secondary svg {
  transition: transform 0.3s ease;
}

.why-cta-button-secondary:hover svg {
  transform: scale(1.1);
}

/* Demo Section */
.demo-section {
  padding: 80px 6vw;
  background: linear-gradient(180deg,
    transparent 0%,
    rgba(75,31,160,0.08) 50%,
    transparent 100%);
  position: relative;
}

.demo__divider {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg,
    transparent,
    rgba(111,42,255,0.3) 20%,
    rgba(111,42,255,0.5) 50%,
    rgba(111,42,255,0.3) 80%,
    transparent);
}

.demo-container {
  max-width: 800px;
  margin: 0 auto;
}

.demo-content {
  text-align: center;
  background: linear-gradient(135deg, rgba(111,42,255,0.12), rgba(75,31,160,0.08));
  border: 1px solid rgba(111,42,255,0.3);
  border-radius: 24px;
  padding: 60px 50px;
  backdrop-filter: blur(12px);
  box-shadow: 0 20px 60px rgba(111,42,255,0.15);
  position: relative;
}

.demo-content::before {
  content: "";
  position: absolute;
  inset: -1px;
  border-radius: 24px;
  padding: 1px;
  background: linear-gradient(135deg, rgba(111,42,255,0.4), rgba(75,31,160,0.3));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: 0.5;
  z-index: -1;
}

.demo-icon {
  width: 80px;
  height: 80px;
  margin: 0 auto 32px;
  color: #25D366;
  background: rgba(37,211,102,0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid rgba(37,211,102,0.3);
  box-shadow: 0 8px 32px rgba(37,211,102,0.2);
}

.demo-icon svg {
  width: 48px;
  height: 48px;
}

.demo-title {
  font-size: clamp(28px, 3.5vw, 40px);
  font-weight: 700;
  margin: 0 0 20px 0;
  background: linear-gradient(135deg, var(--text) 0%, rgba(244, 241, 255, 0.9) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  letter-spacing: -0.5px;
}

.demo-description {
  font-size: 18px;
  line-height: 1.7;
  color: var(--muted);
  margin: 0 0 40px 0;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
}

.demo-features {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin: 0 0 40px 0;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.demo-feature {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  color: var(--text);
  font-size: 16px;
  text-align: center;
}

.demo-feature svg {
  color: #25D366;
  flex-shrink: 0;
}

.demo-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 20px 48px;
  background: linear-gradient(135deg, #25D366, #20BA5A);
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0.5px;
  border-radius: 16px;
  border: none;
  box-shadow: 0 8px 32px rgba(37,211,102,0.4),
              0 0 0 0 rgba(37,211,102,0.5);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.demo-button::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(255,255,255,0.2), transparent);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.demo-button:hover {
  transform: translateY(-3px) scale(1.02);
  box-shadow: 0 12px 48px rgba(37,211,102,0.5),
              0 0 0 4px rgba(37,211,102,0.2);
}

.demo-button:hover::before {
  opacity: 1;
}

.demo-button svg {
  transition: transform 0.3s ease;
}

.demo-button:hover svg {
  transform: scale(1.1);
}

/* Demo CTA en Thank You Page */
.demo-cta-thankyou {
  margin: 40px 0;
  padding: 40px;
  background: linear-gradient(135deg, rgba(37,211,102,0.1), rgba(37,211,102,0.05));
  border: 1px solid rgba(37,211,102,0.3);
  border-radius: 20px;
  text-align: center;
  position: relative;
}

.demo-cta-icon {
  width: 64px;
  height: 64px;
  margin: 0 auto 20px;
  color: #25D366;
  background: rgba(37,211,102,0.15);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid rgba(37,211,102,0.3);
}

.demo-cta-thankyou h3 {
  font-size: 24px;
  margin-bottom: 12px;
  font-weight: 600;
  color: var(--text);
}

.demo-cta-thankyou p {
  color: var(--muted);
  font-size: 16px;
  line-height: 1.7;
  margin: 0 0 28px 0;
}

.demo-cta-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 16px 36px;
  background: linear-gradient(135deg, #25D366, #20BA5A);
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.3px;
  border-radius: 12px;
  border: none;
  box-shadow: 0 4px 20px rgba(37,211,102,0.3);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  text-decoration: none;
}

.demo-cta-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 30px rgba(37,211,102,0.4);
}

.demo-cta-button svg {
  transition: transform 0.3s ease;
}

.demo-cta-button:hover svg {
  transform: scale(1.1);
}

/* Target Audience Section - Premium */
.target-audience {
  padding: 120px 6vw;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}

.target-audience-container {
  width: 100%;
}

/* Header */
.target-audience-header {
  text-align: center;
  margin-bottom: 80px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.target-headline {
  font-size: clamp(32px, 4vw, 48px);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.5px;
  color: var(--text);
  margin: 0 0 24px 0;
  background: linear-gradient(135deg, var(--text) 0%, rgba(244, 241, 255, 0.85) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.target-subtitle {
  font-size: clamp(16px, 1.8vw, 20px);
  line-height: 1.6;
  color: var(--muted);
  margin: 0;
  font-weight: 400;
}

/* Cards Grid */
.target-cards-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(480px, 1fr));
  gap: 32px;
  margin-bottom: 100px;
}

.target-card {
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 20px;
  padding: 40px;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  backdrop-filter: blur(10px);
}

.target-card:hover {
  border-color: rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.03);
  transform: translateY(-4px);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3),
              0 0 0 1px rgba(255, 255, 255, 0.05) inset;
}

.target-card-positive {
  border-left: 3px solid rgba(76, 175, 80, 0.5);
}

.target-card-negative {
  border-left: 3px solid rgba(244, 67, 54, 0.5);
}

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

.target-icon {
  width: 28px;
  height: 28px;
  flex-shrink: 0;
}

.target-icon-check {
  color: #4caf50;
}

.target-icon-cross {
  color: #f44336;
}

.target-card-title {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: -0.3px;
  color: var(--text);
  margin: 0;
}

.target-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.target-list-item {
  font-size: 16px;
  line-height: 1.7;
  color: var(--muted);
  position: relative;
  padding-left: 32px;
}

.target-list-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--accent-1);
  opacity: 0.6;
}

.target-card-positive .target-list-item::before {
  background: #4caf50;
}

.target-card-negative .target-list-item::before {
  background: #f44336;
}

/* CTA Section */
.target-cta-section {
  text-align: center;
  max-width: 700px;
  margin: 0 auto;
}

.target-authority-text {
  font-size: clamp(20px, 2.5vw, 26px);
  font-weight: 600;
  line-height: 1.5;
  color: var(--text);
  margin: 0 0 20px 0;
  letter-spacing: -0.3px;
}

.target-personalized-text {
  font-size: 15px;
  line-height: 1.7;
  color: var(--muted);
  margin: 0 0 40px 0;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.target-personalized-text strong {
  color: var(--text);
  font-weight: 600;
}

.target-cta-button {
  display: inline-block;
  padding: 18px 40px;
  background: linear-gradient(135deg, var(--accent-1), var(--accent-2));
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.3px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 4px 20px rgba(111, 42, 255, 0.3),
              0 0 0 1px rgba(255, 255, 255, 0.1) inset;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  text-decoration: none;
}

.target-cta-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 30px rgba(111, 42, 255, 0.4),
              0 0 0 1px rgba(255, 255, 255, 0.2) inset;
}

.target-cta-microcopy {
  font-size: 14px;
  color: var(--muted);
  margin: 20px 0 0 0;
  font-style: italic;
}

/* Animations for Target Audience Section */
.target-audience [data-animate] {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s cubic-bezier(0.4, 0, 0.2, 1),
              transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}

.target-audience [data-animate].visible {
  opacity: 1;
  transform: translateY(0);
}

/* Staggered animation delays */
.target-audience-header[data-animate] {
  transition-delay: 0.1s;
}

.target-cards-grid .target-card[data-animate]:nth-child(1) {
  transition-delay: 0.2s;
}

.target-cards-grid .target-card[data-animate]:nth-child(2) {
  transition-delay: 0.3s;
}

.target-cta-section[data-animate] {
  transition-delay: 0.4s;
}

.form-section {
  padding: 100px 6vw 120px;
  max-width: 900px;
  margin: 0 auto;
  background: linear-gradient(180deg,
    transparent 0%,
    rgba(42,15,82,0.18) 30%,
    rgba(75,31,160,0.12) 70%,
    transparent 100%);
  position: relative;
  border-top: 1px solid rgba(255,255,255,0.06);
}

/* Notificación sutil al llegar al formulario */
.form-notification {
  position: fixed;
  top: 20px;
  right: -400px;
  z-index: 9999;
  max-width: calc(100vw - 40px);
  width: auto;
  min-width: 280px;
  opacity: 0;
  pointer-events: none;
  transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
  will-change: transform, opacity;
}

.form-notification.shown {
  opacity: 1;
  right: 20px;
  pointer-events: auto;
}

.notification-content {
  background: linear-gradient(135deg, rgba(20,12,40,0.98), rgba(28,18,50,0.98));
  background-color: rgba(20,12,40,0.98); /* Fondo más oscuro para mejor contraste */
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px); /* Safari */
  border: 1px solid rgba(111,42,255,0.6);
  border-left: 3px solid rgba(111,42,255,1);
  border-radius: 12px;
  padding: 14px 16px;
  box-shadow: 0 4px 24px rgba(0,0,0,0.7),
              0 0 0 1px rgba(255,255,255,0.15) inset,
              0 0 40px rgba(111,42,255,0.4);
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 13px;
  color: #ffffff;
  line-height: 1.5;
  position: relative;
  overflow: hidden;
  /* Máximo contraste para funcionar en cualquier brillo */
  filter: contrast(1.1) brightness(1.05);
}

/* Adaptación para pantallas con alto brillo */
@media (prefers-contrast: high) {
  .notification-content {
    background-color: rgba(15,8,30,1);
    border: 2px solid rgba(111,42,255,0.8);
    box-shadow: 0 4px 30px rgba(0,0,0,0.8),
                0 0 0 2px rgba(255,255,255,0.2) inset;
  }
  
  .notification-name,
  .notification-time {
    text-shadow: 0 2px 4px rgba(0,0,0,0.6);
  }
}

.notification-content::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background: linear-gradient(180deg, 
    rgba(111,42,255,0.8) 0%,
    rgba(75,31,160,0.6) 100%);
}

.notification-icon {
  flex-shrink: 0;
  font-size: 18px;
  opacity: 1;
  color: #ffffff;
  font-weight: bold;
  text-shadow: 0 1px 4px rgba(0,0,0,0.5),
               0 2px 8px rgba(0,0,0,0.3);
  filter: drop-shadow(0 0 6px rgba(111,42,255,0.6))
          drop-shadow(0 0 12px rgba(111,42,255,0.3));
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  background: rgba(111,42,255,0.2);
  border-radius: 50%;
  border: 1px solid rgba(111,42,255,0.4);
}

.notification-text {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 4px;
  flex-wrap: wrap;
}

.notification-name {
  font-weight: 600;
  color: #ffffff;
  text-shadow: 0 1px 4px rgba(0,0,0,0.5), 
               0 2px 8px rgba(0,0,0,0.3),
               0 0 12px rgba(0,0,0,0.2);
  letter-spacing: 0.2px;
}

.notification-time {
  font-size: 11px;
  color: rgba(255,255,255,0.85);
  margin-left: 6px;
  font-weight: 400;
  white-space: nowrap;
  text-shadow: 0 1px 3px rgba(0,0,0,0.4),
               0 0 6px rgba(0,0,0,0.2);
}

@media (max-width: 768px) {
  .form-notification {
    top: 15px;
    right: -100%;
    max-width: calc(100vw - 30px);
    min-width: auto;
  }
  
  .form-notification.shown {
    right: 15px;
  }
  
  .notification-content {
    padding: 12px 14px;
    font-size: 12px;
    gap: 10px;
    border-radius: 12px;
    background-color: rgba(28,20,52,0.98); /* Fondo más sólido en mobile */
  }
  
  .notification-text {
    flex-direction: column;
    align-items: flex-start;
    gap: 2px;
  }
  
  .notification-icon {
    font-size: 14px;
  }
  
  .notification-text {
    font-size: 11px;
  }
  
  .notification-time {
    font-size: 10px;
  }
}
.form-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg,
    transparent,
    rgba(111,42,255,0.5),
    rgba(75,31,160,0.5),
    rgba(111,42,255,0.5),
    transparent);
  box-shadow: 0 0 20px rgba(111,42,255,0.3);
}
.form-card {
  background: linear-gradient(145deg, rgba(28,20,52,0.75), rgba(22,14,42,0.85));
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 28px;
  box-shadow: 0 20px 60px rgba(0,0,0,0.35), 
              0 0 0 1px rgba(111,42,255,0.08) inset,
              0 0 40px rgba(111,42,255,0.12);
  padding: 48px 40px;
  backdrop-filter: blur(20px);
  position: relative;
  overflow: hidden;
  animation: formFadeIn 0.3s ease-out;
}
@keyframes formFadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.form-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, 
    transparent, 
    rgba(111,42,255,0.4), 
    transparent);
}
.form-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 20% 15%, rgba(111,42,255,0.05), transparent 50%),
              radial-gradient(circle at 85% 35%, rgba(75,31,160,0.08), transparent 50%);
  pointer-events: none;
  opacity: 0.6;
}
.form-header { 
  position: relative; 
  z-index: 1; 
  margin-bottom: 36px;
  text-align: center;
}
.form-progress {
  margin-top: 28px;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
.progress-bar {
  width: 100%;
  height: 6px;
  background: rgba(255,255,255,0.08);
  border-radius: 999px;
  overflow: hidden;
  margin-bottom: 8px;
  position: relative;
}
.progress-fill {
  height: 100%;
  background: linear-gradient(90deg, var(--accent-1), var(--accent-2));
  border-radius: 999px;
  width: 0%;
  transition: width 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 0 10px rgba(111,42,255,0.5);
}
.progress-text {
  font-size: 13px;
  color: var(--muted);
  font-weight: 500;
}
.eyebrow {
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-size: 11px;
  color: rgba(214,201,255,0.7);
  font-weight: 500;
  margin-bottom: 8px;
}
.form-header h2 {
  margin: 8px 0 12px;
  font-size: clamp(24px, 3vw, 32px);
  font-weight: 600;
  letter-spacing: -0.5px;
}
.hint {
  color: rgba(201,195,222,0.75);
  margin: 0;
  font-size: 15px;
  line-height: 1.5;
  max-width: 600px;
  margin: 0 auto;
}

form { 
  position: relative; 
  z-index: 1; 
}

/* Form Section Groups */
.form-section-group {
  margin-top: 48px;
  padding: 32px;
  background: rgba(255,255,255,0.02);
  border: 1px solid rgba(255,255,255,0.06);
  border-radius: 20px;
  position: relative;
  transition: all 0.3s ease;
}

.form-section-group:first-of-type {
  margin-top: 0;
}

.form-section-group:hover {
  border-color: rgba(111,42,255,0.2);
  background: rgba(255,255,255,0.03);
}

.form-section-group.highlight-section {
  background: linear-gradient(135deg, rgba(111,42,255,0.08), rgba(75,31,160,0.05));
  border: 1px solid rgba(111,42,255,0.25);
  box-shadow: 0 0 30px rgba(111,42,255,0.1);
}

.form-section-group.highlight-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(111,42,255,0.5), transparent);
}

.section-title {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}

.section-number {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--accent-1), var(--accent-2));
  display: grid;
  place-items: center;
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  flex-shrink: 0;
  box-shadow: 0 4px 12px rgba(111,42,255,0.3);
}

.section-title h3 {
  margin: 0;
  font-size: 20px;
  font-weight: 600;
  color: var(--text);
  letter-spacing: -0.3px;
}

.section-description {
  color: rgba(201,195,222,0.7);
  font-size: 14px;
  line-height: 1.6;
  margin: -12px 0 20px 52px;
  font-style: italic;
}

.grid.two-col {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 20px;
}

.field {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 24px;
  font-weight: 400;
}
.field:first-of-type {
  margin-top: 0;
}
.field span,
.field legend {
  font-size: 14px;
  color: rgba(244,241,255,0.9);
  font-weight: 500;
  letter-spacing: 0.2px;
  margin-bottom: 2px;
  margin-top: 20px;
}
.input-wrapper {
  position: relative;
  display: flex;
  align-items: center;
}
.field input[type="text"],
.field input[type="email"],
.field input[type="tel"],
.field textarea {
  width: 100%;
  padding: 13px 48px 13px 18px;
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,0.08);
  background: rgba(255,255,255,0.025);
  color: var(--text);
  font-size: 15px;
  font-family: inherit;
  outline: none;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  backdrop-filter: blur(8px);
  resize: vertical;
}

/* Phone input wrapper */
.phone-input-wrapper {
  display: flex;
  gap: 8px;
  align-items: stretch;
}

.country-select {
  flex-shrink: 0;
  padding: 13px 12px;
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,0.08);
  background: linear-gradient(145deg, rgba(28, 20, 52, 0.95), rgba(38, 26, 73, 0.95));
  color: #ffffff;
  font-size: 15px;
  font-family: inherit;
  outline: none;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  backdrop-filter: blur(8px);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23ffffff' d='M6 9L1 4h10z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  padding-right: 36px;
  min-width: 110px;
}

/* Estilos para las opciones del select */
.country-select option {
  background-color: rgba(28, 20, 52, 0.98);
  color: #ffffff;
  padding: 12px;
  border: none;
  font-size: 15px;
}

.country-select option:hover {
  background-color: rgba(111, 42, 255, 0.3);
}

.country-select option:checked,
.country-select option:focus {
  background-color: rgba(111, 42, 255, 0.5);
  color: #ffffff;
}

.country-select:hover {
  border-color: rgba(255,255,255,0.12);
  background: rgba(255,255,255,0.035);
}

.country-select:focus {
  border-color: rgba(111,42,255,0.5);
  background: rgba(255,255,255,0.04);
  box-shadow: 0 0 0 3px rgba(111,42,255,0.1),
              0 4px 12px rgba(111,42,255,0.15);
}

.phone-input-wrapper .phone-input {
  flex: 1;
}

.field textarea {
  min-height: 100px;
  padding: 13px 18px;
  line-height: 1.6;
}
.field input::placeholder,
.field textarea::placeholder {
  color: rgba(201,195,222,0.4);
  font-weight: 400;
  transition: opacity 0.2s ease;
}
.field input:hover,
.field textarea:hover,
.country-select:hover {
  border-color: rgba(255,255,255,0.12);
  background: rgba(255,255,255,0.035);
}
.field input:hover::placeholder,
.field textarea:hover::placeholder {
  opacity: 0.6;
}
.field input:focus,
.field textarea:focus,
.country-select:focus {
  border-color: rgba(111,42,255,0.5);
  background: rgba(255,255,255,0.04);
  box-shadow: 0 0 0 3px rgba(111,42,255,0.1),
              0 4px 12px rgba(111,42,255,0.15);
  transform: translateY(-1px);
}
.field input:focus::placeholder,
.field textarea:focus::placeholder {
  opacity: 0.5;
}
.field input.valid {
  border-color: rgba(76, 175, 80, 0.5);
  background: rgba(76, 175, 80, 0.05);
  animation: validPulse 0.4s ease;
}
.field input.invalid {
  border-color: rgba(244, 67, 54, 0.5);
  background: rgba(244, 67, 54, 0.05);
  animation: invalidShake 0.4s ease;
}
@keyframes validPulse {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.02); }
}
@keyframes invalidShake {
  0%, 100% { transform: translateX(0); }
  25% { transform: translateX(-4px); }
  75% { transform: translateX(4px); }
}
.field-icon {
  position: absolute;
  right: 16px;
  width: 20px;
  height: 20px;
  display: grid;
  place-items: center;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.field input.valid + .field-icon {
  opacity: 1;
  color: #4caf50;
}
.field input.invalid + .field-icon {
  opacity: 1;
  color: #f44336;
}
.field-icon::before {
  content: "✓";
  font-size: 16px;
  font-weight: 700;
  display: block;
}
.field input.invalid + .field-icon::before {
  content: "✕";
  font-size: 18px;
}
.error-message {
  position: absolute;
  top: 100%;
  left: 0;
  margin-top: 6px;
  font-size: 12px;
  color: #f44336;
  opacity: 0;
  transform: translateY(-4px);
  transition: all 0.3s ease;
  pointer-events: none;
}
.field input.invalid ~ .error-message {
  opacity: 1;
  transform: translateY(0);
}

fieldset.field {
  border: none;
  padding: 0;
  margin: 24px 0 0;
  transition: border 0.3s ease;
}
fieldset.field legend {
  margin-bottom: 12px;
}
fieldset.field:has(input:checked) {
  border: none;
}

.chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 4px;
}
.chips.wrap label { 
  flex: 1 1 220px; 
  min-width: 180px;
}
.chips label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 11px 16px;
  border-radius: 12px;
  background: rgba(255,255,255,0.02);
  border: 1px solid rgba(255,255,255,0.08);
  cursor: pointer;
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  font-weight: 400;
  font-size: 14px;
  color: rgba(244,241,255,0.85);
  position: relative;
  overflow: hidden;
}
.chips label::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(111,42,255,0.1), rgba(75,31,160,0.1));
  opacity: 0;
  transition: opacity 0.25s ease;
}
.chips label:hover {
  border-color: rgba(111,42,255,0.35);
  background: rgba(255,255,255,0.035);
  transform: translateY(-1px);
}
.chips label:hover::before {
  opacity: 1;
}
.chips input[type="radio"],
.chips input[type="checkbox"] {
  width: 18px;
  height: 18px;
  accent-color: var(--accent-1);
  cursor: pointer;
  position: relative;
  z-index: 1;
  flex-shrink: 0;
}
.chips input[type="radio"]:checked + span,
.chips input[type="checkbox"]:checked + span {
  color: rgba(244,241,255,0.95);
  font-weight: 500;
}
.chips label:has(input:checked) {
  border-color: rgba(111,42,255,0.5);
  background: rgba(111,42,255,0.08);
  box-shadow: 0 0 0 1px rgba(111,42,255,0.2) inset,
              0 2px 8px rgba(111,42,255,0.15);
  color: rgba(244,241,255,0.95);
}
.chips label:has(input:checked)::before {
  opacity: 1;
}
.chips label:has(input:checked) span {
  font-weight: 500;
}
.chips label span {
  position: relative;
  z-index: 1;
}
.chip-input {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 10px;
  flex: 1 1 100%;
}
.chip-input input[type="text"] {
  width: 100%;
  padding: 11px 14px;
  border-radius: 10px;
  border: 1px solid rgba(255,255,255,0.08);
  background: rgba(255,255,255,0.03);
  color: var(--text);
  font-size: 14px;
  font-family: inherit;
  outline: none;
  transition: all 0.25s ease;
}
.chip-input input[type="text"]:focus {
  border-color: rgba(111,42,255,0.4);
  background: rgba(255,255,255,0.04);
  box-shadow: 0 0 0 2px rgba(111,42,255,0.1);
}

.form-footer {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: center;
  padding-top: 32px;
  border-top: 1px solid rgba(255,255,255,0.06);
}
.microcopy {
  margin: 0;
  color: rgba(201,195,222,0.7);
  font-size: 13px;
  text-align: center;
  line-height: 1.5;
}

/* Social Proof Section */
.social-proof {
  padding: 80px 6vw;
  background: linear-gradient(180deg,
    transparent 0%,
    rgba(42,15,82,0.15) 50%,
    transparent 100%);
  position: relative;
  border-top: 1px solid rgba(255,255,255,0.05);
  border-bottom: 1px solid rgba(255,255,255,0.05);
}
.social-proof::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg,
    transparent,
    rgba(111,42,255,0.2),
    transparent);
}
.stats-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 24px;
  margin-top: 0;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.stat-item {
  text-align: center;
  padding: 32px 24px;
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  backdrop-filter: blur(8px);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.stat-item:hover {
  transform: translateY(-4px);
  box-shadow: var(--glow);
}
.stat-number {
  font-size: 42px;
  font-weight: 700;
  background: linear-gradient(135deg, var(--accent-1), var(--accent-2));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 8px;
}
.stat-text {
  color: var(--muted);
  font-size: 14px;
  font-weight: 500;
}

/* Testimonials Section */
.testimonials {
  padding: 80px 6vw;
  background: linear-gradient(180deg,
    transparent 0%,
    rgba(111,42,255,0.04) 50%,
    transparent 100%);
  position: relative;
}
.testimonials::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg,
    transparent,
    rgba(75,31,160,0.3),
    transparent);
}
.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 24px;
  margin-top: 0;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.testimonial-card {
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 28px;
  backdrop-filter: blur(8px);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.testimonial-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--glow);
  border-color: rgba(111,42,255,0.3);
}
.testimonial-content {
  margin-bottom: 20px;
}
.testimonial-content p {
  color: var(--text);
  font-size: 15px;
  line-height: 1.6;
  font-style: italic;
  margin: 0;
}
.testimonial-author {
  display: flex;
  align-items: center;
  gap: 14px;
  padding-top: 16px;
  border-top: 1px solid var(--border);
}
.author-avatar {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
  border: 2px solid rgba(111,42,255,0.3);
  box-shadow: 0 4px 12px rgba(111,42,255,0.2);
}
.author-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.author-name {
  font-weight: 600;
  color: var(--text);
  font-size: 15px;
}
.author-role {
  color: var(--muted);
  font-size: 13px;
  margin-top: 2px;
}

/* Comparison Section */
.comparison {
  padding: 80px 6vw;
  background: linear-gradient(180deg,
    transparent 0%,
    rgba(42,15,82,0.12) 50%,
    transparent 100%);
  position: relative;
  border-top: 1px solid rgba(255,255,255,0.05);
  border-bottom: 1px solid rgba(255,255,255,0.05);
}
.comparison::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg,
    transparent,
    rgba(111,42,255,0.25),
    transparent);
}
.comparison-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 32px;
  margin-top: 0;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.comparison-card {
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 32px;
  backdrop-filter: blur(8px);
}
.comparison-card.before {
  border-color: rgba(255,100,100,0.3);
}
.comparison-card.after {
  border-color: rgba(111,42,255,0.4);
  box-shadow: 0 0 30px rgba(111,42,255,0.15);
}
.comparison-card h3 {
  font-size: 24px;
  margin-bottom: 20px;
  font-weight: 600;
}
.comparison-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.comparison-card li {
  padding: 12px 0;
  color: var(--text);
  font-size: 15px;
  line-height: 1.6;
  border-bottom: 1px solid rgba(255,255,255,0.05);
}
.comparison-card li:last-child {
  border-bottom: none;
}

/* FAQ Section */
.faq {
  padding: 80px 6vw;
  background: linear-gradient(180deg,
    transparent 0%,
    rgba(75,31,160,0.05) 50%,
    transparent 100%);
  position: relative;
}
.faq::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg,
    transparent,
    rgba(75,31,160,0.3),
    transparent);
}
.faq-list {
  max-width: 800px;
  margin: 0 auto;
}
.faq-item {
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  margin-bottom: 16px;
  overflow: hidden;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}
.faq-item:hover {
  border-color: rgba(111,42,255,0.3);
}
.faq-item[open] {
  border-color: rgba(111,42,255,0.4);
  box-shadow: 0 0 20px rgba(111,42,255,0.1);
}
.faq-item summary {
  padding: 20px 24px;
  cursor: pointer;
  font-weight: 600;
  color: var(--text);
  font-size: 16px;
  list-style: none;
  position: relative;
  user-select: none;
}
.faq-item summary::-webkit-details-marker {
  display: none;
}
.faq-item summary::after {
  content: "+";
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 24px;
  color: var(--accent-1);
  transition: transform 0.3s ease;
}
.faq-item[open] summary::after {
  transform: translateY(-50%) rotate(45deg);
}
.faq-item p {
  padding: 0 24px 24px;
  color: var(--muted);
  line-height: 1.7;
  font-size: 15px;
  margin: 0;
}

/* Guarantee Section */
.guarantee {
  padding: 80px 6vw;
  background: linear-gradient(180deg,
    transparent 0%,
    rgba(111,42,255,0.08) 50%,
    transparent 100%);
  position: relative;
  border-top: 1px solid rgba(255,255,255,0.05);
  border-bottom: 1px solid rgba(255,255,255,0.05);
}
.guarantee::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg,
    transparent,
    rgba(111,42,255,0.4),
    transparent);
}
.guarantee-card {
  max-width: 700px;
  margin: 0 auto;
  background: linear-gradient(135deg, rgba(111,42,255,0.18), rgba(75,31,160,0.12));
  border: 1px solid rgba(111,42,255,0.35);
  border-radius: var(--radius);
  padding: 40px;
  text-align: center;
  backdrop-filter: blur(12px);
  box-shadow: var(--glow);
  position: relative;
}
.guarantee-card::before {
  content: "";
  position: absolute;
  inset: -1px;
  border-radius: var(--radius);
  padding: 1px;
  background: linear-gradient(135deg, rgba(111,42,255,0.4), rgba(75,31,160,0.3));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: 0.6;
}
.guarantee-icon {
  width: 64px;
  height: 64px;
  margin: 0 auto 20px;
  color: var(--accent-1);
}
.guarantee-card h3 {
  font-size: 28px;
  margin-bottom: 16px;
  font-weight: 600;
}
.guarantee-card p {
  color: var(--muted);
  font-size: 16px;
  line-height: 1.7;
  margin: 0;
}

.footer {
  padding: 50px 6vw 40px;
  border-top: 2px solid rgba(255,255,255,0.08);
  background: linear-gradient(180deg,
    rgba(8, 5, 20, 0.95) 0%,
    rgba(5, 3, 15, 0.98) 100%);
  text-align: center;
  color: var(--muted);
  position: relative;
}
.footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg,
    transparent,
    rgba(111,42,255,0.4),
    rgba(75,31,160,0.4),
    rgba(111,42,255,0.4),
    transparent);
}
.footer .logo { 
  justify-content: center; 
  margin-bottom: 10px;
  display: inline-flex;
}
.footer .logo-image {
  width: 45px;
  height: 45px;
}
.footer .logo-mark { box-shadow: none; }
.footer .footer-tag {
  margin: 4px 0 14px;
}
.social {
  display: flex;
  justify-content: center;
  gap: 14px;
  margin-bottom: 10px;
}
.social a {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border-radius: 10px;
  border: 1px solid var(--border);
  background: rgba(255,255,255,0.03);
  color: #e8e5ff;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  text-decoration: none;
}
.social a svg {
  width: 16px;
  height: 16px;
  display: block;
}
.social a:hover {
  border-color: rgba(111,42,255,0.5);
  background: rgba(255,255,255,0.06);
  box-shadow: 0 4px 12px rgba(111,42,255,0.3);
  transform: translateY(-2px);
  color: #ffffff;
}
.social a:active {
  transform: translateY(0);
}
.small {
  font-size: 12px;
  color: #9a92b8;
  margin: 0;
}

[data-animate] {
  opacity: 0;
  transform: translateY(12px);
  transition: 0.3s ease;
}
[data-animate].visible,
.no-js [data-animate] {
  opacity: 1;
  transform: translateY(0);
}

@keyframes float {
  0%, 100% { transform: translateY(0) translateX(0); }
  50% { transform: translateY(-10px) translateX(10px); }
}
@keyframes pulse {
  0% { box-shadow: 0 0 0 0 rgba(255,179,71,0.6); }
  70% { box-shadow: 0 0 0 18px rgba(255,179,71,0); }
  100% { box-shadow: 0 0 0 0 rgba(255,179,71,0); }
}

/* Thank You Page */
.thank-you-section {
  min-height: 80vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 100px 6vw 60px;
}
.thank-you-card {
  max-width: 700px;
  width: 100%;
  background: linear-gradient(145deg, rgba(28,20,52,0.85), rgba(22,14,42,0.9));
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 28px;
  padding: 60px 48px;
  text-align: center;
  backdrop-filter: blur(20px);
  box-shadow: 0 30px 80px rgba(0,0,0,0.4), var(--glow);
  position: relative;
  overflow: hidden;
}
.thank-you-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(111,42,255,0.5), transparent);
}
.success-icon {
  margin-bottom: 32px;
}
.icon-circle {
  width: 100px;
  height: 100px;
  margin: 0 auto;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--accent-1), var(--accent-2));
  display: grid;
  place-items: center;
  color: #fff;
  box-shadow: var(--glow);
  animation: scaleIn 0.5s ease-out;
}
@keyframes scaleIn {
  from {
    transform: scale(0);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
.thank-you-card h1 {
  font-size: clamp(28px, 4vw, 36px);
  margin-bottom: 16px;
  font-weight: 600;
}
.thank-you-subtitle {
  color: var(--muted);
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 32px;
}

/* Calendario widget - integrado y profesional */
.calendar-widget {
  margin: 40px 0;
  padding: 0;
  background: transparent;
  border: none;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
}

.calendar-hint {
  font-size: 13px;
  color: var(--muted);
  margin: 0 0 16px 0;
  text-align: center;
  opacity: 0.8;
  font-weight: 400;
}

#my-cal-inline-diagnostico-de-automatizacion-en-salud {
  width: 100%;
  min-height: 650px;
  height: auto;
  border-radius: 16px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

#my-cal-inline-diagnostico-de-automatizacion-en-salud iframe {
  border-radius: 16px;
  border: none;
  display: block;
  width: 100%;
  min-height: 650px;
}

@media (max-width: 768px) {
  .calendar-widget {
    margin: 32px 0;
    padding: 0;
  }
  
  #my-cal-inline-diagnostico-de-automatizacion-en-salud {
    min-height: 550px;
  }
  
  #my-cal-inline-diagnostico-de-automatizacion-en-salud iframe {
    min-height: 550px;
  }
  
  .calendar-hint {
    font-size: 12px;
    margin-bottom: 12px;
  }
}
.next-steps {
  text-align: left;
  margin: 40px 0;
  padding: 32px;
  background: rgba(255,255,255,0.03);
  border-radius: 20px;
  border: 1px solid var(--border);
}
.next-steps h2 {
  text-align: center;
  font-size: 24px;
  margin-bottom: 28px;
  font-weight: 600;
}
.steps-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.step-item {
  display: flex;
  gap: 20px;
  align-items: flex-start;
}
.step-number {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--accent-1), var(--accent-2));
  display: grid;
  place-items: center;
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  flex-shrink: 0;
  box-shadow: 0 4px 12px rgba(111,42,255,0.3);
}
.step-content h3 {
  font-size: 18px;
  margin-bottom: 6px;
  font-weight: 600;
  color: var(--text);
}
.step-content p {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.6;
  margin: 0;
}
.bonus-offer {
  margin: 40px 0;
  padding: 32px;
  background: linear-gradient(135deg, rgba(111,42,255,0.15), rgba(75,31,160,0.1));
  border: 1px solid rgba(111,42,255,0.3);
  border-radius: 20px;
  text-align: center;
}
.bonus-icon {
  width: 56px;
  height: 56px;
  margin: 0 auto 16px;
  color: var(--accent-1);
}
.bonus-offer h3 {
  font-size: 22px;
  margin-bottom: 12px;
  font-weight: 600;
}
.bonus-offer p {
  color: var(--muted);
  font-size: 15px;
  line-height: 1.7;
  margin: 0;
}
.bonus-offer strong {
  color: var(--text);
  font-weight: 600;
}
.thank-you-actions {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}
.thank-you-actions .cta {
  margin-bottom: 0;
}
.thank-you-actions .social {
  margin-top: 8px;
  margin-bottom: 0;
}
.contact-info {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.7;
  margin: 0;
}
.contact-info a {
  color: var(--accent-1);
  text-decoration: underline;
  transition: color 0.2s ease;
}
.contact-info a:hover {
  color: var(--accent-2);
}

@media (max-width: 768px) {
  .topbar { padding: 14px 5vw; }
  .hero { 
    padding: 0px 3vw 0px;
    min-height: auto;
  }
  .form-section {
    padding: 40px 5vw 60px;
  }
  .form-card { 
    padding: 32px 24px;
    border-radius: 24px;
    animation: formFadeIn 0.2s ease-out;
  }
  
  [data-animate] {
    transition: 0.2s ease !important;
    transform: translateY(8px) !important;
  }
  
  .form-header {
    margin-bottom: 28px;
  }
  .form-header h2 {
    font-size: 24px;
  }
  .grid.two-col {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .phone-input-wrapper {
    flex-direction: column;
    gap: 12px;
  }
  .country-select {
    width: 100%;
    min-width: 100%;
  }
  .field {
    margin-top: 20px;
  }
  .chips.wrap label {
    min-width: 100%;
    flex: 1 1 100%;
  }
  .chips {
    gap: 8px;
  }
  .chips label {
    padding: 10px 14px;
    font-size: 13px;
  }
  .form-footer {
    margin-top: 32px;
    padding-top: 24px;
  }
  .cta.full {
    padding: 15px 28px;
    font-size: 14px;
  }
  .hero {
    min-height: 85vh;
  }
  .hero__container {
    padding: 120px 5vw 80px;
  }
  .ghost-btn {
    padding: 7px 12px;
    border: 1px solid rgb(255 255 255 / 70%);
    border-radius: 999px;
    color: var(--text);
    background: rgba(255, 255, 255, 0.04);
    transition: 0.25s ease;
}
  /* Logo responsive en móvil */
  .logo-image {
    width: 45px;
    height: 45px;
  }
  .footer .logo-image {
    width: 40px;
    height: 40px;
  }
  /* Badge más sutil en móvil */
  .badge {
    padding: 10px 18px;
    font-size: 12px;
    gap: 8px;
    margin-bottom: 12px;
    border-width: 1px;
    box-shadow: 
      0 3px 15px rgba(0, 0, 0, 0.25),
      0 0 0 1px rgba(255, 255, 255, 0.08) inset,
      0 0 20px rgba(111, 42, 255, 0.15);
    backdrop-filter: blur(10px) saturate(150%);
  }
  .badge::before {
    opacity: 0.5;
  }
  .badge::after {
    display: none;
  }
  .badge:hover {
    transform: none;
    box-shadow: 
      0 3px 15px rgba(0, 0, 0, 0.25),
      0 0 0 1px rgba(255, 255, 255, 0.08) inset,
      0 0 20px rgba(111, 42, 255, 0.15);
  }
  .badge .pulse {
    width: 7px;
    height: 7px;
    box-shadow: 
      0 0 0 0 rgba(255, 149, 0, 0.7),
      0 0 0 0 rgba(255, 149, 0, 0.5),
      0 0 8px rgba(255, 149, 0, 0.4),
      inset 0 1px 2px rgba(255, 255, 255, 0.2);
  }
  .badge .warning-icon {
    width: 14px;
    height: 14px;
    filter: drop-shadow(0 0 3px rgba(255, 215, 0, 0.5));
  }
  .badge .badge-text {
    font-size: 12px;
    letter-spacing: 0.2px;
  }
  .hero__title {
    font-size: clamp(36px, 7vw, 56px);
  }
  .hero__subtitle {
    font-size: clamp(16px, 3vw, 20px);
  }
  .hero__stats {
    flex-direction: column;
    gap: 24px;
    padding: 24px;
  }
  .hero__stat-divider {
    width: 60px;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.1), transparent);
  }
  .hero__orb-1 {
    width: 300px;
    height: 300px;
  }
  .hero__orb-2 {
    width: 250px;
    height: 250px;
  }
  .hero__orb-3 {
    width: 200px;
    height: 200px;
  }
  .why {
    padding: 60px 5vw;
  }
  .video-container {
    margin-top: 32px;
  }
  .video-wrapper {
    border-radius: 20px;
  }
  .why-cta {
    margin-top: 40px;
    padding: 0 10px;
  }
  .why-cta-text {
    font-size: 16px;
    margin-bottom: 24px;
  }
  .why-cta-button {
    padding: 16px 32px;
    font-size: 15px;
  }
  .why-cta-buttons {
    flex-direction: column;
    align-items: stretch;
  }
  .why-cta-button-secondary {
    padding: 16px 32px;
    font-size: 15px;
    width: 100%;
  }
  .hero__cta-secondary {
    padding: 14px 28px;
    font-size: 14px;
    width: 100%;
  }
  .demo-section {
    padding: 60px 5vw;
  }
  .demo-content {
    padding: 40px 24px;
  }
  .demo-icon {
    width: 64px;
    height: 64px;
    margin-bottom: 24px;
  }
  .demo-icon svg {
    width: 36px;
    height: 36px;
  }
  .demo-title {
    font-size: 28px;
    margin-bottom: 16px;
  }
  .demo-description {
    font-size: 16px;
    margin-bottom: 32px;
  }
  .demo-features {
    margin-bottom: 32px;
  }
  .demo-feature {
    font-size: 15px;
  }
  .demo-button {
    padding: 18px 36px;
    font-size: 16px;
    width: 100%;
  }
  .demo-cta-thankyou {
    padding: 32px 24px;
    margin: 32px 0;
  }
  .demo-cta-icon {
    width: 56px;
    height: 56px;
    margin-bottom: 16px;
  }
  .demo-cta-thankyou h3 {
    font-size: 20px;
  }
  .demo-cta-thankyou p {
    font-size: 15px;
  }
  .demo-cta-button {
    padding: 14px 32px;
    font-size: 15px;
    width: 100%;
  }
  .why,
  .social-proof,
  .testimonials,
  .comparison,
  .faq,
  .guarantee {
    padding: 60px 5vw;
  }
  .form-section {
    padding: 80px 5vw 100px;
  }
  .form-section-group {
    padding: 24px;
    margin-top: 32px;
  }
  .section-title {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
  .section-number {
    width: 36px;
    height: 36px;
    font-size: 16px;
  }
  .section-title h3 {
    font-size: 18px;
  }
  .section-description {
    margin-left: 0;
    margin-top: 8px;
  }
  .stats-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
  .stat-item {
    padding: 24px 16px;
  }
  .stat-number {
    font-size: 32px;
  }
  .testimonials-grid {
    grid-template-columns: 1fr;
  }
  .author-avatar {
    width: 48px;
    height: 48px;
  }
  .comparison-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .thank-you-card {
    padding: 40px 24px;
  }
  .next-steps {
    padding: 24px;
  }
  .bonus-offer {
    padding: 24px;
  }
  .form-progress {
    margin-top: 20px;
  }
  .input-wrapper {
    flex-direction: column;
    align-items: stretch;
  }
  .field input[type="text"],
  .field input[type="email"] {
    padding-right: 18px;
  }
  .field-icon {
    position: static;
    margin-top: 8px;
    opacity: 1;
  }
  .field input.valid + .field-icon,
  .field input.invalid + .field-icon {
    position: absolute;
    right: 16px;
    margin-top: 0;
  }

  /* Target Audience Section - Mobile */
  .target-audience {
    padding: 80px 5vw;
  }

  .target-audience-header {
    margin-bottom: 60px;
  }

  .target-cards-grid {
    grid-template-columns: 1fr;
    gap: 24px;
    margin-bottom: 60px;
  }

  .target-card {
    padding: 32px 24px;
  }

  .target-card-header {
    margin-bottom: 24px;
    padding-bottom: 20px;
  }

  .target-card-title {
    font-size: 20px;
  }

  .target-list-item {
    font-size: 15px;
    padding-left: 28px;
  }

  .target-authority-text {
    margin-bottom: 32px;
  }

  .target-cta-button {
    padding: 16px 32px;
    font-size: 15px;
  }
}

