/* -----------------------------------------------
   NEWCONCRET - estilo.css
   CSS global compartido por todas las paginas
   ----------------------------------------------- */

/* -- RESPONSIVE UTILITIES (ISOLATION) -- */
@media (max-width: 900px) {
    .hide-mobile {
        display: none !important;
    }
}

@media (min-width: 901px) {
    .hide-desktop {
        display: none !important;
    }
}

/* -- Fuentes locales DIN Pro -- */
@font-face {
    font-family: 'DINPro';
    src: url('../fonts/DINPro.woff2') format('woff2'), url('../fonts/DINPro.woff') format('woff'), url('../fonts/DINPro.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DINPro';
    src: url('../fonts/DINPro-Italic.woff2') format('woff2'), url('../fonts/DINPro-Italic.woff') format('woff'), url('../fonts/DINPro-Italic.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'DINPro';
    src: url('../fonts/DINPro-Light.woff2') format('woff2'), url('../fonts/DINPro-Light.woff') format('woff'), url('../fonts/DINPro-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DINPro';
    src: url('../fonts/DINPro-LightItalic.woff2') format('woff2'), url('../fonts/DINPro-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'DINPro';
    src: url('../fonts/DINPro-Medium.woff2') format('woff2'), url('../fonts/DINPro-Medium.woff') format('woff'), url('../fonts/DINPro-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DINPro';
    src: url('../fonts/DINPro-MediumItalic.woff2') format('woff2'), url('../fonts/DINPro-MediumItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'DINPro';
    src: url('../fonts/DINPro-Bold.woff2') format('woff2'), url('../fonts/DINPro-Bold.woff') format('woff'), url('../fonts/DINPro-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DINPro';
    src: url('../fonts/DINPro-BoldItalic.woff2') format('woff2'), url('../fonts/DINPro-BoldItalic.woff') format('woff');
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'DINPro';
    src: url('../fonts/DINPro-Black.woff2') format('woff2'), url('../fonts/DINPro-Black.woff') format('woff'), url('../fonts/DINPro-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DINPro';
    src: url('../fonts/DINPro-BlackItalic.woff2') format('woff2'), url('../fonts/DINPro-BlackItalic.woff') format('woff');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

/* -- Fuentes locales DIN Pro Condensed -- */
@font-face {
    font-family: 'DINProCond';
    src: url('../fonts/DINPro-CondensedRegular.woff2') format('woff2'), url('../fonts/DINPro-CondensedRegular.woff') format('woff'), url('../fonts/DINPro-CondensedRegular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DINProCond';
    src: url('../fonts/DINPro-CondensedLight.woff2') format('woff2'), url('../fonts/DINPro-CondensedLight.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DINProCond';
    src: url('../fonts/DINPro-CondensedMedium.woff2') format('woff2'), url('../fonts/DINPro-CondensedMedium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DINProCond';
    src: url('../fonts/DINPro-CondensedBold.woff2') format('woff2'), url('../fonts/DINPro-CondensedBold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DINProCond';
    src: url('../fonts/DINPro-CondensedBlack.woff2') format('woff2'), url('../fonts/DINPro-CondensedBlack.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

/* -- Fuentes locales Avenir LT Std -- */
@font-face {
    font-family: 'Avenir';
    src: url('../fonts/AvenirLTStd-Book.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Avenir';
    src: url('../fonts/AvenirLTStd-BookOblique.otf') format('opentype');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Avenir';
    src: url('../fonts/AvenirLTStd-Roman.otf') format('opentype');
    font-weight: 450;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Avenir';
    src: url('../fonts/AvenirLTStd-Oblique.otf') format('opentype');
    font-weight: 450;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Avenir';
    src: url('../fonts/AvenirLTStd-Medium.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Avenir';
    src: url('../fonts/AvenirLTStd-MediumOblique.otf') format('opentype');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Avenir';
    src: url('../fonts/AvenirLTStd-Heavy.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Avenir';
    src: url('../fonts/AvenirLTStd-HeavyOblique.otf') format('opentype');
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Avenir';
    src: url('../fonts/AvenirLTStd-Black.otf') format('opentype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Avenir';
    src: url('../fonts/AvenirLTStd-BlackOblique.otf') format('opentype');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Avenir';
    src: url('../fonts/AvenirLTStd-Light.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Avenir';
    src: url('../fonts/AvenirLTStd-LightOblique.otf') format('opentype');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

:root {
    --nc-red: #C1121F;
    --nc-red-hot: #E5161E;
    --nc-red-dim: #8B0D14;
    --nc-black: #0A0A0A;
    --nc-dark: #111111;
    --nc-carbon: #161616;
    --nc-steel: #272727;
    --nc-steel-2: #303030;
    --nc-mid: #555;
    --nc-ash: #888;
    --nc-light: #CACAC8;
    --nc-white: #F4F4F2;

    /* DIN Pro Condensed ? titulares, etiquetas, nav, n�meros grandes */
    --font-d: 'DINProCond', 'DINPro', sans-serif;
    /* Avenir ? texto corrido, descripciones, p�rrafos */
    --font-b: 'Avenir', sans-serif;
    /* DIN Pro Regular ? etiquetas t�cnicas, monoespaciado visual (sku, c�digos) */
    --font-m: 'DINPro', sans-serif;
    --expo: cubic-bezier(0.16, 1, 0.3, 1);
}

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

html {
    scroll-behavior: smooth;
    overflow-x: hidden;
    width: 100%;
    position: relative;
}

body {
    font-family: var(--font-b);
    background: var(--nc-black);
    color: var(--nc-white);
    overflow-x: hidden;
    cursor: none;
    position: relative;
    width: 100%;
    -webkit-font-smoothing: antialiased;
}

/* Oculta el cursor nativo (incluida la "mano" sobre links/botones) cuando se
   usa el cursor personalizado: puntero fino + viewport de escritorio. Pisa los
   `cursor: pointer` de botones/.pill/selects de las páginas de catálogo. En
   táctil o ≤900px se restaura el cursor del sistema (media query de abajo). */
@media (pointer: fine) and (min-width: 901px) {
    body * { cursor: none !important; }
}

/* -- CURSOR -- */
#cur {
    position: fixed;
    left: 0;
    top: 0;
    width: 10px;
    height: 10px;
    background: var(--nc-red);
    border-radius: 50%;
    pointer-events: none;
    z-index: 999999;
    transform: translate(-50%, -50%);
    will-change: transform;
    transition: background .2s, border-color .2s;
}

@media (max-width: 900px) {

    #cur,
    #ring {
        display: none !important;
    }

    body, body * {
        cursor: auto !important;
    }
}

#ring {
    position: fixed;
    left: 0;
    top: 0;
    width: 36px;
    height: 36px;
    border: 1px solid rgba(193, 18, 31, .45);
    border-radius: 50%;
    pointer-events: none;
    z-index: 999998;
    transform: translate(-50%, -50%);
    will-change: transform;
    transition: width .3s, height .3s, border-color .2s;
}

/* -- NAVIGATION STYLES MOVED TO nav.css -- */




/* -- HERO (landing) -- */

/* -- HERO SUB-PAGE -- */
.hero-sub {
    position: relative;
    min-height: 70vh;
    display: flex;
    align-items: flex-end;
    padding: 5rem 4rem 5rem;
    overflow: hidden;
}

.hero-sub-bg {
    position: absolute;
    inset: 0;
    z-index: 0;
    background-size: cover;
    background-position: center;
    filter: brightness(.45) saturate(.5);
}

.hero {
    position: relative;
    min-height: 100svh;
    display: flex;
    align-items: flex-end;
    padding: 0 4rem 5.5rem;
    overflow: hidden;
}

.hero-bg {
    position: absolute;
    inset: 0;
    z-index: 0;
}

.hero-bg img,
.hero-bg video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(.4) saturate(.55);
}

.hero-ov {
    position: absolute;
    inset: 0;
    z-index: 1;
    background:
        linear-gradient(to right, rgba(10, 10, 10, .94) 0%, rgba(10, 10, 10, .55) 55%, rgba(10, 10, 10, .1) 100%),
        linear-gradient(to top, rgba(10, 10, 10, .92) 0%, transparent 55%);
}

.hero-content {
    position: relative;
    z-index: 2;
    max-width: 760px;
}

.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: .75rem;
    margin-bottom: 1.5rem;
    animation: fadeUp .8s var(--expo) .3s both;
    line-height: 1;
}

.eyebrow-line {
    width: 36px;
    height: 1px;
    background: var(--nc-red);
    flex-shrink: 0;
}

.eyebrow-tx {
    font-family: var(--font-m);
    font-size: .68rem;
    letter-spacing: .2em;
    text-transform: uppercase;
    color: var(--nc-red-hot);
    line-height: 1;
}

.hero-h1 {
    font-family: var(--font-d);
    font-weight: 900;
    font-size: clamp(3.2rem, 7.5vw, 6.8rem);
    line-height: .93;
    letter-spacing: -.01em;
    text-transform: uppercase;
    color: var(--nc-white);
    margin-bottom: 1.4rem;
    animation: fadeUp .8s var(--expo) .5s both;
}

.hero-h1 .red {
    color: var(--nc-red-hot);
}

.hero-h1 .thin {
    font-weight: 300;
    color: var(--nc-ash);
}

.hero-p {
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.65;
    color: var(--nc-light);
    max-width: 460px;
    margin-bottom: 2.5rem;
    animation: fadeUp .8s var(--expo) .65s both;
}

.hero-btns {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    animation: fadeUp .8s var(--expo) .8s both;
}

.hero-aside {
    position: absolute;
    right: 4rem;
    bottom: 5.5rem;
    z-index: 2;
    display: flex;
    flex-direction: column;
    gap: 1.8rem;
    align-items: flex-end;
    animation: fadeUp .8s var(--expo) 1s both;
}

.aside-stat {
    text-align: right;
}

.aside-num {
    font-family: var(--font-d);
    font-weight: 900;
    font-size: 2.1rem;
    color: var(--nc-white);
    letter-spacing: -.02em;
    line-height: 1;
}

.aside-num em {
    color: var(--nc-red-hot);
    font-style: normal;
    font-size: .75em;
}

.aside-lbl {
    font-family: var(--font-m);
    font-size: .6rem;
    letter-spacing: .15em;
    text-transform: uppercase;
    color: var(--nc-white);
    margin-top: .2rem;
}

.scroll-ind {
    position: absolute;
    bottom: 2rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: .4rem;
}

.scroll-line {
    width: 1px;
    height: 44px;
    background: linear-gradient(to bottom, var(--nc-red), transparent);
    animation: pulse 2s ease-in-out infinite;
}

.scroll-ind span {
    font-family: var(--font-m);
    font-size: .58rem;
    letter-spacing: .2em;
    text-transform: uppercase;
    color: var(--nc-white);
}

/* -- PAGE HERO (subpages) -- */
.nc-cat-hero {
    min-height: 520px;
    padding: 8rem 4rem 4rem;
    background: var(--nc-carbon);
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid var(--nc-steel);
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.nc-cat-hero::before {
    content: attr(data-watermark);
    position: absolute;
    right: 2rem;
    bottom: -1rem;
    font-family: var(--font-d);
    font-weight: 900;
    font-size: clamp(5rem, 14vw, 12rem);
    color: rgba(255, 255, 255, .025);
    letter-spacing: -.05em;
    pointer-events: none;
    line-height: 1;
    user-select: none;
    text-transform: uppercase;
}

.nc-cat-hero .eyebrow {
    animation: fadeUp .7s var(--expo) .2s both;
}

.nc-cat-hero .hero-h1 {
    font-size: clamp(2.8rem, 6vw, 5.5rem);
    margin-bottom: .8rem;
    animation: fadeUp .7s var(--expo) .35s both;
}

.nc-cat-hero .hero-p {
    margin-bottom: 0;
    animation: fadeUp .7s var(--expo) .5s both;
}

/* -- ANIMATIONS -- */
@keyframes pulse {

    0%,
    100% {
        opacity: .3;
    }

    50% {
        opacity: 1;
    }
}

@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translateY(36px);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

/* -- BTNS -- */
.btn-p {
    display: inline-flex;
    align-items: center;
    gap: .7rem;
    font-family: var(--font-d);
    font-weight: 700;
    font-size: .8rem;
    letter-spacing: .18em;
    text-transform: uppercase;
    color: #fff;
    background: var(--nc-red);
    padding: .95rem 1.9rem;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    clip-path: polygon(0 0, 100% 0, 100% 70%, 93% 100%, 0 100%);
    transition: transform .2s;
}

.btn-p::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .14), transparent);
    transition: left .5s;
}

.btn-p:hover::before {
    left: 100%;
}

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

.btn-g {
    display: inline-flex;
    align-items: center;
    gap: .7rem;
    font-family: var(--font-d);
    font-weight: 600;
    font-size: .8rem;
    letter-spacing: .18em;
    text-transform: uppercase;
    color: var(--nc-ash);
    text-decoration: none;
    padding: .95rem 0;
    border-bottom: 1px solid var(--nc-steel);
    transition: color .2s, border-color .2s, gap .2s;
}

.btn-g:hover {
    color: var(--nc-white);
    border-color: var(--nc-ash);
    gap: 1rem;
}

/* Store redirect button */
.btn-store {
    display: inline-flex;
    align-items: center;
    gap: .6rem;
    font-family: var(--font-d);
    font-weight: 700;
    font-size: .75rem;
    letter-spacing: .15em;
    text-transform: uppercase;
    color: #fff;
    background: var(--nc-red);
    padding: .75rem 1.4rem;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    clip-path: polygon(0 0, 100% 0, 100% 70%, 91% 100%, 0 100%);
    transition: background .2s;
    width: 100%;
    justify-content: center;
}

.btn-store:hover {
    background: var(--nc-red-hot);
}

.btn-store svg {
    flex-shrink: 0;
}

/* -- UTILS -- */
.sec {
    padding: 6.5rem 4rem;
}

@media (max-width: 900px) {
    .sec {
        padding: 4rem 1.25rem !important;
    }
}

.sec-lbl {
    display: inline-flex;
    align-items: center;
    gap: .65rem;
    margin-bottom: 1.1rem;
}

.sec-lbl-ln {
    width: 22px;
    height: 2px;
    background: var(--nc-red);
}

.sec-lbl-tx {
    font-family: var(--font-m);
    font-size: .66rem;
    letter-spacing: .2em;
    text-transform: uppercase;
    color: var(--nc-red-hot);
}

.sec-h2 {
    font-family: var(--font-d);
    font-weight: 800;
    font-size: clamp(1.9rem, 3.8vw, 3.3rem);
    line-height: 1;
    letter-spacing: -.01em;
    text-transform: uppercase;
    color: var(--nc-white);
    margin-bottom: 1.1rem;
}

.sec-p {
    font-size: .95rem;
    font-weight: 300;
    line-height: 1.65;
    color: var(--nc-light);
    max-width: 500px;
    opacity: 0.95;
}

.reveal {
    opacity: 0;
    transform: translateY(28px);
    transition: opacity .8s var(--expo), transform .8s var(--expo);
}

.reveal.in {
    opacity: 1;
    transform: none;
}

.d1 {
    transition-delay: .1s;
}

.d2 {
    transition-delay: .2s;
}

.d3 {
    transition-delay: .3s;
}

.d4 {
    transition-delay: .4s;
}

/* -- SUBPAGES CLOCKWORK (Categor�as) -- */
.page-header {
    margin-top: 64px;
    padding: 0 4rem;
    background: var(--nc-dark);
    background-size: cover;
    background-position: center bottom;
    border-bottom: 1px solid var(--nc-steel);
    position: relative;
    overflow: hidden;
}

.page-header::before {
    content: 'NEWCONCRET';
    position: absolute;
    right: -1rem;
    top: 50%;
    transform: translateY(-50%);
    font-family: var(--font-d);
    font-weight: 900;
    font-size: 12vw;
    color: rgba(255, 255, 255, .018);
    letter-spacing: -.04em;
    pointer-events: none;
    line-height: 1;
}

.ph-inner {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding: 3rem 0 2.5rem;
    gap: 2rem;
    flex-wrap: wrap;
    position: relative;
    z-index: 1;
}

.ph-breadcrumb {
    display: flex;
    align-items: center;
    gap: .5rem;
    font-family: var(--font-m);
    font-size: .62rem;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: var(--nc-ash);
    margin-bottom: 1rem;
}

.ph-breadcrumb a {
    color: var(--nc-ash);
    text-decoration: none;
    transition: color .2s;
}

.ph-breadcrumb a:hover {
    color: var(--nc-red-hot);
}

.ph-breadcrumb span {
    color: var(--nc-ash);
}

.ph-eyebrow {
    display: flex;
    align-items: center;
    gap: .65rem;
    margin-bottom: .75rem;
}

.ph-eyebrow-line {
    width: 24px;
    height: 2px;
    background: var(--nc-red);
}

.ph-eyebrow-tx {
    font-family: var(--font-m);
    font-size: .62rem;
    letter-spacing: .18em;
    text-transform: uppercase;
    color: var(--nc-red-hot);
}

.ph-title {
    font-family: var(--font-d);
    font-weight: 900;
    font-size: clamp(2.2rem, 4vw, 3.8rem);
    text-transform: uppercase;
    line-height: .95;
    letter-spacing: -.01em;
    color: var(--nc-white);
}

.ph-desc {
    font-size: .95rem;
    font-weight: 300;
    color: var(--nc-light);
    max-width: 440px;
    line-height: 1.6;
    margin-top: .75rem;
    opacity: 0.95;
}

.ph-count {
    font-family: var(--font-m);
    font-size: .65rem;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: var(--nc-ash);
    align-self: flex-end;
}

.ph-count b {
    color: var(--nc-white);
    font-family: var(--font-d);
    font-size: 1.4rem;
    font-weight: 900;
    display: block;
    letter-spacing: -.01em;
}

.filter-bar {
    padding: 1.25rem 4rem;
    background: var(--nc-carbon);
    border-bottom: 1px solid var(--nc-steel);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
    position: sticky;
    top: 64px;
    z-index: 700;
}

.filter-label {
    font-family: var(--font-m);
    font-size: .6rem;
    letter-spacing: .16em;
    text-transform: uppercase;
    color: var(--nc-ash);
    flex-shrink: 0;
}

.filter-pills {
    display: flex;
    gap: .8rem;
    overflow-x: auto;
    scrollbar-width: none;
    flex: 1;
}

.filter-pills::-webkit-scrollbar {
    display: none;
}

.pill {
    font-family: var(--font-d);
    font-weight: 600;
    font-size: .7rem;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: var(--nc-ash);
    background: none;
    border: 1px solid var(--nc-steel);
    padding: .35rem .9rem;
    cursor: none;
    transition: all .2s;
}

.pill:hover {
    color: var(--nc-white);
    border-color: var(--nc-mid);
}

.pill.active {
    color: var(--nc-white);
    background: var(--nc-red);
    border-color: var(--nc-red);
}

.sort-select {
    font-family: var(--font-m);
    font-size: .62rem;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: var(--nc-ash);
    background: var(--nc-dark);
    border: 1px solid var(--nc-steel);
    padding: .35rem .8rem;
    cursor: none;
    outline: none;
    -webkit-appearance: none;
    appearance: none;
}

.view-toggle {
    display: flex;
    gap: 0;
}

.view-btn {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: none;
    border: 1px solid var(--nc-steel);
    cursor: none;
    color: var(--nc-ash);
    transition: all .2s;
}

.view-btn:first-child {
    border-right: none;
}

.view-btn.active {
    background: var(--nc-red);
    border-color: var(--nc-red);
    color: #fff;
}

.products-section {
    padding: 1rem 0 6rem;
    background: var(--nc-black);
}

.prod-count-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 2rem;
}

.prod-count-tx {
    font-family: var(--font-m);
    font-size: .63rem;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: var(--nc-ash);
}

.prod-count-tx b {
    color: var(--nc-white);
}

.footer-mini {
    padding: 1.5rem 4rem;
    background: var(--nc-carbon);
    border-top: 1px solid var(--nc-steel);
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 1rem;
}

.footer-mini-copy {
    font-family: var(--font-m);
    font-size: .6rem;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: var(--nc-ash);
}

::-webkit-scrollbar {
    width: 4px;
}

::-webkit-scrollbar-track {
    background: var(--nc-black);
}

::-webkit-scrollbar-thumb {
    background: var(--nc-steel);
}

::-webkit-scrollbar-thumb:hover {
    background: var(--nc-red);
}

/* -- STATS BAR -- */
.stats-bar {
    background: var(--nc-carbon);
    border-top: 1px solid var(--nc-steel);
    border-bottom: 1px solid var(--nc-steel);
    padding: 0 4rem;
}

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

.s-card {
    padding: 3.5rem 2rem;
    border-right: 1px solid var(--nc-steel);
    position: relative;
    overflow: hidden;
    transition: background .3s;
}

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

.s-card::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: var(--nc-red);
    transition: width .6s var(--expo);
}

.s-card:hover {
    background: rgba(255, 255, 255, .02);
}

.s-card:hover::after {
    width: 100%;
}

.s-unit {
    font-family: var(--font-m);
    font-size: .62rem;
    letter-spacing: .15em;
    text-transform: uppercase;
    color: var(--nc-red-hot);
    margin-bottom: .4rem;
}

.s-num {
    font-family: var(--font-d);
    font-weight: 900;
    font-size: clamp(2.4rem, 3.5vw, 4rem);
    color: var(--nc-white);
    letter-spacing: -.02em;
    line-height: 1;
    margin-bottom: .5rem;
}

.s-num em {
    color: var(--nc-red-hot);
    font-style: normal;
    font-size: .72em;
}

.s-desc {
    font-size: .84rem;
    font-weight: 300;
    color: var(--nc-ash);
    line-height: 1.5;
}

/* -- CATALOG / PRODUCT CARDS -- */
.cat-hd {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 3.5rem;
    flex-wrap: wrap;
    gap: 1.5rem;
}

/* -- PROD GRID BASE (Landing + Subpages) -- */
.prod-grid,
.grid-wrap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5px;
    background: var(--nc-steel);
}

/* Prod card image (direct img, not inside pcard-img-wrap) */
.prod-card-img {
    width: 100%;
    aspect-ratio: 16 / 10;
    object-fit: cover;
    display: block;
    transition: transform .6s var(--expo), filter .5s;
    filter: brightness(.85) saturate(.7);
}

.prod-card:hover .prod-card-img {
    transform: scale(1.04);
    filter: brightness(.95) saturate(.85);
}

.prod-card-ov {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 200px;
    background: linear-gradient(to bottom, rgba(10, 10, 10, .25), transparent);
    pointer-events: none;
    z-index: 1;
}

.prod-card-body {
    padding: 2rem 1.75rem;
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 0;
    border-top: 1px solid var(--nc-steel);
    background: var(--nc-dark);
}

/* Category tabs (Carousel look on Mobile) */
.cat-tabs {
    display: flex;
    gap: 0;
    margin-bottom: 3rem;
    border-bottom: 1px solid var(--nc-steel);
    overflow-x: auto;
    flex-wrap: nowrap;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.cat-tabs::-webkit-scrollbar {
    display: none;
}

.cat-tab {
    font-family: var(--font-d);
    font-weight: 600;
    font-size: .78rem;
    letter-spacing: .15em;
    text-transform: uppercase;
    color: var(--nc-ash);
    padding: .85rem 1.75rem;
    border-bottom: 2px solid transparent;
    cursor: none;
    transition: color .2s, border-color .2s;
    margin-bottom: -1px;
    background: none;
    border-top: none;
    border-left: none;
    border-right: none;
    white-space: nowrap;
    flex-shrink: 0;
}

.cat-tab.active,
.cat-tab:hover {
    color: var(--nc-white);
    border-bottom-color: var(--nc-red);
}

@media (max-width: 900px) {

    .prod-grid,
    .grid-wrap {
        grid-template-columns: 1fr !important;
        gap: 1px !important;
    }
}

/* PRODUCT CARD BASE (Shared) */
.pcard,
.prod-card {
    background: var(--nc-dark);
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: hidden;
    cursor: none;
    transition: background .25s;
}

.pcard:hover,
.prod-card:hover {
    background: var(--nc-carbon);
}

/* Top accent bar */
.pcard::before,
.prod-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: var(--nc-red);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform .4s var(--expo);
    z-index: 2;
}

.pcard:hover::before,
.prod-card:hover::before {
    transform: scaleX(1);
}

/* Image zone */
.pcard-img-wrap,
.prod-card-img-wrap {
    position: relative;
    overflow: hidden;
    aspect-ratio: 1 / 1;
    background: var(--nc-carbon);
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.5rem;
}

.pcard-img,
.prod-card-img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    display: block;
    filter: brightness(1) saturate(1);
    transition: filter .5s, transform .6s var(--expo);
}

.pcard:hover .pcard-img,
.prod-card:hover .prod-card-img {
    filter: brightness(1.05) saturate(1.1);
    transform: scale(1.05);
}

.pcard-img-ov,
.prod-card-ov {
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at center, transparent 30%, rgba(10, 10, 10, .15) 100%);
    pointer-events: none;
}

/* Badges */
.pcard-badge {
    position: absolute;
    top: 1rem;
    left: 1rem;
    z-index: 1;
    font-family: var(--font-m);
    font-size: .58rem;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: var(--nc-red-hot);
    background: rgba(10, 10, 10, .85);
    padding: .25rem .65rem;
    border: 1px solid rgba(193, 18, 31, .3);
    backdrop-filter: blur(4px);
}

.pcard-badge-new {
    position: absolute;
    top: 1rem;
    right: 1rem;
    z-index: 1;
    font-family: var(--font-m);
    font-size: .55rem;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: #fff;
    background: var(--nc-red);
    padding: .22rem .55rem;
}

.pcard-sku {
    position: absolute;
    bottom: .75rem;
    right: 1rem;
    z-index: 1;
    font-family: var(--font-m);
    font-size: .55rem;
    letter-spacing: .1em;
    color: rgba(255, 255, 255, .2);
    text-transform: uppercase;
}

/* Body */
.pcard-body,
.prod-card-body {
    padding: 2rem 1.75rem;
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 0;
    border-top: 1px solid var(--nc-steel);
}

.pcard-cat,
.prod-tag {
    font-family: var(--font-m);
    font-size: .58rem;
    letter-spacing: .18em;
    text-transform: uppercase;
    color: var(--nc-red-hot);
    margin-bottom: .7rem;
    font-weight: 500;
}

.pcard-name,
.prod-name {
    font-family: var(--font-d);
    font-weight: 900;
    font-size: 1.5rem;
    text-transform: uppercase;
    color: var(--nc-white);
    letter-spacing: .02em;
    line-height: 1;
    margin-bottom: .8rem;
}

.pcard-desc,
.prod-desc {
    font-size: .85rem;
    font-weight: 300;
    color: var(--nc-light);
    line-height: 1.6;
    margin-bottom: 1.5rem;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    opacity: 0.85;
}

.prod-link {
    display: inline-flex;
    align-items: center;
    gap: .45rem;
    font-family: var(--font-d);
    font-size: .72rem;
    font-weight: 600;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: var(--nc-red-hot);
    text-decoration: none;
    transition: color .2s, gap .2s;
}

.prod-link:hover {
    color: var(--nc-red-hot);
    gap: .8rem;
}

/* Actions */
.pcard-actions {
    display: flex;
    gap: .75rem;
    margin-top: auto;
}

.btn-ver,
.btn-store {
    flex: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: .55rem;
    font-family: var(--font-d);
    font-weight: 700;
    font-size: .74rem;
    letter-spacing: .16em;
    text-transform: uppercase;
    color: #fff;
    background: var(--nc-red);
    padding: .75rem 1.25rem;
    text-decoration: none;
    clip-path: polygon(0 0, 100% 0, 100% 68%, 92% 100%, 0 100%);
    position: relative;
    overflow: hidden;
    transition: background .2s;
    border: none;
    cursor: none;
}

.btn-ver:hover,
.btn-store:hover {
    background: var(--nc-red);
    opacity: .9;
}

.btn-ft {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: .45rem;
    font-family: var(--font-d);
    font-weight: 600;
    font-size: .72rem;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: var(--nc-white);
    background: var(--nc-steel);
    border: 1px solid var(--nc-steel);
    padding: .75rem 1rem;
    text-decoration: none;
    cursor: none;
    transition: color .2s, border-color .2s, background .2s;
    white-space: nowrap;
}

.btn-ft:hover {
    color: #fff;
    border-color: var(--nc-ash);
    background: rgba(255, 255, 255, .1);
}

/* Features (3 caracter�sticas) */
.pcard-features,
.modal-feats {
    display: flex;
    flex-direction: column;
    gap: 0;
    margin-bottom: 1.5rem;
    border: 1px solid var(--nc-steel);
}

.pcard-feat,
.modal-feat {
    display: flex;
    align-items: flex-start;
    gap: .8rem;
    padding: .65rem 1rem;
    border-bottom: 1px solid var(--nc-steel);
    position: relative;
    overflow: hidden;
    transition: background .2s;
}

.pcard-feat:last-child,
.modal-feat:last-child {
    border-bottom: none;
}

.pcard:hover .pcard-feat:hover {
    background: rgba(193, 18, 31, .04);
}

.pcard-feat-ic,
.modal-feat-ic {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--nc-steel);
    color: var(--nc-red-hot);
    font-size: 11px;
    margin-top: .1rem;
    border-radius: 0;
    border: 1px solid rgba(255, 255, 255, .05);
}

.pcard-feat-tx {
    flex: 1;
}

.pcard-feat-label,
.modal-feat-label {
    font-family: var(--font-m);
    font-size: .55rem;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: var(--nc-ash);
    display: block;
    margin-bottom: .2rem;
}

.pcard-feat-val,
.modal-feat-val {
    font-family: var(--font-d);
    font-weight: 700;
    font-size: 1rem;
    color: var(--nc-ash);
    transition: color .2s;
}

.pcard:hover .pcard-feat-val {
    color: var(--nc-white);
}

/* -- MODAL (PC) -- */
.modal-bg {
    position: fixed;
    inset: 0;
    z-index: 2000;
    background: rgba(0, 0, 0, .8);
    backdrop-filter: blur(8px);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    pointer-events: none;
    transition: opacity .3s;
    padding: 1.5rem;
}

.modal-bg.open {
    opacity: 1;
    pointer-events: all;
}

.modal {
    background: var(--nc-dark);
    border: 1px solid var(--nc-steel);
    width: 100%;
    max-width: 860px;
    max-height: 88vh;
    overflow-y: auto;
    position: relative;
    transform: translateY(20px);
    transition: transform .35s var(--expo);
}

.modal-bg.open .modal {
    transform: none;
}

.modal-close {
    position: absolute;
    top: 1.25rem;
    right: 1.25rem;
    z-index: 10;
    width: 36px;
    height: 36px;
    background: var(--nc-steel);
    border: none;
    cursor: none;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--nc-ash);
    transition: background .2s, color .2s;
}

.modal-close:hover {
    background: var(--nc-red);
    color: #fff;
}

.modal-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.modal-img {
    width: 100%;
    height: 100%;
    min-height: 280px;
    object-fit: contain;
    display: block;
    background: var(--nc-carbon);
}

.modal-body {
    padding: 2.5rem;
}

.modal-cat {
    font-family: var(--font-m);
    font-size: .6rem;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--nc-red-hot);
    margin-bottom: .5rem;
}

.modal-name {
    font-family: var(--font-d);
    font-weight: 900;
    font-size: 2rem;
    text-transform: uppercase;
    color: var(--nc-white);
    line-height: .95;
    margin-bottom: .75rem;
}

.modal-desc {
    font-size: .88rem;
    font-weight: 300;
    color: var(--nc-ash);
    line-height: 1.65;
    margin-bottom: 0.2rem;
}

.modal-feats-title {
    font-family: var(--font-m);
    font-size: .62rem;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--nc-ash);
    margin-bottom: .75rem;
    margin-top: 0;
}

.modal-actions {
    display: flex;
    gap: 1rem;
}

/* -- LIST VIEW (PC & BASE) -- */
.prod-grid.list-view,
.grid-wrap.list-view {
    grid-template-columns: 1fr !important;
}

.list-view .pcard {
    flex-direction: row !important;
}

.list-view .pcard-img-wrap {
    width: 220px !important;
    height: auto !important;
    flex-shrink: 0 !important;
    border-right: 1px solid var(--nc-steel);
}

.list-view .pcard-body {
    flex: 1;
    padding: 2rem !important;
}

.list-view .pcard-features {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: wrap !important;
    border-bottom: none !important;
}

.list-view .pcard-feat {
    flex: 1 !important;
    min-width: 150px !important;
    border-right: 1px solid var(--nc-steel) !important;
    border-bottom: none !important;
}

.list-view .pcard-feat:last-child {
    border-right: none !important;
}

.list-view .pcard-actions {
    flex-direction: row !important;
    width: 100%;
}

.spec-k {
    font-family: var(--font-m);
    font-size: .58rem;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: var(--nc-ash);
    margin-top: .18rem;
}

/* -- FEATURED PRODUCT (Frida) -- */
.frida-sec {
    background: var(--nc-carbon);
    position: relative;
    overflow: hidden;
}

.frida-sec::before {
    content: 'FRIDA';
    position: absolute;
    right: -1rem;
    top: 50%;
    transform: translateY(-50%);
    font-family: var(--font-d);
    font-weight: 900;
    font-size: 18vw;
    color: rgba(255, 255, 255, .018);
    letter-spacing: -.05em;
    pointer-events: none;
    line-height: 1;
    user-select: none;
}

.frida-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5rem;
    align-items: center;
}

.frida-imgwrap {
    position: relative;
}

.frida-imgwrap img {
    width: 100%;
    filter: brightness(.82) contrast(1.05);
    position: relative;
    z-index: 1;
    display: block;
}

.frida-imgwrap iframe {
    width: 100%;
    aspect-ratio: 16/9;
    position: relative;
    z-index: 1;
    border: none;
    display: block;
}

.frida-imgwrap::before {
    content: '';
    position: absolute;
    top: -1.5rem;
    left: -1.5rem;
    right: 1.5rem;
    bottom: 1.5rem;
    border: 1px solid var(--nc-steel);
    z-index: 0;
}

.frida-imgwrap::after {
    content: '';
    position: absolute;
    bottom: -1.5rem;
    right: -1.5rem;
    width: 100px;
    height: 100px;
    background: var(--nc-red);
    z-index: 0;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 28% 100%);
}

.frida-badge {
    position: absolute;
    top: 2rem;
    right: -1rem;
    z-index: 2;
    background: var(--nc-black);
    border: 1px solid var(--nc-steel);
    padding: .9rem 1.4rem;
}

.frida-badge-n {
    font-family: var(--font-d);
    font-weight: 900;
    font-size: 1.9rem;
    color: var(--nc-red-hot);
    line-height: 1;
}

.frida-badge-l {
    font-family: var(--font-m);
    font-size: .58rem;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: var(--nc-ash);
    margin-top: .2rem;
}

.specs-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-top: 2.5rem;
    border: 1px solid var(--nc-steel);
}

.spec {
    padding: 1.1rem 1.4rem;
    border-right: 1px solid var(--nc-steel);
    border-bottom: 1px solid var(--nc-steel);
    display: flex;
    align-items: flex-start;
    gap: .9rem;
    transition: background .2s;
}

.spec:hover {
    background: rgba(193, 18, 31, .05);
}

.spec:nth-child(even) {
    border-right: none;
}

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

.spec-ic {
    width: 30px;
    height: 30px;
    background: var(--nc-steel);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: var(--nc-red-hot);
    font-size: 13px;
}

.spec-v {
    font-family: var(--font-d);
    font-weight: 700;
    font-size: 1.05rem;
    color: var(--nc-white);
    line-height: 1;
}


/* -- INSUMOS GRID -- */
.insumos-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5px;
    background: var(--nc-steel);
    margin-top: 3rem;
}

.ins-card {
    background: var(--nc-dark);
    padding: 2rem 1.75rem;
    position: relative;
    overflow: hidden;
    transition: background .3s;
}

.ins-card:hover {
    background: var(--nc-carbon);
}

.ins-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 2px;
    height: 0;
    background: var(--nc-red);
    transition: height .4s var(--expo);
}

