/* ═══════════════════════════════════════════════════════════════
   ALQUIMIA — STYLE.CSS
   Branding: Neón Premium Futurista
   Colores: Rosa Magenta #FF1493 · Azul Eléctrico #003BFF
   Tipografía: Anton (títulos) · Montserrat (cuerpo)
   ═══════════════════════════════════════════════════════════════ */



/* ───────────────────────────────────────────────────────────────
   1. GOOGLE FONTS
─────────────────────────────────────────────────────────────── */

@import url('https://fonts.googleapis.com/css2?family=Anton&family=Montserrat:wght@400;600;700;800&display=swap');

/* ───────────────────────────────────────────────────────────────
   2. TOKENS · CSS CUSTOM PROPERTIES
─────────────────────────────────────────────────────────────── */

:root {

  /* — Paleta de marca — */
  
  /* ROSA NUEVO */
  --color-magenta:        #E61E8C;
  --color-magenta-dark:   #C81778;
  --color-magenta-light:  #FCE7F3;
  --color-magenta-glow:   rgba(230, 30, 140, 0.20);

  /* VERDE NUEVO */
  --color-electric:       #A2BD31;
  --color-electric-dark:  #8AA127;
  --color-electric-light: #EEF4D2;
  --color-electric-glow:  rgba(162, 189, 49, 0.18);

  /* ─────────────────────────────────────────
   VARIANTE INSTAGRAM ALQUIMIA
   Rosa:  #EA388B
   Verde: #94C53C
  ───────────────────────────────────────── */

  /* — Magenta / Rosa — */
  /*--color-magenta:        #EA388B;
  --color-magenta-dark:   #D12679;
  --color-magenta-light:  #FDE8F2;
  --color-magenta-glow:   rgba(234, 56, 139, 0.20);*/

  /* — Verde — */
  /*--color-electric:       #94C53C;
  --color-electric-dark:  #7FAA2E;
  --color-electric-light: #EEF7DD;
  --color-electric-glow:  rgba(148, 197, 60, 0.18);*/


  --color-white-cold:     #F5F7FA;
  --color-gray-premium:   #D9DEE7;

  /* — Superficies — */
  --color-white:          #ffffff;
  --color-surface:        #F5F7FA;
  --color-surface-alt:    #eef0f5;

  /* — Grises funcionales — */
  --color-gray-100:       #f5f7fa;
  --color-gray-200:       #D9DEE7;
  --color-gray-300:       #bec5d1;
  --color-gray-400:       #8e97a8;
  --color-gray-500:       #636d7e;
  --color-gray-600:       #4a5262;
  --color-gray-700:       #333d4d;
  --color-gray-800:       #1e2534;
  --color-gray-900:       #0d1117;

  /* — Dark (hero / footer / navbar) — */
  --color-dark-900:       #070b10;
  --color-dark-800:       #0d1320;
  --color-dark-700:       #141d2e;

  /* — Semánticos — */
  --color-text-primary:   #0d1117;
  --color-text-secondary: #4a5262;
  --color-text-muted:     #8e97a8;
  --color-text-inverse:   #ffffff;
  --color-border:         #D9DEE7;
  --color-border-light:   #eef0f5;

  /* — Acento principal (verde eléctrico como primario de UI) — */
  --color-accent:         var(--color-electric);
  --color-accent-dark:    var(--color-electric-dark);
  --color-accent-light:   var(--color-electric-light);
  --color-accent-glow:    var(--color-electric-glow);

  /* — WhatsApp — */
  --color-whatsapp:       #25D366;
  --color-whatsapp-dark:  #128C7E;

  /* ─ Tipografía ─ */
  --font-display: 'Anton', 'Impact', 'Arial Narrow', sans-serif;
  --font-body:    'Montserrat', 'Helvetica Neue', 'Segoe UI', sans-serif;

  --font-size-xs:   0.75rem;
  --font-size-sm:   0.875rem;
  --font-size-base: 1rem;
  --font-size-md:   1.125rem;
  --font-size-lg:   1.25rem;
  --font-size-xl:   1.5rem;
  --font-size-2xl:  1.875rem;
  --font-size-3xl:  2.25rem;
  --font-size-4xl:  3rem;
  --font-size-5xl:  3.75rem;
  --font-size-6xl:  4.5rem;

  --font-weight-regular:  400;
  --font-weight-semibold: 600;
  --font-weight-extrabold:800;

  --line-height-tight:  1.05;
  --line-height-snug:   1.3;
  --line-height-base:   1.6;
  --line-height-loose:  1.8;

  --letter-spacing-tight:  -0.02em;
  --letter-spacing-normal:  0;
  --letter-spacing-wide:    0.05em;
  --letter-spacing-wider:   0.10em;

  /* ─ Espaciado ─ */
  --space-1:   0.25rem;
  --space-2:   0.5rem;
  --space-3:   0.75rem;
  --space-4:   1rem;
  --space-5:   1.25rem;
  --space-6:   1.5rem;
  --space-8:   2rem;
  --space-10:  2.5rem;
  --space-12:  3rem;
  --space-16:  4rem;
  --space-20:  5rem;
  --space-24:  6rem;
  --space-32:  8rem;

  --section-padding-y: var(--space-20);
  --container-max:     1280px;
  --container-pad:     var(--space-6);

  /* ─ Bordes ─ */
  --radius-sm:   4px;
  --radius-md:   8px;
  --radius-lg:   16px;
  --radius-xl:   24px;
  --radius-full: 9999px;

  /* ─ Sombras ─ */
  --shadow-magenta:  0 8px 32px rgba(230, 30, 140, .28);
  --shadow-electric: 0 8px 32px rgba(162, 189, 49, .22);

  /* ─ Sombras IG─ */
  /*--shadow-magenta:  0 8px 32px rgba(234, 56, 139, .28);
  --shadow-electric: 0 8px 32px rgba(148, 197, 60, .22);*/

  /* ─ Transiciones ─ */
  --transition-fast:   140ms ease;
  --transition-base:   240ms ease;
  --transition-slow:   380ms ease;
  --transition-bounce: 280ms cubic-bezier(0.34, 1.56, 0.64, 1);

  /* ─ Z-index ─ */
  --z-float:   50;
  --z-navbar:  100;
  --z-overlay: 200;

  /* ─ Navbar ─ */
  --navbar-height: 68px;
}

