/* ==========================================================================
   EEAD Landing Page - Premium Design System
   Version: 1.0.0
   Author: Design System Expert

   A modern, conversion-optimized CSS framework inspired by
   Stripe, Linear, and Vercel's design excellence.
   ========================================================================== */

/* ==========================================================================
   1. CSS CUSTOM PROPERTIES (DESIGN TOKENS)
   ========================================================================== */

:root {
  /* -------------------------------------------------------------------------
     Color Palette - Primary Brand Colors
     ------------------------------------------------------------------------- */
  --color-navy: #1D3557;
  --color-navy-dark: #152540;
  --color-navy-light: #2A4A73;

  --color-royal: #2563EB;
  --color-royal-dark: #1D4ED8;
  --color-royal-light: #3B82F6;

  --color-blue-light: #3B82F6;
  --color-blue-lighter: #60A5FA;
  --color-blue-pale: #DBEAFE;

  --color-teal: #14B8A6;
  --color-teal-dark: #0D9488;
  --color-teal-light: #5EEAD4;
  --color-teal-pale: #CCFBF1;

  /* -------------------------------------------------------------------------
     Neutral Colors
     ------------------------------------------------------------------------- */
  --color-white: #FFFFFF;
  --color-gray-50: #F8FAFC;
  --color-gray-100: #F1F5F9;
  --color-gray-200: #E2E8F0;
  --color-gray-300: #CBD5E1;
  --color-gray-400: #94A3B8;
  --color-gray-500: #64748B;
  --color-gray-600: #475569;
  --color-gray-700: #334155;
  --color-gray-800: #1E293B;
  --color-gray-900: #0F172A;
  --color-black: #000000;

  /* -------------------------------------------------------------------------
     Semantic Colors
     ------------------------------------------------------------------------- */
  --color-success: #10B981;
  --color-success-light: #D1FAE5;
  --color-warning: #F59E0B;
  --color-warning-light: #FEF3C7;
  --color-error: #EF4444;
  --color-error-light: #FEE2E2;
  --color-info: #3B82F6;
  --color-info-light: #DBEAFE;

  /* -------------------------------------------------------------------------
     Brand-Specific Colors
     ------------------------------------------------------------------------- */
  --color-whatsapp: #25D366;
  --color-whatsapp-dark: #128C7E;

  /* -------------------------------------------------------------------------
     Gradients
     ------------------------------------------------------------------------- */
  --gradient-primary: linear-gradient(135deg, var(--color-royal) 0%, var(--color-blue-light) 100%);
  --gradient-teal: linear-gradient(135deg, var(--color-teal) 0%, var(--color-teal-light) 100%);
  --gradient-navy: linear-gradient(135deg, var(--color-navy) 0%, var(--color-navy-light) 100%);
  --gradient-hero: linear-gradient(180deg, var(--color-navy) 0%, var(--color-navy-dark) 100%);
  --gradient-cta: linear-gradient(135deg, var(--color-royal) 0%, var(--color-teal) 100%);
  --gradient-subtle: linear-gradient(180deg, var(--color-gray-50) 0%, var(--color-white) 100%);
  --gradient-card-hover: linear-gradient(180deg, rgba(20, 184, 166, 0.05) 0%, rgba(20, 184, 166, 0) 100%);
  --gradient-glass: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.05) 100%);

  /* -------------------------------------------------------------------------
     Shadows
     ------------------------------------------------------------------------- */
  --shadow-xs: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  --shadow-sm: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
  --shadow-md: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
  --shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
  --shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
  --shadow-2xl: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  --shadow-inner: inset 0 2px 4px 0 rgba(0, 0, 0, 0.05);

  /* Colored Shadows */
  --shadow-teal: 0 4px 14px 0 rgba(20, 184, 166, 0.3);
  --shadow-teal-lg: 0 10px 40px -10px rgba(20, 184, 166, 0.4);
  --shadow-royal: 0 4px 14px 0 rgba(37, 99, 235, 0.3);
  --shadow-royal-lg: 0 10px 40px -10px rgba(37, 99, 235, 0.4);
  --shadow-navy: 0 4px 14px 0 rgba(29, 53, 87, 0.3);

  /* Glow Effects */
  --glow-teal: 0 0 20px rgba(94, 234, 212, 0.4);
  --glow-teal-intense: 0 0 30px rgba(94, 234, 212, 0.6);
  --glow-royal: 0 0 20px rgba(59, 130, 246, 0.4);
  --glow-whatsapp: 0 0 20px rgba(37, 211, 102, 0.4);

  /* -------------------------------------------------------------------------
     Typography
     ------------------------------------------------------------------------- */
  --font-family-primary: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
  --font-family-display: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  --font-family-mono: 'JetBrains Mono', 'Fira Code', 'SF Mono', Consolas, monospace;

  /* Font Sizes - Fluid Typography */
  --text-xs: clamp(0.75rem, 0.7rem + 0.25vw, 0.8125rem);
  --text-sm: clamp(0.8125rem, 0.75rem + 0.3125vw, 0.9375rem);
  --text-base: clamp(0.9375rem, 0.875rem + 0.3125vw, 1.0625rem);
  --text-lg: clamp(1.0625rem, 0.975rem + 0.4375vw, 1.25rem);
  --text-xl: clamp(1.1875rem, 1.0625rem + 0.625vw, 1.5rem);
  --text-2xl: clamp(1.4375rem, 1.25rem + 0.9375vw, 1.875rem);
  --text-3xl: clamp(1.75rem, 1.5rem + 1.25vw, 2.375rem);
  --text-4xl: clamp(2.125rem, 1.75rem + 1.875vw, 3rem);
  --text-5xl: clamp(2.625rem, 2rem + 3.125vw, 4rem);
  --text-6xl: clamp(3.25rem, 2.5rem + 3.75vw, 5rem);

  /* Font Weights */
  --font-light: 300;
  --font-normal: 400;
  --font-medium: 500;
  --font-semibold: 600;
  --font-bold: 700;
  --font-extrabold: 800;

  /* Line Heights */
  --leading-none: 1;
  --leading-tight: 1.15;
  --leading-snug: 1.3;
  --leading-normal: 1.5;
  --leading-relaxed: 1.625;
  --leading-loose: 2;

  /* Letter Spacing */
  --tracking-tighter: -0.05em;
  --tracking-tight: -0.025em;
  --tracking-normal: 0;
  --tracking-wide: 0.025em;
  --tracking-wider: 0.05em;
  --tracking-widest: 0.1em;

  /* -------------------------------------------------------------------------
     Spacing Scale
     ------------------------------------------------------------------------- */
  --space-0: 0;
  --space-1: 0.25rem;    /* 4px */
  --space-2: 0.5rem;     /* 8px */
  --space-3: 0.75rem;    /* 12px */
  --space-4: 1rem;       /* 16px */
  --space-5: 1.25rem;    /* 20px */
  --space-6: 1.5rem;     /* 24px */
  --space-8: 2rem;       /* 32px */
  --space-10: 2.5rem;    /* 40px */
  --space-12: 3rem;      /* 48px */
  --space-16: 4rem;      /* 64px */
  --space-20: 5rem;      /* 80px */
  --space-24: 6rem;      /* 96px */
  --space-32: 8rem;      /* 128px */
  --space-40: 10rem;     /* 160px */
  --space-48: 12rem;     /* 192px */

  /* Section Spacing */
  --section-padding-y: clamp(4rem, 8vw, 8rem);
  --section-padding-x: clamp(1rem, 4vw, 2rem);

  /* -------------------------------------------------------------------------
     Border Radius
     ------------------------------------------------------------------------- */
  --radius-none: 0;
  --radius-sm: 0.25rem;    /* 4px */
  --radius-md: 0.5rem;     /* 8px */
  --radius-lg: 0.75rem;    /* 12px */
  --radius-xl: 1rem;       /* 16px */
  --radius-2xl: 1.5rem;    /* 24px */
  --radius-3xl: 2rem;      /* 32px */
  --radius-full: 9999px;

  /* -------------------------------------------------------------------------
     Borders
     ------------------------------------------------------------------------- */
  --border-width-thin: 1px;
  --border-width-medium: 2px;
  --border-width-thick: 3px;
  --border-color: var(--color-gray-200);
  --border-color-hover: var(--color-teal);

  /* -------------------------------------------------------------------------
     Transitions
     ------------------------------------------------------------------------- */
  --transition-fast: 150ms;
  --transition-base: 200ms;
  --transition-slow: 300ms;
  --transition-slower: 500ms;

  --ease-default: cubic-bezier(0.4, 0, 0.2, 1);
  --ease-in: cubic-bezier(0.4, 0, 1, 1);
  --ease-out: cubic-bezier(0, 0, 0.2, 1);
  --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
  --ease-bounce: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  --ease-elastic: cubic-bezier(0.68, -0.6, 0.32, 1.6);

  /* -------------------------------------------------------------------------
     Z-Index Scale
     ------------------------------------------------------------------------- */
  --z-behind: -1;
  --z-base: 0;
  --z-dropdown: 100;
  --z-sticky: 200;
  --z-fixed: 300;
  --z-modal-backdrop: 400;
  --z-modal: 500;
  --z-popover: 600;
  --z-tooltip: 700;
  --z-toast: 800;
  --z-max: 9999;

  /* -------------------------------------------------------------------------
     Container
     ------------------------------------------------------------------------- */
  --container-xs: 20rem;     /* 320px */
  --container-sm: 24rem;     /* 384px */
  --container-md: 28rem;     /* 448px */
  --container-lg: 32rem;     /* 512px */
  --container-xl: 36rem;     /* 576px */
  --container-2xl: 42rem;    /* 672px */
  --container-3xl: 48rem;    /* 768px */
  --container-4xl: 56rem;    /* 896px */
  --container-5xl: 64rem;    /* 1024px */
  --container-6xl: 72rem;    /* 1152px */
  --container-7xl: 80rem;    /* 1280px */
  --container-full: 100%;
}


