/*
 * Nova Landing v1.2.1
 * Edge-to-edge backgrounds, constrained inner content (.nova-container).
 * Todos los selectores están prefijados con .nova-landing / .nova-
 * para evitar conflictos con Blocksy y Elementor.
 */

/* ─── Reset + tokens ────────────────────────────────── */
.nova-landing {
    /* Paleta */
    --nova-dark: #0f0f30;
    --nova-dark-2: #161640;
    --nova-blue-accent: #5ca8ff;      /* acento "Nova" — reemplaza el amarillo */
    --nova-yellow: #fcb900;            /* usado solo en el icono de Temarios */
    --nova-wa: #25d366;
    --nova-wa-text: #04211a;
    --nova-wa-hover: #1fbf5c;
    --nova-border: rgba(255, 255, 255, 0.14);
    --nova-border-light: rgba(0, 0, 0, 0.08);
    --nova-text-muted: #5f5e5a;
    --nova-text-faint: #888780;
    --nova-surface-soft: #f7f7f9;

    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    color: #2c2c2a;
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

    display: block;
    width: 100%;
    margin: 0;
}

.nova-landing *,
.nova-landing *::before,
.nova-landing *::after {
    box-sizing: border-box;
}

.nova-landing a { text-decoration: none; }
.nova-landing h1 { margin: 0; font-weight: 500; }
.nova-landing p  { margin: 0; }
.nova-landing svg { display: block; }
.nova-landing img { max-width: 100%; height: auto; }

/* ─── Container interno (centrado) ───────────────────── */
.nova-landing .nova-container {
    width: 100%;
    max-width: 760px;
    margin: 0 auto;
    padding: 0 20px;
}

/* ─── Bandera de Ecuador con escudo ──────────────────── */
.nova-ec-flag-svg {
    width: 22px;
    height: auto;
    flex-shrink: 0;
    border-radius: 2px;
    overflow: hidden;
}

/* ─── HERO (full-bleed, fondo oscuro) ────────────────── */
.nova-landing .nova-hero {
    background:
        radial-gradient(ellipse 80% 60% at 50% 0%, rgba(92, 168, 255, 0.08) 0%, transparent 70%),
        linear-gradient(180deg, var(--nova-dark) 0%, var(--nova-dark-2) 100%);
    padding: 26px 0 28px;
    color: #ffffff;
    width: 100%;
}

.nova-landing .nova-topbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin-bottom: 28px;
}

.nova-landing .nova-brand {
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
}

.nova-landing .nova-brand-logo {
    width: 44px;
    height: 44px;
    object-fit: contain;
    flex-shrink: 0;
}

.nova-landing .nova-brand-text {
    font-size: 19px;
    font-weight: 500;
    color: #ffffff;
    letter-spacing: 0.2px;
    line-height: 1.2;
    white-space: nowrap;
}

.nova-landing .nova-accent {
    color: var(--nova-blue-accent);
    letter-spacing: 0.3px;
}

.nova-landing .nova-admission-badge {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    background: rgba(255, 255, 255, 0.08);
    padding: 6px 11px;
    border-radius: 20px;
    font-size: 12px;
    color: #ffffff;
    white-space: nowrap;
    flex-shrink: 0;
}

/* ─── Título del hero ────────────────────────────────── */
.nova-landing .nova-hero-title {
    text-align: center;
    margin-bottom: 22px;
}
.nova-landing .nova-hero-title h1 {
    font-size: 28px;
    line-height: 1.22;
    margin-bottom: 10px;
    color: #ffffff;
    font-weight: 500;
}
.nova-landing .nova-hero-title p {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.72);
    max-width: 520px;
    margin: 0 auto;
}

/* ─── Bloque CTA: Recomendado + botón + caption ──────── */
.nova-landing .nova-cta-block {
    margin-bottom: 22px;
}