/* ───────────────────────────────────────────────────────────────
   3. RESET & BASE
─────────────────────────────────────────────────────────────── */

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

html {
  scroll-behavior: smooth;
  scroll-padding-top: var(--navbar-height);
  -webkit-text-size-adjust: 100%;
}

body.site-body {
  font-family: var(--font-body);
  font-size: var(--font-size-base);
  font-weight: var(--font-weight-regular);
  line-height: var(--line-height-base);
  color: var(--color-text-primary);
  background-color: var(--color-white);
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img, svg, video {
  display: block;
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
  text-decoration: none;
  transition: color var(--transition-base), opacity var(--transition-base);
}

ul[role="list"],
ol[role="list"] { list-style: none; }

button, input, select, textarea { font: inherit; color: inherit; }
button { cursor: pointer; border: none; background: none; }
address { font-style: normal; }

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

:focus-visible {
  outline: 3px solid var(--color-magenta);
  outline-offset: 3px;
  border-radius: var(--radius-sm);
}


/* ───────────────────────────────────────────────────────────────
   4. LAYOUT
─────────────────────────────────────────────────────────────── */

.container {
  width: 100%;
  max-width: var(--container-max);
  margin-inline: auto;
  padding-inline: var(--container-pad);
}

.section {
  padding-block: var(--section-padding-y);
}


/* ───────────────────────────────────────────────────────────────
   5. BOTONES
─────────────────────────────────────────────────────────────── */

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: var(--space-2);
  padding: var(--space-4) var(--space-8);
  font-family: var(--font-body);
  font-size: var(--font-size-sm);
  font-weight: var(--font-weight-extrabold);
  letter-spacing: var(--letter-spacing-wide);
  text-transform: uppercase;
  border-radius: var(--radius-md);
  border: 2px solid transparent;
  transition:
    background-color var(--transition-base),
    border-color     var(--transition-base),
    color            var(--transition-base),
    transform        var(--transition-bounce),
    box-shadow       var(--transition-base);
  white-space: nowrap;
  cursor: pointer;
  user-select: none;
  min-height: 48px;
}

.btn:active { transform: scale(0.97); }

/* Primario — azul eléctrico */
.btn--primary {
  background-color: var(--color-electric);
  border-color: var(--color-electric);
  color: var(--color-white);
}
.btn--primary:hover {
  background-color: var(--color-electric-dark);
  border-color: var(--color-electric-dark);
  color: var(--color-white);
  box-shadow: var(--shadow-electric);
  transform: translateY(-2px);
}

/* Secundario — outline blanco (sobre dark) */
.btn--secondary {
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.55);
  color: rgba(0, 0, 0, 0.55);
}
.btn--secondary:hover {
  background-color: var(--color-white);
  border-color: var(--color-white);
  color: var(--color-dark-800);
  transform: translateY(-2px);
}

/* WhatsApp */
.btn--whatsapp {
  background-color: var(--color-whatsapp);
  border-color: var(--color-whatsapp);
  color: var(--color-white);
}
.btn--whatsapp svg {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}
.btn--whatsapp:hover {
  background-color: var(--color-whatsapp-dark);
  border-color: var(--color-whatsapp-dark);
  color: var(--color-white);
  box-shadow: 0 8px 28px rgba(37,211,102,.35);
  transform: translateY(-2px);
}

/* WhatsApp grande — en sección contacto */
.btn--whatsapp-lg {
  width: 100%;
  justify-content: center;
  padding-block: var(--space-5);
  font-size: var(--font-size-base);
  margin-top: var(--space-8);
  border-radius: var(--radius-lg);
}

/* Submit */
.btn--submit {
  width: 100%;
  padding-block: var(--space-5);
  font-size: var(--font-size-base);
  background-color: var(--color-magenta);
  border-color: var(--color-magenta);
  color: var(--color-white);
  border-radius: var(--radius-lg);
}
.btn--submit:hover {
  background-color: var(--color-magenta-dark);
  border-color: var(--color-magenta-dark);
  box-shadow: var(--shadow-magenta);
  transform: translateY(-2px);
}

.btn-card {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  margin-top: 1rem;

  padding: 0.75rem 1rem;

  border-radius: 999px;

  background: var(--color-magenta);
  color: white;

  text-decoration: none;

  font-family: var(--font-body);
  font-size: var(--font-size-sm);
  font-weight: var(--font-weight-semibold);
  line-height: var(--line-height-base);

  transition: 0.2s ease;
}

.btn-card:hover {
  transform: translateY(-2px);
}

/* ───────────────────────────────────────────────────────────────
   6. SECTION HEADER
─────────────────────────────────────────────────────────────── */

.section__header { margin-bottom: var(--space-10); }

.section__header--centered {
  text-align: center;
  max-width: 640px;
  margin-inline: auto;
  margin-bottom: var(--space-12);
}

.section__label {
  display: inline-flex;
  align-items: center;
  gap: var(--space-3);
  font-family: var(--font-body);
  font-size: var(--font-size-xs);
  font-weight: var(--font-weight-extrabold);
  letter-spacing: var(--letter-spacing-wider);
  text-transform: uppercase;
  color: var(--color-magenta);
  margin-bottom: var(--space-3);
}

