/* ============================================================
   KMWEBSOFT.COM — Premium Landing Page Design System
   Theme: Red Sun (Editorial, High-Contrast, Light)
   Status: PRO MAX UI/UX
   ============================================================ */

/* ============================================================
   1. DESIGN TOKENS
   ============================================================ */
:root {
  /* Colors - Red Sun Palette */
  --coral:        #EF4623;
  --coral-light:  #ff6a4a;
  --coral-dark:   #d13d1e;
  
  --ink:          #2D3B42;
  --ink-light:    #3e5159;
  --ink-dark:     #1c252a;
  
  --peach:        #FDF1EE;
  
  --bg:           #ffffff;
  --bg2:          #fcfcfc;
  --bg3:          #f5f6f8;
  
  --t1:           #111827; /* Dark ink */
  --t2:           #4b5563; /* Mid ink */
  --t3:           #9ca3af; /* Light ink */
  
  --b:            rgba(45, 59, 66, 0.08);
  --b2:           rgba(45, 59, 66, 0.15);
  
  --white:        #ffffff;
  
  /* Accent Colors */
  --green:        #10b981;
  --green2:       #059669;
  --gold:         #f59e0b;
  --gold2:        #d97706;
  --blue:         #3b82f6;
  --blue2:        #2563eb;
  --blue3:        #60a5fa;
  --purple:       #8b5cf6;
  --purple2:      #7c3aed;
  --red:          #ef4444;

  /* Typography */
  --font-heading: 'Instrument Serif', serif;
  --font-body:    'Manrope', sans-serif;

  /* Radii */
  --radius-sm:    12px;
  --radius-md:    20px;
  --radius-lg:    32px;
  --radius-xl:    48px;
  --radius-full:  9999px;

  /* Shadows */
  --shadow-sm:    0 4px 16px rgba(45, 59, 66, 0.04);
  --shadow-md:    0 12px 32px rgba(45, 59, 66, 0.08);
  --shadow-lg:    0 24px 64px rgba(45, 59, 66, 0.12);
  --shadow-coral: 0 16px 40px rgba(239, 70, 35, 0.25);
  --shadow-hover: 0 32px 80px rgba(239, 70, 35, 0.15);

  /* Animation */
  --ease-editorial: cubic-bezier(0.25, 1, 0.5, 1);
}

/* ============================================================
   2. RESET & BASE
   ============================================================ */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  font-size: 16px;
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  font-family: var(--font-body);
  background-color: var(--bg);
  color: var(--t2);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

body.has-ribbon {
  padding-top: 40px; /* Space for ribbon */
}

::selection {
  background-color: rgba(239, 70, 35, 0.2);
  color: var(--coral);
}

::-webkit-scrollbar { width: 10px; }
::-webkit-scrollbar-track { background: var(--bg3); }
::-webkit-scrollbar-thumb { background: rgba(45, 59, 66, 0.2); border-radius: var(--radius-full); }
::-webkit-scrollbar-thumb:hover { background: var(--coral); }

/* Accessibility Focus States */
:focus-visible {
  outline: 3px solid var(--coral);
  outline-offset: 2px;
  border-radius: 4px;
}

/* ============================================================
   3. TYPOGRAPHY & UTILS
   ============================================================ */
h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-heading);
  color: var(--t1);
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: -0.02em;
}

h1 i, h2 i, h3 i, .italic, em {
  font-style: italic;
}

.text-center { text-align: center; }
.text-coral { color: var(--coral); }
.text-ink { color: var(--ink); }
.text-gold { color: var(--gold2); }
.text-gradient {
  background: linear-gradient(135deg, var(--coral), var(--coral-dark));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.section-label {
  display: inline-block;
  font-family: var(--font-body);
  font-size: 0.85rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: var(--coral);
  margin-bottom: 24px;
  padding: 6px 16px;
  background: var(--peach);
  border-radius: var(--radius-full);
}

.section-title {
  font-size: clamp(2.75rem, 5vw, 4.5rem);
  margin-bottom: 24px;
}

.section-subtitle {
  font-size: clamp(1.1rem, 2vw, 1.25rem);
  color: var(--t2);
  max-width: 700px;
  margin-bottom: 48px;
  font-weight: 400;
  line-height: 1.7;
}

.container {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 24px;
}

.section {
  padding: 120px 0;
  position: relative;
}

/* ============================================================
   4. BACKGROUND EFFECTS (Red Sun Style)
   ============================================================ */
.bg-dots {
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(45, 59, 66, 0.08) 1px, transparent 1px);
  background-size: 24px 24px;
  z-index: 0;
  pointer-events: none;
}