.nova-landing .nova-recommended-pill {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    background: rgba(37, 211, 102, 0.14);
    color: #6ce29b;
    border: 0.5px solid rgba(37, 211, 102, 0.25);
    padding: 5px 12px;
    border-radius: 14px;
    font-size: 11.5px;
    font-weight: 500;
    margin: 0 auto 10px;
    width: fit-content;
    max-width: 100%;
}
.nova-landing .nova-recommended-pill svg {
    color: #6ce29b;
    flex-shrink: 0;
}
.nova-landing .nova-recommended-pill span {
    text-align: center;
}

.nova-landing .nova-cta-whatsapp {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: var(--nova-wa);
    color: var(--nova-wa-text);
    padding: 15px 22px;
    border-radius: 10px;
    font-size: 15.5px;
    font-weight: 500;
    margin-bottom: 10px;
    transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
.nova-landing .nova-cta-whatsapp:hover,
.nova-landing .nova-cta-whatsapp:focus {
    transform: translateY(-1px);
    box-shadow: 0 6px 16px rgba(37, 211, 102, 0.35);
    color: var(--nova-wa-text);
    background: var(--nova-wa-hover);
}
.nova-landing .nova-cta-caption {
    text-align: center;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.6);
    max-width: 480px;
    margin: 0 auto;
    line-height: 1.5;
}