.section__label::before {
  content: '';
  display: block;
  width: 20px;
  height: 2px;
  background: linear-gradient(90deg, var(--color-magenta), var(--color-electric));
  flex-shrink: 0;
}

.section__title {
  font-family: var(--font-display);
  font-size: var(--font-size-4xl);
  font-weight: var(--font-weight-regular); /* Anton is already heavy */
  line-height: var(--line-height-tight);
  letter-spacing: var(--letter-spacing-tight);
  color: var(--color-gray-900);
  text-transform: uppercase;
}

.section__subtitle {
  margin-top: var(--space-4);
  font-size: var(--font-size-base);
  font-weight: var(--font-weight-regular);
  color: var(--color-text-secondary);
  line-height: var(--line-height-loose);
  max-width: 540px;
  margin-inline: auto;
}


/* ───────────────────────────────────────────────────────────────
   7. FLOATING WHATSAPP
─────────────────────────────────────────────────────────────── */

.whatsapp-float {
  position: fixed;
  bottom: var(--space-6);
  right: var(--space-6);
  z-index: var(--z-float);
  display: flex;
  align-items: center;
  gap: var(--space-3);
  background-color: var(--color-whatsapp);
  color: var(--color-white);
  padding: var(--space-3) var(--space-5);
  border-radius: var(--radius-full);
  box-shadow: 0 6px 28px rgba(37,211,102,.45);
  font-family: var(--font-body);
  font-size: var(--font-size-sm);
  font-weight: var(--font-weight-extrabold);
  letter-spacing: var(--letter-spacing-wide);
  text-transform: uppercase;
  text-decoration: none;
  transition:
    background-color var(--transition-base),
    transform        var(--transition-bounce),
    box-shadow       var(--transition-base);
  animation: floatPulse 3s ease-in-out infinite;
}

.whatsapp-float:hover {
  background-color: var(--color-whatsapp-dark);
  color: var(--color-white);
  transform: translateY(-3px) scale(1.04);
  box-shadow: 0 10px 36px rgba(37,211,102,.55);
}

.whatsapp-float__icon {
  width: 22px;
  height: 22px;
  flex-shrink: 0;
}

@keyframes floatPulse {
  0%, 100% { box-shadow: 0 6px 28px rgba(37,211,102,.45); }
  50%       { box-shadow: 0 6px 40px rgba(37,211,102,.70); }
}


/* ───────────────────────────────────────────────────────────────
   8. NAVBAR
─────────────────────────────────────────────────────────────── */

.site-header {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: var(--z-navbar);
  background-color: var(--color-magenta);
  border-bottom: 1px solid rgba(255,255,255,.06);
  box-shadow: 0 2px 24px rgba(0,0,0,.35);
  overflow: visible;
}

.navbar { height: var(--navbar-height); }

.navbar__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  max-width: var(--container-max);
  margin-inline: auto;
  padding-inline: var(--container-pad);
  position: relative;
}

/* Logo */
.navbar__logo {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  text-decoration: none;
  transition: opacity var(--transition-base);
}
.navbar__logo:hover { opacity: .80; color: inherit; }

.navbar__logo-content {
  display: flex;
  flex-direction: column;
  gap: 1px;
}

.navbar__logo-image {
  width: 200px;
  height: 200px;

  object-fit: contain;

  display: block;
  flex-shrink: 0;
}

/* Logo 
.navbar__logo-text {
  font-family: var(--font-display);
  font-size: 1.75rem;
  font-weight: var(--font-weight-regular);
  letter-spacing: var(--letter-spacing-tight);
  text-transform: uppercase;
  color: var(--color-magenta);
  line-height: 1;
   Glow sutil magenta 
  text-shadow: 0 0 20px rgba(255,20,147,.40);
}*/

.navbar__logo-tagline {
  font-family: var(--font-body); /* Montserrat */
  font-size: var(--font-size-xs);
  font-weight: var(--font-weight-semibold);
  letter-spacing: var(--letter-spacing-wide);
  text-transform: none;
  color: var(--color-white);
  line-height: 1;
}

/* Toggle */
.navbar__toggle-checkbox { display: none; }

.navbar__toggle-label {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  padding: var(--space-2);
  z-index: calc(var(--z-navbar) + 1);
}

.navbar__toggle-bar {
  display: block;
  width: 24px;
  height: 2px;
  background-color: var(--color-white);
  border-radius: var(--radius-full);
  transition: transform var(--transition-base), opacity var(--transition-base), width var(--transition-base);
  transform-origin: center;
}

/* Menu */
.navbar__menu {
  display: flex;
  align-items: center;
  gap: var(--space-1);
  list-style: none;
}

.navbar__link {
  display: inline-block;
  padding: var(--space-2) var(--space-4);
  font-size: var(--font-size-xs);
  font-weight: var(--font-weight-extrabold);
  letter-spacing: var(--letter-spacing-wider);
  text-transform: uppercase;
  color: var(--color-gray-premium);
  border-radius: var(--radius-md);
  transition: color var(--transition-base), background-color var(--transition-base);
  text-decoration: none;
}
.navbar__link:hover {
  color: var(--color-white);
  background-color: rgba(255,255,255,.07);
}

/* Contacto resaltado en navbar */
.navbar__link--contacto {
  color: var(--color-electric);
}
.navbar__link--contacto:hover {
  color: var(--color-magenta);
  background-color: rgba(255,20,147,.10);
}


/* ───────────────────────────────────────────────────────────────
   9. HERO
─────────────────────────────────────────────────────────────── */

.section--hero {
  padding-block: 0;
  position: relative;
  min-height: 100svh;
  display: flex;
  align-items: center;
  background-color: var(--color-dark-900);
}