.bg-glow, .ambient-blur {
  position: absolute;
  border-radius: 50%;
  filter: blur(120px);
  opacity: 0.6;
  z-index: 0;
  pointer-events: none;
  animation: bg-float 12s ease-in-out infinite alternate;
}
@keyframes bg-float {
  0% { transform: scale(1) translate(0, 0); }
  33% { transform: scale(1.1) translate(30px, -30px); }
  66% { transform: scale(0.9) translate(-20px, 20px); }
  100% { transform: scale(1) translate(0, 0); }
}
.bg-glow--blue, .ambient-blur--coral {
  width: 600px;
  height: 600px;
  background: rgba(239, 70, 35, 0.15); /* Coral glow instead of blue */
}
.bg-glow--gold, .ambient-blur--peach {
  width: 500px;
  height: 500px;
  background: rgba(253, 241, 238, 0.8); /* Peach glow instead of gold */
}

/* ============================================================
   5. GLASS CARDS (Light Theme Adaptation)
   ============================================================ */
.glass-card {
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  border: 1px solid var(--white);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-sm);
  transition: all 0.5s var(--ease-editorial);
  position: relative;
}
.glass-card::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(135deg, rgba(239, 70, 35, 0.2), rgba(255, 255, 255, 0));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}
.glass-card:hover {
  transform: translateY(-8px);
  box-shadow: var(--shadow-hover);
  border-color: rgba(239, 70, 35, 0.1);
}

/* ============================================================
   6. BUTTONS
   ============================================================ */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 16px 36px;
  border-radius: var(--radius-full);
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 1rem;
  border: 1px solid transparent;
  cursor: pointer;
  transition: all 0.4s var(--ease-editorial);
  text-decoration: none;
  line-height: 1;
}

.btn-primary, .btn-gold {
  background: var(--coral);
  color: var(--white);
  box-shadow: var(--shadow-coral);
  animation: btn-pulse 3s infinite;
}
@keyframes btn-pulse {
  0% { box-shadow: 0 0 0 0 rgba(239, 70, 35, 0.4); }
  70% { box-shadow: 0 0 0 10px rgba(239, 70, 35, 0); }
  100% { box-shadow: 0 0 0 0 rgba(239, 70, 35, 0); }
}
.btn-primary:hover, .btn-gold:hover {
  background: var(--coral-dark);
  transform: translateY(-3px) scale(1.02);
  box-shadow: 0 20px 48px rgba(239, 70, 35, 0.35);
}

.btn-green {
  background: var(--ink);
  color: var(--white);
  box-shadow: var(--shadow-md);
}
.btn-green:hover {
  background: var(--ink-dark);
  transform: translateY(-3px) scale(1.02);
  box-shadow: var(--shadow-lg);
}

.btn-outline {
  background: rgba(255,255,255,0.5);
  border-color: var(--b2);
  color: var(--ink);
  backdrop-filter: blur(10px);
}
.btn-outline:hover {
  border-color: var(--coral);
  background: var(--peach);
  color: var(--coral);
  transform: translateY(-2px);
}

.btn-sm { padding: 12px 24px; font-size: 0.9rem; }
.btn-lg { padding: 20px 48px; font-size: 1.15rem; }

/* ============================================================
   7. OFFER RIBBON
   ============================================================ */