/* ==========================================================================
   2. RESET & BASE STYLES
   ========================================================================== */

/* Modern CSS Reset */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

/* Prevent font size inflation */
html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
  scroll-behavior: smooth;
}

/* Remove default margin and set core body defaults */
body {
  min-height: 100vh;
  line-height: var(--leading-normal);
  font-family: var(--font-family-primary);
  font-size: var(--text-base);
  font-weight: var(--font-normal);
  color: var(--color-gray-700);
  background-color: var(--color-white);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}

/* Remove list styles on ul, ol elements */
ul,
ol {
  list-style: none;
}

/* Set core body defaults */
body,
h1, h2, h3, h4, h5, h6,
p,
figure,
blockquote,
dl,
dd {
  margin-block-end: 0;
}

/* Balance text wrapping on headings */
h1, h2, h3, h4, h5, h6 {
  text-wrap: balance;
  font-family: var(--font-family-display);
  font-weight: var(--font-bold);
  color: var(--color-navy);
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
  color: currentColor;
}

/* Links */
a {
  color: var(--color-royal);
  text-decoration: none;
  transition: color var(--transition-fast) var(--ease-default);
}

a:hover {
  color: var(--color-blue-light);
}

/* Make images easier to work with */
img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
  height: auto;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
  color: inherit;
}

/* Make sure textareas without a rows attribute are not tiny */
textarea:not([rows]) {
  min-height: 10em;
}

/* Anything that has been anchored to should have extra scroll margin */
:target {
  scroll-margin-block: 5ex;
}

/* Remove all animations and transitions for people that prefer not to see them */
@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;
  }
}

/* Focus visible styles */
:focus-visible {
  outline: 2px solid var(--color-royal);
  outline-offset: 2px;
}

/* Remove default button styles */
button {
  background: none;
  border: none;
  cursor: pointer;
}

/* Selection styles */
::selection {
  background-color: var(--color-teal-pale);
  color: var(--color-navy);
}

/* Horizontal Rule */
hr {
  border: none;
  border-top: 1px solid var(--color-gray-200);
  margin: var(--space-8) 0;
}


/* ==========================================================================
   3. TYPOGRAPHY
   ========================================================================== */

/* Headings */
h1, .h1 {
  font-size: var(--text-5xl);
  font-weight: var(--font-extrabold);
  line-height: var(--leading-tight);
  letter-spacing: var(--tracking-tight);
  margin-bottom: var(--space-6);
}

h2, .h2 {
  font-size: var(--text-4xl);
  font-weight: var(--font-bold);
  line-height: var(--leading-tight);
  letter-spacing: var(--tracking-tight);
  margin-bottom: var(--space-5);
}

h3, .h3 {
  font-size: var(--text-3xl);
  font-weight: var(--font-bold);
  line-height: var(--leading-snug);
  margin-bottom: var(--space-4);
}

h4, .h4 {
  font-size: var(--text-2xl);
  font-weight: var(--font-semibold);
  line-height: var(--leading-snug);
  margin-bottom: var(--space-4);
}

h5, .h5 {
  font-size: var(--text-xl);
  font-weight: var(--font-semibold);
  line-height: var(--leading-normal);
  margin-bottom: var(--space-3);
}

h6, .h6 {
  font-size: var(--text-lg);
  font-weight: var(--font-semibold);
  line-height: var(--leading-normal);
  margin-bottom: var(--space-3);
}

/* Paragraphs */
p {
  margin-bottom: var(--space-4);
  line-height: var(--leading-relaxed);
}

p:last-child {
  margin-bottom: 0;
}

/* Lead text */
.lead {
  font-size: var(--text-xl);
  line-height: var(--leading-relaxed);
  color: var(--color-gray-600);
}

/* Small text */
small, .small {
  font-size: var(--text-sm);
}

.text-xs {
  font-size: var(--text-xs);
}

/* Strong/Bold */
strong, b, .font-bold {
  font-weight: var(--font-bold);
}

.font-semibold {
  font-weight: var(--font-semibold);
}

.font-medium {
  font-weight: var(--font-medium);
}

/* Text colors */
.text-navy { color: var(--color-navy); }
.text-royal { color: var(--color-royal); }
.text-teal { color: var(--color-teal); }
.text-white { color: var(--color-white); }
.text-gray-500 { color: var(--color-gray-500); }
.text-gray-600 { color: var(--color-gray-600); }
.text-muted { color: var(--color-gray-500); }
.text-success { color: var(--color-success); }
.text-error { color: var(--color-error); }

/* Text alignment */
.text-left { text-align: left; }
.text-center { text-align: center; }
.text-right { text-align: right; }

/* Text transform */
.uppercase { text-transform: uppercase; }
.lowercase { text-transform: lowercase; }
.capitalize { text-transform: capitalize; }

/* Highlight/Mark */
mark, .highlight {
  background: linear-gradient(120deg, var(--color-teal-pale) 0%, var(--color-teal-pale) 100%);
  background-repeat: no-repeat;
  background-size: 100% 40%;
  background-position: 0 90%;
  padding: 0 0.2em;
}

/* Gradient text */
.text-gradient {
  background: var(--gradient-cta);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* Eyebrow text */
.eyebrow {
  font-size: var(--text-sm);
  font-weight: var(--font-semibold);
  text-transform: uppercase;
  letter-spacing: var(--tracking-wider);
  color: var(--color-teal);
  margin-bottom: var(--space-3);
}


/* ==========================================================================
   4. LAYOUT - Container & Grid System
   ========================================================================== */

/* Container */
.container {
  width: 100%;
  max-width: var(--container-7xl);
  margin-left: auto;
  margin-right: auto;
  padding-left: var(--section-padding-x);
  padding-right: var(--section-padding-x);
}

.container-sm { max-width: var(--container-4xl); }
.container-md { max-width: var(--container-5xl); }
.container-lg { max-width: var(--container-6xl); }
.container-xl { max-width: var(--container-7xl); }
.container-full { max-width: 100%; }

/* Section */
.section {
  padding-top: var(--section-padding-y);
  padding-bottom: var(--section-padding-y);
}

.section-sm {
  padding-top: calc(var(--section-padding-y) * 0.5);
  padding-bottom: calc(var(--section-padding-y) * 0.5);
}

.section-lg {
  padding-top: calc(var(--section-padding-y) * 1.5);
  padding-bottom: calc(var(--section-padding-y) * 1.5);
}

/* Grid System */
.grid {
  display: grid;
  gap: var(--space-6);
}

.grid-cols-1 { grid-template-columns: repeat(1, minmax(0, 1fr)); }
.grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.grid-cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.grid-cols-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }

.gap-4 { gap: var(--space-4); }
.gap-6 { gap: var(--space-6); }
.gap-8 { gap: var(--space-8); }
.gap-10 { gap: var(--space-10); }
.gap-12 { gap: var(--space-12); }

/* Flexbox Utilities */
.flex { display: flex; }
.inline-flex { display: inline-flex; }
.flex-col { flex-direction: column; }
.flex-row { flex-direction: row; }
.flex-wrap { flex-wrap: wrap; }
.flex-nowrap { flex-wrap: nowrap; }

.items-start { align-items: flex-start; }
.items-center { align-items: center; }
.items-end { align-items: flex-end; }
.items-stretch { align-items: stretch; }

.justify-start { justify-content: flex-start; }
.justify-center { justify-content: center; }
.justify-end { justify-content: flex-end; }
.justify-between { justify-content: space-between; }
.justify-around { justify-content: space-around; }
.justify-evenly { justify-content: space-evenly; }

.flex-1 { flex: 1 1 0%; }
.flex-auto { flex: 1 1 auto; }
.flex-none { flex: none; }
.flex-grow { flex-grow: 1; }
.flex-shrink-0 { flex-shrink: 0; }

/* Spacing Utilities */
.m-auto { margin: auto; }
.mx-auto { margin-left: auto; margin-right: auto; }
.my-auto { margin-top: auto; margin-bottom: auto; }