.hero__bg-image {
  position: absolute;
  inset: 0;

  /* Gradient Verde del fondo */
  background-image:
    linear-gradient(
      to top left,
      rgba(162, 189, 49, 0.90) 0%,
      rgba(190, 210, 90, 0.55) 35%,
      rgba(217, 222, 231, 0.15) 100%
    ),
    url("/assets/hero-background.png");

  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* Gradient Negro del fondo */
.hero__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0);
}

/* Línea izquierda magenta */
.hero__overlay::before {
  content: '';
  position: absolute;
  left: 0; top: 0; bottom: 0;
  width: 3px;
  background: linear-gradient(180deg, var(--color-magenta) 0%, var(--color-electric) 60%, transparent 100%);
}

.hero__container {
  position: relative;
  z-index: 1;
  padding-top: var(--navbar-height);
}

/* Viejo */
/*.hero__content {
  max-width: 700px;
  padding-block: var(--space-32) var(--space-24);
}*/

/* Medio */
.hero__content {
  max-width: 700px;

  padding: 2rem;

  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(20px);

  background: rgba(255, 255, 255, 0.12);

  border: 2px solid var(--color-magenta);

  border-radius: 24px;
}

/* Nuevo
.hero__content {
  position: relative;
  z-index: 2;
}

.hero__content::before {
  content: "";

  position: absolute;
  inset: -20px;

  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);

  background: rgba(255,255,255,0.08);

  border: 2px solid var(--color-magenta);

  border-radius: 24px;

  z-index: -1;
}

/* Nuevo más intenso 
.hero__content::before {
  content: "";
  position: absolute;
  inset: -24px;

  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);

  background: rgba(255,255,255,0.06);

  border: 2px solid var(--color-magenta);

  border-radius: 24px;

  box-shadow: 0 0 20px rgba(234,56,139,.15);

  z-index: -1;
}*/


.hero__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: var(--space-3);
  font-size: var(--font-size-xs);
  font-weight: var(--font-weight-extrabold);
  letter-spacing: var(--letter-spacing-wider);
  text-transform: uppercase;
  color: var(--color-magenta);
  margin-bottom: var(--space-5);
  animation: fadeInUp .65s ease both .1s;
}

.hero__eyebrow::before {
  content: '';
  display: block;
  width: 28px;
  height: 2px;
  background: linear-gradient(90deg, var(--color-magenta), var(--color-electric));
  flex-shrink: 0;
}

.hero__title {
  font-family: var(--font-display);
  font-size: clamp(var(--font-size-4xl), 7vw, var(--font-size-6xl));
  font-weight: var(--font-weight-regular);
  line-height: var(--line-height-tight);
  letter-spacing: var(--letter-spacing-tight);
  text-transform: uppercase;
  color: var(--color-magenta);
  margin-bottom: var(--space-5);
  animation: fadeInUp .65s ease both .22s;
}

.hero__title-highlight {
  display: block;
  background: linear-gradient(90deg, var(--color-electric) 0%, var(--color-electric) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  /* Glow effect 
  filter: drop-shadow(0 0 24px rgba(255,20,147,.45));*/
}

.hero__subtitle {
  font-size: var(--font-size-2xl);
  font-weight: var(--font-weight-regular);
  line-height: var(--line-height-loose);
  color: rgb(0, 0, 0);
  max-width: 520px;
  margin-bottom: var(--space-10);
  animation: fadeInUp .65s ease both .35s;
}

.hero__cta-group {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-4);
  align-items: center;
  animation: fadeInUp .65s ease both .48s;
}

/* Borde inferior gradiente */
.section--hero::after {
  content: '';
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 2px;
  background: linear-gradient(90deg, var(--color-magenta) 0%, var(--color-electric) 50%, transparent 100%);
}


/* ───────────────────────────────────────────────────────────────
   10. CONTACTO
─────────────────────────────────────────────────────────────── */

.section--contacto {
  background-color: var(--color-white);
  border-bottom: 1px solid var(--color-border-light);
}

.contacto__layout {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: var(--space-16);
  align-items: start;
}

/* Info lateral */
.section--contacto .section__title { color: var(--color-gray-900); }

.contacto__intro {
  font-size: var(--font-size-base);
  line-height: var(--line-height-loose);
  color: var(--color-text-secondary);
  margin-top: var(--space-5);
  margin-bottom: var(--space-8);
}

.contacto__datos {
  display: flex;
  flex-direction: column;
  gap: var(--space-5);
  list-style: none;
}

.contacto__dato {
  display: flex;
  flex-direction: column;
  gap: 3px;
  padding-bottom: var(--space-4);
  border-bottom: 1px solid var(--color-border-light);
}
.contacto__dato:last-child { border-bottom: none; }

.contacto__dato-label {
  font-size: var(--font-size-xs);
  font-weight: var(--font-weight-extrabold);
  letter-spacing: var(--letter-spacing-wider);
  text-transform: uppercase;
  color: var(--color-magenta);
}

.contacto__dato-valor {
  font-size: var(--font-size-base);
  font-weight: var(--font-weight-semibold);
  color: var(--color-gray-800);
  transition: color var(--transition-fast);
}
.contacto__dato-valor:hover { color: var(--color-electric); }

.contacto__dato-valor--wa {
  color: var(--color-whatsapp-dark);
  font-size: var(--font-size-md);
}
.contacto__dato-valor--wa:hover { color: var(--color-whatsapp); }

.contacto__dato-valor--social {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
}

.contacto__icon {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}

/* ───────────────────────────────────────────────────────────────
   10.1 NOVEDADES
─────────────────────────────────────────────────────────────── */

