:root {
    --color-primary: #0a66c2;
    --color-accent: #1993ff;
    --color-accent-dark: #1478d4;
    --color-sky: #78d4ff;
    --color-text: #222;
    --color-muted: #666;
    --color-surface-soft: #f5f9ff;
    --color-success: #27ae60;
    --color-error: #e74c3c;
    --radius-card: 22px;
    --radius-control: 14px;
    --shadow-soft: 0 15px 40px rgba(0, 0, 0, 0.08);
    --page-gutter: clamp(20px, 6vw, 10%);
    --header-height: 76px;
}

/* Reset y base */
*,
*::before,
*::after {
    box-sizing: border-box;
}

* {
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
}

body {
    min-width: 320px;
    overflow-x: hidden;
    background: #fff;
    color: var(--color-text);
    font-family: "Poppins", sans-serif;
}

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

button,
input,
select,
textarea {
    font: inherit;
}

a,
button {
    -webkit-tap-highlight-color: transparent;
}

section {
    scroll-margin-top: 90px;
}

#contacto {
    scroll-margin-top: 65px;
}

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

/* Layout global y botones */
.btn-principal,
.btn-secundario,
.btn-nav,
.btn-cotizacion,
.trabaja {
    text-decoration: none;
}

.btn-principal,
.btn-secundario {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 18px 42px;
    border-radius: 50px;
    transition: background-color 0.3s ease, color 0.3s ease, transform 0.3s ease;
}

.btn-principal {
    background: var(--color-accent);
    color: #fff;
    font-weight: 600;
}

.btn-principal:hover {
    background: var(--color-accent-dark);
    transform: translateY(-5px);
}

.btn-secundario {
    border: 2px solid #fff;
    color: #fff;
}

.btn-secundario:hover {
    background: #fff;
    color: var(--color-primary);
}

/* Navbar */
header {
    position: fixed;
    z-index: 1000;
    top: 20px;
    left: 0;
    width: 100%;
    transition: 0.4s ease;
}

.navbar {
    display: grid;
    grid-template-columns: 140px minmax(0, 1fr) 170px;
    align-items: center;
    width: 90%;
    max-width: 1250px;
    min-height: var(--header-height);
    padding: 10px 30px;
    margin: auto;
    border-radius: 60px;
    transition: background-color 0.4s ease, box-shadow 0.4s ease, backdrop-filter 0.4s ease;
}

.logo {
    justify-self: start;
    line-height: 0;
}

.logo img {
    width: 110px;
    height: 110px;
    object-fit: contain;
}

.menu {
    display: flex;
    justify-content: center;
}

.navbar ul {
    display: flex;
    align-items: center;
    gap: 40px;
    padding: 0;
    margin: 0;
    list-style: none;
}

.navbar a {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
}

.navbar ul a {
    position: relative;
    transition: color 0.3s ease;
}

.navbar ul a::after {
    position: absolute;
    bottom: -8px;
    left: 0;
    width: 0;
    height: 3px;
    border-radius: 10px;
    background: #bdbdbd;
    content: "";
    transition: width 0.3s ease;
}

.navbar ul a:hover {
    color: #6ec8ff;
}

.navbar ul a:hover::after,
.navbar ul a.active::after {
    width: 100%;
}

.acciones {
    display: flex;
    justify-content: flex-end;
    min-width: 0;
}

.btn-nav {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 13px 28px;
    border-radius: 40px;
    background: var(--color-accent);
    color: #fff;
    white-space: nowrap;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
    transition:
        background-color 0.3s ease,
        opacity 0.35s ease,
        visibility 0.35s ease,
        transform 0.35s ease;
}

.btn-nav:hover {
    background: var(--color-accent-dark);
    transform: translateY(-3px);
}

header:not(.cta-ready) .btn-nav,
header.hide-btn .btn-nav {
    opacity: 0;
    visibility: hidden;
    transform: translateY(-15px);
    pointer-events: none;
}

header.scroll .navbar {
    background: rgba(255, 255, 255, 0.88);
    box-shadow: 0 10px 35px rgba(0, 0, 0, 0.12);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
}

header.scroll .menu a {
    color: var(--color-text);
}

.menu-toggle {
    display: none;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border: 1px solid rgba(255, 255, 255, 0.45);
    border-radius: 50%;
    background: transparent;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
}

.menu-toggle:focus-visible,
.navbar a:focus-visible,
.btn-principal:focus-visible,
.btn-secundario:focus-visible,
.producto-slide:focus-visible,
.contador button:focus-visible,
.btn-cotizacion:focus-visible,
.btn-whatsapp:focus-visible,
.redes a:focus-visible,
.trabaja:focus-visible {
    outline: 3px solid var(--color-sky);
    outline-offset: 3px;
}

/* Hero */
.hero {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
    min-height: 680px;
    overflow: hidden;
    background-image:
        linear-gradient(rgba(0, 35, 70, 0.6), rgba(0, 60, 120, 0.45)),
        url("../img/optimized/hero.webp");
    background-position: center;
    background-size: cover;
    text-align: center;
}

.contenido {
    z-index: 1;
    width: 90%;
    max-width: 950px;
    color: #fff;
}

.contenido h1 {
    margin-bottom: 25px;
    font-size: clamp(48px, 5vw, 72px);
    line-height: 1.12;
}

.contenido span {
    color: var(--color-sky);
}

.contenido p {
    margin-bottom: 45px;
    font-size: clamp(18px, 1.55vw, 22px);
    font-weight: 300;
}