.mb-0 { margin-bottom: 0; }
.mb-2 { margin-bottom: var(--space-2); }
.mb-4 { margin-bottom: var(--space-4); }
.mb-6 { margin-bottom: var(--space-6); }
.mb-8 { margin-bottom: var(--space-8); }
.mb-12 { margin-bottom: var(--space-12); }

.mt-0 { margin-top: 0; }
.mt-4 { margin-top: var(--space-4); }
.mt-6 { margin-top: var(--space-6); }
.mt-8 { margin-top: var(--space-8); }
.mt-12 { margin-top: var(--space-12); }

.p-4 { padding: var(--space-4); }
.p-6 { padding: var(--space-6); }
.p-8 { padding: var(--space-8); }

.py-4 { padding-top: var(--space-4); padding-bottom: var(--space-4); }
.py-6 { padding-top: var(--space-6); padding-bottom: var(--space-6); }
.py-8 { padding-top: var(--space-8); padding-bottom: var(--space-8); }

.px-4 { padding-left: var(--space-4); padding-right: var(--space-4); }
.px-6 { padding-left: var(--space-6); padding-right: var(--space-6); }
.px-8 { padding-left: var(--space-8); padding-right: var(--space-8); }

/* Width Utilities */
.w-full { width: 100%; }
.w-auto { width: auto; }
.max-w-prose { max-width: 65ch; }
.max-w-none { max-width: none; }

/* Display Utilities */
.block { display: block; }
.inline-block { display: inline-block; }
.hidden { display: none; }

/* Position Utilities */
.relative { position: relative; }
.absolute { position: absolute; }
.fixed { position: fixed; }
.sticky { position: sticky; }

.inset-0 { top: 0; right: 0; bottom: 0; left: 0; }
.top-0 { top: 0; }
.bottom-0 { bottom: 0; }
.left-0 { left: 0; }
.right-0 { right: 0; }


/* ==========================================================================
   5. HERO SECTION
   ========================================================================== */

.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--gradient-hero);
  color: var(--color-white);
  overflow: hidden;
  padding: var(--space-16) var(--section-padding-x);
}

.hero::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background:
    radial-gradient(ellipse 80% 80% at 50% -20%, rgba(37, 99, 235, 0.3) 0%, transparent 50%),
    radial-gradient(ellipse 60% 60% at 80% 50%, rgba(20, 184, 166, 0.15) 0%, transparent 50%);
  pointer-events: none;
}

/* Parallax background elements */
.hero__bg-pattern {
  position: absolute;
  inset: 0;
  opacity: 0.05;
  background-image:
    linear-gradient(rgba(255,255,255,0.1) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.1) 1px, transparent 1px);
  background-size: 60px 60px;
  transform: perspective(500px) rotateX(60deg);
  transform-origin: center top;
}

.hero__content {
  position: relative;
  z-index: 1;
  max-width: var(--container-4xl);
  text-align: center;
}

.hero__title {
  font-size: var(--text-5xl);
  font-weight: var(--font-extrabold);
  line-height: var(--leading-tight);
  color: var(--color-white);
  margin-bottom: var(--space-6);
  text-shadow: 0 2px 40px rgba(0, 0, 0, 0.3);
}

.hero__title span {
  color: var(--color-teal-light);
}

.hero__subtitle {
  font-size: var(--text-xl);
  color: rgba(255, 255, 255, 0.85);
  max-width: 40ch;
  margin: 0 auto var(--space-8);
  line-height: var(--leading-relaxed);
}

.hero__cta-group {
  display: flex;
  flex-direction: column;
  gap: var(--space-4);
  align-items: center;
}

/* Hero floating elements */
.hero__float {
  position: absolute;
  border-radius: var(--radius-full);
  background: var(--gradient-teal);
  opacity: 0.1;
  animation: float 6s ease-in-out infinite;
}

.hero__float--1 {
  width: 300px;
  height: 300px;
  top: 10%;
  left: -5%;
  animation-delay: 0s;
}

.hero__float--2 {
  width: 200px;
  height: 200px;
  bottom: 20%;
  right: -3%;
  animation-delay: 2s;
}

.hero__float--3 {
  width: 150px;
  height: 150px;
  top: 60%;
  left: 10%;
  animation-delay: 4s;
}

@keyframes float {
  0%, 100% { transform: translateY(0) rotate(0deg); }
  50% { transform: translateY(-20px) rotate(5deg); }
}


/* ==========================================================================
   6. BADGES
   ========================================================================== */

.badge {
  display: inline-flex;
  align-items: center;
  gap: var(--space-2);
  padding: var(--space-2) var(--space-4);
  font-size: var(--text-sm);
  font-weight: var(--font-semibold);
  border-radius: var(--radius-full);
  text-transform: uppercase;
  letter-spacing: var(--tracking-wide);
  white-space: nowrap;
}

.badge--primary {
  background: var(--color-royal);
  color: var(--color-white);
}

.badge--teal {
  background: var(--color-teal);
  color: var(--color-white);
}

.badge--urgency {
  background: linear-gradient(135deg, var(--color-error) 0%, #DC2626 100%);
  color: var(--color-white);
  animation: pulse-badge 2s ease-in-out infinite;
}

.badge--popular {
  background: linear-gradient(135deg, var(--color-warning) 0%, #D97706 100%);
  color: var(--color-white);
}

.badge--economy {
  background: var(--gradient-teal);
  color: var(--color-white);
  box-shadow: var(--shadow-teal);
}

.badge--outline {
  background: transparent;
  border: 2px solid var(--color-teal);
  color: var(--color-teal);
}

.badge--dark {
  background: var(--color-navy);
  color: var(--color-white);
}

.badge__icon {
  width: 1em;
  height: 1em;
}

@keyframes pulse-badge {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.05); }
}


/* ==========================================================================
   7. COUNTDOWN TIMER
   ========================================================================== */

.timer {
  display: flex;
  justify-content: center;
  gap: var(--space-4);
  margin: var(--space-8) 0;
}

.timer__box {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 80px;
  padding: var(--space-4) var(--space-5);
  background: var(--color-white);
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow-lg);
  position: relative;
  overflow: hidden;
}

.timer__box::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: var(--gradient-teal);
}

.timer__box::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: var(--radius-xl);
  box-shadow: var(--glow-teal);
  opacity: 0;
  transition: opacity var(--transition-slow) var(--ease-default);
}

.timer__box:hover::after {
  opacity: 1;
}

.timer__number {
  font-size: var(--text-4xl);
  font-weight: var(--font-extrabold);
  color: var(--color-navy);
  line-height: var(--leading-none);
  font-variant-numeric: tabular-nums;
}

.timer__label {
  font-size: var(--text-xs);
  font-weight: var(--font-medium);
  color: var(--color-gray-500);
  text-transform: uppercase;
  letter-spacing: var(--tracking-wider);
  margin-top: var(--space-2);
}

.timer__separator {
  display: flex;
  align-items: center;
  font-size: var(--text-3xl);
  font-weight: var(--font-bold);
  color: var(--color-teal);
  animation: blink 1s ease-in-out infinite;
}

@keyframes blink {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.3; }
}

/* Dark theme timer */
.timer--dark .timer__box {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.15);
}

.timer--dark .timer__number {
  color: var(--color-white);
}

.timer--dark .timer__label {
  color: rgba(255, 255, 255, 0.7);
}


/* ==========================================================================
   8. CTA BUTTONS
   ========================================================================== */

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: var(--space-2);
  padding: var(--space-4) var(--space-8);
  font-size: var(--text-base);
  font-weight: var(--font-semibold);
  line-height: var(--leading-none);
  text-align: center;
  text-decoration: none;
  border-radius: var(--radius-xl);
  border: none;
  cursor: pointer;
  transition: all var(--transition-base) var(--ease-default);
  position: relative;
  overflow: hidden;
  white-space: nowrap;
}

.btn::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255,255,255,0.2) 0%, transparent 50%);
  opacity: 0;
  transition: opacity var(--transition-fast);
}

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

/* Primary CTA Button */
.cta-button,
.btn--primary {
  background: var(--gradient-cta);
  color: var(--color-white);
  padding: var(--space-5) var(--space-10);
  font-size: var(--text-lg);
  box-shadow: var(--shadow-lg), var(--shadow-royal);
}

.cta-button:hover,
.btn--primary:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-xl), var(--shadow-royal-lg);
  color: var(--color-white);
}

.cta-button:active,
.btn--primary:active {
  transform: translateY(-1px);
}

/* Pulse animation for CTA */
.cta-button--pulse {
  animation: cta-pulse 2s ease-in-out infinite;
}

@keyframes cta-pulse {
  0%, 100% {
    box-shadow: var(--shadow-lg), var(--shadow-royal), 0 0 0 0 rgba(37, 99, 235, 0.4);
  }
  50% {
    box-shadow: var(--shadow-lg), var(--shadow-royal), 0 0 0 15px rgba(37, 99, 235, 0);
  }
}

/* Secondary Button */
.btn--secondary {
  background: var(--color-white);
  color: var(--color-navy);
  border: 2px solid var(--color-gray-200);
}

.btn--secondary:hover {
  border-color: var(--color-teal);
  color: var(--color-teal);
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
}

