:root {
    --fa-width: auto;
    --portada-blue: #192b65;
    --portada-blue-deep: #071331;
    --portada-blue-night: #030b21;
    --portada-blue-light: #4968c4;
    --portada-primary: #1b2c65;
    --portada-gold: #f0c419;
    --portada-gold-light: #ffe26c;
    --portada-aqua: #72e4df;
    --portada-coral: #ff796f;
    --portada-white: #ffffff;
    --portada-display: "Aptos Display", "Segoe UI Variable Display", "Segoe UI", system-ui, sans-serif;
}

html {
    min-width: 320px;
    min-height: 100%;
    background: var(--portada-blue-night);
}

.portada-page {
    min-width: 320px;
    min-height: 100%;
    margin: 0;
    color: var(--portada-white);
    background: var(--portada-blue-night);
    font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    text-rendering: optimizeLegibility;
}

.portada-page *,
.portada-page *::before,
.portada-page *::after {
    box-sizing: border-box;
}

.portada-page a {
    color: inherit;
}

.portada-shell {
    position: relative;
    isolation: isolate;
    min-height: 100vh;
    min-height: 100svh;
    overflow: hidden;
    background: var(--portada-blue-deep);
}

.portada-stage {
    position: relative;
    isolation: isolate;
    display: grid;
    grid-template-rows: auto 1fr auto;
    min-height: 100vh;
    min-height: 100svh;
    overflow: hidden;
    background:
        radial-gradient(circle at 50% 50%, rgba(240, 196, 25, .16), transparent 21rem),
        radial-gradient(circle at 74% 16%, rgba(93, 151, 255, .22), transparent 32rem),
        var(--portada-blue-deep);
}

.portada-skip-link {
    position: fixed;
    z-index: 100;
    top: 1rem;
    left: 1rem;
    padding: .9rem 1.1rem;
    border-radius: 999px;
    color: var(--portada-blue-deep);
    background: var(--portada-gold);
    font-size: .88rem;
    font-weight: 850;
    text-decoration: none;
    transform: translateY(-180%);
    transition: transform .2s ease;
}

.portada-skip-link:focus {
    transform: translateY(0);
}

.portada-background,
.portada-background__photo,
.portada-background__mesh {
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.portada-background {
    z-index: -2;
    overflow: hidden;
}

.portada-background::before,
.portada-background::after {
    position: absolute;
    z-index: 1;
    height: 4px;
    border-radius: 999px;
    content: "";
    pointer-events: none;
    transform-origin: center;
}

.portada-background::before {
    top: 66%;
    left: -10%;
    width: 49vw;
    background: linear-gradient(90deg, transparent, rgba(240, 196, 25, .82), rgba(255, 226, 108, .36), transparent);
    box-shadow: 0 0 24px rgba(240, 196, 25, .28);
    transform: rotate(-17deg);
    animation: portada-energy-sweep 9s -2.5s ease-in-out infinite;
}

.portada-background::after {
    top: 34%;
    right: -11%;
    width: 39vw;
    background: linear-gradient(90deg, transparent, rgba(255, 121, 111, .5), rgba(114, 228, 223, .62), transparent);
    box-shadow: 0 0 24px rgba(114, 228, 223, .22);
    transform: rotate(-19deg);
    animation: portada-energy-sweep 11s -6s ease-in-out infinite reverse;
}

.portada-background__photo {
    background-color: var(--portada-blue);
    background-image:
        radial-gradient(circle at 76% 16%, rgba(255, 218, 100, .17), transparent 31%),
        linear-gradient(105deg, rgba(3, 11, 34, .77) 0%, rgba(11, 26, 70, .57) 33%, rgba(25, 43, 101, .34) 65%, rgba(8, 18, 51, .51) 100%),
        var(--portada-background-image, none);
    background-position: center 54%;
    background-size: cover;
    filter: saturate(1.42) contrast(1.07) brightness(1.12);
    transform: scale(1.03);
}

.portada-background__photo::before {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 50% 42%, transparent 0 16rem, rgba(3, 9, 28, .06) 48rem),
        linear-gradient(180deg, rgba(3, 8, 24, .03), transparent 34%, rgba(3, 8, 24, .13));
    content: "";
}

.portada-background__photo::after {
    position: absolute;
    inset: 0;
    opacity: .065;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.42'/%3E%3C/svg%3E");
    content: "";
    mix-blend-mode: soft-light;
}

