/* ==========================================================================
   Distribuidora Pex — Higiene Institucional en Rosario
   styles.css
   --------------------------------------------------------------------------
   NOTA: Las animaciones (pulse, barrido del hero, marquesinas, AOS) se
   ejecutan SIEMPRE, sin depender de "prefers-reduced-motion", tal como fue
   solicitado. No se incluye ninguna media query que las desactive.
   ========================================================================== */

/* ---------- 1. Tokens ---------- */
:root {
  --primary: #167099;
  --primary-light: #1e8fc2;
  --primary-lighter: #3fb0e0;
  --primary-dark: #0e5475;
  --secondary: #010e2a;
  --secondary-2: #04214a;
  --text: #212121;
  --muted: #5b6573;
  --bg: #ffffff;
  --bg-soft: #f3f7fa;
  --border: #e2e9ef;
  --white: #ffffff;
  --wa: #25d366;
  --wa-dark: #128c4b;

  --grad-primary: linear-gradient(135deg, #1e8fc2 0%, #167099 48%, #0c4d6d 100%);
  --grad-secondary: linear-gradient(120deg, #010e2a 0%, #03193d 45%, #0a3a5e 100%);
  --grad-text: linear-gradient(90deg, #0e5475 0%, #167099 50%, #1a7fae 100%); /* sobre fondos claros (contraste AA) */
  --grad-text-light: linear-gradient(90deg, #5cc6f2 0%, #2aa0d6 55%, #9fe0ff 100%); /* sobre fondos oscuros */

  --font-title: "Montserrat", system-ui, -apple-system, "Segoe UI", sans-serif;
  --font-text: "Albert Sans", system-ui, -apple-system, "Segoe UI", sans-serif;

  --container: 1600px;
  --gutter: clamp(1rem, 3vw, 2.5rem);

  --radius-sm: 8px;
  --radius: 14px;
  --radius-lg: 22px;

  --shadow-sm: 0 2px 10px rgba(1, 14, 42, .06);
  --shadow: 0 14px 40px rgba(1, 14, 42, .10);
  --shadow-lg: 0 24px 60px rgba(1, 14, 42, .16);

  --topbar-h: 40px;
  --nav-h: 92px;
  --nav-h-scrolled: 74px;

  --ease: cubic-bezier(.22, .61, .36, 1);
  --ease-out: cubic-bezier(.16, 1, .3, 1);
}

@media (max-width: 767px) {
  :root { --topbar-h: 4px; --nav-h: 72px; --nav-h-scrolled: 64px; }
}

/* ---------- 2. Reset / Base ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  font-family: var(--font-text);
  font-size: 1.0625rem;
  line-height: 1.7;
  color: var(--text);
  background: var(--bg);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}
html.is-locked, html.is-locked body { overflow: hidden; }
img, svg, video, iframe { display: block; max-width: 100%; }
img { height: auto; }
a { color: var(--primary); text-decoration: none; transition: color .25s var(--ease); }
a:hover { color: var(--primary-dark); }
button { font: inherit; cursor: pointer; }
ul, ol { margin: 0; padding: 0; }
h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-title);
  color: var(--text);
  line-height: 1.15;
  margin: 0 0 .6em;
  font-weight: 700;
  letter-spacing: -.01em;
}
p { margin: 0 0 1.1em; }
address { font-style: normal; }
::selection { background: var(--primary); color: #fff; }

/* Accesibilidad */
.sr-only {
  position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0;
}
.skip-link {
  position: fixed; top: -100px; left: 1rem; z-index: 3000;
  background: var(--secondary); color: #fff; padding: .75rem 1.25rem; border-radius: var(--radius-sm);
  font-weight: 600; transition: top .2s;
}
.skip-link:focus { top: 1rem; color: #fff; }
:focus-visible { outline: 3px solid var(--primary-lighter); outline-offset: 3px; border-radius: 4px; }

/* ---------- 3. Layout helpers ---------- */
.container {
  width: 100%;
  max-width: var(--container);
  margin-inline: auto;
  padding-inline: var(--gutter);
}
.section { padding-block: clamp(4.5rem, 8vw, 7.5rem); position: relative; }
.section--soft { background: var(--bg-soft); }
.section--tight { padding-block: clamp(3rem, 5vw, 4.5rem); }

.section-head { max-width: 980px; margin-bottom: clamp(2.5rem, 4vw, 3.75rem); }
.section-head--center { text-align: center; margin-inline: auto; }
.section-head p { color: var(--muted); font-size: 1.125rem; margin-bottom: 0; }

.eyebrow {
  display: inline-flex; align-items: center; gap: .6rem;
  font-family: var(--font-title);
  font-size: .8rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase;
  color: var(--primary);
  margin-bottom: 1rem;
}
.eyebrow::before {
  content: ""; width: 34px; height: 2px; border-radius: 2px;
  background: var(--grad-primary);
}
.section-head--center .eyebrow::after {
  content: ""; width: 34px; height: 2px; border-radius: 2px; background: var(--grad-primary);
}
.eyebrow--light { color: #8fd4f3; }
.eyebrow--light::before, .eyebrow--light::after { background: linear-gradient(90deg, #5cc6f2, #fff); }

.section-title { font-size: clamp(2rem, 3.6vw, 3.1rem); font-weight: 800; }
.section-title--light { color: #fff; }
.text-gradient {
  background: var(--grad-text);
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent; color: transparent;
}
.hero .text-gradient, .benefits .text-gradient, .footer .text-gradient, .page-title .text-gradient { background-image: var(--grad-text-light); }
.text-primary { color: var(--primary); }

/* ---------- 4. Botones ---------- */
.btn {
  --btn-bg: var(--grad-primary);
  position: relative;
  display: inline-flex; align-items: center; justify-content: center; gap: .6rem;
  font-family: var(--font-title); font-weight: 700; font-size: .95rem; letter-spacing: .01em;
  line-height: 1.2;
  padding: 1rem 1.7rem;
  border-radius: 999px;
  border: 0;
  background: var(--btn-bg);
  background-size: 160% 160%;
  background-position: 0% 50%;
  color: #fff;
  box-shadow: 0 10px 24px rgba(22, 112, 153, .28);
  transition: transform .35s var(--ease), box-shadow .35s var(--ease), background-position .6s var(--ease), color .25s;
  isolation: isolate;
  white-space: nowrap;
}
.btn:hover { color: #fff; transform: translateY(-3px); background-position: 100% 50%; box-shadow: 0 16px 32px rgba(22, 112, 153, .38); }
.btn:active { transform: translateY(-1px); }
.btn i { font-size: 1.1em; }
.btn--sm { padding: .7rem 1.2rem; font-size: .85rem; }
.btn--ghost {
  background: rgba(255, 255, 255, .08);
  border: 1.5px solid rgba(255, 255, 255, .45);
  box-shadow: none;
  backdrop-filter: blur(6px);
}
.btn--ghost:hover { background: rgba(255, 255, 255, .18); border-color: #fff; box-shadow: none; }
.btn--ghost i { transition: transform .35s var(--ease); }
.btn--ghost:hover i { transform: translateY(3px); }
.btn--outline-light {
  background: transparent; border: 1.5px solid rgba(255, 255, 255, .35); box-shadow: none;
}
.btn--outline-light:hover { background: transparent; color: #fff; border-color: #fff; box-shadow: none; }
.btn--outline-light i { transition: transform .3s var(--ease); }
.btn--outline-light:hover i { transform: translateX(4px); }
.btn--outline {
  background: transparent; color: var(--primary); border: 1.5px solid var(--primary); box-shadow: none;
}
.btn--outline:hover { background: var(--primary); color: #fff; }

/* Efecto pulse: anillo de brillo que se expande (siempre activo) */
.btn--pulse::before,
.btn--pulse::after {
  content: ""; position: absolute; inset: 0; border-radius: inherit; z-index: -1;
  box-shadow: 0 0 0 0 rgba(30, 143, 194, .6);
  animation: pexPulse 2.2s cubic-bezier(.25, .6, .4, 1) infinite;
  pointer-events: none;
}
.btn--pulse::after { animation-delay: 1.1s; }
@keyframes pexPulse {
  0%   { box-shadow: 0 0 0 0 rgba(30, 143, 194, .55); }
  70%  { box-shadow: 0 0 0 18px rgba(30, 143, 194, 0); }
  100% { box-shadow: 0 0 0 0 rgba(30, 143, 194, 0); }
}

/* ---------- 5. Topbar ---------- */
.site-header { position: absolute; top: 0; left: 0; right: 0; z-index: 1000; }
.topbar {
  height: var(--topbar-h);
  background: var(--grad-primary);
  color: #fff;
  font-size: .82rem;
  overflow: hidden;
}
.topbar__inner { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.topbar__item { display: inline-flex; align-items: center; gap: .5rem; margin: 0; color: #fff; font-weight: 500; letter-spacing: .02em; }
.topbar__item i { font-size: .95em; opacity: .9; }
a.topbar__item:hover { color: #fff; opacity: .85; }
@media (max-width: 767px) { .topbar__inner { display: none; } }

/* ---------- 6. Navbar ---------- */
.navbar {
  position: relative;
  height: var(--nav-h);
  color: #fff;
  transition: background-color .4s var(--ease), box-shadow .4s var(--ease), height .4s var(--ease);
}
.navbar::after { /* línea sutil bajo el nav transparente */
  content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .14), transparent);
  transition: opacity .3s;
}
.navbar__inner {
  height: 100%;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 1.5rem;
}
.navbar__logo { position: relative; display: block; height: 58px; width: auto; transition: height .4s var(--ease); }
.navbar__logo img { height: 100%; width: auto; transition: opacity .4s var(--ease); }
.navbar__logo .logo-dark { position: absolute; inset: 0; opacity: 0; }

/* Estado fijo (al scrollear) */
.navbar.is-fixed {
  position: fixed; top: 0; left: 0; right: 0;
  height: var(--nav-h-scrolled);
  background: rgba(255, 255, 255, .98);
  color: var(--text);
  box-shadow: 0 8px 30px rgba(1, 14, 42, .10);
  animation: navDown .5s var(--ease-out) both;
}
.navbar.is-fixed::after { opacity: 0; }
.navbar.is-fixed .navbar__logo { height: 48px; }
.navbar.is-fixed .navbar__logo .logo-light { opacity: 0; }
.navbar.is-fixed .navbar__logo .logo-dark { opacity: 1; }
@keyframes navDown { from { top: -90px; } to { top: 0; } }

.nav { justify-self: center; }
.nav__head, .nav__footer { display: none; }
.nav__list { list-style: none; display: flex; align-items: center; gap: clamp(.25rem, 1.2vw, 1.4rem); }
.nav__item { position: relative; }
.nav__link-wrap { display: flex; align-items: center; }
.nav__link {
  position: relative;
  display: inline-block;
  padding: .6rem .5rem;
  font-family: var(--font-title); font-weight: 600; font-size: .92rem; letter-spacing: .01em;
  color: inherit;
}
.nav__link::after {
  content: ""; position: absolute; left: .5rem; right: .5rem; bottom: .25rem; height: 2px; border-radius: 2px;
  background: var(--grad-primary);
  transform: scaleX(0); transform-origin: right; transition: transform .4s var(--ease);
}
.navbar:not(.is-fixed) .nav__link::after { background: linear-gradient(90deg, #5cc6f2, #fff); }
.nav__link:hover { color: inherit; }
.nav__link:hover::after, .nav__link[aria-current="page"]::after { transform: scaleX(1); transform-origin: left; }
.nav__dd-toggle {
  background: none; border: 0; color: inherit; padding: .4rem .3rem; margin-left: -.2rem;
  font-size: .7rem; display: inline-flex; border-radius: 6px;
}
.nav__dd-toggle i { transition: transform .3s var(--ease); }
.has-dropdown.is-open .nav__dd-toggle i { transform: rotate(180deg); }

.dropdown {
  list-style: none;
  position: absolute; top: calc(100% + 10px); left: 50%;
  min-width: 270px;
  padding: .75rem;
  background: #fff;
  color: var(--text);
  border-radius: var(--radius);
  box-shadow: var(--shadow-lg);
  border: 1px solid var(--border);
  opacity: 0; visibility: hidden;
  transform: translate(-50%, 12px);
  transition: opacity .3s var(--ease), transform .3s var(--ease), visibility .3s;
}
.dropdown::before { content: ""; position: absolute; left: 0; right: 0; top: -14px; height: 14px; }
@media (min-width: 1100px) {
  .has-dropdown:hover > .dropdown,
  .has-dropdown:focus-within > .dropdown,
  .has-dropdown.is-open > .dropdown { opacity: 1; visibility: visible; transform: translate(-50%, 0); }
}
.dropdown a {
  display: flex; align-items: center; justify-content: space-between; gap: .75rem;
  padding: .6rem .85rem;
  border-radius: 10px;
  color: var(--text); font-family: var(--font-title); font-weight: 600; font-size: .9rem;
  transition: background-color .25s, color .25s, padding .3s var(--ease);
}
.dropdown a:hover { background: var(--bg-soft); color: var(--primary); padding-left: 1.1rem; }
.dropdown a i { font-size: .75rem; color: var(--primary); opacity: .6; }
.dropdown__sub { list-style: none; margin: .1rem 0 .35rem .85rem; padding-left: .6rem; border-left: 2px solid var(--border); }
.dropdown__sub a { font-family: var(--font-text); font-weight: 500; font-size: .88rem; color: var(--muted); padding-block: .4rem; }

.navbar__cta { font-size: .85rem; padding: .72rem 1.2rem; }

.nav-toggle {
  display: none;
  width: 46px; height: 46px; border-radius: 12px;
  background: rgba(255, 255, 255, .1); border: 1px solid rgba(255, 255, 255, .25);
  color: inherit; align-items: center; justify-content: center; flex-direction: column; gap: 5px;
}
.navbar.is-fixed .nav-toggle { background: var(--bg-soft); border-color: var(--border); }
.nav-toggle span { display: block; width: 22px; height: 2px; border-radius: 2px; background: currentColor; transition: transform .3s, opacity .3s; }
.nav-toggle span:nth-child(2) { width: 16px; margin-left: 6px; }
.nav-overlay { display: none; }

/* --- Menú mobile / tablet --- */
@media (max-width: 1099px) {
  .navbar__inner { grid-template-columns: 1fr auto auto; }
  .nav-toggle { display: inline-flex; }
  .nav {
    position: fixed; top: 0; right: 0; bottom: 0;
    width: min(380px, 88vw);
    height: 100vh; height: 100dvh;
    background: #fff; color: var(--text);
    z-index: 30;
    display: flex; flex-direction: column;
    transform: translateX(105%);
    visibility: hidden;
    transition: transform .5s var(--ease-out), visibility .5s;
    box-shadow: -20px 0 50px rgba(1, 14, 42, .25);
    overflow-y: auto;
    overscroll-behavior: contain;
  }
  .nav.is-open { transform: translateX(0); visibility: visible; }
  .nav__head {
    display: flex; align-items: center; justify-content: space-between;
    padding: 1rem 1.25rem; border-bottom: 1px solid var(--border);
    position: sticky; top: 0; background: #fff; z-index: 2;
  }
  .nav__head img { height: 46px; width: auto; }
  .nav-close {
    width: 44px; height: 44px; border-radius: 12px; border: 1px solid var(--border);
    background: var(--bg-soft); color: var(--text); font-size: 1.2rem;
    display: inline-flex; align-items: center; justify-content: center;
  }
  .nav__list { flex-direction: column; align-items: stretch; gap: 0; padding: .75rem 1.25rem; }
  .nav__item { border-bottom: 1px solid var(--border); }
  .nav__link { display: block; padding: 1rem 0; font-size: 1.02rem; flex: 1; }
  .nav__link::after { display: none; }
  .nav__link[aria-current="page"] { color: var(--primary); }
  .nav__link-wrap { justify-content: space-between; }
  .nav__dd-toggle { width: 44px; height: 44px; justify-content: center; align-items: center; background: var(--bg-soft); font-size: .8rem; }
  .dropdown {
    position: static; transform: none; opacity: 1; visibility: visible;
    min-width: 0; box-shadow: none; border: 0; padding: 0 0 .75rem;
    display: none;
  }
  .has-dropdown.is-open > .dropdown { display: block; }
  .nav__footer {
    display: flex; flex-direction: column; gap: 1rem;
    margin-top: auto; padding: 1.25rem; border-top: 1px solid var(--border); background: var(--bg-soft);
  }
  .nav__footer .btn { width: 100%; }
  .nav__footer p { margin: 0; font-size: .9rem; color: var(--muted); display: flex; gap: .6rem; align-items: center; }
  .nav__footer p i { color: var(--primary); width: 18px; text-align: center; }
  .nav-overlay {
    display: block; position: fixed; inset: 0; z-index: 20;
    background: rgba(1, 14, 42, .6);
    opacity: 0; visibility: hidden; transition: opacity .4s, visibility .4s;
  }
  .nav-overlay.is-open { opacity: 1; visibility: visible; }
}
@media (max-width: 767px) {
  .navbar__cta { display: none; }
  .navbar__logo { height: 46px; }
  .navbar.is-fixed .navbar__logo { height: 42px; }
}

/* ---------- 7. Hero ---------- */
.hero {
  position: relative;
  min-height: 100vh; min-height: 100svh;
  display: flex; align-items: center;
  color: #fff;
  background: var(--secondary);
  overflow: hidden;
  isolation: isolate;
}
.hero__slides { position: absolute; inset: 0; z-index: -2; }
.hero__slide { position: absolute; inset: 0; visibility: hidden; z-index: 0; }
.hero__slide img { width: 100%; height: 100%; object-fit: cover; transform: scale(1.12); }
.hero__slide.is-prev { visibility: visible; z-index: 1; }
.hero__slide.is-active { visibility: visible; z-index: 2; animation: wipeIn 1.2s var(--ease-out) both; }
.hero__slide.is-active.is-reverse { animation-name: wipeInReverse; }
.hero__slide.is-active img { animation: kenBurns 7s linear both; }
.hero__slide.is-initial { animation: none; }
@keyframes wipeIn { from { clip-path: inset(0 0 0 100%); } to { clip-path: inset(0 0 0 0); } }
@keyframes wipeInReverse { from { clip-path: inset(0 100% 0 0); } to { clip-path: inset(0 0 0 0); } }
@keyframes kenBurns { from { transform: scale(1.14); } to { transform: scale(1); } }
.hero__slide::after { /* barra de luz que acompaña el barrido */
  content: ""; position: absolute; top: 0; bottom: 0; left: 0; width: 6px;
  background: linear-gradient(180deg, transparent, #5cc6f2, transparent);
  opacity: 0;
}
.hero__slide.is-active:not(.is-initial)::after { animation: wipeBar 1.2s var(--ease-out) both; }
.hero__slide.is-active.is-reverse::after { animation-name: wipeBarReverse; }
@keyframes wipeBar { 0% { left: 100%; opacity: 1; } 90% { opacity: 1; } 100% { left: 0; opacity: 0; } }
@keyframes wipeBarReverse { 0% { left: 0; opacity: 1; } 90% { opacity: 1; } 100% { left: 100%; opacity: 0; } }

.hero__overlay {
  position: absolute; inset: 0; z-index: -1;
  background:
    radial-gradient(ellipse at 80% 20%, rgba(22, 112, 153, .18), transparent 55%),
    linear-gradient(90deg, rgba(1, 14, 42, .72) 0%, rgba(1, 14, 42, .45) 42%, rgba(1, 14, 42, .08) 100%),
    linear-gradient(0deg, rgba(1, 14, 42, .45) 0%, transparent 30%);
}
.hero__container { padding-top: calc(var(--topbar-h) + var(--nav-h) + 3rem); padding-bottom: 7rem; }
.hero__content { max-width: 1180px; }
.hero__title {
  color: #fff;
  font-size: clamp(2.3rem, 5.2vw, 4.75rem);
  font-weight: 800;
  line-height: 1.06;
  letter-spacing: -.025em;
  margin-bottom: 1.5rem;
}
.hero__lead { font-size: clamp(1.05rem, 1.4vw, 1.25rem); color: rgba(255, 255, 255, .82); max-width: 640px; margin-bottom: 2.25rem; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 1rem; margin-bottom: clamp(2.5rem, 5vw, 4rem); }

.hero__stats {
  list-style: none;
  display: grid; grid-template-columns: repeat(3, minmax(0, 1fr));
  max-width: 780px;
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, .06);
  border: 1px solid rgba(255, 255, 255, .12);
  backdrop-filter: blur(10px);
}
.hero__stat { padding: 1.35rem 1.5rem; position: relative; }
.hero__stat + .hero__stat::before {
  content: ""; position: absolute; left: 0; top: 22%; bottom: 22%; width: 1px; background: rgba(255, 255, 255, .15);
}
.hero__stat-num {
  display: block;
  font-family: var(--font-title); font-weight: 800; font-size: clamp(1.8rem, 3vw, 2.6rem); line-height: 1;
  margin-bottom: .45rem;
}
.hero__stat-num .text-gradient { display: inline; }
.hero__stat-label { font-size: .9rem; color: rgba(255, 255, 255, .75); line-height: 1.4; display: block; }

.hero__arrow {
  position: absolute; top: 50%; z-index: 3;
  width: 56px; height: 56px; border-radius: 50%;
  display: inline-flex; align-items: center; justify-content: center;
  background: rgba(255, 255, 255, .08); color: #fff;
  border: 1px solid rgba(255, 255, 255, .28);
  backdrop-filter: blur(6px);
  transform: translateY(-50%);
  transition: background-color .3s, border-color .3s, transform .3s var(--ease);
}
.hero__arrow:hover { background: var(--primary); border-color: var(--primary); }
.hero__arrow--prev { left: clamp(.75rem, 1.5vw, 2rem); }
.hero__arrow--next { right: clamp(.75rem, 1.5vw, 2rem); }
.hero__arrow--prev:hover { transform: translateY(-50%) translateX(-3px); }
.hero__arrow--next:hover { transform: translateY(-50%) translateX(3px); }

.hero__dots { position: absolute; right: clamp(1rem, 4vw, 4rem); bottom: 2.5rem; z-index: 3; display: flex; gap: .5rem; }
.hero__dot { width: 30px; height: 4px; border-radius: 4px; border: 0; padding: 0; background: rgba(255, 255, 255, .3); position: relative; overflow: hidden; }
.hero__dot::after { content: ""; position: absolute; inset: 0; background: #fff; transform: scaleX(0); transform-origin: left; }
.hero__dot.is-active::after { animation: dotProgress 5s linear both; }
.hero.is-paused .hero__dot.is-active::after { animation-play-state: paused; }
@keyframes dotProgress { to { transform: scaleX(1); } }

.hero__scroll {
  position: absolute; left: 50%; bottom: 1.75rem; z-index: 3;
  width: 48px; height: 48px; margin-left: -24px; border-radius: 50%;
  display: inline-flex; align-items: center; justify-content: center;
  color: #fff; border: 1.5px solid rgba(255, 255, 255, .4);
  animation: bounceY 2s var(--ease) infinite;
}
.hero__scroll:hover { color: #fff; background: rgba(255, 255, 255, .12); }
@keyframes bounceY { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(8px); } }

@media (min-width: 1100px) {
  .hero__container { padding-left: calc(var(--gutter) + 3.5rem); padding-right: calc(var(--gutter) + 3.5rem); }
}
@media (max-width: 1099px) {
  .hero__arrow { top: auto; bottom: 1.5rem; transform: none; width: 46px; height: 46px; }
  .hero__arrow--prev:hover, .hero__arrow--next:hover { transform: none; }
  .hero__dots { display: none; }
  .hero__container { padding-bottom: 6.5rem; }
}
@media (max-width: 767px) {
  .hero__stats { grid-template-columns: 1fr; }
  .hero__stat { padding: 1rem 1.25rem; display: flex; align-items: center; gap: 1rem; }
  .hero__stat-num { margin: 0; min-width: 92px; }
  .hero__stat + .hero__stat::before { left: 1.25rem; right: 1.25rem; top: 0; bottom: auto; width: auto; height: 1px; }
  .hero__arrow { top: auto; bottom: 1.5rem; transform: none; width: 44px; height: 44px; }
  .hero__arrow--prev:hover, .hero__arrow--next:hover { transform: none; }
  .hero__dots { display: none; }
  .hero__container { padding-bottom: 6.5rem; }
  .hero__actions .btn { flex: 1 1 100%; }
}

/* ---------- 8. Título de página ---------- */
.page-title {
  position: relative; z-index: 2;
  padding-top: calc(var(--topbar-h) + var(--nav-h) + 2.2rem);
  padding-bottom: 2.4rem;
  background: var(--grad-secondary);
  background-size: 180% 180%;
  animation: gradientShift 14s ease infinite;
  color: #fff;
  overflow: hidden;
  box-shadow: 0 18px 40px -12px rgba(1, 14, 42, .45);
}
.page-title::before {
  content: ""; position: absolute; inset: 0; z-index: -1; pointer-events: none;
  background:
    radial-gradient(circle at 85% 30%, rgba(30, 143, 194, .35), transparent 40%),
    radial-gradient(circle at 10% 110%, rgba(22, 112, 153, .3), transparent 45%);
}
.page-title::after { /* patrón de puntos sutil */
  content: ""; position: absolute; right: -40px; top: 0; bottom: 0; width: 45%; z-index: -1; pointer-events: none;
  background-image: radial-gradient(rgba(255, 255, 255, .12) 1.2px, transparent 1.2px);
  background-size: 18px 18px;
  mask-image: linear-gradient(90deg, transparent, #000 60%);
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 60%);
}
.page-title .container { position: relative; }
.page-title__heading { color: #fff; font-size: clamp(1.8rem, 3.4vw, 3rem); font-weight: 800; margin-bottom: .55rem; }
@keyframes gradientShift { 0%, 100% { background-position: 0% 50%; } 50% { background-position: 100% 50%; } }

.breadcrumb ol { list-style: none; display: flex; flex-wrap: wrap; align-items: center; gap: .35rem; font-size: .85rem; }
.breadcrumb li { color: rgba(255, 255, 255, .7); display: inline-flex; align-items: center; gap: .35rem; }
.breadcrumb li + li::before { content: "\f054"; font-family: "Font Awesome 6 Free"; font-weight: 900; font-size: .6rem; opacity: .6; }
.breadcrumb a { color: #fff; }
.breadcrumb a:hover { color: #8fd4f3; }
.breadcrumb [aria-current] { color: #8fd4f3; }

/* ---------- 9. Marquesina de texto ---------- */
.marquee {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: var(--grad-primary);
  background-size: 200% 200%;
  animation: gradientShift 10s ease infinite;
  color: #fff;
  padding-block: 1.35rem;
}
.marquee__track { display: flex; width: max-content; animation: marqueeX 40s linear infinite; }
.marquee__group { display: flex; align-items: center; flex-shrink: 0; list-style: none; }
.marquee__item {
  display: inline-flex; align-items: center; gap: 2rem; padding-right: 2rem;
  font-family: var(--font-title); font-weight: 800; text-transform: uppercase; letter-spacing: .02em;
  font-size: clamp(1.1rem, 2vw, 1.75rem);
  white-space: nowrap;
}
.marquee__item i { font-size: .6em; color: #9fe0ff; }
@keyframes marqueeX { from { transform: translate3d(0, 0, 0); } to { transform: translate3d(-50%, 0, 0); } }

/* ---------- 10. Galería marquesina (350x350) ---------- */
.gallery-marquee { width: 100%; overflow: hidden; padding-block: clamp(3rem, 5vw, 4.5rem); background: #fff; }
.gallery-marquee .marquee__track { animation-duration: 32s; }
.gallery-marquee:hover .marquee__track,
.gallery-marquee:focus-within .marquee__track,
.marquee:hover .marquee__track { animation-play-state: paused; }
.gallery-marquee .marquee__group { gap: 0; }
.gallery-item {
  flex: 0 0 auto;
  width: 350px; height: 350px;
  margin-right: 20px;
  border-radius: 12px;
  overflow: hidden;
  background: var(--bg-soft);
}
.gallery-item img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform .7s var(--ease);
}
.gallery-item:hover img { transform: scale(1.12); }
@media (max-width: 575px) { .gallery-item { width: 250px; height: 250px; margin-right: 14px; } }

/* ---------- 11. Cards (servicios y categorías) ---------- */
.cards { display: grid; gap: clamp(1.25rem, 2vw, 2rem); }
.cards--3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.cards--5 { grid-template-columns: repeat(5, minmax(0, 1fr)); }
.cards--6 { grid-template-columns: repeat(6, minmax(0, 1fr)); gap: clamp(1rem, 1.4vw, 1.5rem); }
.cards > * { height: 100%; }
@media (max-width: 1280px) { .cards--5, .cards--6 { grid-template-columns: repeat(3, minmax(0, 1fr)); } }
@media (max-width: 991px) { .cards--3, .cards--5, .cards--6 { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 575px) { .cards--3, .cards--5, .cards--6 { grid-template-columns: 1fr; } }

.card {
  position: relative;
  display: flex; flex-direction: column;
  height: 100%;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  overflow: hidden;
  transition: transform .5s var(--ease), box-shadow .5s var(--ease), border-color .5s;
}
.card:hover, .card:focus-within { transform: translateY(-8px); box-shadow: var(--shadow-lg); border-color: transparent; }
.card:focus-within { outline: 3px solid var(--primary-lighter); outline-offset: 3px; }
.card__media { position: relative; overflow: hidden; aspect-ratio: 4 / 3; background: var(--bg-soft); }
.card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform 1s var(--ease); }
.card:hover .card__media img { transform: scale(1.1); }
.card__media::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(180deg, transparent 55%, rgba(1, 14, 42, .45));
  opacity: .6; transition: opacity .5s;
}
.card:hover .card__media::after { opacity: 1; }
.card__body { position: relative; z-index: 2; flex: 1; display: flex; flex-direction: column; padding: 0 1.75rem 1.9rem; }
.card__icon {
  position: relative; z-index: 3;
  width: 72px; height: 72px;
  margin-top: -36px; margin-bottom: 1.25rem;
  display: inline-flex; align-items: center; justify-content: center;
  border-radius: 20px;
  background: var(--grad-primary);
  color: #fff; font-size: 1.6rem;
  border: 4px solid #fff;
  box-shadow: 0 12px 26px rgba(22, 112, 153, .35);
  transition: transform .5s var(--ease), border-radius .5s var(--ease);
}
.card:hover .card__icon { transform: rotate(-6deg) scale(1.06); border-radius: 50%; }
.card__title { font-size: 1.35rem; margin-bottom: .6rem; }
.card__text { color: var(--muted); font-size: 1rem; margin-bottom: 1.4rem; }
.card__more {
  margin-top: auto;
  display: inline-flex; align-items: center; gap: .5rem;
  font-family: var(--font-title); font-weight: 700; font-size: .88rem; color: var(--primary);
}
.card__more i { transition: transform .35s var(--ease); }
.card:hover .card__more i { transform: translateX(5px); }
.card__link { color: inherit; }
.card__link::after { content: ""; position: absolute; inset: 0; z-index: 4; }
.card__link:focus-visible { outline: none; }
.card__link:hover { color: inherit; }

.card--compact .card__media { aspect-ratio: 1 / 1; }
.card--compact .card__body { padding: 0 1.35rem 1.5rem; }
.card--compact .card__icon { width: 60px; height: 60px; margin-top: -30px; font-size: 1.3rem; border-radius: 16px; margin-bottom: 1rem; }
.card--compact .card__title { font-size: 1.12rem; }
.card--compact .card__text { font-size: .95rem; margin-bottom: 1rem; }

.center-cta { display: flex; justify-content: center; margin-top: clamp(2.5rem, 4vw, 3.5rem); }

/* ---------- 12. Beneficios ---------- */
.benefits {
  background: var(--grad-secondary);
  background-size: 200% 200%;
  animation: gradientShift 18s ease infinite;
  color: #fff;
  overflow: hidden;
  isolation: isolate;
}
.benefits::before {
  content: ""; position: absolute; z-index: -1; width: 720px; height: 720px; border-radius: 50%;
  right: -240px; top: -260px;
  background: radial-gradient(circle, rgba(30, 143, 194, .28), transparent 65%);
}
.benefits::after {
  content: ""; position: absolute; z-index: -1; inset: 0;
  background-image: linear-gradient(rgba(255, 255, 255, .035) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, .035) 1px, transparent 1px);
  background-size: 60px 60px;
  mask-image: radial-gradient(ellipse at center, #000 20%, transparent 75%);
  -webkit-mask-image: radial-gradient(ellipse at center, #000 20%, transparent 75%);
}
.benefits .section-head p { color: rgba(255, 255, 255, .72); }
.benefit-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(1rem, 1.8vw, 1.75rem); list-style: none; }
@media (max-width: 991px) { .benefit-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 575px) { .benefit-grid { grid-template-columns: 1fr; } }
.benefit {
  position: relative; height: 100%;
  padding: 2.25rem 2rem;
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, .045);
  border: 1px solid rgba(255, 255, 255, .09);
  overflow: hidden;
  transition: transform .5s var(--ease), background-color .5s, border-color .5s;
}
.benefit::before {
  content: ""; position: absolute; inset: 0; z-index: -1; opacity: 0; transition: opacity .5s;
  background: radial-gradient(circle at 0% 0%, rgba(30, 143, 194, .35), transparent 60%);
}
.benefit:hover { transform: translateY(-6px); border-color: rgba(92, 198, 242, .45); background: rgba(255, 255, 255, .07); }
.benefit:hover::before { opacity: 1; }
.benefit__num {
  position: absolute; right: 1.5rem; top: 1rem;
  font-family: var(--font-title); font-weight: 800; font-size: 3.2rem; line-height: 1;
  background: linear-gradient(160deg, rgba(92, 198, 242, .55) 0%, rgba(30, 143, 194, .22) 55%, rgba(255, 255, 255, .04) 100%);
  -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent; color: transparent;
  transition: transform .5s var(--ease);
}
.benefit:hover .benefit__num { transform: translateY(-3px); }
.benefit__icon {
  width: 60px; height: 60px; border-radius: 16px; margin-bottom: 1.4rem;
  display: inline-flex; align-items: center; justify-content: center;
  background: var(--grad-primary); color: #fff; font-size: 1.4rem;
  box-shadow: 0 10px 24px rgba(0, 0, 0, .25);
  transition: transform .5s var(--ease);
}
.benefit:hover .benefit__icon { transform: translateY(-4px) rotate(-8deg); }
.benefit__title { color: #fff; font-size: 1.2rem; margin-bottom: .5rem; }
.benefit__text { color: rgba(255, 255, 255, .72); margin: 0; font-size: .98rem; }

/* ---------- 13. Instagram ---------- */
.instagram { background: #fff; padding-block: clamp(3.5rem, 6vw, 5.5rem); }
.instagram__head { text-align: center; margin-bottom: 1.75rem; }
.instagram__head .eyebrow { margin: 0; font-size: 1rem; }
.instagram__head .eyebrow i { font-size: 1.3rem; color: var(--primary); }
.instagram__feed { width: 90vw; margin-inline: auto; background: #fff; min-height: 200px; }

/* ---------- 14. Split (empresa / servicios) ---------- */
.split { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(2rem, 5vw, 5.5rem); align-items: stretch; }
@media (max-width: 991px) { .split { grid-template-columns: 1fr; } }
.split__media { position: relative; min-height: 460px; }
.img-frame { position: relative; height: 100%; border-radius: var(--radius); overflow: hidden; background: var(--bg-soft); }
.img-frame img { width: 100%; height: 100%; object-fit: cover; position: absolute; inset: 0; transition: transform 1.2s var(--ease); }
.img-frame:hover img { transform: scale(1.05); }
.split__media::before { /* marco decorativo desplazado */
  content: ""; position: absolute; z-index: -1;
  inset: 1.5rem -1.5rem -1.5rem 1.5rem;
  border-radius: var(--radius);
  background: var(--grad-primary);
  opacity: .12;
}
.split__badge {
  position: absolute; left: -1rem; bottom: 2rem; z-index: 2;
  display: flex; align-items: center; gap: .9rem;
  padding: 1rem 1.3rem;
  background: #fff; border-radius: var(--radius);
  box-shadow: var(--shadow-lg);
  max-width: 280px;
  animation: floatY 5s ease-in-out infinite;
}
.split__badge i {
  flex: 0 0 auto; width: 48px; height: 48px; border-radius: 12px;
  display: inline-flex; align-items: center; justify-content: center;
  background: var(--grad-primary); color: #fff; font-size: 1.2rem;
}
.split__badge strong { display: block; font-family: var(--font-title); font-size: .98rem; line-height: 1.25; }
.split__badge span { font-size: .85rem; color: var(--muted); line-height: 1.35; display: block; }
@keyframes floatY { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-10px); } }
@media (max-width: 991px) {
  .split__media { min-height: 0; aspect-ratio: 1 / 1; max-height: 620px; }
  .split__badge { left: 1rem; bottom: 1rem; }
  .split__media::before { inset: 1rem -.75rem -.75rem 1rem; }
}

.split__content { display: flex; flex-direction: column; justify-content: center; }
.split__content .section-title { margin-bottom: 1.25rem; }
.prose { color: #3a3f47; }
.prose p { margin-bottom: 1.05em; }
.prose strong { color: var(--text); }
.prose h3 { font-size: 1.2rem; margin: 1.6rem 0 .8rem; display: flex; align-items: center; gap: .6rem; }
.prose h3 i { color: var(--primary); font-size: 1rem; }
.lead { font-size: 1.2rem; color: var(--text); font-weight: 500; line-height: 1.6; }

.check-list { list-style: none; display: grid; gap: .65rem; margin-bottom: 1.2rem; }
.check-list li { display: flex; gap: .8rem; align-items: flex-start; line-height: 1.55; }
.check-list li i {
  flex: 0 0 auto; width: 24px; height: 24px; margin-top: .1rem; border-radius: 50%;
  display: inline-flex; align-items: center; justify-content: center;
  background: rgba(22, 112, 153, .1); color: var(--primary); font-size: .7rem;
}
.check-list--2 { grid-template-columns: repeat(2, minmax(0, 1fr)); column-gap: 1.5rem; }
@media (max-width: 575px) { .check-list--2 { grid-template-columns: 1fr; } }

.sector-tags { list-style: none; display: flex; flex-wrap: wrap; gap: .5rem; margin: .25rem 0 1.4rem; }
.sector-tags li {
  display: inline-flex; align-items: center; gap: .45rem;
  padding: .4rem .85rem; border-radius: 999px;
  background: var(--bg-soft); border: 1px solid var(--border);
  font-size: .88rem; font-weight: 500;
}
.sector-tags li i { color: var(--primary); font-size: .8rem; }

.split__actions { display: flex; flex-wrap: wrap; gap: 1rem; margin-top: 1rem; }

/* ---------- 15. Video ---------- */
.video-frame {
  position: relative; aspect-ratio: 16 / 9; max-width: 1200px; margin-inline: auto;
  border-radius: var(--radius-lg); overflow: hidden; background: #000; box-shadow: var(--shadow-lg);
}
.video-frame iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }

/* ---------- 16. Catálogo de productos ---------- */
.catalog__grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 2fr); gap: clamp(1.5rem, 3.5vw, 3.5rem); align-items: start; }
@media (max-width: 991px) { .catalog__grid { grid-template-columns: 1fr; } }

.catalog__sidebar { position: sticky; top: calc(var(--nav-h-scrolled) + 1.5rem); display: grid; gap: 1.5rem; }
@media (max-width: 991px) { .catalog__sidebar { position: static; } }
.side-box { background: #fff; border: 1px solid var(--border); border-radius: var(--radius-lg); padding: 1.6rem; }
.side-box__title { font-size: 1.1rem; margin-bottom: 1rem; display: flex; align-items: center; gap: .6rem; }
.side-box__title i { color: var(--primary); }
.catalog__filter-toggle {
  display: none; width: 100%;
  align-items: center; justify-content: space-between;
  padding: 1rem 1.25rem; border-radius: var(--radius);
  border: 1px solid var(--border); background: #fff;
  font-family: var(--font-title); font-weight: 700; color: var(--text);
}
.catalog__filter-toggle i:last-child { transition: transform .3s; }
.catalog__filter-toggle[aria-expanded="true"] i:last-child { transform: rotate(180deg); }
@media (max-width: 991px) {
  .catalog__sidebar .side-cta { display: none; } /* en mobile ya está el botón flotante de WhatsApp */
  .catalog__filter-toggle { display: flex; }
  .catalog__cats { display: none; }
  .catalog__cats.is-open { display: block; }
}

.cat-list, .cat-sublist { list-style: none; }
.cat-list > li + li { margin-top: .25rem; }
.cat-link {
  display: flex; align-items: center; gap: .75rem;
  padding: .7rem .9rem; border-radius: 10px;
  font-family: var(--font-title); font-weight: 600; font-size: .95rem; color: var(--text);
  transition: background-color .25s, color .25s, padding .3s var(--ease);
}
.cat-link i { width: 20px; text-align: center; color: var(--primary); font-size: .9rem; }
.cat-link:hover { background: var(--bg-soft); color: var(--primary); padding-left: 1.15rem; }
.cat-link.is-active { background: var(--grad-primary); color: #fff; }
.cat-link.is-active i, .cat-link.is-active .cat-count { color: #fff; }
.cat-count { margin-left: auto; font-family: var(--font-text); font-size: .78rem; font-weight: 600; color: var(--muted); background: rgba(1, 14, 42, .05); border-radius: 999px; padding: .05rem .55rem; }
.cat-link.is-active .cat-count { background: rgba(255, 255, 255, .2); }
.cat-sublist { margin: .25rem 0 .5rem 1.6rem; padding-left: .75rem; border-left: 2px solid var(--border); }
.cat-sublist .cat-link { font-family: var(--font-text); font-weight: 500; font-size: .9rem; padding: .45rem .8rem; color: var(--muted); }
.cat-sublist .cat-link.is-active { color: #fff; }

.side-cta { background: var(--grad-secondary); color: #fff; border: 0; position: relative; overflow: hidden; }
.side-cta::after { content: "\f232"; font-family: "Font Awesome 6 Brands"; position: absolute; right: -10px; bottom: -30px; font-size: 8rem; opacity: .06; }
.side-cta .side-box__title { color: #fff; }
.side-cta .side-box__title i { color: #8fd4f3; }
.side-cta p { color: rgba(255, 255, 255, .78); font-size: .95rem; }

/* Banner catálogo PDF */
.pdf-banner {
  position: relative; overflow: hidden; isolation: isolate;
  display: flex; align-items: center; gap: 1.5rem; flex-wrap: wrap;
  margin-bottom: clamp(1.75rem, 3vw, 2.5rem);
  padding: clamp(1.25rem, 2.2vw, 1.75rem) clamp(1.25rem, 3vw, 2.25rem);
  border-radius: var(--radius-lg);
  background: var(--grad-secondary); color: #fff;
  box-shadow: var(--shadow);
}
.pdf-banner[hidden] { display: none; }
.pdf-banner::after { content: ""; position: absolute; z-index: -1; right: -60px; top: -120px; width: 380px; height: 380px; border-radius: 50%; background: radial-gradient(circle, rgba(30, 143, 194, .45), transparent 65%); }
.pdf-banner__icon { flex: 0 0 auto; width: 64px; height: 64px; border-radius: 18px; display: inline-flex; align-items: center; justify-content: center; background: var(--grad-primary); font-size: 1.8rem; box-shadow: 0 10px 24px rgba(0, 0, 0, .25); }
.pdf-banner__text { flex: 1 1 320px; }
.pdf-banner__text h2 { color: #fff; font-size: clamp(1.15rem, 1.8vw, 1.45rem); margin: 0 0 .25rem; }
.pdf-banner__text p { margin: 0; color: rgba(255, 255, 255, .75); font-size: .95rem; }
.pdf-banner .btn { flex: 0 0 auto; }
@media (max-width: 575px) { .pdf-banner .btn { width: 100%; } }

/* Buscador */
.catalog-search { position: relative; z-index: 30; margin-bottom: 1.75rem; }
.catalog-search__field {
  width: 100%; height: 60px;
  padding: 0 4.25rem 0 1.4rem;
  border: 1.5px solid var(--border); border-radius: 999px;
  background: #fff;
  font: inherit; font-size: 1rem; color: var(--text);
  transition: border-color .3s, box-shadow .3s;
  -webkit-appearance: none; appearance: none;
}
.catalog-search__field::-webkit-search-cancel-button { display: none; }
.catalog-search__field::placeholder { color: #8a93a0; }
.catalog-search__field:focus { outline: none; border-color: var(--primary); box-shadow: 0 0 0 4px rgba(22, 112, 153, .15); }
.catalog-search__btn {
  position: absolute; right: 6px; top: 6px;
  width: 48px; height: 48px; border-radius: 50%; border: 0;
  background: var(--grad-primary); color: #fff; font-size: 1rem;
  transition: transform .3s var(--ease);
}
.catalog-search__btn:hover { transform: scale(1.06); }
.search-suggest {
  list-style: none;
  position: absolute; left: 0; right: 0; top: calc(100% + 8px); z-index: 20;
  background: #fff; border: 1px solid var(--border); border-radius: var(--radius);
  box-shadow: var(--shadow-lg);
  padding: .5rem; max-height: 380px; overflow-y: auto;
}
.search-suggest[hidden] { display: none; }
.search-suggest li {
  display: flex; align-items: center; gap: .85rem;
  padding: .55rem .7rem; border-radius: 10px; cursor: pointer;
}
.search-suggest li[aria-selected="true"], .search-suggest li:hover { background: var(--bg-soft); }
.search-suggest img { width: 44px; height: 44px; object-fit: cover; border-radius: 8px; flex: 0 0 auto; }
.search-suggest strong { display: block; font-family: var(--font-title); font-size: .9rem; line-height: 1.3; }
.search-suggest small { color: var(--muted); font-size: .78rem; }
.search-suggest mark { background: rgba(22, 112, 153, .16); color: inherit; border-radius: 3px; padding: 0 1px; }
.search-suggest .search-suggest__empty { cursor: default; color: var(--muted); font-size: .92rem; }

.catalog__meta { display: flex; align-items: baseline; justify-content: space-between; flex-wrap: wrap; gap: .5rem 1rem; padding-bottom: 1rem; border-bottom: 2px solid var(--text); }
.catalog__meta h2 { font-size: clamp(1.3rem, 2vw, 1.6rem); margin: 0; }
.catalog__meta p { margin: 0; color: var(--muted); font-size: .92rem; }
.catalog__reset { background: none; border: 0; color: var(--primary); font-weight: 600; padding: 0; margin-left: .5rem; text-decoration: underline; }

.product-list { list-style: none; }
.product {
  display: grid; grid-template-columns: 96px minmax(0, 1fr) auto; align-items: center; gap: 1.4rem;
  padding: 1.15rem .5rem;
  border-bottom: 1px solid var(--border);
  transition: background-color .3s;
  animation: productIn .6s var(--ease-out) both;
}
.product:hover { background: linear-gradient(90deg, var(--bg-soft), transparent); }
@keyframes productIn { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: none; } }
.product__thumb {
  position: relative; width: 96px; height: 96px; padding: 0; border: 1px solid var(--border); border-radius: 12px;
  overflow: hidden; background: #fff; cursor: zoom-in;
}
.product__thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s var(--ease); }
.product__thumb::after {
  content: "\f00e"; font-family: "Font Awesome 6 Free"; font-weight: 900;
  position: absolute; inset: 0; display: flex; align-items: center; justify-content: center;
  background: rgba(1, 14, 42, .45); color: #fff; font-size: 1.15rem; opacity: 0; transition: opacity .3s;
}
.product__thumb:hover img, .product__thumb:focus-visible img { transform: scale(1.1); }
.product__thumb:hover::after, .product__thumb:focus-visible::after { opacity: 1; }
.product__title { font-family: var(--font-title); font-weight: 700; font-size: 1.02rem; margin: 0 0 .4rem; line-height: 1.3; }
.product__tag {
  display: inline-block; font-family: var(--font-text);
  font-size: .68rem; font-weight: 600; letter-spacing: .06em; text-transform: uppercase;
  padding: .15rem .55rem; border-radius: 999px;
  background: rgba(22, 112, 153, .1); color: var(--primary-dark);
  margin-bottom: .35rem;
}
.product__tags { display: flex; flex-wrap: wrap; gap: .35rem; margin-bottom: .35rem; }
.product__tags .product__tag { margin-bottom: 0; }
.product__tag i { font-size: .9em; margin-right: .15rem; }
.product__tag--destacado { background: #15803d; color: #fff; }
.product__tag--oferta { background: #c62828; color: #fff; }
.product__code { display: block; font-size: .85rem; color: var(--muted); }
.product__code b { color: var(--text); font-weight: 600; }
.product__btn { padding: .6rem 1.05rem; font-size: .82rem; box-shadow: 0 6px 16px rgba(22, 112, 153, .25); }
@media (max-width: 575px) {
  .product { grid-template-columns: 76px minmax(0, 1fr); gap: .5rem 1rem; }
  .product__thumb { width: 76px; height: 76px; grid-row: span 2; }
  .product__btn { justify-self: start; }
}
/* Paginación */
.pager { margin-top: 2.25rem; }
.pager[hidden] { display: none; }
.pager__list { list-style: none; display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: .45rem; }
.pager__btn {
  min-width: 44px; height: 44px; padding: 0 .75rem; border-radius: 12px;
  border: 1px solid var(--border); background: #fff; color: var(--text);
  font-family: var(--font-title); font-weight: 700; font-size: .92rem;
  transition: background-color .25s, color .25s, border-color .25s, transform .3s var(--ease);
}
.pager__btn:hover:not(:disabled) { border-color: var(--primary); color: var(--primary); transform: translateY(-2px); }
.pager__btn.is-current { background: var(--grad-primary); color: #fff; border-color: transparent; box-shadow: 0 8px 18px rgba(22, 112, 153, .3); }
.pager__btn:disabled { opacity: .4; cursor: not-allowed; }
.pager__dots { color: var(--muted); padding: 0 .25rem; }
.catalog__empty { text-align: center; padding: 3.5rem 1rem; color: var(--muted); }
.catalog__empty i { font-size: 2.6rem; color: var(--primary); opacity: .5; margin-bottom: 1rem; display: block; }
.catalog__empty strong { display: block; color: var(--text); font-family: var(--font-title); font-size: 1.2rem; margin-bottom: .4rem; }

/* Lightbox */
.lightbox {
  border: 0; padding: 0; background: transparent; max-width: min(92vw, 900px); max-height: 92vh; overflow: visible;
}
.lightbox::backdrop { background: rgba(1, 14, 42, .85); backdrop-filter: blur(4px); }
.lightbox[open] { animation: lbIn .4s var(--ease-out); }
@keyframes lbIn { from { opacity: 0; transform: scale(.94); } to { opacity: 1; transform: none; } }
.lightbox__figure { margin: 0; background: #fff; border-radius: var(--radius-lg); overflow: hidden; }
.lightbox__figure img { width: 100%; max-height: 78vh; object-fit: contain; background: #fff; }
.lightbox__figure figcaption { padding: 1rem 1.4rem; font-family: var(--font-title); font-weight: 700; font-size: 1rem; border-top: 1px solid var(--border); }
.lightbox__close {
  position: absolute; top: -18px; right: -18px;
  width: 46px; height: 46px; border-radius: 50%; border: 0;
  background: var(--grad-primary); color: #fff; font-size: 1.2rem; box-shadow: var(--shadow);
}
@media (max-width: 575px) { .lightbox__close { top: 8px; right: 8px; } }

/* ---------- 17. Contacto ---------- */
.info-cards { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: clamp(1rem, 1.8vw, 1.75rem); list-style: none; margin-bottom: clamp(3rem, 5vw, 4.5rem); }
@media (max-width: 1100px) { .info-cards { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 575px) { .info-cards { grid-template-columns: 1fr; } }
.info-card {
  position: relative; height: 100%; text-align: center;
  padding: 2.5rem 1.5rem 2.2rem;
  background: #fff; border: 1px solid var(--border); border-radius: var(--radius-lg);
  transition: transform .5s var(--ease), box-shadow .5s var(--ease), border-color .5s;
  overflow: hidden;
}
.info-card::before {
  content: ""; position: absolute; left: 0; right: 0; top: 0; height: 4px; background: var(--grad-primary);
  transform: scaleX(0); transition: transform .5s var(--ease);
}
.info-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); border-color: transparent; }
.info-card:hover::before { transform: scaleX(1); }
.info-card__icon {
  width: 80px; height: 80px; margin: 0 auto 1.4rem; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  background: var(--grad-primary); color: #fff; font-size: 2rem;
  box-shadow: 0 0 0 10px rgba(22, 112, 153, .08), 0 14px 30px rgba(22, 112, 153, .3);
  transition: transform .5s var(--ease);
}
.info-card:hover .info-card__icon { transform: scale(1.08) rotate(-6deg); }
.info-card h2 { font-size: 1.2rem; margin-bottom: .5rem; }
.info-card p, .info-card a { margin: 0; color: var(--muted); font-size: 1rem; }
.info-card a:hover { color: var(--primary); }
.info-card a.info-card__strong { color: var(--text); font-family: var(--font-title); font-weight: 700; font-size: 1.1rem; }

.contact-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(1.5rem, 3vw, 2.5rem); align-items: stretch; }
@media (max-width: 991px) { .contact-grid { grid-template-columns: 1fr; } }
.map-frame { position: relative; height: 100%; min-height: 460px; border-radius: var(--radius-lg); overflow: hidden; background: var(--bg-soft); box-shadow: var(--shadow); }
.map-frame iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }

.form-card { height: 100%; background: #fff; border: 1px solid var(--border); border-radius: var(--radius-lg); padding: clamp(1.75rem, 3vw, 2.75rem); box-shadow: var(--shadow); }
.form-card__head { display: flex; align-items: flex-start; justify-content: space-between; gap: 1rem; flex-wrap: wrap; margin-bottom: 1.5rem; }
.form-card__head h2 { font-size: clamp(1.5rem, 2.2vw, 2rem); margin-bottom: .35rem; }
.form-card__head p { margin: 0; color: var(--muted); }
.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1.1rem 1.25rem; }
.form-grid .span-2 { grid-column: 1 / -1; }
@media (max-width: 575px) { .form-grid { grid-template-columns: 1fr; } .form-grid .span-2 { grid-column: auto; } }
.field label { display: block; font-family: var(--font-title); font-weight: 600; font-size: .88rem; margin-bottom: .4rem; }
.field label span[aria-hidden] { color: #c62828; }
.field input, .field textarea {
  width: 100%;
  padding: .9rem 1.1rem;
  border: 1.5px solid var(--border); border-radius: 12px;
  background: var(--bg-soft);
  font: inherit; font-size: 1rem; color: var(--text);
  transition: border-color .3s, box-shadow .3s, background-color .3s;
}
.field textarea { min-height: 150px; resize: vertical; }
.field input:focus, .field textarea:focus { outline: none; border-color: var(--primary); background: #fff; box-shadow: 0 0 0 4px rgba(22, 112, 153, .14); }
.field.has-error input, .field.has-error textarea { border-color: #c62828; background: #fff6f6; }
.field__error { display: block; min-height: 1.1em; margin-top: .3rem; font-size: .83rem; color: #b71c1c; }
.hp-field { position: absolute !important; left: -9999px !important; width: 1px; height: 1px; overflow: hidden; }
.form-footer { display: flex; align-items: center; justify-content: space-between; gap: 1rem; flex-wrap: wrap; margin-top: 1.4rem; }
.form-footer small { color: var(--muted); font-size: .85rem; }
.btn.is-loading { pointer-events: none; opacity: .85; }
.form-status { margin-top: 1.25rem; padding: 0; border-radius: 12px; font-weight: 500; }
.form-status:not(:empty) { padding: 1rem 1.2rem; }
.form-status.is-success { background: #e8f7ee; color: #14532d; border: 1px solid #b7e4c7; }
.form-status.is-error { background: #fdecec; color: #8a1c1c; border: 1px solid #f5c2c2; }
.form-status i { margin-right: .5rem; }

/* Redes */
.social { list-style: none; display: flex; gap: .6rem; }
.social a {
  width: 44px; height: 44px; border-radius: 50%;
  display: inline-flex; align-items: center; justify-content: center;
  background: var(--bg-soft); color: var(--primary); font-size: 1.1rem;
  border: 1px solid var(--border);
  transition: background-color .3s, color .3s, transform .3s var(--ease);
}
.social a:hover { background: var(--grad-primary); color: #fff; transform: translateY(-3px); border-color: transparent; }

/* ---------- 18. 404 ---------- */
.error-box { text-align: center; max-width: 760px; margin-inline: auto; }
.error-box .error-box__code {
  font-family: var(--font-title); font-weight: 900; line-height: .9;
  font-size: clamp(7rem, 20vw, 13rem);
  background: var(--grad-primary); -webkit-background-clip: text; background-clip: text; color: transparent;
  margin-bottom: .5rem;
  animation: floatY 5s ease-in-out infinite;
}
.error-box p { color: var(--muted); font-size: 1.1rem; }
.error-box__actions { display: flex; justify-content: center; flex-wrap: wrap; gap: 1rem; margin-top: 2rem; }

/* ---------- 19. Footer ---------- */
.footer { background: var(--secondary); color: rgba(255, 255, 255, .72); position: relative; overflow: hidden; isolation: isolate; }
.footer::before {
  content: ""; position: absolute; z-index: -1; width: 800px; height: 800px; border-radius: 50%;
  left: -300px; bottom: -500px;
  background: radial-gradient(circle, rgba(22, 112, 153, .22), transparent 65%);
}
.footer a { color: rgba(255, 255, 255, .8); }
.footer a:hover { color: #fff; }
.footer__top { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 2rem; padding-block: 2.75rem; }
.footer__logo img { height: 64px; width: auto; }
.footer__nav { list-style: none; display: flex; flex-wrap: wrap; justify-content: center; gap: .4rem 2rem; }
.footer__nav a { font-family: var(--font-title); font-weight: 600; font-size: .92rem; position: relative; }
.footer__nav a::after { content: ""; position: absolute; left: 0; bottom: -4px; width: 100%; height: 1.5px; background: #5cc6f2; transform: scaleX(0); transform-origin: right; transition: transform .35s var(--ease); }
.footer__nav a:hover::after { transform: scaleX(1); transform-origin: left; }
.footer__social { list-style: none; display: flex; gap: .75rem; }
.footer__social a {
  width: 56px; height: 56px; border-radius: 50%;
  display: inline-flex; align-items: center; justify-content: center;
  font-size: 1.45rem; color: #fff;
  border: 1px solid rgba(255, 255, 255, .18);
  transition: background-color .35s, border-color .35s, transform .35s var(--ease);
}
.footer__social a:hover { background: var(--grad-primary); border-color: transparent; transform: translateY(-4px); }
.footer__divider { height: 1px; border: 0; margin: 0; background: rgba(255, 255, 255, .1); }

.footer__mid { display: grid; grid-template-columns: 65fr 35fr; }
.footer__claim { padding: 3.5rem 3.5rem 3.5rem 0; }
.footer__phrase {
  font-family: var(--font-title); font-weight: 700; color: #fff;
  font-size: clamp(1.5rem, 2.6vw, 2.5rem); line-height: 1.2; letter-spacing: -.015em;
  margin-bottom: 1.75rem; max-width: 980px;
}
.footer__contact { position: relative; padding: 3.5rem 0 3.5rem 3.5rem; display: flex; flex-direction: column; justify-content: center; }
.footer__contact::before { /* separador vertical que no toca las divisorias */
  content: ""; position: absolute; left: 0; top: 2.25rem; bottom: 2.25rem; width: 1px;
  background: linear-gradient(180deg, transparent, rgba(255, 255, 255, .2) 20%, rgba(255, 255, 255, .2) 80%, transparent);
}
.footer__wa {
  display: inline-flex; align-items: center; gap: .75rem;
  font-family: var(--font-title); font-weight: 800; font-size: clamp(1.4rem, 2vw, 1.85rem); color: #fff !important;
  margin-bottom: 1rem; line-height: 1.2;
}
.footer__wa i { color: var(--wa); font-size: 1.15em; }
.footer__wa small { display: block; font-family: var(--font-text); font-weight: 500; font-size: .75rem; letter-spacing: .12em; text-transform: uppercase; color: rgba(255, 255, 255, .55); }
.footer__list { list-style: none; display: grid; gap: .45rem; font-size: .95rem; line-height: 1.45; }
.footer__list li { display: flex; gap: .75rem; align-items: flex-start; }
.footer__list i { width: 18px; text-align: center; color: #5cc6f2; margin-top: .2rem; flex: 0 0 auto; }

.footer__bottom { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 1rem; padding-block: 1.5rem; font-size: .88rem; }
.to-top {
  justify-self: start;
  display: inline-flex; align-items: center; gap: .6rem;
  background: none; border: 0; padding: .35rem 0; color: rgba(255, 255, 255, .85);
  font-family: var(--font-title); font-weight: 600; font-size: .88rem;
}
.to-top i { transition: transform .35s var(--ease); }
.to-top:hover { color: #fff; }
.to-top:hover i { transform: translateY(-4px); }
.footer__copy { margin: 0; text-align: center; }
.footer__copy a { color: #8fd4f3; }

@media (max-width: 991px) {
  .footer__top { grid-template-columns: 1fr; justify-items: center; text-align: center; }
  .footer__mid { grid-template-columns: 1fr; }
  .footer__claim { padding: 2.75rem 0 2rem; text-align: center; }
  .footer__phrase { margin-inline: auto; }
  .footer__contact { padding: 2rem 0 2.75rem; align-items: center; text-align: center; }
  .footer__contact::before { left: 15%; right: 15%; top: 0; bottom: auto; width: auto; height: 1px; background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .2), transparent); }
  .footer__list li { justify-content: center; }
  .footer__bottom { grid-template-columns: 1fr; justify-items: center; text-align: center; padding-bottom: 6rem; }
  .to-top { justify-self: center; }
}

/* ---------- 20. Botón flotante WhatsApp ---------- */
.wa-float {
  position: fixed; right: clamp(1rem, 2vw, 1.75rem); bottom: calc(clamp(1rem, 2vw, 1.75rem) + env(safe-area-inset-bottom, 0px));
  z-index: 900;
  width: 62px; height: 62px; border-radius: 50%;
  display: inline-flex; align-items: center; justify-content: center;
  background: linear-gradient(135deg, #2fe07a, var(--wa) 50%, var(--wa-dark));
  color: #fff !important; font-size: 2rem;
  box-shadow: 0 12px 28px rgba(18, 140, 75, .45);
  transition: transform .35s var(--ease);
  -webkit-tap-highlight-color: transparent;
  transform: translateZ(0);
}
.wa-float:hover { transform: scale(1.08); }
.wa-float::before, .wa-float::after {
  content: ""; position: absolute; inset: 0; border-radius: 50%; z-index: -1;
  border: 2px solid rgba(37, 211, 102, .8);
  animation: waRing 2.4s cubic-bezier(.2, .6, .35, 1) infinite;
}
.wa-float::after { animation-delay: 1.2s; }
@keyframes waRing {
  0%   { transform: scale(1); opacity: .9; box-shadow: 0 0 0 0 rgba(37, 211, 102, .5); }
  100% { transform: scale(1.75); opacity: 0; box-shadow: 0 0 20px 6px rgba(37, 211, 102, 0); }
}
.wa-float__tip {
  position: absolute; right: calc(100% + 14px); top: 50%;
  padding: .55rem .95rem; border-radius: 10px;
  background: #fff; color: var(--text); font-size: .85rem; font-weight: 600; white-space: nowrap;
  box-shadow: var(--shadow);
  opacity: 0; visibility: hidden; transform: translate(8px, -50%);
  transition: opacity .3s, transform .3s var(--ease), visibility .3s;
  pointer-events: none;
}
.wa-float:hover .wa-float__tip, .wa-float:focus-visible .wa-float__tip { opacity: 1; visibility: visible; transform: translate(0, -50%); }
@media (max-width: 767px) { .wa-float { width: 56px; height: 56px; font-size: 1.8rem; } .wa-float__tip { display: none; } }

/* ---------- 21. Efectos de scroll (tipo Elementor) ---------- */
/* Títulos: aparición palabra por palabra */
.reveal-title .rw { display: inline-block; overflow: hidden; vertical-align: top; padding-bottom: .08em; margin-bottom: -.08em; }
.reveal-title .rw > span {
  display: inline-block;
  transform: translate3d(0, 105%, 0) rotate(4deg);
  opacity: 0;
  transition: transform 1s var(--ease-out), opacity 1s var(--ease-out);
  transition-delay: calc(var(--i, 0) * 70ms);
}
.reveal-title.is-inview .rw > span { transform: none; opacity: 1; }
/* evita que el texto con gradiente pierda el efecto al partirse en palabras */
.reveal-title .tg-split { background: none; -webkit-text-fill-color: currentColor; color: inherit; }
.reveal-title .rw > span.text-gradient { -webkit-text-fill-color: transparent; }

/* Imágenes: revelado con cortina */
.img-reveal { clip-path: inset(0 100% 0 0); transition: clip-path 1.4s var(--ease-out); }
.img-reveal.is-inview { clip-path: inset(0 0 0 0); }
.img-reveal img { transform: scale(1.2); transition: transform 1.8s var(--ease-out); }
.img-reveal.is-inview img { transform: scale(1); }
.img-reveal.is-inview:hover img { transform: scale(1.05); }

/* Parallax: controlado por JS con transform */
[data-parallax] { will-change: transform; }

/* Sin JS: mostrar todo */
.no-js .reveal-title .rw > span { transform: none; opacity: 1; }
.no-js .img-reveal { clip-path: none; }

/* Legibilidad del texto del hero con overlay más suave */
.hero__title, .hero__lead, .hero .eyebrow { text-shadow: 0 2px 18px rgba(1, 14, 42, .45); }
.hero .text-gradient { text-shadow: none; } /* la sombra se vería a través del texto con degradé */

/* Enlace a Ofertas (menú y catálogo) */
.dropdown a.dropdown__ofertas { color: #c62828; }
.dropdown a.dropdown__ofertas i { color: #c62828; opacity: 1; }
.dropdown a.dropdown__ofertas:hover { background: #fdeeee; color: #a61f1f; }
.cat-link--ofertas, .cat-link--ofertas i { color: #c62828; }
.cat-link--ofertas:hover { background: #fdeeee; color: #a61f1f; }
.cat-link--ofertas.is-active { background: linear-gradient(135deg, #e53935, #c62828 55%, #9f1d1d); }