.ins-card:hover::before {
    height: 100%;
}

.ins-icon {
    font-size: 1.4rem;
    margin-bottom: 1.25rem;
    display: block;
}

.ins-name {
    font-family: var(--font-d);
    font-weight: 700;
    font-size: 1.05rem;
    text-transform: uppercase;
    color: var(--nc-white);
    margin-bottom: .55rem;
    letter-spacing: .02em;
}

.ins-desc {
    font-size: .85rem;
    color: var(--nc-light);
    line-height: 1.6;
    margin-bottom: 1.2rem;
    opacity: 0.9;
}

.ins-link {
    font-family: var(--font-m);
    font-size: .62rem;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: var(--nc-red-hot);
    text-decoration: none;
    transition: opacity .2s;
}

.ins-link:hover {
    opacity: .7;
}

/* -- CAPACITACIONES (Premium Redesign) -- */
.cap-sec {
    background: var(--nc-black);
    position: relative;
    overflow: hidden;
}

.cap-sec::before {
    content: 'CAPACITACIONES';
    position: absolute;
    right: -2rem;
    top: 10%;
    font-family: var(--font-d);
    font-weight: 900;
    font-size: clamp(3rem, 9.5vw, 12rem);
    color: rgba(255, 255, 255, .05);
    letter-spacing: -.05em;
    pointer-events: none;
}

