/* ═══════════════════════════════════════════════════════════
   Nosotros — rediseño v5 · premium con imágenes reales
   ═══════════════════════════════════════════════════════════ */

.nos-page {
    --nos-blue: #0047ab;
    --nos-blue-dark: #002966;
    --nos-blue-deep: #001433;
    --nos-blue-soft: #eff6ff;
    --nos-red: #c8102e;
    --nos-gold: #c9a227;
    --nos-gold-light: #fde68a;
    --nos-gold-mid: #d4af37;
    --nos-gold-dark: #9a7b0a;
    --nos-gold-gradient: linear-gradient(135deg, #fde68a 0%, #d4af37 42%, #b8860b 100%);
    --nos-text: #0f172a;
    --nos-muted: #64748b;
    --nos-border: #e2e8f0;
    --nos-surface: #f4f7fc;
    --nos-radius: 18px;
    --nos-radius-sm: 12px;
    --nos-shadow: 0 1px 3px rgba(15, 23, 42, 0.04);
    --nos-shadow-lg: 0 20px 50px rgba(0, 41, 102, 0.1);
    --nos-content-max: 1080px;
    background: #eef2f7;
    color: var(--nos-text);
    overflow-x: clip;
    max-width: 100%;
}

.nos-page .container {
    width: min(100%, var(--nos-content-max));
    max-width: var(--nos-content-max);
    margin-inline: auto;
    padding-inline: clamp(1rem, 3vw, 1.5rem);
    box-sizing: border-box;
}

.nos-page .mod-breadcrumb .container {
    padding-inline: clamp(1rem, 3vw, 1.5rem);
}

.nos-page .mod-breadcrumb ol {
    max-width: none;
    margin-inline: 0;
    padding-inline: 0;
}

/* ── Botones compartidos ── */
.nos-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.45rem;
    padding: 0.62rem 1.2rem;
    border-radius: 999px;
    font-size: 0.84rem;
    font-weight: 700;
    text-decoration: none;
    border: none;
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
    white-space: nowrap;
}

.nos-btn:hover { transform: translateY(-1px); }

.nos-btn--white {
    background: #fff;
    color: var(--nos-blue-dark);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
}
.nos-btn--white:hover { color: var(--nos-blue-dark); }

.nos-btn--outline {
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: #e2e8f0;
}
.nos-btn--outline:hover { background: rgba(255, 255, 255, 0.08); color: #fff; }

.nos-btn--primary {
    background: var(--nos-blue);
    color: #fff;
    box-shadow: 0 4px 14px rgba(0, 71, 171, 0.28);
}
.nos-btn--primary:hover { background: var(--nos-blue-dark); color: #fff; }

.nos-btn--ghost-dark {
    background: transparent;
    border: 1px solid var(--nos-border);
    color: var(--nos-blue);
}
.nos-btn--ghost-dark:hover { background: var(--nos-blue-soft); }

.nos-btn--wa {
    background: #25d366;
    color: #fff;
    box-shadow: 0 4px 14px rgba(37, 211, 102, 0.3);
}
.nos-btn--wa:hover { color: #fff; }

.nos-btn--gold {
    background: var(--nos-gold-gradient);
    color: #1a1200;
    box-shadow: 0 6px 22px rgba(212, 175, 55, 0.35);
    border: 1px solid rgba(255, 255, 255, 0.35);
}
.nos-btn--gold:hover {
    color: #1a1200;
    box-shadow: 0 8px 28px rgba(212, 175, 55, 0.45);
}

.nos-btn--outline-gold {
    background: rgba(212, 175, 55, 0.08);
    border: 1px solid rgba(212, 175, 55, 0.45);
    color: var(--nos-gold-light);
}
.nos-btn--outline-gold:hover {
    background: rgba(212, 175, 55, 0.16);
    color: #fff;
}

.nos-btn--lg { padding: 0.75rem 1.5rem; font-size: 0.88rem; }
.nos-btn--block { width: 100%; }

.nos-btn--outline-light {
    border-color: rgba(212, 175, 55, 0.45);
    color: #f8fafc;
    background: rgba(255, 255, 255, 0.04);
}

.nos-btn--outline-light:hover {
    background: rgba(212, 175, 55, 0.12);
    border-color: var(--nos-gold-mid);
    color: #fff;
}

/* ── HERO · azul marca (#0047AB) + dorado ── */
.nos-hero--elegant {
    position: relative;
    padding: clamp(3rem, 7vw, 5rem) 0 clamp(2.75rem, 5vw, 4rem);
    background: #0047AB;
    color: #f8fafc;
    border-bottom: none;
    overflow: hidden;
    overflow-x: clip;
    max-width: 100%;
    min-height: clamp(480px, 68vh, 640px);
    display: flex;
    align-items: center;
}

.nos-hero--elegant::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    height: 3px;
    background: linear-gradient(90deg, transparent, #b8860b, #d4af37, #fde68a, #d4af37, #b8860b, transparent);
}

.nos-hero__elegant-bg {
    position: absolute;
    inset: 0;
    z-index: 0;
    overflow: hidden;
    pointer-events: none;
}

.nos-hero__elegant-orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(70px);
}

.nos-hero__elegant-orb--gold {
    width: min(420px, 70vw);
    height: min(420px, 70vw);
    top: -25%;
    right: 0;
    transform: translateX(25%);
    background: rgba(212, 175, 55, 0.2);
}

.nos-hero__elegant-orb--blue {
    width: min(380px, 42vw);
    height: min(380px, 42vw);
    bottom: -12%;
    left: -10%;
    background: rgba(255, 255, 255, 0.08);
}

.nos-hero__elegant-grid {
    position: absolute;
    inset: 0;
    opacity: 0.35;
    background:
        repeating-linear-gradient(
            90deg,
            rgba(212, 175, 55, 0.04) 0,
            rgba(212, 175, 55, 0.04) 1px,
            transparent 1px,
            transparent 80px
        ),
        repeating-linear-gradient(
            0deg,
            rgba(212, 175, 55, 0.03) 0,
            rgba(212, 175, 55, 0.03) 1px,
            transparent 1px,
            transparent 80px
        );
}

.nos-hero__elegant-shade {
    position: absolute;
    inset: 0;
    z-index: 1;
    background:
        linear-gradient(105deg, rgba(0, 35, 102, 0.55) 0%, rgba(0, 71, 171, 0.35) 42%, rgba(0, 71, 171, 0.12) 100%);
    pointer-events: none;
}

/* Collage de egresados (PNG) en hero */
.nos-hero__showcase--egresados {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

.nos-hero__egresados-collage {
    position: relative;
    width: min(420px, 92vw);
    height: min(420px, 92vw);
    max-width: 100%;
}

.nos-hero__egresado-card {
    position: absolute;
    margin: 0;
    border-radius: 50%;
    overflow: hidden;
    border: 3px solid rgba(212, 175, 55, 0.75);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.35), 0 0 0 1px rgba(255, 255, 255, 0.12);
    background: transparent;
    transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.nos-hero__egresado-card img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
}

.nos-hero__egresado-card--main {
    width: 58%;
    height: 58%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 4;
    border-width: 4px;
}

.nos-hero__egresado-card:not(.nos-hero__egresado-card--main) {
    width: 38%;
    height: 38%;
    z-index: 2;
}

.nos-hero__egresado-card:not(.nos-hero__egresado-card--main):nth-child(2) {
    top: 2%;
    left: 4%;
}

.nos-hero__egresado-card:not(.nos-hero__egresado-card--main):nth-child(3) {
    top: 4%;
    right: 2%;
}

.nos-hero__egresado-card:not(.nos-hero__egresado-card--main):nth-child(4) {
    bottom: 2%;
    left: 50%;
    transform: translateX(-50%);
}

.nos-hero__egresado-card:hover {
    transform: scale(1.04);
    box-shadow: 0 16px 48px rgba(0, 0, 0, 0.4), 0 0 24px rgba(212, 175, 55, 0.25);
    z-index: 5;
}

.nos-hero__egresado-card--main:hover {
    transform: translate(-50%, -50%) scale(1.04);
}

.nos-hero__egresado-card:not(.nos-hero__egresado-card--main):nth-child(4):hover {
    transform: translateX(-50%) scale(1.04);
}

.nos-hero__egresados-caption {
    margin: 0;
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    padding: 0.5rem 1.1rem;
    border-radius: 999px;
    font-size: 0.82rem;
    font-weight: 600;
    color: #fde68a;
    background: rgba(0, 0, 0, 0.22);
    border: 1px solid rgba(212, 175, 55, 0.35);
}

.nos-hero__egresados-caption i {
    color: var(--nos-gold-light, #fde68a);
}

/* ── HERO v2 · premium moderno ── */
.nos-hero--v2 {
    padding: clamp(2.25rem, 5vw, 3.25rem) 0 clamp(2rem, 4vw, 2.75rem);
    background:
        radial-gradient(ellipse 70% 80% at 85% 20%, rgba(212, 175, 55, 0.14), transparent 55%),
        radial-gradient(ellipse 60% 70% at 10% 90%, rgba(255, 255, 255, 0.06), transparent 50%),
        #0047AB;
}

.nos-hero--v2 .nos-hero__elegant-grid {
    opacity: 0.5;
}

.nos-hero--v2 .nos-hero__elegant-orb--blue {
    width: min(320px, 50vw);
    height: min(320px, 50vw);
    bottom: -20%;
    left: 0;
    transform: translateX(-20%);
    background: rgba(255, 255, 255, 0.06);
}

.nos-hero--v2 .nos-hero__inner {
    grid-template-columns: minmax(0, 1.15fr) minmax(0, auto);
    gap: clamp(1.25rem, 3vw, 2.75rem);
    align-items: center;
}

.nos-hero__trust {
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.4rem;
    margin: 0 0 0.85rem;
    padding: 0.38rem 0.85rem;
    border-radius: 999px;
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.92);
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.16);
    backdrop-filter: blur(8px);
}

.nos-hero__trust i {
    color: var(--nos-gold-light);
    font-size: 0.72rem;
}

.nos-hero--v2 .nos-hero__headline-name {
    background: linear-gradient(135deg, #fff 0%, #fde68a 45%, #d4af37 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    filter: drop-shadow(0 2px 12px rgba(212, 175, 55, 0.25));
}

.nos-hero__stat-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem;
    margin: 0 0 1.35rem;
}

.nos-hero__chip {
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    padding: 0.42rem 0.75rem;
    border-radius: 10px;
    font-size: 0.78rem;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.88);
    background: rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(255, 255, 255, 0.14);
    backdrop-filter: blur(6px);
}