/* Outline Button */
.btn--outline {
  background: transparent;
  color: var(--color-white);
  border: 2px solid rgba(255, 255, 255, 0.5);
}

.btn--outline:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: var(--color-white);
  color: var(--color-white);
}

/* Ghost Button */
.btn--ghost {
  background: transparent;
  color: var(--color-royal);
}

.btn--ghost:hover {
  background: var(--color-blue-pale);
}

/* WhatsApp Button */
.btn--whatsapp {
  background: var(--color-whatsapp);
  color: var(--color-white);
}

.btn--whatsapp:hover {
  background: var(--color-whatsapp-dark);
  transform: translateY(-2px);
  box-shadow: var(--shadow-lg), var(--glow-whatsapp);
  color: var(--color-white);
}

/* Button Sizes */
.btn--sm {
  padding: var(--space-2) var(--space-4);
  font-size: var(--text-sm);
}

.btn--lg {
  padding: var(--space-5) var(--space-10);
  font-size: var(--text-lg);
}

.btn--xl {
  padding: var(--space-6) var(--space-12);
  font-size: var(--text-xl);
}

/* Full width button */
.btn--full {
  width: 100%;
}

/* Button icon */
.btn__icon {
  width: 1.25em;
  height: 1.25em;
  flex-shrink: 0;
}

.btn__icon--right {
  transition: transform var(--transition-fast) var(--ease-default);
}

.btn:hover .btn__icon--right {
  transform: translateX(4px);
}


/* ==========================================================================
   9. CARDS
   ========================================================================== */

.card {
  background: var(--color-white);
  border-radius: var(--radius-2xl);
  padding: var(--space-8);
  border: 1px solid var(--color-gray-200);
  transition: all var(--transition-slow) var(--ease-default);
  position: relative;
}

.card::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: var(--gradient-card-hover);
  opacity: 0;
  transition: opacity var(--transition-slow);
  pointer-events: none;
}

.card:hover {
  transform: translateY(-4px);
  border-color: var(--color-teal);
  box-shadow: var(--shadow-xl), var(--shadow-teal);
}

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

.card__icon {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--gradient-teal);
  color: var(--color-white);
  border-radius: var(--radius-xl);
  margin-bottom: var(--space-5);
}

.card__title {
  font-size: var(--text-xl);
  font-weight: var(--font-semibold);
  color: var(--color-navy);
  margin-bottom: var(--space-3);
}

.card__text {
  color: var(--color-gray-600);
  line-height: var(--leading-relaxed);
}

/* Featured Card */
.card--featured {
  border: 2px solid var(--color-teal);
  box-shadow: var(--shadow-lg);
}

.card--featured::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: var(--gradient-teal);
  border-radius: var(--radius-2xl) var(--radius-2xl) 0 0;
}


/* ==========================================================================
   10. PROBLEM CARD (with X)
   ========================================================================== */

.problem-card {
  background: var(--color-white);
  border-radius: var(--radius-xl);
  padding: var(--space-6);
  border: 1px solid var(--color-gray-200);
  display: flex;
  align-items: flex-start;
  gap: var(--space-4);
  transition: all var(--transition-base) var(--ease-default);
}

.problem-card:hover {
  transform: translateX(4px);
  border-color: var(--color-error);
  box-shadow: var(--shadow-md);
}

.problem-card__icon {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--color-error-light);
  color: var(--color-error);
  border-radius: var(--radius-full);
  font-weight: var(--font-bold);
  font-size: var(--text-lg);
}

.problem-card__icon::before {
  content: '\2715';
}

.problem-card__content {
  flex: 1;
}

.problem-card__title {
  font-size: var(--text-base);
  font-weight: var(--font-semibold);
  color: var(--color-navy);
  margin-bottom: var(--space-1);
}

.problem-card__text {
  font-size: var(--text-sm);
  color: var(--color-gray-500);
}


/* ==========================================================================
   11. SOLUTION CARD (with Check)
   ========================================================================== */

.solution-card {
  background: var(--color-white);
  border-radius: var(--radius-xl);
  padding: var(--space-6);
  border: 1px solid var(--color-gray-200);
  display: flex;
  align-items: flex-start;
  gap: var(--space-4);
  transition: all var(--transition-base) var(--ease-default);
}

.solution-card:hover {
  transform: translateX(4px);
  border-color: var(--color-teal);
  box-shadow: var(--shadow-md), var(--shadow-teal);
}

.solution-card__icon {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--color-teal-pale);
  color: var(--color-teal);
  border-radius: var(--radius-full);
  font-weight: var(--font-bold);
  font-size: var(--text-lg);
}

.solution-card__icon::before {
  content: '\2713';
}

.solution-card__content {
  flex: 1;
}

.solution-card__title {
  font-size: var(--text-base);
  font-weight: var(--font-semibold);
  color: var(--color-navy);
  margin-bottom: var(--space-1);
}

.solution-card__text {
  font-size: var(--text-sm);
  color: var(--color-gray-500);
}


/* ==========================================================================
   12. COURSE MODULE
   ========================================================================== */

.course-module {
  background: var(--color-white);
  border-radius: var(--radius-2xl);
  padding: var(--space-6);
  border: 1px solid var(--color-gray-200);
  display: flex;
  align-items: center;
  gap: var(--space-5);
  transition: all var(--transition-base) var(--ease-default);
}

.course-module:hover {
  border-color: var(--color-teal);
  box-shadow: var(--shadow-lg);
  transform: translateY(-2px);
}

.course-module__number {
  flex-shrink: 0;
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--gradient-teal);
  color: var(--color-white);
  font-size: var(--text-2xl);
  font-weight: var(--font-bold);
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow-teal);
}

.course-module__content {
  flex: 1;
}

.course-module__title {
  font-size: var(--text-lg);
  font-weight: var(--font-semibold);
  color: var(--color-navy);
  margin-bottom: var(--space-1);
}

.course-module__description {
  font-size: var(--text-sm);
  color: var(--color-gray-500);
  margin-bottom: var(--space-2);
}

.course-module__meta {
  display: flex;
  align-items: center;
  gap: var(--space-4);
  font-size: var(--text-xs);
  color: var(--color-gray-400);
}

.course-module__meta-item {
  display: flex;
  align-items: center;
  gap: var(--space-1);
}

.course-module__icon {
  width: 16px;
  height: 16px;
  color: var(--color-teal);
}


/* ==========================================================================
   13. TESTIMONIAL CARD
   ========================================================================== */

.testimonial-card {
  background: var(--color-white);
  border-radius: var(--radius-2xl);
  padding: var(--space-8);
  border: 1px solid var(--color-gray-200);
  transition: all var(--transition-slow) var(--ease-default);
  position: relative;
}

.testimonial-card::before {
  content: '\201C';
  position: absolute;
  top: var(--space-4);
  left: var(--space-6);
  font-size: 4rem;
  font-family: Georgia, serif;
  color: var(--color-teal-light);
  opacity: 0.3;
  line-height: 1;
}

.testimonial-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-xl);
  border-color: var(--color-teal);
}

.testimonial-card__stars {
  display: flex;
  gap: var(--space-1);
  margin-bottom: var(--space-4);
}

.testimonial-card__star {
  width: 20px;
  height: 20px;
  color: var(--color-warning);
}

.testimonial-card__star::before {
  content: '\2605';
  font-size: var(--text-lg);
}

.testimonial-card__text {
  font-size: var(--text-lg);
  line-height: var(--leading-relaxed);
  color: var(--color-gray-700);
  margin-bottom: var(--space-6);
  font-style: italic;
  position: relative;
  z-index: 1;
}

.testimonial-card__author {
  display: flex;
  align-items: center;
  gap: var(--space-4);
}

.testimonial-card__avatar {
  width: 56px;
  height: 56px;
  border-radius: var(--radius-full);
  object-fit: cover;
  border: 3px solid var(--color-teal-pale);
}

.testimonial-card__info {
  flex: 1;
}

.testimonial-card__name {
  font-size: var(--text-base);
  font-weight: var(--font-semibold);
  color: var(--color-navy);
}

.testimonial-card__role {
  font-size: var(--text-sm);
  color: var(--color-gray-500);
}

.testimonial-card__verified {
  display: inline-flex;
  align-items: center;
  gap: var(--space-1);
  font-size: var(--text-xs);
  color: var(--color-teal);
  margin-top: var(--space-1);
}

.testimonial-card__verified::before {
  content: '\2713';
  font-weight: bold;
}


/* ==========================================================================
   14. GUARANTEE BOX
   ========================================================================== */

.guarantee-box {
  background: var(--gradient-subtle);
  border: 2px solid var(--color-teal);
  border-radius: var(--radius-2xl);
  padding: var(--space-8);
  text-align: center;
  position: relative;
  overflow: hidden;
}

.guarantee-box::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle, var(--color-teal-pale) 0%, transparent 70%);
  opacity: 0.3;
  pointer-events: none;
}