.portada-background__mesh {
    opacity: .34;
    background-image:
        linear-gradient(rgba(255, 255, 255, .035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, .035) 1px, transparent 1px);
    background-position: center;
    background-size: 70px 70px;
    mask-image: radial-gradient(circle at 50% 48%, #000 0, transparent 74%);
}

.portada-background__mesh::before {
    position: absolute;
    inset: -15%;
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: 50%;
    content: "";
    transform: rotate(-10deg) scale(.72);
    box-shadow:
        0 0 0 6vw rgba(255, 255, 255, .018),
        0 0 0 12vw rgba(255, 255, 255, .014),
        0 0 0 18vw rgba(255, 255, 255, .011);
}

.portada-orbit {
    position: absolute;
    display: block;
    border: 1px solid rgba(255, 255, 255, .13);
    border-radius: 50%;
}

.portada-orbit::before,
.portada-orbit::after {
    position: absolute;
    border-radius: 50%;
    content: "";
}

.portada-orbit::before {
    top: 12%;
    left: 8%;
    width: 10px;
    height: 10px;
    background: var(--portada-gold);
    box-shadow: 0 0 32px 8px rgba(240, 196, 25, .42);
}

.portada-orbit::after {
    right: 10%;
    bottom: 7%;
    width: 6px;
    height: 6px;
    background: var(--portada-aqua);
    box-shadow: 0 0 25px 6px rgba(114, 228, 223, .38);
}

.portada-orbit--one {
    top: -18vw;
    right: -9vw;
    width: 44vw;
    min-width: 470px;
    aspect-ratio: 1;
    animation: portada-orbit-spin 34s linear infinite;
}

.portada-orbit--two {
    bottom: -27vw;
    left: -16vw;
    width: 50vw;
    min-width: 560px;
    aspect-ratio: 1;
    border-color: rgba(240, 196, 25, .18);
    animation: portada-orbit-spin 42s linear infinite reverse;
}

.portada-orbit--three {
    top: 24%;
    left: calc(50% - 280px);
    width: 560px;
    aspect-ratio: 1;
    border-style: dashed;
    border-color: rgba(255, 255, 255, .06);
    animation: portada-orbit-spin 52s linear infinite;
}

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

.portada-glow--gold {
    top: 19%;
    left: 13%;
    width: 16px;
    height: 16px;
    background: var(--portada-gold);
    box-shadow:
        0 0 0 18px rgba(240, 196, 25, .08),
        0 0 90px 28px rgba(240, 196, 25, .26);
    animation: portada-pulse 5.5s ease-in-out infinite;
}

.portada-glow--blue {
    right: 9%;
    bottom: 25%;
    width: 12px;
    height: 12px;
    background: var(--portada-aqua);
    box-shadow:
        0 0 0 16px rgba(114, 228, 223, .07),
        0 0 80px 24px rgba(114, 228, 223, .22);
    animation: portada-pulse 6.8s 1.2s ease-in-out infinite reverse;
}

.portada-doodle {
    position: absolute;
    display: block;
}

.portada-doodle--wave {
    top: 33%;
    left: -24px;
    width: 130px;
    height: 54px;
    border-top: 4px solid rgba(240, 196, 25, .58);
    border-radius: 50%;
    transform: rotate(73deg);
}

.portada-doodle--wave::before,
.portada-doodle--wave::after {
    position: absolute;
    width: 100%;
    height: 100%;
    border-top: 4px solid rgba(240, 196, 25, .34);
    border-radius: inherit;
    content: "";
}

.portada-doodle--wave::before {
    top: 13px;
}

.portada-doodle--wave::after {
    top: 27px;
}

.portada-doodle--spark {
    top: 13%;
    right: 19%;
    color: var(--portada-gold);
    font-family: Georgia, serif;
    font-size: clamp(3rem, 5vw, 5.3rem);
    line-height: 1;
    text-shadow: 0 0 35px rgba(240, 196, 25, .36);
    transform: rotate(12deg);
    animation: portada-spark 6s ease-in-out infinite;
}

.portada-floating-icon {
    position: absolute;
    display: grid;
    place-items: center;
    color: rgba(255, 255, 255, .28);
    pointer-events: none;
    text-shadow: 0 18px 32px rgba(0, 0, 0, .28);
    transform: rotate(var(--icon-rotation, 0deg));
}

.portada-floating-icon i {
    animation: portada-icon-float var(--float-duration, 8s) var(--float-delay, 0s) ease-in-out infinite;
}

.portada-floating-icon--slot-01 {
    --icon-rotation: -13deg;
    --float-duration: 7.6s;
    top: 21%;
    left: 6%;
    color: rgba(240, 196, 25, .55);
    font-size: clamp(3.5rem, 5.2vw, 6.1rem);
}

.portada-floating-icon--slot-02 {
    --icon-rotation: 16deg;
    --float-duration: 10.2s;
    --float-delay: -4s;
    top: 31%;
    right: 4%;
    font-size: clamp(4.8rem, 7vw, 8.8rem);
}

.portada-floating-icon--slot-03 {
    --icon-rotation: -8deg;
    --float-duration: 8.9s;
    --float-delay: -2.3s;
    right: 11%;
    bottom: 13%;
    color: rgba(240, 196, 25, .44);
    font-size: clamp(3.4rem, 5vw, 5.8rem);
}

.portada-floating-icon--slot-04 {
    --icon-rotation: 10deg;
    --float-duration: 9.4s;
    --float-delay: -5s;
    bottom: 18%;
    left: 7%;
    font-size: clamp(3.2rem, 4.5vw, 5.2rem);
}

.portada-floating-icon--slot-05 {
    --icon-rotation: -9deg;
    --float-duration: 7.8s;
    --float-delay: -3.5s;
    top: 10%;
    left: 24%;
    color: rgba(114, 228, 223, .35);
    font-size: clamp(2.5rem, 3.7vw, 4.2rem);
}

.portada-floating-icon--slot-06 {
    --icon-rotation: 11deg;
    --float-duration: 10.8s;
    --float-delay: -6s;
    top: 8%;
    right: 31%;
    font-size: clamp(2.7rem, 4vw, 4.6rem);
}

.portada-floating-icon--slot-07 {
    --icon-rotation: -17deg;
    --float-duration: 6.8s;
    --float-delay: -2s;
    right: 24%;
    bottom: 7%;
    color: rgba(114, 228, 223, .36);
    font-size: clamp(2.3rem, 3.5vw, 4rem);
}

.portada-floating-icon--slot-08 {
    --icon-rotation: 8deg;
    --float-duration: 9.8s;
    --float-delay: -7s;
    bottom: 7%;
    left: 25%;
    color: rgba(240, 196, 25, .38);
    font-size: clamp(2.8rem, 4vw, 4.7rem);
}

.portada-floating-icon--slot-09 {
    --icon-rotation: -8deg;
    --float-duration: 8.2s;
    --float-delay: -1.4s;
    top: 45%;
    left: 1.5%;
    font-size: clamp(2.4rem, 3.4vw, 3.9rem);
}

.portada-floating-icon--slot-10 {
    --icon-rotation: 13deg;
    --float-duration: 11.3s;
    --float-delay: -8.2s;
    top: 51%;
    right: 1%;
    color: rgba(255, 121, 111, .32);
    font-size: clamp(2.8rem, 4.2vw, 5rem);
}

.portada-floating-icon--slot-11 {
    --icon-rotation: -14deg;
    --float-duration: 9.6s;
    --float-delay: -3.1s;
    top: 10%;
    right: 8%;
    color: rgba(240, 196, 25, .42);
    font-size: clamp(2.5rem, 3.7vw, 4.4rem);
}

.portada-floating-icon--slot-12 {
    --icon-rotation: 9deg;
    --float-duration: 11.8s;
    --float-delay: -6.4s;
    top: 37%;
    left: 15%;
    color: rgba(255, 255, 255, .24);
    font-size: clamp(2.9rem, 4.3vw, 5.1rem);
}

.portada-floating-icon--slot-13 {
    --icon-rotation: -11deg;
    --float-duration: 7.4s;
    --float-delay: -1.8s;
    top: 55%;
    right: 15%;
    color: rgba(255, 121, 111, .29);
    font-size: clamp(2.1rem, 3vw, 3.5rem);
}

.portada-floating-icon--slot-14 {
    --icon-rotation: 12deg;
    --float-duration: 10.6s;
    --float-delay: -7.2s;
    bottom: 29%;
    left: 17%;
    color: rgba(240, 196, 25, .31);
    font-size: clamp(2.5rem, 3.8vw, 4.4rem);
}

.portada-floating-icon--slot-15 {
    --icon-rotation: -8deg;
    --float-duration: 8.7s;
    --float-delay: -4.7s;
    right: 7%;
    bottom: 5%;
    color: rgba(255, 255, 255, .27);
    font-size: clamp(2.8rem, 4.1vw, 4.8rem);
}

.portada-floating-icon--slot-16 {
    --icon-rotation: 15deg;
    --float-duration: 7.9s;
    --float-delay: -2.6s;
    top: 8%;
    left: 41%;
    color: rgba(255, 255, 255, .25);
    font-size: clamp(2rem, 2.9vw, 3.4rem);
}

.portada-floating-icon--slot-17 {
    --icon-rotation: -10deg;
    --float-duration: 10.1s;
    --float-delay: -5.8s;
    right: 8%;
    bottom: 31%;
    color: rgba(240, 196, 25, .29);
    font-size: clamp(2.3rem, 3.4vw, 4rem);
}

.portada-floating-icon--slot-18 {
    --icon-rotation: 7deg;
    --float-duration: 9.2s;
    --float-delay: -6.9s;
    top: 63%;
    left: 3%;
    color: rgba(114, 228, 223, .28);
    font-size: clamp(2rem, 3.1vw, 3.7rem);
}

.portada-floating-icon--slot-19 {
    --icon-rotation: 14deg;
    --float-duration: 8.4s;
    --float-delay: -4.1s;
    right: 38%;
    bottom: 2%;
    color: rgba(255, 255, 255, .22);
    font-size: clamp(2.2rem, 3.3vw, 3.8rem);
}

.portada-floating-icon--slot-20 {
    --icon-rotation: -12deg;
    --float-duration: 11.1s;
    --float-delay: -8.1s;
    top: 21%;
    right: 24%;
    color: rgba(114, 228, 223, .25);
    font-size: clamp(1.9rem, 2.7vw, 3.2rem);
}

.portada-floating-icon--slot-21 {
    --icon-rotation: 10deg;
    --float-duration: 9.7s;
    --float-delay: -3.8s;
    bottom: 4%;
    left: 8%;
    color: rgba(240, 196, 25, .25);
    font-size: clamp(2.2rem, 3.2vw, 3.8rem);
}

.portada-floating-icon--slot-22 {
    --icon-rotation: -13deg;
    --float-duration: 10.9s;
    --float-delay: -7.7s;
    top: 46%;
    right: 29%;
    color: rgba(255, 255, 255, .2);
    font-size: clamp(2.1rem, 3vw, 3.6rem);
}

.portada-header {
    position: relative;
    z-index: 5;
    display: flex;
    gap: 2rem;
    align-items: center;
    justify-content: space-between;
    width: min(100% - clamp(2rem, 6vw, 7.5rem), 1580px);
    margin: 0 auto;
    padding: clamp(.7rem, 1.6vh, 1.35rem) 0 .4rem;
}

.portada-brand {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
}

.portada-brand img {
    display: block;
    width: auto;
    max-width: min(38vw, 390px);
    height: clamp(58px, 7.3vh, 86px);
    object-fit: contain;
    object-position: left center;
}

.portada-brand span {
    font-family: var(--portada-display);
    font-size: 1rem;
    font-weight: 800;
    letter-spacing: .02em;
}

.portada-header__claim {
    display: flex;
    gap: .75rem;
    align-items: center;
    margin: 0;
    color: rgba(255, 255, 255, .86);
    font-size: .72rem;
    font-weight: 800;
    letter-spacing: .17em;
    text-transform: uppercase;
}

.portada-header__claim span {
    display: inline-block;
    width: 34px;
    height: 2px;
    background: var(--portada-gold);
    box-shadow: 0 0 18px rgba(240, 196, 25, .4);
}

.portada-main {
    position: relative;
    z-index: 4;
    display: grid;
    place-items: center;
    width: min(100% - 2rem, 1320px);
    margin: 0 auto;
    padding: clamp(.2rem, .8vh, .7rem) 0 clamp(.35rem, 1vh, .8rem);
    translate: 0 clamp(-1.75rem, -2.2vh, -.85rem);
}

.portada-hero {
    width: 100%;
    text-align: center;
}

.portada-eyebrow {
    display: flex;
    flex-wrap: wrap;
    gap: .62rem;
    align-items: center;
    justify-content: center;
    margin: 0 0 clamp(.5rem, 1vh, .8rem);
    color: rgba(255, 255, 255, .9);
    font-size: clamp(.65rem, .8vw, .78rem);
    font-weight: 850;
    letter-spacing: .18em;
    text-transform: uppercase;
}

.portada-eyebrow__spark {
    color: var(--portada-gold);
    font-size: 1.4em;
}

.portada-eyebrow__line {
    width: 26px;
    height: 1px;
    background: rgba(255, 255, 255, .48);
}

.portada-hero h1 {
    max-width: 1060px;
    margin: 0 auto;
    font-family: var(--portada-display);
    font-size: clamp(3rem, 6.1vw, 6.25rem);
    font-weight: 850;
    letter-spacing: -.072em;
    line-height: .82;
    text-wrap: balance;
    text-shadow: 0 18px 50px rgba(0, 0, 0, .34);
}

.portada-hero h1 em {
    color: var(--portada-gold);
    font-style: normal;
    font-weight: 900;
    text-shadow:
        0 12px 36px rgba(0, 0, 0, .25),
        0 0 42px rgba(240, 196, 25, .13);
}

.portada-intro {
    max-width: 850px;
    margin: clamp(.7rem, 1.5vh, 1.15rem) auto 0;
    color: rgba(255, 255, 255, .9);
    font-size: clamp(.9rem, 1.15vw, 1.05rem);
    line-height: 1.48;
    text-wrap: balance;
}

.portada-access {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(.75rem, 1.3vw, 1.05rem);
    max-width: 1040px;
    margin: clamp(.85rem, 1.8vh, 1.35rem) auto 0;
    text-align: left;
}

.portada-choice {
    --choice-x: 50%;
    --choice-y: 50%;
    position: relative;
    isolation: isolate;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: clamp(.9rem, 1.5vw, 1.3rem);
    align-items: center;
    min-height: clamp(128px, 14vh, 148px);
    padding: clamp(1rem, 1.6vw, 1.4rem);
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .42);
    border-radius: 23px;
    background: rgba(255, 255, 255, .16);
    box-shadow:
        0 25px 60px rgba(0, 0, 0, .25),
        inset 0 1px 0 rgba(255, 255, 255, .16);
    backdrop-filter: blur(18px) saturate(1.18);
    text-decoration: none;
    transform: translateY(0);
    transition:
        border-color .28s ease,
        background-color .28s ease,
        box-shadow .28s ease,
        transform .28s cubic-bezier(.2, .8, .2, 1);
}

