/* ════════════════════════════════════════════════════════════
   GrupoNEXT SpA · Tienda Online
   Sistema visual: blanco predominante, inspirado en apple.com
   ════════════════════════════════════════════════════════════ */

:root {
  --bg:        #ffffff;
  --bg-soft:   #f5f5f7;
  --bg-soft-2: #fbfbfd;
  --ink:       #1d1d1f;
  --ink-2:     #424245;
  --ink-3:     #6e6e73;
  --ink-4:     #86868b;
  --line:      #d2d2d7;
  --line-soft: #e8e8ed;
  --blue:      #0071e3;
  --blue-dark: #0058b9;
  --red:       #e30613;
  --green:     #1d7a3c;
  --radius-sm: 10px;
  --radius-md: 18px;
  --radius-lg: 28px;
  --font: -apple-system, "SF Pro Display", "SF Pro Text", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  --maxw: 1180px;
}

* , *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--font);
  background: var(--bg);
  color: var(--ink);
  -webkit-font-smoothing: antialiased;
  font-size: 15px;
  line-height: 1.47;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
button { font-family: var(--font); cursor: pointer; }
ul { margin: 0; padding: 0; list-style: none; }

.wrap { max-width: var(--maxw); margin: 0 auto; padding: 0 22px; }

/* ════ NAV ════════════════════════════════════ */
.nav {
  position: sticky; top: 0; z-index: 50;
  background: rgba(255,255,255,.82);
  backdrop-filter: saturate(180%) blur(20px);
  border-bottom: 1px solid var(--line-soft);
}
.nav-inner {
  max-width: var(--maxw); margin: 0 auto; padding: 0 22px;
  height: 52px; display: flex; align-items: center; justify-content: space-between;
  gap: 20px;
}
.nav-brand {
  display: flex; align-items: center; gap: 9px;
  font-size: 15px; font-weight: 600; letter-spacing: -.01em; color: var(--ink);
  flex-shrink: 0;
}
.nav-brand .dot { width: 8px; height: 8px; border-radius: 50%; background: var(--blue); flex-shrink:0; }
.nav-links {
  display: flex; align-items: center; gap: 28px;
  font-size: 12.5px; font-weight: 400; color: var(--ink);
  flex: 1; justify-content: center;
  overflow-x: auto;
  scrollbar-width: none;
}
.nav-links::-webkit-scrollbar { display: none; }
.nav-links a { white-space: nowrap; opacity: .92; transition: opacity .15s; }
.nav-links a:hover { opacity: 1; color: var(--blue); }
.nav-right { display: flex; align-items: center; gap: 18px; flex-shrink: 0; }
.nav-icon-btn {
  position: relative; display: flex; align-items: center; justify-content: center;
  width: 30px; height: 30px; color: var(--ink);
}
.nav-icon-btn svg { width: 18px; height: 18px; }
.cart-count {
  position: absolute; top: -2px; right: -4px;
  background: var(--blue); color: #fff; font-size: 9.5px; font-weight: 700;
  min-width: 16px; height: 16px; border-radius: 8px;
  display: flex; align-items: center; justify-content: center; padding: 0 3px;
}

/* ════ HERO ═══════════════════════════════════ */
.hero {
  background: var(--bg-soft);
  text-align: center;
  padding: 88px 22px 64px;
}
.hero-eyebrow {
  font-size: 13px; font-weight: 600; color: var(--blue);
  letter-spacing: .04em; margin-bottom: 12px;
  text-transform: uppercase;
}

.slide h1 {
  font-size: clamp(32px, 4.5vw, 52px);
  font-weight: 600;
  letter-spacing: -.024em;
  color: #FFFFFF;
  margin: 0 0 16px;
  line-height: 1.08;
}

.slide p {
  font-size: clamp(16px, 1.8vw, 18px);
  color: #FFFFFF;
  max-width: 540px;
  margin: 0 auto 32px;
  font-weight: 400;
  line-height: 1.55;
  letter-spacing: -.005em;
}