.cap-intro {
    max-width: 800px;
    margin-bottom: 4rem;
    position: relative;
    z-index: 2;
}

/* 2×2 module grid replacing old pillar-card layout */
.cap-modules {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5px;
    background: var(--nc-steel);
    margin-bottom: 4rem;
    position: relative;
    z-index: 2;
}

.cap-module {
    background: var(--nc-dark);
    padding: 2.5rem 2.5rem 2.25rem;
    display: flex;
    flex-direction: column;
    gap: .85rem;
    position: relative;
    overflow: hidden;
    transition: background .3s;
}

.cap-module::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 3px;
    height: 0;
    background: var(--nc-red);
    transition: height .5s var(--expo);
}

.cap-module:hover {
    background: rgba(255, 255, 255, .025);
}

.cap-module:hover::before {
    height: 100%;
}

.cap-module-icon {
    display: flex;
    margin-bottom: .25rem;
}

.cap-module-title {
    font-family: var(--font-d);
    font-weight: 800;
    font-size: 1.3rem;
    text-transform: uppercase;
    color: var(--nc-white);
    line-height: 1;
    letter-spacing: -.01em;
}

.cap-module-desc {
    font-size: .9rem;
    color: var(--nc-ash);
    line-height: 1.6;
    font-weight: 300;
    max-width: 380px;
}