.offer-ribbon {
  position: fixed;
  top: 0; left: 0; right: 0;
  height: 40px;
  background: linear-gradient(135deg, #1e293b, #3b82f6);
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.85rem;
  z-index: 1001;
  gap: 16px;
}
.offer-ribbon strong { color: var(--coral); }
.offer-ribbon__link {
  color: var(--white);
  text-decoration: underline;
  font-weight: 700;
}
.offer-ribbon__link:hover { color: var(--peach); }
.offer-ribbon__close {
  position: absolute;
  right: 16px;
  background: none;
  border: none;
  color: var(--white);
  font-size: 1.2rem;
  cursor: pointer;
}
.offer-ribbon--hiding {
  transform: translateY(-100%);
  transition: transform 0.4s var(--ease-editorial);
}

/* ============================================================
   8. HEADER
   ============================================================ */
.lp-header {
  position: fixed;
  top: 40px; /* Below ribbon */
  left: 0; right: 0;
  z-index: 1000;
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  border-bottom: 1px solid rgba(255,255,255,0.5);
  transition: all 0.4s var(--ease-editorial);
}
.lp-header.scrolled {
  top: 0;
  background: rgba(255, 255, 255, 0.95);
  border-bottom: 1px solid var(--b);
  box-shadow: var(--shadow-sm);
}
body:not(.has-ribbon) .lp-header {
  top: 0;
}

.lp-header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 88px;
}

.lp-header__logo {
  display: flex;
  align-items: center;
  text-decoration: none;
}
.lp-header__logo-km {
  font-family: var(--font-heading);
  font-size: 2rem;
  color: var(--ink);
}
.lp-header__logo-web {
  font-family: var(--font-body);
  font-size: 1.1rem;
  font-weight: 800;
  color: var(--coral);
  letter-spacing: 1px;
}

.lp-header__nav {
  display: flex;
  gap: 32px;
}
.lp-header__nav a {
  color: var(--t2);
  text-decoration: none;
  font-size: 0.95rem;
  font-weight: 600;
  transition: color 0.3s;
}
.lp-header__nav a:hover { color: var(--coral); }

.lp-header__mobile-toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  flex-direction: column;
  gap: 5px;
  padding: 8px;
}
.lp-header__mobile-toggle span {
  width: 24px; height: 2px;
  background: var(--ink);
  transition: 0.3s;
}

/* Mobile Nav Overlay */
.lp-header__nav.active {
  position: fixed;
  inset: 0;
  top: 88px;
  background: var(--bg2);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 48px;
  gap: 32px;
  z-index: 999;
  border-top: 1px solid var(--b);
}

/* ============================================================
   9. HERO
   ============================================================ */
.lp-hero {
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding-top: 140px;
  background: var(--peach);
}

.lp-hero__inner {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 80px;
  align-items: center;
  z-index: 10;
}

.lp-hero__badge {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 8px 20px;
  background: var(--white);
  border: 1px solid rgba(239,70,35,0.2);
  border-radius: var(--radius-full);
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--coral);
  margin-bottom: 32px;
  box-shadow: var(--shadow-sm);
}

.lp-hero__title {
  font-size: clamp(3.5rem, 6vw, 5.5rem);
  color: var(--ink);
  margin-bottom: 24px;
}

.lp-hero__subtitle {
  font-size: 1.25rem;
  color: var(--t2);
  margin-bottom: 40px;
  max-width: 540px;
}

.lp-hero__actions {
  display: flex;
  gap: 16px;
  margin-bottom: 48px;
}

.lp-hero__trust {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
  margin-bottom: 48px;
}
.lp-hero__trust-item {
  font-size: 0.9rem;
  color: var(--t2);
  font-weight: 600;
}

.lp-hero__stats {
  display: flex;
  gap: 48px;
  padding-top: 48px;
  border-top: 1px solid var(--b2);
}
.lp-hero__stat-value {
  font-family: var(--font-heading);
  font-size: 2.5rem;
  color: var(--ink);
  line-height: 1;
  margin-bottom: 4px;
}
.lp-hero__stat-label {
  font-size: 0.85rem;
  color: var(--t3);
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
}

.hero-illustration { width: 100%; max-width: 550px; }
.hero-wave-circle {
  stroke: var(--coral);
  fill: none;
  stroke-width: 2;
  opacity: 0.2;
  animation: radio-wave 3s ease-in-out infinite;
}
.hero-dashboard {
  background: var(--white);
  border: 1px solid var(--b);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lg);
  animation: dash-float 6s ease-in-out infinite;
}
@keyframes dash-float {
  0% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
  100% { transform: translateY(0); }
}
.hero-audio-bar {
  animation: audio-bar 1.2s ease-in-out infinite alternate;
}