.guarantee-box__shield {
  width: 80px;
  height: 80px;
  margin: 0 auto var(--space-5);
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--gradient-teal);
  color: var(--color-white);
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow-teal-lg);
  position: relative;
  z-index: 1;
}

.guarantee-box__shield svg {
  width: 40px;
  height: 40px;
}

.guarantee-box__title {
  font-size: var(--text-2xl);
  font-weight: var(--font-bold);
  color: var(--color-navy);
  margin-bottom: var(--space-3);
  position: relative;
  z-index: 1;
}

.guarantee-box__days {
  color: var(--color-teal);
}

.guarantee-box__text {
  font-size: var(--text-base);
  color: var(--color-gray-600);
  max-width: 50ch;
  margin: 0 auto;
  line-height: var(--leading-relaxed);
  position: relative;
  z-index: 1;
}


/* ==========================================================================
   15. FAQ ACCORDION
   ========================================================================== */

.faq-accordion {
  border-radius: var(--radius-2xl);
  overflow: hidden;
  border: 1px solid var(--color-gray-200);
}

.faq-item {
  border-bottom: 1px solid var(--color-gray-200);
}

.faq-item:last-child {
  border-bottom: none;
}

.faq-item__header {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: var(--space-6);
  background: var(--color-white);
  cursor: pointer;
  text-align: left;
  transition: background var(--transition-fast) var(--ease-default);
}

.faq-item__header:hover {
  background: var(--color-gray-50);
}

.faq-item__question {
  font-size: var(--text-lg);
  font-weight: var(--font-semibold);
  color: var(--color-navy);
  padding-right: var(--space-4);
}

.faq-item__icon {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--color-gray-100);
  border-radius: var(--radius-full);
  color: var(--color-gray-500);
  transition: all var(--transition-base) var(--ease-default);
}

.faq-item__icon::before {
  content: '+';
  font-size: var(--text-lg);
  font-weight: var(--font-bold);
}

.faq-item.is-open .faq-item__icon {
  background: var(--color-teal);
  color: var(--color-white);
  transform: rotate(45deg);
}

.faq-item__content {
  max-height: 0;
  overflow: hidden;
  transition: max-height var(--transition-slow) var(--ease-default);
}

.faq-item.is-open .faq-item__content {
  max-height: 500px;
}

.faq-item__answer {
  padding: 0 var(--space-6) var(--space-6);
  color: var(--color-gray-600);
  line-height: var(--leading-relaxed);
}


/* ==========================================================================
   16. PRICE BOX
   ========================================================================== */

.price-box {
  background: var(--color-white);
  border-radius: var(--radius-2xl);
  padding: var(--space-10);
  border: 2px solid var(--color-gray-200);
  text-align: center;
  position: relative;
  transition: all var(--transition-slow) var(--ease-default);
}

.price-box:hover {
  border-color: var(--color-teal);
  box-shadow: var(--shadow-2xl);
  transform: translateY(-4px);
}

.price-box--featured {
  border-color: var(--color-teal);
  box-shadow: var(--shadow-xl), var(--shadow-teal);
  transform: scale(1.02);
}

.price-box--featured:hover {
  transform: scale(1.02) translateY(-4px);
}

.price-box__badge {
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
}

.price-box__title {
  font-size: var(--text-xl);
  font-weight: var(--font-bold);
  color: var(--color-navy);
  margin-bottom: var(--space-4);
}

.price-box__original {
  font-size: var(--text-lg);
  color: var(--color-gray-400);
  text-decoration: line-through;
  margin-bottom: var(--space-2);
}

.price-box__price {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: var(--space-1);
  margin-bottom: var(--space-2);
}

.price-box__currency {
  font-size: var(--text-2xl);
  font-weight: var(--font-bold);
  color: var(--color-navy);
}

.price-box__value {
  font-size: var(--text-5xl);
  font-weight: var(--font-extrabold);
  color: var(--color-navy);
  line-height: var(--leading-none);
}

.price-box__cents {
  font-size: var(--text-2xl);
  font-weight: var(--font-bold);
  color: var(--color-navy);
}

.price-box__installments {
  font-size: var(--text-sm);
  color: var(--color-gray-500);
  margin-bottom: var(--space-6);
}

.price-box__divider {
  border: none;
  border-top: 1px solid var(--color-gray-200);
  margin: var(--space-6) 0;
}

.price-box__features {
  text-align: left;
  margin-bottom: var(--space-6);
}

.price-box__feature {
  display: flex;
  align-items: center;
  gap: var(--space-3);
  padding: var(--space-2) 0;
  font-size: var(--text-sm);
  color: var(--color-gray-600);
}

.price-box__feature-icon {
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-teal);
  flex-shrink: 0;
}

.price-box__feature-icon::before {
  content: '\2713';
  font-weight: bold;
}

.price-box__savings {
  display: inline-block;
  background: var(--color-teal-pale);
  color: var(--color-teal-dark);
  font-size: var(--text-sm);
  font-weight: var(--font-semibold);
  padding: var(--space-2) var(--space-4);
  border-radius: var(--radius-full);
  margin-bottom: var(--space-6);
}


/* ==========================================================================
   17. WHATSAPP FLOATING BUTTON
   ========================================================================== */

.whatsapp-float {
  position: fixed;
  bottom: var(--space-6);
  right: var(--space-6);
  z-index: var(--z-fixed);
  display: flex;
  align-items: center;
  gap: var(--space-3);
  padding: var(--space-4) var(--space-6);
  background: var(--color-whatsapp);
  color: var(--color-white);
  border-radius: var(--radius-full);
  box-shadow: var(--shadow-lg), var(--glow-whatsapp);
  text-decoration: none;
  font-weight: var(--font-semibold);
  transition: all var(--transition-base) var(--ease-default);
  animation: whatsapp-bounce 2s ease-in-out infinite;
}

.whatsapp-float:hover {
  transform: translateY(-4px) scale(1.05);
  box-shadow: var(--shadow-xl), 0 0 30px rgba(37, 211, 102, 0.5);
  color: var(--color-white);
}

.whatsapp-float__icon {
  width: 28px;
  height: 28px;
}

.whatsapp-float__text {
  display: none;
}

@keyframes whatsapp-bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-8px);
  }
  60% {
    transform: translateY(-4px);
  }
}

/* Hide text on mobile, show on larger screens */
@media (min-width: 768px) {
  .whatsapp-float__text {
    display: inline;
  }
}


/* ==========================================================================
   18. MOBILE CTA BAR
   ========================================================================== */

.mobile-cta-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: var(--z-sticky);
  background: var(--color-white);
  padding: var(--space-4);
  box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--space-4);
  transform: translateY(100%);
  transition: transform var(--transition-slow) var(--ease-default);
  border-top: 1px solid var(--color-gray-200);
}

.mobile-cta-bar.is-visible {
  transform: translateY(0);
}

.mobile-cta-bar__price {
  text-align: left;
}

.mobile-cta-bar__original {
  font-size: var(--text-xs);
  color: var(--color-gray-400);
  text-decoration: line-through;
}

.mobile-cta-bar__current {
  font-size: var(--text-lg);
  font-weight: var(--font-bold);
  color: var(--color-navy);
}

.mobile-cta-bar__btn {
  flex: 1;
  max-width: 250px;
}

/* Hide on desktop */
@media (min-width: 768px) {
  .mobile-cta-bar {
    display: none;
  }
}


/* ==========================================================================
   19. ANIMATIONS
   ========================================================================== */

/* Fade In Up */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.animate-fadeInUp {
  animation: fadeInUp 0.6s var(--ease-out) forwards;
}

/* Fade In Down */
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translateY(-30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.animate-fadeInDown {
  animation: fadeInDown 0.6s var(--ease-out) forwards;
}

/* Fade In Left */
@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translateX(-30px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.animate-fadeInLeft {
  animation: fadeInLeft 0.6s var(--ease-out) forwards;
}

/* Fade In Right */
@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translateX(30px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.animate-fadeInRight {
  animation: fadeInRight 0.6s var(--ease-out) forwards;
}

/* Scale In */
@keyframes scaleIn {
  from {
    opacity: 0;
    transform: scale(0.9);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

.animate-scaleIn {
  animation: scaleIn 0.5s var(--ease-out) forwards;
}

/* Slide In */
@keyframes slideIn {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0);
  }
}

.animate-slideIn {
  animation: slideIn 0.6s var(--ease-out) forwards;
}

/* Pulse */
@keyframes pulse {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
}

.animate-pulse {
  animation: pulse 2s ease-in-out infinite;
}

/* Bounce */
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-15px);
  }
  60% {
    transform: translateY(-8px);
  }
}

.animate-bounce {
  animation: bounce 2s ease-in-out infinite;
}

/* Shimmer effect */
@keyframes shimmer {
  0% {
    background-position: -200% 0;
  }
  100% {
    background-position: 200% 0;
  }
}

.animate-shimmer {
  background: linear-gradient(
    90deg,
    transparent 0%,
    rgba(255, 255, 255, 0.4) 50%,
    transparent 100%
  );
  background-size: 200% 100%;
  animation: shimmer 2s linear infinite;
}