.cap-pillars {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5px;
    background: var(--nc-steel);
    margin-bottom: 4rem;
    position: relative;
    z-index: 2;
}

.pillar-card {
    background: var(--nc-dark);
    padding: 3rem 2.5rem;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    transition: background .3s;
    position: relative;
    overflow: hidden;
}

.pillar-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 3px;
    height: 0;
    background: var(--nc-red);
    transition: height .5s var(--expo);
}

.pillar-card:hover {
    background: rgba(255, 255, 255, .02);
}

.pillar-card:hover::before {
    height: 100%;
}

.pillar-num {
    font-family: var(--font-d);
    font-weight: 900;
    font-size: 4rem;
    line-height: .8;
    color: rgba(255, 255, 255, .2);
    transition: color .4s;
}

.pillar-card:hover .pillar-num {
    color: rgba(193, 18, 31, .15);
}

.pillar-info {
    flex: 1;
}

.pillar-label {
    font-family: var(--font-m);
    font-size: .65rem;
    letter-spacing: .2em;
    text-transform: uppercase;
    color: var(--nc-red-hot);
    display: block;
    margin-bottom: .6rem;
    font-weight: 500;
}

.pillar-title {
    font-family: var(--font-d);
    font-weight: 800;
    font-size: 1.65rem;
    text-transform: uppercase;
    color: var(--nc-white);
    line-height: 1;
    margin-bottom: 1rem;
}