.hero h1 {
  font-size: clamp(34px, 5vw, 56px);
  font-weight: 600; letter-spacing: -.022em; color: var(--ink);
  margin: 0 0 14px; line-height: 1.07;
}
.hero p {
  font-size: 19px; color: var(--ink-3); max-width: 560px; margin: 0 auto 28px;
  font-weight: 400;
}
.hero-actions { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }

.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  border-radius: 980px; padding: 11px 24px; font-size: 14.5px; font-weight: 500;
  border: 1px solid transparent; transition: all .18s; white-space: nowrap;
}
.btn-primary { background: var(--blue); color: #fff; }
.btn-primary:hover { background: var(--blue-dark); }
.btn-outline { background: transparent; color: var(--blue); border-color: var(--blue); }
.btn-outline:hover { background: rgba(0,113,227,.06); }
.btn-dark { background: var(--ink); color: #fff; }
.btn-dark:hover { background: #000; }
.btn-block { width: 100%; }
.btn-lg { padding: 14px 28px; font-size: 16px; border-radius: var(--radius-sm); }
.btn:disabled { opacity: .4; cursor: not-allowed; }

/* ════ CATEGORÍAS — GRID DE TARJETAS ══════════ */
.section { padding: 64px 0; }
.section-head { text-align: center; margin-bottom: 36px; }
.section-head h2 {
  font-size: clamp(26px, 3.4vw, 36px); font-weight: 600; letter-spacing: -.018em;
  color: var(--ink); margin: 0 0 8px;
}
.section-head p { color: var(--ink-3); font-size: 16px; margin: 0; }

.cat-grid {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 16px;
}
.cat-card {
  background: var(--bg-soft); border-radius: var(--radius-md);
  padding: 32px 26px; text-align: left; min-height: 220px;
  display: flex; flex-direction: column; justify-content: space-between;
  transition: transform .25s ease, box-shadow .25s ease;
  overflow: hidden; position: relative;
}
.cat-card:hover { transform: translateY(-3px); box-shadow: 0 16px 40px rgba(0,0,0,.08); }
.cat-card .cat-img {
  position: absolute; right: -10px; bottom: -10px; width: 130px; height: 130px;
  object-fit: contain; opacity: .95;
}
.cat-card h3 { font-size: 21px; font-weight: 600; letter-spacing: -.01em; margin: 0 0 6px; position: relative; z-index: 1;}
.cat-card span.cta { font-size: 13.5px; color: var(--blue); font-weight: 500; position: relative; z-index: 1;}

/* ════ PRODUCT GRID ════════════════════════════ */
.prod-grid {
  display: grid; grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
  gap: 16px;
}
.prod-card {
  background: var(--bg-soft); border-radius: var(--radius-md);
  padding: 28px 22px 24px; text-align: center; position: relative;
  transition: transform .22s ease, box-shadow .22s ease;
  display: flex; flex-direction: column;
}
.prod-card:hover { transform: translateY(-3px); box-shadow: 0 14px 34px rgba(0,0,0,.07); }
.prod-card .badge-tag {
  position: absolute; top: 14px; left: 14px;
  background: var(--ink); color: #fff; font-size: 10.5px; font-weight: 600;
  padding: 4px 9px; border-radius: 999px; letter-spacing: .02em;
}
.prod-card .badge-tag.oferta { background: var(--red); }
.prod-card .prod-img-wrap {
  height: 150px; display: flex; align-items: center; justify-content: center; margin-bottom: 16px;
}
.prod-card .prod-img-wrap img { max-height: 140px; }
.prod-card .prod-img-wrap .ph {
  width: 100%; height: 100%; display: flex; align-items: center; justify-content: center;
  color: var(--ink-4);
}
.prod-card h3 {
  font-size: 14.5px; font-weight: 500; color: var(--ink); margin: 0 0 8px;
  line-height: 1.35; min-height: 38px;
}
.prod-card .price-row { margin-bottom: 14px; }
.prod-card .price { font-size: 17px; font-weight: 600; color: var(--ink); }
.prod-card .price-old { font-size: 13px; color: var(--ink-4); text-decoration: line-through; margin-right: 6px; }
.prod-card .price.oferta { color: var(--red); }
.prod-card .stock-warn { font-size: 12px; color: var(--red); font-weight: 500; margin-bottom: 8px; }
.prod-card form { margin-top: auto; }

/* ════ FILTROS / TOOLBAR DE LISTA ═════════════ */
.toolbar {
  display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 12px;
  margin-bottom: 28px; padding-bottom: 18px; border-bottom: 1px solid var(--line-soft);
}
.toolbar h1 { font-size: 28px; font-weight: 600; letter-spacing: -.015em; margin: 0; }
.toolbar .count { color: var(--ink-3); font-size: 14px; }
.chips { display: flex; gap: 8px; flex-wrap: wrap; }
.chip {
  padding: 7px 16px; border-radius: 999px; font-size: 13px; font-weight: 500;
  background: var(--bg-soft); color: var(--ink-2); border: 1px solid transparent;
  transition: background .15s;
}
.chip.active { background: var(--ink); color: #fff; }
.chip:hover:not(.active) { background: var(--line-soft); }

/* ════ PRODUCT DETAIL ══════════════════════════ */
.pd-grid { display: grid; grid-template-columns: 1.1fr 1fr; gap: 60px; align-items: start; }
@media (max-width: 860px) { .pd-grid { grid-template-columns: 1fr; gap: 32px; } }
.pd-gallery {
  background: var(--bg-soft); border-radius: var(--radius-lg);
  aspect-ratio: 1; display: flex; align-items: center; justify-content: center; padding: 40px;
}
.pd-gallery img { max-height: 100%; max-width: 100%; object-fit: contain; }
.pd-info .breadcrumb { font-size: 12.5px; color: var(--ink-3); margin-bottom: 14px; }
.pd-info .breadcrumb a:hover { color: var(--blue); }
.pd-info h1 { font-size: 30px; font-weight: 600; letter-spacing: -.016em; margin: 0 0 8px; }
.pd-info .sku { font-size: 12.5px; color: var(--ink-4); margin-bottom: 18px; }
.pd-info .price-block { margin-bottom: 22px; padding-bottom: 22px; border-bottom: 1px solid var(--line-soft); }
.pd-info .price-now { font-size: 30px; font-weight: 600; color: var(--ink); }
.pd-info .price-now.oferta { color: var(--red); }
.pd-info .price-prev { font-size: 16px; color: var(--ink-4); text-decoration: line-through; margin-left: 10px; }
.pd-info .desc-short { color: var(--ink-2); font-size: 15.5px; margin-bottom: 22px; line-height: 1.55; }
.pd-info .stock-line { font-size: 13.5px; margin-bottom: 20px; font-weight: 500; }
.pd-info .stock-line.ok { color: var(--green); }
.pd-info .stock-line.low { color: #b46900; }
.pd-info .stock-line.out { color: var(--red); }
.qty-row { display: flex; align-items: center; gap: 14px; margin-bottom: 18px; }
.qty-control { display: flex; align-items: center; border: 1px solid var(--line); border-radius: var(--radius-sm); overflow: hidden; }
.qty-control button { background: var(--bg-soft); border: none; width: 36px; height: 40px; font-size: 16px; }
.qty-control input { width: 46px; text-align: center; border: none; font-size: 15px; height: 40px; }
.pd-desc-full { margin-top: 56px; border-top: 1px solid var(--line-soft); padding-top: 36px; }
.pd-desc-full h2 { font-size: 21px; font-weight: 600; margin: 0 0 14px; }
.pd-desc-full .body { color: var(--ink-2); font-size: 15.5px; line-height: 1.7; white-space: pre-line; }

/* ════ CART / CHECKOUT ════════════════════════ */
.cart-layout { display: grid; grid-template-columns: 1fr 360px; gap: 40px; align-items: start; }
@media (max-width: 860px) { .cart-layout { grid-template-columns: 1fr; } }
.cart-item {
  display: grid; grid-template-columns: 76px 1fr auto; gap: 16px; align-items: center;
  padding: 20px 0; border-bottom: 1px solid var(--line-soft);
}
.cart-item .ci-img { width: 76px; height: 76px; border-radius: 12px; background: var(--bg-soft); display:flex; align-items:center; justify-content:center; }
.cart-item .ci-img img { max-width: 60px; max-height: 60px; }
.cart-item .ci-name { font-size: 15px; font-weight: 500; margin-bottom: 4px; }
.cart-item .ci-price { font-size: 13.5px; color: var(--ink-3); }
.cart-item .ci-actions { display: flex; flex-direction: column; align-items: flex-end; gap: 8px; }
.cart-item .ci-remove { font-size: 12.5px; color: var(--ink-4); }
.cart-item .ci-remove:hover { color: var(--red); }
.cart-empty { text-align: center; padding: 80px 20px; color: var(--ink-3); }
.cart-empty svg { width: 56px; height: 56px; color: var(--ink-4); margin-bottom: 18px; }

.summary-card {
  background: var(--bg-soft); border-radius: var(--radius-md); padding: 26px 24px;
  position: sticky; top: 80px;
}
.summary-card h2 { font-size: 18px; font-weight: 600; margin: 0 0 18px; }
.summary-row { display: flex; justify-content: space-between; font-size: 14px; color: var(--ink-2); margin-bottom: 10px; }
.summary-row.total { font-size: 17px; font-weight: 600; color: var(--ink); border-top: 1px solid var(--line); padding-top: 14px; margin-top: 10px; }

.checkout-form { max-width: 460px; }
.field-group { margin-bottom: 16px; }
.field-group label { display: block; font-size: 13px; font-weight: 500; color: var(--ink-2); margin-bottom: 6px; }
.field-group input, .field-group textarea, .field-group select {
  width: 100%; padding: 11px 14px; border: 1px solid var(--line); border-radius: var(--radius-sm);
  font-size: 14.5px; font-family: var(--font); background: #fff; color: var(--ink);
}
.field-group input:focus, .field-group textarea:focus, .field-group select:focus {
  outline: none; border-color: var(--blue); box-shadow: 0 0 0 3px rgba(0,113,227,.12);
}
.field-row-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.req { color: var(--red); }
.error-msg {
  background: #fdecec; border: 1px solid #f5b8b8; color: #9b1212;
  border-radius: var(--radius-sm); padding: 12px 16px; font-size: 13.5px; margin-bottom: 18px;
}

/* ════ FOOTER ═════════════════════════════════ */
.footer { background: var(--bg-soft); border-top: 1px solid var(--line-soft); padding: 48px 0 28px; margin-top: 40px; }
.footer-cols { display: grid; grid-template-columns: repeat(auto-fit, minmax(160px,1fr)); gap: 28px; margin-bottom: 28px; }
.footer-col h4 { font-size: 12.5px; font-weight: 600; color: var(--ink); margin: 0 0 14px; }
.footer-col a, .footer-col p { display: block; font-size: 12.5px; color: var(--ink-3); margin-bottom: 10px; }
.footer-col a:hover { color: var(--blue); }
.footer-bottom { border-top: 1px solid var(--line-soft); padding-top: 18px; font-size: 11.5px; color: var(--ink-4); display: flex; justify-content: space-between; flex-wrap: wrap; gap: 8px; }

/* ════ UTILITIES ══════════════════════════════ */
.empty-state { text-align: center; padding: 60px 20px; color: var(--ink-3); }
.page-title { font-size: 30px; font-weight: 600; letter-spacing: -.016em; margin: 36px 0 28px; }
@media (max-width: 700px) {
  .hero { padding: 64px 18px 48px; }
  .pd-grid { gap: 24px; }
}



/* ==========================================================================
   HERO SLIDER SYSTEM (Apple Style)
   ========================================================================== */
.slider-container {
  position: relative;
  width: 100%;
  height: clamp(420px, 60vh, 580px);
  overflow: hidden;
  background: var(--bg-soft);
  border-bottom: 1px solid var(--line-soft);
}

.slider {
  width: 100%;
  height: 100%;
  position: relative;
}

.slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 22px;
  transition: opacity 0.8s cubic-bezier(0.25, 1, 0.5, 1), visibility 0.8s;
  z-index: 1;
}

.slide.active {
  opacity: 1;
  visibility: visible;
  z-index: 2;
}

.slide-content {
  max-width: 720px;
  margin: 0 auto;
  transform: translateY(20px);
  transition: transform 0.7s cubic-bezier(0.25, 1, 0.5, 1);
}

.slide.active .slide-content {
  transform: translateY(0);
}

.slide h1 {
  font-size: clamp(32px, 4.5vw, 52px);
  font-weight: 600;
  letter-spacing: -.022em;
  color: #ffffff;
  margin: 0 0 16px;
  line-height: 1.1;
}

.slide p {
  font-size: clamp(16px, 2vw, 19px);
  color: #ffffff;
  max-width: 580px;
  margin: 0 auto 32px;
  font-weight: 400;
  line-height: 1.5;
}

/* Flechas de Navegación */
.slider-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.6);
  border: none;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--ink-2);
  backdrop-filter: blur(8px);
  cursor: pointer;
  z-index: 10;
  transition: background 0.2s, color 0.2s, opacity 0.2s;
  opacity: 0;
}

.slider-container:hover .slider-arrow {
  opacity: 1;
}

.slider-arrow:hover {
  background: rgba(255, 255, 255, 0.9);
  color: var(--blue);
}

.slider-arrow.prev { left: 24px; }
.slider-arrow.next { right: 24px; }

/* Indicadores de Puntos (Dots) */
.slider-dots {
  position: absolute;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 10px;
  z-index: 10;
}

.slider-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--line);
  cursor: pointer;
  transition: background 0.3s, transform 0.3s;
}