.portada-choice::before {
    position: absolute;
    z-index: -1;
    inset: 0;
    background: radial-gradient(
        260px circle at var(--choice-x) var(--choice-y),
        rgba(255, 255, 255, .2),
        transparent 72%
    );
    content: "";
    opacity: .35;
    transition: opacity .25s ease;
}

.portada-choice::after {
    position: absolute;
    z-index: -2;
    top: 0;
    right: 0;
    left: 0;
    height: 5px;
    background: var(--choice-accent, var(--portada-gold));
    content: "";
    box-shadow: 0 0 24px var(--choice-glow, rgba(240, 196, 25, .42));
}

.portada-choice--familias {
    --choice-accent: var(--portada-gold);
    --choice-glow: rgba(240, 196, 25, .46);
}

.portada-choice--catalogo {
    --choice-accent: var(--portada-primary);
    --choice-glow: rgba(27, 44, 101, .55);
}

.portada-choice--catalogo .portada-choice__icon {
    color: #fff;
}

.portada-choice--catalogo .portada-choice__kicker {
    color: var(--portada-primary);
}

.portada-choice.portada-choice--catalogo:hover .portada-choice__arrow {
    border-color: var(--portada-primary);
    color: #fff;
    background: var(--portada-primary);
}

.portada-choice:hover {
    border-color: rgba(255, 255, 255, .52);
    background: rgba(255, 255, 255, .24);
    box-shadow:
        0 32px 72px rgba(0, 0, 0, .32),
        0 0 0 1px rgba(255, 255, 255, .06),
        inset 0 1px 0 rgba(255, 255, 255, .2);
    transform: translateY(-7px);
}