.contacto__novedades {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.contacto__novedades-title {
  font-family: var(--font-display);
  font-size: var(--font-size-xl);
  color: var(--color-text-primary);
}

.promo-card {
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
  padding: 1.25rem;

  display: flex;
  flex-direction: column;
  gap: 0.75rem;

  box-shadow: var(--shadow-sm);
}

.promo-card__badge {
  align-self: flex-start;

  padding: 0.25rem 0.75rem;

  border-radius: 999px;

  background: linear-gradient(
    90deg,
    var(--color-magenta),
    var(--color-electric)
  );

  color: white;
  font-size: var(--font-size-xs);
  font-weight: var(--font-weight-semibold);
}

.promo-card h4 {
  margin: 0;

  font-family: var(--font-body);
  font-size: var(--font-size-lg);
  font-weight: var(--font-weight-extrabold);

  color: var(--color-text-primary);
}

.promo-card p {
  margin: 0;

  color: var(--color-text-secondary);
  line-height: var(--line-height-base);
}

/* ───────────────────────────────────────────────────────────────
   11. SUCURSALES
─────────────────────────────────────────────────────────────── */

.section--sucursales {
  background-color: var(--color-surface);
  border-top: 1px solid var(--color-border-light);
  border-bottom: 1px solid var(--color-border-light);
}

.section--sucursales .section__title { color: var(--color-gray-900); }

.sucursales__layout {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: var(--space-12);
  align-items: start;
}

.sucursales__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--space-3);
  list-style: none;
}

.sucursal-card {
  background-color: var(--color-white);
  border: 1.5px solid var(--color-border);
  border-radius: var(--radius-lg);
  padding: var(--space-4) var(--space-5);
  transition:
    border-color var(--transition-base),
    box-shadow   var(--transition-base),
    transform    var(--transition-base);
}

.sucursal-card:hover {
  border-color: var(--color-electric);
  box-shadow: 0 4px 20px var(--color-electric-glow);
  transform: translateY(-2px);
}

.sucursal-card__header {
  display: flex;
  align-items: center;
  gap: var(--space-3);
  margin-bottom: var(--space-3);
  padding-bottom: var(--space-3);
  border-bottom: 1px solid var(--color-border-light);
}

.sucursal-card__numero {
  font-family: var(--font-display);
  font-size: var(--font-size-xs);
  font-weight: var(--font-weight-regular);
  color: var(--color-white);
  background: linear-gradient(135deg, var(--color-electric) 0%, var(--color-magenta) 100%);
  width: 28px; height: 28px;
  border-radius: var(--radius-sm);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  letter-spacing: 0;
  font-size: 11px;
}

.sucursal-card__nombre {
  font-family: var(--font-display);
  font-size: var(--font-size-base);
  font-weight: var(--font-weight-regular);
  letter-spacing: var(--letter-spacing-tight);
  text-transform: uppercase;
  color: var(--color-gray-900);
  line-height: 1.1;
}

.sucursal-card__info {
  display: flex;
  flex-direction: column;
  gap: var(--space-2);
}

.sucursal-card__direccion,
.sucursal-card__telefono,
.sucursal-card__whatsapp {
  font-size: var(--font-size-xs);
  color: var(--color-text-secondary);
  line-height: var(--line-height-snug);
}

.sucursal-card__label {
  font-weight: var(--font-weight-extrabold);
  color: var(--color-gray-500);
  margin-right: var(--space-1);
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: var(--letter-spacing-wide);
}

.sucursal-card__telefono a { color: var(--color-electric); font-weight: var(--font-weight-semibold); }
.sucursal-card__whatsapp a { color: var(--color-whatsapp-dark); font-weight: var(--font-weight-semibold); }
.sucursal-card__telefono a:hover { color: var(--color-electric-dark); }
.sucursal-card__whatsapp a:hover { color: var(--color-whatsapp); }

/* Mapa */
.sucursales__map-wrapper {
  position: sticky;
  top: calc(var(--navbar-height) + var(--space-6));
}

.sucursales__map-placeholder {
  width: 100%;
  aspect-ratio: 3 / 4;
  background: linear-gradient(135deg, var(--color-gray-100) 0%, var(--color-gray-200) 100%);
  border-radius: var(--radius-xl);
  border: 1.5px solid var(--color-border);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  box-shadow: var(--shadow-md);
}

.sucursales__map-placeholder iframe {
  width: 100%; height: 100%;
  border: 0;
  border-radius: var(--radius-xl);
}

.sucursales__map-label {
  font-size: var(--font-size-xs);
  font-weight: var(--font-weight-extrabold);
  color: var(--color-gray-400);
  letter-spacing: var(--letter-spacing-wider);
  text-transform: uppercase;
}


/* ───────────────────────────────────────────────────────────────
   12. SERVICIOS + NOSOTROS (sección combinada)
─────────────────────────────────────────────────────────────── */

.section--servicios-nosotros {
  background-color: var(--color-white);
}

/* Grid servicios */
.servicios__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: var(--space-5);
  list-style: none;
  margin-bottom: var(--space-20);
}

.servicio-card {
  background-color: var(--color-surface);
  border: 1.5px solid var(--color-border);
  border-radius: var(--radius-lg);
  padding: var(--space-7, 1.75rem);
  display: flex;
  flex-direction: column;
  gap: var(--space-4);
  transition:
    border-color var(--transition-base),
    transform    var(--transition-base),
    box-shadow   var(--transition-base);
  position: relative;
  overflow: hidden;
}

.servicio-card::after {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--color-magenta), var(--color-electric));
  opacity: 0;
  transition: opacity var(--transition-base);
}

.servicio-card:hover {
  border-color: var(--color-electric);
  transform: translateY(-4px);
  box-shadow: 0 12px 36px var(--color-electric-glow);
}

.servicio-card:hover::after { opacity: 1; }

.servicio-card__icon-wrapper { width: 44px; height: 44px; }