/* Glow pulse */
@keyframes glowPulse {
  0%, 100% {
    box-shadow: var(--shadow-lg), 0 0 20px rgba(20, 184, 166, 0.3);
  }
  50% {
    box-shadow: var(--shadow-lg), 0 0 40px rgba(20, 184, 166, 0.5);
  }
}

.animate-glow {
  animation: glowPulse 2s ease-in-out infinite;
}

/* Scroll-triggered animations */
.animate-on-scroll {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s var(--ease-out), transform 0.6s var(--ease-out);
}

.animate-on-scroll.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.animate-on-scroll[data-delay="100"] { transition-delay: 0.1s; }
.animate-on-scroll[data-delay="200"] { transition-delay: 0.2s; }
.animate-on-scroll[data-delay="300"] { transition-delay: 0.3s; }
.animate-on-scroll[data-delay="400"] { transition-delay: 0.4s; }
.animate-on-scroll[data-delay="500"] { transition-delay: 0.5s; }

/* Stagger children animation */
.stagger-children > * {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.4s var(--ease-out), transform 0.4s var(--ease-out);
}

.stagger-children.is-visible > *:nth-child(1) { transition-delay: 0.1s; }
.stagger-children.is-visible > *:nth-child(2) { transition-delay: 0.2s; }
.stagger-children.is-visible > *:nth-child(3) { transition-delay: 0.3s; }
.stagger-children.is-visible > *:nth-child(4) { transition-delay: 0.4s; }
.stagger-children.is-visible > *:nth-child(5) { transition-delay: 0.5s; }
.stagger-children.is-visible > *:nth-child(6) { transition-delay: 0.6s; }

.stagger-children.is-visible > * {
  opacity: 1;
  transform: translateY(0);
}


/* ==========================================================================
   20. DARK SECTIONS
   ========================================================================== */

.section--dark {
  background: var(--gradient-navy);
  color: var(--color-white);
}

.section--dark h1,
.section--dark h2,
.section--dark h3,
.section--dark h4,
.section--dark h5,
.section--dark h6 {
  color: var(--color-white);
}

.section--dark p {
  color: rgba(255, 255, 255, 0.85);
}

.section--dark .lead {
  color: rgba(255, 255, 255, 0.9);
}

.section--dark .text-muted {
  color: rgba(255, 255, 255, 0.6);
}

.section--dark .eyebrow {
  color: var(--color-teal-light);
}

.section--dark .card {
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
}

.section--dark .card:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: var(--color-teal);
}

.section--dark .card__title {
  color: var(--color-white);
}

.section--dark .card__text {
  color: rgba(255, 255, 255, 0.7);
}


/* ==========================================================================
   21. TRUST BADGES
   ========================================================================== */

.trust-badges {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: var(--space-6);
  padding: var(--space-6) 0;
}

.trust-badge {
  display: flex;
  align-items: center;
  gap: var(--space-3);
  color: var(--color-gray-500);
  font-size: var(--text-sm);
  font-weight: var(--font-medium);
}

.trust-badge__icon {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-teal);
}

.trust-badge__icon svg {
  width: 100%;
  height: 100%;
}

/* Trust badges in dark section */
.section--dark .trust-badge {
  color: rgba(255, 255, 255, 0.7);
}

.section--dark .trust-badge__icon {
  color: var(--color-teal-light);
}

/* Trust bar */
.trust-bar {
  background: var(--color-gray-50);
  border-top: 1px solid var(--color-gray-200);
  border-bottom: 1px solid var(--color-gray-200);
  padding: var(--space-4) 0;
}

.trust-bar__logos {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--space-10);
  flex-wrap: wrap;
  opacity: 0.6;
  filter: grayscale(100%);
  transition: all var(--transition-slow);
}

.trust-bar__logos:hover {
  opacity: 0.8;
  filter: grayscale(50%);
}

.trust-bar__logo {
  height: 32px;
  width: auto;
}


/* ==========================================================================
   22. UTILITY CLASSES
   ========================================================================== */

/* Visibility */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* Overflow */
.overflow-hidden { overflow: hidden; }
.overflow-auto { overflow: auto; }

/* Backgrounds */
.bg-white { background-color: var(--color-white); }
.bg-gray-50 { background-color: var(--color-gray-50); }
.bg-navy { background-color: var(--color-navy); }
.bg-teal { background-color: var(--color-teal); }
.bg-gradient-subtle { background: var(--gradient-subtle); }

/* Borders */
.border { border: 1px solid var(--color-gray-200); }
.border-teal { border-color: var(--color-teal); }
.rounded { border-radius: var(--radius-md); }
.rounded-lg { border-radius: var(--radius-lg); }
.rounded-xl { border-radius: var(--radius-xl); }
.rounded-2xl { border-radius: var(--radius-2xl); }
.rounded-full { border-radius: var(--radius-full); }

/* Shadows */
.shadow { box-shadow: var(--shadow-md); }
.shadow-lg { box-shadow: var(--shadow-lg); }
.shadow-xl { box-shadow: var(--shadow-xl); }
.shadow-teal { box-shadow: var(--shadow-teal); }

/* Transitions */
.transition { transition: all var(--transition-base) var(--ease-default); }
.transition-fast { transition: all var(--transition-fast) var(--ease-default); }
.transition-slow { transition: all var(--transition-slow) var(--ease-default); }

/* Hover lift effect */
.hover-lift {
  transition: transform var(--transition-base) var(--ease-default),
              box-shadow var(--transition-base) var(--ease-default);
}

.hover-lift:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-xl);
}

/* Cursor */
.cursor-pointer { cursor: pointer; }

/* Object fit */
.object-cover { object-fit: cover; }
.object-contain { object-fit: contain; }

/* Aspect ratio */
.aspect-square { aspect-ratio: 1 / 1; }
.aspect-video { aspect-ratio: 16 / 9; }
.aspect-4-3 { aspect-ratio: 4 / 3; }

/* Divider with text */
.divider-text {
  display: flex;
  align-items: center;
  text-align: center;
  color: var(--color-gray-400);
  font-size: var(--text-sm);
  margin: var(--space-6) 0;
}

.divider-text::before,
.divider-text::after {
  content: '';
  flex: 1;
  border-bottom: 1px solid var(--color-gray-200);
}

.divider-text::before {
  margin-right: var(--space-4);
}

.divider-text::after {
  margin-left: var(--space-4);
}


/* ==========================================================================
   23. RESPONSIVE BREAKPOINTS
   ========================================================================== */

/* Small devices (landscape phones, 640px and up) */
@media (min-width: 640px) {
  .sm\:grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .sm\:flex-row { flex-direction: row; }
  .sm\:text-left { text-align: left; }
  .sm\:hidden { display: none; }
  .sm\:block { display: block; }
  .sm\:flex { display: flex; }

  .hero__cta-group {
    flex-direction: row;
  }

  .timer__box {
    min-width: 90px;
    padding: var(--space-5) var(--space-6);
  }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .md\:grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .md\:grid-cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .md\:flex-row { flex-direction: row; }
  .md\:text-left { text-align: left; }
  .md\:hidden { display: none; }
  .md\:block { display: block; }
  .md\:flex { display: flex; }

  .hero {
    min-height: 100vh;
    padding: var(--space-24) var(--section-padding-x);
  }

  .hero__title {
    font-size: var(--text-6xl);
  }

  .hero__subtitle {
    font-size: var(--text-xl);
  }

  .timer__box {
    min-width: 100px;
  }

  .timer__number {
    font-size: var(--text-5xl);
  }
}

/* Large devices (desktops, 1024px and up) */
@media (min-width: 1024px) {
  .lg\:grid-cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .lg\:grid-cols-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .lg\:flex-row { flex-direction: row; }
  .lg\:hidden { display: none; }
  .lg\:block { display: block; }
  .lg\:flex { display: flex; }

  .trust-badges {
    gap: var(--space-10);
  }
}

/* Extra large devices (large desktops, 1280px and up) */
@media (min-width: 1280px) {
  .xl\:grid-cols-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .xl\:grid-cols-5 { grid-template-columns: repeat(5, minmax(0, 1fr)); }
  .xl\:hidden { display: none; }
  .xl\:block { display: block; }
  .xl\:flex { display: flex; }
}


/* ==========================================================================
   24. SPECIAL COMPONENTS
   ========================================================================== */

/* Video embed container */
.video-container {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
  overflow: hidden;
  border-radius: var(--radius-2xl);
  box-shadow: var(--shadow-2xl);
}

.video-container iframe,
.video-container video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

/* Play button overlay */
.video-play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  background: var(--color-white);
  border-radius: var(--radius-full);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: var(--shadow-xl);
  cursor: pointer;
  transition: all var(--transition-base) var(--ease-default);
  z-index: 10;
}

.video-play-btn::before {
  content: '';
  width: 0;
  height: 0;
  border-left: 24px solid var(--color-navy);
  border-top: 14px solid transparent;
  border-bottom: 14px solid transparent;
  margin-left: 6px;
}