.botones {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.wave {
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

.wave svg {
    display: block;
    width: 100%;
    height: 120px;
}

/* Nosotros */
.nosotros {
    padding: 100px var(--page-gutter);
    background: #fff;
}

.contenedor {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1200px;
    margin: auto;
    gap: clamp(40px, 6vw, 80px);
}

.imagen-nosotros,
.texto-nosotros {
    flex: 1;
    min-width: 0;
}

.imagen-nosotros img {
    width: 100%;
    max-width: 500px;
    border-radius: 20px;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
    transition: transform 0.35s ease;
}

.texto-nosotros h2 {
    margin-bottom: 20px;
    color: var(--color-primary);
    font-size: clamp(34px, 3.1vw, 44px);
}

.texto-nosotros p {
    margin-bottom: 20px;
    color: #555;
    font-size: 18px;
    line-height: 1.67;
}

.texto-nosotros .btn-principal {
    margin-top: 20px;
}

/* Stats */
.stats {
    position: relative;
    overflow: hidden;
    padding: 35px var(--page-gutter);
    background: linear-gradient(135deg, #0b2f6b 0%, #0a66c2 40%, #1aa3ff 100%);
    color: #fff;
    text-align: center;
}

.grid-stats {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 30px;
    max-width: 1200px;
    margin: auto;
}

.stat {
    min-width: 0;
    padding: 25px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.08);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    opacity: 0;
    transform: translateY(30px);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    transition: opacity 0.6s ease, transform 0.6s ease, box-shadow 0.4s ease;
}

.stats.reveal.active .stat {
    opacity: 1;
    transform: translateY(0);
}

.stats.reveal.active .stat:nth-child(2) {
    transition-delay: 0.08s;
}

.stats.reveal.active .stat:nth-child(3) {
    transition-delay: 0.16s;
}

.stats.reveal.active .stat:nth-child(4) {
    transition-delay: 0.24s;
}

.stat i {
    margin-bottom: 15px;
    font-size: 40px;
    opacity: 0.9;
}

.stat .counter {
    display: block;
    margin-bottom: 10px;
    font-size: clamp(38px, 4vw, 50px);
    line-height: 1.1;
}

.stat p {
    overflow-wrap: anywhere;
    font-size: 16px;
    line-height: 1.5;
    opacity: 0.9;
}

.stats::before,
.stats::after {
    position: absolute;
    inset: 0;
    z-index: 0;
    content: "";
    pointer-events: none;
}

.stats::before {
    background: radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.1), transparent 60%);
    mix-blend-mode: overlay;
    animation: waterMove 8s ease-in-out infinite;
}

.stats::after {
    background-image:
        radial-gradient(circle at 15% 90%, rgba(255, 255, 255, 0.4) 0 8px, transparent 9px),
        radial-gradient(circle at 35% 70%, rgba(255, 255, 255, 0.25) 0 5px, transparent 6px),
        radial-gradient(circle at 58% 95%, rgba(255, 255, 255, 0.35) 0 10px, transparent 11px),
        radial-gradient(circle at 80% 75%, rgba(255, 255, 255, 0.28) 0 7px, transparent 8px);
    background-size: 340px 340px;
    opacity: 0.75;
    animation: bubblesUp 12s linear infinite;
}

.stats.is-paused::before,
.stats.is-paused::after {
    animation-play-state: paused;
}

.particles {
    position: absolute;
    z-index: 1;
    inset: 0;
    overflow: hidden;
    pointer-events: none;
}

.particle {
    position: absolute;
    top: 0;
    left: 0;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.35);
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.4);
    will-change: transform;
}

@keyframes waterMove {
    0%,
    100% {
        transform: translate(-10px, -10px) scale(1);
    }

    50% {
        transform: translate(10px, 15px) scale(1.05);
    }
}

@keyframes bubblesUp {
    0% {
        background-position: 0 180px;
        opacity: 0;
    }

    12% {
        opacity: 0.75;
    }

    100% {
        background-position: 35px -420px;
        opacity: 0;
    }
}

/* Productos y transición a beneficios */
.showcase {
    position: relative;
    height: 100vh;
    min-height: 680px;
    overflow: hidden;
    background: var(--color-surface-soft);
}

.panel {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}

.productos {
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: clamp(90px, 10vh, 120px) var(--page-gutter) 70px;
    background: var(--color-surface-soft);
    text-align: center;
}

.titulo-productos {
    margin-bottom: clamp(50px, 7vh, 80px);
    color: var(--color-primary);
    font-size: clamp(30px, 3vw, 42px);
    line-height: 1.18;
}

.productos-slider {
    width: 100%;
    max-width: 1250px;
    margin: 0 auto;
    overflow: hidden;
}

.productos-track {
    display: flex;
    align-items: stretch;
    gap: clamp(22px, 3vw, 50px);
    will-change: transform;
}

.producto-slide {
    display: flex;
    flex: 0 0 calc((100% - (4 * clamp(22px, 3vw, 50px))) / 5);
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    min-width: 0;
    padding: 0;
    border: 0;
    background: transparent;
    color: inherit;
    cursor: pointer;
    transition: transform 0.35s ease;
    scroll-snap-align: center;
}

.producto-slide img {
    width: 100%;
    max-width: 210px;
    height: clamp(235px, 31vh, 320px);
    object-fit: contain;
    transition: transform 0.4s ease;
}

/* ============================= */
/* NAVEGACIÓN MÓVIL PRODUCTOS */
/* ============================= */

.productos-mobile-nav {
    display: none;
}

.beneficios {
    z-index: 3;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: clamp(80px, 9vh, 100px) var(--page-gutter) 55px;
    background: #fff;
    text-align: center;
}

.subtitulo-seccion {
    margin-bottom: clamp(14px, 2vh, 24px);
    color: var(--color-sky);
    font-size: clamp(20px, 2.1vw, 28px);
    font-weight: 700;
    letter-spacing: 1px;
}

.titulo-beneficios {
    margin-bottom: clamp(24px, 4vh, 40px);
    color: var(--color-primary);
    font-size: clamp(30px, 3vw, 42px);
    line-height: 1.2;
}

