:root {
  /* Preset B - Premium Dark AI Theme */
  --bg-deep: #09090b;
  --bg-surface: #18181b;
  --bg-glass: rgba(24, 24, 27, 0.6);
  --bg-glass-hover: rgba(39, 39, 42, 0.8);
  --border-glass: rgba(255, 255, 255, 0.1);
  --border-glow: rgba(139, 92, 246, 0.3);

  --text-primary: #f8fafc;
  --text-secondary: #a1a1aa;

  --brand-primary: #ff4d4d;
  /* Coral Red */
  --brand-secondary: #ff9a44;
  /* Vibrant Orange */
  --brand-accent: #ff2a5f;
  /* Pinkish Red */

  --font-sans: 'Inter', system-ui, sans-serif;
  --font-display: 'Outfit', system-ui, sans-serif;
  --font-data: 'JetBrains Mono', monospace;

  --transition-smooth: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: clip;
  max-width: 100%;
}

body {
  font-family: var(--font-sans);
  background-color: var(--bg-deep);
  color: var(--text-primary);
  line-height: 1.6;
  overflow-x: hidden;
  max-width: 100%;
  position: relative;
  transition: background-color 0.4s ease, color 0.4s ease;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body::after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  filter: url(#noiseFilter);
  opacity: 0.05;
  pointer-events: none;
  z-index: 9999;
}

/* =====================================================
   LIGHT MODE — Warm Paper Luxe
   ===================================================== */
body.light-mode {
  --bg-deep: #f5f4f0;
  --bg-surface: #ffffff;
  --bg-glass: rgba(245, 244, 240, 0.7);
  --bg-glass-hover: rgba(255, 255, 255, 0.9);
  --border-glass: rgba(0, 0, 0, 0.07);
  --border-glow: rgba(255, 77, 77, 0.2);
  --text-primary: #1a1a1a;
  --text-secondary: #555555;
  background: linear-gradient(135deg, #f5f4f0 0%, #ffffff 50%, #f5f4f0 100%) !important;
}

body.light-mode .bg-orb {
  opacity: 0.08;
}

/* Navbar */
body.light-mode .navbar {
  background: rgba(255, 255, 255, 0.85) !important;
  border-bottom-color: rgba(0, 0, 0, 0.07);
}

body.light-mode .navbar.scrolled {
  background: rgba(255, 255, 255, 0.75) !important;
  backdrop-filter: blur(20px) !important;
  -webkit-backdrop-filter: blur(20px) !important;
}

/* Glass panels (feature cards, comparison, etc.) */
body.light-mode .glass-panel {
  background: rgba(255, 255, 255, 0.75) !important;
  border-color: rgba(0, 0, 0, 0.07) !important;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05) !important;
}

/* Feature card titles */
body.light-mode .feature-card h3 {
  color: #1a1a1a;
}

/* Carousel / marquee band */
body.light-mode .carousel-section {
  background: #f5f4f0 !important;
  border-top-color: rgba(0, 0, 0, 0.07);
  border-bottom-color: rgba(0, 0, 0, 0.07);
}

body.light-mode .marquee-phrase {
  color: #1a1a1a !important;
}

/* Comparison section */
body.light-mode .comparison-section {
  background: #ede9e1;
}

/* FAQ section */
body.light-mode .faq {
  background: #f5f4f0;
}

body.light-mode .faq-item {
  background: rgba(255, 255, 255, 0.8) !important;
  border-color: rgba(0, 0, 0, 0.07) !important;
}

body.light-mode .faq-question {
  color: #1a1a1a;
}

body.light-mode .faq-answer p {
  color: #555555;
}

/* CTA Final Section */
body.light-mode .cta-section {
  background: transparent;
}

body.light-mode .cta-box {
  background: rgba(255, 255, 255, 0.8) !important;
}

body.light-mode .cta-inner-glow {
  background: radial-gradient(circle at center, rgba(255, 77, 77, 0.13) 0%, rgba(255, 154, 68, 0.06) 40%, transparent 70%);
}

/* Comparison section — dual glow in light mode */
body.light-mode .comparison-section {
  background:
    radial-gradient(ellipse 55% 85% at 25% 50%, rgba(255, 77, 77, 0.18) 0%, transparent 70%),
    radial-gradient(ellipse 55% 85% at 75% 50%, rgba(255, 154, 68, 0.18) 0%, transparent 70%),
    #ede9e1 !important;
  position: relative;
  overflow: visible;
}

body.light-mode .comparison-section > * {
  position: relative;
  z-index: 1;
}

/* Footer */
body.light-mode footer {
  background: #e2ddd5 !important;
  border-top-color: rgba(0, 0, 0, 0.07);
}

body.light-mode .footer-col a {
  color: #1a1a1a;
}

body.light-mode .footer-bottom p {
  color: #1a1a1a;
}

body.light-mode .footer-col h4 {
  color: #1a1a1a;
}

body.light-mode .footer-brand p {
  color: #555555;
}

body.light-mode .footer-email {
  color: #1a1a1a;
}

body.light-mode .logo {
  color: inherit;
  -webkit-font-smoothing: subpixel-antialiased;
}

body.light-mode .logo-text {
  color: #09090b !important;
  -webkit-text-fill-color: #09090b !important;
  background: none !important;
  display: inline-block !important;
  font-weight: 700 !important;
  font-family: var(--font-display) !important;
  -webkit-font-smoothing: subpixel-antialiased !important;
}

body.light-mode .footer-status {
  background: rgba(226, 221, 213, 0.9);
  border-color: rgba(0, 0, 0, 0.07);
  color: #1a1a1a;
}

/* Floating hero badges */
body.light-mode .floating-badge {
  background: rgba(245, 244, 240, 0.92) !important;
  border-color: rgba(0, 0, 0, 0.1) !important;
  color: #1a1a1a !important;
}

body.light-mode .floating-badge strong,
body.light-mode .floating-badge span {
  color: #1a1a1a !important;
}

/* Hero badge — dark glass on light mode */
body.light-mode .badge {
  background: rgba(20, 20, 20, 0.88) !important;
  backdrop-filter: blur(10px) !important;
  -webkit-backdrop-filter: blur(10px) !important;
  border: 1px solid rgba(255, 255, 255, 0.12) !important;
  color: #f8fafc !important;
}

/* Comparison icons — light mode tints */
body.light-mode .comparison-header.negative .comparison-icon {
  background: rgba(255, 77, 77, 0.12) !important;
  color: #ff4d4d !important;
  border-color: rgba(255, 77, 77, 0.15) !important;
  box-shadow: none !important;
}

body.light-mode .comparison-header.positive .comparison-icon {
  background: rgba(34, 197, 94, 0.12) !important;
  color: #16a34a !important;
  border-color: rgba(34, 197, 94, 0.15) !important;
  box-shadow: none !important;
}

/* Author initial avatar — styled for warm light mode */
body.light-mode .author-initial {
  background: #c8c4bc !important;
  color: #1a1a1a !important;
  border: 1px solid rgba(0, 0, 0, 0.12) !important;
}

/* Hero card: delimit with border + shadow */
body.light-mode .main-image-card {
  border: 2px solid rgba(0, 0, 0, 0.15) !important;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12) !important;
}