.video-play-btn:hover {
  transform: translate(-50%, -50%) scale(1.1);
  box-shadow: var(--shadow-2xl);
}

/* Progress bar */
.progress-bar {
  height: 8px;
  background: var(--color-gray-200);
  border-radius: var(--radius-full);
  overflow: hidden;
}

.progress-bar__fill {
  height: 100%;
  background: var(--gradient-teal);
  border-radius: var(--radius-full);
  transition: width var(--transition-slow) var(--ease-default);
}

/* Tooltip */
.tooltip {
  position: relative;
}

.tooltip__content {
  position: absolute;
  bottom: calc(100% + 8px);
  left: 50%;
  transform: translateX(-50%);
  padding: var(--space-2) var(--space-3);
  background: var(--color-navy);
  color: var(--color-white);
  font-size: var(--text-sm);
  border-radius: var(--radius-md);
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  transition: all var(--transition-fast) var(--ease-default);
  z-index: var(--z-tooltip);
}

.tooltip__content::after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border: 6px solid transparent;
  border-top-color: var(--color-navy);
}

.tooltip:hover .tooltip__content {
  opacity: 1;
  visibility: visible;
}

/* Notification dot */
.notification-dot {
  position: absolute;
  top: -4px;
  right: -4px;
  width: 12px;
  height: 12px;
  background: var(--color-error);
  border: 2px solid var(--color-white);
  border-radius: var(--radius-full);
  animation: pulse 2s ease-in-out infinite;
}

/* Skeleton loading */
.skeleton {
  background: linear-gradient(
    90deg,
    var(--color-gray-200) 25%,
    var(--color-gray-100) 50%,
    var(--color-gray-200) 75%
  );
  background-size: 200% 100%;
  animation: shimmer 1.5s linear infinite;
  border-radius: var(--radius-md);
}

.skeleton--text {
  height: 1em;
  margin-bottom: var(--space-2);
}

.skeleton--title {
  height: 2em;
  width: 60%;
  margin-bottom: var(--space-4);
}

.skeleton--avatar {
  width: 48px;
  height: 48px;
  border-radius: var(--radius-full);
}

/* Sticky header */
.header-sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: var(--z-sticky);
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--color-gray-200);
  transform: translateY(-100%);
  transition: transform var(--transition-base) var(--ease-default);
}

.header-sticky.is-visible {
  transform: translateY(0);
}

/* Social proof notification */
.social-proof-toast {
  position: fixed;
  bottom: var(--space-24);
  left: var(--space-6);
  background: var(--color-white);
  border-radius: var(--radius-xl);
  padding: var(--space-4);
  box-shadow: var(--shadow-xl);
  display: flex;
  align-items: center;
  gap: var(--space-3);
  max-width: 320px;
  z-index: var(--z-toast);
  transform: translateX(-120%);
  transition: transform var(--transition-slow) var(--ease-elastic);
}

.social-proof-toast.is-visible {
  transform: translateX(0);
}

.social-proof-toast__avatar {
  width: 40px;
  height: 40px;
  border-radius: var(--radius-full);
  object-fit: cover;
}

.social-proof-toast__content {
  flex: 1;
}

.social-proof-toast__text {
  font-size: var(--text-sm);
  color: var(--color-gray-700);
  margin: 0;
}

.social-proof-toast__time {
  font-size: var(--text-xs);
  color: var(--color-gray-400);
}

.social-proof-toast__close {
  position: absolute;
  top: var(--space-2);
  right: var(--space-2);
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-gray-400);
  cursor: pointer;
}

.social-proof-toast__close:hover {
  color: var(--color-gray-600);
}


/* ==========================================================================
   25. FORM ELEMENTS
   ========================================================================== */

.form-group {
  margin-bottom: var(--space-5);
}

.form-label {
  display: block;
  font-size: var(--text-sm);
  font-weight: var(--font-medium);
  color: var(--color-gray-700);
  margin-bottom: var(--space-2);
}

.form-input,
.form-select,
.form-textarea {
  width: 100%;
  padding: var(--space-3) var(--space-4);
  font-size: var(--text-base);
  color: var(--color-gray-700);
  background: var(--color-white);
  border: 2px solid var(--color-gray-200);
  border-radius: var(--radius-lg);
  transition: all var(--transition-fast) var(--ease-default);
}

.form-input:hover,
.form-select:hover,
.form-textarea:hover {
  border-color: var(--color-gray-300);
}

.form-input:focus,
.form-select:focus,
.form-textarea:focus {
  outline: none;
  border-color: var(--color-teal);
  box-shadow: 0 0 0 3px rgba(20, 184, 166, 0.15);
}

.form-input::placeholder {
  color: var(--color-gray-400);
}

.form-input--error {
  border-color: var(--color-error);
}

.form-input--error:focus {
  box-shadow: 0 0 0 3px rgba(239, 68, 68, 0.15);
}

.form-error {
  font-size: var(--text-sm);
  color: var(--color-error);
  margin-top: var(--space-2);
}

.form-help {
  font-size: var(--text-sm);
  color: var(--color-gray-500);
  margin-top: var(--space-2);
}

/* Checkbox & Radio */
.form-checkbox,
.form-radio {
  display: flex;
  align-items: flex-start;
  gap: var(--space-3);
  cursor: pointer;
}

.form-checkbox input,
.form-radio input {
  width: 20px;
  height: 20px;
  margin-top: 2px;
  accent-color: var(--color-teal);
  cursor: pointer;
}

.form-checkbox__label,
.form-radio__label {
  font-size: var(--text-sm);
  color: var(--color-gray-600);
  line-height: var(--leading-normal);
}


/* ==========================================================================
   26. LISTS
   ========================================================================== */

.list-check {
  list-style: none;
}

.list-check li {
  position: relative;
  padding-left: var(--space-8);
  margin-bottom: var(--space-3);
}

.list-check li::before {
  content: '\2713';
  position: absolute;
  left: 0;
  top: 0;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--color-teal-pale);
  color: var(--color-teal);
  font-weight: var(--font-bold);
  font-size: var(--text-sm);
  border-radius: var(--radius-full);
}

.list-x li::before {
  content: '\2715';
  background: var(--color-error-light);
  color: var(--color-error);
}

/* Numbered list */
.list-numbered {
  counter-reset: list-counter;
  list-style: none;
}

.list-numbered li {
  position: relative;
  padding-left: var(--space-10);
  margin-bottom: var(--space-4);
  counter-increment: list-counter;
}

.list-numbered li::before {
  content: counter(list-counter);
  position: absolute;
  left: 0;
  top: 0;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--gradient-teal);
  color: var(--color-white);
  font-weight: var(--font-bold);
  font-size: var(--text-sm);
  border-radius: var(--radius-full);
}


/* ==========================================================================
   27. NAVIGATION
   ========================================================================== */

.nav {
  display: flex;
  align-items: center;
  gap: var(--space-8);
}

.nav__link {
  font-size: var(--text-sm);
  font-weight: var(--font-medium);
  color: var(--color-gray-600);
  text-decoration: none;
  transition: color var(--transition-fast) var(--ease-default);
  position: relative;
}

.nav__link::after {
  content: '';
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 0;
  height: 2px;
  background: var(--color-teal);
  transition: width var(--transition-fast) var(--ease-default);
}

.nav__link:hover {
  color: var(--color-navy);
}

.nav__link:hover::after {
  width: 100%;
}

.nav__link--active {
  color: var(--color-navy);
}

.nav__link--active::after {
  width: 100%;
}

/* Mobile nav toggle */
.nav-toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 6px;
  width: 32px;
  height: 32px;
  background: none;
  border: none;
  cursor: pointer;
}

.nav-toggle__line {
  width: 24px;
  height: 2px;
  background: var(--color-navy);
  border-radius: var(--radius-full);
  transition: all var(--transition-fast) var(--ease-default);
}

@media (max-width: 767px) {
  .nav-toggle {
    display: flex;
  }

  .nav {
    position: fixed;
    top: 0;
    right: 0;
    width: 280px;
    height: 100vh;
    background: var(--color-white);
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: var(--space-16) var(--space-6);
    box-shadow: var(--shadow-2xl);
    transform: translateX(100%);
    transition: transform var(--transition-slow) var(--ease-default);
    z-index: var(--z-modal);
  }

  .nav.is-open {
    transform: translateX(0);
  }

  .nav__link {
    padding: var(--space-4) 0;
    border-bottom: 1px solid var(--color-gray-100);
    font-size: var(--text-base);
  }

  .nav__link::after {
    display: none;
  }
}


/* ==========================================================================
   28. FOOTER
   ========================================================================== */

.footer {
  background: var(--color-navy);
  color: rgba(255, 255, 255, 0.7);
  padding: var(--space-16) 0 var(--space-8);
}

.footer__grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: var(--space-10);
}

@media (min-width: 768px) {
  .footer__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1024px) {
  .footer__grid {
    grid-template-columns: 2fr 1fr 1fr 1fr;
  }
}

.footer__brand {
  max-width: 300px;
}

.footer__logo {
  height: 40px;
  margin-bottom: var(--space-4);
}