.nos-hero__chip strong {
    color: var(--nos-gold-light);
    font-weight: 800;
}

.nos-hero__visual-panel {
    padding: 1rem 1.15rem 0.85rem;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.14);
    box-shadow:
        0 20px 50px rgba(0, 0, 0, 0.18),
        inset 0 1px 0 rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(12px);
    max-width: 100%;
}

.nos-hero--v2 .nos-hero__faces {
    padding: 0.25rem 0.15rem 0.5rem;
}

.nos-hero--v2 .nos-hero__face {
    width: clamp(62px, 9vw, 82px);
    height: clamp(62px, 9vw, 82px);
    border: 2px solid rgba(255, 255, 255, 0.9);
}

.nos-hero--v2 .nos-hero__face--lead {
    width: clamp(78px, 11vw, 98px);
    height: clamp(78px, 11vw, 98px);
    border-color: var(--nos-gold-mid);
    box-shadow: 0 0 0 3px rgba(212, 175, 55, 0.35), 0 8px 24px rgba(0, 0, 0, 0.25);
}

.nos-hero--v2 .nos-hero__visual-caption {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.35rem;
    font-size: 0.68rem;
    color: rgba(255, 255, 255, 0.75);
    padding-top: 0.15rem;
}

.nos-hero--v2 .nos-hero__visual-caption i {
    color: var(--nos-gold-light);
}

.nos-hero--v2 .nos-hero__cta--minimal .nos-btn--gold {
    box-shadow: 0 8px 28px rgba(212, 175, 55, 0.35);
}

.nos-hero--v2 .nos-hero__lead--minimal {
    font-size: clamp(0.95rem, 1.8vw, 1.08rem);
    line-height: 1.6;
    margin-bottom: 1.15rem;
}

/* ── HERO minimal (compacto y moderno) ── */
.nos-hero--minimal {
    min-height: auto;
    padding: clamp(2rem, 4vw, 2.75rem) 0;
    background: #0047AB;
}

.nos-hero--minimal::after {
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(212, 175, 55, 0.45), transparent);
}

.nos-hero--minimal .nos-hero__elegant-orb--gold {
    width: min(360px, 45vw);
    height: min(360px, 45vw);
    top: -30%;
    right: 0;
    transform: translateX(20%);
    background: rgba(212, 175, 55, 0.12);
    filter: blur(80px);
}

.nos-hero--minimal .nos-hero__inner {
    grid-template-columns: minmax(0, 1.1fr) auto;
    gap: clamp(1.5rem, 3vw, 2.5rem);
    align-items: center;
}

.nos-hero__meta {
    margin: 0 0 0.75rem;
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.72);
}

.nos-hero__headline {
    margin: 0 0 0.85rem;
    padding: 0;
    border: none;
}

.nos-hero__headline-brand {
    display: block;
    font-size: clamp(0.8rem, 1.6vw, 0.92rem);
    font-weight: 600;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.78);
    margin-bottom: 0.35rem;
}

.nos-hero__headline-name {
    display: block;
    font-size: clamp(2.25rem, 5.5vw, 3.25rem);
    font-weight: 800;
    line-height: 1;
    letter-spacing: -0.03em;
    color: #fff;
}

.nos-hero__lead--minimal {
    margin: 0 0 1.1rem;
    max-width: 34rem;
    font-size: clamp(0.92rem, 1.6vw, 1.02rem);
    line-height: 1.55;
    color: rgba(255, 255, 255, 0.88);
}

.nos-hero__lead--minimal strong {
    color: #fde68a;
    font-weight: 700;
}

.nos-hero__metrics {
    list-style: none;
    padding: 0;
    margin: 0 0 1.35rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.5rem 0;
}

.nos-hero__metrics li {
    font-size: 0.82rem;
    color: rgba(255, 255, 255, 0.75);
    padding-right: 0.85rem;
    margin-right: 0.85rem;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.nos-hero__metrics li:last-child {
    border-right: none;
    margin-right: 0;
    padding-right: 0;
}

.nos-hero__metrics strong {
    color: #fde68a;
    font-weight: 800;
    margin-right: 0.2rem;
}

.nos-hero__cta--minimal {
    display: flex;
    flex-wrap: wrap;
    gap: 0.6rem;
}

.nos-hero__cta--minimal .nos-btn {
    padding: 0.62rem 1.2rem;
    font-size: 0.88rem;
    border-radius: 10px;
}

.nos-hero__cta--minimal .nos-btn--gold {
    box-shadow: none;
}

.nos-hero__cta--minimal .nos-btn--outline-light {
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.35);
    color: #fff !important;
}

.nos-hero__cta--minimal .nos-btn--outline-light:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.5);
}

/* Visual — egresados en fila */
.nos-hero__visual {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.65rem;
}

.nos-hero__faces {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.35rem 0.5rem;
}

.nos-hero__face {
    margin: 0;
    width: clamp(68px, 10vw, 88px);
    height: clamp(68px, 10vw, 88px);
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
    border: 2px solid rgba(255, 255, 255, 0.85);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.22);
    transition: transform 0.25s ease;
}

.nos-hero__face + .nos-hero__face {
    margin-left: -14px;
}

.nos-hero__face--lead {
    width: clamp(84px, 12vw, 104px);
    height: clamp(84px, 12vw, 104px);
    z-index: 2;
    border-color: #d4af37;
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.28);
}

.nos-hero__face img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
}

.nos-hero__face:hover {
    transform: translateY(-3px);
    z-index: 3;
}

.nos-hero__visual-caption {
    margin: 0;
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.65);
    text-align: center;
}

.nos-hero__photo {
    margin: 0;
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.15);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.25);
    max-width: 320px;
}

.nos-hero__photo img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 4 / 3;
    object-fit: cover;
}

.nos-hero--elegant .nos-hero__inner {
    z-index: 2;
}

.nos-hero__elegant-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    margin: 0 0 1rem;
    padding: 0.42rem 1rem;
    border-radius: 999px;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    color: #0a0a0a;
    background: var(--nos-gold-gradient);
    box-shadow: 0 4px 20px rgba(212, 175, 55, 0.35);
}

.nos-hero__elegant-eyebrow i {
    color: #7c5e00;
    font-size: 0.78rem;
}

.nos-hero__elegant-kicker {
    margin: 0 0 0.35rem;
    font-size: clamp(0.95rem, 2vw, 1.15rem);
    font-weight: 600;
    letter-spacing: 0.28em;
    text-transform: uppercase;
    color: #60a5fa;
}

.nos-hero__elegant-title {
    display: block;
    margin: 0;
    font-size: clamp(2.75rem, 7vw, 4.25rem);
    font-weight: 800;
    line-height: 0.95;
    letter-spacing: -0.04em;
    color: #2563eb;
    text-shadow: 0 0 40px rgba(37, 99, 235, 0.35);
}

.nos-hero__elegant-tagline {
    margin: 0.65rem 0 1rem;
    padding-left: 0.85rem;
    border-left: 3px solid var(--nos-gold-mid);
    font-size: clamp(0.95rem, 1.8vw, 1.12rem);
    font-weight: 500;
    color: #cbd5e1;
}

.nos-hero__eyebrow--elegant {
    margin-bottom: 1rem;
    color: #94a3b8;
    font-size: 0.82rem;
}

.nos-hero__lead--elegant {
    color: #e2e8f0;
    max-width: 36rem;
}

.nos-hero__lead--elegant strong {
    color: #fde68a;
}

.nos-hero__stats--elegant {
    border: 1px solid rgba(212, 175, 55, 0.22);
    background: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(8px);
}

.nos-hero__stats--elegant li {
    border-color: rgba(212, 175, 55, 0.12);
}