.slider-dot:hover {
  background: var(--ink-4);
}

.slider-dot.active {
  background: var(--blue);
  transform: scale(1.2);
}

/* Ajuste móvil para pantallas táctiles */
@media (max-width: 768px) {
  .slider-container { height: 440px; }
  .slider-arrow { display: none; } /* Ocultar flechas en móvil para usar swipe/dots */
  .slider-dots { bottom: 16px; }
}



/* ==========================================================================
   NAV RESPONSIVE & MENÚ MÓVIL (Apple Style)
   Bloque consolidado — antes existían dos @media (max-width:700px)
   separados que se pisaban entre sí (uno ponía display:block, el otro
   display:flex !important) y al menú le faltaba overflow-y, por eso
   no se podía desplazar por las opciones ni se veía bien.
   ========================================================================== */
.nav-toggle {
  display: none;
  background: none;
  border: none;
  width: 18px;
  height: 18px;
  position: relative;
  flex-direction: column;
  justify-content: space-between;
  padding: 0;
  z-index: 100;
  cursor: pointer;
}

.nav-toggle span {
  width: 100%;
  height: 1.2px;
  background-color: var(--ink);
  transition: transform 0.25s cubic-bezier(0.4, 0, 0.2, 1), top 0.25s;
  position: relative;
}