.pillar-desc {
    font-size: .95rem;
    color: var(--nc-light);
    line-height: 1.65;
    font-weight: 300;
    opacity: 0.9;
}

/* Featured Course Card */
.cap-featured {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 0;
    background: var(--nc-carbon);
    border: 1px solid var(--nc-steel);
    margin-top: 4rem;
    position: relative;
    z-index: 2;
}

.cap-feat-img {
    position: relative;
    overflow: hidden;
    min-height: 340px;
}

.cap-feat-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(.7) saturate(.6);
    transition: transform .8s var(--expo);
}

.cap-featured:hover .cap-feat-img img {
    transform: scale(1.05);
}

.cap-feat-body {
    padding: 4rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.cap-feat-tag {
    display: inline-flex;
    align-items: center;
    gap: .6rem;
    background: var(--nc-red);
    color: #fff;
    font-family: var(--font-m);
    font-size: .58rem;
    letter-spacing: .15em;
    text-transform: uppercase;
    padding: .35rem .8rem;
    margin-bottom: 2rem;
    width: fit-content;
}

.cap-feat-title {
    font-family: var(--font-d);
    font-weight: 900;
    font-size: 2.8rem;
    text-transform: uppercase;
    color: var(--nc-white);
    line-height: .95;
    margin-bottom: 1.5rem;
}

.cap-feat-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
    margin-bottom: 2.5rem;
}

.cap-feat-item {
    display: flex;
    align-items: flex-start;
    gap: .8rem;
}

.cap-feat-ic {
    font-size: 1.1rem;
    color: var(--nc-red-hot);
    margin-top: .15rem;
}

.cap-feat-label {
    font-family: var(--font-m);
    font-size: .58rem;
    color: var(--nc-ash);
    text-transform: uppercase;
    display: block;
    margin-bottom: 0.2rem;
}

.cap-feat-val {
    font-family: var(--font-d);
    font-weight: 700;
    font-size: 1.1rem;
    color: var(--nc-white);
}

.cap-cta-banner {
    background: var(--nc-red);
    padding: 4rem;
    margin-top: 1.5px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 3rem;
    clip-path: polygon(0 0, 100% 0, 100% 90%, 98% 100%, 0 100%);
}

.cap-cta-info h3 {
    font-family: var(--font-d);
    font-weight: 900;
    font-size: 2.2rem;
    text-transform: uppercase;
    color: #fff;
    line-height: 1;
}

.cap-cta-info p {
    font-size: 1rem;
    color: rgba(255, 255, 255, .8);
    margin-top: .5rem;
    font-weight: 300;
}

.btn-white {
    display: inline-flex;
    align-items: center;
    gap: .7rem;
    font-family: var(--font-d);
    font-weight: 700;
    font-size: .78rem;
    letter-spacing: .18em;
    text-transform: uppercase;
    color: var(--nc-red-hot);
    background: #fff;
    padding: .9rem 1.8rem;
    text-decoration: none;
    clip-path: polygon(0 0, 100% 0, 100% 70%, 92% 100%, 0 100%);
    transition: opacity .2s;
}

.btn-white:hover {
    opacity: .9;
}

/* -- PROCESO -- */
.proc-steps {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    border: 1px solid var(--nc-steel);
    margin-top: 2rem;
}

.proc-step {
    padding: 1.75rem 1.5rem;
    border-right: 1px solid var(--nc-steel);
    transition: background .3s;
}

.proc-step:last-child {
    border-right: none;
}

.proc-step:hover {
    background: var(--nc-carbon);
}

.proc-n {
    font-family: var(--font-d);
    font-weight: 900;
    font-size: 3.5rem;
    color: rgba(255, 255, 255, .22);
    line-height: 1;
    margin-bottom: .7rem;
    transition: color .3s;
}

.proc-step:hover .proc-n {
    color: rgba(193, 18, 31, .35);
}

.proc-t {
    font-family: var(--font-d);
    font-weight: 700;
    font-size: 1.05rem;
    text-transform: uppercase;
    color: var(--nc-white);
    margin-bottom: .4rem;
    letter-spacing: .02em;
}

.proc-d {
    font-size: .85rem;
    color: var(--nc-light);
    line-height: 1.6;
    opacity: 0.9;
}

/* ── NC CICLO (Del hormigón al piso terminado) ── */
.nc-ciclo-sec {
    background: var(--nc-carbon);
}

.nc-ciclo-hd {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem 5rem;
    align-items: start;
    margin-bottom: 4rem;
}

.nc-ciclo-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5px;
    background: var(--nc-steel);
}

.nc-ciclo-item {
    background: var(--nc-dark);
    padding: 2.75rem 2.5rem;
    display: flex;
    flex-direction: column;
    gap: 1.1rem;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    transition: background .3s;
}