/* ============================================================
   10. LEAD FORM
   ============================================================ */
.lp-lead { background: var(--bg2); }

.lp-lead__card {
  padding: 64px 80px;
  max-width: 800px;
  margin: 0 auto;
}

.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.form-group { margin-bottom: 24px; }
.form-label {
  display: block;
  font-size: 0.85rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: var(--ink);
  margin-bottom: 12px;
}
.form-input, .form-select {
  width: 100%;
  padding: 18px 24px;
  background: var(--bg3);
  border: 2px solid transparent;
  border-radius: var(--radius-md);
  color: var(--t1);
  font-size: 1rem;
  font-family: var(--font-body);
  transition: all 0.3s;
}
.form-input:focus, .form-select:focus {
  outline: none;
  background: var(--white);
  border-color: var(--coral);
  box-shadow: 0 0 0 4px rgba(239, 70, 35, 0.1);
}
.form-honeypot { position: absolute; left: -9999px; opacity: 0; }

.form-benefits {
  display: flex;
  justify-content: center;
  gap: 24px;
  margin-top: 24px;
  font-size: 0.85rem;
  color: var(--t3);
  font-weight: 600;
}

.form-error {
  display: block;
  color: var(--red);
  font-size: 0.8rem;
  margin-top: 4px;
  font-weight: 600;
}

.form-message {
  padding: 16px;
  border-radius: var(--radius-md);
  margin-top: 16px;
  font-size: 0.95rem;
  font-weight: 600;
  text-align: center;
}
.form-message--success {
  background: rgba(16, 185, 129, 0.1);
  border: 1px solid rgba(16, 185, 129, 0.3);
  color: var(--green2);
}
.form-message--error {
  background: rgba(239, 68, 68, 0.1);
  border: 1px solid rgba(239, 68, 68, 0.3);
  color: var(--red);
}

/* ============================================================
   11. CLIENT LOGOS
   ============================================================ */
.lp-clients {
  padding: 64px 0;
  background: var(--bg);
  border-bottom: 1px solid var(--b);
  overflow: hidden;
}
.lp-clients__title {
  text-align: center;
  font-size: 0.85rem;
  font-weight: 800;
  color: var(--t3);
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 32px;
}
.lp-clients__track {
  display: flex;
  width: max-content;
  gap: 80px;
  padding: 0 40px;
}
.client-logo {
  height: 36px;
  filter: grayscale(100%) opacity(0.4);
  transition: all 0.4s;
}
.client-logo:hover {
  filter: grayscale(0%) opacity(1);
}

/* ============================================================
   12. WHY CHOOSE US
   ============================================================ */
.lp-why__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
}
.why-card {
  padding: 40px 32px;
}
.why-card__icon {
  width: 64px;
  height: 64px;
  border-radius: var(--radius-md);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  margin-bottom: 24px;
  background: var(--peach);
}
.why-card__icon--gold, .why-card__icon--purple, .why-card__icon--green, .why-card__icon--blue {
  background: var(--peach);
  color: var(--coral);
}
.why-card__title {
  font-size: 1.25rem;
  font-family: var(--font-body);
  font-weight: 800;
  color: var(--ink);
  margin-bottom: 12px;
}
.why-card__desc {
  font-size: 0.95rem;
  color: var(--t2);
}

/* ============================================================
   13. OFFER SECTION
   ============================================================ */