/* ─── Tarjetas de acción secundarias ─────────────────── */
.nova-landing .nova-quick-actions {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 10px;
}
.nova-landing .nova-action-card {
    background: rgba(255, 255, 255, 0.05);
    border: 0.5px solid var(--nova-border);
    border-radius: 12px;
    padding: 16px 10px;
    text-align: center;
    color: #ffffff;
    transition: background 0.15s ease, transform 0.15s ease, border-color 0.15s ease;
}
.nova-landing .nova-action-card:hover,
.nova-landing .nova-action-card:focus {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.25);
    transform: translateY(-2px);
    color: #ffffff;
}
.nova-landing .nova-action-icon {
    width: 38px;
    height: 38px;
    margin: 0 auto 9px;
    border-radius: 9px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.nova-landing .nova-action-icon-temarios   { background: var(--nova-yellow); }
.nova-landing .nova-action-icon-youtube    { background: #ff0000; }
.nova-landing .nova-action-icon-simulators { background: #378add; }

.nova-landing .nova-action-title {
    font-size: 13.5px;
    font-weight: 500;
    color: #ffffff;
}
.nova-landing .nova-action-subtitle {
    font-size: 10.5px;
    color: rgba(255, 255, 255, 0.6);
    margin-top: 3px;
}

/* ─── Marquee de universidades (fondo claro, edge-to-edge) */
.nova-landing .nova-marquee-section {
    background: #ffffff;
    padding: 20px 0 18px;
    width: 100%;
    border-top: 0.5px solid var(--nova-border-light);
}
.nova-landing .nova-marquee-label {
    text-align: center;
    font-size: 10px;
    color: var(--nova-text-faint);
    margin-bottom: 16px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}
.nova-landing .nova-marquee-container {
    overflow: hidden;
    -webkit-mask-image: linear-gradient(to right, transparent 0%, black 5%, black 95%, transparent 100%);
            mask-image: linear-gradient(to right, transparent 0%, black 5%, black 95%, transparent 100%);
}
.nova-landing .nova-marquee-track {
    display: flex;
    gap: 22px;
    width: max-content;
    padding: 4px 11px;
    animation: nova-marquee-scroll 50s linear infinite;
    will-change: transform;
}
@keyframes nova-marquee-scroll {
    from { transform: translateX(0); }
    to   { transform: translateX(-50%); }
}
@media (prefers-reduced-motion: reduce) {
    .nova-landing .nova-marquee-track { animation: none; }
}

/* Cada item: logo (arriba) + sigla (abajo) */
.nova-landing .nova-uni-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    flex-shrink: 0;
    width: 64px;
}
.nova-landing .nova-uni-logo {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: #ffffff;
    border: 1px solid #e5e5e9;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
}
.nova-landing .nova-uni-logo img {
    width: 46px;
    height: 46px;
    object-fit: contain;
}
.nova-landing .nova-uni-logo svg {
    width: 26px;
    height: 26px;
    color: #9b9aa2;
}
.nova-landing .nova-uni-label {
    font-size: 10px;
    font-weight: 500;
    color: #4a4a48;
    text-align: center;
    letter-spacing: 0.2px;
    line-height: 1.1;
}

/* ─── Barra de estadísticas ──────────────────────────── */
.nova-landing .nova-stats-bar {
    background: #ffffff;
    padding: 18px 0;
    border-top: 0.5px solid var(--nova-border-light);
}
.nova-landing .nova-stats-inner {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
}
.nova-landing .nova-stat { text-align: center; }
.nova-landing .nova-stat-number {
    font-size: 19px;
    font-weight: 500;
    color: var(--nova-dark);
    line-height: 1.2;
}
.nova-landing .nova-stat-label {
    font-size: 10.5px;
    color: var(--nova-text-muted);
}
.nova-landing .nova-stat-divider {
    width: 0.5px;
    height: 26px;
    background: #d3d1c7;
}

/* ─── WhatsApp flotante (position: fixed) ─────────────── */
.nova-wa-floating {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 56px;
    height: 56px;
    background: #25D366;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 6px 18px rgba(37, 211, 102, 0.38), 0 2px 6px rgba(0, 0, 0, 0.16);
    z-index: 9999;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.nova-wa-floating:hover,
.nova-wa-floating:focus {
    transform: scale(1.08);
    background: #1EBE5D;
    box-shadow: 0 8px 22px rgba(37, 211, 102, 0.46), 0 3px 8px rgba(0, 0, 0, 0.18);
}

.nova-wa-floating svg {
    width: 28px;
    height: 28px;
    fill: #ffffff;
}

/* ─── Responsive: tablet (≤768px) ───────────────────── */
@media (max-width: 768px) {
    .nova-landing .nova-container { padding: 0 18px; }
    .nova-landing .nova-hero { padding: 22px 0 24px; }
    .nova-landing .nova-topbar { margin-bottom: 24px; }
    .nova-landing .nova-hero-title h1 { font-size: 25px; }
}

/* ─── Responsive: móvil (≤520px) ────────────────────── */
@media (max-width: 520px) {
    .nova-landing .nova-container { padding: 0 16px; }

    .nova-landing .nova-hero { padding: 20px 0 22px; }
    .nova-landing .nova-topbar {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
        margin-bottom: 22px;
    }
    .nova-landing .nova-brand-logo { width: 40px; height: 40px; }
    .nova-landing .nova-brand-text { font-size: 18px; }
    .nova-landing .nova-admission-badge { font-size: 11.5px; padding: 5px 10px; }

    .nova-landing .nova-hero-title h1 { font-size: 22px; line-height: 1.25; }
    .nova-landing .nova-hero-title p { font-size: 12.5px; }

    .nova-landing .nova-recommended-pill { font-size: 10.5px; padding: 5px 11px; }
    .nova-landing .nova-cta-whatsapp { font-size: 14.5px; padding: 13px 18px; }
    .nova-landing .nova-cta-caption { font-size: 11.5px; }

    .nova-landing .nova-quick-actions { gap: 7px; }
    .nova-landing .nova-action-card { padding: 13px 6px; border-radius: 10px; }
    .nova-landing .nova-action-icon { width: 34px; height: 34px; margin-bottom: 7px; }
    .nova-landing .nova-action-title { font-size: 12.5px; }
    .nova-landing .nova-action-subtitle { font-size: 10px; }

    .nova-landing .nova-marquee-section { padding: 16px 0 14px; }
    .nova-landing .nova-marquee-track { gap: 18px; }
    .nova-landing .nova-uni-item { width: 56px; }
    .nova-landing .nova-uni-logo { width: 50px; height: 50px; }
    .nova-landing .nova-uni-logo img { width: 40px; height: 40px; }
    .nova-landing .nova-uni-logo svg { width: 22px; height: 22px; }
    .nova-landing .nova-uni-label { font-size: 9.5px; }

    .nova-landing .nova-stats-bar { padding: 16px 0; }
    .nova-landing .nova-stat-number { font-size: 17px; }
    .nova-landing .nova-stat-divider { height: 22px; }

    .nova-wa-floating {
    width: 52px;
    height: 52px;
    bottom: 14px;
    right: 14px;
}
.nova-wa-floating svg {
    width: 27px;
    height: 27px;
}
}

/* ─── Responsive: pantallas muy estrechas (≤360px) ────── */
@media (max-width: 360px) {
    .nova-landing .nova-hero-title h1 { font-size: 20px; }
    .nova-landing .nova-quick-actions { gap: 5px; }
    .nova-landing .nova-action-card { padding: 11px 4px; }
    .nova-landing .nova-action-title { font-size: 11.5px; }
    .nova-landing .nova-action-subtitle { font-size: 9.5px; }
    .nova-landing .nova-stat-number { font-size: 16px; }
    .nova-landing .nova-stat-label { font-size: 10px; }
}


/* =====================================================
 * v1.2.0 — ajustes de ancho completo, mayor escala
 * visual en escritorio y logos rectangulares
 * ===================================================== */

/* Rompe el contenedor del theme y permite edge-to-edge real */
.nova-landing {
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    overflow-x: clip;
    position: relative;
}

/* Contenido interno más amplio */
.nova-landing .nova-container {
    max-width: 1420px;
    padding-left: clamp(16px, 2.2vw, 40px);
    padding-right: clamp(16px, 2.2vw, 40px);
}

/* Evita espacios superiores raros que algunos themes agregan */
.entry-content > .nova-landing:first-child,
.wp-block-post-content > .nova-landing:first-child,
.site-main .nova-landing:first-child {
    margin-top: 0 !important;
}

/* Hero más grande */
.nova-landing .nova-hero {
    padding: 30px 0 34px;
}

.nova-landing .nova-topbar {
    max-width: 1220px;
    margin: 0 auto 30px;
}

.nova-landing .nova-brand-logo {
    width: 52px;
    height: 52px;
}

.nova-landing .nova-brand-text {
    font-size: 24px;
    font-weight: 600;
}

.nova-landing .nova-admission-badge {
    padding: 10px 18px;
    border-radius: 999px;
    font-size: 14px;
    gap: 9px;
}

.nova-landing .nova-hero-title {
    max-width: 1100px;
    margin: 0 auto 28px;
}

.nova-landing .nova-hero-title h1 {
    font-size: clamp(40px, 4.7vw, 64px);
    line-height: 1.08;
    margin-bottom: 16px;
    font-weight: 600;
}

.nova-landing .nova-hero-title p {
    max-width: 860px;
    font-size: clamp(16px, 1.35vw, 22px);
    line-height: 1.45;
}

/* CTA principal más dominante */
.nova-landing .nova-cta-block {
    max-width: 1020px;
    margin: 0 auto 30px;
}

.nova-landing .nova-recommended-pill {
    min-height: 48px;
    padding: 8px 20px;
    border-radius: 999px;
    font-size: 15px;
    margin-bottom: 16px;
}

.nova-landing .nova-cta-whatsapp {
    max-width: 920px;
    min-height: 82px;
    margin: 0 auto 14px;
    padding: 18px 28px;
    border-radius: 18px;
    font-size: clamp(20px, 1.9vw, 30px);
    font-weight: 600;
    gap: 14px;
}

.nova-landing .nova-cta-whatsapp svg {
    width: 34px;
    height: 34px;
}

.nova-landing .nova-cta-caption {
    max-width: 760px;
    font-size: clamp(14px, 1vw, 17px);
}

/* Tarjetas secundarias más grandes */
.nova-landing .nova-quick-actions {
    max-width: 980px;
    margin: 0 auto;
    gap: 18px;
}

.nova-landing .nova-action-card {
    min-height: 176px;
    padding: 24px 16px;
    border-radius: 18px;
}

.nova-landing .nova-action-icon {
    width: 74px;
    height: 50px;
    margin: 0 auto 14px;
    border-radius: 16px;
}

.nova-landing .nova-action-icon svg {
    width: auto;
    height: auto;
    max-width: 40px;
    max-height: 28px;
}

.nova-landing .nova-action-icon-youtube {
    width: 84px;
    height: 52px;
}

.nova-landing .nova-action-icon-youtube svg {
    max-width: 48px;
    max-height: 34px;
}

.nova-landing .nova-action-title {
    font-size: clamp(18px, 1.35vw, 26px);
    font-weight: 600;
}

.nova-landing .nova-action-subtitle {
    font-size: clamp(13px, 0.95vw, 16px);
    margin-top: 5px;
}

/* Marquee y stats algo más grandes */
.nova-landing .nova-marquee-section {
    padding: 24px 0 22px;
}

.nova-landing .nova-marquee-label {
    font-size: 12px;
    margin-bottom: 18px;
}

.nova-landing .nova-marquee-track {
    gap: 26px;
}

.nova-landing .nova-uni-item {
    width: 76px;
    gap: 7px;
}

.nova-landing .nova-uni-logo {
    width: 64px;
    height: 64px;
}

.nova-landing .nova-uni-logo img {
    width: 52px;
    height: 52px;
}

.nova-landing .nova-uni-logo svg {
    width: 28px;
    height: 28px;
}

.nova-landing .nova-uni-label {
    font-size: 11px;
}

.nova-landing .nova-stats-bar {
    padding: 22px 0;
}

.nova-landing .nova-stats-inner {
    max-width: 1180px;
    margin: 0 auto;
}

.nova-landing .nova-stat-number {
    font-size: clamp(28px, 2vw, 38px);
    font-weight: 600;
}

.nova-landing .nova-stat-label {
    font-size: 13px;
}

.nova-landing .nova-stat-divider {
    height: 34px;
}

/* Tablet */
@media (max-width: 900px) {
    .nova-landing .nova-container {
        padding-left: 18px;
        padding-right: 18px;
    }

    .nova-landing .nova-hero {
        padding: 24px 0 26px;
    }

    .nova-landing .nova-topbar {
        margin-bottom: 24px;
    }

    .nova-landing .nova-brand-logo {
        width: 46px;
        height: 46px;
    }

    .nova-landing .nova-brand-text {
        font-size: 21px;
    }

    .nova-landing .nova-admission-badge {
        font-size: 12.5px;
        padding: 8px 14px;
    }

    .nova-landing .nova-hero-title h1 {
        font-size: clamp(32px, 5.8vw, 46px);
        margin-bottom: 12px;
    }

    .nova-landing .nova-hero-title p {
        font-size: 15px;
    }

    .nova-landing .nova-cta-whatsapp {
        min-height: 74px;
        padding: 16px 20px;
        font-size: 20px;
    }

    .nova-landing .nova-quick-actions {
        gap: 12px;
    }

    .nova-landing .nova-action-card {
        min-height: 156px;
        padding: 18px 12px;
    }

    .nova-landing .nova-action-icon {
        width: 66px;
        height: 46px;
    }

    .nova-landing .nova-action-icon-youtube {
        width: 76px;
        height: 48px;
    }

    .nova-landing .nova-action-title {
        font-size: 17px;
    }

    .nova-landing .nova-action-subtitle {
        font-size: 12px;
    }
}

/* Móvil */
@media (max-width: 520px) {
    .nova-landing .nova-container {
        padding-left: 14px;
        padding-right: 14px;
    }

    .nova-landing .nova-hero {
        padding: 18px 0 22px;
    }

    .nova-landing .nova-topbar {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
        margin-bottom: 20px;
    }

    .nova-landing .nova-brand-logo {
        width: 42px;
        height: 42px;
    }

    .nova-landing .nova-brand-text {
        font-size: 18px;
    }

    .nova-landing .nova-admission-badge {
        font-size: 11.5px;
        padding: 6px 11px;
        gap: 7px;
    }

    .nova-landing .nova-hero-title {
        margin-bottom: 22px;
    }

    .nova-landing .nova-hero-title h1 {
        font-size: clamp(24px, 8.8vw, 40px);
        line-height: 1.14;
        margin-bottom: 10px;
    }

    .nova-landing .nova-hero-title p {
        font-size: 13px;
        line-height: 1.5;
    }

    .nova-landing .nova-recommended-pill {
        min-height: 42px;
        padding: 7px 14px;
        font-size: 12px;
        margin-bottom: 12px;
    }

    .nova-landing .nova-cta-whatsapp {
        min-height: 68px;
        padding: 14px 18px;
        border-radius: 16px;
        font-size: 16px;
        gap: 10px;
    }

    .nova-landing .nova-cta-whatsapp svg {
        width: 28px;
        height: 28px;
    }

    .nova-landing .nova-cta-caption {
        font-size: 12px;
    }

    .nova-landing .nova-quick-actions {
        gap: 8px;
    }

    .nova-landing .nova-action-card {
        min-height: 138px;
        padding: 14px 8px;
        border-radius: 14px;
    }

    .nova-landing .nova-action-icon {
        width: 58px;
        height: 40px;
        margin-bottom: 10px;
        border-radius: 14px;
    }

    .nova-landing .nova-action-icon svg {
        max-width: 32px;
        max-height: 24px;
    }

    .nova-landing .nova-action-icon-youtube {
        width: 68px;
        height: 42px;
    }

    .nova-landing .nova-action-icon-youtube svg {
        max-width: 38px;
        max-height: 28px;
    }

    .nova-landing .nova-action-title {
        font-size: 14px;
    }

    .nova-landing .nova-action-subtitle {
        font-size: 10.5px;
    }

    .nova-landing .nova-marquee-section {
        padding: 16px 0 14px;
    }

    .nova-landing .nova-marquee-track {
        gap: 18px;
    }

    .nova-landing .nova-uni-item {
        width: 58px;
    }

    .nova-landing .nova-uni-logo {
        width: 50px;
        height: 50px;
    }

    .nova-landing .nova-uni-logo img {
        width: 40px;
        height: 40px;
    }

    .nova-landing .nova-uni-logo svg {
        width: 22px;
        height: 22px;
    }

    .nova-landing .nova-uni-label {
        font-size: 9.5px;
    }

    .nova-landing .nova-stats-bar {
        padding: 16px 0;
    }

    .nova-landing .nova-stat-number {
        font-size: 20px;
    }

    .nova-landing .nova-stat-label {
        font-size: 10.5px;
    }

    .nova-landing .nova-stat-divider {
        height: 22px;
    }
}


/* =====================================================
 * v1.4.0 — H1 SEO-friendly + subtítulo + 4 stats
 * ===================================================== */

.nova-landing .nova-hero-title h1 {
    font-size: clamp(30px, 4vw, 54px);
    line-height: 1.1;
    margin: 0 0 18px;
    font-weight: 600;
    color: #ffffff;
    text-align: center;
    letter-spacing: -0.3px;
    max-width: 1040px;
    margin-left: auto;
    margin-right: auto;
}

.nova-landing .nova-hero-subtitle {
    font-size: clamp(18px, 1.8vw, 26px);
    line-height: 1.35;
    margin: 18px auto 0;
    color: rgba(255, 255, 255, 0.82);
    text-align: center;
    font-weight: 400;
    max-width: 780px;
}

.nova-landing .nova-hero-subtitle .nova-accent {
    font-weight: 600;
}

.nova-landing .nova-hero-inline-marquee {
    max-width: 980px;
    margin: 0 auto 18px;
    overflow: hidden;
    -webkit-mask-image: linear-gradient(to right, transparent 0%, black 8%, black 92%, transparent 100%);
            mask-image: linear-gradient(to right, transparent 0%, black 8%, black 92%, transparent 100%);
}

.nova-landing .nova-hero-inline-marquee-track {
    display: flex;
    gap: 20px;
    width: max-content;
    padding: 6px 10px;
    animation: nova-marquee-scroll 45s linear infinite;
    will-change: transform;
}

.nova-landing .nova-hero-inline-marquee .nova-uni-item {
    width: 68px;
    gap: 6px;
}

.nova-landing .nova-hero-inline-marquee .nova-uni-logo {
    width: 58px;
    height: 58px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.14);
    box-shadow: none;
}

.nova-landing .nova-hero-inline-marquee .nova-uni-logo img {
    width: 44px;
    height: 44px;
}

.nova-landing .nova-hero-inline-marquee .nova-uni-logo svg {
    width: 24px;
    height: 24px;
    color: rgba(255, 255, 255, 0.72);
}

.nova-landing .nova-hero-inline-marquee .nova-uni-label {
    color: rgba(255, 255, 255, 0.82);
    font-size: 10px;
}

.nova-landing .nova-hero-title h1 {
    color: #ffffff;
}

/* Oculta el marquee viejo en páginas/cache viejos */
.nova-landing .nova-marquee-section {
    display: none;
}

@media (prefers-reduced-motion: reduce) {
    .nova-landing .nova-hero-inline-marquee-track {
        animation: none;
    }
}

@media (max-width: 900px) {
    .nova-landing .nova-hero-title h1 {
        font-size: clamp(26px, 5.2vw, 40px);
        margin-bottom: 14px;
    }

    .nova-landing .nova-hero-subtitle {
        font-size: clamp(16px, 2.2vw, 20px);
        margin-top: 14px;
    }

    .nova-landing .nova-hero-inline-marquee {
        margin-bottom: 14px;
    }

    .nova-landing .nova-hero-inline-marquee .nova-uni-item {
        width: 60px;
    }

    .nova-landing .nova-hero-inline-marquee .nova-uni-logo {
        width: 52px;
        height: 52px;
    }

    .nova-landing .nova-hero-inline-marquee .nova-uni-logo img {
        width: 40px;
        height: 40px;
    }
}

@media (max-width: 520px) {
    .nova-landing .nova-hero-title h1 {
        font-size: clamp(22px, 6.2vw, 30px);
        line-height: 1.18;
        margin-bottom: 10px;
        letter-spacing: -0.2px;
    }

    .nova-landing .nova-hero-subtitle {
        font-size: 15px;
        margin-top: 10px;
    }

    .nova-landing .nova-hero-inline-marquee {
        margin-bottom: 10px;
    }

    .nova-landing .nova-hero-inline-marquee-track {
        gap: 16px;
        padding: 4px 8px;
    }

    .nova-landing .nova-hero-inline-marquee .nova-uni-item {
        width: 54px;
    }

    .nova-landing .nova-hero-inline-marquee .nova-uni-logo {
        width: 46px;
        height: 46px;
    }

    .nova-landing .nova-hero-inline-marquee .nova-uni-logo img {
        width: 36px;
        height: 36px;
    }

    .nova-landing .nova-hero-inline-marquee .nova-uni-label {
        font-size: 9px;
    }

    /* 4 stats en móvil: 2x2 */
    .nova-landing .nova-stats-inner {
        flex-wrap: wrap;
        gap: 14px 0;
    }

    .nova-landing .nova-stats-inner .nova-stat {
        flex: 0 0 50%;
        min-width: 0;
    }

    .nova-landing .nova-stats-inner .nova-stat-divider {
        display: none;
    }
}