.nc-ciclo-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 3px;
    height: 0;
    background: var(--nc-red);
    transition: height .5s var(--expo);
}

.nc-ciclo-item:hover {
    background: rgba(255, 255, 255, .02);
}

.nc-ciclo-item:hover::before {
    height: 100%;
}

.nc-ciclo-tag {
    font-family: var(--font-d);
    font-weight: 900;
    font-size: 1.55rem;
    text-transform: uppercase;
    color: var(--nc-white);
    line-height: 1;
    letter-spacing: -.01em;
    transition: color .3s;
}

.nc-ciclo-item:hover .nc-ciclo-tag {
    color: var(--nc-red-hot);
}

.nc-ciclo-body {
    font-size: .9rem;
    color: var(--nc-ash);
    line-height: 1.65;
    font-weight: 300;
    max-width: 42ch;
    flex: 1;
}

.nc-ciclo-what {
    font-size: .8rem;
    color: var(--nc-light);
    line-height: 1.55;
    font-weight: 300;
    border-top: 1px solid var(--nc-steel);
    padding-top: 1rem;
    display: flex;
    flex-direction: column;
    gap: .3rem;
}

.nc-ciclo-what-lbl {
    font-family: var(--font-m);
    font-size: .58rem;
    letter-spacing: .18em;
    text-transform: uppercase;
    color: var(--nc-red-hot);
    font-weight: 500;
}

.nc-ciclo-cta {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    font-family: var(--font-m);
    font-size: .62rem;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: var(--nc-red-hot);
    font-weight: 700;
    transition: gap .3s;
}

.nc-ciclo-item:hover .nc-ciclo-cta {
    gap: .85rem;
}

@media (max-width: 900px) {
    .nc-ciclo-hd {
        grid-template-columns: 1fr;
    }
    .nc-ciclo-grid {
        grid-template-columns: 1fr;
    }
}

/* -- BRANDS CAROUSEL -- */
.brands-sec {
    padding: 6rem 0;
    overflow: hidden;
    background: var(--nc-black);
    border-top: 1px solid var(--nc-steel);
}

.brands-carousel {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.brands-carousel::before,
.brands-carousel::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 150px;
    z-index: 10;
    pointer-events: none;
}

.brands-carousel::before {
    left: 0;
    background: linear-gradient(to right, var(--nc-black) 10%, transparent);
}

.brands-carousel::after {
    right: 0;
    background: linear-gradient(to left, var(--nc-black) 10%, transparent);
}

.brands-track {
    display: flex;
    width: max-content;
    align-items: center;
    position: relative;
    z-index: 1;
    animation: scroll-brands 80s linear infinite;
}

.brands-list {
    display: flex;
    align-items: center;
    gap: 5.5rem;
    padding: 0 4rem;
}

.brand-item {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.brand-item img {
    height: 60px;
    width: auto;
    max-width: 220px;
    object-fit: contain;
    filter: grayscale(1) invert(1) brightness(1) opacity(0.9);
    mix-blend-mode: screen;
    transition: all .6s cubic-bezier(0.16, 1, 0.3, 1);
}

.brand-item:hover img {
    filter: grayscale(0) invert(0) brightness(1.1) opacity(1);
    transform: translateY(-5px) scale(1.08);
}

@keyframes scroll-brands {
    0% {
        transform: translateX(0);
    }

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

/* -- TESTIMONIALS -- */
.test-sec {
    background: var(--nc-carbon);
}

.test-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5px;
    background: var(--nc-steel);
    margin-top: 3.5rem;
}

.test-card {
    background: var(--nc-dark);
    padding: 2.5rem 3rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 220px;
}

.test-card.feat {
    background: var(--nc-red);
    grid-column: span 2;
    padding: 3rem 4rem;
    min-height: auto;
}

.q-mark {
    font-family: var(--font-d);
    font-weight: 900;
    font-size: 5rem;
    color: rgba(255, 255, 255, .15);
    line-height: .7;
    margin-bottom: 0;
}

.test-card.feat .q-mark {
    color: rgba(255, 255, 255, .25);
}

.test-txt {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.7;
    color: var(--nc-light);
    margin-bottom: 2rem;
    font-style: italic;
    flex: 1;
}

.test-card.feat .test-txt {
    font-size: 1.15rem;
    color: rgba(255, 255, 255, .9);
    margin-bottom: 0;
    flex: 1;
}

.test-card.feat .test-auth {
    margin-top: 2.5rem;
}

.test-auth {
    display: flex;
    align-items: center;
    gap: .9rem;
}

.auth-av {
    width: 42px;
    height: 42px;
    background: var(--nc-steel);
    clip-path: polygon(0 0, 100% 0, 100% 72%, 72% 100%, 0 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--font-d);
    font-weight: 700;
    font-size: .95rem;
    color: #fff;
}

.test-card.feat .auth-av {
    background: rgba(255, 255, 255, .2);
}

.auth-name {
    font-family: var(--font-d);
    font-weight: 700;
    font-size: .88rem;
    text-transform: uppercase;
    letter-spacing: .04em;
    color: #fff;
}

.auth-role {
    font-family: var(--font-m);
    font-size: .62rem;
    letter-spacing: .11em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, .45);
    margin-top: .12rem;
}

/* -- CTA FINAL -- */
.cta-sec {
    padding: 8rem 4rem;
    background: var(--nc-black);
    position: relative;
    overflow: hidden;
}

.cta-sec::before {
    content: '';
    position: absolute;
    top: -120px;
    right: -120px;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(193, 18, 31, .12) 0%, transparent 70%);
    pointer-events: none;
}

.cta-box {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 4rem;
    align-items: center;
    border: 1px solid rgba(255, 255, 255, .1);
    padding: 5rem;
    background: linear-gradient(rgba(10, 10, 10, .78), rgba(10, 10, 10, .78)), url('../img/hero/productos.jpg');
    background-size: cover;
    background-position: center;
}

.cta-h2 {
    font-family: var(--font-d);
    font-weight: 900;
    font-size: clamp(1.9rem, 3.8vw, 3.3rem);
    text-transform: uppercase;
    color: var(--nc-white);
    line-height: 1;
    letter-spacing: -.01em;
}

.cta-h2 span {
    color: var(--nc-red-hot);
}

.cta-sub {
    font-size: .95rem;
    color: var(--nc-light);
    margin-top: .9rem;
    font-weight: 300;
    opacity: 0.9;
}

.cta-acts {
    display: flex;
    flex-direction: column;
    gap: .9rem;
    align-items: flex-start;
    flex-shrink: 0;
}

.cta-phone {
    font-family: var(--font-m);
    font-size: .65rem;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: var(--nc-ash);
}

/* en el CTA centrado el teléfono cuelga debajo del botón, no dentro de .cta-acts */
.cta-nos .cta-phone {
    margin-top: 1.25rem;
}

/* -- CTA IMAGEN (nosotros-style, reutilizable) -- */
.cta-nos {
    position: relative;
    min-height: 62vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 6rem 4rem;
    overflow: hidden;
}
.cta-nos::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 2px;
    background: var(--nc-red);
    z-index: 3;
}
.cta-nos-bg { position: absolute; inset: 0; z-index: 0; }
.cta-nos-bg img {
    width: 100%; height: 100%;
    object-fit: cover;
    filter: brightness(.18) saturate(.5);
}
.cta-nos-ov {
    position: absolute; inset: 0; z-index: 1;
    background:
        radial-gradient(ellipse 80% 60% at 50% 60%, rgba(10,10,10,.3) 0%, rgba(10,10,10,.88) 100%),
        linear-gradient(to top, rgba(10,10,10,.98) 0%, transparent 60%);
}
.cta-nos-content {
    position: relative; z-index: 2;
    width: 100%; max-width: 700px;
}
.cta-nos-h2 {
    font-family: var(--font-d);
    font-weight: 900;
    font-size: clamp(2.4rem, 4.2vw, 3.8rem);
    line-height: .95;
    letter-spacing: -.025em;
    text-transform: uppercase;
    color: var(--nc-white);
    margin-bottom: 1.5rem;
    text-wrap: balance;
}
.cta-nos-h2 span { color: var(--nc-red-hot); }
.cta-nos-sub {
    font-size: 1rem;
    font-weight: 300;
    color: var(--nc-light);
    line-height: 1.65;
    max-width: 72ch;
    margin: 0 auto 2.75rem;
}
.cta-nos-acts {
    display: flex;
    justify-content: center;
    gap: 1rem;
    flex-wrap: wrap;
}

/* en las páginas de producto el CTA va más bajo que en landing/capacitación/nosotros */
#cta-section.cta-nos,
.cta-nos.hide-mobile {
    min-height: 40vh;
    padding: 3.5rem 4rem;
}
#cta-section.cta-nos .cta-nos-sub,
.cta-nos.hide-mobile .cta-nos-sub {
    margin-bottom: 2rem;
}