.grid-beneficios {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: clamp(12px, 2vw, 30px);
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.beneficio {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 0;
    padding: clamp(20px, 2.2vw, 35px) clamp(12px, 1.7vw, 25px);
    border-radius: 20px;
    text-align: center;
    transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.beneficio i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: clamp(64px, 6vw, 80px);
    height: clamp(64px, 6vw, 80px);
    margin-bottom: 20px;
    border-radius: 50%;
    background: #bbdcfc;
    color: #117fdf;
    font-size: clamp(36px, 4vw, 50px);
}

.beneficio h3 {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 58px;
    margin-bottom: 12px;
    overflow-wrap: anywhere;
    font-size: clamp(16px, 1.55vw, 22px);
    line-height: 1.3;
}

.beneficio p {
    margin: 0;
    color: var(--color-muted);
    font-size: clamp(13px, 1.08vw, 16px);
    line-height: 1.65;
}

.showcase.showcase-static {
    height: auto;
    min-height: 0;
    overflow: visible;
}

.showcase.showcase-static .panel {
    position: relative;
    inset: auto;
    height: auto;
    min-height: 0;
    transform: none !important;
}

/* ============================= */
/*        ZONAS DE ENTREGA       */
/* ============================= */

.zonas-entrega {
    padding: 120px var(--page-gutter);
    background: #f7fbff;
}


/* ============================= */
/* HEADER */
/* ============================= */

.zonas-header {
    max-width: 850px;
    margin: 0 auto 50px;
    text-align: center;
}

.subtitulo-zonas {
    display: inline-block;
    margin-bottom: 14px;

    color: var(--color-accent);

    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1px;
}

.zonas-entrega h2 {
    margin-bottom: 18px;

    color: var(--color-primary);

    font-size: clamp(30px, 3vw, 42px);
    line-height: 1.2;
}

.zonas-entrega p {
    color: var(--color-muted);

    font-size: 18px;
    line-height: 1.7;
}


/* ============================= */
/* LAYOUT */
/* ============================= */

.zonas-layout {
    display: grid;
    grid-template-columns: 320px minmax(0, 1fr);

    align-items: stretch;
    gap: 28px;

    width: 100%;
    max-width: 1250px;

    margin: 0 auto;
}


/* ============================= */
/* LISTA DE LOCALIDADES */
/* ============================= */

.zonas-lista {
    display: flex;
    flex-direction: column;

    gap: 14px;
}


/* ============================= */
/* BOTONES DE LOCALIDADES */
/* ============================= */

.zona-chip {
    width: 100%;

    padding: 18px 20px;

    border: 1px solid #dfe7ef;
    border-radius: 18px;

    background: #ffffff;

    color: #2c2c2c;

    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 500;

    text-align: left;

    cursor: pointer;

    transition:
        transform 0.25s ease,
        border-color 0.25s ease,
        background-color 0.25s ease,
        color 0.25s ease,
        box-shadow 0.25s ease;
}

.zona-chip:hover {
    transform: translateY(-2px);

    border-color: var(--color-accent);

    background: #f8fcff;

    box-shadow:
        0 10px 25px rgba(25, 147, 255, 0.1);
}

.zona-chip.active {
    border-color: var(--color-accent);

    background: #eef7ff;

    color: var(--color-primary);

    box-shadow:
        0 10px 25px rgba(25, 147, 255, 0.12);
}

.zona-chip:focus-visible {
    outline: 3px solid var(--color-sky);
    outline-offset: 3px;
}


/* ============================= */
/* CARD DEL MAPA */
/* ============================= */

.zonas-mapa-card {
    min-width: 0;

    padding: 14px;

    border: 1px solid #e5edf5;
    border-radius: 26px;

    background: #ffffff;

    box-shadow:
        0 15px 40px rgba(0, 0, 0, 0.08);

    overflow: hidden;
}


/* ============================= */
/* GOOGLE MAPS */
/* ============================= */

#mapa-zonas {
    display: block;

    width: 100%;
    height: 560px;

    border: 0;
    border-radius: 20px;

    background: #eef3f7;
}


/* ============================= */
/* TABLET */
/* ============================= */

@media (max-width: 900px) {

    .zonas-entrega {
        padding:
            100px
            var(--page-gutter);
    }

    .zonas-layout {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .zonas-lista {
        display: grid;

        grid-template-columns:
            repeat(2, minmax(0, 1fr));

        gap: 12px;
    }

    .zona-chip {
        text-align: center;
    }

    #mapa-zonas {
        height: 480px;
    }

}


/* ============================= */
/* CELULAR */
/* ============================= */

@media (max-width: 640px) {

    .zonas-entrega {
        padding:
            80px
            var(--page-gutter);
    }

    .zonas-header {
        margin-bottom: 36px;
    }

    .subtitulo-zonas {
        margin-bottom: 10px;

        font-size: 14px;
    }

    .zonas-entrega h2 {
        margin-bottom: 14px;

        font-size: clamp(28px, 8vw, 36px);
    }

    .zonas-entrega p {
        font-size: 15px;
        line-height: 1.6;
    }

    .zonas-layout {
        gap: 18px;
    }

    .zonas-lista {
        grid-template-columns: 1fr;

        gap: 10px;
    }

    .zona-chip {
        padding: 15px 18px;

        font-size: 15px;

        text-align: center;
    }

    .zonas-mapa-card {
        padding: 8px;

        border-radius: 20px;
    }

    #mapa-zonas {
        height: 420px;

        border-radius: 15px;
    }

}


/* ============================= */
/* CELULARES PEQUEÑOS */
/* ============================= */

@media (max-width: 430px) {

    .zonas-entrega {
        padding:
            70px
            var(--page-gutter);
    }

    .zonas-header {
        margin-bottom: 30px;
    }

    .zona-chip {
        padding: 14px 16px;

        border-radius: 15px;

        font-size: 14px;
    }

    #mapa-zonas {
        height: 380px;
    }

}


/* ============================= */
/*       RESEÑAS DE GOOGLE       */
/* ============================= */

.resenas-google {
    position: relative;

    overflow: hidden;

    padding: 110px 0 120px;

    background: #f7fbff;
}


/* ============================= */
/* HEADER */
/* ============================= */

.resenas-header {
    width: min(
        calc(100% - (var(--page-gutter) * 2)),
        900px
    );

    margin: 0 auto 58px;

    text-align: center;
}

.resenas-eyebrow {
    display: inline-flex;

    align-items: center;
    justify-content: center;

    gap: 9px;

    margin-bottom: 14px;

    color: var(--color-accent);

    font-size: 14px;
    font-weight: 700;

    letter-spacing: 1px;
}

.resenas-eyebrow i {
    font-size: 17px;
}

.resenas-header h2 {
    margin-bottom: 16px;

    color: var(--color-primary);

    font-size: clamp(
        32px,
        3.4vw,
        46px
    );

    line-height: 1.15;
}

.resenas-header > p {
    margin: 0 auto;

    color: var(--color-muted);

    font-size: 17px;
    line-height: 1.7;
}