.lp-offer { background: var(--peach); }
.lp-offer__card {
  padding: 80px;
  text-align: center;
}
.lp-offer__ribbon {
  position: absolute;
  top: 32px;
  right: -40px;
  background: var(--coral);
  color: var(--white);
  padding: 8px 48px;
  transform: rotate(45deg);
  font-weight: 800;
  letter-spacing: 1px;
  font-size: 0.8rem;
  box-shadow: var(--shadow-sm);
}
.lp-offer__title {
  font-size: clamp(2.5rem, 4vw, 3.5rem);
}
.lp-offer__features {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin: 48px 0;
  text-align: left;
}
.lp-offer__feature {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 1rem;
  font-weight: 600;
  color: var(--ink);
}
.lp-offer__perfect {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
  margin: 32px 0;
  align-items: center;
}
.lp-offer__perfect-badge {
  padding: 8px 16px;
  background: var(--white);
  border-radius: var(--radius-full);
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--ink);
}
.lp-offer__countdown {
  display: flex;
  justify-content: center;
  gap: 24px;
  margin: 48px 0;
}
.lp-offer__countdown-item {
  background: var(--white);
  padding: 24px;
  border-radius: var(--radius-md);
  min-width: 100px;
  box-shadow: var(--shadow-sm);
}
.lp-offer__countdown-value {
  display: block;
  font-family: var(--font-heading);
  font-size: 3rem;
  color: var(--coral);
  line-height: 1;
}
.lp-offer__countdown-label {
  font-size: 0.75rem;
  text-transform: uppercase;
  font-weight: 800;
  color: var(--t3);
  letter-spacing: 1px;
  margin-top: 8px;
}

/* ============================================================
   14. PRICING
   ============================================================ */
.lp-pricing { background: var(--bg2); }
.lp-pricing__toggle {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
  margin-bottom: 80px;
}
.lp-pricing__toggle-label {
  font-size: 1.1rem;
  color: var(--t3);
  font-weight: 600;
  cursor: pointer;
  transition: 0.3s;
}
.lp-pricing__toggle-label.active {
  color: var(--ink);
  font-weight: 800;
}
.lp-pricing__switch {
  width: 72px; height: 36px;
  background: var(--bg3);
  border: 1px solid var(--b2);
  border-radius: var(--radius-full);
  position: relative;
  cursor: pointer;
  transition: 0.3s;
}
.lp-pricing__switch.active { background: var(--coral); border-color: var(--coral); }
.lp-pricing__switch-dot {
  position: absolute;
  top: 4px; left: 4px;
  width: 26px; height: 26px;
  background: var(--white);
  border-radius: 50%;
  transition: transform 0.4s var(--ease-editorial);
  box-shadow: var(--shadow-sm);
}
.lp-pricing__switch.active .lp-pricing__switch-dot { transform: translateX(36px); }

.lp-pricing__save {
  display: inline-block;
  background: rgba(16, 185, 129, 0.1);
  color: var(--green2);
  padding: 6px 16px;
  border-radius: var(--radius-full);
  font-size: 0.85rem;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
  opacity: 0;
  transition: opacity 0.3s;
}
.lp-pricing__save.show {
  opacity: 1;
}

.lp-pricing__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 32px;
  max-width: 1140px;
  margin: 0 auto;
}
.pricing-card {
  padding: 48px 40px;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 1;
}
.pricing-card--popular {
  transform: scale(1.05);
  box-shadow: var(--shadow-md);
  border-color: rgba(239,70,35,0.2);
  z-index: 2;
}
.pricing-card--popular:hover {
  transform: scale(1.05) translateY(-8px);
}
.pricing-card__badge {
  position: absolute;
  top: -16px; left: 50%;
  transform: translateX(-50%);
  padding: 6px 20px;
  border-radius: var(--radius-full);
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 1px;
}
.pricing-card__badge--blue, .pricing-card__badge--gold, .pricing-card__badge--green, .pricing-card__badge--purple {
  background: var(--ink);
  color: var(--white);
}
.pricing-card--popular .pricing-card__badge {
  background: var(--coral);
}

.pricing-card__name {
  font-family: var(--font-heading);
  font-size: 2.5rem;
  color: var(--ink);
  margin-bottom: 24px;
}
.pricing-card__price {
  display: flex;
  align-items: baseline;
  gap: 8px;
  margin-bottom: 8px;
}
.pricing-card__price-amount {
  font-family: var(--font-heading);
  font-size: 4rem;
  color: var(--ink);
  line-height: 1;
}
.pricing-card__price-period {
  font-size: 1rem;
  color: var(--t2);
  font-weight: 600;
}
.pricing-card__equivalent {
  font-size: 0.9rem;
  color: var(--coral);
  font-weight: 700;
  min-height: 24px;
}
.pricing-card__divider {
  height: 1px;
  background: var(--b);
  margin: 32px 0;
}
.pricing-card__features {
  list-style: none;
  flex: 1;
  margin-bottom: 40px;
}
.pricing-card__features li {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
  font-size: 1rem;
  color: var(--t1);
  font-weight: 500;
}
.pricing-card__features svg {
  width: 20px; height: 20px;
  color: var(--coral);
  flex-shrink: 0;
}
.pricing-card__cta { width: 100%; }