.servicio-card__icon-placeholder {
  width: 44px; height: 44px;
  background: linear-gradient(135deg, var(--color-electric-light) 0%, var(--color-magenta-light) 100%);
  border: 1.5px solid var(--color-border);
  border-radius: var(--radius-md);
}

.servicio-card__icon-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
}
.servicio-card__icon {
width: 24px;
height: 24px;
color: var(--color-magenta);
stroke-linecap: round;
stroke-linejoin: round;
}

.servicio-card__title {
  font-family: var(--font-display);
  font-size: var(--font-size-lg);
  font-weight: var(--font-weight-regular);
  letter-spacing: var(--letter-spacing-tight);
  text-transform: uppercase;
  color: var(--color-gray-900);
  line-height: var(--line-height-snug);
}

.servicio-card__text {
  font-size: var(--font-size-sm);
  line-height: var(--line-height-loose);
  color: var(--color-text-secondary);
  flex: 1;
}

.servicio-card__features {
  display: flex;
  flex-direction: column;
  gap: var(--space-2);
  list-style: none;
  border-top: 1px solid var(--color-border);
  padding-top: var(--space-4);
  margin-top: auto;
}

.servicio-card__features li {
  font-size: var(--font-size-xs);
  font-weight: var(--font-weight-extrabold);
  letter-spacing: var(--letter-spacing-wide);
  text-transform: uppercase;
  color: var(--color-magenta);
  padding-left: var(--space-4);
  position: relative;
}

.servicio-card__features li::before {
  content: '→';
  position: absolute;
  left: 0;
  color: var(--color-electric);
  font-size: var(--font-size-xs);
}

/* Nosotros compacto */
.nosotros-compact {
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  gap: var(--space-16);
  align-items: center;
  padding-top: var(--space-16);
  border-top: 1px solid var(--color-border-light);
}

.nosotros-compact__image-wrapper { position: relative; }

.about__image-placeholder {
  width: 100%;
  aspect-ratio: 4 / 5;
  background: linear-gradient(135deg, var(--color-dark-700) 0%, var(--color-dark-800) 100%);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-xl);
  position: relative;
  overflow: hidden;
}

/* Glow decorativo en la imagen placeholder */
.about__image-placeholder::before {
  content: '';
  position: absolute;
  bottom: -20%;
  left: -20%;
  width: 80%;
  height: 80%;
  background: radial-gradient(circle, rgba(255,20,147,.25) 0%, transparent 65%);
  pointer-events: none;
}

.about__image {
  width: 100%;
  aspect-ratio: 4 / 5;

  display: block;
  object-fit: cover;
  object-position: center;

  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-xl);
}

.about__image-placeholder::after {
  content: '';
  position: absolute;
  top: -20%;
  right: -20%;
  width: 70%;
  height: 70%;
  background: radial-gradient(circle, rgba(0,59,255,.20) 0%, transparent 65%);
  pointer-events: none;
}

/* Elemento decorativo detrás */
.nosotros-compact__image-wrapper::before {
  content: '';
  position: absolute;
  top: var(--space-5);
  left: var(--space-5);
  right: calc(var(--space-5) * -1);
  bottom: calc(var(--space-5) * -1);
  background: linear-gradient(135deg, var(--color-electric-light), var(--color-magenta-light));
  border-radius: var(--radius-lg);
  border: 1.5px solid var(--color-border);
  z-index: -1;
}

.nosotros-compact__content {
  display: flex;
  flex-direction: column;
  gap: var(--space-4);
}

.nosotros-compact__content .section__title {
  font-size: var(--font-size-3xl);
}

.about__text {
  font-size: var(--font-size-base);
  line-height: var(--line-height-loose);
  color: var(--color-text-secondary);
}

.about__text--lead {
  font-size: var(--font-size-md);
  font-weight: var(--font-weight-semibold);
  color: var(--color-text-primary);
  border-left: 3px solid var(--color-magenta);
  padding-left: var(--space-5);
}

/* Stats */
.about__stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: var(--space-4);
  margin-top: var(--space-6);
  padding-top: var(--space-6);
  border-top: 1px solid var(--color-border);
  list-style: none;
}

.about__stat {
  display: flex;
  flex-direction: column;
  gap: var(--space-1);
}