/* ============================= */
/* RATING GENERAL */
/* ============================= */

.resenas-rating {
    display: inline-flex;

    align-items: center;

    gap: 18px;

    margin-top: 28px;

    padding: 14px 22px;

    border: 1px solid #e7edf3;
    border-radius: 18px;

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

    box-shadow:
        0 12px 35px
        rgba(0, 0, 0, 0.06);
}

.resenas-rating > strong {
    color: #202124;

    font-size: 42px;
    font-weight: 500;

    line-height: 1;
}

.resenas-rating-info {
    display: flex;

    flex-direction: column;

    align-items: flex-start;

    gap: 3px;
}

.resenas-rating-info span {
    color: #6b7280;

    font-size: 13px;
}

.resenas-stars {
    color: #f9ab00;

    font-size: 20px;

    letter-spacing: 2px;

    line-height: 1;
}


/* ============================= */
/* SLIDER */
/* ============================= */

.resenas-slider {
    position: relative;

    width: 100%;

    overflow: hidden;
}


/* Fade lateral */

.resenas-slider::before,
.resenas-slider::after {
    position: absolute;

    top: 0;
    bottom: 0;

    z-index: 5;

    width: clamp(
        35px,
        8vw,
        140px
    );

    content: "";

    pointer-events: none;
}

.resenas-slider::before {
    left: 0;

    background:
        linear-gradient(
            to right,
            #f7fbff,
            rgba(247, 251, 255, 0)
        );
}

.resenas-slider::after {
    right: 0;

    background:
        linear-gradient(
            to left,
            #f7fbff,
            rgba(247, 251, 255, 0)
        );
}


/* ============================= */
/* TRACK */
/* ============================= */

.resenas-track {

    --resenas-loop-x: 0px;

    display: flex;

    align-items: stretch;

    gap: 22px;

    width: max-content;

    padding: 15px 11px 25px;

    animation:
        moverResenas 65s
        linear
        infinite;

    will-change: transform;
}

.resenas-slider:hover .resenas-track {
    animation-play-state: paused;
}


/* ============================= */
/* CARD */
/* ============================= */

.resena-card {
    display: flex;

    flex: 0 0 390px;
    flex-direction: column;

    min-height: 285px;

    padding: 26px;

    border: 1px solid #e6ebf0;
    border-radius: 24px;

    background: #ffffff;

    box-shadow:
        0 14px 38px
        rgba(0, 0, 0, 0.065);

    transition:
        transform 0.3s ease,
        border-color 0.3s ease,
        box-shadow 0.3s ease;
}

.resena-card:hover {
    transform: translateY(-5px);

    border-color:
        rgba(25, 147, 255, 0.25);

    box-shadow:
        0 22px 48px
        rgba(0, 0, 0, 0.10);
}


/* ============================= */
/* USUARIO */
/* ============================= */

.resena-usuario {
    display: flex;

    align-items: center;

    gap: 13px;

    margin-bottom: 18px;
}

.resena-avatar {
    display: flex;

    align-items: center;
    justify-content: center;

    flex: 0 0 48px;

    width: 48px;
    height: 48px;

    border-radius: 50%;

    background:
        linear-gradient(
            135deg,
            #0a66c2,
            #1993ff
        );

    color: #ffffff;

    font-size: 19px;
    font-weight: 600;

    text-transform: uppercase;
}

.resena-usuario-info {
    min-width: 0;
}

.resena-usuario-info strong {
    display: block;

    overflow: hidden;

    color: #252525;

    font-size: 16px;
    font-weight: 600;

    text-overflow: ellipsis;

    white-space: nowrap;
}

.resena-usuario-info span {
    color: #777777;

    font-size: 13px;
}


/* ============================= */
/* VALORACIÓN */
/* ============================= */

.resena-meta {
    display: flex;

    align-items: center;

    gap: 10px;

    margin-bottom: 17px;
}

.resena-estrellas {
    color: #f9ab00;

    font-size: 17px;

    letter-spacing: 1px;

    line-height: 1;
}

.resena-fecha {
    color: #777777;

    font-size: 13px;
}


/* ============================= */
/* TEXTO */
/* ============================= */

.resena-texto {
    flex: 1;

    color: #363636;

    font-size: 15px;

    line-height: 1.7;
}


/* ============================= */
/* GOOGLE FOOTER */
/* ============================= */

.resena-google {
    display: flex;

    align-items: center;

    gap: 7px;

    margin-top: 20px;

    color: #777777;

    font-size: 12px;
    font-weight: 500;
}

.resena-google i {
    color: #4285f4;

    font-size: 14px;
}


/* ============================= */
/* ANIMACIÓN */
/* ============================= */

@keyframes moverResenas {

    from {

        transform:
            translate3d(
                0,
                0,
                0
            );

    }

    to {

        transform:
            translate3d(
                var(
                    --resenas-loop-x,
                    0px
                ),
                0,
                0
            );

    }

}


/* ============================= */
/* TABLET */
/* ============================= */

@media (max-width: 900px) {

    .resenas-google {
        padding:
            90px
            0
            100px;
    }

    .resenas-header {
        margin-bottom: 45px;
    }

    .resena-card {
        flex-basis: 350px;

        min-height: 275px;
    }

}


/* ============================= */
/* CELULAR */
/* ============================= */

@media (max-width: 640px) {

    .resenas-google {
        padding:
            75px
            0
            85px;
    }

    .resenas-header {
        width:
            calc(
                100% -
                (var(--page-gutter) * 2)
            );

        margin-bottom: 35px;
    }

    .resenas-header > p {
        font-size: 15px;
    }

    .resenas-rating {
        gap: 14px;

        margin-top: 22px;

        padding: 12px 18px;
    }

    .resenas-rating > strong {
        font-size: 36px;
    }

    .resena-card {
        flex-basis:
            min(
                84vw,
                340px
            );

        min-height: 270px;

        padding: 22px;

        border-radius: 20px;
    }

    .resenas-track {
        gap: 15px;

        animation-duration: 55s;
    }

    .resenas-slider::before,
    .resenas-slider::after {
        width: 25px;
    }

}

/* Contacto */
.contacto {
    padding: 100px var(--page-gutter);
    background: #fff;
}

