:root {
    --navy-950: #06162f;
    --navy-900: #081f43;
    --navy-800: #0c2f63;
    --gold: #d5aa3d;
    --gold-light: #f3df9f;
    --white: #ffffff;
    --off-white: #f7f8fb;
    --text: #17243a;
    --muted: #667085;
    --line: rgba(8, 31, 67, .10);
    --shadow: 0 24px 70px rgba(6, 22, 47, .14);
    --radius: 26px;
    --container: 1240px;
}

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

html {
    scroll-behavior: smooth;
}

body {
    font-family:
        Inter,
        ui-sans-serif,
        -apple-system,
        BlinkMacSystemFont,
        "Segoe UI",
        sans-serif;

    color: var(--text);
    background: var(--white);
    line-height: 1.5;
    overflow-x: hidden;
}

a {
    color: inherit;
    text-decoration: none;
}

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

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

.container {
    width: min(calc(100% - 40px), var(--container));
    margin-inline: auto;
}

.skip-link {
    position: fixed;
    top: -100px;
    left: 12px;
    z-index: 9999;
    background: var(--white);
    color: var(--navy-950);
    padding: 10px 16px;
    border-radius: 8px;
}

.skip-link:focus {
    top: 12px;
}

.topbar {
    background: var(--navy-950);
    color: rgba(255,255,255,.88);
    font-size: .78rem;
}

.topbar-inner {
    min-height: 35px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.topbar a {
    color: var(--gold-light);
    font-weight: 700;
}

.site-header {
    position: relative;
    z-index: 100;
    background: rgba(255,255,255,.96);
    border-bottom: 1px solid var(--line);
}

.header-inner {
    min-height: 92px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}

.brand {
    display: flex;
    align-items: center;
    gap: 13px;
    flex-shrink: 0;
}

.brand img {
    width: 78px;
    height: 66px;
    object-fit: contain;
}

.brand-copy {
    display: flex;
    flex-direction: column;
}

.brand-copy strong {
    color: var(--navy-950);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.12rem;
    line-height: 1.1;
}

.brand-copy span {
    margin-top: 5px;
    color: #8a6a17;
    font-size: .61rem;
    font-weight: 800;
    letter-spacing: .10em;
    text-transform: uppercase;
}

.main-nav {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 22px;
}

.main-nav > a {
    position: relative;
    color: var(--navy-900);
    font-size: .82rem;
    font-weight: 700;
    white-space: nowrap;
}

.main-nav > a:not(.nav-cta)::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -8px;
    width: 0;
    height: 2px;
    background: var(--gold);
    transition: width .2s ease;
}

.main-nav > a:hover::after {
    width: 100%;
}

.main-nav .nav-cta {
    padding: 12px 18px;
    border-radius: 999px;
    color: var(--white);
    background: var(--navy-900);
    box-shadow: 0 8px 25px rgba(8,31,67,.18);
}

.menu-toggle {
    display: none;
    width: 46px;
    height: 46px;
    border: 0;
    border-radius: 12px;
    background: var(--navy-950);
    padding: 12px;
    cursor: pointer;
}

.menu-toggle span {
    display: block;
    width: 100%;
    height: 2px;
    margin: 5px 0;
    background: var(--white);
}

.hero {
    position: relative;
    overflow: hidden;
    background:
        linear-gradient(
            115deg,
            #ffffff 0%,
            #f5f7fb 55%,
            #edf2f8 100%
        );
    padding: 92px 0 0;
}

.hero::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background-image:
        linear-gradient(rgba(8,31,67,.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(8,31,67,.035) 1px, transparent 1px);
    background-size: 46px 46px;
    mask-image: linear-gradient(to bottom, black, transparent 85%);
}

.hero-glow {
    position: absolute;
    border-radius: 50%;
    filter: blur(2px);
    pointer-events: none;
}

.hero-glow-one {
    width: 520px;
    height: 520px;
    right: -180px;
    top: -230px;
    background: rgba(213,170,61,.18);
}

.hero-glow-two {
    width: 400px;
    height: 400px;
    right: 20%;
    bottom: -260px;
    background: rgba(12,47,99,.09);
}

.hero-grid {
    position: relative;
    z-index: 2;
    min-height: 540px;
    display: grid;
    grid-template-columns: 1.12fr .88fr;
    align-items: center;
    gap: 70px;
}

.eyebrow {
    display: inline-flex;
    padding: 8px 13px;
    margin-bottom: 22px;
    border: 1px solid rgba(213,170,61,.36);
    border-radius: 999px;
    background: rgba(255,255,255,.72);
    color: #765714;
    font-size: .72rem;
    font-weight: 800;
    letter-spacing: .05em;
}

.hero-kicker {
    margin-bottom: 12px;
    color: var(--navy-800);
    font-size: .78rem;
    font-weight: 900;
    letter-spacing: .18em;
}

.hero h1 {
    max-width: 750px;
    color: var(--navy-950);
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(3.5rem, 6.7vw, 6rem);
    font-weight: 700;
    line-height: .94;
    letter-spacing: -.045em;
}

.hero h1 span {
    display: block;
    color: #b88c1f;
}

.hero-description {
    max-width: 650px;
    margin-top: 27px;
    color: #55647a;
    font-size: clamp(1rem, 1.6vw, 1.18rem);
    line-height: 1.75;
}

.hero-levels {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    margin-top: 28px;
}

.hero-levels span {
    padding: 8px 13px;
    border-radius: 999px;
    background: var(--white);
    border: 1px solid var(--line);
    color: var(--navy-900);
    font-size: .77rem;
    font-weight: 800;
    box-shadow: 0 6px 20px rgba(6,22,47,.04);
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 30px;
}

.button {
    min-height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 23px;
    border-radius: 12px;
    font-size: .88rem;
    font-weight: 800;
    transition:
        transform .2s ease,
        box-shadow .2s ease;
}

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

.button-primary {
    color: var(--white);
    background: var(--navy-900);
    box-shadow: 0 12px 30px rgba(8,31,67,.22);
}

.button-secondary {
    color: var(--navy-900);
    background: rgba(255,255,255,.82);
    border: 1px solid rgba(8,31,67,.15);
}

.hero-visual {
    position: relative;
    min-height: 420px;
    display: grid;
    place-items: center;
}

.hero-emblem {
    position: relative;
    width: min(390px, 90%);
    aspect-ratio: 1;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background:
        radial-gradient(
            circle,
            rgba(255,255,255,1) 0%,
            rgba(255,255,255,.95) 54%,
            rgba(213,170,61,.10) 55%,
            rgba(213,170,61,.10) 66%,
            transparent 67%
        );
}

.hero-emblem::before,
.hero-emblem::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    border: 1px solid rgba(8,31,67,.10);
}

.hero-emblem::before {
    inset: 8%;
}

.hero-emblem::after {
    inset: 18%;
}

.emblem-ring {
    position: relative;
    z-index: 2;
    width: 58%;
}

.emblem-ring img {
    width: 100%;
    height: auto;
}

.cycle-card {
    position: absolute;
    z-index: 5;
    right: -5%;
    bottom: 10%;
    width: 190px;
    padding: 17px 19px;
    border-radius: 16px;
    color: var(--white);
    background: var(--navy-950);
    box-shadow: var(--shadow);
}

.cycle-card span {
    display: block;
    color: var(--gold-light);
    font-size: .67rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .08em;
}

.cycle-card strong {
    display: block;
    margin-top: 3px;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.65rem;
}

.strengths {
    position: relative;
    z-index: 5;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: var(--radius) var(--radius) 0 0;
    box-shadow: 0 -8px 40px rgba(6,22,47,.07);
    overflow: hidden;
}

.strength-card {
    min-height: 150px;
    display: flex;
    gap: 18px;
    align-items: flex-start;
    padding: 34px 30px;
}

.strength-card + .strength-card {
    border-left: 1px solid var(--line);
}

.strength-number {
    color: var(--gold);
    font-size: .72rem;
    font-weight: 900;
    letter-spacing: .08em;
}

.strength-card h2 {
    color: var(--navy-950);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.15rem;
    line-height: 1.2;
}

.strength-card p {
    margin-top: 7px;
    color: var(--muted);
    font-size: .82rem;
    line-height: 1.6;
}

.whatsapp-float {
    position: fixed;
    z-index: 200;
    right: 22px;
    bottom: 22px;
    min-height: 48px;
    display: flex;
    align-items: center;
    padding: 0 18px;
    border-radius: 999px;
    color: var(--white);
    background: #178b4e;
    font-size: .8rem;
    font-weight: 900;
    box-shadow: 0 12px 32px rgba(23,139,78,.28);
}

@media (max-width: 1180px) {
    .brand-copy {
        display: none;
    }

    .main-nav {
        gap: 15px;
    }

    .main-nav > a {
        font-size: .75rem;
    }
}

@media (max-width: 980px) {
    .header-inner {
        min-height: 78px;
    }

    .brand img {
        width: 68px;
        height: 58px;
    }

    .menu-toggle {
        display: block;
    }

    .main-nav {
        position: absolute;
        top: 100%;
        left: 20px;
        right: 20px;
        display: none;
        padding: 18px;
        border: 1px solid var(--line);
        border-radius: 16px;
        background: var(--white);
        box-shadow: var(--shadow);
    }

    .main-nav.is-open {
        display: grid;
        gap: 4px;
    }

    .main-nav > a {
        padding: 11px 10px;
        font-size: .88rem;
    }

    .main-nav > a::after {
        display: none;
    }

    .main-nav .nav-cta {
        margin-top: 5px;
        text-align: center;
    }

    .hero {
        padding-top: 68px;
    }

    .hero-grid {
        min-height: auto;
        grid-template-columns: 1fr;
        gap: 25px;
    }

    .hero-content {
        text-align: center;
    }

    .hero-description {
        margin-inline: auto;
    }

    .hero-levels,
    .hero-actions {
        justify-content: center;
    }

    .hero-visual {
        min-height: 370px;
    }

    .strengths {
        grid-template-columns: 1fr;
        margin-top: 30px;
    }

    .strength-card + .strength-card {
        border-left: 0;
        border-top: 1px solid var(--line);
    }
}

@media (max-width: 600px) {
    .container {
        width: min(calc(100% - 28px), var(--container));
    }

    .topbar-inner {
        min-height: 38px;
        justify-content: center;
    }

    .topbar p {
        font-size: .67rem;
        text-align: center;
    }

    .topbar a {
        display: none;
    }

    .hero {
        padding-top: 50px;
    }

    .hero h1 {
        font-size: clamp(3.05rem, 15vw, 4.4rem);
    }

    .eyebrow {
        font-size: .64rem;
    }

    .hero-description {
        font-size: .96rem;
    }

    .hero-actions {
        display: grid;
    }

    .button {
        width: 100%;
    }

    .hero-visual {
        min-height: 310px;
    }

    .hero-emblem {
        width: 295px;
        max-width: 86vw;
    }

    .cycle-card {
        right: -2%;
        width: 160px;
    }

    .strength-card {
        padding: 28px 24px;
    }

    .whatsapp-float {
        right: 14px;
        bottom: 14px;
    }
}


/* ==========================================================
   AJUSTES VISUALES PORTADA — PASO 8C-2
   ========================================================== */

@media (min-width: 981px) {

    .hero-emblem {
        width: min(425px, 94%);
    }

    .emblem-ring {
        width: 62%;
        transform: translateX(-6%);
    }

    .cycle-card {
        right: -14%;
        bottom: 5%;
        width: 185px;
    }

}

@media (min-width: 1181px) {

    .brand img {
        width: 86px;
        height: 72px;
    }

    .header-inner {
        min-height: 98px;
    }

}

.whatsapp-float {
    gap: 8px;
}

.whatsapp-float::before {
    content: "";
    width: 11px;
    height: 11px;
    flex: 0 0 11px;
    border-radius: 50%;
    background: #ffffff;
    box-shadow:
        5px -4px 0 -4px #178b4e,
        inset 0 0 0 2px #ffffff;
}

@media (max-width: 980px) {

    .cycle-card {
        right: 1%;
        bottom: 5%;
    }

}

@media (max-width: 600px) {

    .cycle-card {
        right: -1%;
        bottom: 2%;
        width: 150px;
        padding: 14px 16px;
    }

    .cycle-card strong {
        font-size: 1.4rem;
    }

}


/* ==========================================================
   PASO 8D — NOSOTROS Y OFERTA
   ========================================================== */