/* Testimonial names */
body.light-mode .testimonial-card .author-name,
body.light-mode .testimonial-card strong {
  color: #1a1a1a !important;
}

/* Testimonial avatar — keep original (don't touch .avatar-initials) */

/* Modal */
body.light-mode .modal-overlay {
  background: rgba(245, 244, 240, 0.88);
}

body.light-mode .modal-content {
  background: rgba(255, 255, 255, 0.97);
  color: #1a1a1a;
}

/* Typography */
h1,
h2,
h3,
h4,
.font-display {
  font-family: var(--font-display);
  font-weight: 700;
  line-height: 1.1;
}

.text-center {
  text-align: center;
}

.gradient-text {
  background: linear-gradient(135deg, #ff4d4d, #ff9a44);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  display: inline-block;
}

/* Background effects */
.bg-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(120px);
  z-index: -1;
  opacity: 0.15;
  animation: float 20s infinite ease-in-out;
}

.orb-1 {
  top: -10%;
  left: -5%;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, var(--brand-primary) 0%, transparent 70%);
}

.orb-2 {
  top: 40%;
  right: -10%;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, var(--brand-accent) 0%, transparent 70%);
  animation-delay: -5s;
}

@keyframes float {

  0%,
  100% {
    transform: translateY(0) scale(1);
  }

  50% {
    transform: translateY(-30px) scale(1.05);
  }
}

/* Layout */
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

.grid-3 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
}

/* UI Elements */
.glass-panel {
  background: var(--bg-glass);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid var(--border-glass);
  border-radius: 20px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
}

/* Theme Toggle Button */
.theme-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 10px;
  border: 1px solid var(--border-glass);
  background: transparent;
  color: var(--text-primary);
  cursor: pointer;
  transition: var(--transition-smooth);
  flex-shrink: 0;
}

.theme-toggle:hover {
  background: var(--bg-glass);
  border-color: var(--border-glow);
}

.theme-toggle svg {
  width: 18px;
  height: 18px;
}

.icon-moon { display: block; }
.icon-sun  { display: none; }

body.light-mode .icon-moon { display: none; }
body.light-mode .icon-sun  { display: block; }

.btn {

  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.75rem 1.5rem;
  border-radius: 12px;
  font-weight: 600;
  text-decoration: none;
  transition: var(--transition-smooth);
  cursor: pointer;
  border: none;
  font-family: var(--font-sans);
}

.btn-primary {
  background: linear-gradient(135deg, #ff4d4d, #ff9a44);
  color: white;
  box-shadow: 0 4px 15px rgba(255, 77, 77, 0.4);
  position: relative;
  overflow: hidden;
}

.btn-primary::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, #ff4d4d, #ff9a44);
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 0;
}

.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(255, 77, 77, 0.6);
}

.btn-primary:hover::before {
  opacity: 1;
}

.btn-primary>* {
  position: relative;
  z-index: 2;
  /* Increased z-index */
}

.btn-primary svg {
  z-index: 2;
  position: relative;
}

.btn-lg {
  padding: 1rem 2rem;
  font-size: 1.125rem;
}

.btn-xl {
  padding: 1.25rem 2.5rem;
  font-size: 1.25rem;
  border-radius: 16px;
}

.btn-secondary {
  background: rgba(255, 255, 255, 0.1);
  color: white;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.btn-secondary:hover {
  background: rgba(255, 255, 255, 0.15);
}

/* Navbar */
.navbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  padding: 0 0;
  z-index: 100;
  background: #09090b;
  backdrop-filter: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  transition: padding 0.3s ease, background 0.3s ease, backdrop-filter 0.3s ease;
}