.frase-contacto {
    margin-bottom: 10px;
    color: #0c6eab;
    font-size: clamp(38px, 4vw, 55px);
    font-weight: 400;
    letter-spacing: 1px;
    text-align: center;
    text-transform: uppercase;
}

.frase-contacto strong {
    font-weight: 700;
}

.contacto > h2 {
    color: var(--color-primary);
    font-size: clamp(34px, 3vw, 42px);
    text-align: center;
}

.subtitulo-contacto {
    max-width: 700px;
    margin: 20px auto 60px;
    color: var(--color-muted);
    text-align: center;
}

.contenedor-contacto {
    max-width: 1200px;
    margin: 0 auto 50px;
}

.info-contacto {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto 50px;
    gap: 28px;
}

.dato {
    display: flex;
    align-items: center;
    min-width: 0;
    gap: 18px;
}

.dato > i {
    flex: 0 0 auto;
    color: var(--color-accent);
    font-size: 28px;
}

.dato div {
    min-width: 0;
}

.dato h3 {
    margin-bottom: 5px;
}

.dato a {
    color: inherit;
}

.dato p {
    line-height: 1.5;
}

.flecha-formulario {
    margin-left: 10px;
    color: var(--color-accent);
    font-size: 20px;
    animation: bajar 1.4s infinite;
}

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

    50% {
        transform: translateY(6px);
    }
}

.contacto-mapa {
    width: 100%;
}

.cotizacion-card {
    width: 100%;
    padding: 24px 28px;
    margin-bottom: 30px;
    border-radius: var(--radius-card);
    background: linear-gradient(135deg, var(--color-accent), #117fdf);
    box-shadow: 0 15px 35px rgba(17, 127, 223, 0.22);
    color: #fff;
    text-align: center;
}

.cotizacion-card > i {
    margin-bottom: 12px;
    font-size: 40px;
}

.cotizacion-card h3 {
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 1.25;
}

.cotizacion-card p {
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 1.5;
    opacity: 0.95;
}

.btn-cotizacion {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 24px;
    border-radius: 50px;
    background: #fff;
    color: #117fdf;
    font-size: 15px;
    font-weight: 700;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.btn-cotizacion:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 30px rgba(255, 255, 255, 0.35);
}

.titulo-pedido {
    margin: 50px 0 25px;
    text-align: center;
}

.titulo-pedido h3 {
    margin-bottom: 8px;
    color: var(--color-text);
    font-size: 30px;
}

.titulo-pedido i {
    margin-right: 10px;
    color: var(--color-accent);
}

.titulo-pedido p {
    color: var(--color-muted);
    font-size: 15px;
}

.productos-pedido {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 25px;
    width: 100%;
}

.producto-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    min-width: 0;
    min-height: 350px;
    padding: 20px;
    border-radius: var(--radius-card);
    background: #fff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    text-align: center;
    transition: transform 0.3s ease;
}

.producto-card img {
    width: 140px;
    height: 140px;
    margin-bottom: 15px;
    object-fit: contain;
}

.producto-card h4 {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    margin-bottom: 8px;
    color: var(--color-text);
    font-size: 21px;
    line-height: 1.25;
}

.preciop {
    margin-bottom: 8px;
    color: #0f5ca0;
    font-size: 22px;
    font-weight: 700;
}

.precio {
    min-height: 27px;
    margin-bottom: 18px;
    color: #117fdf;
    font-size: 18px;
    font-weight: 700;
}

.nota-minima {
    margin: 16px 0 8px;
    color: #777;
    font-size: 13px;
    font-style: italic;
    line-height: 1.55;
}

.contador {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: auto;
    gap: 18px;
}

.contador button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border: 0;
    border-radius: 50%;
    background: #117fdf;
    color: #fff;
    font-size: 25px;
    cursor: pointer;
    transition: transform 0.25s ease, background-color 0.25s ease;
}

.contador span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 38px;
    border-radius: 10px;
    background: #f1f7ff;
    font-size: 18px;
    font-weight: 600;
}

.productos-pedido.error-productos {
    padding: 8px;
    border: 2px solid var(--color-error);
    border-radius: var(--radius-card);
}

.error-productos-texto {
    display: block;
    margin-top: 8px;
    color: var(--color-error);
    font-size: 13px;
    text-align: center;
}

.nota-precio {
    margin-top: 20px;
    color: #777;
    font-size: 13px;
    line-height: 1.55;
    text-align: center;
}

.producto-seleccionado {
    animation: productoSeleccionado 1.5s ease;
}

@keyframes productoSeleccionado {
    0%,
    100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.04);
        box-shadow: 0 0 25px rgba(0, 140, 255, 0.45);
    }
}

/* Formulario */
.form-whatsapp {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));

    column-gap: 14px;
    row-gap: 10px;

    max-width: 1200px;

    padding: 28px;

    margin: 30px auto 0;

    border: 1px solid #e9e9e9;
    border-radius: var(--radius-card);

    background: #fff;

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

.fila-form,
.fila-form .fila {
    display: contents;
}

.campo {
    position: relative;
    min-width: 0;
}