.section-heading {
    max-width: 820px;
}

.section-heading-centered {
    margin-inline: auto;
    text-align: center;
}

.section-kicker {
    display: inline-block;
    margin-bottom: 16px;
    color: #a77913;
    font-size: .72rem;
    font-weight: 900;
    letter-spacing: .16em;
    text-transform: uppercase;
}

.section-heading h2 {
    color: var(--navy-950);
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(2.35rem, 5vw, 4.4rem);
    line-height: 1.02;
    letter-spacing: -.035em;
}

.section-heading h2 span {
    color: #b88c1f;
}

.section-heading > p {
    margin-top: 22px;
    color: var(--muted);
    font-size: 1.03rem;
    line-height: 1.75;
}


/* NOSOTROS */

.about-section {
    padding: 110px 0;
    background: var(--white);
}

.about-grid {
    margin-top: 58px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
}

.about-feature {
    position: relative;
    min-height: 245px;
    padding: 38px 34px;
}

.about-feature + .about-feature {
    border-left: 1px solid var(--line);
}

.about-feature-number {
    margin-bottom: 35px;
    color: var(--gold);
    font-size: .7rem;
    font-weight: 900;
    letter-spacing: .12em;
}

.about-feature h3 {
    color: var(--navy-950);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.5rem;
}

.about-feature p {
    margin-top: 13px;
    color: var(--muted);
    font-size: .9rem;
    line-height: 1.7;
}

.about-highlight {
    margin-top: 52px;
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 25px;
    padding: 25px 30px;
    border-radius: 20px;
    background:
        linear-gradient(
            115deg,
            var(--navy-950),
            var(--navy-800)
        );
    color: var(--white);
    box-shadow: var(--shadow);
}

.about-highlight-logo {
    width: 75px;
    height: 75px;
    display: grid;
    place-items: center;
    border-radius: 16px;
    background: rgba(255,255,255,.09);
}

.about-highlight-logo img {
    width: 62px;
    height: 62px;
    object-fit: contain;
}

.about-highlight-copy span {
    display: block;
    color: var(--gold-light);
    font-size: .66rem;
    font-weight: 900;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.about-highlight-copy strong {
    display: block;
    margin-top: 3px;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.45rem;
}

.about-highlight-copy p {
    margin-top: 2px;
    color: rgba(255,255,255,.72);
    font-size: .82rem;
}

.text-link {
    color: var(--gold-light);
    font-size: .82rem;
    font-weight: 900;
}


/* OFERTA EDUCATIVA */

.education-section {
    position: relative;
    padding: 110px 0;
    overflow: hidden;
    background:
        linear-gradient(
            180deg,
            #f7f9fc 0%,
            #eef3f8 100%
        );
}

.education-section::before {
    content: "";
    position: absolute;
    width: 480px;
    height: 480px;
    right: -260px;
    top: 70px;
    border-radius: 50%;
    background: rgba(213,170,61,.11);
}

.education-heading {
    position: relative;
    z-index: 2;
    max-width: none;
    display: grid;
    grid-template-columns: 1fr 360px;
    align-items: end;
    gap: 60px;
}

.education-heading > p {
    margin: 0 0 8px;
}

.education-grid {
    position: relative;
    z-index: 2;
    margin-top: 55px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}

.education-card {
    position: relative;
    min-height: 470px;
    display: flex;
    flex-direction: column;
    padding: 30px;
    overflow: hidden;
    border: 1px solid rgba(8,31,67,.10);
    border-radius: 24px;
    background: rgba(255,255,255,.92);
    box-shadow: 0 15px 45px rgba(6,22,47,.07);
    transition:
        transform .25s ease,
        box-shadow .25s ease;
}

.education-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 25px 55px rgba(6,22,47,.13);
}

.education-card::before {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    height: 5px;
    background: var(--gold);
}

.education-card-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
}

.education-index {
    color: var(--gold);
    font-size: .72rem;
    font-weight: 900;
}

.education-tag {
    padding: 6px 10px;
    border-radius: 999px;
    background: #f5f7fa;
    color: #6c7789;
    font-size: .65rem;
    font-weight: 800;
}

.education-icon {
    width: 82px;
    height: 82px;
    display: grid;
    place-items: center;
    margin-top: 45px;
    border-radius: 23px;
    color: var(--navy-950);
    background:
        linear-gradient(
            145deg,
            #f7e8b6,
            #fff9e9
        );
    font-family: Georgia, "Times New Roman", serif;
    font-size: 2.2rem;
    font-weight: 700;
}

.education-card h3 {
    margin-top: 27px;
    color: var(--navy-950);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 2rem;
}

.education-card > p {
    margin-top: 15px;
    color: var(--muted);
    font-size: .92rem;
    line-height: 1.75;
}

.education-card-footer {
    margin-top: auto;
    padding-top: 32px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    border-top: 1px solid var(--line);
}

.education-card-footer span {
    color: #8993a2;
    font-size: .68rem;
    font-weight: 800;
}

.education-card-footer a {
    color: var(--navy-900);
    font-size: .75rem;
    font-weight: 900;
}

.education-primary .education-icon {
    color: var(--white);
    background:
        linear-gradient(
            145deg,
            var(--navy-800),
            var(--navy-950)
        );
}

.education-secondary .education-icon {
    color: #85630f;
    background:
        linear-gradient(
            145deg,
            #ead081,
            #fbf1cf
        );
}

.education-cta {
    position: relative;
    z-index: 2;
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    padding: 30px 34px;
    border: 1px solid rgba(8,31,67,.09);
    border-radius: 20px;
    background: rgba(255,255,255,.8);
}

.education-cta span {
    display: block;
    color: #9b771c;
    font-size: .67rem;
    font-weight: 900;
    letter-spacing: .09em;
    text-transform: uppercase;
}

.education-cta strong {
    display: block;
    margin-top: 5px;
    color: var(--navy-950);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.35rem;
}


/* RESPONSIVE */

@media (max-width: 980px) {

    .about-section,
    .education-section {
        padding: 85px 0;
    }

    .about-grid,
    .education-grid {
        grid-template-columns: 1fr;
    }

    .about-feature {
        min-height: auto;
    }

    .about-feature + .about-feature {
        border-left: 0;
        border-top: 1px solid var(--line);
    }

    .education-heading {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .education-card {
        min-height: 400px;
    }

}

@media (max-width: 650px) {

    .about-section,
    .education-section {
        padding: 70px 0;
    }

    .section-heading h2 {
        font-size: clamp(2.2rem, 11vw, 3.2rem);
    }

    .about-grid {
        margin-top: 42px;
    }

    .about-feature {
        padding: 30px 22px;
    }

    .about-feature-number {
        margin-bottom: 22px;
    }

    .about-highlight {
        grid-template-columns: auto 1fr;
        padding: 22px;
    }

    .about-highlight .text-link {
        grid-column: 1 / -1;
        padding-top: 15px;
        border-top: 1px solid rgba(255,255,255,.12);
    }

    .education-grid {
        margin-top: 40px;
    }

    .education-card {
        min-height: 420px;
        padding: 25px;
    }

    .education-icon {
        margin-top: 35px;
    }

    .education-cta {
        display: grid;
        padding: 25px;
    }

    .education-cta .button {
        width: 100%;
    }

}



/* ==========================================================
   PASO 8D-V6 — IMAGENES
   ========================================================== */


/* GALERIA NOSOTROS */

.about-visual-grid {
    margin-top: 55px;
    display: grid;
    grid-template-columns: 1.45fr .75fr;
    grid-template-rows: 220px 220px;
    gap: 14px;
}

.about-photo {
    position: relative;
    margin: 0;
    overflow: hidden;
    border-radius: 22px;
    background: #e9edf3;
    box-shadow: 0 16px 45px rgba(6,22,47,.10);
}

.about-photo-main {
    grid-row: 1 / 3;
}

.about-photo img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform .5s ease;
}

.about-photo:hover img {
    transform: scale(1.025);
}

.about-photo::after {
    content: "";
    position: absolute;
    inset: auto 0 0;
    height: 45%;
    pointer-events: none;
    background:
        linear-gradient(
            to top,
            rgba(5,20,44,.72),
            transparent
        );
}

.about-photo figcaption {
    position: absolute;
    z-index: 3;
    left: 20px;
    bottom: 17px;
    color: #ffffff;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.05rem;
    font-weight: 700;
}


/* IMAGENES EN OFERTA EDUCATIVA */

.education-card {
    min-height: 570px;
}

.education-media {
    position: relative;
    height: 220px;
    margin:
        26px
        -30px
        0;
    overflow: hidden;
    background: #e9edf4;
}

.education-media::after {
    content: "";
    position: absolute;
    inset: auto 0 0;
    height: 32%;
    pointer-events: none;
    background:
        linear-gradient(
            to top,
            rgba(6,22,47,.13),
            transparent
        );
}

.education-media img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform .45s ease;
}

.education-card:hover .education-media img {
    transform: scale(1.035);
}

.education-card h3 {
    margin-top: 25px;
}


/* RESPONSIVE */

@media (max-width: 980px) {

    .about-visual-grid {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 330px 230px;
    }

    .about-photo-main {
        grid-column: 1 / -1;
        grid-row: auto;
    }

    .education-card {
        min-height: 570px;
    }

    .education-media {
        height: 280px;
    }

}


@media (max-width: 650px) {

    .about-visual-grid {
        grid-template-columns: 1fr;
        grid-template-rows: none;
        gap: 12px;
        margin-top: 42px;
    }

    .about-photo,
    .about-photo-main {
        grid-column: auto;
        grid-row: auto;
        height: 260px;
    }

    .about-photo-main {
        height: 300px;
    }

    .education-card {
        min-height: 560px;
    }

    .education-media {
        height: 220px;
        margin:
            24px
            -25px
            0;
    }

}



/* ==========================================================
   PASO 8E — EXPERIENCIA
   ========================================================== */

.experience-section {
    padding: 115px 0;
    color: #ffffff;
    background:
        linear-gradient(
            135deg,
            #06162f 0%,
            #092858 100%
        );
}

.experience-heading {
    display: grid;
    grid-template-columns: 1fr 360px;
    align-items: end;
    gap: 60px;
}

.experience-heading .section-kicker {
    color: var(--gold-light);
}

.experience-heading h2 {
    max-width: 780px;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(2.6rem, 5vw, 4.7rem);
    line-height: 1;
    letter-spacing: -.035em;
}

.experience-heading h2 span {
    color: var(--gold-light);
}

.experience-heading > p {
    color: rgba(255,255,255,.68);
    font-size: .96rem;
    line-height: 1.75;
}

.experience-grid {
    margin-top: 58px;
    display: grid;
    grid-template-columns:
        1.35fr
        .82fr
        .82fr;
    grid-template-rows:
        260px
        260px;
    gap: 14px;
}

.experience-item {
    position: relative;
    min-height: 0;
    overflow: hidden;
    border-radius: 22px;
    background: #102c54;
}

.experience-item-featured {
    grid-row: 1 / 3;
}

.experience-taekwondo {
    grid-column: 2 / 4;
}

.experience-item img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition:
        transform .55s ease,
        filter .55s ease;
}

.experience-item:hover img {
    transform: scale(1.035);
}

.experience-item::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(
            to top,
            rgba(3,13,31,.84) 0%,
            rgba(3,13,31,.10) 58%,
            transparent 100%
        );
}

.experience-overlay {
    position: absolute;
    z-index: 3;
    left: 25px;
    right: 25px;
    bottom: 23px;
}

.experience-overlay span {
    display: block;
    margin-bottom: 5px;
    color: var(--gold-light);
    font-size: .65rem;
    font-weight: 900;
    letter-spacing: .13em;
    text-transform: uppercase;
}

.experience-overlay h3 {
    max-width: 390px;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.45rem;
    line-height: 1.14;
}

.experience-item-featured .experience-overlay h3 {
    font-size: clamp(1.8rem, 3vw, 2.8rem);
}

.experience-footer {
    margin-top: 32px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    padding-top: 28px;
    border-top: 1px solid rgba(255,255,255,.14);
}