.nos-hero__stats--elegant strong {
    background: var(--nos-gold-gradient);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.nos-hero__stats--elegant span {
    color: #94a3b8;
}

.nos-hero__tags--elegant li {
    background: rgba(212, 175, 55, 0.08);
    border: 1px solid rgba(212, 175, 55, 0.22);
    color: #e2e8f0;
}

.nos-hero__frame--elegant {
    border: 2px solid rgba(212, 175, 55, 0.55);
    box-shadow:
        0 24px 60px rgba(0, 0, 0, 0.55),
        0 0 0 1px rgba(212, 175, 55, 0.15),
        inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.nos-hero__frame--elegant::before {
    background: linear-gradient(135deg, rgba(212, 175, 55, 0.35), transparent 55%);
}

.nos-hero__frame-cap--elegant {
    display: block;
    padding: 0.85rem 1rem;
    background: linear-gradient(180deg, rgba(5, 5, 8, 0.92), rgba(5, 5, 8, 0.98));
    border-top: 1px solid rgba(212, 175, 55, 0.25);
}

.nos-hero__frame-cap--elegant strong {
    display: block;
    color: #fde68a;
    font-size: 0.88rem;
    margin-bottom: 0.2rem;
}

.nos-hero__frame-cap--elegant span {
    display: block;
    color: #94a3b8;
    font-size: 0.78rem;
    line-height: 1.4;
}

.nos-hero__frame--elegant-accent {
    border-color: rgba(212, 175, 55, 0.4);
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.45);
}

/* ── HERO · identidad logo (azul + rojo + dorado premium) — legacy ── */
.nos-hero:not(.nos-hero--elegant) {
    position: relative;
    padding: clamp(3rem, 7vw, 5rem) 0 clamp(2.75rem, 5vw, 4rem);
    background:
        radial-gradient(ellipse 90% 70% at 80% -10%, rgba(212, 175, 55, 0.18), transparent 55%),
        radial-gradient(circle at 8% 85%, rgba(200, 16, 46, 0.14), transparent 42%),
        linear-gradient(155deg, var(--nos-blue-deep) 0%, var(--nos-blue-dark) 38%, var(--nos-blue) 72%, #001a40 100%);
    color: #f8fafc;
    border-bottom: none;
    overflow: hidden;
    min-height: clamp(520px, 72vh, 680px);
    display: flex;
    align-items: center;
}

.nos-hero::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 3px;
    background: linear-gradient(90deg, transparent, var(--nos-gold-mid), var(--nos-red), var(--nos-gold-mid), transparent);
    z-index: 3;
}

.nos-hero__brand-bg {
    position: absolute;
    inset: 0;
    z-index: 0;
    overflow: hidden;
    pointer-events: none;
}

.nos-hero__brand-orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(60px);
    opacity: 0.55;
}

.nos-hero__brand-orb--gold {
    width: 420px;
    height: 420px;
    top: -120px;
    right: 8%;
    background: rgba(212, 175, 55, 0.28);
}

.nos-hero__brand-orb--blue {
    width: 360px;
    height: 360px;
    bottom: -80px;
    left: -60px;
    background: rgba(0, 71, 171, 0.35);
}

.nos-hero__brand-orb--red {
    width: 220px;
    height: 220px;
    top: 35%;
    left: 42%;
    background: rgba(200, 16, 46, 0.16);
}

.nos-hero__brand-shield {
    position: absolute;
    top: 50%;
    right: 12%;
    width: min(340px, 38vw);
    height: min(400px, 44vw);
    transform: translateY(-50%);
    opacity: 0.06;
    background:
        radial-gradient(ellipse 55% 45% at 50% 38%, rgba(212, 175, 55, 0.9), transparent 70%),
        linear-gradient(180deg, rgba(200, 16, 46, 0.5) 0%, rgba(200, 16, 46, 0.5) 22%, transparent 22%),
        linear-gradient(180deg, transparent 22%, rgba(0, 71, 171, 0.6) 22%, rgba(0, 71, 171, 0.6) 38%, transparent 38%);
    clip-path: polygon(50% 0%, 100% 18%, 100% 72%, 50% 100%, 0% 72%, 0% 18%);
}

.nos-hero__overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    background:
        linear-gradient(105deg, rgba(0, 20, 51, 0.92) 0%, rgba(0, 41, 102, 0.55) 48%, rgba(0, 26, 64, 0.35) 100%),
        repeating-linear-gradient(
            -45deg,
            rgba(212, 175, 55, 0.03) 0,
            rgba(212, 175, 55, 0.03) 1px,
            transparent 1px,
            transparent 12px
        );
    pointer-events: none;
}

.nos-hero__inner {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(280px, 0.88fr);
    gap: clamp(2rem, 4vw, 3.5rem);
    align-items: center;
}

.nos-hero__brand-lockup {
    display: flex;
    align-items: center;
    gap: clamp(0.85rem, 2vw, 1.25rem);
    margin-bottom: 1.15rem;
}

.nos-hero__brand-logo {
    width: clamp(72px, 10vw, 96px);
    height: auto;
    flex-shrink: 0;
    filter: drop-shadow(0 8px 24px rgba(0, 0, 0, 0.35));
}

.nos-hero__brand-kicker {
    margin: 0 0 0.25rem;
    font-size: 0.72rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    color: var(--nos-gold-light);
}

.nos-hero h1,
.nos-hero__brand-text h1 {
    margin: 0;
    padding: 0;
    border: none;
    max-width: none;
}

.nos-hero__title-line {
    display: block;
    font-size: clamp(2.4rem, 5.5vw, 3.6rem);
    font-weight: 900;
    letter-spacing: -0.04em;
    line-height: 0.95;
    background: linear-gradient(135deg, #fff 0%, var(--nos-gold-light) 55%, var(--nos-gold-mid) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.nos-hero__title-tag {
    display: block;
    margin-top: 0.45rem;
    font-size: clamp(1rem, 2.2vw, 1.35rem);
    font-weight: 700;
    letter-spacing: -0.01em;
    line-height: 1.2;
    color: #e2e8f0;
}

.nos-hero__title-tag::before {
    content: '';
    display: inline-block;
    width: 28px;
    height: 2px;
    margin-right: 0.55rem;
    vertical-align: middle;
    background: var(--nos-gold-gradient);
    border-radius: 999px;
}

.nos-hero__badges {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.55rem;
    margin-bottom: 1.1rem;
}

.nos-hero__rank {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    padding: 0.42rem 0.9rem;
    border-radius: 999px;
    background: linear-gradient(135deg, rgba(212, 175, 55, 0.28), rgba(154, 123, 10, 0.12));
    border: 1px solid rgba(212, 175, 55, 0.55);
    box-shadow: 0 4px 16px rgba(212, 175, 55, 0.15);
    font-size: 0.72rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--nos-gold-light);
}

.nos-hero__rank i {
    color: var(--nos-gold);
    font-size: 0.78rem;
}

.nos-hero__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    margin: 0;
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #94a3b8;
}

.nos-hero__dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #22c55e;
    box-shadow: 0 0 0 3px rgba(34, 197, 94, 0.25);
    animation: nosPulse 2s ease infinite;
}

@keyframes nosPulse {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.55; }
}

.nos-hero__lead {
    margin: 0 0 1.35rem;
    max-width: 32rem;
    font-size: clamp(0.95rem, 1.6vw, 1.08rem);
    line-height: 1.7;
    color: #94a3b8;
}

.nos-hero__lead strong {
    color: var(--nos-gold-light);
    font-weight: 700;
}

.nos-hero__stats {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.55rem;
    margin: 0 0 1.35rem;
    padding: 0;
    list-style: none;
    max-width: 28rem;
}

.nos-hero__stats li {
    padding: 0.75rem 0.65rem;
    border-radius: var(--nos-radius-sm);
    background: linear-gradient(180deg, rgba(212, 175, 55, 0.1), rgba(255, 255, 255, 0.04));
    border: 1px solid rgba(212, 175, 55, 0.28);
    text-align: center;
}

.nos-hero__stats strong {
    display: block;
    font-size: 1.25rem;
    font-weight: 800;
    letter-spacing: -0.02em;
    background: var(--nos-gold-gradient);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    line-height: 1;
}

.nos-hero__stats span {
    display: block;
    margin-top: 0.2rem;
    font-size: 0.62rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #94a3b8;
}

.nos-hero__cta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
    margin-bottom: 1.35rem;
}

.nos-hero__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem;
    margin: 0;
    padding: 0;
    list-style: none;
}

.nos-hero__tags li {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.35rem 0.75rem;
    border-radius: 999px;
    background: rgba(0, 71, 171, 0.25);
    border: 1px solid rgba(212, 175, 55, 0.22);
    font-size: 0.72rem;
    font-weight: 600;
    color: #e2e8f0;
}

.nos-hero__tags i { color: var(--nos-gold-light); font-size: 0.68rem; }

/* Hero showcase — marco fotográfico elegante */
.nos-hero__showcase {
    position: relative;
    min-height: 420px;
}

.nos-hero__frame {
    position: relative;
    margin: 0;
    border-radius: 22px;
    overflow: hidden;
    background: #0f172a;
    box-shadow:
        0 28px 60px rgba(0, 0, 0, 0.45),
        0 0 0 1px rgba(255, 255, 255, 0.1);
}

.nos-hero__frame::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: inherit;
    padding: 2px;
    background: linear-gradient(145deg, #fde68a 0%, #d4af37 35%, #c8102e 65%, #0047ab 100%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
    z-index: 3;
}

.nos-hero__frame > img {
    display: block;
    width: 100%;
    height: clamp(360px, 42vw, 480px);
    object-fit: cover;
    object-position: center;
}

.nos-hero__frame-badge {
    position: absolute;
    top: 1rem;
    right: 1rem;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.45rem 0.85rem;
    border-radius: 999px;
    font-size: 0.68rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #fff;
    background: rgba(15, 23, 42, 0.82);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.14);
}

.nos-hero__frame-badge--gold i { color: var(--nos-gold-light); }