.portada-choice:hover::before {
    opacity: 1;
}

.portada-choice:focus-visible {
    outline: 3px solid var(--choice-accent);
    outline-offset: 5px;
}

.portada-choice__number {
    position: absolute;
    top: .7rem;
    right: .9rem;
    color: rgba(255, 255, 255, .13);
    font-family: var(--portada-display);
    font-size: clamp(2.5rem, 4.4vw, 4.2rem);
    font-weight: 900;
    line-height: 1;
    letter-spacing: -.08em;
}

.portada-choice__icon {
    display: grid;
    place-items: center;
    width: clamp(52px, 5vw, 66px);
    aspect-ratio: 1;
    border: 1px solid color-mix(in srgb, var(--choice-accent) 55%, transparent);
    border-radius: 20px;
    color: var(--portada-blue-deep);
    background: var(--choice-accent);
    box-shadow: 0 13px 25px color-mix(in srgb, var(--choice-accent) 22%, transparent);
    font-size: clamp(1.35rem, 2vw, 1.75rem);
    transform: rotate(-5deg);
    transition: transform .3s cubic-bezier(.2, .8, .2, 1);
}

.portada-choice--catalogo .portada-choice__icon {
    transform: rotate(5deg);
}

.portada-choice:hover .portada-choice__icon {
    transform: rotate(0) scale(1.08);
}