.footer__description {
  font-size: var(--text-sm);
  line-height: var(--leading-relaxed);
}

.footer__title {
  font-size: var(--text-base);
  font-weight: var(--font-semibold);
  color: var(--color-white);
  margin-bottom: var(--space-4);
}

.footer__links {
  list-style: none;
}

.footer__link {
  display: block;
  font-size: var(--text-sm);
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  padding: var(--space-2) 0;
  transition: color var(--transition-fast);
}

.footer__link:hover {
  color: var(--color-teal-light);
}

.footer__bottom {
  margin-top: var(--space-12);
  padding-top: var(--space-6);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  flex-direction: column;
  gap: var(--space-4);
  align-items: center;
  text-align: center;
}

@media (min-width: 768px) {
  .footer__bottom {
    flex-direction: row;
    justify-content: space-between;
    text-align: left;
  }
}

.footer__copyright {
  font-size: var(--text-sm);
}

.footer__social {
  display: flex;
  gap: var(--space-4);
}

.footer__social-link {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.1);
  color: var(--color-white);
  border-radius: var(--radius-full);
  transition: all var(--transition-fast);
}

.footer__social-link:hover {
  background: var(--color-teal);
  color: var(--color-white);
  transform: translateY(-2px);
}


/* ==========================================================================
   29. PRINT STYLES
   ========================================================================== */

@media print {
  *,
  *::before,
  *::after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]::after {
    content: " (" attr(href) ")";
  }

  img {
    max-width: 100% !important;
  }

  .whatsapp-float,
  .mobile-cta-bar,
  .nav-toggle {
    display: none !important;
  }
}

/* ==========================================================================
   HOMEPAGE SECTIONS (Added 2026-04-21)
   ========================================================================== */

/* --- TESTIMONIALS CAROUSEL --- */
.eead-testimonials {
  padding: 80px 0;
  background: #F9FAFB;
}

.eead-testimonials__carousel {
  display: flex;
  gap: 24px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  padding: 16px 0;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}

.eead-testimonials__carousel::-webkit-scrollbar {
  display: none;
}

.eead-testimonial-card {
  flex: 0 0 350px;
  scroll-snap-align: start;
  background: #fff;
  border-radius: 16px;
  padding: 24px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.eead-testimonial-card__rating {
  display: flex;
  gap: 2px;
  margin-bottom: 16px;
}

.eead-testimonial-card__quote {
  font-size: 15px;
  line-height: 1.7;
  color: #374151;
  margin: 0 0 20px;
  font-style: italic;
}

.eead-testimonial-card__author {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-top: 16px;
  border-top: 1px solid #E5E7EB;
}

.eead-testimonial-card__avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
}

.eead-testimonial-card__name {
  font-weight: 600;
  color: #111827;
  font-size: 14px;
}

.eead-testimonial-card__profession {
  font-size: 13px;
  color: #6B7280;
}

/* --- ABOUT SECTION --- */
.eead-about {
  padding: 80px 0;
  background: #fff;
}

.eead-about__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

@media (max-width: 968px) {
  .eead-about__grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}

.eead-section-badge {
  display: inline-block;
  background: linear-gradient(135deg, #2563EB, #3B82F6);
  color: #fff;
  padding: 6px 16px;
  border-radius: 50px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.eead-about__title {
  font-size: 36px;
  font-weight: 700;
  color: #111827;
  margin: 0 0 20px;
  line-height: 1.2;
}

.eead-about__text {
  font-size: 16px;
  line-height: 1.8;
  color: #4B5563;
  margin: 0 0 32px;
}

.eead-about__values {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.eead-about__value {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 16px;
  background: #F9FAFB;
  border-radius: 12px;
}

.eead-about__value-icon {
  font-size: 24px;
}

.eead-about__value-content strong {
  display: block;
  font-size: 16px;
  color: #111827;
  margin-bottom: 4px;
}

.eead-about__value-content span {
  font-size: 14px;
  color: #6B7280;
}

.eead-about__image {
  position: relative;
}

.eead-about__image img {
  width: 100%;
  border-radius: 16px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
}

.eead-about__float-card {
  position: absolute;
  background: #fff;
  padding: 16px 24px;
  border-radius: 12px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
  text-align: center;
}

.eead-about__float-card strong {
  display: block;
  font-size: 24px;
  font-weight: 700;
  color: #2563EB;
}

.eead-about__float-card span {
  font-size: 12px;
  color: #6B7280;
}

.eead-about__float-card--1 { top: 20px; right: -20px; }
.eead-about__float-card--2 { bottom: 40px; left: -20px; }

@media (max-width: 768px) {
  .eead-about__title { font-size: 28px; }
  .eead-about__float-card--1 { right: 10px; }
  .eead-about__float-card--2 { left: 10px; }
}

/* --- PACKAGE CARDS --- */
.eead-packages {
  padding: 80px 0;
  background: #fff;
}

.eead-packages__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  margin-top: 48px;
}

@media (max-width: 1024px) {
  .eead-packages__grid {
    grid-template-columns: 1fr;
    max-width: 420px;
    margin-left: auto;
    margin-right: auto;
  }
}

.eead-package-card {
  display: flex;
  flex-direction: column;
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.eead-package-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
}

.eead-package-card--featured {
  border: 3px solid #2563EB;
}

.eead-package-card__image {
  position: relative;
  height: 200px;
  overflow: hidden;
}

.eead-package-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.eead-package-card__badge {
  position: absolute;
  top: 16px;
  left: 16px;
  background: #2563EB;
  color: #fff;
  padding: 8px 16px;
  border-radius: 50px;
  font-size: 13px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.eead-package-card__badge--star {
  background: linear-gradient(135deg, #F59E0B, #F97316);
}

.eead-package-card__badge--secondary {
  background: #14B8A6;
}

.eead-package-card__header {
  padding: 24px 24px 0;
}

.eead-package-card__name {
  font-size: 24px;
  font-weight: 700;
  color: #111827;
  margin: 0 0 8px;
}

.eead-package-card__description {
  font-size: 14px;
  color: #6B7280;
  line-height: 1.6;
  margin: 0;
}

.eead-package-card__price {
  padding: 20px 24px;
  display: flex;
  align-items: baseline;
  gap: 4px;
}

.eead-package-card__price-value {
  font-size: 40px;
  font-weight: 800;
  color: #2563EB;
}

.eead-package-card__price-suffix {
  font-size: 16px;
  color: #6B7280;
}

.eead-package-card__features {
  padding: 0 24px 24px;
  margin: 0;
  list-style: none;
  flex: 1;
}

.eead-package-card__features li {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 0;
  border-top: 1px solid #F3F4F6;
  font-size: 14px;
  color: #374151;
}

.eead-package-card__features li svg {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  color: #10B981;
}

.eead-package-card > .eead-btn {
  margin: 0 24px 24px;
  padding: 16px;
  border-radius: 12px;
  text-align: center;
  text-decoration: none;
  font-weight: 600;
  font-size: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  transition: all 0.3s ease;
}

.eead-btn--outline {
  background: #fff;
  border: 2px solid #E5E7EB;
  color: #374151;
}

.eead-btn--outline:hover {
  border-color: #2563EB;
  color: #2563EB;
  background: #EEF2FF;
}

.eead-btn--primary {
  background: #2563EB;
  border: 2px solid #2563EB;
  color: #fff;
}

.eead-btn--primary:hover {
  background: #1D4ED8;
  border-color: #1D4ED8;
}

/* --- CONTACT WHATSAPP --- */
.eead-contact {
  padding: 80px 0;
  background: linear-gradient(135deg, #059669, #10B981);
}

.eead-contact .eead-section-header__title,
.eead-contact .eead-section-header__subtitle {
  color: #fff;
}

.eead-contact__whatsapp-card {
  max-width: 500px;
  margin: 48px auto 0;
  background: #fff;
  border-radius: 24px;
  padding: 48px;
  text-align: center;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
}

.eead-contact__whatsapp-icon {
  width: 80px;
  height: 80px;
  background: #25D366;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 24px;
}

.eead-contact__whatsapp-icon svg {
  width: 44px;
  height: 44px;
  color: #fff;
}

.eead-contact__whatsapp-title {
  font-size: 24px;
  font-weight: 700;
  color: #111827;
  margin: 0 0 12px;
}

.eead-contact__whatsapp-text {
  font-size: 15px;
  color: #6B7280;
  margin: 0 0 32px;
  line-height: 1.6;
}

.eead-contact__whatsapp-btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: #25D366;
  color: #fff !important;
  padding: 16px 32px;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 8px 24px rgba(37, 211, 102, 0.4);
}

.eead-contact__whatsapp-btn:hover {
  background: #1DA851;
  transform: translateY(-2px);
  box-shadow: 0 12px 32px rgba(37, 211, 102, 0.5);
}

.eead-contact__whatsapp-btn svg {
  width: 24px;
  height: 24px;
}

.eead-contact__hours {
  margin-top: 24px;
  font-size: 14px;
  color: #6B7280;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