.about__stat-number {
  font-family: var(--font-display);
  font-size: var(--font-size-3xl);
  font-weight: var(--font-weight-regular);
  line-height: 1;
  background: linear-gradient(135deg, var(--color-magenta) 0%, var(--color-electric) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.about__stat-label {
  font-size: var(--font-size-xs);
  font-weight: var(--font-weight-extrabold);
  letter-spacing: var(--letter-spacing-wide);
  text-transform: uppercase;
  color: var(--color-text-muted);
}


/* ───────────────────────────────────────────────────────────────
   13. FOOTER
─────────────────────────────────────────────────────────────── */

.footer__logo-image {
  width: 180px;
  height: auto;
  display: block;
}

.site-footer {
  background-color: var(--color-dark-900);
  border-top: 1px solid rgba(255,255,255,.06);
}

.footer__container {
  display: grid;
  grid-template-columns: 1.8fr 1fr 1.2fr 1.2fr;
  gap: var(--space-12);
  padding-block: var(--space-16);
}

.footer__logo {
  display: inline-block;
  margin-bottom: var(--space-4);
  text-decoration: none;
  transition: opacity var(--transition-base);
}
.footer__logo:hover { opacity: .80; }

.footer__logo-text {
  font-family: var(--font-display);
  font-size: var(--font-size-3xl);
  font-weight: var(--font-weight-regular);
  letter-spacing: var(--letter-spacing-tight);
  text-transform: uppercase;
  color: var(--color-white);
  line-height: 1;
  text-shadow: 0 0 24px rgba(255,20,147,.35);
}

.footer__tagline {
  font-size: var(--font-size-sm);
  line-height: var(--line-height-loose);
  color: rgba(255,255,255,.40);
  max-width: 260px;
  margin-bottom: var(--space-6);
}

.footer__social {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-2);
  list-style: none;
}

.footer__social-link {
  display: inline-block;
  padding: var(--space-2) var(--space-4);
  font-size: var(--font-size-xs);
  font-weight: var(--font-weight-extrabold);
  letter-spacing: var(--letter-spacing-wide);
  text-transform: uppercase;
  color: rgba(255,255,255,.50);
  border: 1px solid rgba(255,255,255,.10);
  border-radius: var(--radius-full);
  transition: color var(--transition-base), border-color var(--transition-base), background-color var(--transition-base);
  text-decoration: none;
}
.footer__social-link:hover {
  color: var(--color-white);
  border-color: var(--color-magenta);
  background-color: rgba(255,20,147,.10);
}

.footer__social-link--wa:hover {
  border-color: var(--color-whatsapp);
  background-color: rgba(37,211,102,.10);
}

.footer__col-title {
  font-family: var(--font-display);
  font-size: var(--font-size-sm);
  font-weight: var(--font-weight-regular);
  letter-spacing: var(--letter-spacing-wider);
  text-transform: uppercase;
  color: var(--color-white);
  margin-bottom: var(--space-5);
}

.footer__nav-list {
  display: flex;
  flex-direction: column;
  gap: var(--space-3);
  list-style: none;
}

.footer__nav-link {
  font-size: var(--font-size-sm);
  color: rgba(255,255,255,.45);
  text-decoration: none;
  font-weight: var(--font-weight-semibold);
  transition: color var(--transition-base), padding-left var(--transition-base);
  display: inline-block;
}
.footer__nav-link:hover {
  color: var(--color-magenta);
  padding-left: var(--space-2);
}

.footer__address {
  display: flex;
  flex-direction: column;
  gap: var(--space-4);
}

.footer__contact-item {
  font-size: var(--font-size-sm);
  color: rgba(255,255,255,.45);
  line-height: var(--line-height-snug);
}

.footer__contact-label {
  font-weight: var(--font-weight-extrabold);
  color: rgba(255,255,255,.25);
  font-size: var(--font-size-xs);
  letter-spacing: var(--letter-spacing-wide);
  text-transform: uppercase;
  display: block;
  margin-bottom: 2px;
}

.footer__contact-link {
  color: rgba(255,255,255,.60);
  text-decoration: none;
  transition: color var(--transition-base);
}
.footer__contact-link:hover { color: var(--color-magenta); }

/* Sub-footer */
.footer__bottom { border-top: 1px solid rgba(255,255,255,.06); }

.footer__bottom-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-4);
  padding-block: var(--space-5);
}

.footer__copyright {
  font-size: var(--font-size-xs);
  color: rgba(255,255,255,.25);
  letter-spacing: var(--letter-spacing-wide);
  font-weight: var(--font-weight-semibold);
}

.footer__legal-links {
  display: flex;
  gap: var(--space-6);
  list-style: none;
}

.footer__legal-link {
  font-size: var(--font-size-xs);
  color: rgba(255,255,255,.25);
  text-decoration: none;
  font-weight: var(--font-weight-semibold);
  letter-spacing: var(--letter-spacing-wide);
  transition: color var(--transition-base);
}
.footer__legal-link:hover { color: var(--color-electric); }


/* ───────────────────────────────────────────────────────────────
   14. ANIMACIONES
─────────────────────────────────────────────────────────────── */

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

@keyframes fadeIn {
  from { opacity: 0; }
  to   { opacity: 1; }
}


/* ───────────────────────────────────────────────────────────────
   15. RESPONSIVE — TABLET (≤ 1024px)
─────────────────────────────────────────────────────────────── */

@media (max-width: 1024px) {

  :root {
    --section-padding-y: var(--space-16);
    --container-pad:     var(--space-6);
  }

  /* Navbar mobile */
  .navbar__toggle-label { display: flex; }
  .navbar__toggle-checkbox { display: none; }

  .navbar__menu {
    position: fixed;
    top: var(--navbar-height);
    right: 0;
    bottom: 0;
    height: calc(100dvh - var(--navbar-height));
    min-height: calc(100vh - var(--navbar-height));
    width: 280px;
    max-width: 80vw;
    background-color: var(--color-magenta);
    border-left: 1px solid rgba(255,255,255,.08);
    flex-direction: column;
    align-items: flex-start;
    padding: var(--space-8) var(--space-6);
    gap: var(--space-2);
    transform: translateX(100%);
    transition: transform var(--transition-slow);
    z-index: var(--z-overlay);
    overflow-y: auto;
    box-shadow: -8px 0 40px rgba(0,0,0,.40);
  }

  .navbar__toggle-checkbox:checked ~ .navbar__menu { transform: translateX(0); }

  /* Hamburger → X */
  .navbar__toggle-checkbox:checked ~ .navbar__toggle-label .navbar__toggle-bar:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .navbar__toggle-checkbox:checked ~ .navbar__toggle-label .navbar__toggle-bar:nth-child(2) { opacity: 0; width: 0; }
  .navbar__toggle-checkbox:checked ~ .navbar__toggle-label .navbar__toggle-bar:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

  .navbar__item { width: 100%; }

  .navbar__link {
    display: block;
    width: 100%;
    padding: var(--space-4);
    font-size: var(--font-size-base);
    border-radius: var(--radius-md);
    color: rgba(255,255,255,.75);
  }

  .navbar__link--cta {
    margin-top: var(--space-4);
    text-align: center;
    border-radius: var(--radius-md);
  }

  /* Layouts */
  .contacto__layout {
    grid-template-columns: 1fr;
    gap: var(--space-10);
  }

  .sucursales__layout {
    grid-template-columns: 1fr;
  }

  .sucursales__map-wrapper {
    position: static;
    order: -1;
  }

  .sucursales__map-placeholder { aspect-ratio: 16 / 7; }

  .sucursales__list { grid-template-columns: repeat(3, 1fr); }

  .servicios__grid { grid-template-columns: repeat(2, 1fr); }

  .nosotros-compact {
    grid-template-columns: 1fr;
    gap: var(--space-10);
  }

  .nosotros-compact__image-wrapper { max-width: 480px; }
  .about__image-placeholder { aspect-ratio: 16 / 9; }

  .about__stats { grid-template-columns: repeat(2, 1fr); }

  .section__title { font-size: var(--font-size-3xl); }

  .footer__container { grid-template-columns: 1fr 1fr; gap: var(--space-8); }
  .footer__col--brand { grid-column: 1 / -1; }

  /* Whatsapp float — más pequeño en tablet */
  .whatsapp-float__label { display: none; }
  .whatsapp-float { padding: var(--space-4); border-radius: var(--radius-full); }
}