.portada-choice__content,
.portada-choice__kicker,
.portada-choice__title,
.portada-choice__description {
    display: block;
}

.portada-choice__content {
    position: relative;
    min-width: 0;
}

.portada-choice__kicker {
    margin-bottom: .35rem;
    color: var(--choice-accent);
    font-size: clamp(.63rem, .75vw, .72rem);
    font-weight: 850;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.portada-choice__title {
    max-width: 330px;
    font-family: var(--portada-display);
    font-size: clamp(1.18rem, 1.75vw, 1.62rem);
    font-weight: 850;
    letter-spacing: -.035em;
    line-height: 1.06;
}

.portada-choice__description {
    max-width: 350px;
    margin-top: .55rem;
    color: rgba(255, 255, 255, .8);
    font-size: clamp(.75rem, .9vw, .86rem);
    line-height: 1.42;
}

.portada-choice__arrow {
    position: relative;
    z-index: 1;
    display: grid;
    place-items: center;
    width: 43px;
    aspect-ratio: 1;
    border: 1px solid rgba(255, 255, 255, .32);
    border-radius: 50%;
    background: rgba(255, 255, 255, .08);
    font-size: .92rem;
    transition:
        color .25s ease,
        background-color .25s ease,
        border-color .25s ease,
        transform .25s ease;
}

.portada-choice:hover .portada-choice__arrow {
    border-color: var(--choice-accent);
    color: var(--portada-blue-deep);
    background: var(--choice-accent);
    transform: translateX(4px);
}

.portada-purpose {
    position: relative;
    isolation: isolate;
    display: grid;
    grid-template-columns: 380px minmax(0, 1fr) minmax(215px, .36fr);
    gap: clamp(1.35rem, 2.1vw, 2rem);
    align-items: center;
    max-width: 1320px;
    min-height: 300px;
    margin: clamp(2.25rem, 4.2vh, 3.25rem) auto 0;
    padding: 1.1rem 1.5rem 1.1rem .95rem;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .34);
    border-radius: 24px;
    color: #fff;
    background:
        linear-gradient(105deg, rgba(255, 255, 255, .18), rgba(9, 24, 66, .68)),
        rgba(255, 255, 255, .08);
    box-shadow:
        0 20px 42px rgba(0, 0, 0, .2),
        inset 0 1px 0 rgba(255, 255, 255, .14);
    backdrop-filter: blur(18px) saturate(1.16);
    text-align: left;
}

.portada-purpose::before {
    position: absolute;
    z-index: 2;
    top: 0;
    bottom: 0;
    left: 0;
    width: 5px;
    background: var(--portada-gold);
    box-shadow: 0 0 22px rgba(240, 196, 25, .45);
    content: "";
}

.portada-purpose::after {
    position: absolute;
    z-index: -1;
    top: -7rem;
    right: 9%;
    width: 18rem;
    height: 18rem;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(240, 196, 25, .13), transparent 68%);
    content: "";
}

.portada-purpose__visual {
    position: relative;
    width: 370px;
    min-height: 275px;
    justify-self: center;
}

.portada-purpose__circle {
    position: absolute;
    display: block;
    border-radius: 50%;
}

.portada-purpose__circle--one {
    top: 18px;
    left: 48px;
    width: 220px;
    height: 220px;
    background:
        radial-gradient(circle at 68% 28%, rgba(255, 255, 255, .18), transparent 32%),
        var(--portada-blue);
    box-shadow: 0 25px 42px rgba(0, 0, 0, .24);
}

.portada-purpose__circle--two {
    right: 7px;
    bottom: 8px;
    width: 120px;
    height: 120px;
    border: 3px dashed var(--portada-gold);
}

.portada-purpose__people {
    position: absolute;
    top: 82px;
    left: 96px;
    color: #fff;
    font-size: 7.7rem;
    line-height: 1;
    filter: drop-shadow(0 5px 7px rgba(3, 11, 33, .22));
}

.portada-purpose__badge {
    position: absolute;
    z-index: 2;
    top: 10px;
    right: 8px;
    display: grid;
    width: 58px;
    height: 58px;
    place-items: center;
    border: 2px solid rgba(255, 255, 255, .78);
    border-radius: 16px;
    color: var(--portada-blue);
    background: var(--portada-gold);
    box-shadow: 0 8px 13px rgba(0, 0, 0, .18);
    font-size: 1.45rem;
    transform: rotate(10deg);
}

.portada-purpose__badge--two {
    top: auto;
    right: auto;
    bottom: 5px;
    left: 7px;
    color: #fff;
    background: #ef7177;
    transform: rotate(-12deg);
}

.portada-purpose__badge--three {
    top: 100px;
    right: 1px;
    color: #fff;
    background: #4c71c9;
    transform: rotate(14deg);
}

.portada-activity-sticker {
    position: absolute;
    z-index: 3;
    display: grid;
    width: 38px;
    height: 38px;
    place-items: center;
    border: 2px solid rgba(255, 255, 255, .82);
    border-radius: 11px;
    color: #fff;
    box-shadow: 0 5px 9px rgba(0, 0, 0, .18);
    font-size: .88rem;
}