/* ============================================================
   15. PERFORMANCE STATS
   ============================================================ */
.lp-stats { background: var(--ink); color: var(--white); padding: 80px 0; }
.lp-stats__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 48px;
  text-align: center;
}
.stat-item__value {
  font-family: var(--font-heading);
  font-size: 4rem;
  color: var(--white);
  line-height: 1;
  margin-bottom: 12px;
}
.stat-item__label {
  font-size: 0.85rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: rgba(255,255,255,0.6);
}

/* ============================================================
   16. COMPARISON TABLE
   ============================================================ */
.lp-compare__wrapper {
  background: var(--white);
  border-radius: var(--radius-lg);
  border: 1px solid var(--b);
  box-shadow: var(--shadow-md);
  overflow: hidden;
  overflow-x: auto;
}
.lp-compare__table {
  width: 100%;
  border-collapse: collapse;
}
.lp-compare__table th {
  background: var(--bg3);
  padding: 32px 24px;
  text-align: left;
  font-family: var(--font-heading);
  font-size: 1.75rem;
  color: var(--ink);
  border-bottom: 2px solid var(--b);
}
.lp-compare__table th.compare-highlight {
  background: var(--peach);
  color: var(--coral);
}
.lp-compare__table td {
  padding: 24px;
  border-bottom: 1px solid var(--b);
  font-size: 1.05rem;
  font-weight: 500;
  color: var(--t1);
}
.lp-compare__table td.compare-highlight { background: var(--peach); }
.compare-check { color: var(--coral); font-weight: 800; display: flex; align-items: center; gap: 8px;}
.compare-cross { color: var(--t3); opacity: 0.6; display: flex; align-items: center; gap: 8px;}

/* ============================================================
   17. TESTIMONIALS
   ============================================================ */
.lp-testimonials { background: var(--peach); overflow: hidden; }
.lp-testimonials__slider { position: relative; }
.lp-testimonials__track {
  display: flex;
  gap: 32px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding: 24px 0 48px;
  scrollbar-width: none;
}
.testimonial-card {
  min-width: 450px;
  padding: 48px;
  scroll-snap-align: center;
}
.testimonial-card__stars {
  color: var(--coral);
  font-size: 1.2rem;
  letter-spacing: 4px;
  margin-bottom: 24px;
}
.testimonial-card__text {
  font-family: var(--font-heading);
  font-size: 1.75rem;
  color: var(--ink);
  line-height: 1.4;
  margin-bottom: 40px;
}
.testimonial-card__author {
  display: flex;
  align-items: center;
  gap: 16px;
}
.testimonial-card__avatar {
  width: 64px; height: 64px;
  border-radius: 50%;
  background: var(--ink);
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-heading);
  font-size: 1.5rem;
}
.testimonial-card__name { font-weight: 800; font-size: 1.1rem; color: var(--ink); }
.testimonial-card__role { font-size: 0.9rem; color: var(--t2); }
.lp-testimonials__nav { display: flex; justify-content: center; align-items: center; gap: 24px; }
.lp-testimonials__arrow {
  width: 48px; height: 48px;
  border-radius: 50%;
  border: 1px solid var(--b2);
  background: var(--white);
  color: var(--ink);
  display: flex; justify-content: center; align-items: center;
  cursor: pointer; transition: 0.3s;
}
.lp-testimonials__arrow:hover { background: var(--coral); color: var(--white); border-color: var(--coral); }
.lp-testimonials__dots { display: flex; gap: 12px; }
.lp-testimonials__dot { width: 12px; height: 12px; border-radius: 50%; background: var(--b2); border: none; cursor: pointer; transition: 0.3s;}
.lp-testimonials__dot.active { width: 32px; background: var(--coral); border-radius: var(--radius-full); }