.nos-hero__frame-badge--gold {
    background: linear-gradient(135deg, rgba(154, 123, 10, 0.9), rgba(212, 175, 55, 0.85));
    border-color: rgba(253, 230, 138, 0.45);
    color: #fff;
}

.nos-hero__frame-cap {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin: 0;
    padding: 1rem 1.1rem;
    background: linear-gradient(to top, rgba(7, 13, 24, 0.96) 0%, rgba(7, 13, 24, 0.5) 70%, transparent 100%);
    color: #fff;
}

.nos-hero__frame-logo {
    width: 42px;
    height: 42px;
    object-fit: contain;
    flex-shrink: 0;
}

.nos-hero__frame-cap strong {
    display: block;
    font-size: 0.88rem;
    font-weight: 800;
    line-height: 1.25;
}

.nos-hero__frame-cap span {
    display: block;
    font-size: 0.72rem;
    color: #cbd5e1;
    line-height: 1.35;
}

.nos-hero__frame--accent {
    position: absolute;
    right: -1.25rem;
    bottom: -1.25rem;
    width: 38%;
    max-width: 160px;
    border-radius: 16px;
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.35);
    transform: rotate(4deg);
    z-index: 4;
}

.nos-hero__frame--accent img {
    height: 140px;
    object-fit: cover;
}

/* ── Nav sticky ── */
.nos-nav {
    position: sticky;
    top: 0;
    z-index: 60;
    background: rgba(255, 255, 255, 0.94);
    backdrop-filter: blur(14px);
    border-bottom: 1px solid var(--nos-border);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

.nos-nav__inner {
    display: flex;
    gap: 0.15rem;
    overflow-x: auto;
    scrollbar-width: none;
    padding: 0.55rem 0;
}

.nos-nav__inner::-webkit-scrollbar { display: none; }

.nos-nav__link {
    flex-shrink: 0;
    padding: 0.45rem 0.95rem;
    border-radius: 999px;
    font-size: 0.76rem;
    font-weight: 600;
    color: var(--nos-muted);
    text-decoration: none;
    transition: color 0.2s, background 0.2s;
    scroll-margin-top: 4rem;
}

.nos-nav__link:hover,
.nos-nav__link.is-active {
    color: var(--nos-blue);
    background: var(--nos-blue-soft);
}

/* ── Bloques ── */
.nos-block {
    padding: clamp(3rem, 6vw, 5rem) 0;
}

.nos-block--white { background: #fff; }
.nos-block--gray { background: var(--nos-surface); border-top: 1px solid var(--nos-border); border-bottom: 1px solid var(--nos-border); }

/* ── Secciones marca (mismo lenguaje visual que el hero) ── */
.nos-block--brand {
    position: relative;
    overflow: hidden;
    color: #f8fafc;
    background:
        radial-gradient(ellipse 90% 70% at 80% -10%, rgba(212, 175, 55, 0.16), transparent 55%),
        radial-gradient(circle at 8% 85%, rgba(200, 16, 46, 0.12), transparent 42%),
        linear-gradient(155deg, var(--nos-blue-deep) 0%, var(--nos-blue-dark) 38%, var(--nos-blue) 72%, #001a40 100%);
}

.nos-block--brand::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 3px;
    background: linear-gradient(90deg, transparent, var(--nos-gold-mid), var(--nos-red), var(--nos-gold-mid), transparent);
    z-index: 2;
}

.nos-block--brand .container {
    position: relative;
    z-index: 1;
}

.nos-section__brand-bg {
    position: absolute;
    inset: 0;
    z-index: 0;
    overflow: hidden;
    pointer-events: none;
}

.nos-section__orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(60px);
    opacity: 0.5;
}

.nos-section__orb--gold {
    width: 380px;
    height: 380px;
    top: -100px;
    right: 5%;
    background: rgba(212, 175, 55, 0.26);
}

.nos-section__orb--blue {
    width: 320px;
    height: 320px;
    bottom: -70px;
    left: -50px;
    background: rgba(0, 71, 171, 0.32);
}

.nos-section__orb--red {
    width: 200px;
    height: 200px;
    top: 40%;
    left: 45%;
    background: rgba(200, 16, 46, 0.14);
}

.nos-section__shield {
    position: absolute;
    top: 50%;
    left: 50%;
    width: min(280px, 32vw);
    height: min(330px, 38vw);
    transform: translate(-50%, -50%);
    opacity: 0.05;
    background:
        radial-gradient(ellipse 55% 45% at 50% 38%, rgba(212, 175, 55, 0.9), transparent 70%),
        linear-gradient(180deg, rgba(200, 16, 46, 0.5) 0%, rgba(200, 16, 46, 0.5) 22%, transparent 22%),
        linear-gradient(180deg, transparent 22%, rgba(0, 71, 171, 0.6) 22%, rgba(0, 71, 171, 0.6) 38%, transparent 38%);
    clip-path: polygon(50% 0%, 100% 18%, 100% 72%, 50% 100%, 0% 72%, 0% 18%);
}

.nos-block--brand__overlay {
    position: absolute;
    inset: 0;
    z-index: 0;
    background:
        linear-gradient(160deg, rgba(0, 20, 51, 0.88) 0%, rgba(0, 41, 102, 0.6) 50%, rgba(0, 26, 64, 0.75) 100%),
        repeating-linear-gradient(
            -45deg,
            rgba(212, 175, 55, 0.025) 0,
            rgba(212, 175, 55, 0.025) 1px,
            transparent 1px,
            transparent 12px
        );
    pointer-events: none;
}

.nos-head--brand .nos-head__num {
    color: rgba(212, 175, 55, 0.22);
    text-shadow: 0 0 40px rgba(212, 175, 55, 0.15);
}

.nos-head--brand .nos-head__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    color: var(--nos-gold-light);
}

.nos-head--brand .nos-head__eyebrow i {
    color: var(--nos-gold-mid);
    font-size: 0.72rem;
}