.portada-activity-sticker--football { top: 2px; left: 5px; color: var(--portada-blue); background: var(--portada-gold); transform: rotate(-11deg); }
.portada-activity-sticker--chess { top: 62px; left: 12px; background: #774caf; transform: rotate(13deg); }
.portada-activity-sticker--robot { top: 2px; right: 32%; background: #2b9b91; transform: rotate(8deg); }
.portada-activity-sticker--code { top: 54px; right: 13%; background: #4c71c9; transform: rotate(-10deg); }
.portada-activity-sticker--bike { right: 0; bottom: 75px; color: var(--portada-blue); background: #f29173; transform: rotate(12deg); }
.portada-activity-sticker--martial { right: 28%; bottom: 0; background: #d9535b; transform: rotate(-9deg); }
.portada-activity-sticker--theatre { bottom: 18px; left: 31%; background: #7047a7; transform: rotate(8deg); }
.portada-activity-sticker--cooking { bottom: 56px; left: 0; color: var(--portada-blue); background: #85c857; transform: rotate(-7deg); }
.portada-activity-sticker--skate { right: 3%; bottom: 11px; background: #2f72ad; transform: rotate(13deg); }
.portada-activity-sticker--volleyball { top: 25px; left: 34%; color: var(--portada-blue); background: #ffcf3e; transform: rotate(9deg); }
.portada-activity-sticker--handball { top: 106px; left: 2px; background: #e56a3f; transform: rotate(-12deg); }
.portada-activity-sticker--multisport { top: 112px; right: 25%; background: #168c83; transform: rotate(11deg); }
.portada-activity-sticker--rhythmic { top: 153px; left: 0; background: #d14f8b; transform: rotate(8deg); }
.portada-activity-sticker--dance { right: 38%; bottom: 40px; background: #a33eaa; transform: rotate(-12deg); }
.portada-activity-sticker--judo { top: 0; right: 3%; background: #394e88; transform: rotate(13deg); }
.portada-activity-sticker--language { bottom: 91px; left: 27%; background: #2779b8; transform: rotate(-8deg); }
.portada-activity-sticker--computer { right: 16%; bottom: 0; color: var(--portada-blue); background: #72c6d4; transform: rotate(9deg); }

.portada-purpose__copy {
    position: relative;
    z-index: 1;
    min-width: 0;
}

.portada-purpose__label {
    display: flex;
    gap: .6rem;
    align-items: center;
    margin: 0;
    color: var(--portada-gold);
    font-size: .65rem;
    font-weight: 850;
    letter-spacing: .15em;
    text-transform: uppercase;
}

.portada-purpose__label span {
    display: block;
    width: 30px;
    height: 2px;
    border-radius: 999px;
    background: var(--portada-gold);
}

.portada-purpose h2 {
    margin: .38rem 0 .52rem;
    color: #fff;
    font-family: var(--portada-display);
    font-size: clamp(1.8rem, 2.6vw, 2.5rem);
    font-weight: 850;
    letter-spacing: -.045em;
    line-height: 1;
}

.portada-purpose h2 em {
    color: var(--portada-gold);
    font-style: normal;
}

.portada-purpose__text {
    margin: 0;
    color: rgba(255, 255, 255, .76);
    font-size: clamp(.86rem, 1vw, .96rem);
    line-height: 1.52;
}

.portada-purpose__text + .portada-purpose__text {
    margin-top: .55rem;
}

.portada-purpose__text strong {
    color: rgba(255, 255, 255, .96);
}

.portada-purpose__points {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 1fr;
    gap: .5rem;
    margin: 0;
}

.portada-purpose__points span {
    display: inline-flex;
    gap: .42rem;
    align-items: center;
    min-width: 0;
    padding: .55rem .65rem;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 999px;
    color: rgba(255, 255, 255, .9);
    background: rgba(255, 255, 255, .08);
    font-size: .68rem;
    font-weight: 800;
    white-space: nowrap;
}

.portada-purpose__points i {
    color: var(--portada-gold);
}

.portada-footer {
    position: relative;
    z-index: 5;
    display: flex;
    gap: 2rem;
    align-items: center;
    justify-content: space-between;
    width: min(100% - clamp(2rem, 6vw, 7.5rem), 1580px);
    margin: 0 auto;
    padding: .55rem 0 clamp(.7rem, 1.2vh, 1rem);
    color: rgba(255, 255, 255, .64);
    font-size: .67rem;
    letter-spacing: .04em;
}

.portada-footer p {
    margin: 0;
}

.portada-footer strong {
    color: rgba(255, 255, 255, .72);
}

.portada-footer__words {
    display: flex;
    gap: .65rem;
    align-items: center;
    color: rgba(255, 255, 255, .56);
    font-size: .61rem;
    font-weight: 850;
    letter-spacing: .17em;
}

.portada-footer__words i {
    color: var(--portada-gold);
    font-style: normal;
}

.portada-enhanced .portada-header,
.portada-enhanced .portada-eyebrow,
.portada-enhanced .portada-hero h1,
.portada-enhanced .portada-intro,
.portada-enhanced .portada-access,
.portada-enhanced .portada-purpose,
.portada-enhanced .portada-footer {
    opacity: 0;
    transform: translateY(16px);
}

.portada-enhanced .portada-header {
    transform: translateY(-14px);
}

.portada-enhanced .portada-shell.is-ready .portada-header,
.portada-enhanced .portada-shell.is-ready .portada-eyebrow,
.portada-enhanced .portada-shell.is-ready .portada-hero h1,
.portada-enhanced .portada-shell.is-ready .portada-intro,
.portada-enhanced .portada-shell.is-ready .portada-access,
.portada-enhanced .portada-shell.is-ready .portada-purpose,
.portada-enhanced .portada-shell.is-ready .portada-footer {
    opacity: 1;
    transform: translateY(0);
    transition:
        opacity .72s ease,
        transform .8s cubic-bezier(.2, .8, .2, 1);
}

.portada-enhanced .portada-shell.is-ready .portada-eyebrow {
    transition-delay: .08s;
}

.portada-enhanced .portada-shell.is-ready .portada-hero h1 {
    transition-delay: .15s;
}

.portada-enhanced .portada-shell.is-ready .portada-intro {
    transition-delay: .23s;
}

.portada-enhanced .portada-shell.is-ready .portada-access {
    transition-delay: .31s;
}

.portada-enhanced .portada-shell.is-ready .portada-purpose {
    transition-delay: .39s;
}

.portada-enhanced .portada-shell.is-ready .portada-footer {
    transition-delay: .45s;
}

@keyframes portada-orbit-spin {
    to {
        transform: rotate(360deg);
    }
}

@keyframes portada-pulse {
    0%,
    100% {
        opacity: .7;
        transform: translateY(0) scale(.9);
    }
    50% {
        opacity: 1;
        transform: translateY(-12px) scale(1.12);
    }
}

@keyframes portada-spark {
    0%,
    100% {
        opacity: .68;
        transform: rotate(12deg) scale(.92);
    }
    50% {
        opacity: 1;
        transform: rotate(22deg) scale(1.1);
    }
}

@keyframes portada-icon-float {
    0%,
    100% {
        transform: translateY(-5px) rotate(-2deg);
    }
    50% {
        transform: translateY(9px) rotate(3deg);
    }
}

@keyframes portada-energy-sweep {
    0%,
    100% {
        opacity: .42;
        translate: -2% 0;
    }
    50% {
        opacity: .88;
        translate: 7% 0;
    }
}

@media (max-width: 1100px) {
    .portada-floating-icon--slot-01,
    .portada-floating-icon--slot-02 {
        opacity: .72;
    }

    .portada-floating-icon--slot-09,
    .portada-floating-icon--slot-10 {
        display: none;
    }

    .portada-choice__description {
        display: none;
    }

    .portada-purpose {
        grid-template-columns: 315px minmax(0, 1fr) minmax(220px, .42fr);
        gap: 1.1rem;
        min-height: 265px;
        padding: .65rem 1rem .65rem .7rem;
    }

    .portada-purpose__visual {
        width: 310px;
        min-height: 240px;
        transform: scale(.86);
    }

    .portada-purpose h2 {
        font-size: clamp(1.65rem, 2.4vw, 2.1rem);
    }

    .portada-purpose__text {
        font-size: .78rem;
        line-height: 1.48;
    }

    .portada-purpose__points span {
        padding: .48rem .55rem;
        font-size: .62rem;
    }
}

@media (max-width: 820px) {
    .portada-shell {
        min-height: 100svh;
    }

    .portada-header {
        width: min(100% - 2rem, 720px);
    }

    .portada-header__claim {
        display: none;
    }

    .portada-brand img {
        max-width: min(70vw, 320px);
        height: 76px;
    }

    .portada-main {
        width: min(100% - 1.5rem, 680px);
        padding-top: .6rem;
        translate: none;
    }

    .portada-hero h1 {
        font-size: clamp(3rem, 11.5vw, 5.6rem);
    }

    .portada-intro {
        max-width: 590px;
    }

    .portada-access {
        grid-template-columns: 1fr;
        max-width: 610px;
    }

    .portada-choice {
        min-height: 142px;
    }

    .portada-choice__title {
        max-width: none;
        font-size: clamp(1.13rem, 3.3vw, 1.48rem);
    }

    .portada-choice__description {
        display: block;
        max-width: 420px;
    }

    .portada-footer {
        justify-content: center;
        width: calc(100% - 2rem);
        text-align: center;
    }

    .portada-footer__words {
        display: none;
    }

    .portada-purpose {
        grid-template-columns: 220px minmax(0, 1fr);
        max-width: 610px;
        min-height: 0;
        padding: .8rem 1rem;
    }

    .portada-purpose__visual {
        width: 245px;
        min-height: 215px;
        justify-self: center;
        transform: scale(.8);
    }

    .portada-purpose__points {
        grid-column: 1 / -1;
        grid-template-columns: repeat(6, minmax(0, 1fr));
    }

    .portada-purpose__points span {
        grid-column: span 2;
        justify-content: center;
    }

    .portada-purpose__points span:nth-last-child(-n + 2) {
        grid-column: span 3;
    }

    .portada-floating-icon--slot-05,
    .portada-floating-icon--slot-06,
    .portada-floating-icon--slot-07,
    .portada-floating-icon--slot-08,
    .portada-floating-icon--slot-12,
    .portada-floating-icon--slot-13,
    .portada-floating-icon--slot-14,
    .portada-floating-icon--slot-16,
    .portada-floating-icon--slot-17,
    .portada-floating-icon--slot-18,
    .portada-floating-icon--slot-19,
    .portada-floating-icon--slot-20,
    .portada-floating-icon--slot-22 {
        opacity: .5;
    }
}

@media (max-width: 540px) {
    .portada-header {
        padding-top: .75rem;
    }

    .portada-brand img {
        max-width: min(78vw, 285px);
        height: 68px;
    }

    .portada-main {
        padding-bottom: 1rem;
    }

    .portada-eyebrow {
        gap: .42rem;
        max-width: 310px;
        margin-right: auto;
        margin-left: auto;
        line-height: 1.45;
    }

    .portada-eyebrow__line {
        display: none;
    }

    .portada-hero h1 {
        font-size: clamp(2.55rem, 11.8vw, 3.2rem);
        line-height: .88;
    }

    .portada-intro {
        font-size: .9rem;
        line-height: 1.5;
    }

    .portada-access {
        margin-top: 1.2rem;
    }

    .portada-choice {
        grid-template-columns: auto minmax(0, 1fr);
        gap: .85rem;
        min-height: 132px;
        padding: 1.15rem 1rem;
        border-radius: 21px;
    }

    .portada-choice__icon {
        width: 48px;
        border-radius: 16px;
        font-size: 1.2rem;
    }

    .portada-choice__kicker {
        font-size: .58rem;
    }

    .portada-choice__title {
        padding-right: 1.4rem;
        font-size: clamp(1rem, 4.3vw, 1.2rem);
    }

    .portada-choice__description {
        max-width: 310px;
        padding-right: 1.2rem;
        font-size: .72rem;
    }

    .portada-choice__arrow {
        position: absolute;
        right: .75rem;
        bottom: .75rem;
        width: 34px;
        font-size: .75rem;
    }

    .portada-choice__number {
        top: .5rem;
        right: .72rem;
        font-size: 2.45rem;
    }

    .portada-purpose {
        grid-template-columns: 1fr;
        gap: .65rem;
        max-width: 410px;
        margin-top: 1.5rem;
        padding: .8rem;
    }

    .portada-purpose__visual {
        width: 280px;
        min-height: 235px;
        margin: -1rem auto -1.25rem;
        transform: scale(.82);
    }

    .portada-purpose__copy {
        text-align: center;
    }

    .portada-purpose__label {
        justify-content: center;
    }

    .portada-purpose__points {
        grid-column: auto;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: .4rem;
    }

    .portada-purpose__points span:nth-last-child(-n + 2) {
        grid-column: auto;
    }

    .portada-purpose__points span:last-child {
        grid-column: 1 / -1;
    }

    .portada-purpose__points span {
        font-size: .58rem;
    }

    .portada-purpose__text {
        font-size: .78rem;
    }

    .portada-footer {
        padding-top: .55rem;
        padding-bottom: 1rem;
        font-size: .61rem;
        line-height: 1.5;
    }

    .portada-floating-icon--slot-01 {
        top: 22%;
        left: -4%;
    }

    .portada-floating-icon--slot-02 {
        top: 37%;
        right: -8%;
    }

    .portada-floating-icon--slot-04 {
        bottom: 13%;
        left: -4%;
    }

    .portada-floating-icon--slot-03 {
        right: -3%;
        bottom: 12%;
    }

    .portada-floating-icon--slot-05,
    .portada-floating-icon--slot-06,
    .portada-floating-icon--slot-07,
    .portada-floating-icon--slot-08,
    .portada-floating-icon--slot-12,
    .portada-floating-icon--slot-13,
    .portada-floating-icon--slot-14,
    .portada-floating-icon--slot-16,
    .portada-floating-icon--slot-17,
    .portada-floating-icon--slot-18,
    .portada-floating-icon--slot-19,
    .portada-floating-icon--slot-20,
    .portada-floating-icon--slot-22 {
        display: none;
    }

    .portada-floating-icon--slot-11 {
        top: 14%;
        right: -3%;
        opacity: .5;
    }

    .portada-floating-icon--slot-15 {
        right: -5%;
        bottom: 3%;
        opacity: .45;
    }

    .portada-floating-icon--slot-21 {
        bottom: 3%;
        left: 2%;
        opacity: .45;
    }

    .portada-doodle--spark {
        top: 9%;
        right: 4%;
    }
}

@media (max-height: 800px) and (min-width: 821px) {
    .portada-header {
        padding-top: .35rem;
    }

    .portada-brand img {
        height: 62px;
    }

    .portada-main {
        padding-top: 0;
        padding-bottom: .2rem;
    }

    .portada-hero h1 {
        font-size: clamp(3.1rem, 5.5vw, 5rem);
    }

    .portada-intro {
        margin-top: .5rem;
    }

    .portada-access {
        margin-top: .65rem;
    }

    .portada-choice {
        min-height: 112px;
        padding-top: .8rem;
        padding-bottom: .8rem;
    }

    .portada-purpose {
        grid-template-columns: 300px minmax(0, 1fr) minmax(215px, .4fr);
        min-height: 245px;
        margin-top: 1.75rem;
        padding-top: .45rem;
        padding-bottom: .45rem;
    }

    .portada-purpose__visual {
        width: 300px;
        min-height: 230px;
        transform: scale(.82);
    }

    .portada-purpose h2 {
        margin-top: .25rem;
        margin-bottom: .35rem;
        font-size: 1.7rem;
    }

    .portada-purpose__text {
        font-size: .74rem;
        line-height: 1.42;
    }

    .portada-purpose__points span {
        padding: .4rem .5rem;
        font-size: .6rem;
    }

    .portada-footer {
        padding-top: .3rem;
        padding-bottom: .45rem;
    }
}

@media (prefers-reduced-motion: reduce) {
    .portada-page *,
    .portada-page *::before,
    .portada-page *::after {
        scroll-behavior: auto !important;
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: .01ms !important;
    }

    .portada-floating-icon {
        transform: none !important;
    }

    .portada-enhanced .portada-header,
    .portada-enhanced .portada-eyebrow,
    .portada-enhanced .portada-hero h1,
    .portada-enhanced .portada-intro,
    .portada-enhanced .portada-access,
    .portada-enhanced .portada-purpose,
    .portada-enhanced .portada-footer {
        opacity: 1;
        transform: none;
    }
}