.experience-footer span {
    display: block;
    color: var(--gold-light);
    font-size: .67rem;
    font-weight: 900;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.experience-footer strong {
    display: block;
    margin-top: 4px;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.35rem;
}

.experience-footer .button-primary {
    color: var(--navy-950);
    background: var(--gold-light);
    box-shadow: none;
}


@media (max-width: 980px) {

    .experience-section {
        padding: 90px 0;
    }

    .experience-heading {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .experience-grid {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 340px 240px 260px;
    }

    .experience-item-featured {
        grid-column: 1 / -1;
        grid-row: auto;
    }

    .experience-taekwondo {
        grid-column: 1 / -1;
    }

}


@media (max-width: 650px) {

    .experience-section {
        padding: 75px 0;
    }

    .experience-grid {
        margin-top: 42px;
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: none;
    }

    .experience-item,
    .experience-item-featured,
    .experience-taekwondo {
        grid-column: auto;
        grid-row: auto;
        height: 275px;
    }

    .experience-item-featured {
        height: 330px;
    }

    .experience-footer {
        display: grid;
    }

    .experience-footer .button {
        width: 100%;
    }

}



/* ==========================================================
   PASO 8F — BACHILLERATO
   ========================================================== */

.bachillerato-section {
    position: relative;
    padding: 115px 0;
    overflow: hidden;
    background:
        linear-gradient(
            180deg,
            #faf8f1 0%,
            #f4f0e5 100%
        );
}

.bachillerato-section::before {
    content: "";
    position: absolute;
    width: 520px;
    height: 520px;
    left: -310px;
    bottom: -250px;
    border-radius: 50%;
    background: rgba(213,170,61,.13);
}

.bachillerato-section::after {
    content: "";
    position: absolute;
    width: 330px;
    height: 330px;
    right: -190px;
    top: -110px;
    border-radius: 50%;
    border: 1px solid rgba(8,31,67,.08);
}

.bachillerato-shell {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns:
        minmax(0, 1.12fr)
        minmax(380px, .88fr);
    min-height: 610px;
    overflow: hidden;
    border-radius: 30px;
    background: #ffffff;
    box-shadow:
        0 28px 80px rgba(6,22,47,.12);
}


/* BLOQUE PRINCIPAL */

.bachillerato-main {
    position: relative;
    padding:
        clamp(48px, 6vw, 82px)
        clamp(38px, 6vw, 78px);
    background:
        linear-gradient(
            135deg,
            #071a38 0%,
            #0b3268 100%
        );
    color: #ffffff;
}

.bachillerato-main::before {
    content: "";
    position: absolute;
    width: 360px;
    height: 360px;
    right: -200px;
    top: -170px;
    border-radius: 50%;
    background: rgba(213,170,61,.15);
}

.bachillerato-main::after {
    content: "";
    position: absolute;
    inset:
        auto
        45px
        38px
        auto;
    width: 110px;
    height: 110px;
    border:
        1px solid
        rgba(255,255,255,.08);
    border-radius: 50%;
}

.bachillerato-kicker {
    position: relative;
    z-index: 2;
    display: inline-flex;
    padding: 8px 13px;
    margin-bottom: 24px;
    border:
        1px solid
        rgba(243,223,159,.30);
    border-radius: 999px;
    color: var(--gold-light);
    background:
        rgba(255,255,255,.04);
    font-size: .68rem;
    font-weight: 900;
    letter-spacing: .13em;
    text-transform: uppercase;
}

.bachillerato-main h2 {
    position: relative;
    z-index: 2;
    max-width: 680px;
    font-family:
        Georgia,
        "Times New Roman",
        serif;
    font-size:
        clamp(3rem, 5.6vw, 5.5rem);
    line-height: .98;
    letter-spacing: -.04em;
}

.bachillerato-main h2 span {
    display: block;
    color: var(--gold-light);
}

.bachillerato-intro {
    position: relative;
    z-index: 2;
    max-width: 600px;
    margin-top: 27px;
    color: rgba(255,255,255,.72);
    font-size: 1rem;
    line-height: 1.75;
}


/* MODALIDADES */

.bachillerato-modalidades {
    position: relative;
    z-index: 2;
    margin-top: 38px;
    display: grid;
    grid-template-columns:
        repeat(2, minmax(0,1fr));
    gap: 12px;
}

.bachillerato-modalidad {
    padding: 20px;
    border:
        1px solid
        rgba(255,255,255,.12);
    border-radius: 17px;
    background:
        rgba(255,255,255,.055);
    backdrop-filter: blur(5px);
}

.bachillerato-modalidad > span {
    display: block;
    color: var(--gold-light);
    font-size: .62rem;
    font-weight: 900;
    letter-spacing: .11em;
    text-transform: uppercase;
}

.bachillerato-modalidad strong {
    display: block;
    margin-top: 6px;
    font-family:
        Georgia,
        "Times New Roman",
        serif;
    font-size: 1.45rem;
}

.bachillerato-modalidad p {
    margin-top: 8px;
    color: rgba(255,255,255,.62);
    font-size: .8rem;
    line-height: 1.55;
}


/* ACCIONES */

.bachillerato-actions {
    position: relative;
    z-index: 2;
    margin-top: 34px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 22px;
}

.bachillerato-primary {
    color: var(--navy-950);
    background: var(--gold-light);
    box-shadow:
        0 12px 30px
        rgba(0,0,0,.15);
}

.bachillerato-secondary {
    color: #ffffff;
    font-size: .82rem;
    font-weight: 900;
}


/* CAMPUS VIRTUAL */

.campus-access {
    padding:
        clamp(42px, 5vw, 65px)
        clamp(28px, 4vw, 48px);
    background:
        linear-gradient(
            180deg,
            #ffffff 0%,
            #f7f8fb 100%
        );
}

.campus-access-heading {
    padding-bottom: 27px;
    border-bottom:
        1px solid
        var(--line);
}

.campus-access-heading > span {
    display: block;
    color: #9a7318;
    font-size: .66rem;
    font-weight: 900;
    letter-spacing: .13em;
    text-transform: uppercase;
}

.campus-access-heading h3 {
    margin-top: 7px;
    color: var(--navy-950);
    font-family:
        Georgia,
        "Times New Roman",
        serif;
    font-size: clamp(1.8rem, 3vw, 2.55rem);
    line-height: 1.05;
}

.campus-access-heading p {
    margin-top: 9px;
    color: var(--muted);
    font-size: .82rem;
}


/* BOTONES DE ACCESO */

.campus-access-card {
    position: relative;
    display: grid;
    grid-template-columns:
        38px
        1fr
        auto;
    align-items: center;
    gap: 15px;
    min-height: 105px;
    padding: 18px 6px;
    border-bottom:
        1px solid
        var(--line);
    transition:
        padding .2s ease,
        background .2s ease;
}

.campus-access-card:hover {
    padding-left: 12px;
    padding-right: 12px;
    background:
        rgba(8,31,67,.035);
}

.campus-access-number {
    width: 34px;
    height: 34px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    color: #967017;
    background: #f7edcf;
    font-size: .65rem;
    font-weight: 900;
}

.campus-access-card div > span {
    display: block;
    color: #8a95a5;
    font-size: .64rem;
    font-weight: 800;
    letter-spacing: .05em;
    text-transform: uppercase;
}

.campus-access-card strong {
    display: block;
    margin-top: 4px;
    color: var(--navy-950);
    font-family:
        Georgia,
        "Times New Roman",
        serif;
    font-size: 1.13rem;
}

.campus-arrow {
    width: 38px;
    height: 38px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    color: var(--navy-950);
    border:
        1px solid
        rgba(8,31,67,.12);
    transition:
        color .2s ease,
        background .2s ease,
        transform .2s ease;
}

.campus-access-card:hover .campus-arrow {
    color: #ffffff;
    background: var(--navy-900);
    transform: translateX(3px);
}


/* RESPONSIVE */

@media (max-width: 980px) {

    .bachillerato-section {
        padding: 90px 0;
    }

    .bachillerato-shell {
        grid-template-columns: 1fr;
    }

    .bachillerato-main {
        min-height: auto;
    }

    .campus-access {
        padding:
            48px
            clamp(28px, 7vw, 60px);
    }

}


@media (max-width: 650px) {

    .bachillerato-section {
        padding: 72px 0;
    }

    .bachillerato-shell {
        border-radius: 22px;
    }

    .bachillerato-main {
        padding:
            42px
            24px;
    }

    .bachillerato-main h2 {
        font-size:
            clamp(2.7rem, 13vw, 4rem);
    }

    .bachillerato-modalidades {
        grid-template-columns: 1fr;
    }

    .bachillerato-actions {
        display: grid;
        gap: 17px;
    }

    .bachillerato-actions .button {
        width: 100%;
    }

    .campus-access {
        padding:
            38px
            23px;
    }

    .campus-access-card {
        grid-template-columns:
            34px
            1fr
            34px;
    }

}



/* ==========================================================
   PASO 8G — EDUCACION SUPERIOR
   ========================================================== */

.superior-section {
    position: relative;
    padding: 120px 0;
    overflow: hidden;
    background:
        linear-gradient(
            180deg,
            #f6f8fb 0%,
            #ffffff 100%
        );
}

.superior-section::before {
    content: "";
    position: absolute;
    width: 560px;
    height: 560px;
    right: -340px;
    top: 120px;
    border-radius: 50%;
    background:
        rgba(213,170,61,.10);
}

.superior-section::after {
    content: "26";
    position: absolute;
    left: -45px;
    bottom: -115px;
    color: rgba(8,31,67,.025);
    font-family:
        Georgia,
        "Times New Roman",
        serif;
    font-size: 24rem;
    font-weight: 700;
    line-height: 1;
    pointer-events: none;
}


/* ENCABEZADO */

.superior-heading {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns:
        minmax(0, 1fr)
        390px;
    align-items: end;
    gap: 70px;
}

.superior-heading h2 {
    max-width: 780px;
    color: var(--navy-950);
    font-family:
        Georgia,
        "Times New Roman",
        serif;
    font-size:
        clamp(3rem, 5.5vw, 5rem);
    line-height: .98;
    letter-spacing: -.04em;
}

.superior-heading h2 span {
    display: block;
    color: #b88c1f;
}

.superior-heading > p {
    margin-bottom: 8px;
    color: var(--muted);
    font-size: 1rem;
    line-height: 1.75;
}


/* RESUMEN NUMERICO */

.superior-intro {
    position: relative;
    z-index: 2;
    margin-top: 55px;
    display: grid;
    grid-template-columns:
        1fr
        1fr
        1.45fr;
    overflow: hidden;
    border-radius: 22px;
    color: #ffffff;
    background:
        linear-gradient(
            110deg,
            #071a38 0%,
            #0b3268 100%
        );
    box-shadow:
        0 22px 55px
        rgba(6,22,47,.14);
}

.superior-stat {
    min-height: 145px;
    padding: 30px 34px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.superior-stat + .superior-stat {
    border-left:
        1px solid
        rgba(255,255,255,.11);
}

.superior-stat strong {
    color: var(--gold-light);
    font-family:
        Georgia,
        "Times New Roman",
        serif;
    font-size: 2.6rem;
    line-height: 1;
}

.superior-stat span {
    margin-top: 9px;
    color: rgba(255,255,255,.68);
    font-size: .75rem;
    font-weight: 700;
}

.superior-stat-text strong {
    font-size: 2rem;
}


/* ACORDEONES */

.superior-programs {
    position: relative;
    z-index: 2;
    margin-top: 40px;
    display: grid;
    gap: 14px;
}

.superior-category {
    overflow: hidden;
    border:
        1px solid
        rgba(8,31,67,.10);
    border-radius: 22px;
    background: #ffffff;
    box-shadow:
        0 10px 35px
        rgba(6,22,47,.045);
}

.superior-category summary {
    position: relative;
    min-height: 120px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 25px;
    padding:
        26px
        32px;
    cursor: pointer;
    list-style: none;
    user-select: none;
}

.superior-category summary::-webkit-details-marker {
    display: none;
}

.superior-category summary::after {
    content: "+";
    width: 42px;
    height: 42px;
    flex: 0 0 42px;
    display: grid;
    place-items: center;
    margin-left: 8px;
    border-radius: 50%;
    color: var(--navy-950);
    border:
        1px solid
        rgba(8,31,67,.13);
    font-size: 1.4rem;
    font-weight: 400;
    transition:
        transform .22s ease,
        color .22s ease,
        background .22s ease;
}

.superior-category[open] summary::after {
    content: "−";
    color: #ffffff;
    background: var(--navy-900);
    transform: rotate(180deg);
}

.superior-category[open] summary {
    background:
        linear-gradient(
            90deg,
            rgba(247,237,207,.44),
            transparent 65%
        );
}


/* TITULO DE CATEGORIA */

.superior-category-title {
    display: flex;
    align-items: center;
    gap: 20px;
}

.superior-category-number {
    width: 48px;
    height: 48px;
    flex: 0 0 48px;
    display: grid;
    place-items: center;
    border-radius: 14px;
    color: #8a6712;
    background:
        linear-gradient(
            145deg,
            #f3df9f,
            #fff8df
        );
    font-size: .71rem;
    font-weight: 900;
}

.superior-category-title div > span {
    display: block;
    color: #929cab;
    font-size: .64rem;
    font-weight: 900;
    letter-spacing: .10em;
    text-transform: uppercase;
}

.superior-category-title strong {
    display: block;
    margin-top: 5px;
    color: var(--navy-950);
    font-family:
        Georgia,
        "Times New Roman",
        serif;
    font-size:
        clamp(1.55rem, 2.7vw, 2.2rem);
    line-height: 1.05;
}

.superior-category-count {
    margin-left: auto;
    padding: 8px 13px;
    border-radius: 999px;
    color: #7b8492;
    background: #f3f5f8;
    font-size: .7rem;
    font-weight: 800;
    white-space: nowrap;
}


/* CONTENIDO DESPLEGABLE */

.superior-category-content {
    padding:
        0
        32px
        34px;
    border-top:
        1px solid
        rgba(8,31,67,.08);
}

.superior-list {
    list-style: none;
    margin: 0;
    padding: 30px 0;
    display: grid;
    grid-template-columns:
        repeat(2, minmax(0,1fr));
    gap: 0;
}

.superior-list li {
    position: relative;
    min-height: 62px;
    display: flex;
    align-items: center;
    padding:
        15px
        25px
        15px
        30px;
    color: #25334b;
    border-bottom:
        1px solid
        rgba(8,31,67,.07);
    font-size: .88rem;
    font-weight: 700;
    line-height: 1.4;
}

.superior-list li:nth-child(odd) {
    border-right:
        1px solid
        rgba(8,31,67,.07);
}

.superior-list li::before {
    content: "";
    position: absolute;
    left: 5px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--gold);
    box-shadow:
        0 0 0 5px
        rgba(213,170,61,.12);
}

.superior-info-link {
    display: inline-flex;
    align-items: center;
    color: var(--navy-900);
    font-size: .8rem;
    font-weight: 900;
}


/* COLORES POR NIVEL */

.superior-category[data-category="maestrias"]
.superior-category-number {
    color: #ffffff;
    background:
        linear-gradient(
            145deg,
            #0b3268,
            #071a38
        );
}

.superior-category[data-category="doctorados"]
.superior-category-number {
    color: #ffffff;
    background:
        linear-gradient(
            145deg,
            #a77c18,
            #d5aa3d
        );
}


/* MODALIDADES */

.superior-features {
    position: relative;
    z-index: 2;
    margin-top: 42px;
    display: grid;
    grid-template-columns:
        repeat(4, minmax(0,1fr));
    overflow: hidden;
    border:
        1px solid
        rgba(8,31,67,.10);
    border-radius: 22px;
    background:
        rgba(255,255,255,.88);
}

.superior-feature {
    min-height: 170px;
    padding: 30px 27px;
}

.superior-feature + .superior-feature {
    border-left:
        1px solid
        rgba(8,31,67,.09);
}

.superior-feature > span {
    display: block;
    margin-bottom: 24px;
    color: var(--gold);
    font-size: .67rem;
    font-weight: 900;
    letter-spacing: .08em;
}

.superior-feature strong {
    color: var(--navy-950);
    font-family:
        Georgia,
        "Times New Roman",
        serif;
    font-size: 1.25rem;
}

.superior-feature p {
    margin-top: 8px;
    color: var(--muted);
    font-size: .78rem;
    line-height: 1.6;
}


/* CTA */

.superior-cta {
    position: relative;
    z-index: 2;
    margin-top: 28px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    padding: 30px 34px;
    border-radius: 21px;
    color: #ffffff;
    background:
        linear-gradient(
            110deg,
            #071a38,
            #0b3268
        );
}

.superior-cta span {
    display: block;
    color: var(--gold-light);
    font-size: .66rem;
    font-weight: 900;
    letter-spacing: .11em;
    text-transform: uppercase;
}

.superior-cta strong {
    display: block;
    margin-top: 5px;
    font-family:
        Georgia,
        "Times New Roman",
        serif;
    font-size: 1.4rem;
}

.superior-cta .button-primary {
    color: var(--navy-950);
    background: var(--gold-light);
    box-shadow: none;
}


/* TABLET */

@media (max-width: 980px) {

    .superior-section {
        padding: 90px 0;
    }

    .superior-heading {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .superior-intro {
        grid-template-columns:
            repeat(3, 1fr);
    }

    .superior-stat {
        padding: 26px 22px;
    }

    .superior-features {
        grid-template-columns:
            repeat(2, 1fr);
    }

    .superior-feature:nth-child(3) {
        border-left: 0;
        border-top:
            1px solid
            rgba(8,31,67,.09);
    }

    .superior-feature:nth-child(4) {
        border-top:
            1px solid
            rgba(8,31,67,.09);
    }

}


/* MOVIL */

@media (max-width: 650px) {

    .superior-section {
        padding: 72px 0;
    }

    .superior-heading h2 {
        font-size:
            clamp(2.7rem, 13vw, 4rem);
    }

    .superior-intro {
        grid-template-columns: 1fr;
    }

    .superior-stat {
        min-height: 115px;
    }

    .superior-stat + .superior-stat {
        border-left: 0;
        border-top:
            1px solid
            rgba(255,255,255,.11);
    }

    .superior-category summary {
        min-height: 100px;
        padding:
            20px
            18px;
    }

    .superior-category-number {
        width: 40px;
        height: 40px;
        flex-basis: 40px;
    }

    .superior-category-count {
        display: none;
    }

    .superior-category summary::after {
        width: 36px;
        height: 36px;
        flex-basis: 36px;
    }

    .superior-category-content {
        padding:
            0
            20px
            26px;
    }

    .superior-list {
        grid-template-columns: 1fr;
        padding-top: 20px;
    }

    .superior-list li {
        min-height: 58px;
        padding-right: 5px;
    }

    .superior-list li:nth-child(odd) {
        border-right: 0;
    }

    .superior-features {
        grid-template-columns: 1fr;
    }

    .superior-feature {
        min-height: auto;
    }

    .superior-feature + .superior-feature,
    .superior-feature:nth-child(3),
    .superior-feature:nth-child(4) {
        border-left: 0;
        border-top:
            1px solid
            rgba(8,31,67,.09);
    }

    .superior-cta {
        display: grid;
        padding: 25px;
    }

    .superior-cta .button {
        width: 100%;
    }

}



/* ==========================================================
   PASO 8H — TITULACION
   ========================================================== */

.titulacion-section {
    position: relative;
    padding: 120px 0;
    overflow: hidden;
    background:
        linear-gradient(
            180deg,
            #ffffff 0%,
            #f6f3ea 100%
        );
}

.titulacion-section::before {
    content: "";
    position: absolute;
    width: 520px;
    height: 520px;
    right: -310px;
    top: -240px;
    border-radius: 50%;
    background: rgba(213,170,61,.10);
}

.titulacion-section::after {
    content: "";
    position: absolute;
    width: 390px;
    height: 390px;
    left: -250px;
    bottom: 80px;
    border-radius: 50%;
    border:
        1px solid
        rgba(8,31,67,.07);
}


/* BLOQUE PRINCIPAL */

.titulacion-shell {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns:
        minmax(0, 1.08fr)
        minmax(370px, .92fr);
    overflow: hidden;
    border-radius: 30px;
    background: #ffffff;
    box-shadow:
        0 26px 75px
        rgba(6,22,47,.11);
}

.titulacion-heading {
    position: relative;
    padding:
        clamp(50px, 6vw, 82px)
        clamp(38px, 6vw, 75px);
    color: #ffffff;
    background:
        linear-gradient(
            135deg,
            #071a38 0%,
            #0a2d61 100%
        );
}

.titulacion-heading::before {
    content: "";
    position: absolute;
    width: 330px;
    height: 330px;
    right: -190px;
    top: -180px;
    border-radius: 50%;
    background:
        rgba(213,170,61,.14);
}

.titulacion-heading .section-kicker {
    position: relative;
    z-index: 2;
    color: var(--gold-light);
}

.titulacion-heading h2 {
    position: relative;
    z-index: 2;
    max-width: 680px;
    color: #ffffff;
    font-family:
        Georgia,
        "Times New Roman",
        serif;
    font-size:
        clamp(3rem, 5.5vw, 5rem);
    line-height: .98;
    letter-spacing: -.04em;
}

.titulacion-heading h2 span {
    display: block;
    color: var(--gold-light);
}

.titulacion-heading > p {
    position: relative;
    z-index: 2;
    max-width: 610px;
    margin-top: 27px;
    color: rgba(255,255,255,.70);
    font-size: .98rem;
    line-height: 1.75;
}

.titulacion-heading > .button {
    position: relative;
    z-index: 2;
    margin-top: 31px;
}

.titulacion-heading .button-primary {
    color: var(--navy-950);
    background: var(--gold-light);
    box-shadow: none;
}


/* PROCESO */

.titulacion-process {
    padding:
        clamp(44px, 5vw, 65px)
        clamp(28px, 4vw, 48px);
    background:
        linear-gradient(
            180deg,
            #ffffff 0%,
            #f8f9fb 100%
        );
}

.titulacion-process-label {
    display: block;
    padding-bottom: 22px;
    color: #9a7318;
    border-bottom:
        1px solid
        var(--line);
    font-size: .67rem;
    font-weight: 900;
    letter-spacing: .13em;
    text-transform: uppercase;
}

.titulacion-step {
    position: relative;
    display: grid;
    grid-template-columns:
        50px
        1fr;
    gap: 18px;
    padding: 27px 0;
    border-bottom:
        1px solid
        var(--line);
}

.titulacion-step-number {
    width: 46px;
    height: 46px;
    display: grid;
    place-items: center;
    border-radius: 15px;
    color: #896612;
    background:
        linear-gradient(
            145deg,
            #f2dda0,
            #fff7dd
        );
    font-size: .7rem;
    font-weight: 900;
}

.titulacion-step strong {
    display: block;
    color: var(--navy-950);
    font-family:
        Georgia,
        "Times New Roman",
        serif;
    font-size: 1.25rem;
    line-height: 1.2;
}

.titulacion-step p {
    margin-top: 8px;
    color: var(--muted);
    font-size: .82rem;
    line-height: 1.65;
}


/* REQUISITOS */

.titulacion-requisitos {
    position: relative;
    z-index: 2;
    margin-top: 46px;
    display: grid;
    grid-template-columns:
        340px
        1fr;
    gap: 52px;
    padding:
        46px
        48px;
    border:
        1px solid
        rgba(8,31,67,.09);
    border-radius: 26px;
    background:
        rgba(255,255,255,.90);
}

.titulacion-requisitos-heading > span {
    display: block;
    color: #9a7318;
    font-size: .67rem;
    font-weight: 900;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.titulacion-requisitos-heading h3 {
    margin-top: 9px;
    color: var(--navy-950);
    font-family:
        Georgia,
        "Times New Roman",
        serif;
    font-size:
        clamp(1.9rem, 3vw, 2.7rem);
    line-height: 1.04;
}

.titulacion-requisitos-heading p {
    margin-top: 16px;
    color: var(--muted);
    font-size: .84rem;
    line-height: 1.7;
}

.titulacion-requisitos-list {
    display: grid;
    grid-template-columns:
        repeat(2, minmax(0,1fr));
    gap: 0;
}

.titulacion-requisito {
    position: relative;
    min-height: 125px;
    padding:
        24px
        25px;
    border-bottom:
        1px solid
        rgba(8,31,67,.08);
}

.titulacion-requisito:nth-child(odd) {
    border-right:
        1px solid
        rgba(8,31,67,.08);
}

.titulacion-requisito > span {
    display: block;
    margin-bottom: 13px;
    color: var(--gold);
    font-size: .66rem;
    font-weight: 900;
    letter-spacing: .08em;
}

.titulacion-requisito p {
    color: #34435b;
    font-size: .83rem;
    line-height: 1.65;
}


/* NOTA FINAL */

.titulacion-note {
    position: relative;
    z-index: 2;
    margin-top: 27px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    padding:
        29px
        34px;
    border-radius: 21px;
    color: #ffffff;
    background:
        linear-gradient(
            110deg,
            #071a38,
            #0b3268
        );
}

.titulacion-note span {
    display: block;
    color: var(--gold-light);
    font-size: .65rem;
    font-weight: 900;
    letter-spacing: .11em;
    text-transform: uppercase;
}

.titulacion-note strong {
    display: block;
    max-width: 650px;
    margin-top: 5px;
    font-family:
        Georgia,
        "Times New Roman",
        serif;
    font-size: 1.35rem;
    line-height: 1.25;
}

.titulacion-note .button-primary {
    flex-shrink: 0;
    color: var(--navy-950);
    background: var(--gold-light);
    box-shadow: none;
}


/* TABLET */

@media (max-width: 980px) {

    .titulacion-section {
        padding: 90px 0;
    }

    .titulacion-shell {
        grid-template-columns: 1fr;
    }

    .titulacion-requisitos {
        grid-template-columns: 1fr;
        gap: 30px;
    }

}


/* MOVIL */

@media (max-width: 650px) {

    .titulacion-section {
        padding: 72px 0;
    }

    .titulacion-shell {
        border-radius: 22px;
    }

    .titulacion-heading {
        padding:
            42px
            24px;
    }

    .titulacion-heading h2 {
        font-size:
            clamp(2.7rem, 13vw, 4rem);
    }

    .titulacion-heading > .button {
        width: 100%;
    }

    .titulacion-process {
        padding:
            36px
            23px;
    }

    .titulacion-requisitos {
        margin-top: 32px;
        padding:
            30px
            23px;
    }

    .titulacion-requisitos-list {
        grid-template-columns: 1fr;
    }

    .titulacion-requisito {
        min-height: auto;
        padding:
            22px
            5px;
    }

    .titulacion-requisito:nth-child(odd) {
        border-right: 0;
    }

    .titulacion-note {
        display: grid;
        padding: 25px;
    }

    .titulacion-note .button {
        width: 100%;
    }

}



/* ==========================================================
   PASO 8H-3 — BALANCE TITULACION
   ========================================================== */

@media (min-width: 981px) {

    .titulacion-process {
        display: flex;
        flex-direction: column;
    }

    .titulacion-process-label {
        flex: 0 0 auto;
    }

    .titulacion-step {
        flex: 1 1 0;
        align-items: center;
        align-content: center;
    }

}



/* ==========================================================
   PASO 8I — INGLES
   ========================================================== */

.english-section {
    position: relative;
    padding: 120px 0;
    overflow: hidden;
    background:
        linear-gradient(
            180deg,
            #edf4fb 0%,
            #f8fafc 100%
        );
}

.english-section::before {
    content: "EN";
    position: absolute;
    right: -45px;
    top: -70px;
    color: rgba(8,31,67,.035);
    font-family:
        Georgia,
        "Times New Roman",
        serif;
    font-size: clamp(16rem, 30vw, 32rem);
    font-weight: 700;
    line-height: 1;
    pointer-events: none;
}

.english-section::after {
    content: "";
    position: absolute;
    width: 420px;
    height: 420px;
    left: -250px;
    bottom: -200px;
    border-radius: 50%;
    background:
        rgba(213,170,61,.12);
}


/* CONTENEDOR */

.english-shell {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns:
        minmax(0, 1.15fr)
        minmax(360px, .85fr);
    min-height: 610px;
    overflow: hidden;
    border-radius: 30px;
    background: #ffffff;
    box-shadow:
        0 28px 80px
        rgba(6,22,47,.13);
}


/* CONTENIDO PRINCIPAL */

.english-main {
    position: relative;
    padding:
        clamp(50px, 6vw, 80px)
        clamp(38px, 6vw, 72px);
    background:
        linear-gradient(
            150deg,
            #ffffff 0%,
            #f9fbfd 100%
        );
}

.english-main::before {
    content: "";
    position: absolute;
    width: 260px;
    height: 260px;
    right: -150px;
    top: -150px;
    border-radius: 50%;
    border:
        1px solid
        rgba(8,31,67,.08);
}

.english-kicker {
    position: relative;
    z-index: 2;
    display: inline-flex;
    padding: 8px 13px;
    margin-bottom: 23px;
    border:
        1px solid
        rgba(184,140,31,.22);
    border-radius: 999px;
    color: #956e12;
    background: #fffaf0;
    font-size: .67rem;
    font-weight: 900;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.english-main h2 {
    position: relative;
    z-index: 2;
    max-width: 720px;
    color: var(--navy-950);
    font-family:
        Georgia,
        "Times New Roman",
        serif;
    font-size:
        clamp(3.1rem, 5.8vw, 5.4rem);
    line-height: .97;
    letter-spacing: -.045em;
}

.english-main h2 span {
    display: block;
    color: #b88c1f;
}

.english-main > p {
    position: relative;
    z-index: 2;
    max-width: 610px;
    margin-top: 27px;
    color: var(--muted);
    font-size: .98rem;
    line-height: 1.75;
}


/* TRES ELEMENTOS */

.english-features {
    position: relative;
    z-index: 2;
    margin-top: 38px;
    display: grid;
    grid-template-columns:
        repeat(3, minmax(0,1fr));
    overflow: hidden;
    border:
        1px solid
        rgba(8,31,67,.09);
    border-radius: 18px;
    background: #ffffff;
}

.english-feature {
    min-height: 125px;
    padding: 22px 20px;
}

.english-feature + .english-feature {
    border-left:
        1px solid
        rgba(8,31,67,.08);
}

.english-feature > span {
    display: block;
    margin-bottom: 22px;
    color: var(--gold);
    font-size: .66rem;
    font-weight: 900;
    letter-spacing: .08em;
}

.english-feature strong {
    display: block;
    color: var(--navy-950);
    font-family:
        Georgia,
        "Times New Roman",
        serif;
    font-size: 1rem;
    line-height: 1.25;
}


/* BOTONES */

.english-actions {
    position: relative;
    z-index: 2;
    margin-top: 32px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 22px;
}

.english-primary {
    color: #ffffff;
    background:
        linear-gradient(
            110deg,
            #071a38,
            #0b3268
        );
    box-shadow:
        0 12px 28px
        rgba(6,22,47,.16);
}

.english-secondary {
    color: var(--navy-900);
    font-size: .82rem;
    font-weight: 900;
}


/* PANEL ENGLISHPRO */

.english-platform {
    position: relative;
    padding:
        clamp(48px, 5vw, 68px)
        clamp(30px, 4vw, 50px);
    overflow: hidden;
    color: #ffffff;
    background:
        linear-gradient(
            145deg,
            #06162f 0%,
            #0c3470 100%
        );
}

.english-platform::before {
    content: "";
    position: absolute;
    width: 320px;
    height: 320px;
    right: -180px;
    top: -170px;
    border-radius: 50%;
    background:
        rgba(243,223,159,.13);
}

.english-platform::after {
    content: "";
    position: absolute;
    width: 180px;
    height: 180px;
    left: -105px;
    bottom: -90px;
    border-radius: 50%;
    border:
        1px solid
        rgba(255,255,255,.10);
}


/* DISTINTIVO EN */

.english-platform-badge {
    position: relative;
    z-index: 2;
    width: 78px;
    height: 78px;
    display: grid;
    place-items: center;
    margin-bottom: 32px;
    border:
        1px solid
        rgba(255,255,255,.20);
    border-radius: 22px;
    color: var(--navy-950);
    background:
        linear-gradient(
            145deg,
            #f3df9f,
            #fff5d1
        );
    font-family:
        Georgia,
        "Times New Roman",
        serif;
    font-size: 1.65rem;
    font-weight: 700;
    box-shadow:
        0 12px 35px
        rgba(0,0,0,.16);
}

.english-platform-label {
    position: relative;
    z-index: 2;
    display: block;
    color: var(--gold-light);
    font-size: .66rem;
    font-weight: 900;
    letter-spacing: .13em;
    text-transform: uppercase;
}

.english-platform h3 {
    position: relative;
    z-index: 2;
    margin-top: 7px;
    font-family:
        Georgia,
        "Times New Roman",
        serif;
    font-size:
        clamp(2.4rem, 4vw, 3.7rem);
    line-height: 1;
}

.english-platform > p {
    position: relative;
    z-index: 2;
    max-width: 390px;
    margin-top: 17px;
    color: rgba(255,255,255,.65);
    font-size: .86rem;
    line-height: 1.7;
}


/* TARJETA DE ACCESO */

.english-login-preview {
    position: relative;
    z-index: 2;
    margin-top: 38px;
    overflow: hidden;
    border:
        1px solid
        rgba(255,255,255,.13);
    border-radius: 20px;
    background:
        rgba(255,255,255,.07);
    backdrop-filter:
        blur(7px);
}

.english-login-row {
    padding: 20px 22px;
}

.english-login-row + .english-login-row {
    border-top:
        1px solid
        rgba(255,255,255,.11);
}

.english-login-row span {
    display: block;
    color: rgba(255,255,255,.48);
    font-size: .62rem;
    font-weight: 900;
    letter-spacing: .09em;
    text-transform: uppercase;
}

.english-login-row strong {
    display: block;
    margin-top: 5px;
    color: #ffffff;
    font-family:
        Georgia,
        "Times New Roman",
        serif;
    font-size: 1.08rem;
}

.english-platform-link {
    min-height: 64px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 17px 22px;
    color: var(--navy-950);
    background: var(--gold-light);
    font-size: .8rem;
    font-weight: 900;
    transition:
        background .2s ease,
        padding .2s ease;
}

.english-platform-link:hover {
    padding-left: 27px;
    padding-right: 18px;
    background: #f7e8b5;
}

.english-platform-link > span {
    width: 32px;
    height: 32px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    color: #ffffff;
    background: var(--navy-900);
}


/* TABLET */

@media (max-width: 980px) {

    .english-section {
        padding: 90px 0;
    }

    .english-shell {
        grid-template-columns: 1fr;
    }

    .english-platform {
        min-height: 520px;
    }

}


/* MOVIL */

@media (max-width: 650px) {

    .english-section {
        padding: 72px 0;
    }

    .english-shell {
        border-radius: 22px;
    }

    .english-main {
        padding:
            42px
            24px;
    }

    .english-main h2 {
        font-size:
            clamp(2.7rem, 13vw, 4rem);
    }

    .english-features {
        grid-template-columns: 1fr;
    }

    .english-feature {
        min-height: auto;
    }

    .english-feature + .english-feature {
        border-left: 0;
        border-top:
            1px solid
            rgba(8,31,67,.08);
    }

    .english-feature > span {
        margin-bottom: 10px;
    }

    .english-actions {
        display: grid;
        gap: 17px;
    }

    .english-actions .button {
        width: 100%;
    }

    .english-platform {
        min-height: auto;
        padding:
            42px
            24px;
    }

}



/* ==========================================================
   PASO 8J — LISTA DE UTILES
   ========================================================== */

.utiles-section {
    position: relative;
    padding: 120px 0;
    overflow: hidden;
    background:
        linear-gradient(
            180deg,
            #ffffff 0%,
            #f4f7fb 100%
        );
}

.utiles-section::before {
    content: "";
    position: absolute;
    width: 500px;
    height: 500px;
    right: -290px;
    top: -210px;
    border-radius: 50%;
    background:
        rgba(213,170,61,.10);
}

.utiles-section::after {
    content: "";
    position: absolute;
    width: 360px;
    height: 360px;
    left: -240px;
    bottom: -150px;
    border-radius: 50%;
    border:
        1px solid
        rgba(8,31,67,.07);
}


/* ENCABEZADO */

.utiles-heading {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns:
        minmax(0, 1fr)
        390px;
    align-items: end;
    gap: 65px;
}

.utiles-heading h2 {
    max-width: 720px;
    color: var(--navy-950);
    font-family:
        Georgia,
        "Times New Roman",
        serif;
    font-size:
        clamp(3rem, 5.5vw, 5rem);
    line-height: .98;
    letter-spacing: -.04em;
}

.utiles-heading h2 span {
    display: block;
    color: #b88c1f;
}

.utiles-heading > p {
    margin-bottom: 8px;
    color: var(--muted);
    font-size: .98rem;
    line-height: 1.75;
}


/* CONTENEDOR DE NIVELES */

.utiles-levels {
    position: relative;
    z-index: 2;
    margin-top: 55px;
    display: grid;
    gap: 20px;
}


/* NIVEL */

.utiles-level {
    overflow: hidden;
    border:
        1px solid
        rgba(8,31,67,.09);
    border-radius: 25px;
    background: #ffffff;
    box-shadow:
        0 14px 45px
        rgba(6,22,47,.055);
}


/* CABECERA DEL NIVEL */

.utiles-level-heading {
    min-height: 120px;
    display: grid;
    grid-template-columns:
        54px
        1fr
        auto;
    align-items: center;
    gap: 20px;
    padding:
        27px
        32px;
    border-bottom:
        1px solid
        rgba(8,31,67,.08);
}

.utiles-level-number {
    width: 50px;
    height: 50px;
    display: grid;
    place-items: center;
    border-radius: 15px;
    color: #8c6814;
    background:
        linear-gradient(
            145deg,
            #f3df9f,
            #fff7da
        );
    font-size: .7rem;
    font-weight: 900;
}

.utiles-level-heading div > span {
    display: block;
    color: #929cac;
    font-size: .63rem;
    font-weight: 900;
    letter-spacing: .11em;
    text-transform: uppercase;
}

.utiles-level-heading h3 {
    margin-top: 5px;
    color: var(--navy-950);
    font-family:
        Georgia,
        "Times New Roman",
        serif;
    font-size:
        clamp(1.65rem, 3vw, 2.3rem);
    line-height: 1;
}

.utiles-count {
    padding: 8px 13px;
    border-radius: 999px;
    color: #727d8d;
    background: #f2f4f7;
    font-size: .68rem;
    font-weight: 800;
}


/* VARIANTES */

.utiles-primaria .utiles-level-number {
    color: #ffffff;
    background:
        linear-gradient(
            145deg,
            #0b3268,
            #071a38
        );
}

.utiles-secundaria .utiles-level-number {
    color: #ffffff;
    background:
        linear-gradient(
            145deg,
            #a77c18,
            #d5aa3d
        );
}


/* ARCHIVOS */

.utiles-files {
    display: grid;
    grid-template-columns:
        repeat(3, minmax(0,1fr));
}

.utiles-file {
    position: relative;
    min-height: 115px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding:
        24px
        26px;
    color: inherit;
    background: #ffffff;
    border-right:
        1px solid
        rgba(8,31,67,.07);
    border-bottom:
        1px solid
        rgba(8,31,67,.07);
    transition:
        background .2s ease,
        transform .2s ease,
        box-shadow .2s ease;
}

.utiles-file:nth-child(3n) {
    border-right: 0;
}

.utiles-file:hover {
    z-index: 2;
    background: #fbf8ee;
    box-shadow:
        inset 0 0 0 1px
        rgba(213,170,61,.22);
}

.utiles-file div > span {
    display: block;
    margin-bottom: 6px;
    color: #929cac;
    font-size: .62rem;
    font-weight: 900;
    letter-spacing: .07em;
    text-transform: uppercase;
}

.utiles-file strong {
    display: block;
    color: var(--navy-950);
    font-family:
        Georgia,
        "Times New Roman",
        serif;
    font-size: 1.08rem;
    line-height: 1.25;
}


/* BOTON PDF */

.utiles-file-action {
    min-width: 58px;
    height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
    border-radius: 999px;
    color: var(--navy-950);
    background: #f5e7bb;
    font-size: .62rem;
    font-weight: 900;
    transition:
        color .2s ease,
        background .2s ease,
        transform .2s ease;
}

.utiles-file:hover .utiles-file-action {
    color: #ffffff;
    background: var(--navy-900);
    transform: translateX(2px);
}


/* FRANJA FINAL */

.utiles-note {
    position: relative;
    z-index: 2;
    margin-top: 28px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    padding:
        29px
        34px;
    border-radius: 21px;
    color: #ffffff;
    background:
        linear-gradient(
            110deg,
            #071a38,
            #0b3268
        );
}

.utiles-note span {
    display: block;
    color: var(--gold-light);
    font-size: .65rem;
    font-weight: 900;
    letter-spacing: .11em;
    text-transform: uppercase;
}

.utiles-note strong {
    display: block;
    margin-top: 5px;
    font-family:
        Georgia,
        "Times New Roman",
        serif;
    font-size: 1.35rem;
}

.utiles-note .button-primary {
    flex-shrink: 0;
    color: var(--navy-950);
    background: var(--gold-light);
    box-shadow: none;
}


/* TABLET */

@media (max-width: 980px) {

    .utiles-section {
        padding: 90px 0;
    }

    .utiles-heading {
        grid-template-columns: 1fr;
        gap: 20px;
    }

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

    .utiles-file:nth-child(3n) {
        border-right:
            1px solid
            rgba(8,31,67,.07);
    }

    .utiles-file:nth-child(2n) {
        border-right: 0;
    }

}


/* MOVIL */

@media (max-width: 650px) {

    .utiles-section {
        padding: 72px 0;
    }

    .utiles-heading h2 {
        font-size:
            clamp(2.7rem, 13vw, 4rem);
    }

    .utiles-level {
        border-radius: 20px;
    }

    .utiles-level-heading {
        min-height: 105px;
        grid-template-columns:
            44px
            1fr;
        gap: 15px;
        padding:
            22px
            20px;
    }

    .utiles-level-number {
        width: 42px;
        height: 42px;
        border-radius: 13px;
    }

    .utiles-count {
        grid-column: 2;
        justify-self: start;
        margin-top: -6px;
    }

    .utiles-files {
        grid-template-columns: 1fr;
    }

    .utiles-file,
    .utiles-file:nth-child(2n),
    .utiles-file:nth-child(3n) {
        min-height: 94px;
        border-right: 0;
    }

    .utiles-file {
        padding:
            20px
            19px;
    }

    .utiles-note {
        display: grid;
        padding: 25px;
    }

    .utiles-note .button {
        width: 100%;
    }

}



/* ==========================================================
   PASO 8K — ADMISIONES
   ========================================================== */

#admisiones,
#informes {
    scroll-margin-top: 120px;
}

.admissions-section {
    position: relative;
    padding: 120px 0;
    overflow: hidden;
    background:
        linear-gradient(
            180deg,
            #f7f4eb 0%,
            #edf3f9 100%
        );
}

.admissions-section::before {
    content: "";
    position: absolute;
    width: 520px;
    height: 520px;
    top: -290px;
    right: -260px;
    border-radius: 50%;
    background:
        rgba(213,170,61,.14);
}

.admissions-section::after {
    content: "";
    position: absolute;
    width: 440px;
    height: 440px;
    left: -300px;
    bottom: -190px;
    border-radius: 50%;
    border:
        1px solid
        rgba(8,31,67,.08);
}


/* CONTENEDOR PRINCIPAL */

.admissions-shell {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns:
        minmax(0, .92fr)
        minmax(500px, 1.08fr);
    overflow: hidden;
    border-radius: 30px;
    background: #ffffff;
    box-shadow:
        0 30px 85px
        rgba(6,22,47,.13);
}


/* COLUMNA DE INFORMACION */

.admissions-info {
    position: relative;
    padding:
        clamp(52px, 6vw, 82px)
        clamp(38px, 5vw, 65px);
    overflow: hidden;
    color: #ffffff;
    background:
        linear-gradient(
            145deg,
            #06162f 0%,
            #0b3268 100%
        );
}

.admissions-info::before {
    content: "";
    position: absolute;
    width: 340px;
    height: 340px;
    right: -190px;
    top: -180px;
    border-radius: 50%;
    background:
        rgba(243,223,159,.13);
}

.admissions-info::after {
    content: "";
    position: absolute;
    width: 170px;
    height: 170px;
    left: -90px;
    bottom: -80px;
    border-radius: 50%;
    border:
        1px solid
        rgba(255,255,255,.10);
}

.admissions-kicker {
    position: relative;
    z-index: 2;
    display: inline-flex;
    padding: 8px 13px;
    margin-bottom: 24px;
    border:
        1px solid
        rgba(243,223,159,.30);
    border-radius: 999px;
    color: var(--gold-light);
    background:
        rgba(255,255,255,.04);
    font-size: .67rem;
    font-weight: 900;
    letter-spacing: .13em;
    text-transform: uppercase;
}

.admissions-info h2 {
    position: relative;
    z-index: 2;
    max-width: 630px;
    font-family:
        Georgia,
        "Times New Roman",
        serif;
    font-size:
        clamp(3rem, 5.5vw, 5.2rem);
    line-height: .97;
    letter-spacing: -.045em;
}

.admissions-info h2 span {
    display: block;
    color: var(--gold-light);
}

.admissions-intro {
    position: relative;
    z-index: 2;
    max-width: 520px;
    margin-top: 27px;
    color:
        rgba(255,255,255,.70);
    font-size: .96rem;
    line-height: 1.75;
}


/* DATOS DE CONTACTO */

.admissions-contact-grid {
    position: relative;
    z-index: 2;
    margin-top: 40px;
    overflow: hidden;
    border:
        1px solid
        rgba(255,255,255,.12);
    border-radius: 18px;
    background:
        rgba(255,255,255,.055);
}

.admissions-contact-item {
    padding:
        20px
        22px;
}

.admissions-contact-item +
.admissions-contact-item {
    border-top:
        1px solid
        rgba(255,255,255,.10);
}

.admissions-contact-item > span {
    display: block;
    color:
        rgba(255,255,255,.47);
    font-size: .61rem;
    font-weight: 900;
    letter-spacing: .10em;
    text-transform: uppercase;
}

.admissions-contact-item strong {
    display: block;
    margin-top: 5px;
    color: #ffffff;
    font-family:
        Georgia,
        "Times New Roman",
        serif;
    font-size: 1.05rem;
}


/* ACCESO WHATSAPP */

.admissions-whatsapp {
    position: relative;
    z-index: 2;
    min-height: 78px;
    margin-top: 24px;
    display: grid;
    grid-template-columns:
        44px
        1fr
        auto;
    align-items: center;
    gap: 14px;
    padding:
        14px
        18px;
    border-radius: 17px;
    color: var(--navy-950);
    background: var(--gold-light);
    transition:
        transform .2s ease,
        background .2s ease;
}

.admissions-whatsapp:hover {
    transform:
        translateY(-2px);
    background: #f7e8b5;
}

.admissions-whatsapp-icon {
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    color: #ffffff;
    background: #178b4e;
    font-size: .67rem;
    font-weight: 900;
}

.admissions-whatsapp div > span {
    display: block;
    color: #79601d;
    font-size: .59rem;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.admissions-whatsapp strong {
    display: block;
    margin-top: 3px;
    font-family:
        Georgia,
        "Times New Roman",
        serif;
    font-size: 1.05rem;
}


/* PANEL DEL FORMULARIO */

.admissions-form-panel {
    padding:
        clamp(48px, 5vw, 68px)
        clamp(32px, 5vw, 58px);
    background:
        linear-gradient(
            180deg,
            #ffffff 0%,
            #fafbfd 100%
        );
}

.admissions-form-heading {
    padding-bottom: 27px;
    border-bottom:
        1px solid
        var(--line);
}

.admissions-form-heading > span {
    display: block;
    color: #9a7318;
    font-size: .65rem;
    font-weight: 900;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.admissions-form-heading h3 {
    max-width: 540px;
    margin-top: 8px;
    color: var(--navy-950);
    font-family:
        Georgia,
        "Times New Roman",
        serif;
    font-size:
        clamp(2rem, 3.5vw, 3rem);
    line-height: 1.04;
    letter-spacing: -.025em;
}

.admissions-form-heading p {
    margin-top: 11px;
    color: var(--muted);
    font-size: .78rem;
}


/* FORMULARIO */

.admissions-form {
    position: relative;
    margin-top: 29px;
    display: grid;
    gap: 19px;
}

.admissions-form .form-row {
    display: grid;
    grid-template-columns:
        repeat(2, minmax(0,1fr));
    gap: 16px;
}

.admissions-form .form-field {
    display: grid;
    gap: 8px;
}

.admissions-form label {
    color: #344054;
    font-size: .72rem;
    font-weight: 800;
}

.admissions-form input,
.admissions-form select {
    width: 100%;
    min-height: 52px;
    padding:
        0
        15px;
    border:
        1px solid
        rgba(8,31,67,.14);
    border-radius: 12px;
    outline: none;
    color: var(--navy-950);
    background: #ffffff;
    font-family: inherit;
    font-size: .88rem;
    transition:
        border-color .2s ease,
        box-shadow .2s ease,
        background .2s ease;
}

.admissions-form select {
    cursor: pointer;
}

.admissions-form input:hover,
.admissions-form select:hover {
    border-color:
        rgba(8,31,67,.26);
}

.admissions-form input:focus,
.admissions-form select:focus {
    border-color: #b88c1f;
    box-shadow:
        0 0 0 4px
        rgba(213,170,61,.13);
    background: #fffefa;
}


/* HONEYPOT */

.form-honeypot {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
    clip:
        rect(0 0 0 0) !important;
    clip-path:
        inset(50%) !important;
    white-space: nowrap !important;
}


/* BOTON ENVIAR */

.admissions-submit {
    width: 100%;
    min-height: 56px;
    margin-top: 2px;
    border: 0;
    cursor: pointer;
    color: #ffffff;
    background:
        linear-gradient(
            110deg,
            #071a38,
            #0b3268
        );
    box-shadow:
        0 13px 28px
        rgba(6,22,47,.16);
    transition:
        transform .2s ease,
        box-shadow .2s ease;
}

.admissions-submit:hover {
    transform:
        translateY(-2px);
    box-shadow:
        0 16px 34px
        rgba(6,22,47,.20);
}

.admissions-submit:focus-visible {
    outline:
        3px solid
        rgba(213,170,61,.55);
    outline-offset: 3px;
}

.admissions-form-note {
    color: #8b94a3;
    font-size: .68rem;
    line-height: 1.55;
}


/* MENSAJES DEL FORMULARIO */

.form-message {
    margin-top: 25px;
    padding:
        15px
        17px;
    border-radius: 12px;
    font-size: .78rem;
    line-height: 1.55;
}

.form-message strong {
    display: block;
    margin-bottom: 3px;
}

.form-message span {
    display: block;
}

.form-message-success {
    color: #17673e;
    border:
        1px solid
        rgba(23,139,78,.18);
    background:
        rgba(23,139,78,.08);
}

.form-message-error {
    color: #9b2d2d;
    border:
        1px solid
        rgba(185,49,49,.18);
    background:
        rgba(185,49,49,.07);
}


/* TABLET */

@media (max-width: 980px) {

    .admissions-section {
        padding: 90px 0;
    }

    .admissions-shell {
        grid-template-columns: 1fr;
    }

    .admissions-info {
        padding:
            55px
            clamp(30px, 7vw, 60px);
    }

    .admissions-form-panel {
        padding:
            50px
            clamp(30px, 7vw, 60px);
    }

}


/* MOVIL */

@media (max-width: 650px) {

    #informes {
        scroll-margin-top: 90px;
    }

    .admissions-section {
        padding: 72px 0;
    }

    .admissions-shell {
        border-radius: 22px;
    }

    .admissions-info {
        padding:
            42px
            24px;
    }

    .admissions-info h2 {
        font-size:
            clamp(2.7rem, 13vw, 4rem);
    }

    .admissions-form-panel {
        padding:
            38px
            23px;
    }

    .admissions-form .form-row {
        grid-template-columns: 1fr;
    }

    .admissions-form input,
    .admissions-form select {
        min-height: 54px;
        font-size: 16px;
    }

    .admissions-whatsapp {
        grid-template-columns:
            42px
            1fr
            auto;
    }

}



/* ==========================================================
   PASO 8L - PLATAFORMAS
   ========================================================== */

#plataformas {
    scroll-margin-top:120px;
}

.platforms-section {
    position:relative;
    padding:110px 0;
    overflow:hidden;
    background:
        linear-gradient(
            180deg,
            #ffffff 0%,
            #f4f7fb 100%
        );
}

.platforms-section::before {
    content:"";
    position:absolute;
    width:420px;
    height:420px;
    right:-230px;
    top:-220px;
    border-radius:50%;
    background:
        rgba(213,170,61,.12);
}

.platforms-heading {
    position:relative;
    z-index:2;
    display:grid;
    grid-template-columns:
        minmax(0,1.2fr)
        minmax(280px,.8fr);
    gap:60px;
    align-items:end;
    margin-bottom:42px;
}

.platforms-heading h2 {
    max-width:720px;
    margin-top:9px;
    color:var(--navy-950);
    font-family:
        Georgia,
        "Times New Roman",
        serif;
    font-size:
        clamp(2.7rem,5vw,4.8rem);
    line-height:.98;
    letter-spacing:-.04em;
}

.platforms-heading h2 span {
    display:block;
    color:#a87916;
}

.platforms-heading > p {
    max-width:480px;
    justify-self:end;
    margin:0;
    color:var(--muted);
    font-size:.92rem;
    line-height:1.75;
}


/* GRID */

.platforms-grid {
    position:relative;
    z-index:2;
    display:grid;
    grid-template-columns:
        repeat(3,minmax(0,1fr));
    gap:18px;
}


/* TARJETAS */

.platform-card {
    position:relative;
    min-height:390px;
    display:flex;
    flex-direction:column;
    padding:30px;
    overflow:hidden;
    border:
        1px solid
        rgba(8,31,67,.10);
    border-radius:25px;
    background:#ffffff;
    box-shadow:
        0 16px 38px
        rgba(6,22,47,.07);
}

.platform-card-primary {
    color:#ffffff;
    border-color:
        rgba(255,255,255,.08);
    background:
        linear-gradient(
            145deg,
            #06162f 0%,
            #0b3268 100%
        );
}

.platform-card-primary::after {
    content:"";
    position:absolute;
    width:210px;
    height:210px;
    right:-105px;
    top:-100px;
    border-radius:50%;
    background:
        rgba(243,223,159,.12);
}

.platform-card-number {
    position:relative;
    z-index:2;
    color:#b48720;
    font-size:.69rem;
    font-weight:900;
    letter-spacing:.12em;
}

.platform-card-primary
.platform-card-number {
    color:var(--gold-light);
}

.platform-card-content {
    position:relative;
    z-index:2;
    margin-top:55px;
}

.platform-card-label {
    display:block;
    margin-bottom:8px;
    color:#94711d;
    font-size:.61rem;
    font-weight:900;
    letter-spacing:.10em;
    text-transform:uppercase;
}

.platform-card-primary
.platform-card-label {
    color:var(--gold-light);
}

.platform-card h3 {
    margin:0;
    color:var(--navy-950);
    font-family:
        Georgia,
        "Times New Roman",
        serif;
    font-size:2rem;
    line-height:1.05;
}

.platform-card-primary h3 {
    color:#ffffff;
}

.platform-card p {
    max-width:330px;
    margin:14px 0 0;
    color:var(--muted);
    font-size:.82rem;
    line-height:1.65;
}

.platform-card-primary p {
    color:
        rgba(255,255,255,.68);
}


/* BOTONES */

.platform-button {
    position:relative;
    z-index:2;
    width:100%;
    min-height:54px;
    margin-top:auto;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:15px;
    padding:0 17px;
    border-radius:13px;
    color:#ffffff;
    background:var(--navy-950);
    font-size:.77rem;
    font-weight:900;
    transition:
        transform .2s ease,
        box-shadow .2s ease;
}

.platform-button:hover {
    transform:translateY(-2px);
    box-shadow:
        0 12px 24px
        rgba(6,22,47,.14);
}

.platform-button-light {
    color:var(--navy-950);
    background:var(--gold-light);
}


/* SUBACCESOS BACHILLERATO */

.platform-subaccess {
    position:relative;
    z-index:2;
    margin-top:auto;
    display:grid;
    overflow:hidden;
    border:
        1px solid
        rgba(8,31,67,.10);
    border-radius:14px;
}

.platform-subaccess a {
    min-height:51px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:15px;
    padding:0 15px;
    color:var(--navy-950);
    background:#fafbfd;
    font-size:.76rem;
    font-weight:900;
    transition:
        background .2s ease,
        padding-left .2s ease;
}

.platform-subaccess a +
.platform-subaccess a {
    border-top:
        1px solid
        rgba(8,31,67,.08);
}

.platform-subaccess a:hover {
    padding-left:18px;
    background:#f3f6fa;
}

.platform-subaccess strong {
    color:#a87916;
}


/* TABLET */

@media(max-width:980px) {

    .platforms-section {
        padding:90px 0;
    }

    .platforms-heading {
        grid-template-columns:1fr;
        gap:20px;
    }

    .platforms-heading > p {
        justify-self:start;
    }

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

    .platform-card {
        min-height:320px;
    }

    .platform-card-content {
        margin-top:38px;
    }

}


/* MOVIL */

@media(max-width:650px) {

    #plataformas {
        scroll-margin-top:90px;
    }

    .platforms-section {
        padding:72px 0;
    }

    .platforms-heading {
        margin-bottom:30px;
    }

    .platforms-heading h2 {
        font-size:
            clamp(2.6rem,12vw,3.7rem);
    }

    .platform-card {
        min-height:0;
        padding:25px;
        border-radius:20px;
    }

    .platform-card-content {
        margin-top:30px;
        margin-bottom:35px;
    }

}



/* ==========================================================
   PASO 8M-B2 - ALIANZAS
   ========================================================== */

#alianzas {
    scroll-margin-top:120px;
}

.alliances-section {
    position:relative;
    padding:110px 0;
    overflow:hidden;
    background:
        linear-gradient(
            180deg,
            #f7f4eb 0%,
            #ffffff 100%
        );
}

.alliances-section::before {
    content:"";
    position:absolute;
    width:480px;
    height:480px;
    left:-290px;
    top:-260px;
    border-radius:50%;
    border:
        1px solid
        rgba(8,31,67,.07);
}

.alliances-section::after {
    content:"";
    position:absolute;
    width:280px;
    height:280px;
    right:-140px;
    bottom:-150px;
    border-radius:50%;
    background:
        rgba(213,170,61,.10);
}


/* ENCABEZADO */

.alliances-heading {
    position:relative;
    z-index:2;
    display:grid;
    grid-template-columns:
        minmax(0,1.2fr)
        minmax(280px,.8fr);
    gap:60px;
    align-items:end;
    margin-bottom:45px;
}

.alliances-heading h2 {
    max-width:780px;
    margin-top:9px;
    color:var(--navy-950);
    font-family:
        Georgia,
        "Times New Roman",
        serif;
    font-size:
        clamp(2.7rem,5vw,4.8rem);
    line-height:.98;
    letter-spacing:-.04em;
}

.alliances-heading h2 span {
    display:block;
    color:#a87916;
}

.alliances-heading > p {
    max-width:460px;
    justify-self:end;
    margin:0;
    color:var(--muted);
    font-size:.92rem;
    line-height:1.75;
}


/* GRID */

.alliances-grid {
    position:relative;
    z-index:2;
    display:grid;
    grid-template-columns:
        repeat(2,minmax(0,1fr));
    gap:20px;
}


/* TARJETAS */

.alliance-card {
    min-height:380px;
    display:grid;
    grid-template-columns:
        minmax(190px,.72fr)
        minmax(0,1.28fr);
    align-items:center;
    overflow:hidden;
    border:
        1px solid
        rgba(8,31,67,.10);
    border-radius:26px;
    background:#ffffff;
    box-shadow:
        0 18px 42px
        rgba(6,22,47,.07);
}

.alliance-logo-wrap {
    align-self:stretch;
    min-height:100%;
    display:grid;
    place-items:center;
    padding:35px 24px;
    background:
        linear-gradient(
            145deg,
            #f4f7fa,
            #ffffff
        );
}

.alliance-logo {
    display:block;
    width:auto;
    height:auto;
    max-width:100%;
    object-fit:contain;
}

.alliance-logo-oxford {
    max-height:230px;
}

.alliance-logo-mooduk {
    max-height:255px;
}

.alliance-content {
    padding:
        42px
        clamp(28px,4vw,48px);
}

.alliance-type {
    display:block;
    margin-bottom:10px;
    color:#a87916;
    font-size:.62rem;
    font-weight:900;
    letter-spacing:.11em;
    text-transform:uppercase;
}

.alliance-content h3 {
    margin:0;
    color:var(--navy-950);
    font-family:
        Georgia,
        "Times New Roman",
        serif;
    font-size:
        clamp(1.8rem,3vw,2.6rem);
    line-height:1.05;
    letter-spacing:-.025em;
}

.alliance-content p {
    margin:17px 0 0;
    color:var(--muted);
    font-size:.82rem;
    line-height:1.7;
}

.alliance-badge {
    display:inline-flex;
    margin-top:26px;
    padding:8px 12px;
    border:
        1px solid
        rgba(168,121,22,.22);
    border-radius:999px;
    color:#8e6818;
    background:
        rgba(213,170,61,.08);
    font-size:.61rem;
    font-weight:900;
    letter-spacing:.07em;
    text-transform:uppercase;
}


/* NOTA INFERIOR */

.alliances-note {
    position:relative;
    z-index:2;
    margin-top:22px;
    display:flex;
    align-items:center;
    justify-content:center;
    gap:11px;
    padding:17px 20px;
    border:
        1px solid
        rgba(8,31,67,.08);
    border-radius:16px;
    color:#556071;
    background:
        rgba(255,255,255,.65);
    font-size:.77rem;
    line-height:1.5;
    text-align:center;
}

.alliances-note span {
    color:#a87916;
    font-size:.95rem;
}


/* TABLET */

@media(max-width:1050px) {

    .alliances-heading {
        grid-template-columns:1fr;
        gap:20px;
    }

    .alliances-heading > p {
        justify-self:start;
    }

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

}


/* MOVIL */

@media(max-width:650px) {

    #alianzas {
        scroll-margin-top:90px;
    }

    .alliances-section {
        padding:72px 0;
    }

    .alliances-heading {
        margin-bottom:30px;
    }

    .alliances-heading h2 {
        font-size:
            clamp(2.6rem,12vw,3.7rem);
    }

    .alliance-card {
        min-height:0;
        grid-template-columns:1fr;
        border-radius:21px;
    }

    .alliance-logo-wrap {
        min-height:245px;
        padding:30px;
    }

    .alliance-logo-oxford {
        max-height:190px;
    }

    .alliance-logo-mooduk {
        max-height:210px;
    }

    .alliance-content {
        padding:30px 25px 34px;
    }

    .alliances-note {
        align-items:flex-start;
        text-align:left;
    }

}



/* ==========================================================
   PASO 8M-C2 - AVISO SIMPLIFICADO
   ========================================================== */

.admissions-privacy-note {
    margin-top:16px;
    padding:15px 16px;
    border:
        1px solid
        rgba(8,31,67,.09);
    border-radius:13px;
    color:#758093;
    background:#f8fafc;
    font-size:.62rem;
    line-height:1.55;
}

.admissions-privacy-note strong {
    display:block;
    margin-bottom:6px;
    color:var(--navy-950);
    font-size:.66rem;
}

.admissions-privacy-note p {
    margin:0;
}

.admissions-privacy-note p +
.admissions-privacy-note p {
    margin-top:7px;
}

.admissions-privacy-note a {
    color:#8e6818;
    font-weight:900;
    text-decoration:underline;
    text-underline-offset:2px;
}

.admissions-privacy-note a:hover {
    color:var(--navy-950);
}



/* ==========================================================
   PASO 8M-C3 - FOOTER
   ========================================================== */

.site-footer {
    position:relative;
    overflow:hidden;
    padding:90px 0 0;
    color:
        rgba(255,255,255,.72);
    background:
        linear-gradient(
            145deg,
            #05152e 0%,
            #092955 100%
        );
}

.site-footer::before {
    content:"";
    position:absolute;
    width:420px;
    height:420px;
    right:-240px;
    top:-240px;
    border-radius:50%;
    border:
        1px solid
        rgba(243,223,159,.12);
}

.site-footer::after {
    content:"";
    position:absolute;
    width:260px;
    height:260px;
    left:-150px;
    bottom:-150px;
    border-radius:50%;
    background:
        rgba(213,170,61,.05);
}


/* PRINCIPAL */

.footer-main {
    position:relative;
    z-index:2;
    display:grid;
    grid-template-columns:
        minmax(360px,1.08fr)
        minmax(0,.92fr);
    gap:
        clamp(60px,8vw,120px);
    padding-bottom:54px;
}


/* MARCA */

.footer-brand {
    max-width:620px;
}

.footer-kicker {
    display:block;
    margin-bottom:12px;
    color:var(--gold-light);
    font-size:.63rem;
    font-weight:900;
    letter-spacing:.13em;
    text-transform:uppercase;
}

.footer-brand h2 {
    margin:0;
    color:#ffffff;
    font-family:
        Georgia,
        "Times New Roman",
        serif;
    font-size:
        clamp(2.5rem,4vw,4rem);
    line-height:.98;
    letter-spacing:-.035em;
}

.footer-brand h2 span {
    display:block;
    color:var(--gold-light);
}

.footer-description {
    max-width:540px;
    margin:22px 0 0;
    color:
        rgba(255,255,255,.62);
    font-size:.87rem;
    line-height:1.75;
}


/* CONTACTO */

.footer-contact {
    margin-top:34px;
    display:grid;
    grid-template-columns:
        repeat(3,minmax(0,1fr));
    overflow:hidden;
    border:
        1px solid
        rgba(255,255,255,.10);
    border-radius:16px;
}

.footer-contact a {
    min-width:0;
    padding:17px;
    color:#ffffff;
    text-decoration:none;
    transition:
        background .2s ease;
}

.footer-contact a +
.footer-contact a {
    border-left:
        1px solid
        rgba(255,255,255,.10);
}

.footer-contact a:hover {
    background:
        rgba(255,255,255,.06);
}

.footer-contact-label {
    display:block;
    margin-bottom:5px;
    color:
        rgba(255,255,255,.45);
    font-size:.55rem;
    font-weight:900;
    letter-spacing:.09em;
    text-transform:uppercase;
}

.footer-contact strong {
    display:block;
    overflow-wrap:anywhere;
    font-size:.69rem;
    line-height:1.45;
}

.footer-address {
    margin-top:17px;
    color:
        rgba(255,255,255,.48);
    font-size:.69rem;
    line-height:1.55;
}


/* COLUMNAS */

.footer-navigation {
    display:grid;
    grid-template-columns:
        repeat(3,minmax(0,1fr));
    gap:30px;
}

.footer-column {
    display:flex;
    flex-direction:column;
    align-items:flex-start;
}

.footer-column-title {
    margin-bottom:18px;
    color:#ffffff;
    font-size:.67rem;
    font-weight:900;
    letter-spacing:.06em;
    text-transform:uppercase;
}

.footer-column a {
    position:relative;
    margin-bottom:12px;
    color:
        rgba(255,255,255,.58);
    font-size:.75rem;
    line-height:1.4;
    text-decoration:none;
    transition:
        color .2s ease,
        transform .2s ease;
}

.footer-column a:hover {
    color:var(--gold-light);
    transform:translateX(3px);
}


/* CTA */

.footer-cta {
    position:relative;
    z-index:2;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:30px;
    padding:25px 28px;
    border:
        1px solid
        rgba(243,223,159,.16);
    border-radius:18px;
    background:
        rgba(255,255,255,.045);
}

.footer-cta span:first-child {
    display:block;
    margin-bottom:5px;
    color:var(--gold-light);
    font-size:.58rem;
    font-weight:900;
    letter-spacing:.10em;
    text-transform:uppercase;
}

.footer-cta strong {
    display:block;
    color:#ffffff;
    font-family:
        Georgia,
        "Times New Roman",
        serif;
    font-size:
        clamp(1.15rem,2vw,1.55rem);
    line-height:1.2;
}

.footer-cta-button {
    min-width:205px;
    min-height:51px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:20px;
    padding:0 17px;
    border-radius:12px;
    color:var(--navy-950);
    background:var(--gold-light);
    font-size:.7rem;
    font-weight:900;
    text-decoration:none;
    transition:
        transform .2s ease,
        box-shadow .2s ease;
}

.footer-cta-button:hover {
    transform:translateY(-2px);
    box-shadow:
        0 12px 26px
        rgba(0,0,0,.18);
}


/* INFERIOR */

.footer-bottom {
    position:relative;
    z-index:2;
    margin-top:38px;
    min-height:72px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:25px;
    border-top:
        1px solid
        rgba(255,255,255,.09);
    color:
        rgba(255,255,255,.42);
    font-size:.62rem;
}

.footer-bottom-links {
    display:flex;
    align-items:center;
    gap:22px;
}

.footer-bottom a {
    color:
        rgba(255,255,255,.64);
    font-weight:800;
    text-decoration:none;
}

.footer-bottom a:hover {
    color:var(--gold-light);
}


/* TABLET */

@media(max-width:1050px) {

    .footer-main {
        grid-template-columns:1fr;
        gap:55px;
    }

    .footer-navigation {
        max-width:760px;
    }

}


/* MOVIL */

@media(max-width:700px) {

    .site-footer {
        padding-top:68px;
    }

    .footer-main {
        padding-bottom:42px;
    }

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

    .footer-contact a +
    .footer-contact a {
        border-left:0;
        border-top:
            1px solid
            rgba(255,255,255,.10);
    }

    .footer-contact strong {
        font-size:.76rem;
    }

    .footer-navigation {
        grid-template-columns:
            repeat(2,minmax(0,1fr));
        gap:38px 25px;
    }

    .footer-cta {
        align-items:flex-start;
        flex-direction:column;
        padding:22px;
    }

    .footer-cta-button {
        width:100%;
    }

    .footer-bottom {
        align-items:flex-start;
        flex-direction:column;
        justify-content:center;
        padding:25px 0;
    }

    .footer-bottom-links {
        align-items:flex-start;
        flex-direction:column;
        gap:8px;
    }

}


@media(max-width:430px) {

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

}



/* ==========================================================
   PASO 8M-C3.1 - AJUSTE FOOTER
   ========================================================== */

/*
 * Da un poco más de espacio al correo electrónico
 * en escritorio para evitar cortes visuales.
 */

@media(min-width:701px) {

    .footer-contact {
        grid-template-columns:
            .9fr
            .9fr
            1.35fr;
    }

    .footer-contact a:nth-child(3) strong {
        white-space:nowrap;
        overflow-wrap:normal;
        font-size:.64rem;
    }

}



/* ==========================================================
   PASO 9A-3 - WHATSAPP MOVIL COMPACTO
   ========================================================== */

@media(max-width:700px) {

    .whatsapp-float {
        right:
            max(
                12px,
                env(safe-area-inset-right)
            );

        bottom:
            max(
                12px,
                env(safe-area-inset-bottom)
            );

        width:50px;
        height:50px;
        min-height:50px;

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

        gap:0;
        padding:0;

        border-radius:50%;

        font-size:0;

        box-shadow:
            0 10px 26px
            rgba(23,139,78,.30);
    }

    .whatsapp-float span {
        display:none;
    }

    .whatsapp-float::before {
        content:"WA";

        width:auto;
        height:auto;
        flex:none;

        border-radius:0;
        background:none;
        box-shadow:none;

        color:#ffffff;
        font-size:.70rem;
        font-weight:900;
        line-height:1;
        letter-spacing:.03em;
    }

}




/* ==========================================================
   PASO 9D-2 - OCULTAR WA EN SUPERPOSICION
   ========================================================== */

@media(max-width:980px) {

    .whatsapp-float {
        transition:
            opacity .16s ease,
            visibility .16s ease;
    }

    .whatsapp-float.is-obstructing {
        opacity:0;
        visibility:hidden;
        pointer-events:none;
    }

}


/* ==========================================================
   PASO 9G-1 - PROTECCION WA ESCRITORIO
   ========================================================== */

@media(min-width:981px) {

    .whatsapp-float {
        transition:
            opacity .16s ease,
            visibility .16s ease;
    }

    .whatsapp-float.is-obstructing {
        opacity:0;
        visibility:hidden;
        pointer-events:none;
    }

}



/* ==========================================================
   PASO_10A_3_MENU_FLOTANTE
   Mantiene la navegacion visible durante el desplazamiento
   ========================================================== */

.site-header {
    position: sticky;
    top: 0;
    z-index: 1000;
    background: rgba(255,255,255,.97);
    box-shadow: 0 8px 28px rgba(6,22,47,.10);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}

html {
    scroll-padding-top: 112px;
}

section[id] {
    scroll-margin-top: 112px;
}

@media (max-width: 980px) {

    html {
        scroll-padding-top: 94px;
    }

    section[id] {
        scroll-margin-top: 94px;
    }

    .site-header {
        z-index: 2000;
    }

}