/* Animación de hamburguesa a "X" */
.nav-toggle.active .line-1 { transform: translateY(4px) rotate(45deg); }
.nav-toggle.active .line-2 { transform: translateY(-4px) rotate(-45deg); }

.nav-menu-wrapper {
  flex: 1;
  display: flex;
  justify-content: center;
}

.nav-mobile-footer {
  display: none; /* Oculto por defecto en escritorio */
}

/* ─── Dropdown de subcategorías (escritorio) ─── */
.nav-dropdown {
  position: relative;
  display: inline-flex;
}
.nav-dropdown-toggle {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}
.nav-caret {
  font-size: 10px;
  transition: transform .2s ease;
  opacity: .6;
}
.nav-dropdown:hover .nav-caret { transform: rotate(180deg); }
.nav-dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  margin-top: 14px;
  min-width: 220px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 12px 32px rgba(0,0,0,.12);
  border: 1px solid var(--line-soft, #eee);
  padding: 8px;
  display: flex;
  flex-direction: column;
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: opacity .18s ease, transform .18s ease, visibility .18s;
  z-index: 50;
}
.nav-dropdown:hover .nav-dropdown-menu,
.nav-dropdown:focus-within .nav-dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.nav-dropdown-item {
  padding: 9px 12px;
  border-radius: 8px;
  font-size: 14px;
  white-space: nowrap;
  color: var(--ink, #1d1d1f);
}
.nav-dropdown-item:hover { background: #f5f5f7; opacity: 1; }
.nav-dropdown-item-all {
  font-weight: 600;
  border-bottom: 1px solid var(--line-soft, #eee);
  margin-bottom: 4px;
  padding-bottom: 12px;
}

/* ─── Links legales en el menú móvil ─── */
.nav-mobile-legal {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 14px 0;
  font-size: 14px;
  opacity: .8;
}

@media (max-width: 700px) {
  /* En móvil el dropdown se muestra siempre expandido, sin hover */
  .nav-dropdown { display: flex; flex-direction: column; width: 100%; }
  .nav-dropdown-menu {
    position: static;
    box-shadow: none;
    border: none;
    opacity: 1;
    visibility: visible;
    transform: none;
    margin-top: 10px;
    margin-left: 14px;
    padding: 0;
    gap: 14px;
  }
  .nav-dropdown-item {
    font-size: 17px;
    padding: 0;
    border-bottom: none !important;
    opacity: .85;
  }
  .nav-dropdown-item-all { font-weight: 600; }
}


@media (max-width: 700px) {
  .nav-links { display: none; } /* ocultamos la versión "inline" de escritorio dentro del wrapper en su estado normal */

  .nav-toggle {
    display: flex; /* Mostrar en móviles */
  }

  .nav-menu-wrapper {
    position: fixed;
    top: 52px; /* Altura exacta del nav */
    left: 0;
    width: 100%;
    height: calc(100vh - 52px);
    height: calc(100dvh - 52px); /* corrige la barra de direcciones en navegadores móviles */
    background: #ffffff;
    z-index: 90;

    display: flex;
    flex-direction: column;
    justify-content: flex-start;

    padding: 30px 40px;
    overflow-y: auto;                 /* ← permite desplazarse por las opciones */
    -webkit-overflow-scrolling: touch;

    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s;

    pointer-events: none; /* evita bloquear clics cuando está cerrado */
  }

  /* Cuando el menú esté abierto */
  .nav-menu-wrapper.open {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
  }

  .nav-links {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    font-size: 24px; /* Tipografía grande e impactante estilo Apple */
    font-weight: 500;
    overflow-x: visible;
    flex-shrink: 0;
  }

  .nav-links a {
    width: 100%;
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 0.3s ease, transform 0.3s ease;
    border-bottom: 1px solid var(--line-soft);
    padding-bottom: 12px;
  }

  /* Animación secuencial de aparición de enlaces */
  .nav-menu-wrapper.open .nav-links a {
    opacity: 1;
    transform: translateY(0);
  }

  .nav-mobile-footer {
    display: block;
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid var(--line-soft);
    flex-shrink: 0;
    opacity: 0;
    transform: translateY(15px);
    transition: opacity 0.4s ease 0.2s, transform 0.4s ease 0.2s;
  }

  /* Animación cuando el menú se abre */
  .nav-menu-wrapper.open .nav-mobile-footer {
    opacity: 1;
    transform: translateY(0);
  }

  .nav-mobile-footer p {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: var(--ink-3);
    margin: 0 0 12px 0;
  }

  /* Botón de WhatsApp Premium */
  .mobile-wa-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background-color: #25D366;
    color: #ffffff !important;
    font-size: 15px;
    font-weight: 600;
    padding: 12px;
    border-radius: var(--radius-sm);
    width: 100%;
    box-shadow: 0 4px 12px rgba(37, 211, 102, 0.2);
    margin-bottom: 24px;
    border: none !important;
  }

  /* Redes Sociales en el menú */
  .mobile-socials {
    display: flex;
    justify-content: center;
    gap: 28px;
    font-size: 22px;
    color: var(--ink-2);
    padding-bottom: 10px;
  }

  .mobile-socials a {
    border: none !important;
    padding: 0 !important;
    width: auto !important;
    opacity: 0.8;
  }

  .mobile-socials a:hover {
    color: var(--blue);
    opacity: 1;
  }
}