.navbar.scrolled {
  padding: 0.25rem 0;
  background: rgba(9, 9, 11, 0.75);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.nav-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

/* Nav links — centro del navbar */
.nav-links {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 2rem;
  margin: 0;
  padding: 0;
}

.nav-link {
  color: var(--text-secondary);
  text-decoration: none;
  font-size: 0.9375rem;
  font-weight: 500;
  font-family: var(--font-sans);
  transition: color 0.2s ease;
  white-space: nowrap;
}

.nav-link:hover {
  color: var(--text-primary);
}

/* Acciones derecha (theme + CTA + hamburger) */
.nav-actions {
  display: flex;
  align-items: center;
  gap: 1rem;
}

/* Hamburger button */
.hamburger {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  width: 38px;
  height: 38px;
  background: transparent;
  border: 1px solid var(--border-glass);
  border-radius: 10px;
  cursor: pointer;
  padding: 0;
  transition: border-color 0.2s ease;
  flex-shrink: 0;
}

.hamburger:hover {
  border-color: var(--border-glow);
}

.ham-bar {
  display: block;
  width: 18px;
  height: 2px;
  background: var(--text-primary);
  border-radius: 2px;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.hamburger.open .ham-bar:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.hamburger.open .ham-bar:nth-child(2) {
  opacity: 0;
}

.hamburger.open .ham-bar:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

@media (max-width: 768px) {
  .hamburger {
    display: flex;
  }

  .nav-links {
    position: absolute;
    top: calc(100% + 1.25rem);
    left: 0;
    right: 0;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    background: rgba(9, 9, 11, 0.97);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border: 1px solid var(--border-glass);
    border-radius: 16px;
    padding: 0;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.35s cubic-bezier(0.25, 0.8, 0.25, 1),
                padding 0.35s ease;
    z-index: 200;
  }

  .nav-links.open {
    max-height: 300px;
    padding: 0.5rem 0;
  }

  .nav-links li {
    width: 100%;
  }

  .nav-link {
    display: block;
    padding: 0.875rem 1.5rem;
    font-size: 1rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.04);
  }
}

@media (max-width: 768px) {
  body.light-mode .nav-links {
    background: rgba(255, 255, 255, 0.97);
  }
}

.logo {
  display: flex;
  align-items: center;
  gap: 0;
  text-decoration: none;
  letter-spacing: -0.5px;
}

.logo-icon-svg {
  height: 100px;
  width: auto;
  flex-shrink: 0;
}

.logo-text {
  font-family: var(--font-display) !important;
  font-weight: 700 !important;
  font-size: 2rem;
  color: #f8fafc;
  margin-left: -0.25rem;
  transition: var(--transition-smooth);
}

.logo-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  background: linear-gradient(135deg, #ff4d4d, #ff9a44);
  border-radius: 8px;
  color: white;
}

/* Hero Section */
.hero {
  padding: 10rem 0 6rem;
  min-height: 100vh;
  display: flex;
  align-items: center;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
}

.badge {
  display: inline-flex;
  padding: 0.5rem 1rem;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 100px;
  color: #e2d9ff;
  font-size: 0.875rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
  letter-spacing: 0.5px;
}

.hero-title {
  font-size: 4rem;
  margin-bottom: 1.5rem;
  letter-spacing: -1.5px;
}

.hero-subtitle {
  font-size: 1.125rem;
  color: var(--text-secondary);
  margin-bottom: 2.5rem;
  max-width: 540px;
}

.hero-actions {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

/* Visualization */
.main-image-card {
  position: relative;
  border-radius: 24px;
  padding: 8px;
  transform: perspective(1000px) rotateY(-5deg) rotateX(5deg);
  transition: transform 0.5s ease;
}

.main-image-card:hover {
  transform: perspective(1000px) rotateY(0deg) rotateX(0deg);
}

.card-glow {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 24px;
  box-shadow: 0 0 50px rgba(139, 92, 246, 0.2);
  z-index: -1;
}

.hero-img {
  width: 100%;
  height: auto;
  border-radius: 16px;
  display: block;
  object-fit: cover;
}

.floating-badge {
  position: absolute;
  background: rgba(24, 24, 27, 0.85);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 0.75rem 1rem;
  border-radius: 12px;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  animation: float 6s infinite ease-in-out;
}

.badge-1 {
  top: 10%;
  left: -10%;
  animation-delay: -2s;
}

.badge-2 {
  bottom: 15%;
  right: -5%;
  animation-delay: -4s;
}

.badge-icon {
  font-size: 1.5rem;
  background: rgba(255, 255, 255, 0.1);
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
}

.badge-text strong {
  display: block;
  font-size: 0.875rem;
  color: white;
}

.badge-text span {
  font-size: 0.75rem;
  color: var(--text-secondary);
}

/* Features */
.features {
  padding: 8rem 0;
  position: relative;
}

.section-header {
  margin-bottom: 4rem;
}

.section-title {
  font-size: 3rem;
  margin-bottom: 1rem;
  letter-spacing: -1px;
}

.section-subtitle {
  font-size: 1.125rem;
  color: var(--text-secondary);
  max-width: 600px;
  margin: 0 auto;
}

.feature-card {
  padding: 2.5rem 2rem;
  transition: var(--transition-smooth);
}

.feature-card:hover {
  transform: translateY(-10px);
  border-color: var(--border-glow);
  background: var(--bg-glass-hover);
}

.feature-icon {
  width: 56px;
  height: 56px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
  color: white;
}

.gradient-bg {
  background: linear-gradient(135deg, #ff4d4d, #ff9a44);
}

.feature-card h3 {
  font-size: 1.5rem;
  margin-bottom: 1rem;
  color: white;
}

.feature-card p {
  color: var(--text-secondary);
}

/* CTA Section */
.cta-section {
  padding: 4rem 0 8rem;
}

.cta-box {
  padding: 5rem 2rem;
  position: relative;
  overflow: hidden;
  text-align: center;
  border: none !important;
  background: rgba(15, 15, 18, 0.6) !important;
  border-radius: 2rem;
}

.cta-inner-glow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background: radial-gradient(circle at center, rgba(255, 77, 77, 0.12) 0%, rgba(255, 154, 68, 0.04) 35%, transparent 65%);
  z-index: 0;
  pointer-events: none;
}

.cta-content {
  position: relative;
  z-index: 1;
  max-width: 800px;
  margin: 0 auto;
}

.cta-content .section-title {
  margin-bottom: 1.5rem;
}

.cta-content .section-subtitle {
  margin-bottom: 2.5rem;
}

.cta-subtext {
  margin-top: 1.25rem;
  font-size: 0.875rem;
  color: var(--text-secondary);
  font-family: var(--font-sans);
}

/* Footer */
footer {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  background: rgba(0, 0, 0, 0.6);
  padding-top: 5rem;
}

.footer-top {
  display: grid;
  grid-template-columns: 1.5fr 2fr;
  gap: 4rem;
  margin-bottom: 4rem;
}

.footer-brand .logo-icon-svg {
  height: 100px;
}

.footer-brand p {
  color: var(--text-secondary);
  margin-top: 1rem;
  max-width: 300px;
  line-height: 1.6;
}

.footer-email {
  display: inline-block;
  margin-top: 1.5rem;
  color: white;
  text-decoration: none;
  font-family: var(--font-data);
  font-size: 1rem;
  transition: color 0.3s ease;
}

.footer-email:hover {
  color: var(--brand-secondary);
}

.footer-nav {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}

.footer-col h4 {
  font-size: 1.125rem;
  color: white;
  margin-bottom: 1.5rem;
  font-family: var(--font-sans);
}

.footer-col a {
  display: block;
  color: var(--text-secondary);
  text-decoration: none;
  margin-bottom: 0.75rem;
  font-size: 0.875rem;
  transition: color 0.3s ease;
}

.footer-col a:hover {
  color: white;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  padding: 2rem 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1.5rem;
}

.footer-bottom p {
  color: var(--text-secondary);
  font-size: 0.875rem;
}

.footer-status {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-family: var(--font-data, var(--font-sans));
  font-size: 0.875rem;
  color: var(--text-secondary);
  background: rgba(24, 24, 27, 0.5);
  padding: 0.5rem 1rem;
  border-radius: 100px;
  border: 1px solid var(--border-glass);
}

.status-dot {
  width: 8px;
  height: 8px;
  background-color: #10b981;
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(16, 185, 129, 0.6);
  animation: pulse-status 2s infinite;
}

@keyframes pulse-status {
  0% {
    opacity: 1;
    transform: scale(1);
  }

  50% {
    opacity: 0.5;
    transform: scale(0.8);
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }
}

/* Modal */
.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(8px);
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.modal-overlay.active {
  opacity: 1;
  pointer-events: all;
}

.modal-content {
  max-width: 500px;
  width: 90%;
  padding: 3rem 2rem;
  position: relative;
  transform: translateY(20px) scale(0.95);
  transition: transform 0.3s ease;
  text-align: center;
}

.modal-overlay.active .modal-content {
  transform: translateY(0) scale(1);
}

.modal-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  background: transparent;
  border: none;
  color: var(--text-secondary);
  font-size: 1.5rem;
  cursor: pointer;
  transition: color 0.2s ease;
}

.modal-close:hover {
  color: white;
}

.modal-content h3 {
  font-size: 2rem;
  margin-bottom: 0.5rem;
}

.modal-content p {
  color: var(--text-secondary);
  margin-bottom: 2rem;
}

.calendly-placeholder {
  background: rgba(0, 0, 0, 0.3);
  border-radius: 12px;
  padding: 2rem;
  border: 1px dashed rgba(255, 255, 255, 0.2);
}

.placeholder-text {
  font-size: 0.875rem !important;
  color: var(--text-secondary) !important;
  margin-bottom: 1rem !important;
}

.w-full {
  width: 100%;
}

/* Responsive */
/* Desktop explícito — protege el hero grid en pantallas grandes */
@media (min-width: 969px) {
  .hero-grid {
    grid-template-columns: 1fr 1fr;
    text-align: left;
  }

  .hero-visual {
    display: block;
  }

  .badge-1 {
    top: 10%;
    left: -10%;
  }

  .badge-2 {
    bottom: 15%;
    right: -5%;
  }
}

@media (max-width: 968px) {
  .hero-grid {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .hero-text {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .hero-subtitle {
    margin: 0 auto 2.5rem;
    text-align: center;
  }

  .badge {
    margin: 0 auto 1.5rem;
    display: inline-flex;
  }

  .hero-actions {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
  }

  .hero-title {
    font-size: 3rem;
    text-align: center;
  }

  .main-image-card {
    max-width: 600px;
    margin: 0 auto;
  }
}

@media (max-width: 768px) {
  .hero-title {
    font-size: 2.5rem;
  }

  .section-title {
    font-size: 2.25rem;
  }

  .hero {
    padding: 8rem 0 4rem;
  }

  .footer-top {
    grid-template-columns: 1fr;
    gap: 3rem;
  }

  .footer-nav {
    grid-template-columns: 1fr 1fr;
  }

  .footer-bottom {
    flex-direction: column;
    text-align: center;
    justify-content: center;
  }

  .badge-1 {
    left: 0%;
    top: -5%;
  }

  .badge-2 {
    right: 0%;
    bottom: -5%;
  }
}

/* Comparison Section */
.comparison-section {
  padding: 8rem 0;
  position: relative;
  background: rgba(24, 24, 27, 0.2);
  /* Slight contrast from deep bg */
}

.comparison-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  margin-top: 3rem;
}

.comparison-card {
  padding: 2.5rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  transition: var(--transition-smooth);
}

.card-negative {
  background: rgba(15, 15, 18, 0.4);
  border: 1px solid rgba(254, 74, 73, 0.08);
  opacity: 0.85;
}

.card-positive {
  position: relative;
  background: rgba(30, 30, 35, 0.8);
  box-shadow: 0 0 35px rgba(255, 77, 77, 0.08);
  border: 1px solid transparent;
}

.card-positive::before {
  content: "";
  position: absolute;
  inset: -1px;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(135deg, #ff4d4d, #ff9a44);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: exclude;
  pointer-events: none;
}

.comparison-card:hover {
  transform: translateY(-8px);
  border-color: var(--border-glow);
  background: var(--bg-glass-hover);
}

.comparison-header {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 0.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.comparison-header h3 {
  font-size: 1.5rem;
  font-family: var(--font-display);
}

.comparison-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: rgba(0, 0, 0, 0.5);
  border: 1px solid var(--border-glass);
}

.comparison-header.negative .comparison-icon {
  color: #FE4A49;
  /* Crimson Coral from Midnight Luxe */
  box-shadow: 0 0 15px rgba(254, 74, 73, 0.2);
}

.comparison-header.positive .comparison-icon {
  color: #25D366;
  /* Kept a solid brand-friendly green for Positive */
  box-shadow: 0 0 15px rgba(37, 211, 102, 0.2);
}

.comparison-list {
  list-style: none;
  padding: 0;
  margin: 0;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.comparison-list li {
  position: relative;
  padding-left: 2rem;
  color: var(--text-secondary);
  font-size: 1rem;
  line-height: 1.6;
}

.comparison-list li::before {
  content: '✕';
  position: absolute;
  left: 0;
  top: 0;
  color: #FE4A49;
  font-size: 0.875rem;
  font-weight: bold;
}

.comparison-list.positive-list li::before {
  content: '✓';
  color: #25D366;
}

.comparison-list.positive-list li {
  color: var(--text-primary);
  /* Slight emphasis on the positive points */
}

/* Testimonials Section */
.testimonials {
  padding: 8rem 0;
  position: relative;
}

.testimonial-card {
  padding: 2.5rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1.5rem;
  transition: var(--transition-smooth);
}

.testimonial-card:hover {
  transform: translateY(-8px);
  border-color: var(--border-glow);
  background: var(--bg-glass-hover);
}

.quote-icon {
  font-family: var(--font-display);
  font-size: 4rem;
  line-height: 1;
  color: var(--brand-secondary);
  opacity: 0.5;
  margin-bottom: -1.5rem;
}

.testimonial-text {
  font-size: 1.125rem;
  color: var(--text-primary);
  font-style: italic;
  margin-bottom: 2rem;
  position: relative;
  z-index: 1;
}

.testimonial-author {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  padding-bottom: 1.5rem;
}

.author-img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid var(--border-glow);
}

.author-initial {
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--bg-glass-hover);
  color: white;
  font-family: var(--font-display);
  font-size: 1.25rem;
  font-weight: 600;
}

.author-info strong {
  display: block;
  font-family: var(--font-sans);
  color: white;
  font-size: 1rem;
}

.author-info span {
  font-size: 0.875rem;
  color: var(--text-secondary);
}

.testimonial-metrics {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
}

.metric {
  display: flex;
  flex-direction: column;
}

.metric-value {
  font-family: var(--font-display);
  font-size: 1.5rem;
  font-weight: 800;
  line-height: 1.2;
}

.metric-label {
  font-size: 0.75rem;
  color: var(--text-secondary);
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* FAQ Section */
.faq {
  padding: 8rem 0;
  position: relative;
  background: rgba(24, 24, 27, 0.4);
}

.faq-container {
  max-width: 800px;
  margin: 0 auto;
}

.faq-item {
  margin-bottom: 1rem;
  border: 1px solid var(--border-glass);
  border-radius: 12px;
  background: var(--bg-glass);
  backdrop-filter: blur(8px);
  overflow: hidden;
  transition: border-color 0.3s ease;
}

.faq-item:hover {
  border-color: var(--border-glow);
}

.faq-question {
  width: 100%;
  text-align: left;
  padding: 1.5rem;
  background: transparent;
  border: none;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: var(--text-primary);
  font-family: var(--font-sans);
  font-size: 1.125rem;
  font-weight: 600;
  transition: background 0.3s ease;
}

.faq-question:hover {
  background: rgba(255, 255, 255, 0.05);
}

.faq-icon {
  color: var(--brand-secondary);
  transition: transform 0.3s ease;
  flex-shrink: 0;
  margin-left: 1rem;
}

.faq-item.active .faq-icon {
  transform: rotate(180deg);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-out;
}

.faq-answer p {
  padding: 1.5rem;
  color: var(--text-secondary);
}

/* Advanced Interactions & Animations */

/* Scroll Fade In */
.fade-in {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s cubic-bezier(0.25, 1, 0.5, 1), transform 0.8s cubic-bezier(0.25, 1, 0.5, 1);
  will-change: opacity, transform;
}

.fade-in.appear {
  opacity: 1;
  transform: translateY(0);
}

/* Marquee Section */
.carousel-section {
  padding: 2.5rem 0;
  border-top: 1px solid var(--border-glass);
  border-bottom: 1px solid var(--border-glass);
  background: rgba(24, 24, 27, 0.3);
  backdrop-filter: blur(8px);
  position: relative;
  z-index: 10;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.marquee-track {
  display: flex;
  width: max-content;
  animation: scrollMarquee 35s linear infinite;
  will-change: transform;
}


.marquee-content {
  display: flex;
  align-items: center;
  width: max-content;
}

.marquee-phrase {
  font-family: var(--font-display);
  font-size: 2rem;
  font-weight: 500;
  color: white;
  margin: 0;
  white-space: nowrap;
}

.marquee-divider {
  font-size: 1.5rem;
  color: rgba(255, 255, 255, 0.2);
  margin: 0 4rem;
}

.carousel-cta {
  font-weight: 700;
  background: linear-gradient(135deg, #ff4d4d, #ff9a44) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  background-clip: text !important;
  color: transparent !important;
  display: inline-block;
}

@keyframes scrollMarquee {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

/* Stagger Animations */
.stagger-item {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s cubic-bezier(0.25, 0.8, 0.25, 1), transform 0.8s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.stagger-item.appear {
  opacity: 1;
  transform: translateY(0);
}

/* CTA Pulse Effect */
@keyframes pulse-glow {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 77, 77, 0.4);
  }

  70% {
    box-shadow: 0 0 0 15px rgba(255, 77, 77, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(255, 77, 77, 0);
  }
}

.btn-primary.cta-main,
#calendar-trigger {
  animation: pulse-glow 2.5s infinite;
}

.btn-primary.cta-main:hover,
#calendar-trigger:hover {
  animation: none;
}

.faq-item.active .faq-answer {
  max-height: 500px;
}

@media (max-width: 480px) {

  /* Navbar */
  .navbar {
    padding: 1rem 0;
  }

  .navbar .btn {
    padding: 0.5rem 0.875rem;
    font-size: 0.8125rem;
  }

  .logo {
    font-size: 1.25rem;
  }

  /* Hero spacing & alignment */
  .hero {
    min-height: auto;
    padding: 7rem 0 3rem;
  }

  .hero-grid {
    gap: 2.5rem;
  }

  .hero-title {
    font-size: 2.125rem;
  }

  .hero-subtitle {
    font-size: 1rem;
    margin-bottom: 2rem;
  }

  /* Internal floating badges fixing */
  .floating-badge {
    padding: 0.5rem;
    border-radius: 8px;
    gap: 0.5rem;
  }

  .badge-1 {
    top: 5%;
    left: 2%;
  }

  .badge-2 {
    bottom: 5%;
    right: 1%;
  }

  .badge-icon {
    width: 28px;
    height: 28px;
    font-size: 1rem;
  }

  .badge-text strong {
    font-size: 0.75rem;
  }

  .badge-text span {
    font-size: 0.65rem;
  }

  /* Spacing normalization */
  .section-title {
    font-size: 1.875rem;
  }

  .section-subtitle {
    font-size: 1rem;
  }

  .section-header {
    margin-bottom: 2.5rem;
  }

  .features,
  .comparison-section,
  .testimonials,
  .faq,
  .cta-section {
    padding: 4rem 0;
  }

  /* Comparison Grid Stacking */
  .comparison-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  /* Slide Mobile */
  .slide-section {
    padding: 4rem 1rem;
    min-height: 200px;
  }

  .slide-text {
    font-size: 1.5rem;
  }

  .slide-text.final-glow {
    font-size: 1.8rem;
  }

  /* Containers shrinking */
  .feature-card,
  .testimonial-card {
    padding: 1.5rem;
  }

  .grid-3 {
    gap: 1.25rem;
  }

  /* CTA Box constraints */
  .cta-box {
    padding: 3rem 1.25rem;
  }

  .btn-xl {
    padding: 1rem;
    font-size: 1rem;
    width: 100%;
  }

  /* Footer normalization */
  .footer-top {
    gap: 2.5rem;
    text-align: center;
  }

  .footer-brand p {
    margin: 1rem auto;
  }

  .footer-nav {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .footer-bottom {
    padding-bottom: 3rem;
  }

  /* Modal bounds */
  .modal-content {
    padding: 2rem 1.25rem;
  }
}


/* =====================================================
   WHATSAPP FLOATING ACTION BUTTON
   ===================================================== */
.whatsapp-fab {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  z-index: 500;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: linear-gradient(135deg, #ff4d4d, #ff9a44);
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  box-shadow: 0 4px 20px rgba(255, 77, 77, 0.45);
  transition: transform 0.3s cubic-bezier(0.25, 0.8, 0.25, 1), box-shadow 0.3s ease;
  animation: pulse-glow 2.5s infinite;
}

.whatsapp-fab:hover {
  transform: scale(1.12) translateY(-2px);
  box-shadow: 0 8px 28px rgba(255, 77, 77, 0.6);
  animation: none;
}

@media (max-width: 480px) {
  .whatsapp-fab {
    bottom: 1.25rem;
    right: 1.25rem;
    width: 50px;
    height: 50px;
  }
}

/* =====================================================
   SERVICES SECTION
   ===================================================== */

:root {
  --svc-accent: #ff4d4d;
  --svc-accent2: #ff9a44;
  --svc-glow: rgba(255, 77, 77, 0.3);
  --svc-subtle: rgba(255, 77, 77, 0.07);
  --svc-border: rgba(255, 77, 77, 0.2);
}

.gradient-text-gold {
  background: linear-gradient(135deg, #ff4d4d, #ff9a44);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  display: inline-block;
}

.services-section {
  padding: 6rem 0;
  position: relative;
  overflow: hidden;
}

.services-section .section-header {
  margin-bottom: 3.5rem;
}

.services-section::before {
  content: '';
  position: absolute;
  top: -150px;
  left: 50%;
  transform: translateX(-50%);
  width: 700px;
  height: 700px;
  background: radial-gradient(circle, rgba(255, 77, 77, 0.05) 0%, transparent 65%);
  pointer-events: none;
  z-index: 0;
}


.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  margin-top: 3rem;
  position: relative;
  z-index: 1;
}

/* Service Card */
.service-card {
  display: flex;
  flex-direction: column;
  padding: 1.75rem;
  border-radius: 16px;
  cursor: pointer;
  transition: var(--transition-smooth);
  position: relative;
  overflow: hidden;
}

.service-card::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, transparent);
  transition: background 0.3s ease;
}

.service-card:hover {
  border-color: rgba(255, 77, 77, 0.35) !important;
  transform: translateY(-5px);
  box-shadow: 0 20px 40px rgba(0,0,0,0.35), 0 0 0 1px rgba(255,77,77,0.08) !important;
}

.service-card:hover::after {
  background: linear-gradient(90deg, transparent, #ff4d4d, #ff9a44, transparent);
}

/* Featured card (Pack Lanzamiento) */
.service-card.card-featured {
  border-color: rgba(255, 77, 77, 0.3) !important;
  background: linear-gradient(145deg, rgba(255,77,77,0.05) 0%, var(--bg-glass) 100%) !important;
  box-shadow: 0 0 40px rgba(255,77,77,0.08) !important;
}

.service-card.card-featured::after {
  background: linear-gradient(90deg, transparent, #ff4d4d, #ff9a44, transparent);
}

.service-card-top {
  flex: 1;
}

.service-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 0.25rem 0.65rem;
  border-radius: 100px;
  margin-bottom: 1rem;
}

.badge-popular {
  background: rgba(255, 77, 77, 0.1);
  color: #ff9a44;
  border: 1px solid rgba(255, 77, 77, 0.25);
}

.badge-deal {
  background: linear-gradient(135deg, #ff4d4d, #ff9a44);
  color: #fff;
  border: none;
}

.service-icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 77, 77, 0.07);
  border: 1px solid rgba(255, 77, 77, 0.18);
  margin-bottom: 1rem;
  color: #ff9a44;
  flex-shrink: 0;
}

.service-name {
  font-family: var(--font-display);
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 0.35rem;
  line-height: 1.25;
}

.service-tagline {
  font-size: 0.875rem;
  color: var(--text-secondary);
  margin-bottom: 1.25rem;
  line-height: 1.5;
}

.service-price-block {
  margin-bottom: 1.25rem;
}

.service-price-setup {
  font-family: var(--font-display);
  font-size: 1.85rem;
  font-weight: 700;
  color: var(--text-primary);
  line-height: 1;
  display: inline;
}

.service-price-label {
  font-size: 0.8rem;
  color: var(--text-secondary);
  margin-left: 0.4rem;
}

.service-price-recurring {
  font-size: 0.825rem;
  color: var(--text-secondary);
  margin-top: 0.4rem;
}

.pack-savings-line {
  font-size: 0.825rem;
  color: #22c55e;
  margin-top: 0.4rem;
}

.text-gratis {
  color: #22c55e;
  font-weight: 700;
}

.pack-savings-line strong {
  font-weight: 700;
}

.service-card-footer {
  margin-top: 1.25rem;
  padding-top: 1.25rem;
  border-top: 1px solid var(--border-glass);
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.service-details-link {
  background: none;
  border: none;
  color: var(--text-secondary);
  font-size: 0.8rem;
  cursor: pointer;
  text-align: center;
  padding: 0.2rem;
  transition: color 0.2s;
  font-family: var(--font-sans);
}

.service-details-link:hover {
  color: var(--gold);
}

/* Service Buttons */
.btn-gold {
  background: linear-gradient(135deg, #ff4d4d 0%, #ff9a44 50%, #ff4d4d 100%);
  background-size: 200% 100%;
  background-position: 0% 50%;
  color: #fff;
  font-weight: 700;
  border: none;
  box-shadow: 0 4px 15px rgba(255, 77, 77, 0.4);
  transition: background-position 0.4s ease, transform 0.3s ease, box-shadow 0.3s ease !important;
}

.btn-gold:hover {
  background-position: 100% 50%;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(255, 77, 77, 0.6);
}

.btn-outline-gold {
  background: transparent;
  color: #ff9a44;
  border: 1.5px solid rgba(255, 77, 77, 0.4);
  font-weight: 600;
}

.btn-outline-gold:hover {
  background: rgba(255, 77, 77, 0.07);
  border-color: #ff4d4d;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(255, 77, 77, 0.2);
}

.btn-full {
  width: 100%;
  text-align: center;
  justify-content: center;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.8rem 1.25rem;
  border-radius: 10px;
  font-size: 0.9rem;
  font-weight: 700;
  cursor: pointer;
  text-decoration: none;
  transition: var(--transition-smooth);
  border: none;
  font-family: var(--font-sans);
  letter-spacing: 0.01em;
}

/* =====================================================
   SERVICE DETAIL MODAL
   ===================================================== */

.svc-modal-overlay {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  background: rgba(9, 9, 11, 0.88);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  overflow-y: auto;
  padding: 2rem 1rem 3rem;
}

.svc-modal-overlay.active {
  opacity: 1;
  visibility: visible;
}

.svc-modal-panel {
  background: var(--bg-surface);
  border: 1px solid var(--border-glass);
  border-radius: 20px;
  padding: 2.5rem;
  max-width: 660px;
  width: 100%;
  position: relative;
  margin: auto;
  transform: translateY(24px);
  transition: transform 0.35s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.svc-modal-overlay.active .svc-modal-panel {
  transform: translateY(0);
}

.svc-close-btn {
  position: absolute;
  top: 1.25rem;
  right: 1.25rem;
  background: var(--bg-glass);
  border: 1px solid var(--border-glass);
  color: var(--text-secondary);
  width: 34px;
  height: 34px;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: var(--transition-smooth);
  font-size: 1rem;
  line-height: 1;
}

.svc-close-btn:hover {
  background: var(--bg-glass-hover);
  color: var(--text-primary);
}

/* Modal Header */
.smodal-header {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  margin-bottom: 1.75rem;
  padding-right: 2.5rem;
}

.smodal-icon {
  width: 50px;
  height: 50px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 77, 77, 0.07);
  border: 1px solid rgba(255, 77, 77, 0.18);
  color: #ff9a44;
  flex-shrink: 0;
}

.smodal-title-group h3 {
  font-family: var(--font-display);
  font-size: 1.45rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 0.2rem;
  line-height: 1.2;
}

.smodal-tagline {
  font-size: 0.9rem;
  color: var(--text-secondary);
  line-height: 1.4;
}

/* Setup price block */
.smodal-setup-block {
  display: flex;
  align-items: stretch;
  gap: 0;
  padding: 1.25rem;
  background: rgba(255, 77, 77, 0.06);
  border: 1px solid rgba(255, 77, 77, 0.18);
  border-radius: 12px;
  margin-bottom: 1.75rem;
}

.smodal-setup-main {
  flex: 1;
}

.smodal-setup-price {
  font-family: var(--font-display);
  font-size: 2rem;
  font-weight: 700;
  background: linear-gradient(135deg, #ff4d4d, #ff9a44);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  line-height: 1;
  margin-bottom: 0.15rem;
}

.smodal-setup-label {
  font-size: 0.8rem;
  color: var(--text-secondary);
}

.smodal-setup-divider {
  width: 1px;
  background: rgba(255, 77, 77, 0.2);
  margin: 0 1.25rem;
  flex-shrink: 0;
}

.smodal-setup-recurring {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.smodal-setup-recurring .rec-price {
  font-size: 1rem;
  font-weight: 700;
  color: var(--text-primary);
}

.smodal-setup-recurring .rec-label {
  font-size: 0.78rem;
  color: var(--text-secondary);
  margin-top: 0.15rem;
}

/* Pack value block */
.pack-value-block {
  padding: 1.25rem;
  background: rgba(255, 77, 77, 0.06);
  border: 1px solid rgba(255, 77, 77, 0.18);
  border-radius: 12px;
  margin-bottom: 1.75rem;
}

.pack-original {
  font-size: 0.85rem;
  color: var(--text-secondary);
  margin-bottom: 0.5rem;
}

.pack-original del {
  color: var(--text-secondary);
}

.pack-you-pay {
  font-family: var(--font-display);
  font-size: 1.5rem;
  font-weight: 700;
  background: linear-gradient(135deg, #ff4d4d, #ff9a44);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  line-height: 1;
  margin-bottom: 0.5rem;
}

.pack-perks {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  font-size: 0.84rem;
  color: #4ade80;
  margin-bottom: 0.75rem;
}

.pack-disclaimer {
  font-size: 0.775rem;
  color: var(--text-secondary);
  padding-top: 0.75rem;
  border-top: 1px solid rgba(255, 77, 77, 0.15);
}

/* Features list */
.smodal-features {
  margin-bottom: 1.75rem;
}

.smodal-section-label {
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--text-secondary);
  margin-bottom: 0.875rem;
}

.smodal-features ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}

.smodal-features li {
  display: flex;
  align-items: flex-start;
  gap: 0.625rem;
  font-size: 0.9rem;
  color: var(--text-primary);
  line-height: 1.45;
}

.check-icon {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: rgba(255, 77, 77, 0.08);
  border: 1px solid rgba(255, 77, 77, 0.22);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 2px;
}

.check-icon svg {
  width: 10px;
  height: 10px;
  stroke: #ff9a44;
}

/* Guarantee */
.smodal-guarantee {
  display: flex;
  gap: 0.75rem;
  align-items: flex-start;
  padding: 0.875rem 1rem;
  background: rgba(34, 197, 94, 0.06);
  border: 1px solid rgba(34, 197, 94, 0.18);
  border-radius: 10px;
  margin-bottom: 1.75rem;
  font-size: 0.875rem;
  color: var(--text-secondary);
  line-height: 1.5;
}

/* Add-on */
.smodal-addon {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.875rem 1rem;
  background: rgba(139, 92, 246, 0.06);
  border: 1px solid rgba(139, 92, 246, 0.18);
  border-radius: 10px;
  margin-bottom: 1.75rem;
  font-size: 0.875rem;
}

.smodal-addon strong {
  color: var(--text-primary);
}

/* Pricing Toggle */
.pricing-toggle-section {
  margin-bottom: 1.75rem;
}

.pricing-toggle-row {
  display: flex;
  align-items: center;
  gap: 0.875rem;
  margin-bottom: 1.25rem;
}

.toggle-lbl {
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--text-secondary);
  transition: color 0.2s;
}

.toggle-lbl.active {
  color: var(--text-primary);
  font-weight: 600;
}

.price-toggle-switch {
  position: relative;
  width: 46px;
  height: 24px;
  display: inline-block;
  flex-shrink: 0;
}

.price-toggle-switch input {
  opacity: 0;
  width: 0;
  height: 0;
  position: absolute;
}

.price-toggle-track {
  position: absolute;
  cursor: pointer;
  inset: 0;
  background: var(--bg-glass);
  border: 1px solid var(--border-glass);
  border-radius: 100px;
  transition: 0.3s;
}

.price-toggle-track::before {
  content: '';
  position: absolute;
  height: 16px;
  width: 16px;
  left: 3px;
  top: 50%;
  transform: translateY(-50%);
  background: var(--text-secondary);
  border-radius: 50%;
  transition: 0.3s;
}

.price-toggle-switch input:checked + .price-toggle-track {
  background: rgba(255, 77, 77, 0.15);
  border-color: rgba(255, 77, 77, 0.35);
}

.price-toggle-switch input:checked + .price-toggle-track::before {
  transform: translateY(-50%) translateX(22px);
  background: linear-gradient(135deg, #ff4d4d, #ff9a44);
}

.toggle-free-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.25em;
  font-size: 0.68rem;
  font-weight: 700;
  padding: 0.15rem 0.5rem;
  border-radius: 100px;
  background: rgba(34, 197, 94, 0.12);
  color: #22c55e;
  border: 1px solid rgba(34, 197, 94, 0.3);
  margin-left: 0.3rem;
  letter-spacing: 0.03em;
}

/* Pricing Table */
.price-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.875rem;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 0.5rem;
}

.price-table thead th {
  padding: 0.7rem 1rem;
  font-weight: 700;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  text-align: left;
  background: var(--bg-glass);
  color: var(--text-secondary);
}

.price-table thead th.col-ann {
  color: #ff9a44;
  background: rgba(255, 77, 77, 0.06);
}

.price-table tbody td {
  padding: 0.7rem 1rem;
  border-top: 1px solid var(--border-glass);
  color: var(--text-primary);
}

.price-table tbody td:first-child {
  color: var(--text-secondary);
  font-weight: 500;
}

.price-table tbody td.col-ann {
  color: #ff9a44;
  font-weight: 600;
  background: rgba(255, 77, 77, 0.04);
}

.price-table tbody tr.row-savings td {
  background: rgba(255, 77, 77, 0.04);
  font-weight: 700;
}

.price-table tbody tr.row-savings td.col-ann {
  color: #ff9a44;
  background: rgba(255, 77, 77, 0.08);
}

.smodal-year-savings {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 1rem;
  background: rgba(255, 77, 77, 0.06);
  border: 1px solid rgba(255, 77, 77, 0.18);
  border-radius: 8px;
  font-size: 0.875rem;
  margin-top: 0.75rem;
}

.smodal-year-savings strong {
  color: #ff9a44;
}

/* CTA */
.smodal-cta {
  margin-top: 1.75rem;
}

.smodal-footer-note {
  text-align: center;
  font-size: 0.78rem;
  color: var(--text-secondary);
  margin-top: 0.625rem;
}

/* =====================================================
   CONTACT MODAL
   ===================================================== */

.contact-modal-panel {
  background: var(--bg-surface);
  border: 1px solid var(--border-glass);
  border-radius: 20px;
  padding: 2.5rem;
  max-width: 500px;
  width: 100%;
  position: relative;
  margin: auto;
  transform: translateY(24px);
  transition: transform 0.35s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.svc-modal-overlay.active .contact-modal-panel {
  transform: translateY(0);
}

.contact-modal-panel h3 {
  font-family: var(--font-display);
  font-size: 1.45rem;
  font-weight: 700;
  margin-bottom: 0.35rem;
}

.contact-modal-panel .contact-subtitle {
  color: var(--text-secondary);
  font-size: 0.9rem;
  margin-bottom: 1.75rem;
}

.cform-group {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  margin-bottom: 1rem;
}

.cform-group label {
  font-size: 0.78rem;
  font-weight: 600;
  color: var(--text-secondary);
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.cform-group input,
.cform-group select,
.cform-group textarea {
  padding: 0.75rem 0.9rem;
  background: var(--bg-glass);
  border: 1px solid var(--border-glass);
  border-radius: 10px;
  color: var(--text-primary);
  font-family: var(--font-sans);
  font-size: 0.9rem;
  outline: none;
  transition: border-color 0.2s, box-shadow 0.2s;
  -webkit-appearance: none;
  appearance: none;
}

.cform-group input::placeholder,
.cform-group textarea::placeholder {
  color: rgba(161, 161, 170, 0.6);
}

.cform-group input:focus,
.cform-group select:focus,
.cform-group textarea:focus {
  border-color: rgba(255, 77, 77, 0.45);
  box-shadow: 0 0 0 3px rgba(255, 77, 77, 0.07);
}

.cform-group select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23a1a1aa' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px;
  padding-right: 2.5rem;
  cursor: pointer;
}

.cform-group textarea {
  resize: vertical;
  min-height: 88px;
}

.cform-submit {
  margin-top: 0.5rem;
}

.contact-success {
  display: none;
  text-align: center;
  padding: 2rem 0 0.5rem;
}

.contact-success.show {
  display: block;
}

.success-circle {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: rgba(34, 197, 94, 0.1);
  border: 2px solid rgba(34, 197, 94, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.25rem;
  font-size: 1.75rem;
}

.contact-success h4 {
  font-family: var(--font-display);
  font-size: 1.35rem;
  margin-bottom: 0.5rem;
}

.contact-success p {
  color: var(--text-secondary);
  font-size: 0.9rem;
}

/* =====================================================
   LIGHT MODE: SERVICES
   ===================================================== */

body.light-mode .services-section {
  background: #f5f4f0;
}

body.light-mode .service-card {
  background: rgba(255, 255, 255, 0.85) !important;
  border-color: rgba(0, 0, 0, 0.07) !important;
  box-shadow: 0 4px 20px rgba(0,0,0,0.05) !important;
}

body.light-mode .service-card:hover {
  border-color: rgba(255, 77, 77, 0.3) !important;
  box-shadow: 0 16px 32px rgba(0,0,0,0.1), 0 0 0 1px rgba(255,77,77,0.08) !important;
}

body.light-mode .service-card.card-featured {
  background: linear-gradient(145deg, rgba(255,77,77,0.04) 0%, rgba(255,255,255,0.9) 100%) !important;
  border-color: rgba(255, 77, 77, 0.25) !important;
}

body.light-mode .svc-modal-overlay {
  background: rgba(245, 244, 240, 0.92);
}

body.light-mode .svc-modal-panel,
body.light-mode .contact-modal-panel {
  background: #ffffff;
  border-color: rgba(0, 0, 0, 0.08);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.12);
}

body.light-mode .svc-close-btn {
  background: rgba(0,0,0,0.05);
  border-color: rgba(0,0,0,0.1);
  color: #555;
}

body.light-mode .svc-close-btn:hover {
  background: rgba(0,0,0,0.1);
  color: #1a1a1a;
}

body.light-mode .cform-group input,
body.light-mode .cform-group select,
body.light-mode .cform-group textarea {
  background: #f5f4f0;
  border-color: rgba(0, 0, 0, 0.1);
  color: #1a1a1a;
}

body.light-mode .cform-group input::placeholder,
body.light-mode .cform-group textarea::placeholder {
  color: rgba(0, 0, 0, 0.35);
}

body.light-mode .cform-group select option {
  background: #ffffff;
  color: #1a1a1a;
}

body.light-mode .price-toggle-track {
  background: rgba(0,0,0,0.07);
  border-color: rgba(0,0,0,0.12);
}

body.light-mode .price-toggle-track::before {
  background: #aaa;
}

body.light-mode .price-table thead th {
  background: rgba(0,0,0,0.04);
}

body.light-mode .price-table thead th.col-ann {
  background: rgba(255,77,77,0.06);
}

body.light-mode .price-table tbody td {
  border-top-color: rgba(0,0,0,0.06);
}

body.light-mode .price-table tbody td.col-ann {
  background: rgba(255,77,77,0.04);
}

/* =====================================================
   RESPONSIVE: SERVICES
   ===================================================== */

@media (max-width: 968px) {
  .services-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .services-grid {
    grid-template-columns: 1fr;
  }

  .svc-modal-panel {
    padding: 1.75rem 1.25rem;
    border-radius: 16px;
  }

  .contact-modal-panel {
    padding: 1.75rem 1.25rem;
    border-radius: 16px;
  }

  .svc-modal-overlay {
    padding: 1rem 0.75rem 2rem;
  }

  .smodal-setup-price {
    font-size: 1.5rem;
  }

  .smodal-header {
    padding-right: 2rem;
  }
}

/* =====================================================
   ACCESIBILIDAD — Reduce Motion
   ===================================================== */
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }

  .marquee-track {
    animation: none;
  }

  .bg-orb,
  .floating-badge,
  .status-dot {
    animation: none;
  }

  .fade-in,
  .stagger-item {
    opacity: 1;
    transform: none;
    transition: none;
  }
}