/* -- FOOTER -- */
.footer {
    background: var(--nc-carbon);
    border-top: 1px solid var(--nc-steel);
    padding: 4rem;
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.4fr 1fr 1fr 1fr;
    gap: 3rem;
    margin-bottom: 3rem;
    padding-bottom: 3rem;
    border-bottom: 1px solid var(--nc-steel);
}

.footer-brand p {
    font-size: .85rem;
    color: var(--nc-ash);
    line-height: 1.6;
    font-weight: 300;
    margin-top: 1.1rem;
}

.f-col-title {
    font-family: var(--font-d);
    font-weight: 700;
    font-size: .75rem;
    letter-spacing: .18em;
    text-transform: uppercase;
    color: var(--nc-white);
    margin-bottom: 1.1rem;
}

.f-links {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: .55rem;
}

.f-links a {
    font-size: .84rem;
    color: var(--nc-ash);
    text-decoration: none;
    font-weight: 300;
    transition: color .2s;
}

.f-links a:hover {
    color: var(--nc-red-hot);
}

.footer-bot {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-copy {
    font-family: var(--font-m);
    font-size: .62rem;
    letter-spacing: .11em;
    text-transform: uppercase;
    color: var(--nc-ash);
}

/* -- FOOTER PREMIUM -- */
.footer {
    background: var(--nc-carbon);
    border-top: 1px solid var(--nc-steel);
    padding: 6rem 4rem 3rem;
    color: var(--nc-white);
}

.footer-grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1.5fr;
    gap: 4rem;
    margin-bottom: 2.5rem;
}

.footer-brand {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.footer-brand .logo-img {
    height: 32px;
    width: auto;
    align-self: flex-start;
}

.footer-brand p {
    font-size: 0.9rem;
    color: var(--nc-ash);
    line-height: 1.6;
    max-width: 320px;
}

.f-socials {
    display: flex;
    gap: 1rem;
    margin-top: 0.5rem;
}

.f-social-btn {
    width: 40px;
    height: 40px;
    background: var(--nc-steel);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: var(--nc-light);
    transition: all 0.3s;
}

.f-social-btn:hover {
    background: var(--nc-red);
    color: var(--nc-white);
    transform: translateY(-3px);
}

.f-col-title {
    font-family: var(--font-d);
    font-weight: 700;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    color: var(--nc-white);
    margin-bottom: 2rem;
    position: relative;
}

.f-col-title::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -0.8rem;
    width: 20px;
    height: 1px;
    background: var(--nc-red);
}

.f-links {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.f-link {
    font-size: 0.88rem;
    color: var(--nc-ash);
    text-decoration: none;
    transition: color 0.3s;
}

.f-link:hover {
    color: var(--nc-red-hot);
}

.f-contact {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.f-contact-row {
    display: flex;
    align-items: flex-start;
    gap: 0.8rem;
    color: var(--nc-ash);
    text-decoration: none;
    font-size: 0.88rem;
}

.f-contact-row svg {
    flex-shrink: 0;
    color: var(--nc-red-hot);
    margin-top: 0.1rem;
}

.f-contact-row:hover span {
    color: var(--nc-white);
}

.f-contact-row span {
    transition: color 0.3s;
}

.footer-bot {
    border-top: 1px solid var(--nc-steel);
    padding-top: 2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: var(--font-m);
    font-size: 0.58rem;
    color: var(--nc-ash);
    text-transform: uppercase;
    letter-spacing: 0.12em;
}

@media (max-width: 1100px) {
    .footer-grid {
        grid-template-columns: 1fr 1fr;
        gap: 3rem;
    }

    .footer-brand {
        grid-column: span 2;
        margin-bottom: 2rem;
    }
}

/* -- RESPONSIVE -- */
@media(max-width:1100px) {
    .nav-links {
        display: none;
    }

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

    .grid-wrap,
    .prod-grid {
        grid-template-columns: 1fr 1fr !important;
        gap: 1px;
    }

    .frida-layout,
    .cap-layout {
        grid-template-columns: 1fr;
    }

    .frida-imgwrap {
        display: none;
    }

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

}

@media(max-width:768px) {
    .nav {
        padding: 0 1rem;
    }

    .nav-hamburger {
        display: flex;
    }

    .nav-cta {
        display: none;
    }

    .logo-tx {
        font-size: 1.1rem;
    }

    .sec,
    .products-section,
    .cap-sec,
    .test-sec,
    .stats-bar {
        padding-left: 0.5rem !important;
        padding-right: 0.5rem !important;
    }

    .stats-bar {
        padding-top: 2rem !important;
        padding-bottom: 2rem !important;
    }

    .nc-cat-hero {
        padding: 11rem 1.5rem 5rem;
        min-height: 60vh;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
    }

    .nc-cat-hero .hero-h1 {
        font-size: 2.8rem !important;
        line-height: 0.95;
        margin-bottom: 1.2rem;
        letter-spacing: -0.02em;
    }

    .nc-cat-hero .hero-p {
        font-size: 0.95rem !important;
        line-height: 1.55;
        max-width: 100%;
        margin-bottom: 0;
        opacity: 0.75;
    }

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

    .s-card {
        padding: 2rem 1rem !important;
        border: 1px solid var(--nc-steel);
    }

    .grid-wrap,
    .prod-grid {
        grid-template-columns: 1fr !important;
        gap: 0.75rem;
        width: 100% !important;
        max-width: none !important;
    }

    .cap-layout {
        grid-template-columns: 1fr !important;
        gap: 2.5rem !important;
    }

    .filter-bar {
        padding: 0.8rem 1.5rem !important;
        flex-direction: row !important;
        align-items: center !important;
        justify-content: space-between !important;
        gap: 0.6rem !important;
    }

    .page-header {
        padding: 6rem 1.5rem 3rem !important;
    }

    .ph-inner {
        padding-left: 0 !important;
        padding-right: 0 !important;
        max-width: none !important;
    }

    .cat-tabs {
        width: 100% !important;
        overflow-x: auto !important;
        white-space: nowrap !important;
        padding-bottom: .5rem !important;
        display: flex !important;
        flex-wrap: nowrap !important;
    }

    .cat-tab {
        white-space: nowrap !important;
    }

    /* Modal responsive */
    .modal-grid {
        grid-template-columns: 1fr;
    }

    .modal-img {
        height: 200px;
    }

    /* List View Mobile Redesign (Compact Horizontal) */
    .list-view .pcard {
        flex-direction: row !important;
        align-items: stretch !important;
        min-height: 140px;
        background: var(--nc-dark);
    }

    .list-view .pcard-img-wrap {
        width: 100px !important;
        height: auto !important;
        flex-shrink: 0 !important;
        border-right: 1px solid var(--nc-steel);
        padding: 0.5rem !important;
        aspect-ratio: 1 / 1 !important;
    }

    .list-view .pcard-img {
        height: 100% !important;
        object-fit: contain !important;
    }

    .list-view .pcard-body {
        padding: 1rem !important;
        display: flex;
        flex-direction: column;
        justify-content: center;
        flex: 1;
    }

    .list-view .pcard-name {
        font-size: 1rem !important;
        margin-bottom: 0.25rem !important;
        line-height: 1.1;
    }

    .list-view .pcard-desc {
        display: none !important;
    }

    .list-view .pcard-features {
        margin-bottom: 0.5rem !important;
        border: none !important;
        background: none !important;
        display: flex !important;
        flex-direction: column !important;
        gap: 0.15rem !important;
    }

    .list-view .pcard-feat {
        padding: 0 !important;
        border: none !important;
        gap: 0.4rem !important;
    }

    .list-view .pcard-feat-ic {
        width: 16px;
        height: 16px;
        font-size: 8px;
    }

    .list-view .pcard-feat-label {
        font-size: 0.45rem;
        margin-bottom: 0;
    }

    .list-view .pcard-feat-val {
        font-size: 0.7rem;
    }

    .list-view .pcard-actions {
        margin-top: 0.35rem !important;
        flex-direction: row !important;
        gap: 0.4rem !important;
    }

    .list-view .btn-ver,
    .list-view .btn-ft {
        padding: 0.45rem !important;
        font-size: 0.52rem !important;
        flex: 1;
        justify-content: center;
    }

    /* -- MOBILE NAVIGATION STYLES MOVED TO nav.css -- */

    /* -- WA FLOAT BAR -- */
    .wa-float {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 800;
        display: flex;
        align-items: stretch;
        background: var(--nc-dark);
        border-top: 1px solid var(--nc-steel);
    }

    .wa-float-cta {
        flex: 1;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: .65rem;
        font-family: var(--font-d);
        font-weight: 700;
        font-size: .8rem;
        letter-spacing: .15em;
        text-transform: uppercase;
        color: #fff;
        background: #25D366;
        padding: 1rem;
        text-decoration: none;
    }

    .wa-float-stock {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 56px;
        background: var(--nc-red);
        color: #fff;
        text-decoration: none;
        flex-shrink: 0;
    }

    body {
        padding-bottom: 60px;
    }

    /* -- HERO -- */
    .hero-h1 {
        font-size: clamp(3.8rem, 14vw, 5.5rem) !important;
        line-height: .91 !important;
    }

    .hero-btns {
        flex-direction: column !important;
        gap: .8rem !important;
    }

    .hero-stats-mob {
        display: flex;
        gap: 0;
        margin-top: 2rem;
        border: 1px solid var(--nc-steel);
    }

    .hs-item {
        flex: 1;
        padding: .8rem .5rem;
        border-right: 1px solid var(--nc-steel);
        text-align: center;
    }

    .hs-item:last-child {
        border-right: none;
    }

    .hs-num {
        font-family: var(--font-d);
        font-weight: 900;
        font-size: 1.25rem;
        color: var(--nc-white);
        line-height: 1;
    }

    .hs-num em {
        color: var(--nc-red-hot);
        font-style: normal;
        font-size: .8em;
    }

    .hs-lbl {
        font-family: var(--font-m);
        font-size: .48rem;
        letter-spacing: .1em;
        text-transform: uppercase;
        color: var(--nc-ash);
        margin-top: .2rem;
    }

    .nc-cat-hero {
        min-height: 65vh;
        padding: 12rem 1.5rem 5rem;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
    }

    .nc-cat-hero .hero-content {
        max-width: 100%;
    }

    /* -- SECTION UTILS -- */
    .sec {
        padding: 4rem 1.5rem !important;
    }

    .sec-h2 {
        font-size: clamp(1.7rem, 6vw, 2.5rem) !important;
    }

    /* -- MAQUINARIA / CATALOG -- */
    .cat-tabs-wrap {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        margin-bottom: 1.5rem;
    }

    .cat-tabs {
        min-width: max-content;
    }

    .prod-grid {
        grid-template-columns: 1fr !important;
        gap: 0 !important;
        width: 100% !important;
        margin: 0 !important;
    }

    .prod-card {
        border-radius: 0 !important;
        border-bottom: 1px solid var(--nc-steel);
        width: 100% !important;
    }

    .sec {
        padding: 4rem 0 !important;
        /* Mobile sections: Zero horizontal padding for edge-to-edge look */
    }

    .cat-hd,
    .cat-tabs {
        padding-left: 1.25rem !important;
        padding-right: 1.25rem !important;
    }

    .frida-layout {
        display: flex !important;
        flex-direction: column !important;
        gap: 0 !important;
    }

    .frida-mob-banner {
        background: var(--nc-black);
        border: 1px solid var(--nc-steel);
        padding: 1.5rem;
        display: flex;
        align-items: center;
        gap: 1.25rem;
        margin-bottom: 2rem;
    }

    .frida-mob-num {
        font-family: var(--font-d);
        font-weight: 900;
        font-size: 3.5rem;
        color: var(--nc-red-hot);
        line-height: 1;
    }

    .frida-mob-title {
        font-family: var(--font-d);
        font-weight: 800;
        font-size: 1.1rem;
        text-transform: uppercase;
        color: var(--nc-white);
        line-height: 1;
    }

    .specs-grid {
        display: grid !important;
        grid-template-columns: 1fr 1fr !important;
        border: 1px solid var(--nc-steel);
        margin-top: 2rem;
    }

    .spec {
        border-right: 1px solid var(--nc-steel);
        border-bottom: 1px solid var(--nc-steel);
        padding: .8rem 1rem !important;
    }

    .spec:nth-child(even) {
        border-right: none;
    }

    /* -- INSUMOS -- */
    .insumos-grid {
        grid-template-columns: 1fr 1fr !important;
        gap: 1px !important;
    }

    .ins-card {
        padding: 1.2rem 1rem !important;
    }

    .ins-name {
        font-size: .88rem !important;
    }

    /* -- CAPACITACIONES -- */
    .cap-pillars {
        grid-template-columns: 1fr !important;
        gap: 0 !important;
    }

    .pillar-card {
        padding: 1rem 1.5rem !important;
    }

    .pillar-num {
        font-size: 3rem !important;
    }

    /* Entrenamiento — tarjetas en mobile: número izq, texto der, ancho completo */
    #capacitaciones-mob .cap-pillars {
        margin-left: -1.5rem !important;
        margin-right: -1.5rem !important;
    }

    #capacitaciones-mob .pillar-card {
        flex-direction: row !important;
        align-items: center !important;
        gap: 1.25rem !important;
        padding: .9rem 1.5rem !important;
    }

    #capacitaciones-mob .pillar-num {
        font-size: 2.2rem !important;
        line-height: 1 !important;
        flex-shrink: 0 !important;
        width: 2.6rem !important;
        text-align: center !important;
    }

    #capacitaciones-mob .pillar-info {
        flex: 1 !important;
        min-width: 0 !important;
    }

    #capacitaciones-mob .pillar-title {
        font-size: 1.15rem !important;
        margin-bottom: .3rem !important;
    }

    #capacitaciones-mob .pillar-label {
        margin-bottom: .25rem !important;
    }

    #capacitaciones-mob .pillar-desc {
        font-size: .82rem !important;
        line-height: 1.45 !important;
    }

    .cap-featured {
        grid-template-columns: 1fr !important;
    }

    .cap-feat-img {
        min-height: 200px !important;
    }

    .cap-feat-body {
        padding: 2rem 1.5rem !important;
    }

    .cap-feat-title {
        font-size: 1.8rem !important;
    }

    .cap-feat-grid {
        grid-template-columns: 1fr !important;
        gap: 1rem !important;
    }

    .cap-cta-banner {
        flex-direction: column !important;
        text-align: center !important;
        align-items: center !important;
        justify-content: center !important;
        padding: 1.2rem 1.5rem !important;
        gap: 0.6rem !important;
    }

    .cap-cta-banner .btn-white {
        width: auto;
        white-space: nowrap;
        flex-shrink: 0;
    }

    /* -- PROCESO -- */
    .proc-steps {
        grid-template-columns: 1fr !important;
        border: 1px solid var(--nc-steel);
        margin-top: 1.5rem !important;
    }

    .proc-step {
        border-right: none !important;
        border-bottom: 1px solid var(--nc-steel) !important;
        padding: 1.2rem 1rem !important;
    }

    .proc-step:last-child {
        border-bottom: none !important;
    }

    .proc-n {
        font-size: 2.5rem !important;
        color: rgba(255, 255, 255, .1) !important;
    }

    /* -- TESTIMONIALS -- */
    .test-grid {
        display: flex !important;
        flex-direction: column !important;
        gap: 1px !important;
    }

    .test-card {
        padding: 1rem 1.2rem !important;
    }

    /* -- CTA FINAL -- */
    .cta-box {
        grid-template-columns: 1fr !important;
        gap: 1.25rem !important;
        padding: 2.2rem 1.25rem !important;
        text-align: center;
        border-radius: 0 !important;
        border-left: none !important;
        border-right: none !important;
        margin: 0 !important;
        width: 100% !important;
    }

    .cta-acts {
        align-items: center !important;
    }

    .footer-bot {
        flex-direction: column;
        gap: 1rem;
        text-align: center;
    }
}