/* ============================================================
   18. FAQ
   ============================================================ */
.lp-faq { background: var(--bg2); }
.lp-faq__list { max-width: 800px; margin: 0 auto; }
.faq-item {
  background: var(--white);
  border: 1px solid var(--b);
  border-radius: var(--radius-md);
  margin-bottom: 16px;
  transition: 0.3s;
}
.faq-item.active { border-color: rgba(239,70,35,0.3); box-shadow: var(--shadow-sm); }
.faq-item__question {
  width: 100%; padding: 32px;
  display: flex; justify-content: space-between; align-items: center;
  background: none; border: none;
  font-family: var(--font-body); font-size: 1.15rem; font-weight: 800; color: var(--ink);
  text-align: left; cursor: pointer;
}
.faq-item__icon { width: 24px; height: 24px; position: relative; color: var(--coral); font-size: 1.5rem; display: flex; align-items: center; justify-content: center; }
.faq-item__answer {
  padding: 0 32px; max-height: 0; overflow: hidden; transition: 0.4s var(--ease-editorial); color: var(--t2); font-size: 1.05rem;
}
.faq-item.active .faq-item__answer { padding: 0 32px 32px; max-height: 800px; }

/* ============================================================
   19. FINAL CTA & FOOTER
   ============================================================ */
.lp-final-cta { background: var(--ink); color: var(--white); text-align: center; overflow: hidden; }
.lp-final-cta__title { font-size: clamp(3rem, 5vw, 4.5rem); color: var(--white); margin-bottom: 24px; }
.lp-final-cta__subtitle { font-size: 1.25rem; color: rgba(255,255,255,0.7); max-width: 600px; margin: 0 auto 48px; }
.lp-final-cta__actions { display: flex; justify-content: center; gap: 16px; margin-bottom: 48px; }
.lp-final-cta__trust { display: flex; justify-content: center; gap: 32px; flex-wrap: wrap; font-size: 0.95rem; color: rgba(255,255,255,0.5); }

.lp-footer { background: var(--ink-dark); color: rgba(255,255,255,0.6); padding: 80px 0 40px; }
.lp-footer__grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1.5fr; gap: 64px; margin-bottom: 64px; }
.lp-footer__brand-desc { margin-bottom: 32px; font-size: 0.95rem; line-height: 1.8; }
.lp-footer__social { display: flex; gap: 16px; }
.lp-footer__social a { width: 40px; height: 40px; border-radius: 50%; background: rgba(255,255,255,0.05); display: flex; justify-content: center; align-items: center; color: var(--white); transition: 0.3s; }
.lp-footer__social a:hover { background: var(--coral); transform: translateY(-3px); }
.lp-footer__col-title { font-size: 1.1rem; color: var(--white); font-weight: 800; margin-bottom: 32px; text-transform: uppercase; letter-spacing: 1px; }
.lp-footer__links { list-style: none; }
.lp-footer__links li { margin-bottom: 16px; }
.lp-footer__links a { color: rgba(255,255,255,0.6); text-decoration: none; transition: 0.3s; font-size: 0.95rem; }
.lp-footer__links a:hover { color: var(--coral); }
.lp-footer__bottom { border-top: 1px solid rgba(255,255,255,0.05); padding-top: 32px; display: flex; justify-content: space-between; align-items: center; font-size: 0.9rem; }

/* ============================================================
   20. FLOATING WIDGETS & POPUPS
   ============================================================ */
.whatsapp-float {
  position: fixed; bottom: 32px; right: 32px;
  z-index: 99;
}
.whatsapp-float__btn {
  width: 68px; height: 68px;
  background: linear-gradient(135deg, #25D366, #128C7E);
  color: white;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 12px 32px rgba(37, 211, 102, 0.5), inset 0 -4px 10px rgba(0,0,0,0.2), inset 0 4px 10px rgba(255,255,255,0.3);
  transition: 0.4s var(--ease-editorial);
  text-decoration: none;
  animation: bounce-float 3s infinite cubic-bezier(0.25, 1, 0.5, 1);
  position: relative;
}
.whatsapp-float__btn svg {
  width: 36px; height: 36px;
  fill: currentColor;
  filter: drop-shadow(0 3px 4px rgba(0,0,0,0.2));
  z-index: 2;
}
.whatsapp-float__btn:hover {
  animation: none;
  transform: scale(1.1) translateY(-6px);
  box-shadow: 0 16px 40px rgba(37, 211, 102, 0.6), inset 0 -4px 10px rgba(0,0,0,0.2), inset 0 4px 10px rgba(255,255,255,0.3);
}
@keyframes bounce-float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-12px); }
}