/* ───────────────────────────────────────────────────────────────
   16. RESPONSIVE — MOBILE (≤ 640px)
─────────────────────────────────────────────────────────────── */

@media (max-width: 640px) {

  :root {
    --section-padding-y: var(--space-12);
    --container-pad:     var(--space-4);
    --navbar-height:     60px;
  }

  .navbar__logo-text  { font-size: 1.5rem; }
  .navbar__logo-tagline { display: block; }
  .navbar__logo-image {
  padding-top: 6px;  
  width: 200px;
  height: auto;
  }

  .navbar__menu { width: 100%; max-width: 100%; }

  /* Hero */
  .hero__content {
    padding-top: var(--space-20);
    padding-bottom: var(--space-16);
  }

  .hero__title { font-size: clamp(var(--font-size-3xl), 13vw, var(--font-size-4xl)); }
  .hero__subtitle { font-size: var(--font-size-base); }

  .hero__cta-group {
    flex-direction: column;
    align-items: stretch;
  }

  .hero__cta-group .btn { justify-content: center; }

  /* Section titles */
  .section__title { font-size: var(--font-size-2xl); }
  .section__subtitle { font-size: var(--font-size-sm); }
  .section__header--centered { text-align: left; }
  .section__header--centered .section__subtitle { margin-inline: 0; }

  /* Contacto */
  .contacto__form-wrapper { padding: var(--space-6); border-radius: var(--radius-lg); }
  .form__fieldset { grid-template-columns: 1fr; }
  .btn--whatsapp-lg { margin-top: var(--space-6); }

  /* Sucursales */
  .sucursales__list { grid-template-columns: 1fr; }
  .sucursales__map-placeholder { aspect-ratio: 4 / 3; }

  /* Servicios */
  .servicios__grid { grid-template-columns: 1fr; gap: var(--space-4); }

  /* Nosotros */
  .nosotros-compact__image-wrapper::before { display: none; }
  .about__image-placeholder { aspect-ratio: 4 / 3; }
  .nosotros-compact__content .section__title { font-size: var(--font-size-2xl); }
  .about__stats { grid-template-columns: repeat(2, 1fr); }
  .about__stat-number { font-size: var(--font-size-2xl); }

  /* Footer */
  .footer__container {
    grid-template-columns: 1fr;
    gap: var(--space-8);
    padding-block: var(--space-10);
  }
  .footer__col--brand { grid-column: auto; }
  .footer__bottom-inner { flex-direction: column; align-items: flex-start; gap: var(--space-3); }
  .footer__legal-links { flex-direction: column; gap: var(--space-2); }

  /* Float WA — esquina inferior derecha compacto */
  .whatsapp-float {
    bottom: var(--space-4);
    right: var(--space-4);
    padding: var(--space-4);
    border-radius: var(--radius-full);
  }
  .whatsapp-float__label { display: none; }

  /* Botones táctiles cómodos */
  .btn { min-height: 52px; padding: var(--space-4) var(--space-6); }
}


/* ───────────────────────────────────────────────────────────────
   17. RESPONSIVE — MOBILE PEQUEÑO (≤ 400px)
─────────────────────────────────────────────────────────────── */

@media (max-width: 400px) {
  :root { --container-pad: var(--space-4); }
  .hero__eyebrow { font-size: 10px; }
  .about__stats { grid-template-columns: repeat(2, 1fr); }
}


/* ───────────────────────────────────────────────────────────────
   18. MOVIMIENTO REDUCIDO
─────────────────────────────────────────────────────────────── */

@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;
  }
  .whatsapp-float { animation: none; }
}


/* ───────────────────────────────────────────────────────────────
   19. PRINT
─────────────────────────────────────────────────────────────── */

@media print {
  .site-header, .whatsapp-float, .hero__cta-group,
  .sucursales__map-wrapper, .contacto__form-wrapper,
  .btn--whatsapp-lg, .site-footer { display: none; }

  .section--hero, .section--contacto, .section--servicios-nosotros {
    background-color: white !important;
    color: black !important;
  }

  * { box-shadow: none !important; }
  .hero__title, .hero__subtitle { color: black !important; }
  .hero__title-highlight { -webkit-text-fill-color: black; }
  .about__stat-number { -webkit-text-fill-color: black; }
}

.footer__developer {
  margin-top: var(--space-4);

  text-align: center;

  font-family: var(--font-body);
  font-size: var(--font-size-sm);
  color: var(--color-gray-400);
}

.footer__developer a {
  color: var(--color-magenta);
  font-weight: var(--font-weight-semibold);
  text-decoration: none;

  transition: color var(--transition-base);
}

.footer__developer a:hover {
  color: var(--color-white);
}