.form-whatsapp input,
.form-whatsapp select,
.form-whatsapp textarea {
    width: 100%;
    padding: 17px;
    border: 2px solid #d5d5d5;
    border-radius: var(--radius-control);
    outline: none;
    background: #f8fbff;
    color: var(--color-text);
    font-family: "Poppins", sans-serif;
    font-size: 15px;
    transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

.form-whatsapp input::placeholder,
.form-whatsapp textarea::placeholder {
    color: #777;
    font-weight: 400;
    opacity: 1;
}

.form-whatsapp input:not(:placeholder-shown),
.form-whatsapp textarea:not(:placeholder-shown),
.form-whatsapp input:focus,
.form-whatsapp textarea:focus {
    color: #2c2c2c;
    font-weight: 500;
}

.form-whatsapp input:hover,
.form-whatsapp select:hover,
.form-whatsapp textarea:hover,
.form-whatsapp input:focus,
.form-whatsapp select:focus,
.form-whatsapp textarea:focus {
    border-color: var(--color-accent);
}

.form-whatsapp input:focus,
.form-whatsapp select:focus,
.form-whatsapp textarea:focus {
    box-shadow: 0 0 0 4px rgba(25, 147, 255, 0.15);
}

.form-whatsapp select {
    padding-right: 50px;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' fill='none' stroke='%231993ff' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='4 7 9 12 14 7'/%3E%3C/svg%3E");
    background-position: right 18px center;
    background-repeat: no-repeat;
    cursor: pointer;
}

.form-whatsapp .campo-mensaje {
    grid-column: 1 / -1;
}

.form-whatsapp .campo-mensaje textarea {
    display: block;
    min-height: 180px;
    padding: 22px 26px;
    border-radius: 18px;
    resize: vertical;
}

.campo.correcto input,
.campo.correcto select,
.campo.correcto textarea {
    border-color: var(--color-success);
    box-shadow: 0 0 0 2px rgba(39, 174, 96, 0.15);
}

.campo.error input,
.campo.error select,
.campo.error textarea {
    border-color: var(--color-error);
    box-shadow: 0 0 0 2px rgba(231, 76, 60, 0.15);
}

.estado-input {
    position: absolute;
    z-index: 20;
    top: 29px;
    right: 18px;
    font-size: 20px;
    transform: translateY(-50%);
    pointer-events: none;
}

.campo.correcto .estado-input {
    color: var(--color-success);
}

.campo.error .estado-input {
    color: var(--color-error);
}

.mensaje-error {
    display: block;

    min-height: 14px;

    margin-top: 4px;

    color: var(--color-error);

    font-size: 12px;
    line-height: 14px;
}

.btn-whatsapp {
    display: flex;
    grid-column: 1 / -1;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 18px;
    margin-top: 10px;
    border: 0;
    border-radius: 50px;
    background: #25d366;
    box-shadow: 0 12px 30px rgba(37, 211, 102, 0.25);
    color: #fff;
    font-size: 17px;
    font-weight: 600;
    cursor: pointer;
    gap: 12px;
    transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.btn-whatsapp i {
    font-size: 30px;
}

.btn-whatsapp:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 40px rgba(37, 211, 102, 0.35);
}

/* Tom Select */
.ts-wrapper {
    position: relative;
}

.ts-control {
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 58px;
    padding: 0 52px 0 17px !important;
    border: 2px solid #d5d5d5 !important;
    border-radius: var(--radius-control) !important;
    background: #f8fbff !important;
    box-shadow: none !important;
    color: #333;
    font-family: "Poppins", sans-serif !important;
    font-size: 15px !important;
    transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

.ts-control:hover,
.ts-control.focus {
    border-color: var(--color-accent) !important;
}

.ts-control.focus {
    box-shadow: 0 0 0 4px rgba(25, 147, 255, 0.15) !important;
}

.ts-control input,
.ts-control .item {
    font-family: "Poppins", sans-serif !important;
    font-size: 15px !important;
}

.ts-wrapper.placeholder-activo .ts-control,
.ts-wrapper.placeholder-activo .ts-control input,
.ts-wrapper.placeholder-activo .ts-control input::placeholder,
.ts-wrapper.placeholder-activo .ts-control .item {
    color: #777 !important;
    font-weight: 400 !important;
    opacity: 1;
}

.ts-wrapper:not(.placeholder-activo) .ts-control .item {
    color: #2c2c2c !important;
    font-weight: 500 !important;
}

.ts-dropdown {
    margin-top: 8px;
    overflow: hidden;
    border: 0 !important;
    border-radius: var(--radius-control) !important;
    background: #fff;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

.ts-dropdown .option {
    padding: 14px 18px;
    color: #555;
    font-family: "Poppins", sans-serif !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    transition: background-color 0.2s ease, color 0.2s ease;
}

.ts-dropdown .option:hover,
.ts-dropdown .active {
    background: var(--color-accent) !important;
    color: #fff;
}

.ts-dropdown .selected:not(.active) {
    background: #eaf5ff;
    color: var(--color-accent);
    font-weight: 600 !important;
}

.ts-arrow {
    position: absolute;
    z-index: 10;
    top: 50%;
    right: 18px;
    color: var(--color-accent);
    font-size: 14px;
    transform: translateY(-50%);
    pointer-events: none;
    transition: transform 0.3s ease;
}

.ts-wrapper.dropdown-active .ts-arrow {
    transform: translateY(-50%) rotate(180deg);
}

.campo.error .ts-control {
    border-color: var(--color-error) !important;
    box-shadow: 0 0 0 2px rgba(231, 76, 60, 0.15) !important;
}

.campo.correcto .ts-control {
    border-color: var(--color-success) !important;
    box-shadow: 0 0 0 2px rgba(39, 174, 96, 0.15) !important;
}

.campo.error .ts-arrow,
.campo.correcto .ts-arrow {
    right: 54px;
}

/* Footer */
.footer {
    padding: 70px var(--page-gutter) 30px;
    background: linear-gradient(135deg, var(--color-primary), var(--color-accent));
    color: #fff;
}

.footer-superior {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    margin-bottom: 35px;
}

.trabaja {
    justify-self: start;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    transition: color 0.3s ease;
}

.trabaja:hover {
    color: #d8ecff;
}

.redes {
    display: flex;
    justify-content: center;
    gap: 22px;
}

.redes a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.15);
    color: #fff;
    font-size: 24px;
    text-decoration: none;
    transition: background-color 0.35s ease, color 0.35s ease, transform 0.35s ease, box-shadow 0.35s ease;
}

.redes a:hover {
    background: #fff;
    box-shadow: 0 10px 25px rgba(255, 255, 255, 0.35);
    color: var(--color-accent);
    transform: translateY(-5px);
}

.logo-footer {
    justify-self: end;
    width: 130px;
    height: 130px;
    object-fit: contain;
    transition: transform 0.4s ease;
}

.footer hr {
    height: 1px;
    margin-bottom: 30px;
    border: 0;
    background: rgba(255, 255, 255, 0.25);
}

.footer-inferior {
    text-align: center;
}

.footer-inferior p:first-child {
    margin-bottom: 12px;
    font-size: 17px;
}

.footer-inferior p:last-child {
    font-size: 14px;
    opacity: 0.85;
}

/* ============================= */
/*          CRÉDITO CASAI         */
/* ============================= */

.footer-credit {
    display: flex;
    align-items: center;
    justify-content: flex-end;

    gap: 6px;

    width: 100%;

    margin-top: 22px;

    color: rgba(255, 255, 255, 0.68);

    font-size: 12px;
    font-weight: 400;

    line-height: 1;
}


/* ============================= */
/* TEXTO */
/* ============================= */

.footer-credit-text {
    white-space: nowrap;
}


/* ============================= */
/* CASAI */
/* ============================= */

.footer-casai {
    position: relative;

    display: inline-block;

    overflow: hidden;

    color: #ffffff;

    font-size: 13px;
    font-weight: 700;

    letter-spacing: 1.2px;

    line-height: 1;

    white-space: nowrap;
}


/* ============================= */
/* REFLEJO */
/* ============================= */

.footer-casai::after {
    position: absolute;

    top: -25%;
    bottom: -25%;
    left: -70%;

    width: 45%;

    content: "";

    background:
        linear-gradient(
            105deg,
            transparent 0%,
            rgba(255, 255, 255, 0.05) 25%,
            rgba(255, 255, 255, 0.95) 50%,
            rgba(255, 255, 255, 0.05) 75%,
            transparent 100%
        );

    transform:
        skewX(-18deg)
        translateX(0);

    opacity: 0;

    pointer-events: none;
}


/* ============================= */
/* REFLEJO AL APARECER */
/* ============================= */

.footer-casai.reflejo-activo::after {
    animation:
        reflejoCasai
        1.35s
        cubic-bezier(0.22, 1, 0.36, 1)
        0.25s
        1
        forwards;
}


/* ============================= */
/* ANIMACIÓN */
/* ============================= */

@keyframes reflejoCasai {

    0% {
        left: -70%;
        opacity: 0;
    }

    15% {
        opacity: 1;
    }

    75% {
        opacity: 1;
    }

    100% {
        left: 125%;
        opacity: 0;
    }

}


/* ============================= */
/* TABLET */
/* ============================= */

@media (max-width: 900px) {

    .footer-credit {
        margin-top: 20px;

        font-size: 11px;
    }

    .footer-casai {
        font-size: 12px;
    }

}


/* ============================= */
/* CELULAR */
/* ============================= */

@media (max-width: 720px) {

    .footer-credit {
        justify-content: center;

        margin-top: 24px;

        font-size: 11px;
    }

    .footer-casai {
        font-size: 12px;

        letter-spacing: 1px;
    }

}


@media (max-width: 900px) and (prefers-reduced-motion: reduce) {

    .footer-casai::after {
        display: none;
    }

}

/* Reveals y estados */
.reveal {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 0.8s ease, transform 0.8s ease;
}

.reveal.active {
    opacity: 1;
    transform: translateY(0);
}

@media (hover: hover) and (pointer: fine) {
    .imagen-nosotros img:hover {
        transform: scale(1.03);
    }

    .stat:hover {
        box-shadow: 0 20px 45px rgba(0, 0, 0, 0.25);
        transform: translateY(-8px) scale(1.02);
    }

    .producto-slide:hover,
    .producto-card:hover {
        transform: translateY(-8px);
    }

    .producto-slide:hover img {
        transform: scale(1.05);
    }

    .beneficio:hover {
        box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
        transform: translateY(-10px);
    }

    .contador button:hover {
        transform: scale(1.1);
    }

    .logo-footer:hover {
        transform: scale(1.08) rotate(-3deg);
    }
}

/* Responsive */
@media (max-width: 1180px) {
    .navbar {
        grid-template-columns: 120px minmax(0, 1fr) 150px;
        padding-inline: 22px;
    }

    .navbar ul {
        gap: clamp(18px, 2.4vw, 32px);
    }

    .productos-pedido {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .grid-beneficios {
        gap: 8px;
    }
}

@media (max-width: 1024px) {
    .grid-stats {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .stat {
        padding: 24px;
    }

    .beneficio {
        padding-inline: 10px;
    }
}

@media (max-width: 900px) {
    :root {
        --page-gutter: 6%;
    }

    .navbar {
        width: 94%;
        grid-template-columns: 105px minmax(0, 1fr) 130px;
        padding: 9px 18px;
    }

    .navbar ul {
        gap: 16px;
    }

    .navbar a {
        font-size: 14px;
    }

    .btn-nav {
        padding: 11px 16px;
    }

    .contenedor {
        flex-direction: column;
        gap: 40px;
    }

    .imagen-nosotros,
    .texto-nosotros {
        width: 100%;
    }

    .imagen-nosotros img {
        margin: auto;
    }

    .showcase {
        height: auto;
        min-height: 0;
        overflow: visible;
    }

    .showcase .panel {
        position: relative;
        inset: auto;
        height: auto;
        min-height: 0;
    }

    .productos {
        padding: 90px var(--page-gutter) 75px;
    }

    .productos-slider {
        overflow-x: auto;
        overflow-y: hidden;

        padding: 8px 0 18px;

        overscroll-behavior-x: contain;

        scroll-behavior: smooth;

        scroll-snap-type: x mandatory;

        scrollbar-width: thin;
        scrollbar-color:
            var(--color-accent)
            transparent;

        touch-action: pan-x;
    }


    .productos-track {
        width: max-content;

        gap: 24px;

        transform: none !important;

        will-change: auto;
    }


    .producto-slide {
        /*
        JS calcula exactamente el ancho
        para mostrar 2 simultáneamente.

        Esta medida queda como fallback.
        */

        flex: 0 0
            calc(
                (
                    100vw -
                    (2 * var(--page-gutter)) -
                    24px
                ) / 2
            );

        scroll-snap-align: start;
    }

    .producto-slide img {
        height: 260px;
    }

    .productos-mobile-nav {
        display: flex;

        align-items: center;
        justify-content: center;

        gap: 14px;

        margin-top: 12px;
    }


    .producto-nav-btn {
        display: flex;

        align-items: center;
        justify-content: center;

        width: 46px;
        height: 46px;

        padding: 0;

        border:
            1px solid
            rgba(10, 102, 194, 0.18);

        border-radius: 50%;

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

        color:
            var(--color-primary);

        font-size: 17px;

        box-shadow:
            0 8px 24px
            rgba(10, 102, 194, 0.10);

        cursor: pointer;

        transition:
            transform 0.2s ease,
            background-color 0.2s ease,
            color 0.2s ease,
            border-color 0.2s ease,
            box-shadow 0.2s ease;

        -webkit-tap-highlight-color:
            transparent;
    }


    .producto-nav-btn:active {
        transform:
            scale(0.92);
    }


    .producto-nav-btn:focus-visible {
        outline:
            3px solid
            var(--color-sky);

        outline-offset:
            3px;
    }

    .beneficios {
        padding: 80px var(--page-gutter);
    }

    .grid-beneficios {
        grid-template-columns: repeat(auto-fit, minmax(min(100%, 240px), 1fr));
        gap: 22px;
    }

    .beneficio {
        padding: 30px 24px;
        background: #fff;
        box-shadow: 0 10px 28px rgba(0, 0, 0, 0.06);
    }

    .beneficio h3 {
        min-height: 0;
        font-size: 21px;
    }

    .beneficio p {
        font-size: 15px;
    }

    .info-contacto {
        flex-direction: column;
        align-items: flex-start;
        max-width: 620px;
        gap: 34px;
    }

    .productos-pedido {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .form-whatsapp {
        grid-template-columns: 1fr;

        row-gap: 8px;
    }
}

@media (max-width: 720px) {
    header {
        top: 12px;
    }

    .navbar {
        position: relative;
        width: calc(100% - 24px);
        grid-template-columns: minmax(72px, 1fr) auto 44px;
        gap: 10px;
        padding: 8px 14px;
        border-radius: 32px;
    }

    .logo img {
        width: 88px;
        height: 88px;
    }

    .acciones {
        display: flex;
        justify-content: center;
    }

    .btn-nav {
        padding: 10px 15px;
        font-size: 13px;
    }

    .menu-toggle {
        display: inline-flex;
        justify-self: end;
    }

    header.scroll .menu-toggle {
        border-color: rgba(34, 34, 34, 0.25);
        color: var(--color-text);
    }

    .menu {
        position: absolute;
        top: calc(100% + 12px);
        right: 0;
        left: 0;
        display: none;
        padding: 16px;
        border-radius: 22px;
        background: rgba(0, 35, 70, 0.96);
        box-shadow: 0 14px 30px rgba(0, 0, 0, 0.2);
    }

    header.scroll .menu {
        background: rgba(255, 255, 255, 0.97);
    }

    .navbar.menu-open .menu {
        display: flex;
    }

    .navbar.menu-open ul {
        flex-direction: column;
        width: 100%;
        gap: 0;
    }

    .navbar.menu-open li,
    .navbar.menu-open .menu a {
        width: 100%;
    }

    .navbar.menu-open .menu a {
        display: block;
        padding: 13px 10px;
        text-align: center;
    }

    .navbar ul a::after {
        display: none;
    }

    .hero {
        height: 100svh;
        min-height: 620px;
    }

    .contenido {
        width: calc(100% - 32px);
    }

    .contenido h1 {
        font-size: clamp(42px, 11vw, 58px);
    }

    .contenido p {
        font-size: clamp(16px, 4vw, 19px);
    }

    .botones {
        flex-direction: column;
        align-items: stretch;
        max-width: 320px;
        margin: auto;
    }

    .btn-principal,
    .btn-secundario {
        padding: 16px 24px;
    }

    .nosotros,
    .contacto {
        padding-block: 80px;
    }

    .stats {
        padding-block: 32px;
    }

    .grid-stats {
        gap: 16px;
    }

    .stat {
        padding: 22px 18px;
    }

    .productos-pedido {
        grid-template-columns: 1fr;
    }

    .producto-card {
        width: 100%;
        max-width: 440px;
        margin: auto;
    }

    .form-whatsapp {
        padding: 22px 16px;
    }

    .footer {
        padding: 50px 6% 26px;
    }

    .footer-superior {
        grid-template-columns: 1fr;
        justify-items: center;
        gap: 24px;
        text-align: center;
    }

    .trabaja,
    .logo-footer {
        justify-self: center;
    }
}

@media (max-width: 600px) {
    .grid-stats {
        grid-template-columns: repeat(auto-fit, minmax(min(100%, 170px), 1fr));
        gap: 14px;
    }

    .stat .counter {
        font-size: 38px;
    }

    .frase-contacto {
        font-size: clamp(34px, 10vw, 44px);
    }

    .cotizacion-card {
        padding-inline: 20px;
    }
}

@media (max-width: 430px) {
    .navbar {
        grid-template-columns: minmax(68px, 1fr) auto 40px;
        gap: 7px;
        padding-inline: 11px;
    }

    .logo img {
        width: 78px;
        height: 78px;
    }

    .menu-toggle {
        width: 40px;
        height: 40px;
    }

    .btn-nav {
        padding: 9px 12px;
        font-size: 12px;
    }

    .wave svg {
        height: 80px;
    }

    .productos {
        padding-top: 78px;
    }


    .producto-slide img {
        height: 250px;
    }

    .productos-mobile-nav {
        gap: 12px;

        margin-top: 8px;
    }


    .producto-nav-btn {
        width: 42px;
        height: 42px;

        font-size: 15px;
    }

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

    .dato {
        align-items: flex-start;
    }

    .dato h3 {
        font-size: 17px;
    }

    .dato p,
    .dato a {
        font-size: 14px;
    }

    .titulo-pedido h3 {
        font-size: 26px;
    }
}

@media (max-width: 370px) {
    .navbar {
        grid-template-columns: 70px minmax(0, 1fr) 38px;
        gap: 5px;
        padding-inline: 9px;
    }

    .logo img {
        width: 70px;
        height: 70px;
    }

    .menu-toggle {
        width: 38px;
        height: 38px;
        font-size: 18px;
    }

    .btn-nav {
        padding: 8px 10px;
        font-size: 11px;
    }

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

@media (prefers-reduced-motion: reduce) and (max-width: 900px) {
    html {
        scroll-behavior: auto;
    }

    *,
    *::before,
    *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        scroll-behavior: auto !important;
        transition-duration: 0.01ms !important;
    }

    .reveal,
    .stat {
        opacity: 1;
        transform: none;
    }
}