/* Exit Intent Popup Modal */
.exit-popup {
  position: fixed; inset: 0; z-index: 9999;
  background: rgba(17, 24, 39, 0.8);
  backdrop-filter: blur(8px);
  display: flex; justify-content: center; align-items: center;
  opacity: 0; pointer-events: none; transition: opacity 0.4s ease;
}
.exit-popup.active { opacity: 1; pointer-events: auto; }
.exit-popup__card {
  width: 90%; max-width: 500px;
  padding: 48px; text-align: center;
  transform: translateY(20px) scale(0.95);
  transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  position: relative;
}
.exit-popup.active .exit-popup__card {
  transform: translateY(0) scale(1);
}
.exit-popup__close {
  position: absolute; top: 16px; right: 16px;
  background: none; border: none; font-size: 2rem; color: var(--t3);
  cursor: pointer; transition: 0.3s;
}
.exit-popup__close:hover { color: var(--coral); }
.exit-popup__form { display: flex; gap: 12px; margin-top: 24px; }
.exit-popup__form .form-input { flex: 1; }

/* Purchase Toast */
.purchase-toast {
  position: fixed; bottom: 32px; left: 32px;
  background: var(--white);
  border: 1px solid var(--b);
  border-radius: var(--radius-sm);
  padding: 16px; display: flex; align-items: center; gap: 16px;
  box-shadow: var(--shadow-md); z-index: 98;
  opacity: 0; pointer-events: none; transform: translateY(20px);
}
.purchase-toast__avatar {
  width: 40px; height: 40px; border-radius: 50%;
  background: var(--peach); color: var(--coral);
  display: flex; align-items: center; justify-content: center;
  font-weight: 800; font-family: var(--font-heading); font-size: 1.1rem;
}
.purchase-toast__name { font-weight: 700; font-size: 0.95rem; color: var(--ink); }
.purchase-toast__text { font-size: 0.85rem; color: var(--t2); }
.purchase-toast__time { font-size: 0.75rem; color: var(--t3); margin-top: 4px; }

/* Mobile CTA */
.mobile-cta { display: none; }

/* ============================================================
   21. RESPONSIVE BREAKPOINTS
   ============================================================ */
@media (max-width: 1024px) {
  .lp-hero__inner { grid-template-columns: 1fr; text-align: center; }
  .lp-hero__subtitle, .lp-hero__actions, .lp-hero__trust, .lp-hero__stats { justify-content: center; margin-left: auto; margin-right: auto; }
  .lp-why__grid { grid-template-columns: repeat(2, 1fr); }
  .lp-pricing__grid { grid-template-columns: 1fr; max-width: 500px; }
  .pricing-card--popular { transform: none; }
  .pricing-card--popular:hover { transform: translateY(-8px); }
  .lp-footer__grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 768px) {
  .lp-header__nav, .lp-header__cta { display: none; }
  .lp-header__mobile-toggle { display: flex; }
  .lp-stats__grid { grid-template-columns: repeat(2, 1fr); }
  .form-row { grid-template-columns: 1fr; }
  .lp-offer__features { grid-template-columns: 1fr; }
  .lp-offer__countdown { flex-wrap: wrap; }
  .lp-footer__grid { grid-template-columns: 1fr; }
  .mobile-cta { display: flex; gap: 12px; justify-content: center; position: fixed; bottom: 0; left: 0; right: 0; background: var(--white); padding: 16px; border-top: 1px solid var(--b); z-index: 98; }
  .testimonial-card { min-width: unset; width: 85vw; max-width: 350px; padding: 32px; }
  .lp-lead__card { padding: 40px 24px; }
}

@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;
  }
}
