/* Aygo Store – standalone styles */
html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  background: #0a0f09;
  color: #fff;
}

/* ═══════════════════════════════════════════════════════
   AUDITORÍA UX/UI v5: SISTEMA DE DISEÑO UNIFICADO
   ═══════════════════════════════════════════════════════
   PALETA FIJA:
     Fondo primario .... #0a0f09  (Secciones oscuras)
     Fondo alterno ..... #111710  (Separador visual sutil)
     Fondo claro ....... #f0f2ed  (Descanso visual, 3 pasos)
     Neón acento ....... #c8f502  (CTA, highlights)
     Neón oscuro ....... #6d8a00  (Acento sobre fondo claro)
     Texto principal ... #ffffff  (Sobre oscuro)
     Texto cuerpo ...... rgba(255,255,255,0.7) (Sobre oscuro)
     Texto muted ....... rgba(255,255,255,0.45) (Labels menores)
     Texto oscuro ...... #0a0f09  (Sobre fondo claro)
     Texto body dark ... #3d4a3b  (Sobre fondo claro)
   
   TIPOGRAFÍA (escala consistente):
     H1 ................ clamp(2.6rem, 5.5vw, 4.8rem) / 900 / Outfit
     H2 sección ........ clamp(2rem, 4vw, 3rem) / 700 / Outfit
     H3 card ........... 1.35rem / 700 / Outfit
     Body .............. 1rem / 400 / Inter
     Body small ........ 0.9rem / 400 / Inter
     Label/Cap ......... 0.8rem / 700 / Inter / uppercase

   ESPACIADO (sistema 8px):
     Sección padding ... 96px 0 (desktop) / 64px 0 (mobile)
     Section header mb . 56px
     Container padding . 0 20px
     Card padding ...... 28px
     Gap entre cards ... 28px
     Border-radius ..... 16px (cards) / 12px (botones) / 50% (pills)
   ═══════════════════════════════════════════════════════ */

  /* ── GLOBAL: ELIMINACIÓN TOTAL COLOR ROSA DEL NAVEGADOR ── */
  *,
  *::before,
  *::after {
    -webkit-tap-highlight-color: transparent !important;
  }

  button,
  a,
  input,
  select,
  textarea,
  [role="button"] {
    -webkit-tap-highlight-color: transparent !important;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
  }

  #aygo-landing-wrapper {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    min-height: 100vh;

    --dark: #0a0f09;
    --dark-alt: #111710;
    --neon: #c8f502;
    --neon-hover: #b8e000;
    --neon-dark: #6d8a00;
    --white: #ffffff;
    --off-white: #f0f2ed;
    --body-text: rgba(255, 255, 255, 0.7);
    --muted: rgba(255, 255, 255, 0.45);
    --dark-text: #0a0f09;
    --dark-body: #3d4a3b;

    --font-h: 'Outfit', sans-serif;
    --font-b: 'Inter', sans-serif;

    --radius-lg: 16px;
    --radius-md: 12px;
    --radius-pill: 100px;

    font-family: var(--font-b);
    color: var(--white);
    background: var(--dark);
    line-height: 1.65;
    box-sizing: border-box;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  #aygo-landing-wrapper *,
  #aygo-landing-wrapper *::before,
  #aygo-landing-wrapper *::after {
    box-sizing: inherit;
  }

  /* ── ANTI-ROSA: Forzar VERDE en todos los estados del navegador ── */
  #aygo-landing-wrapper ::selection {
    background: rgba(200, 245, 2, 0.3);
    color: #fff;
  }

  #aygo-landing-wrapper ::-moz-selection {
    background: rgba(200, 245, 2, 0.3);
    color: #fff;
  }

  #aygo-landing-wrapper *:focus {
    outline-color: var(--neon) !important;
  }

  #aygo-landing-wrapper button:active,
  #aygo-landing-wrapper a:active,
  #aygo-landing-wrapper button:focus,
  #aygo-landing-wrapper a:focus {
    outline: none !important;
    -webkit-tap-highlight-color: rgba(200, 245, 2, 0.15) !important;
    color: inherit;
  }

  #aygo-landing-wrapper input:focus,
  #aygo-landing-wrapper textarea:focus {
    outline-color: var(--neon) !important;
    border-color: var(--neon) !important;
  }

  #aygo-landing-wrapper a:visited {
    color: inherit !important;
  }

  #aygo-landing-wrapper button {
    -webkit-tap-highlight-color: transparent;
  }

  /* Eliminar highlight de link en Safari/Chrome mobile */
  #aygo-landing-wrapper a {
    -webkit-tap-highlight-color: rgba(200, 245, 2, 0.1);
  }

  /* ── Tipografía Base ── */
  #aygo-landing-wrapper h1,
  #aygo-landing-wrapper h2,
  #aygo-landing-wrapper h3,
  #aygo-landing-wrapper h4 {
    font-family: var(--font-h);
    margin: 0 0 0.75rem;
    line-height: 1.15;
    color: var(--white);
    font-weight: 700;
  }

  #aygo-landing-wrapper p {
    margin: 0 0 1.25rem;
    font-weight: 400;
    color: var(--body-text);
    font-size: 1rem;
    line-height: 1.7;
  }

  #aygo-landing-wrapper a {
    text-decoration: none;
    color: inherit;
  }

  #aygo-landing-wrapper img {
    max-width: 100%;
    height: auto;
    display: block;
  }

  #aygo-landing-wrapper ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }

  .aygo-neon {
    color: var(--neon) !important;
  }

  /* ── Container ── */
  .aygo-container {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 20px;
    width: 100%;
  }

  /* ── Glass ── */
  .aygo-glass {
    background: rgba(17, 23, 16, 0.55);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: var(--radius-lg);
  }

  /* ═══ BUTTONS (Uniformes) ═══ */
  .aygo-btn-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: var(--neon);
    color: #0a0f09 !important;
    -webkit-text-fill-color: #0a0f09 !important;
    font-family: var(--font-h);
    font-weight: 700;
    font-size: 0.95rem;
    padding: 14px 30px;
    border-radius: var(--radius-md);
    border: none;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 4px 20px rgba(200, 245, 2, 0.1);
  }

  .aygo-btn-primary i,
  .aygo-btn-primary svg {
    color: #0a0f09 !important;
    stroke: #0a0f09 !important;
  }

  .aygo-btn-primary:hover {
    background: var(--neon-hover);
    transform: translateY(-2px);
    box-shadow: 0 8px 28px rgba(200, 245, 2, 0.2);
  }

  .aygo-btn-outline {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: transparent;
    color: var(--white);
    font-family: var(--font-b);
    font-weight: 600;
    font-size: 0.95rem;
    padding: 14px 28px;
    border-radius: var(--radius-md);
    border: 1px solid rgba(255, 255, 255, 0.12);
    cursor: pointer;
    transition: all 0.3s ease;
  }

  .aygo-btn-outline:hover {
    background: rgba(255, 255, 255, 0.06);
    border-color: rgba(255, 255, 255, 0.25);
    transform: translateY(-2px);
  }

  /* ═══ ANIMATIONS ═══ */
  @media (prefers-reduced-motion: no-preference) {
    .aygo-reveal {
      opacity: 0;
      transform: translateY(30px);
      transition: opacity 0.7s cubic-bezier(0.16, 1, 0.3, 1), transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
    }

    .aygo-reveal.is-visible {
      opacity: 1;
      transform: translateY(0);
    }

    .aygo-d1 {
      transition-delay: 120ms;
    }

    .aygo-d2 {
      transition-delay: 240ms;
    }

    .aygo-d3 {
      transition-delay: 360ms;
    }
  }

  /* ═══ SECTION (Sistema Uniforme) ═══ */
  .aygo-section {
    padding: 96px 0;
  }

  .aygo-section-header {
    text-align: center;
    margin-bottom: 56px;
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 20px;
  }

  .aygo-section-header h2 {
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 700;
    letter-spacing: -0.5px;
    margin-bottom: 16px;
  }

  .aygo-section-header p {
    font-size: 1.05rem;
    color: var(--body-text);
    margin: 0 auto;
    max-width: 520px;
  }

  /* ═══ HERO ═══ */
  .aygo-hero {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    padding: 120px 0 80px;
    overflow: hidden;
  }

  .aygo-hero-bg {
    position: absolute;
    inset: 0;
    background:
      linear-gradient(160deg, rgba(10, 15, 9, 0.97) 0%, rgba(10, 15, 9, 0.82) 60%, rgba(10, 15, 9, 0.65) 100%),
      url('https://images.unsplash.com/photo-1542272604-787c3835535d?q=80&w=2626&auto=format&fit=crop');
    background-size: cover;
    background-position: center;
    z-index: 0;
  }

  .aygo-hero-bg::after {
    content: '';
    position: absolute;
    inset: 0;
    background-image: radial-gradient(rgba(200, 245, 2, 0.03) 1px, transparent 1px);
    background-size: 30px 30px;
  }

  .aygo-hero-row {
    position: relative;
    z-index: 1;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 48px;
  }

  .aygo-hero-text {
    max-width: 600px;
    flex-shrink: 0;
  }

  .aygo-hero h1 {
    font-size: clamp(2.6rem, 5.5vw, 4.8rem);
    text-transform: uppercase;
    letter-spacing: -2px;
    font-weight: 900;
    line-height: 1.05;
    margin-bottom: 1.25rem;
  }

  .aygo-hero .aygo-lead {
    font-size: 1.1rem;
    color: rgba(255, 255, 255, 0.75);
    max-width: 500px;
    margin-bottom: 2rem;
  }

  .aygo-hero-img-wrap {
    position: relative;
    flex-shrink: 0;
    width: 480px;
    height: 600px;
  }

  .aygo-hero-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: bottom;
    animation: aygoFloat 4s ease-in-out infinite;
    filter: drop-shadow(0 24px 32px rgba(0, 0, 0, 0.5));
  }

  @keyframes aygoFloat {

    0%,
    100% {
      transform: translateY(0);
    }

    50% {
      transform: translateY(-16px);
    }
  }

  .aygo-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 1.5rem;
  }

  .aygo-chip {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: rgba(200, 245, 2, 0.05);
    backdrop-filter: blur(6px);
    padding: 8px 16px;
    border-radius: var(--radius-pill);
    font-size: 0.8rem;
    font-weight: 600;
    border: 1px solid rgba(200, 245, 2, 0.12);
    color: rgba(255, 255, 255, 0.85);
  }

  .aygo-hero-btns {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
  }

  /* ═══ STATS ═══ */
  .aygo-stats-section {
    position: relative;
    z-index: 2;
    padding: 56px 0;
    background: var(--dark-alt);
    border-top: 1px solid rgba(200, 245, 2, 0.08);
    border-bottom: 1px solid rgba(200, 245, 2, 0.08);
  }

  .aygo-stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
  }

  .aygo-stat-card {
    text-align: center;
    padding: 28px 16px;
    border-right: 1px solid rgba(200, 245, 2, 0.06);
  }

  .aygo-stat-card:last-child {
    border-right: none;
  }

  .aygo-stat-icon {
    width: 52px;
    height: 52px;
    border-radius: 14px;
    margin: 0 auto 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(200, 245, 2, 0.06);
    border: 1px solid rgba(200, 245, 2, 0.1);
  }

  .aygo-stat-icon i {
    color: var(--neon);
  }

  .aygo-stat-card h3 {
    font-size: 2.4rem;
    font-weight: 900;
    margin: 0 0 4px;
    line-height: 1;
    background: linear-gradient(135deg, var(--neon), #a8d000);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
  }

  .aygo-stat-card p {
    font-size: 0.75rem;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0;
    color: var(--muted);
    letter-spacing: 1.2px;
  }

  /* ═══ CATALOGS ═══ */
  .aygo-catalog-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 28px;
  }

  .aygo-card {
    overflow: hidden;
    position: relative;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    display: flex;
    flex-direction: column;
  }

  .aygo-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 16px 40px rgba(200, 245, 2, 0.06);
  }

  .aygo-card-img-wrap {
    position: relative;
    aspect-ratio: 4/5;
    overflow: hidden;
    border-radius: var(--radius-lg) var(--radius-lg) 0 0;
  }

  .aygo-card-img-wrap::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 50%;
    background: linear-gradient(to top, var(--dark) 0%, transparent 100%);
    pointer-events: none;
  }

  .aygo-card-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
  }

  .aygo-card:hover .aygo-card-img-wrap img {
    transform: scale(1.04);
  }

  .aygo-card-body {
    padding: 28px;
    text-align: center;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    background: var(--dark);
    border: 1px solid rgba(255, 255, 255, 0.04);
    border-top: none;
    border-radius: 0 0 var(--radius-lg) var(--radius-lg);
  }

  .aygo-card-body h3 {
    font-size: 1.35rem;
    font-weight: 700;
    color: var(--white);
    letter-spacing: 0.3px;
    margin-bottom: 6px;
  }

  .aygo-card-body p {
    font-size: 0.9rem;
    color: var(--body-text);
    margin-bottom: 20px;
  }

  .aygo-badge-soon {
    position: absolute;
    top: 16px;
    right: 16px;
    z-index: 3;
    background: var(--neon);
    color: var(--dark-text);
    font-size: 0.7rem;
    font-weight: 800;
    padding: 4px 12px;
    border-radius: var(--radius-pill);
    text-transform: uppercase;
  }

  /* ═══ 3 STEPS (Descanso Visual) ═══ */
  .aygo-steps-section {
    background: var(--off-white);
    padding: 96px 0;
    position: relative;
    overflow: hidden;
  }

  .aygo-steps-texture {
    position: absolute;
    inset: 0;
    pointer-events: none;
    background-image:
      radial-gradient(circle, rgba(10, 15, 9, 0.07) 1.2px, transparent 1.2px),
      radial-gradient(circle, rgba(10, 15, 9, 0.04) 1px, transparent 1px);
    background-size: 36px 36px, 18px 18px;
    background-position: 0 0, 9px 9px;
  }

  /* Aquí los títulos y textos son OSCUROS */
  .aygo-steps-section .aygo-section-header h2 {
    color: var(--dark-text) !important;
    -webkit-text-fill-color: var(--dark-text) !important;
  }

  .aygo-steps-section .aygo-section-header p {
    color: var(--dark-body) !important;
    -webkit-text-fill-color: var(--dark-body) !important;
  }

  .aygo-steps-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 28px;
    position: relative;
    z-index: 1;
  }

  .aygo-step-box {
    padding: 44px 28px 36px;
    border-radius: 20px;
    text-align: center;
    position: relative;
    background: linear-gradient(155deg, rgba(15, 21, 14, 0.94), rgba(22, 32, 20, 0.9));
    border: 1px solid rgba(200, 245, 2, 0.1);
    box-shadow: 0 10px 36px rgba(0, 0, 0, 0.18);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }

  .aygo-step-box:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 44px rgba(0, 0, 0, 0.22);
    border-color: rgba(200, 245, 2, 0.2);
  }

  .aygo-step-icon {
    width: 72px;
    height: 72px;
    border-radius: 20px;
    margin: 0 auto 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, var(--neon), #a8d000);
    box-shadow: 0 6px 20px rgba(200, 245, 2, 0.18);
  }

  .aygo-step-icon i {
    color: var(--dark-text);
  }

  .aygo-step-box h3 {
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--white) !important;
    -webkit-text-fill-color: var(--white) !important;
    margin-bottom: 10px;
  }

  .aygo-step-box p {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.6) !important;
    -webkit-text-fill-color: rgba(255, 255, 255, 0.6) !important;
    margin: 0;
    line-height: 1.65;
  }

  .aygo-step-num {
    position: absolute;
    top: 10px;
    left: 16px;
    font-family: var(--font-h);
    font-size: 4rem;
    font-weight: 900;
    color: rgba(200, 245, 2, 0.06);
    line-height: 1;
  }

  /* ═══ SOCIAL PROOF / CARRUSEL ═══ */
  .aygo-proof-section {
    padding: 96px 0;
    background: var(--dark-alt);
    overflow: hidden;
  }

  .aygo-carousel-track {
    display: flex;
    gap: 14px;
    width: max-content;
    animation: aygoScroll 45s linear infinite;
  }

  .aygo-carousel-track:hover {
    animation-play-state: paused;
  }

  @keyframes aygoScroll {
    0% {
      transform: translateX(0);
    }

    100% {
      transform: translateX(-50%);
    }
  }

  .aygo-carousel-item {
    flex-shrink: 0;
    width: 280px;
    height: 280px;
    border-radius: var(--radius-lg);
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.04);
  }

  .aygo-carousel-item img,
  .aygo-carousel-item video {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  /* ═══ MAP + LOCATION ═══ */
  .aygo-location-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
    gap: 56px;
    align-items: center;
  }

  .aygo-location-list li {
    margin-bottom: 16px;
    display: flex;
    gap: 14px;
    align-items: flex-start;
    font-size: 1rem;
    color: var(--body-text);
  }

  .aygo-location-list li i {
    color: var(--neon);
    margin-top: 3px;
    flex-shrink: 0;
  }

  .aygo-map-outer {
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    height: 420px;
    box-shadow:
      0 0 0 1px rgba(200, 245, 2, 0.12),
      0 0 50px rgba(200, 245, 2, 0.04),
      0 16px 48px rgba(0, 0, 0, 0.4);
  }

  /* Borde luminoso gradiente */
  .aygo-map-outer::before {
    content: '';
    position: absolute;
    inset: -2px;
    border-radius: 22px;
    z-index: 2;
    pointer-events: none;
    background: linear-gradient(135deg, rgba(200, 245, 2, 0.3), transparent 40%, transparent 60%, rgba(200, 245, 2, 0.2));
    -webkit-mask: linear-gradient(#fff 0, #fff 0) content-box, linear-gradient(#fff 0, #fff 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    padding: 2px;
  }

  .aygo-map-outer iframe {
    width: 100%;
    height: 100%;
    border: none;
    filter: invert(90%) hue-rotate(180deg) brightness(0.7) contrast(1.2) saturate(0.3);
  }

  /* ═══ FAQ ═══ */
  .aygo-faq-section {
    background: var(--dark-alt);
  }

  .aygo-faq-list {
    max-width: 760px;
    margin: 0 auto;
  }

  .aygo-faq-item {
    margin-bottom: 10px;
    border-radius: var(--radius-lg);
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.05);
    background: rgba(17, 23, 16, 0.5);
    backdrop-filter: blur(6px);
    transition: border-color 0.3s, background 0.3s;
  }

  .aygo-faq-item:hover {
    border-color: rgba(200, 245, 2, 0.12);
  }

  .aygo-faq-question {
    width: 100%;
    background: transparent;
    border: none;
    color: var(--white);
    font-family: var(--font-h);
    font-size: 1.05rem;
    font-weight: 600;
    padding: 22px 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    text-align: left;
    transition: color 0.3s;
  }

  .aygo-faq-question:hover {
    color: var(--neon);
  }

  .aygo-faq-question:focus-visible {
    outline: 2px solid var(--neon);
    outline-offset: -2px;
    border-radius: var(--radius-lg);
  }

  .aygo-faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  }

  .aygo-faq-answer-inner {
    padding: 0 24px 22px;
    font-size: 0.95rem;
    line-height: 1.7;
    color: var(--body-text);
  }

  /* ACTIVO: fondo verde neón + texto negro (contraste WCAG AAA) */
  .aygo-faq-item.active {
    border-color: var(--neon) !important;
    background: var(--neon) !important;
  }

  .aygo-faq-item.active .aygo-faq-question {
    color: var(--dark-text) !important;
    -webkit-text-fill-color: var(--dark-text) !important;
  }

  .aygo-faq-item.active .aygo-faq-answer {
    max-height: 500px;
  }

  .aygo-faq-item.active .aygo-faq-answer-inner {
    color: #1a2518 !important;
    -webkit-text-fill-color: #1a2518 !important;
  }

  .aygo-faq-chevron {
    transition: transform 0.35s ease;
    color: var(--neon);
    flex-shrink: 0;
    margin-left: 14px;
  }

  .aygo-faq-item.active .aygo-faq-chevron {
    transform: rotate(180deg);
    color: var(--dark-text) !important;
  }

  /* ═══ SOCIAL SECTION ═══ */
  .aygo-social-section {
    padding: 64px 0;
    background: var(--dark-alt);
    text-align: center;
    border-top: 1px solid rgba(255, 255, 255, 0.03);
  }

  .aygo-social-icons {
    display: flex;
    justify-content: center;
    gap: 16px;
    margin-top: 32px;
  }

  .aygo-social-link {
    width: 56px;
    height: 56px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(200, 245, 2, 0.05);
    border: 1px solid rgba(200, 245, 2, 0.1);
    transition: all 0.3s ease;
    color: var(--white);
  }

  .aygo-social-link:hover {
    background: var(--neon);
    border-color: var(--neon);
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(200, 245, 2, 0.15);
  }

  .aygo-social-link:hover svg {
    fill: var(--dark-text);
  }

  .aygo-social-link svg {
    width: 22px;
    height: 22px;
    fill: var(--white);
    transition: fill 0.3s ease;
  }

  /* ═══ FOOTER ═══ */
  .aygo-footer {
    text-align: center;
    padding: 80px 0 36px;
    background: #060906;
    border-top: 1px solid rgba(255, 255, 255, 0.03);
  }

  .aygo-footer h2 {
    margin-bottom: 16px;
  }

  .aygo-footer-credits {
    margin-top: 48px;
    padding-top: 24px;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
  }

  .aygo-footer-credits p {
    font-size: 0.8rem;
    color: var(--muted);
    margin: 0;
  }

  .aygo-footer-credits a {
    color: var(--neon);
    font-weight: 600;
    transition: opacity 0.3s;
  }

  .aygo-footer-credits a:hover {
    opacity: 0.75;
  }

  /* ═══ FLOATING WA ═══ */
  .aygo-fab {
    position: fixed;
    bottom: 28px;
    right: 28px;
    background: #25D366;
    color: white;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 18px rgba(37, 211, 102, 0.35);
    z-index: 9999;
    transition: transform 0.3s ease;
  }

  .aygo-fab:hover {
    transform: scale(1.1);
  }

  .aygo-fab::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #25D366;
    border-radius: 50%;
    z-index: -1;
    animation: aygoPulse 2.2s infinite;
  }

  @keyframes aygoPulse {
    0% {
      transform: scale(1);
      opacity: 0.6;
    }

    100% {
      transform: scale(1.5);
      opacity: 0;
    }
  }

  /* ═══ MOBILE BOTTOM NAV (App-Style with Sliding Pill) ═══ */
  .aygo-bottom-nav {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10000;
    background: rgba(8, 12, 7, 0.94);
    backdrop-filter: blur(24px);
    -webkit-backdrop-filter: blur(24px);
    border-top: 1px solid rgba(200, 245, 2, 0.08);
    padding: 0 0 env(safe-area-inset-bottom, 0px);
    box-shadow: 0 -4px 30px rgba(0, 0, 0, 0.5);
  }

  .aygo-bottom-nav-grid {
    display: flex;
    justify-content: space-around;
    align-items: stretch;
    max-width: 480px;
    margin: 0 auto;
    position: relative;
    padding: 0 4px;
  }

  /* Sliding green pill indicator */
  .aygo-nav-pill {
    position: absolute;
    top: 6px;
    bottom: 6px;
    left: 0;
    width: 20%;
    /* 1/5 of items */
    border-radius: 14px;
    background: var(--neon);
    box-shadow: 0 2px 16px rgba(200, 245, 2, 0.25);
    transition: transform 0.35s cubic-bezier(0.4, 0, 0.15, 1);
    z-index: 0;
    pointer-events: none;
  }

  /* KILL PINK: Forzar eliminación total del highlight rosado del navegador */
  .aygo-bottom-nav,
  .aygo-bottom-nav *,
  .aygo-bottom-nav *::before,
  .aygo-bottom-nav *::after,
  .aygo-nav-item,
  .aygo-nav-item * {
    -webkit-tap-highlight-color: transparent !important;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
    -webkit-touch-callout: none !important;
    -webkit-user-select: none !important;
    user-select: none !important;
    outline: none !important;
    outline: 0 !important;
  }

  .aygo-nav-item:focus,
  .aygo-nav-item:active,
  .aygo-nav-item:focus-visible,
  .aygo-nav-item:focus-within,
  .aygo-nav-item:-webkit-any(:focus, :active) {
    outline: none !important;
    outline: 0 !important;
    background-color: transparent !important;
    box-shadow: none !important;
    -webkit-tap-highlight-color: transparent !important;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
  }

  .aygo-nav-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2px;
    padding: 10px 4px;
    background: transparent !important;
    border: none;
    color: rgba(255, 255, 255, 0.4);
    font-family: var(--font-b);
    font-size: 0.6rem;
    font-weight: 600;
    letter-spacing: 0.3px;
    cursor: pointer;
    transition: color 0.3s ease;
    text-transform: uppercase;
    -webkit-tap-highlight-color: transparent !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    position: relative;
    z-index: 1;
    flex: 1;
    touch-action: manipulation;
  }

  .aygo-nav-item svg {
    transition: all 0.3s ease;
    stroke: rgba(255, 255, 255, 0.4);
    pointer-events: none;
  }

  /* Active item (pill is behind it) */
  .aygo-nav-item.is-active {
    color: #0a0f09 !important;
    -webkit-text-fill-color: #0a0f09 !important;
    font-weight: 800;
    background: transparent !important;
  }

  .aygo-nav-item.is-active svg {
    stroke: #0a0f09 !important;
    color: #0a0f09 !important;
  }

  /* ═══ RESPONSIVE ═══ */
  @media (max-width: 960px) {
    .aygo-hero-row {
      flex-direction: column-reverse;
      text-align: center;
    }

    .aygo-hero-img-wrap {
      width: 280px;
      height: 380px;
      margin: 0 auto;
    }

    .aygo-hero .aygo-lead {
      margin-left: auto;
      margin-right: auto;
    }

    .aygo-chips {
      justify-content: center;
    }

    .aygo-hero-btns {
      justify-content: center;
    }

    .aygo-location-grid {
      grid-template-columns: 1fr;
    }
  }

  @media (max-width: 768px) {

    /* Mostrar nav inferior */
    .aygo-bottom-nav {
      display: block;
    }

    /* Espacio inferior para que el contenido no se tape */
    #aygo-landing-wrapper {
      padding-bottom: 72px !important;
    }

    /* Ocultar FAB en móvil porque ya tenemos el nav con WhatsApp */
    .aygo-fab {
      bottom: 80px;
      right: 16px;
      width: 48px;
      height: 48px;
    }

    .aygo-hero {
      min-height: auto;
      padding: 80px 0 48px;
    }

    .aygo-hero h1 {
      font-size: 2.2rem;
      letter-spacing: -1px;
    }

    .aygo-hero .aygo-lead {
      font-size: 1rem;
    }

    .aygo-section {
      padding: 64px 0;
    }

    .aygo-section-header {
      margin-bottom: 40px;
    }

    .aygo-section-header h2 {
      font-size: 1.75rem;
    }

    .aygo-stats-grid {
      grid-template-columns: 1fr 1fr;
    }

    .aygo-stat-card {
      border-right: none;
      border-bottom: 1px solid rgba(200, 245, 2, 0.05);
      padding: 20px 12px;
    }

    .aygo-stat-card:nth-child(even) {
      border-right: none;
    }

    .aygo-stat-card:nth-last-child(-n+2) {
      border-bottom: none;
    }

    .aygo-stat-card h3 {
      font-size: 2rem;
    }

    .aygo-catalog-grid {
      grid-template-columns: 1fr;
      gap: 20px;
    }

    .aygo-steps-grid {
      grid-template-columns: 1fr;
      gap: 20px;
    }

    .aygo-steps-section {
      padding: 64px 0;
    }

    .aygo-proof-section {
      padding: 64px 0;
    }

    .aygo-carousel-item {
      width: 200px;
      height: 200px;
    }

    .aygo-map-outer {
      height: 280px;
    }

    .aygo-faq-question {
      font-size: 0.95rem;
      padding: 18px 20px;
    }

    .aygo-faq-answer-inner {
      padding: 0 20px 18px;
      font-size: 0.9rem;
    }

    .aygo-footer {
      padding: 56px 0 88px;
    }
  }

  @media (max-width: 480px) {
    .aygo-hero h1 {
      font-size: 1.9rem;
    }

    .aygo-chips {
      gap: 6px;
    }

    .aygo-chip {
      font-size: 0.72rem;
      padding: 6px 12px;
    }

    .aygo-btn-primary {
      padding: 12px 22px;
      font-size: 0.85rem;
    }

    .aygo-btn-outline {
      padding: 12px 20px;
      font-size: 0.85rem;
    }

    .aygo-section-header h2 {
      font-size: 1.55rem;
    }

    .aygo-stat-card h3 {
      font-size: 1.7rem;
    }

    .aygo-catalog-grid {
      grid-template-columns: 1fr;
    }
  }

  /* Brand wordmark */
  .aygo-brand {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 20px;
  }

  .aygo-brand img {
    width: 56px;
    height: auto;
    flex-shrink: 0;
  }

  .aygo-brand-name {
    font-family: var(--font-h);
    font-weight: 900;
    font-size: clamp(1.35rem, 2.5vw, 1.75rem);
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--white);
    line-height: 1;
    margin: 0;
  }

  .aygo-brand-name span {
    color: var(--neon);
  }

  @media (max-width: 960px) {
    .aygo-brand {
      justify-content: center;
    }
  }