.nos-head--brand h2 {
    background: linear-gradient(135deg, #fff 0%, var(--nos-gold-light) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.nos-head--brand .nos-head__sub {
    color: #94a3b8;
}

.nos-block--dark {
    position: relative;
    background: linear-gradient(160deg, #070d18 0%, #0f1f3d 50%, var(--nos-blue-dark) 100%);
    color: #f8fafc;
    overflow: hidden;
}

.nos-block--dark[style*="--nos-mv-bg"] {
    background-image: var(--nos-mv-bg);
    background-size: cover;
    background-position: center;
}

.nos-block--dark__overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(160deg, rgba(7, 13, 24, 0.92) 0%, rgba(15, 31, 61, 0.88) 45%, rgba(0, 41, 102, 0.82) 100%);
    pointer-events: none;
}

.nos-block--dark .container {
    position: relative;
    z-index: 1;
}

.nos-block--gallery {
    padding: clamp(3rem, 6vw, 5rem) 0;
}

.nos-block--gallery::before {
    display: none;
}

/* ── Headers de sección ── */
.nos-head {
    display: flex;
    gap: 1rem;
    align-items: flex-start;
    margin-bottom: clamp(1.75rem, 3vw, 2.5rem);
}

.nos-head--center {
    flex-direction: column;
    align-items: center;
    text-align: center;
    max-width: 640px;
    margin-inline: auto;
}

.nos-head--light .nos-head__num { color: rgba(255, 255, 255, 0.15); }
.nos-head--light .nos-head__eyebrow { color: #94a3b8; }
.nos-head--light h2 { color: #fff; }
.nos-head--light .nos-head__sub { color: #94a3b8; }

.nos-head__num {
    font-size: clamp(2rem, 4vw, 2.75rem);
    font-weight: 900;
    line-height: 1;
    color: #e2e8f0;
    letter-spacing: -0.04em;
    flex-shrink: 0;
}

.nos-head__eyebrow {
    margin: 0 0 0.4rem;
    font-size: 0.68rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    color: var(--nos-blue);
}

.nos-head__eyebrow--light { color: #94a3b8; }

.nos-head h2 {
    margin: 0;
    font-size: clamp(1.45rem, 3vw, 2rem);
    font-weight: 800;
    letter-spacing: -0.025em;
    line-height: 1.15;
    color: var(--nos-text);
}

.nos-block--brand .nos-head h2,
.nos-head--brand h2 {
    background: linear-gradient(135deg, #fff 0%, var(--nos-gold-light) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.nos-block--dark .nos-head h2 { color: #fff; }

.nos-head__sub {
    margin: 0.55rem 0 0;
    font-size: 0.92rem;
    line-height: 1.65;
    color: var(--nos-muted);
}

/* ── Reveal ── */
.nos-reveal {
    opacity: 0;
    transform: translateY(24px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}
.nos-reveal.is-visible { opacity: 1; transform: none; }

/* ── Split + Timeline ── */
.nos-split {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
    gap: clamp(2rem, 4vw, 3.5rem);
    align-items: start;
}

.nos-split__aside {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.nos-story-photo {
    position: relative;
    margin: 0;
    border-radius: var(--nos-radius);
    overflow: hidden;
    border: 1px solid var(--nos-border);
    box-shadow: var(--nos-shadow-lg);
    background: #0f172a;
}

.nos-story-photo img {
    display: block;
    width: 100%;
    height: 220px;
    object-fit: cover;
    object-position: center;
}

.nos-story-photo figcaption {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 2.25rem 1rem 1rem;
    background: linear-gradient(to top, rgba(15, 23, 42, 0.94) 0%, rgba(15, 23, 42, 0.35) 70%, transparent 100%);
    color: #fff;
}

.nos-story-photo__tag {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.25rem 0.55rem;
    margin-bottom: 0.45rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
    font-size: 0.62rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #e2e8f0;
}

.nos-story-photo__tag i { color: var(--nos-red); }

.nos-story-photo figcaption strong {
    display: block;
    font-size: 0.92rem;
    font-weight: 800;
    line-height: 1.25;
    margin-bottom: 0.2rem;
}

.nos-story-photo figcaption span:last-child {
    display: block;
    font-size: 0.76rem;
    line-height: 1.45;
    color: #cbd5e1;
}

.nos-quote {
    margin: 0 0 1.5rem;
    padding: 0 0 0 1.25rem;
    border-left: 3px solid var(--nos-blue);
    font-size: clamp(1.05rem, 2vw, 1.25rem);
    font-weight: 500;
    line-height: 1.55;
    color: var(--nos-text);
    font-style: normal;
}

.nos-quote strong { color: var(--nos-blue); font-weight: 800; }

.nos-prose p {
    margin: 0 0 1rem;
    font-size: 0.92rem;
    line-height: 1.75;
    color: #475569;
}

.nos-prose strong { color: var(--nos-blue); font-weight: 700; }

.nos-checklist {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.55rem;
    margin: 1.5rem 0 0;
    padding: 0;
    list-style: none;
}

.nos-checklist li {
    display: flex;
    align-items: flex-start;
    gap: 0.55rem;
    padding: 0.7rem 0.85rem;
    border-radius: var(--nos-radius-sm);
    background: var(--nos-surface);
    border: 1px solid var(--nos-border);
    font-size: 0.8rem;
    line-height: 1.45;
    color: #374151;
}

.nos-checklist i {
    color: var(--nos-blue);
    font-size: 0.65rem;
    margin-top: 0.2rem;
    flex-shrink: 0;
}

.nos-timeline {
    padding: 1.5rem;
    border-radius: var(--nos-radius);
    background: var(--nos-surface);
    border: 1px solid var(--nos-border);
}

.nos-timeline__title {
    margin: 0 0 1.25rem;
    font-size: 0.72rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: var(--nos-muted);
}

.nos-timeline__list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 0;
}

.nos-timeline__item {
    display: grid;
    grid-template-columns: 52px minmax(0, 1fr);
    gap: 0.85rem;
    padding-bottom: 1.25rem;
    position: relative;
}

.nos-timeline__item:not(:last-child)::before {
    content: '';
    position: absolute;
    left: 25px;
    top: 28px;
    bottom: 0;
    width: 2px;
    background: linear-gradient(180deg, var(--nos-blue), var(--nos-border));
}

.nos-timeline__year {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 28px;
    border-radius: 999px;
    background: var(--nos-blue);
    color: #fff;
    font-size: 0.68rem;
    font-weight: 800;
    position: relative;
    z-index: 1;
}

.nos-timeline__item strong {
    display: block;
    font-size: 0.88rem;
    font-weight: 800;
    color: var(--nos-text);
    margin-bottom: 0.2rem;
}

.nos-timeline__item p {
    margin: 0;
    font-size: 0.78rem;
    line-height: 1.5;
    color: var(--nos-muted);
}

/* ── N.º 1 showcase ── */
.nos-numero1 {
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
    gap: clamp(1.5rem, 3vw, 2.5rem);
    align-items: center;
    margin-bottom: clamp(2rem, 4vw, 2.75rem);
    padding: clamp(1.5rem, 3vw, 2rem);
    border-radius: calc(var(--nos-radius) + 4px);
    background:
        linear-gradient(135deg, #fff 0%, #fffbf0 45%, #f8fbff 100%);
    border: 1px solid rgba(212, 175, 55, 0.35);
    box-shadow:
        0 20px 50px rgba(0, 71, 171, 0.08),
        inset 0 1px 0 rgba(253, 230, 138, 0.5);
    overflow: hidden;
}

.nos-numero1__visual {
    position: relative;
}

.nos-numero1__photo {
    margin: 0;
    border-radius: var(--nos-radius);
    overflow: hidden;
    box-shadow: 0 16px 40px rgba(15, 23, 42, 0.12);
}

.nos-numero1__photo img {
    display: block;
    width: 100%;
    height: clamp(240px, 28vw, 320px);
    object-fit: cover;
    object-position: center top;
}

.nos-numero1__medal {
    position: absolute;
    top: -0.5rem;
    right: -0.5rem;
    width: 110px;
    height: 110px;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: linear-gradient(145deg, #c9a227 0%, #fde68a 35%, #b8860b 100%);
    color: #1a1200;
    box-shadow:
        0 12px 30px rgba(201, 162, 39, 0.45),
        inset 0 1px 0 rgba(255, 255, 255, 0.45);
    border: 3px solid #fff;
}

.nos-numero1__medal-num {
    font-size: 1.35rem;
    font-weight: 900;
    line-height: 1;
    letter-spacing: -0.03em;
}

.nos-numero1__medal-txt {
    margin-top: 0.15rem;
    font-size: 0.58rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    line-height: 1.15;
    max-width: 72px;
}

.nos-numero1__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    margin: 0 0 0.55rem;
    font-size: 0.68rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: var(--nos-blue);
}

.nos-numero1__eyebrow i { color: var(--nos-gold); }

.nos-numero1__content h3 {
    margin: 0 0 0.75rem;
    font-size: clamp(1.5rem, 3vw, 2rem);
    font-weight: 900;
    letter-spacing: -0.03em;
    line-height: 1.1;
    color: var(--nos-text);
}

.nos-numero1__text {
    margin: 0 0 1rem;
    font-size: 0.92rem;
    line-height: 1.7;
    color: #475569;
}

.nos-numero1__text strong {
    color: var(--nos-blue);
    font-weight: 800;
}

.nos-numero1__highlights {
    margin: 0 0 1.15rem;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 0.45rem;
}

.nos-numero1__highlights li {
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
    font-size: 0.82rem;
    line-height: 1.45;
    color: #374151;
}

.nos-numero1__highlights i {
    color: var(--nos-blue);
    margin-top: 0.15rem;
    flex-shrink: 0;
}

.nos-numero1__link {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    font-size: 0.84rem;
    font-weight: 700;
    color: var(--nos-blue);
    text-decoration: none;
    transition: gap 0.2s;
}

.nos-numero1__link:hover { gap: 0.65rem; color: var(--nos-blue-dark); }

/* ── Bento grid · compacto ── */
.nos-bento {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.6rem;
    max-width: 900px;
    margin-inline: auto;
}

.nos-bento__cell {
    padding: 0.85rem 0.95rem;
    border-radius: var(--nos-radius-sm);
    background: #fff;
    border: 1px solid var(--nos-border);
    transition: border-color 0.25s, box-shadow 0.25s, transform 0.25s;
}

.nos-bento__cell:hover {
    border-color: rgba(212, 175, 55, 0.45);
    box-shadow: 0 8px 24px rgba(0, 71, 171, 0.07);
    transform: translateY(-2px);
}

.nos-bento__cell--hero {
    grid-row: span 2;
    position: relative;
    overflow: hidden;
    background: linear-gradient(160deg, var(--nos-blue-dark) 0%, var(--nos-blue) 100%);
    border-color: transparent;
    color: #fff;
}

.nos-bento__cell--hero[style*="--nos-bento-bg"] {
    background-image:
        linear-gradient(160deg, rgba(0, 41, 102, 0.88) 0%, rgba(0, 71, 171, 0.82) 100%),
        var(--nos-bento-bg);
    background-size: cover;
    background-position: center;
}

.nos-bento__cell-inner {
    position: relative;
    z-index: 1;
}

.nos-bento__cell--hero:hover {
    border-color: transparent;
    box-shadow: 0 16px 40px rgba(0, 41, 102, 0.25);
}

.nos-bento__cell--hero .nos-bento__icon { background: rgba(255, 255, 255, 0.15); color: #fff; }
.nos-bento__cell--hero h3 { color: #fff; }
.nos-bento__cell--hero p { color: #cbd5e1; }

.nos-bento__cell--wide { grid-column: span 2; }

.nos-bento__icon {
    width: 32px;
    height: 32px;
    border-radius: 8px;
    background: var(--nos-blue-soft);
    color: var(--nos-blue);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.78rem;
    margin-bottom: 0.5rem;
}

.nos-bento__cell h3 {
    margin: 0 0 0.28rem;
    font-size: 0.8rem;
    font-weight: 800;
    color: var(--nos-text);
    line-height: 1.25;
}

.nos-bento__cell p {
    margin: 0;
    font-size: 0.7rem;
    line-height: 1.45;
    color: var(--nos-muted);
}

.nos-bento__link {
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
    margin-top: 0.5rem;
    font-size: 0.68rem;
    font-weight: 700;
    color: var(--nos-blue);
    text-decoration: none;
}
.nos-bento__link:hover { gap: 0.55rem; }

/* ── Galería institucional ── */
.nos-gallery {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    grid-auto-rows: 140px;
    gap: 0.75rem;
}

.nos-gallery__item {
    position: relative;
    display: block;
    border-radius: var(--nos-radius);
    overflow: hidden;
    background: #0f172a;
    border: none;
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.35);
    text-decoration: none;
    grid-column: span 4;
    grid-row: span 2;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.nos-gallery__item::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: inherit;
    padding: 2px;
    background: linear-gradient(145deg, #fde68a 0%, #d4af37 40%, #c8102e 70%, #0047ab 100%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
    z-index: 2;
    opacity: 0.75;
    transition: opacity 0.25s ease;
}

.nos-gallery__item:hover::before {
    opacity: 1;
}

.nos-gallery__item--featured {
    grid-column: span 6;
    grid-row: span 3;
}

.nos-gallery__item:nth-child(2) { grid-column: span 3; }
.nos-gallery__item:nth-child(3) { grid-column: span 3; }
.nos-gallery__item:nth-child(4) { grid-column: span 3; grid-row: span 2; }
.nos-gallery__item:nth-child(5) { grid-column: span 3; grid-row: span 2; }
.nos-gallery__item:nth-child(6) { grid-column: span 6; grid-row: span 2; }

.nos-gallery__item img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: transform 0.45s ease;
}

.nos-gallery__overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.35rem;
    background: linear-gradient(to top, rgba(0, 20, 51, 0.88) 0%, rgba(0, 41, 102, 0.45) 100%);
    color: #fff;
    font-size: 0.78rem;
    font-weight: 700;
    opacity: 0;
    transition: opacity 0.25s ease;
}

.nos-gallery__overlay i {
    font-size: 1.25rem;
    color: var(--nos-gold-light);
}

.nos-gallery__item:hover {
    transform: translateY(-4px);
    box-shadow: 0 22px 48px rgba(212, 175, 55, 0.18);
}

.nos-gallery__item:hover img { transform: scale(1.06); }
.nos-gallery__item:hover .nos-gallery__overlay { opacity: 1; }

.nos-gallery__cta {
    position: relative;
    z-index: 1;
    text-align: center;
    margin: 2rem 0 0;
}

/* ── MINEDU split ── */
.nos-minedu {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.9fr);
    gap: clamp(1.5rem, 3vw, 2.5rem);
    align-items: start;
}

.nos-dl {
    margin: 0 0 1.5rem;
    display: grid;
    gap: 0;
    border: 1px solid var(--nos-border);
    border-radius: var(--nos-radius);
    overflow: hidden;
}

.nos-dl div {
    display: grid;
    grid-template-columns: minmax(0, 0.42fr) minmax(0, 0.58fr);
    gap: 1rem;
    padding: 0.85rem 1.15rem;
    border-bottom: 1px solid #f1f5f9;
    font-size: 0.84rem;
}

.nos-dl div:last-child { border-bottom: none; }
.nos-dl div:nth-child(even) { background: #fafbfc; }

.nos-dl dt {
    font-weight: 600;
    color: var(--nos-muted);
}

.nos-dl dd {
    margin: 0;
    font-weight: 600;
    color: var(--nos-text);
    text-align: right;
}

.nos-dl__highlight {
    font-weight: 800 !important;
    color: var(--nos-blue) !important;
    font-size: 0.95rem;
}

.nos-minedu__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
}

/* Sello certificación */
.nos-seal__card {
    border-radius: var(--nos-radius);
    overflow: hidden;
    border: 1px solid var(--nos-border);
    box-shadow: var(--nos-shadow-lg);
    background: #fff;
}

.nos-seal__header {
    display: flex;
    align-items: center;
    gap: 0.85rem;
    padding: 1.15rem 1.35rem;
    background: linear-gradient(135deg, #f8fafc, var(--nos-blue-soft));
    border-bottom: 1px solid var(--nos-border);
}

.nos-seal__header img { height: 44px; width: auto; }

.nos-seal__peru {
    display: block;
    font-size: 0.85rem;
    font-weight: 900;
    color: var(--nos-red);
    letter-spacing: 0.12em;
}

.nos-seal__minedu {
    display: block;
    font-size: 0.72rem;
    font-weight: 600;
    color: #374151;
}

.nos-seal__body {
    padding: 1.5rem 1.35rem;
    text-align: center;
}

.nos-seal__shield {
    width: 64px;
    height: 64px;
    margin: 0 auto 1rem;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--nos-blue), var(--nos-blue-dark));
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    box-shadow: 0 8px 24px rgba(0, 71, 171, 0.25);
}

.nos-seal__title {
    margin: 0 0 0.35rem;
    font-size: 1rem;
    font-weight: 800;
    color: var(--nos-text);
}

.nos-seal__code {
    margin: 0 0 1.15rem;
    font-size: 0.82rem;
    color: var(--nos-muted);
}

.nos-seal__code strong {
    color: var(--nos-blue);
    font-size: 1.05rem;
}

.nos-seal__list {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: left;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.nos-seal__list li {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.8rem;
    color: #475569;
    padding: 0.55rem 0.75rem;
    border-radius: 8px;
    background: var(--nos-surface);
}

.nos-seal__list i { color: var(--nos-blue); font-size: 0.7rem; }

/* ── Misión / Visión · premium marca ── */
.nos-block--mision .container {
    position: relative;
    z-index: 1;
}

.nos-mv {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.15rem;
    max-width: 980px;
    margin: 0 auto;
}

.nos-mv__card {
    position: relative;
    padding: 1.75rem;
    border-radius: var(--nos-radius);
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(212, 175, 55, 0.22);
    backdrop-filter: blur(10px);
    box-shadow: 0 12px 36px rgba(0, 0, 0, 0.2);
    overflow: hidden;
}

.nos-mv__card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: var(--nos-gold-gradient);
}

.nos-mv__card--mision {
    border-color: rgba(212, 175, 55, 0.3);
}

.nos-mv__card--vision {
    border-color: rgba(200, 16, 46, 0.35);
    background: rgba(200, 16, 46, 0.08);
}

.nos-mv__card--vision::before {
    background: linear-gradient(90deg, var(--nos-red), #fde68a, var(--nos-red));
}

.nos-mv__header {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid rgba(212, 175, 55, 0.15);
}

.nos-mv__icon {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: linear-gradient(135deg, rgba(212, 175, 55, 0.25), rgba(154, 123, 10, 0.15));
    border: 1px solid rgba(212, 175, 55, 0.35);
    color: var(--nos-gold-light);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
}

.nos-mv__card--vision .nos-mv__icon {
    background: linear-gradient(135deg, rgba(200, 16, 46, 0.3), rgba(200, 16, 46, 0.12));
    border-color: rgba(200, 16, 46, 0.4);
    color: #fca5a5;
}

.nos-mv__header h3 {
    margin: 0;
    font-size: 1.08rem;
    font-weight: 800;
    color: #fff;
}

.nos-mv__body {
    font-size: 0.88rem;
    line-height: 1.75;
    color: #cbd5e1;
}

.nos-mv__body p { margin: 0 0 0.65rem; }
.nos-mv__body p:last-child { margin-bottom: 0; }
.nos-mv__body strong { color: var(--nos-gold-light); }
.nos-mv__body .mv-lista { margin: 0 0 0.65rem 1rem; padding: 0; color: #e2e8f0; }
.nos-mv__body .mv-lista li { margin-bottom: 0.2rem; }

/* ── Equipo / Liderazgo ── */
.nos-block--team {
    background: linear-gradient(180deg, #fff 0%, var(--nos-surface) 100%);
}

.nos-team-leads {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
    margin-bottom: 1rem;
}

.nos-lead-card {
    border-radius: var(--nos-radius);
    overflow: hidden;
    background: #fff;
    border: 1px solid var(--nos-border);
    box-shadow: 0 12px 32px rgba(0, 71, 171, 0.06);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.nos-lead-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 18px 40px rgba(0, 71, 171, 0.1);
}

.nos-lead-card__header {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1.25rem 1.35rem;
    position: relative;
    color: #fff;
}

.nos-lead-card__header--blue { background: linear-gradient(135deg, #0047ab, #002966); }
.nos-lead-card__header--indigo { background: linear-gradient(135deg, #4338ca, #312e81); }
.nos-lead-card__header--teal { background: linear-gradient(135deg, #0d9488, #115e59); }
.nos-lead-card__header--purple { background: linear-gradient(135deg, #7c3aed, #5b21b6); }

.nos-lead-card__avatar {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    font-weight: 800;
    background: rgba(255, 255, 255, 0.18);
    border: 2px solid rgba(255, 255, 255, 0.35);
    flex-shrink: 0;
}

.nos-lead-card__meta {
    flex: 1;
    min-width: 0;
}

.nos-lead-card__badge {
    display: inline-block;
    margin-bottom: 0.35rem;
    padding: 0.18rem 0.5rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.16);
    font-size: 0.6rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.nos-lead-card__meta h3 {
    margin: 0 0 0.15rem;
    font-size: 1rem;
    font-weight: 800;
    line-height: 1.25;
    color: #fff;
}

.nos-lead-card__role {
    margin: 0;
    font-size: 0.78rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.82);
}

.nos-lead-card__index {
    position: absolute;
    top: 0.85rem;
    right: 1rem;
    font-size: 0.72rem;
    font-weight: 800;
    color: rgba(255, 255, 255, 0.25);
}

.nos-lead-card__body {
    padding: 1.15rem 1.35rem 1.35rem;
}

.nos-lead-card__body > p {
    margin: 0 0 0.85rem;
    font-size: 0.82rem;
    line-height: 1.6;
    color: var(--nos-muted);
}

.nos-lead-card__links {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
    padding-top: 0.75rem;
    border-top: 1px solid var(--nos-border);
}

.nos-lead-card__links a {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    font-size: 0.72rem;
    font-weight: 600;
    color: var(--nos-muted);
    text-decoration: none;
    word-break: break-all;
}

.nos-lead-card__links a:hover { color: var(--nos-blue); }
.nos-lead-card__links a .fa-whatsapp { color: #25d366; }

.nos-team {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

.nos-team__card {
    padding: 1.35rem;
    border-radius: var(--nos-radius);
    background: #fff;
    border: 1px solid var(--nos-border);
    transition: border-color 0.25s, box-shadow 0.25s, transform 0.25s;
}

.nos-team__card:hover {
    border-color: #bfdbfe;
    box-shadow: 0 12px 32px rgba(0, 71, 171, 0.07);
    transform: translateY(-3px);
}

.nos-team__card--lead {
    background: linear-gradient(180deg, #f8fbff 0%, #fff 100%);
    border-color: #bfdbfe;
}

.nos-team__top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 0.85rem;
}

.nos-team__avatar {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.82rem;
    font-weight: 800;
}

.nos-team__avatar--blue { background: #dbeafe; color: var(--nos-blue); }
.nos-team__avatar--indigo { background: #e0e7ff; color: #4338ca; }
.nos-team__avatar--teal { background: #ccfbf1; color: #0d9488; }
.nos-team__avatar--purple { background: #ede9fe; color: #7c3aed; }

.nos-team__index {
    font-size: 0.65rem;
    font-weight: 800;
    color: #e2e8f0;
}

.nos-team__badge {
    display: inline-block;
    margin-bottom: 0.45rem;
    padding: 0.2rem 0.55rem;
    border-radius: 999px;
    background: var(--nos-blue-soft);
    font-size: 0.62rem;
    font-weight: 700;
    color: var(--nos-blue);
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.nos-team__card h3 {
    margin: 0 0 0.2rem;
    font-size: 0.92rem;
    font-weight: 800;
    line-height: 1.35;
    color: var(--nos-text);
}

.nos-team__role {
    margin: 0 0 0.45rem;
    font-size: 0.74rem;
    font-weight: 700;
    color: var(--nos-blue);
}

.nos-team__bio {
    margin: 0 0 0.75rem;
    font-size: 0.74rem;
    line-height: 1.5;
    color: var(--nos-muted);
}

.nos-team__links {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
    padding-top: 0.75rem;
    border-top: 1px solid var(--nos-border);
}

.nos-team__links a {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    font-size: 0.68rem;
    font-weight: 600;
    color: var(--nos-muted);
    text-decoration: none;
    word-break: break-all;
}

.nos-team__links a:hover { color: var(--nos-blue); }
.nos-team__links a i.fa-whatsapp { color: #25d366; }

.nos-team__more {
    text-align: center;
    margin: 2rem 0 0;
}

.nos-team__more a {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    font-size: 0.86rem;
    font-weight: 700;
    color: var(--nos-blue);
    text-decoration: none;
    transition: gap 0.2s;
}
.nos-team__more a:hover { gap: 0.65rem; }

/* ── Valores ── */
.nos-values {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.85rem;
}

.nos-values__item {
    position: relative;
    padding: 1.35rem;
    border-radius: var(--nos-radius);
    background: #fff;
    border: 1px solid var(--nos-border);
    transition: border-color 0.25s, transform 0.25s;
}

.nos-values__item:hover {
    border-color: #bfdbfe;
    transform: translateY(-2px);
}

.nos-values__num {
    position: absolute;
    top: 1rem;
    right: 1rem;
    font-size: 0.65rem;
    font-weight: 800;
    color: #e2e8f0;
}

.nos-values__icon {
    width: 38px;
    height: 38px;
    border-radius: 9px;
    background: var(--nos-blue-soft);
    color: var(--nos-blue);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.85rem;
    margin-bottom: 0.75rem;
}

.nos-values__item h4 {
    margin: 0 0 0.35rem;
    font-size: 0.9rem;
    font-weight: 800;
    color: var(--nos-text);
}

.nos-values__item p {
    margin: 0;
    font-size: 0.78rem;
    line-height: 1.55;
    color: var(--nos-muted);
}

/* ── Aliados ── */
.nos-allies {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.85rem;
    max-width: 960px;
    margin: 0 auto;
}

.nos-allies__chip {
    display: flex;
    gap: 0.85rem;
    padding: 1.15rem;
    border-radius: var(--nos-radius-sm);
    background: var(--nos-surface);
    border: 1px solid var(--nos-border);
}

.nos-allies__chip i {
    width: 36px;
    height: 36px;
    border-radius: 9px;
    background: var(--nos-blue-soft);
    color: var(--nos-blue);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 0.85rem;
}

.nos-allies__chip strong {
    display: block;
    font-size: 0.84rem;
    font-weight: 800;
    color: var(--nos-text);
    margin-bottom: 0.25rem;
}

.nos-allies__chip span {
    font-size: 0.74rem;
    line-height: 1.45;
    color: var(--nos-muted);
}

.nos-allies__link {
    text-align: center;
    margin: 1.5rem 0 0;
}

.nos-allies__link a {
    font-size: 0.84rem;
    font-weight: 700;
    color: var(--nos-blue);
    text-decoration: none;
}

/* ── Modalidades ── */
.nos-mods {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.85rem;
}

.nos-mods__card {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 0;
    border-radius: var(--nos-radius);
    background: #fff;
    border: 1px solid var(--nos-border);
    text-decoration: none;
    overflow: hidden;
    transition: border-color 0.25s, box-shadow 0.25s, transform 0.25s;
}

.nos-mods__media {
    position: relative;
    height: 148px;
    overflow: hidden;
    background: linear-gradient(135deg, var(--nos-blue-soft), #dbeafe);
}

.nos-mods__media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: transform 0.4s ease;
}

.nos-mods__card:hover .nos-mods__media img { transform: scale(1.06); }

.nos-mods__body {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding: 1.15rem 1.25rem 1.25rem;
}

.nos-mods__card::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--nos-blue), var(--nos-red));
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.3s ease;
}

.nos-mods__card:hover {
    border-color: #bfdbfe;
    box-shadow: 0 12px 32px rgba(0, 71, 171, 0.08);
    transform: translateY(-3px);
}

.nos-mods__card:hover::after { transform: scaleX(1); }

.nos-mods__tag {
    align-self: flex-start;
    padding: 0.2rem 0.5rem;
    border-radius: 999px;
    background: var(--nos-blue-soft);
    font-size: 0.62rem;
    font-weight: 700;
    color: var(--nos-blue);
    text-transform: uppercase;
    letter-spacing: 0.04em;
    margin-bottom: 0.65rem;
}

.nos-mods__num {
    position: absolute;
    top: 0.85rem;
    right: 0.85rem;
    z-index: 2;
    padding: 0.2rem 0.45rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.92);
    font-size: 0.65rem;
    font-weight: 800;
    color: var(--nos-blue-dark);
    box-shadow: 0 2px 8px rgba(15, 23, 42, 0.12);
}

.nos-mods__icon {
    width: 44px;
    height: 44px;
    border-radius: 11px;
    background: var(--nos-blue-soft);
    color: var(--nos-blue);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    margin-bottom: 0.85rem;
}

.nos-mods__card h3 {
    margin: 0 0 0.35rem;
    font-size: 0.92rem;
    font-weight: 800;
    color: var(--nos-text);
}

.nos-mods__card p {
    margin: 0 0 0.85rem;
    flex: 1;
    font-size: 0.76rem;
    line-height: 1.5;
    color: var(--nos-muted);
}

.nos-mods__cta {
    font-size: 0.74rem;
    font-weight: 700;
    color: var(--nos-blue);
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    transition: gap 0.2s;
}

.nos-mods__card:hover .nos-mods__cta { gap: 0.55rem; }

/* ── Horarios + contacto ── */
.nos-schedule {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(260px, 0.48fr);
    gap: 1.25rem;
    align-items: start;
    max-width: 1040px;
    margin: 0 auto;
}

.nos-schedule__main {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.nos-map {
    margin: 0;
    border-radius: var(--nos-radius);
    overflow: hidden;
    border: 1px solid var(--nos-border);
    box-shadow: var(--nos-shadow-lg);
    background: #fff;
}

.nos-map iframe {
    display: block;
    width: 100%;
    height: 240px;
    border: 0;
}

.nos-map figcaption {
    padding: 0.65rem 0.85rem;
    background: var(--nos-surface);
    border-top: 1px solid var(--nos-border);
    text-align: center;
}

.nos-map figcaption a {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    font-size: 0.78rem;
    font-weight: 700;
    color: var(--nos-blue);
    text-decoration: none;
}

.nos-map figcaption a:hover { color: var(--nos-blue-dark); }

.nos-schedule__grid .horarios-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.65rem;
}

.nos-schedule__grid .horario-item {
    padding: 1.1rem 1.25rem;
    border-radius: var(--nos-radius-sm);
    background: var(--nos-surface);
    border: 1px solid var(--nos-border);
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.nos-schedule__grid .horario-dia {
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: var(--nos-blue);
    margin: 0;
}

.nos-schedule__grid .horario-hora {
    font-size: 0.84rem;
    font-weight: 600;
    color: var(--nos-text);
    text-align: right;
}

.nos-contact-card {
    padding: 1.35rem;
    border-radius: var(--nos-radius);
    background: linear-gradient(160deg, var(--nos-blue-dark), var(--nos-blue));
    color: #fff;
}

.nos-contact-card h3 {
    margin: 0 0 1rem;
    font-size: 0.95rem;
    font-weight: 800;
}

.nos-contact-card ul {
    margin: 0 0 1.15rem;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
}

.nos-contact-card li {
    display: flex;
    align-items: flex-start;
    gap: 0.55rem;
    font-size: 0.8rem;
    line-height: 1.45;
    color: #cbd5e1;
}

.nos-contact-card i {
    color: #93c5fd;
    margin-top: 0.15rem;
    flex-shrink: 0;
    width: 14px;
    text-align: center;
}

.nos-contact-card a {
    color: #e2e8f0;
    text-decoration: none;
}
.nos-contact-card a:hover { color: #fff; }

/* ── CTA final ── */
.nos-final {
    padding: clamp(2.5rem, 5vw, 3.5rem) 0 clamp(3.5rem, 6vw, 5rem);
    background: var(--nos-surface);
    border-top: 1px solid var(--nos-border);
}

.nos-final__inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
    padding: clamp(1.75rem, 3vw, 2.5rem);
    border-radius: var(--nos-radius);
    background: linear-gradient(155deg, #070d18 0%, #0f1f3d 45%, var(--nos-blue) 100%);
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: var(--nos-shadow-lg);
}

.nos-final__copy h2 {
    margin: 0 0 0.4rem;
    font-size: clamp(1.2rem, 2.8vw, 1.65rem);
    font-weight: 800;
    color: #fff;
    letter-spacing: -0.02em;
}

.nos-final__copy p {
    margin: 0;
    font-size: 0.86rem;
    color: #94a3b8;
    max-width: 32rem;
}

.nos-final__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
}

/* ── Responsive ── */

/* Tablet landscape (ej. 1024px): hero más compacto y sub-nav visible sin scroll oculto */
@media (max-width: 1024px) {
    .nos-hero {
        min-height: auto;
        padding-top: 2.75rem;
        padding-bottom: 2rem;
    }

    .nos-nav__inner {
        display: grid;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 0.35rem;
        overflow-x: visible;
        padding: 0.5rem 0;
    }

    .nos-nav__link {
        flex-shrink: 1;
        text-align: center;
        padding: 0.42rem 0.45rem;
        font-size: 0.72rem;
        white-space: normal;
        line-height: 1.25;
    }
}

@media (min-width: 993px) and (max-width: 1200px) {
    .nos-nav__inner {
        grid-template-columns: repeat(7, minmax(0, 1fr));
    }

    .nos-nav__link {
        font-size: 0.7rem;
        padding: 0.4rem 0.35rem;
    }
}

@media (max-width: 1100px) {
    .nos-bento { grid-template-columns: repeat(2, minmax(0, 1fr)); max-width: 520px; }
    .nos-mods { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .nos-numero1 { grid-template-columns: 1fr; }
    .nos-numero1__medal {
        top: 0.75rem;
        right: 0.75rem;
        width: 96px;
        height: 96px;
    }
}

@media (max-width: 992px) {
    .nos-hero {
        min-height: auto;
        padding-top: 2.5rem;
    }

    .nos-hero--minimal {
        padding-top: 1.75rem;
        padding-bottom: 2rem;
    }

    .nos-hero--minimal .nos-hero__inner {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .nos-hero--minimal .nos-hero__copy {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .nos-hero--minimal .nos-hero__lead--minimal {
        max-width: none;
    }

    .nos-hero--minimal .nos-hero__metrics {
        justify-content: center;
    }

    .nos-hero--minimal .nos-hero__cta--minimal {
        justify-content: center;
    }

    .nos-hero--minimal .nos-hero__visual,
    .nos-hero--v2 .nos-hero__visual {
        order: -1;
        width: 100%;
        max-width: 340px;
        margin-inline: auto;
    }

    .nos-hero--v2 .nos-hero__inner {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .nos-hero--v2 .nos-hero__copy {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .nos-hero--v2 .nos-hero__lead--minimal {
        max-width: none;
    }

    .nos-hero--v2 .nos-hero__stat-chips {
        justify-content: center;
    }

    .nos-hero--v2 .nos-hero__cta--minimal {
        justify-content: center;
    }

    .nos-hero--minimal .nos-hero__visual {
        order: -1;
    }

    .nos-hero__inner,
    .nos-split,
    .nos-minedu,
    .nos-schedule {
        grid-template-columns: 1fr;
    }

    .nos-hero__showcase {
        order: -1;
        min-height: auto;
        max-width: 520px;
        margin-inline: auto;
    }

    .nos-hero__brand-lockup {
        flex-direction: column;
        align-items: flex-start;
        text-align: left;
    }

    .nos-hero__brand-shield {
        right: -5%;
        opacity: 0.04;
    }

    .nos-hero__frame--accent {
        right: 0.5rem;
        bottom: -0.75rem;
        width: 32%;
    }

    .nos-hero h1 { max-width: none; }

    .nos-hero__stats {
        max-width: none;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .nos-team-leads,
    .nos-team { grid-template-columns: 1fr; }
    .nos-values { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .nos-allies { grid-template-columns: 1fr; }
    .nos-mv { grid-template-columns: 1fr; }
    .nos-checklist { grid-template-columns: 1fr; }

    .nos-seal { max-width: 420px; }

    .nos-gallery {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-auto-rows: 160px;
    }

    .nos-gallery__item,
    .nos-gallery__item--featured,
    .nos-gallery__item:nth-child(n) {
        grid-column: span 1;
        grid-row: span 1;
    }

    .nos-gallery__item--featured {
        grid-column: span 2;
        grid-row: span 2;
    }
}

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

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

    .nos-hero__stat-chips {
        justify-content: center;
    }

    .nos-hero__chip {
        font-size: 0.72rem;
        padding: 0.35rem 0.6rem;
    }

    .nos-hero__visual-panel {
        padding: 0.85rem 0.75rem 0.7rem;
    }

    .nos-hero__metrics li {
        border-right: none;
        margin-right: 0;
        padding-right: 0;
    }

    .nos-hero__metrics li:not(:last-child)::after {
        content: '·';
        margin-left: 0.85rem;
        color: rgba(255, 255, 255, 0.35);
    }

    .nos-hero__cta--minimal {
        flex-direction: column;
        width: 100%;
    }

    .nos-hero__cta--minimal .nos-btn {
        width: 100%;
        justify-content: center;
    }

    .nos-hero__face + .nos-hero__face {
        margin-left: -10px;
    }

    .nos-hero__frame--accent { display: none; }

    .nos-hero__egresados-collage {
        width: min(320px, 88vw);
        height: min(320px, 88vw);
    }

    .nos-hero__egresados-caption {
        font-size: 0.75rem;
        text-align: center;
    }

    .nos-numero1__medal {
        width: 84px;
        height: 84px;
    }

    .nos-numero1__medal-num { font-size: 1.1rem; }

    .nos-gallery {
        grid-template-columns: 1fr;
        grid-auto-rows: 180px;
    }

    .nos-gallery__item--featured {
        grid-column: span 1;
        grid-row: span 1;
    }
    .nos-bento { grid-template-columns: 1fr 1fr; max-width: none; }
    .nos-team,
    .nos-values,
    .nos-mods { grid-template-columns: 1fr; }

    .nos-dl div {
        grid-template-columns: 1fr;
        gap: 0.15rem;
    }
    .nos-dl dd { text-align: left; }

    .nos-final__inner {
        flex-direction: column;
        align-items: stretch;
    }
    .nos-final__actions { flex-direction: column; }
    .nos-final__actions .nos-btn { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
    .nos-reveal,
    .nos-hero__dot,
    .nos-bento__cell,
    .nos-team__card,
    .nos-values__item,
    .nos-mods__card,
    .nos-btn {
        animation: none !important;
        transition: none !important;
        opacity: 1 !important;
        transform: none !important;
    }
}

/* ═══ Layout centrado — columna editorial (no extremo a extremo) ═══ */
@media (max-width: 768px) {
    .nos-page {
        background: #fff;
    }
}

@media (min-width: 769px) {
    .nos-page {
        padding: 0.75rem clamp(1rem, 2.75vw, 2.25rem) 2rem;
    }

    .nos-page > .mod-breadcrumb,
    .nos-page > .nos-hero,
    .nos-page > .nos-nav,
    .nos-page > .nos-block,
    .nos-page > .nos-final {
        width: 100%;
        max-width: var(--nos-content-max);
        margin-inline: auto;
        box-sizing: border-box;
    }

    .nos-page > .mod-breadcrumb {
        margin-top: 0.35rem;
        border-radius: 14px 14px 0 0;
        overflow: hidden;
        box-shadow: 0 1px 0 rgba(15, 23, 42, 0.06);
    }

    .nos-page > .nos-hero {
        border-radius: 0;
    }

    .nos-page > .nos-nav {
        border-left: 1px solid var(--nos-border);
        border-right: 1px solid var(--nos-border);
    }

    .nos-page > .nos-block--white,
    .nos-page > .nos-block--gray {
        border-left: 1px solid var(--nos-border);
        border-right: 1px solid var(--nos-border);
    }

    .nos-page > .nos-block--brand {
        border-radius: 0;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
    }

    .nos-page > .nos-final {
        border-radius: 0 0 18px 18px;
        overflow: hidden;
        border: 1px solid var(--nos-border);
        border-top: none;
        background: #fff;
    }

    .nos-page > .nos-final .container {
        padding-inline: clamp(1rem, 3vw, 1.5rem);
    }
}

@media (min-width: 1200px) {
    .nos-page {
        --nos-content-max: 1120px;
    }
}