@media (max-width: 768px) {
    .footer {
        padding: 2.5rem 1.25rem 1.5rem;
    }

    .footer-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 1.75rem 1.5rem;
        margin-bottom: 1.75rem;
    }

    .footer-brand {
        grid-column: 1 / -1;
        gap: 1rem;
        text-align: left;
        align-items: flex-start;
    }

    .footer-brand .logo-img {
        height: 24px;
        margin: 0;
    }

    .footer-brand p {
        font-size: 0.82rem;
        line-height: 1.55;
        max-width: 100%;
        margin: 0;
    }

    .f-socials {
        margin-top: 0;
        justify-content: flex-start;
    }

    .f-social-btn {
        width: 34px;
        height: 34px;
    }

    .footer-col-contact {
        grid-column: 1 / -1;
    }

    .f-contact-address {
        display: none;
    }

    .f-contact {
        flex-direction: row;
        flex-wrap: wrap;
        gap: 0.6rem 2rem;
        align-items: flex-start;
    }

    .f-contact-row {
        font-size: 0.82rem;
        gap: 0.6rem;
    }

    .f-col-title {
        margin-bottom: 0.9rem;
        font-size: 0.78rem;
    }

    .f-col-title::after {
        bottom: -0.5rem;
    }

    .f-links {
        gap: 0.6rem;
    }

    .f-link {
        font-size: 0.82rem;
    }

    .footer-bot {
        flex-direction: column;
        gap: 0.5rem;
        text-align: center;
        align-items: center;
        padding: 1.25rem 0 0;
        border-top: 1px solid rgba(255, 255, 255, 0.06);
    }
}

/* -- VISIBILITY UTILS -- */
@media (max-width: 900px) {
    .hide-mobile {
        display: none !important;
    }
}

@media (min-width: 901px) {
    .hide-desktop {
        display: none !important;
    }
}

/* -- Estilo Glow Global -- */
.glow-white { filter: drop-shadow(0 0 3px rgba(255, 255, 255, 0.45)); transition: filter 0.3s var(--expo); }
.glow-red { filter: drop-shadow(0 0 4px rgba(193, 18, 31, 0.7)); transition: filter 0.3s var(--expo); }
.btn-p:hover .glow-white, .nav-cta:hover .glow-white { filter: drop-shadow(0 0 8px rgba(255, 255, 255, 0.9)); }


