:root {
    --phf-navy: #071c33;
    --phf-navy-soft: #102b49;
    --phf-blue: #08a9df;
    --phf-blue-dark: #0789ba;
    --phf-coral: #ef526d;
    --phf-ink: #142238;
    --phf-muted: #637083;
    --phf-surface: #f4f8fb;
    --phf-white: #ffffff;
    --phf-border: #dce7ef;
    --phf-radius-sm: 14px;
    --phf-radius: 22px;
    --phf-radius-lg: 34px;
    --phf-shadow: 0 18px 55px rgba(7, 28, 51, .10);
    --phf-shadow-hover: 0 26px 70px rgba(7, 28, 51, .16);
}

html {
    scroll-behavior: smooth;
}

body {
    color: var(--phf-ink);
    font-family: "Manrope", sans-serif !important;
    background: var(--phf-white);
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
}

body,
button,
input,
select,
textarea {
    font-family: "Manrope", sans-serif !important;
}

a,
button,
.edu-course,
.categorie-grid,
.features-box,
.edu-team-grid,
.testimonial-grid {
    transition: all .25s ease;
}

img {
    max-width: 100%;
}

::selection {
    color: #fff;
    background: var(--phf-blue);
}

.container {
    max-width: 1220px;
}

.edu-section-gap,
.section-gap-equal {
    padding: 100px 0;
}

.gap-top-equal {
    padding-top: 100px;
}

.gap-bottom-equal {
    padding-bottom: 100px;
}

.section-title .pre-title,
.footer-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 14px;
    color: var(--phf-blue-dark);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.section-title .pre-title::before,
.footer-eyebrow::before {
    width: 24px;
    height: 2px;
    content: "";
    background: currentColor;
}

.section-title .title {
    color: var(--phf-navy);
    font-size: clamp(32px, 4vw, 52px);
    font-weight: 800;
    line-height: 1.08;
    letter-spacing: -.035em;
}

.section-title p {
    color: var(--phf-muted);
    font-size: 17px;
    line-height: 1.8;
}

.section-title .shape-line {
    display: none;
}

.edu-btn,
a.edu-btn,
button.edu-btn {
    min-height: 52px;
    padding: 0 25px;
    border: 0;
    border-radius: 14px;
    color: #fff;
    background: linear-gradient(135deg, var(--phf-blue), var(--phf-blue-dark));
    box-shadow: 0 12px 28px rgba(8, 169, 223, .24);
    font-weight: 800;
    line-height: 52px;
}

.edu-btn:hover,
a.edu-btn:hover,
button.edu-btn:hover {
    color: #fff;
    background: linear-gradient(135deg, var(--phf-blue-dark), #066f99);
    box-shadow: 0 16px 35px rgba(8, 169, 223, .32);
    transform: translateY(-2px);
}

/* Header */
.modern-header {
    position: relative;
    z-index: 999;
}

.modern-header .header-top-bar {
    padding: 0;
    color: rgba(255, 255, 255, .82);
    background: var(--phf-navy);
}

.modern-header .header-top {
    min-height: 42px;
}

.modern-header .header-notify,
.modern-header .header-info a {
    color: rgba(255, 255, 255, .82);
    font-size: 12px;
    font-weight: 600;
}

.modern-header .header-notify a {
    margin-left: 8px;
    color: #fff;
    font-weight: 800;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.promo-dot {
    display: inline-block;
    width: 8px;
    height: 8px;
    margin-right: 8px;
    border-radius: 50%;
    background: #51e29b;
    box-shadow: 0 0 0 5px rgba(81, 226, 155, .12);
}

.modern-header .header-info {
    gap: 24px;
}

.modern-header .header-info li {
    border: 0 !important;
}

.modern-header .header-mainmenu {
    min-height: 84px;
    background: rgba(255, 255, 255, .96);
    border-bottom: 1px solid rgba(7, 28, 51, .07);
    backdrop-filter: blur(16px);
}

.modern-header .header-navbar {
    min-height: 84px;
}

.modern-header .header-brand .logo img {
    width: 132px;
    max-height: 58px;
    object-fit: contain;
}

.modern-header .mainmenu-nav .mainmenu {
    gap: 5px;
}

.modern-header .mainmenu-nav .mainmenu > li {
    position: relative;
}

.modern-header .mainmenu-nav .mainmenu > li > a {
    height: 84px;
    padding: 0 15px;
    color: var(--phf-ink);
    font-size: 14px;
    font-weight: 700;
    line-height: 84px;
}

.modern-header .mainmenu-nav .mainmenu > li > a:hover {
    color: var(--phf-blue-dark);
}

.modern-header .mainmenu-nav .mainmenu > li.nav-featured > a {
    height: 42px;
    margin: 21px 6px;
    padding: 0 18px;
    border-radius: 999px;
    color: #fff;
    background: linear-gradient(135deg, var(--phf-blue-dark), var(--phf-blue));
    box-shadow: 0 12px 28px rgba(0, 151, 205, .26);
    line-height: 42px;
}

.modern-header .mainmenu-nav .mainmenu > li.nav-featured > a:hover {
    color: #fff;
    box-shadow: 0 16px 34px rgba(0, 151, 205, .34);
    transform: translateY(-1px);
}

.modern-header .mainmenu-nav .mainmenu > li.has-droupdown > a::after {
    position: static !important;
    display: inline-block;
    width: 8px;
    height: 8px;
    margin-left: 10px;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    color: var(--phf-blue-dark);
    content: "" !important;
    font-family: inherit !important;
    font-size: 0;
    transform: rotate(45deg) translateY(-3px);
    transition: transform .2s ease;
}

.modern-header .mainmenu-nav .mainmenu > li.has-droupdown:hover > a::after {
    transform: rotate(225deg) translateY(-1px);
}

.modern-header .mainmenu-nav .mainmenu .submenu,
.modern-header .mainmenu-nav .mainmenu .mega-menu {
    padding: 16px;
    border: 1px solid var(--phf-border);
    border-radius: 0 0 var(--phf-radius) var(--phf-radius);
    background: #fff;
    box-shadow: var(--phf-shadow);
}

.modern-header .modern-mega-menu {
    left: 50% !important;
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    width: min(760px, calc(100vw - 40px)) !important;
    transform: translateX(-34%) !important;
}

.modern-header .modern-mega-menu > li {
    min-width: 0;
    padding: 4px 14px;
    border-right: 1px solid var(--phf-border);
}

.modern-header .modern-mega-menu > li:last-child {
    border-right: 0;
}

.modern-header .menu-title {
    margin: 4px 10px 10px;
    color: var(--phf-navy);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.modern-header .mainmenu-nav .mainmenu .submenu li a,
.modern-header .modern-mega-menu li a {
    padding: 10px 12px !important;
    border-radius: 10px;
    color: var(--phf-muted);
    font-size: 13px;
    font-weight: 600;
}

.modern-header .mainmenu-nav .mainmenu .submenu li a:hover,
.modern-header .modern-mega-menu li a:hover {
    color: var(--phf-blue-dark);
    background: #edf9fd;
}

.popup-mobile-menu .mainmenu .nav-featured > a {
    margin: 8px 0;
    padding: 13px 18px !important;
    border-radius: 16px;
    color: #fff !important;
    background: linear-gradient(135deg, var(--phf-blue-dark), var(--phf-blue));
}

.popup-mobile-menu .mainmenu .has-droupdown > a::after {
    width: 9px;
    height: 9px;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    color: var(--phf-blue-dark);
    content: "" !important;
    font-family: inherit !important;
    font-size: 0;
    transform: translateY(-60%) rotate(45deg);
}

.popup-mobile-menu .mainmenu .has-droupdown > a.open::after {
    content: "" !important;
    transform: translateY(-35%) rotate(225deg);
}

.programas-breadcrumb .page-title {
    max-width: 760px;
}

.programas-breadcrumb .page-title p {
    max-width: 620px;
    margin: 18px 0 0;
    color: var(--phf-muted);
    font-size: 18px;
    line-height: 1.7;
}

.programas-eyebrow {
    display: inline-flex;
    margin-bottom: 12px;
    color: var(--phf-blue-dark);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.programas-index {
    background: linear-gradient(180deg, #fff 0%, #f4fbff 100%);
}

.programas-group + .programas-group {
    margin-top: 56px;
}

.programas-group-heading {
    max-width: 720px;
    margin-bottom: 24px;
}

.programas-group-heading span {
    display: block;
    margin-bottom: 8px;
    color: var(--phf-blue-dark);
    font-weight: 700;
}

.programas-group-heading h2 {
    margin: 0;
    color: var(--phf-navy);
    font-size: clamp(28px, 4vw, 42px);
}

.programa-card {
    display: flex;
    min-height: 100%;
    padding: 28px;
    border: 1px solid rgba(7, 28, 51, .08);
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 18px 50px rgba(7, 28, 51, .07);
    flex-direction: column;
    color: var(--phf-ink);
    transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.programa-card:hover {
    border-color: rgba(0, 151, 205, .35);
    color: var(--phf-ink);
    box-shadow: 0 24px 70px rgba(0, 151, 205, .14);
    transform: translateY(-6px);
}

.programa-card-icon {
    display: grid;
    width: 50px;
    height: 50px;
    margin-bottom: 20px;
    border-radius: 16px;
    background: #edf9fd;
    color: var(--phf-blue-dark);
    place-items: center;
}

.programa-card h3 {
    margin: 0 0 12px;
    color: var(--phf-navy);
    font-size: 21px;
    line-height: 1.25;
}

.programa-card p {
    margin: 0 0 22px;
    color: var(--phf-muted);
    font-size: 15px;
    line-height: 1.65;
}

.programa-card strong {
    margin-top: auto;
    color: var(--phf-blue-dark);
    font-size: 14px;
}

.modern-header .header-action {
    gap: 10px;
}

.modern-header .search-icon a {
    display: grid;
    width: 46px;
    height: 46px;
    border: 1px solid var(--phf-border);
    border-radius: 14px;
    place-items: center;
}

.modern-header .header-btn .edu-btn {
    min-height: 46px;
    padding: 0 20px;
    line-height: 46px;
}

.edu-header.sticky .header-mainmenu {
    box-shadow: 0 12px 40px rgba(7, 28, 51, .08);
}

/* Hero */
.hero-banner.hero-style-1 {
    min-height: 670px;
    align-items: center;
    padding: 56px 0 70px;
    overflow: hidden;
    background:
        radial-gradient(circle at 80% 20%, rgba(8, 169, 223, .18), transparent 34%),
        radial-gradient(circle at 10% 85%, rgba(239, 82, 109, .10), transparent 30%),
        linear-gradient(135deg, #f5fbfe 0%, #edf5f9 100%) !important;
}

.hero-carousel {
    position: relative;
    overflow: hidden;
}

.hero-carousel .carousel-inner {
    overflow: visible;
}

.hero-slide {
    position: relative;
    display: flex;
    align-items: center;
}

.hero-banner.hero-style-1.hero-slide {
    align-items: center;
}

.hero-slide-inner {
    padding-left: 86px;
}

.hero-carousel .carousel-indicators {
    bottom: 24px;
    z-index: 5;
    margin-bottom: 0;
}

.hero-carousel .carousel-indicators button {
    width: 12px;
    height: 12px;
    border: 0;
    border-radius: 50%;
    background: rgba(7, 28, 51, .26);
}

.hero-carousel .carousel-indicators .active {
    background: var(--phf-coral);
}

.hero-carousel .carousel-control-prev,
.hero-carousel .carousel-control-next {
    z-index: 6;
    width: 54px;
}

.hero-carousel .carousel-control-prev-icon,
.hero-carousel .carousel-control-next-icon {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background-color: rgba(7, 28, 51, .72);
    background-size: 46%;
}

.hero-slide-simulacro {
    background:
        radial-gradient(circle at 76% 22%, rgba(239, 82, 109, .22), transparent 34%),
        radial-gradient(circle at 14% 84%, rgba(8, 169, 223, .18), transparent 30%),
        linear-gradient(135deg, #fff7f8 0%, #edf8fc 100%) !important;
}

.hero-simulacro-split {
    row-gap: 34px;
}

.hero-simulacro-video-frame {
    width: min(100%, 500px);
    aspect-ratio: 1 / 1;
    overflow: hidden;
    margin-inline: auto;
    border: 10px solid #ffffff;
    border-radius: 34px;
    background: var(--phf-navy);
    box-shadow: 0 30px 80px rgba(7, 28, 51, .18);
}

.hero-simulacro-video {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.hero-simulacro-copy {
    max-width: 560px;
}

.text-center .hero-simulacro-copy,
.text-center .hero-simulacro-copy p {
    margin-inline: auto;
}

.hero-simulacro-copy .simulacro-kicker {
    margin-bottom: 18px;
    color: #ffffff;
    background: var(--phf-navy);
}

.hero-simulacro-copy .title {
    margin-bottom: 20px;
}

.hero-simulacro-copy p {
    max-width: 520px;
}

.hero-slide-admission {
    isolation: isolate;
    background:
        radial-gradient(circle at 72% 18%, rgba(8, 169, 223, .34), transparent 30%),
        radial-gradient(circle at 14% 78%, rgba(239, 82, 109, .22), transparent 28%),
        linear-gradient(120deg, rgba(7, 28, 51, .96) 0%, rgba(7, 28, 51, .9) 48%, rgba(16, 43, 73, .84) 100%),
        linear-gradient(135deg, #f5fbfe 0%, #edf5f9 100%) !important;
}

.hero-slide-admission::before {
    position: absolute;
    inset: 0;
    z-index: -1;
    content: "";
    background:
        linear-gradient(90deg, rgba(255, 255, 255, .08) 1px, transparent 1px),
        linear-gradient(0deg, rgba(255, 255, 255, .06) 1px, transparent 1px);
    background-size: 64px 64px;
    mask-image: linear-gradient(90deg, rgba(0, 0, 0, .82), transparent 78%);
}

.hero-admission-effects {
    position: absolute;
    inset: 0;
    z-index: -1;
    overflow: hidden;
    pointer-events: none;
}

.hero-admission-glow,
.hero-admission-spark {
    position: absolute;
    display: block;
    pointer-events: none;
}

.hero-admission-glow {
    width: 280px;
    height: 280px;
    border-radius: 50%;
    opacity: .55;
    filter: blur(18px);
    animation: hero-admission-float 8s ease-in-out infinite;
}

.hero-admission-glow-one {
    top: 12%;
    right: 12%;
    background: radial-gradient(circle, rgba(8, 169, 223, .42), transparent 66%);
}

.hero-admission-glow-two {
    bottom: 8%;
    left: 6%;
    background: radial-gradient(circle, rgba(239, 82, 109, .3), transparent 68%);
    animation-delay: -3s;
}

.hero-admission-spark {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #ffffff;
    box-shadow: 0 0 18px rgba(255, 255, 255, .95), 0 0 42px rgba(8, 169, 223, .55);
    animation: hero-admission-twinkle 3.6s ease-in-out infinite;
}

.hero-admission-spark-one {
    top: 22%;
    left: 46%;
}

.hero-admission-spark-two {
    top: 70%;
    left: 34%;
    animation-delay: -1.1s;
}

.hero-admission-spark-three {
    top: 38%;
    right: 8%;
    animation-delay: -2.2s;
}

.hero-admission-grid {
    row-gap: 34px;
}

.hero-admission-copy {
    max-width: 610px;
}

.hero-admission-copy::before {
    display: none;
}

.hero-admission-copy .simulacro-kicker {
    color: var(--phf-navy);
    background: #ffffff;
}

.hero-admission-copy .title {
    max-width: 620px;
    margin-bottom: 22px;
    color: #ffffff;
    font-size: clamp(40px, 4.7vw, 62px);
    line-height: 1.02;
    letter-spacing: 0;
}

.hero-admission-copy p {
    max-width: 500px;
    margin-bottom: 18px;
    color: rgba(255, 255, 255, .82);
}

.hero-admission-rotator {
    --admission-line: clamp(48px, 5.05vw, 68px);
    display: block;
    height: var(--admission-line);
    margin-top: 8px;
    overflow: hidden;
    color: var(--phf-coral);
    line-height: var(--admission-line);
}

.hero-admission-rotator-track {
    display: flex;
    flex-direction: column;
    animation: hero-admission-rise 7.2s cubic-bezier(.76, 0, .24, 1) infinite;
    will-change: transform;
}

.hero-admission-rotator-track span {
    display: block;
    height: var(--admission-line);
    color: #ffffff;
    font-size: .86em;
    line-height: var(--admission-line);
    white-space: nowrap;
}

.hero-admission-rotator-track span:nth-child(2),
.hero-admission-rotator-track span:nth-child(3) {
    color: #ffffff;
}

.hero-admission-rotator-track span:first-child {
    color: var(--phf-coral);
}

.hero-admission-details {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    max-width: 540px;
    margin: 0 0 28px;
}

.hero-admission-details span {
    position: relative;
    overflow: hidden;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 14px;
    border: 1px solid rgba(8, 169, 223, .32);
    border-radius: 999px;
    color: #ffffff;
    background: linear-gradient(135deg, rgba(7, 28, 51, .94), rgba(16, 43, 73, .84));
    font-size: 13px;
    font-weight: 900;
    line-height: 1.2;
    text-shadow: 0 1px 8px rgba(0, 0, 0, .28);
    box-shadow: 0 12px 30px rgba(7, 28, 51, .18), inset 0 1px 0 rgba(255, 255, 255, .18);
    backdrop-filter: blur(12px);
}

.hero-admission-details span::after {
    position: absolute;
    inset: 0;
    content: "";
    background: linear-gradient(110deg, transparent 0%, rgba(255, 255, 255, .3) 45%, transparent 70%);
    transform: translateX(-120%);
    animation: hero-admission-shine 4.8s ease-in-out infinite;
}

.hero-admission-details span:nth-child(2)::after {
    animation-delay: .7s;
}

.hero-admission-details span:nth-child(3)::after {
    animation-delay: 1.4s;
}

.hero-admission-details span::before {
    flex: 0 0 auto;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    content: "";
    background: var(--phf-coral);
    box-shadow: 0 0 0 4px rgba(239, 82, 109, .24), 0 0 18px rgba(239, 82, 109, .85);
}

.hero-admission-score-card {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 28px;
    padding: 13px 18px;
    border: 1px solid rgba(255, 255, 255, .24);
    border-radius: 18px;
    color: #ffffff;
    background: linear-gradient(135deg, rgba(239, 82, 109, .92), rgba(8, 169, 223, .7));
    box-shadow: 0 18px 42px rgba(7, 28, 51, .24);
    animation: hero-admission-card-pulse 3.8s ease-in-out infinite;
}

.hero-admission-score-card strong {
    font-size: 30px;
    font-weight: 900;
    line-height: 1;
}

.hero-admission-score-card span {
    font-size: 13px;
    font-weight: 900;
    line-height: 1.2;
    text-transform: uppercase;
}

.hero-admission-score-card i {
    position: absolute;
    top: -5px;
    right: -5px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #ffffff;
    box-shadow: 0 0 18px rgba(255, 255, 255, .9), 0 0 30px rgba(239, 82, 109, .65);
}

.hero-admission-visual {
    max-width: 560px;
    margin-left: auto;
}

.hero-admission-visual .thumbnail {
    border-color: rgba(255, 255, 255, .92);
    background: linear-gradient(160deg, #e9f8fd, #ffffff);
}

.hero-admission-badge {
    position: absolute;
    z-index: 3;
    display: inline-flex;
    flex-direction: column;
    gap: 2px;
    min-width: 148px;
    padding: 14px 16px;
    border: 1px solid rgba(255, 255, 255, .5);
    border-radius: 18px;
    color: #ffffff;
    background: rgba(7, 28, 51, .86);
    box-shadow: 0 18px 46px rgba(7, 28, 51, .22);
    backdrop-filter: blur(14px);
}

.hero-admission-badge strong {
    font-size: 28px;
    font-weight: 900;
    line-height: 1;
}

.hero-admission-badge span {
    font-size: 13px;
    font-weight: 800;
    line-height: 1.2;
}

.hero-admission-badge-top {
    top: 68px;
    left: -8px;
}

.hero-admission-badge-bottom {
    right: 0;
    bottom: 72px;
}

@keyframes hero-admission-rise {
    0%,
    28% {
        transform: translateY(0);
    }

    34%,
    62% {
        transform: translateY(calc(var(--admission-line) * -1));
    }

    68%,
    94% {
        transform: translateY(calc(var(--admission-line) * -2));
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes hero-admission-shine {
    0%,
    52% {
        transform: translateX(-120%);
    }

    72%,
    100% {
        transform: translateX(130%);
    }
}

@keyframes hero-admission-float {
    0%,
    100% {
        transform: translate3d(0, 0, 0) scale(1);
    }

    50% {
        transform: translate3d(18px, -18px, 0) scale(1.08);
    }
}

@keyframes hero-admission-twinkle {
    0%,
    100% {
        opacity: .35;
        transform: scale(.72);
    }

    45% {
        opacity: 1;
        transform: scale(1.25);
    }
}

@keyframes hero-admission-card-pulse {
    0%,
    100% {
        transform: translateY(0);
        box-shadow: 0 18px 42px rgba(7, 28, 51, .24);
    }

    50% {
        transform: translateY(-4px);
        box-shadow: 0 24px 56px rgba(7, 28, 51, .32);
    }
}

.simulacro-kicker {
    display: inline-flex;
    margin-bottom: 14px;
    padding: 8px 13px;
    border-radius: 999px;
    color: var(--phf-navy);
    background: #ffffff;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.hero-slide-sedes {
    background:
        radial-gradient(circle at 80% 18%, rgba(8, 169, 223, .16), transparent 34%),
        linear-gradient(135deg, #f3fbff 0%, #ffffff 100%) !important;
}

.sedes-list {
    display: grid;
    gap: 18px;
}

.sede-card {
    display: flex;
    gap: 16px;
    align-items: flex-start;
    padding: 24px 26px;
    border: 1px solid rgba(8, 169, 223, .16);
    border-radius: 26px;
    background: rgba(255, 255, 255, .92);
    box-shadow: 0 20px 46px rgba(7, 28, 51, .10);
}

.sede-card p {
    margin: 0;
    color: #334155;
    font-size: 20px;
    line-height: 1.45;
}

.sede-card strong {
    color: var(--phf-navy);
}

.sede-pin {
    flex: 0 0 auto;
    width: 18px;
    height: 18px;
    margin-top: 7px;
    border: 3px solid #ffffff;
    border-radius: 50%;
    background: var(--phf-coral);
    box-shadow: 0 0 0 4px rgba(239, 82, 109, .16);
}

.simulacro-modal .modal-content {
    overflow: hidden;
    border: 0;
    border-radius: 30px;
    background:
        radial-gradient(circle at 85% 12%, rgba(239, 82, 109, .22), transparent 30%),
        linear-gradient(145deg, #ffffff, #effaff);
    box-shadow: 0 40px 110px rgba(7, 28, 51, .32);
}

.simulacro-modal .btn-close {
    position: absolute;
    top: 18px;
    right: 18px;
    z-index: 2;
}

.simulacro-modal .modal-body {
    padding: 42px;
}

.simulacro-modal h2 {
    margin-bottom: 16px;
    color: var(--phf-navy);
    font-size: clamp(34px, 4vw, 48px);
    font-weight: 900;
    letter-spacing: -.05em;
    overflow-wrap: normal;
    word-break: normal;
}

.simulacro-modal p {
    margin-bottom: 28px;
    color: #4f5f72;
    font-size: 18px;
    line-height: 1.65;
}

.modal-news-image {
    display: block;
    width: 100%;
    height: 210px;
    margin-bottom: 24px;
    object-fit: cover;
    border-radius: 22px;
    box-shadow: 0 18px 38px rgba(7, 28, 51, .18);
}

.modal-slide-actions {
    display: flex;
    gap: 12px;
    margin-top: 22px;
}

.modal-slide-btn {
    padding: 10px 16px;
    color: var(--phf-navy);
    font-weight: 800;
    border: 1px solid rgba(7, 28, 51, .14);
    border-radius: 999px;
    background: rgba(255, 255, 255, .72);
}

.noticias-page,
.noticia-detail-page {
    background: linear-gradient(180deg, #f7fbff 0%, #ffffff 42%);
}

.noticia-card,
.noticia-detail {
    overflow: hidden;
    border: 1px solid rgba(7, 28, 51, .08);
    border-radius: 28px;
    background: #ffffff;
    box-shadow: 0 26px 70px rgba(7, 28, 51, .10);
}

.noticia-card__image {
    display: block;
    overflow: hidden;
}

.noticia-card__image img,
.noticia-detail__hero img {
    display: block;
    width: 100%;
    height: 360px;
    object-fit: cover;
}

.noticia-card__body,
.noticia-detail__content {
    padding: 34px;
}

.noticia-card__date {
    display: inline-block;
    margin-bottom: 14px;
    color: var(--phf-coral);
    font-weight: 800;
    font-size: 14px;
    letter-spacing: .02em;
    text-transform: uppercase;
}

.noticia-card h3,
.noticia-detail h1,
.noticia-detail h2 {
    color: var(--phf-navy);
    font-weight: 900;
    letter-spacing: -.04em;
}

.noticia-card h3 {
    margin-bottom: 14px;
    font-size: clamp(28px, 4vw, 42px);
}

.noticia-card p,
.noticia-detail p,
.noticia-detail li {
    color: #4f5f72;
    font-size: 18px;
    line-height: 1.75;
}

.noticia-detail {
    max-width: 980px;
    margin: 0 auto;
}

.noticia-detail__back {
    display: inline-flex;
    margin-bottom: 18px;
    color: var(--phf-blue-dark);
    font-weight: 800;
}

.noticia-detail h1 {
    margin-bottom: 18px;
    font-size: clamp(36px, 6vw, 64px);
}

.noticia-detail__lead {
    font-size: 22px !important;
    color: #24364b !important;
}

.noticia-highlights,
.noticia-gallery {
    margin-top: 38px;
}

.noticia-highlights__heading span,
.noticia-gallery__heading span {
    display: block;
    color: var(--phf-blue-dark);
    font-size: 13px;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.noticia-highlights__heading h2,
.noticia-gallery__heading h2 {
    margin: 6px 0 20px;
    color: var(--phf-navy);
    font-size: 28px;
}

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

.noticia-highlight-card {
    min-height: 190px;
    padding: 24px;
    border: 1px solid rgba(8, 169, 223, .18);
    border-radius: 20px;
    background: linear-gradient(145deg, #f2fbff 0%, #ffffff 100%);
    box-shadow: 0 12px 26px rgba(10, 54, 94, .06);
}

.noticia-highlight-card strong {
    display: block;
    color: var(--phf-blue-dark);
    font-size: 34px;
    font-weight: 900;
    line-height: 1;
}

.noticia-highlight-card h3 {
    margin: 12px 0 8px;
    color: var(--phf-navy);
    font-size: 18px;
}

.noticia-highlight-card p,
.noticia-gallery__item p {
    margin: 0;
    color: #526578;
    font-size: 15px;
    line-height: 1.55;
}

.noticia-gallery__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
}

.noticia-gallery__item {
    display: flex;
    min-width: 0;
    margin: 0;
    overflow: hidden;
    border: 1px solid rgba(7, 28, 51, .10);
    border-radius: 20px;
    background: #fff;
}

.noticia-gallery__item img {
    width: 42%;
    min-height: 190px;
    object-fit: cover;
    background: #f5f9fc;
}

.noticia-gallery__item figcaption {
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: center;
    padding: 20px;
}

.noticia-gallery__item h3 {
    margin: 0 0 8px;
    color: var(--phf-navy);
    font-size: 18px;
}

.noticia-detail__keys,
.noticia-detail__links,
.noticia-detail__sources {
    margin-top: 34px;
    padding: 26px;
    border-radius: 22px;
    background: #f3f8ff;
}

.noticia-links-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 12px;
    margin-top: 18px;
}

.noticia-links-grid a {
    display: flex;
    min-height: 52px;
    align-items: center;
    justify-content: center;
    padding: 12px 14px;
    color: var(--phf-navy);
    font-weight: 900;
    text-align: center;
    border: 1px solid rgba(7, 28, 51, .10);
    border-radius: 14px;
    background: #ffffff;
}

.noticia-detail__sources a,
.noticia-detail__sources span {
    display: block;
    margin-top: 10px;
    color: var(--phf-blue-dark);
    font-weight: 800;
}

@media (max-width: 575px) {
    .noticia-highlights__grid,
    .noticia-gallery__grid {
        grid-template-columns: 1fr;
    }

    .noticia-highlight-card {
        min-height: auto;
    }
}

.hero-banner.hero-style-1::before {
    position: absolute;
    top: 70px;
    right: -120px;
    width: 420px;
    height: 420px;
    content: "";
    border: 1px solid rgba(8, 169, 223, .16);
    border-radius: 50%;
}

.hero-style-1 .banner-content {
    max-width: 660px;
}

.hero-style-1 .banner-content::before {
    display: inline-block;
    margin-bottom: 20px;
    padding: 8px 13px;
    content: "PREPARACIÓN • PRÁCTICA • RESULTADOS";
    color: var(--phf-blue-dark);
    background: rgba(8, 169, 223, .10);
    border: 1px solid rgba(8, 169, 223, .18);
    border-radius: 999px;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .11em;
}

.hero-style-1 .banner-content .title {
    margin-bottom: 25px;
    color: var(--phf-navy);
    max-width: 650px;
    font-size: clamp(42px, 4.2vw, 60px);
    font-weight: 800;
    line-height: 1.02;
    letter-spacing: -.05em;
    text-transform: none;
    overflow-wrap: normal;
    word-break: normal;
    hyphens: none;
}

.hero-style-1 .banner-content .title span,
.hero-style-1 .banner-content .title strong {
    color: var(--phf-coral);
}

.hero-style-1 .banner-content p {
    max-width: 590px;
    margin-bottom: 30px;
    color: #4f5f72;
    font-size: 18px;
    line-height: 1.75;
}

.hero-style-1 .banner-thumbnail {
    position: relative;
    padding: 22px 22px 0;
}

.hero-style-1 .banner-thumbnail .thumbnail {
    position: relative;
    overflow: hidden;
    border: 10px solid rgba(255, 255, 255, .82);
    border-radius: 40px 40px 120px 40px;
    background: linear-gradient(160deg, #dff5fc, #fff);
    box-shadow: 0 30px 80px rgba(7, 28, 51, .18);
}

.hero-style-1 .banner-thumbnail .thumbnail img {
    width: 100%;
    min-height: 510px;
    object-fit: contain;
    object-position: bottom center;
}

.hero-style-1 .banner-thumbnail .instructor-info {
    right: auto;
    bottom: 25px;
    left: -30px;
}

.hero-style-1 .banner-thumbnail .instructor-info .inner {
    border: 1px solid rgba(255, 255, 255, .7);
    border-radius: 18px;
    background: rgba(255, 255, 255, .92);
    box-shadow: var(--phf-shadow);
    backdrop-filter: blur(16px);
}

.hero-style-1 .shape-group {
    opacity: .45;
}

/* Feature strip */
.features-area-2 {
    position: relative;
    z-index: 4;
    margin-top: -36px;
}

.features-area-2 .features-grid-wrap {
    overflow: hidden;
    border: 1px solid rgba(220, 231, 239, .85);
    border-radius: var(--phf-radius);
    background: rgba(255, 255, 255, .94);
    box-shadow: var(--phf-shadow);
    backdrop-filter: blur(16px);
}

.features-area-2 .features-box {
    min-height: 110px;
    padding: 24px;
    border-right: 1px solid var(--phf-border);
    background: transparent;
}

.features-area-2 .features-box:last-child {
    border-right: 0;
}

.features-area-2 .features-box .icon {
    display: grid;
    min-width: 52px;
    height: 52px;
    border-radius: 15px;
    background: #edf9fd;
    place-items: center;
}

.features-area-2 .features-box .icon img,
.features-area-2 .features-box .icon svg {
    width: 28px;
    height: 28px;
}

.features-area-2 .features-box .title {
    color: var(--phf-navy) !important;
    font-size: 15px;
    font-weight: 800;
}

.features-area-2 .features-box .content,
.features-area-2 .features-box .content *,
.features-area-2 .features-box span {
    color: var(--phf-navy) !important;
    opacity: 1 !important;
}

.features-area-2 .features-box .icon {
    color: var(--phf-blue-dark) !important;
}

.features-area-2 .features-box .icon img,
.features-area-2 .features-box .icon svg {
    opacity: 1 !important;
    filter: none !important;
}

/* Categories, courses and cards */
.edu-categorie-area {
    background: #fff;
}

.categorie-area-2 .row {
    row-gap: 24px !important;
}

.categorie-grid.categorie-style-2 {
    min-height: 150px;
    padding: 26px;
    border: 1px solid var(--phf-border);
    border-radius: var(--phf-radius);
    background: #fff !important;
    box-shadow: none;
}

.categorie-grid.categorie-style-2:hover {
    border-color: rgba(8, 169, 223, .42);
    box-shadow: var(--phf-shadow);
    transform: translateY(-6px);
}

.categorie-grid.categorie-style-2 .icon {
    display: grid;
    width: 68px;
    min-width: 68px;
    height: 68px;
    border-radius: 18px;
    background: var(--phf-surface);
    place-items: center;
}

.categorie-grid.categorie-style-2 .icon img {
    width: 42px !important;
    height: 42px;
    object-fit: contain;
}

.category-icon-fallback {
    display: grid;
    width: 46px;
    height: 46px;
    border-radius: 14px;
    color: var(--phf-blue-dark);
    background: linear-gradient(135deg, #e9f8fd, #d9f2fb);
    font-size: 18px;
    font-weight: 800;
    place-items: center;
}

.category-icon-fallback i {
    color: var(--phf-blue);
    font-size: 26px;
    line-height: 1;
}

.categorie-grid.categorie-style-2 .content .title {
    color: var(--phf-navy);
    font-size: 17px;
    font-weight: 800;
}

.edu-about-area {
    position: relative;
    padding-top: 100px;
    background: var(--phf-surface);
}

.about-style-1 .about-image-gallery .main-img-1 {
    border-radius: var(--phf-radius-lg);
    box-shadow: var(--phf-shadow);
}

.about-style-1 .about-image-gallery .video-box .inner {
    border: 7px solid #fff;
    border-radius: var(--phf-radius);
    overflow: hidden;
    box-shadow: var(--phf-shadow);
}

.about-style-1 .award-status .inner {
    border: 1px solid var(--phf-border);
    border-radius: 18px;
    box-shadow: var(--phf-shadow);
}

.about-content .features-list li {
    margin-bottom: 12px;
    color: var(--phf-ink);
    font-weight: 700;
}

.course-area-1 {
    background: #fff !important;
}

.edu-course.course-style-1 {
    overflow: hidden;
    border: 1px solid var(--phf-border);
    border-radius: var(--phf-radius);
    background: #fff;
    box-shadow: none;
}

.edu-course.course-style-1:hover {
    border-color: transparent;
    box-shadow: var(--phf-shadow-hover);
    transform: translateY(-8px);
}

.edu-course.course-style-1 .thumbnail {
    overflow: hidden;
    border-radius: 0;
    aspect-ratio: 4 / 3;
}

.edu-course.course-style-1 .thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.edu-course.course-style-1 .content {
    padding: 24px;
}

.edu-course.course-style-1 .content .title {
    color: var(--phf-navy);
    font-size: 19px;
    font-weight: 800;
}

.edu-course.course-style-1 .course-level {
    padding: 5px 10px;
    border-radius: 999px;
    color: var(--phf-blue-dark);
    background: #edf9fd;
    font-size: 11px;
    font-weight: 800;
}

.counterup-area-2 {
    padding: 35px 0 100px;
}

.counterup-area-2 .counterup-box-wrap {
    padding: 16px;
    border: 1px solid var(--phf-border);
    border-radius: var(--phf-radius-lg);
    background: var(--phf-navy);
    box-shadow: var(--phf-shadow);
}

.counterup-area-2 .counterup-box {
    background: transparent;
}

.counterup-area-2 .edu-counterup {
    border-color: rgba(255,255,255,.1) !important;
}

.counterup-area-2 .count-number,
.counterup-area-2 .title {
    color: #fff !important;
}

.counterup-area-2 .title {
    opacity: .72;
}

.vocational-start-container {
    display: flex;
    min-height: 72vh;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.vocational-start-link {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 18px;
    text-decoration: none;
}

.vocational-start-link .custom-image {
    display: block;
    width: min(100%, 520px);
    height: auto;
    max-height: 250px;
    object-fit: contain;
}

.vocational-start-button {
    width: min(100%, 260px);
    padding: 4px 8px !important;
}

.vocational-start-card {
    min-height: auto !important;
    padding: 12px 16px !important;
}

.vocational-start-card .icon i {
    color: var(--phf-blue);
    font-size: 34px;
    line-height: 1;
}

.vocational-start-card .content .title {
    color: var(--phf-navy) !important;
    font-size: 16px !important;
    opacity: 1;
}

/* Vocational test: premium, interruption-free entry */
.vocational-entry-page {
    background: #f7fbfe;
}

.vocational-entry-body .floating-socials,
.vocational-entry-body .fortybot-launcher,
.vocational-entry-body .fortybot-panel,
.vocational-entry-body .whatsapp-button,
.vocational-entry-body .rn-progress-parent {
    display: none !important;
}

.vocational-entry-hero {
    position: relative;
    overflow: hidden;
    padding: clamp(42px, 6vw, 82px) 0;
    scroll-margin-top: 110px;
    background:
        radial-gradient(circle at 8% 18%, rgba(39, 195, 222, .18), transparent 24%),
        radial-gradient(circle at 90% 76%, rgba(16, 123, 194, .14), transparent 28%),
        linear-gradient(135deg, #f8fcff 0%, #eef9fd 50%, #f7fbff 100%);
}

.vocational-entry-hero::before,
.vocational-entry-hero::after {
    position: absolute;
    border: 1px solid rgba(18, 158, 203, .16);
    border-radius: 50%;
    content: "";
    pointer-events: none;
}

.vocational-entry-hero::before {
    top: -190px;
    right: -90px;
    width: 430px;
    height: 430px;
}

.vocational-entry-hero::after {
    bottom: -240px;
    left: -150px;
    width: 470px;
    height: 470px;
}

.vocational-entry-shell {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(380px, .95fr);
    gap: clamp(34px, 6vw, 84px);
    align-items: center;
}

.vocational-entry-intro {
    max-width: 660px;
}

.vocational-entry-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 22px;
    padding: 9px 15px;
    border: 1px solid rgba(0, 157, 206, .22);
    border-radius: 999px;
    background: rgba(255, 255, 255, .76);
    color: #0875a6;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
    box-shadow: 0 8px 24px rgba(13, 104, 151, .08);
}

.vocational-entry-eyebrow i {
    font-size: 19px;
}

.vocational-entry-intro h1 {
    max-width: 640px;
    margin: 0 0 20px;
    color: #092c47;
    font-size: clamp(40px, 4.5vw, 66px);
    font-weight: 850;
    line-height: 1.04;
    letter-spacing: -.045em;
}

.vocational-entry-lead {
    max-width: 600px;
    margin: 0;
    color: #526d7e;
    font-size: clamp(17px, 1.5vw, 20px);
    line-height: 1.7;
}

.vocational-entry-benefits {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 28px;
}

.vocational-entry-benefits span {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 10px 13px;
    border: 1px solid #d8e9f2;
    border-radius: 12px;
    background: rgba(255, 255, 255, .82);
    color: #284d63;
    font-size: 13px;
    font-weight: 750;
}

.vocational-entry-benefits i {
    color: #0997c6;
    font-size: 18px;
}

.vocational-entry-guidance {
    display: flex;
    align-items: center;
    gap: 14px;
    max-width: 540px;
    margin-top: 30px;
}

.vocational-entry-guidance-icon {
    display: grid;
    width: 50px;
    height: 50px;
    flex: 0 0 50px;
    place-items: center;
    border-radius: 16px;
    background: linear-gradient(135deg, #0aaad4, #0872bc);
    color: #fff;
    font-size: 24px;
    box-shadow: 0 14px 30px rgba(7, 126, 184, .25);
}

.vocational-entry-guidance p {
    margin: 0;
    color: #657d8c;
    font-size: 14px;
    line-height: 1.55;
}

.vocational-entry-guidance strong {
    display: block;
    margin-bottom: 2px;
    color: #173f58;
    font-size: 15px;
}

.vocational-entry-form {
    position: relative;
    padding: clamp(28px, 3.4vw, 44px);
    overflow: hidden;
    border: 1px solid rgba(21, 108, 153, .12);
    border-radius: 28px;
    background: rgba(255, 255, 255, .96);
    box-shadow: 0 30px 80px rgba(9, 62, 96, .15), 0 5px 18px rgba(9, 62, 96, .06);
}

.vocational-entry-form::before {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 5px;
    background: linear-gradient(90deg, #26c4da, #0783c5, #334f9c);
    content: "";
}

.vocational-entry-form-head {
    margin-bottom: 27px;
}

.vocational-entry-step {
    display: block;
    margin-bottom: 7px;
    color: #0784bd;
    font-size: 12px;
    font-weight: 850;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.vocational-entry-form h2 {
    margin: 0 0 9px;
    color: #102f45;
    font-size: clamp(27px, 2.2vw, 34px);
    font-weight: 850;
    letter-spacing: -.025em;
}

.vocational-entry-form-head p {
    margin: 0;
    color: #748895;
    font-size: 14px;
    line-height: 1.55;
}

.vocational-entry-field + .vocational-entry-field {
    margin-top: 18px;
}

.vocational-entry-field label {
    display: block;
    margin-bottom: 8px;
    color: #24465b;
    font-size: 14px;
    font-weight: 800;
}

.vocational-entry-control {
    position: relative;
}

.vocational-entry-control > i {
    position: absolute;
    top: 50%;
    left: 17px;
    z-index: 2;
    color: #7a97a8;
    font-size: 20px;
    transform: translateY(-50%);
    pointer-events: none;
}

.vocational-entry-control .form-control {
    min-height: 56px;
    padding: 13px 16px 13px 49px;
    border: 1px solid #cfdee7;
    border-radius: 14px;
    background: #fafdff;
    color: #17364a;
    font-size: 16px;
    box-shadow: none;
    transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
}

.vocational-entry-control .form-control:focus {
    border-color: #159bc8;
    background: #fff;
    box-shadow: 0 0 0 4px rgba(13, 153, 201, .11);
}

.vocational-entry-control .form-control.is-invalid {
    border-color: #dc3545;
}

.vocational-entry-submit {
    display: flex;
    width: 100%;
    min-height: 58px;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-top: 25px;
    padding: 14px 20px;
    border: 0;
    border-radius: 15px;
    background: linear-gradient(135deg, #079fd0, #0874bd);
    color: #fff;
    font-size: 16px;
    font-weight: 850;
    box-shadow: 0 16px 30px rgba(7, 124, 188, .25);
    transition: transform .2s ease, box-shadow .2s ease;
}

.vocational-entry-submit:hover,
.vocational-entry-submit:focus-visible {
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 20px 36px rgba(7, 124, 188, .32);
}

.vocational-entry-submit i {
    font-size: 21px;
}

.vocational-entry-privacy {
    margin: 15px 0 0;
    color: #80919d;
    font-size: 11px;
    line-height: 1.5;
    text-align: center;
}

.vocational-entry-privacy i {
    margin-right: 3px;
    color: #3e9d79;
}

.vocational-entry-privacy a {
    color: #147cad;
    font-weight: 750;
}

.vocational-entry-steps {
    padding: clamp(58px, 7vw, 92px) 0;
    background: #fff;
}

.vocational-entry-steps-head {
    max-width: 660px;
    margin: 0 auto 36px;
    text-align: center;
}

.vocational-entry-steps-head span {
    color: #0983ba;
    font-size: 12px;
    font-weight: 850;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.vocational-entry-steps-head h2 {
    margin: 8px 0 0;
    color: #12354d;
    font-size: clamp(28px, 3vw, 40px);
    font-weight: 850;
    letter-spacing: -.03em;
}

.vocational-entry-steps-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}

.vocational-entry-steps-grid article {
    position: relative;
    min-height: 230px;
    padding: 28px;
    overflow: hidden;
    border: 1px solid #e0edf3;
    border-radius: 22px;
    background: #fbfdff;
}

.vocational-entry-steps-grid article > span {
    position: absolute;
    top: 18px;
    right: 22px;
    color: #e0edf3;
    font-size: 44px;
    font-weight: 900;
}

.vocational-entry-steps-grid article > i {
    display: grid;
    width: 50px;
    height: 50px;
    margin-bottom: 22px;
    place-items: center;
    border-radius: 15px;
    background: #e8f7fc;
    color: #0886bd;
    font-size: 25px;
}

.vocational-entry-steps-grid h3 {
    margin: 0 0 10px;
    color: #15384e;
    font-size: 19px;
    font-weight: 850;
}

.vocational-entry-steps-grid p {
    margin: 0;
    color: #718692;
    font-size: 14px;
    line-height: 1.65;
}

@media (max-width: 991px) {
    .vocational-entry-shell {
        grid-template-columns: 1fr;
        gap: 34px;
    }

    .vocational-entry-intro {
        max-width: none;
        text-align: center;
    }

    .vocational-entry-intro h1,
    .vocational-entry-lead,
    .vocational-entry-guidance {
        margin-right: auto;
        margin-left: auto;
    }

    .vocational-entry-benefits {
        justify-content: center;
    }

    .vocational-entry-guidance {
        max-width: 500px;
        text-align: left;
    }

    .vocational-entry-form {
        width: min(100%, 640px);
        margin: 0 auto;
    }
}

@media (max-width: 767px) {
    .vocational-entry-hero {
        padding: 28px 0 48px;
        scroll-margin-top: 84px;
    }

    .vocational-entry-eyebrow {
        margin-bottom: 17px;
        font-size: 10px;
    }

    .vocational-entry-intro h1 {
        margin-bottom: 16px;
        font-size: clamp(34px, 10vw, 46px);
    }

    .vocational-entry-lead {
        font-size: 16px;
        line-height: 1.6;
    }

    .vocational-entry-benefits {
        margin-top: 22px;
    }

    .vocational-entry-benefits span {
        flex: 1 1 calc(50% - 10px);
        justify-content: center;
        font-size: 12px;
    }

    .vocational-entry-guidance {
        margin-top: 22px;
    }

    .vocational-entry-form {
        padding: 28px 20px 24px;
        border-radius: 22px;
    }

    .vocational-entry-form-head {
        margin-bottom: 22px;
        text-align: center;
    }

    .vocational-entry-steps-grid {
        grid-template-columns: 1fr;
    }

    .vocational-entry-steps-grid article {
        min-height: 0;
    }
}

@media (prefers-reduced-motion: reduce) {
    .vocational-entry-submit {
        transition: none;
    }
}

.testimonial-area-1 {
    background: var(--phf-surface);
}

.testimonial-grid {
    border: 1px solid var(--phf-border);
    border-radius: var(--phf-radius);
    background: #fff;
    box-shadow: var(--phf-shadow);
}

.testimonial-grid .thumbnail img {
    border-radius: 18px;
}

.testimonial-grid .content p {
    color: var(--phf-muted);
    font-size: 17px;
    line-height: 1.75;
}

.home-one-cta-two {
    margin-top: -35px;
}

.home-one-cta.edu-cta-box {
    overflow: hidden;
    border-radius: var(--phf-radius-lg);
    background: linear-gradient(135deg, var(--phf-blue), var(--phf-blue-dark)) !important;
    box-shadow: 0 25px 65px rgba(8, 169, 223, .28);
}

.edu-team-area {
    padding: 100px 0;
}

.edu-team-grid.team-style-1 .thumbnail-wrap {
    overflow: hidden;
    border-radius: var(--phf-radius);
    background: var(--phf-surface);
}

.edu-team-grid.team-style-1 .thumbnail img {
    width: 100%;
    aspect-ratio: 4 / 5;
    object-fit: cover;
}

.edu-team-grid.team-style-1 .content .title {
    color: var(--phf-navy);
    font-weight: 800;
}

.edu-cta-banner-area {
    padding: 90px 0;
    background: var(--phf-navy) !important;
}

.edu-cta-banner .section-title .title {
    color: #fff;
}

.brand-grid-wrap {
    border: 1px solid var(--phf-border);
    border-radius: var(--phf-radius);
    overflow: hidden;
}

.brand-grid {
    min-height: 120px;
    background: #fff;
}

.brand-grid img {
    max-width: 120px;
    max-height: 65px;
    filter: grayscale(1);
    opacity: .64;
}

.brand-grid:hover img {
    filter: none;
    opacity: 1;
}

.edu-blog.blog-style-1 .inner {
    overflow: hidden;
    border: 1px solid var(--phf-border);
    border-radius: var(--phf-radius);
    background: #fff;
}

.edu-blog.blog-style-1 .thumbnail {
    border-radius: 0;
}

.edu-blog.blog-style-1 .content {
    position: relative;
    margin: 0;
    padding: 26px;
    border: 0;
    border-radius: 0;
    box-shadow: none;
}

/* Inner pages */
.edu-breadcrumb-area {
    padding: 80px 0 65px;
    background:
        radial-gradient(circle at 85% 20%, rgba(8,169,223,.16), transparent 30%),
        var(--phf-surface) !important;
}

.edu-breadcrumb-area .title,
.edu-breadcrumb-area h1,
.edu-breadcrumb-area h2 {
    color: var(--phf-navy);
    font-weight: 800;
    letter-spacing: -.03em;
}

.edu-breadcrumb li,
.edu-breadcrumb li a {
    color: var(--phf-muted);
    font-weight: 600;
}

.card,
.table,
.form-control,
.form-select {
    border-color: var(--phf-border);
}

.card {
    border-radius: var(--phf-radius);
    box-shadow: 0 10px 35px rgba(7,28,51,.07);
}

.form-control,
.form-select {
    min-height: 48px;
    border-radius: 12px;
}

.form-control:focus,
.form-select:focus {
    border-color: var(--phf-blue);
    box-shadow: 0 0 0 4px rgba(8,169,223,.12);
}

/* Score calculator */
.score-calculator-section {
    padding: 16px 0 110px;
    background: var(--phf-surface);
}

.score-breadcrumb {
    padding-bottom: 22px;
}

.score-page-title .title {
    margin-bottom: 8px;
}

.score-calculator-card {
    position: relative;
    z-index: 2;
    padding: clamp(28px, 5vw, 56px);
    border: 1px solid var(--phf-border);
    border-radius: var(--phf-radius-lg);
    background: #fff;
    box-shadow: var(--phf-shadow);
}

.score-calculator-card-compact {
    padding: clamp(20px, 3vw, 34px);
}

.score-calculator-head {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 260px;
    gap: 24px;
    align-items: center;
    margin-bottom: 22px;
}

.score-calculator-intro {
    max-width: 650px;
    margin-bottom: 0;
}

.score-calculator-intro .pre-title,
.score-results-heading .pre-title {
    color: var(--phf-blue-dark);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.score-calculator-intro h2,
.score-results-heading h2 {
    margin: 10px 0;
    color: var(--phf-navy);
    font-size: clamp(30px, 4vw, 46px);
    font-weight: 800;
    letter-spacing: -.035em;
}

.score-calculator-intro p,
.score-results-heading p {
    margin: 0;
    color: var(--phf-muted);
}

.score-label {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 10px;
    color: var(--phf-navy);
    font-size: 14px;
    font-weight: 800;
}

.score-label span {
    color: var(--phf-muted);
    font-size: 12px;
    font-weight: 600;
}

.score-label small {
    color: var(--phf-blue-dark);
    font-size: 11px;
    font-weight: 900;
}

.score-input {
    height: 62px;
    padding: 0 18px;
    border: 1px solid var(--phf-border);
    background: #f9fbfc;
    font-size: 17px;
    font-weight: 700;
}

.score-calculator-card-compact .score-calculator-intro h2 {
    font-size: clamp(26px, 3vw, 34px);
}

.score-best-summary {
    padding: 18px 20px;
    border: 1px solid rgba(8, 169, 223, .22);
    border-radius: 20px;
    background: linear-gradient(135deg, #effbff, #fff);
}

.score-best-summary span,
.score-best-summary small {
    display: block;
    color: var(--phf-muted);
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .08em;
}

.score-best-summary strong {
    display: block;
    margin: 4px 0;
    color: var(--phf-blue-dark);
    font-size: 36px;
    font-weight: 900;
    line-height: 1;
    letter-spacing: -.04em;
}

.score-best-summary small {
    color: var(--phf-navy);
    letter-spacing: 0;
    text-transform: none;
}

.score-input-panel {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.score-field-card {
    padding: 18px;
    border: 1px solid var(--phf-border);
    border-radius: 18px;
    background: #f9fbfc;
}

.score-field-card-accent {
    border-color: rgba(8, 169, 223, .24);
    background: #f0fbff;
}

.score-input-grid {
    margin-top: 8px;
}

.score-note {
    display: flex;
    gap: 8px;
    margin-top: 22px;
    padding: 14px 16px;
    border: 1px solid rgba(8, 169, 223, .24);
    border-radius: 14px;
    color: var(--phf-muted);
    background: #f0fbff;
    font-size: 13px;
    line-height: 1.5;
}

.score-note strong {
    color: var(--phf-blue-dark);
}

.score-note-compact {
    margin-top: 16px;
}

.score-results-board {
    padding-top: 34px;
}

.score-results-title {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 20px;
}

.score-results-title .pre-title {
    color: var(--phf-blue-dark);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.score-results-title h2 {
    max-width: 620px;
    margin: 8px 0 0;
    color: var(--phf-navy);
    font-size: clamp(26px, 3vw, 38px);
    font-weight: 900;
    letter-spacing: -.035em;
}

.score-results-title p {
    max-width: 360px;
    margin: 0;
    color: var(--phf-muted);
    font-size: 14px;
    line-height: 1.6;
}

.score-filter-panel {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 10px 16px;
    align-items: end;
    margin-bottom: 18px;
    padding: 18px;
    border: 1px solid var(--phf-border);
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 10px 28px rgba(7, 28, 51, .05);
}

.score-filter-panel label {
    grid-column: 1 / -1;
    margin: 0;
    color: var(--phf-navy);
    font-size: 13px;
    font-weight: 900;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.score-filter-panel .score-input {
    height: 54px;
}

.score-filter-panel span {
    padding: 14px 16px;
    border-radius: 999px;
    color: var(--phf-blue-dark);
    background: #e7f8ff;
    font-size: 12px;
    font-weight: 900;
    white-space: nowrap;
}

.score-university-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.score-empty-state {
    grid-column: 1 / -1;
    padding: 28px;
    border: 1px dashed rgba(8, 169, 223, .45);
    border-radius: 20px;
    color: var(--phf-muted);
    background: #f8fcff;
    font-size: 15px;
    font-weight: 800;
    text-align: center;
}

.score-university-card {
    position: relative;
    min-height: 100%;
    padding: 22px;
    border: 1px solid var(--phf-border);
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 12px 34px rgba(7, 28, 51, .06);
}

.score-university-card.top {
    border-color: rgba(8, 169, 223, .45);
    box-shadow: 0 18px 48px rgba(8, 169, 223, .14);
}

.score-university-card.top::before {
    content: 'Mejor puntaje estimado';
    position: absolute;
    top: 14px;
    right: 14px;
    padding: 5px 9px;
    border-radius: 999px;
    color: var(--phf-blue-dark);
    background: #e7f8ff;
    font-size: 10px;
    font-weight: 900;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.score-university-header {
    display: flex;
    align-items: center;
    gap: 14px;
    padding-right: 70px;
}

.score-logo-wrap {
    display: grid;
    place-items: center;
    flex: 0 0 58px;
    width: 58px;
    height: 58px;
    border: 1px solid var(--phf-border);
    border-radius: 18px;
    background: #fff;
    overflow: hidden;
}

.score-logo-wrap img {
    max-width: 46px;
    max-height: 46px;
    object-fit: contain;
}

.score-logo-wrap span {
    display: none;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    color: var(--phf-blue-dark);
    font-size: 13px;
    font-weight: 900;
}

.score-university-header strong {
    display: block;
    color: var(--phf-blue-dark);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .08em;
}

.score-university-header h3 {
    margin: 3px 0 0;
    color: var(--phf-navy);
    font-size: 16px;
    font-weight: 900;
    line-height: 1.25;
}

.score-card-main {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 16px;
    margin: 24px 0 16px;
}

.score-card-main span {
    color: var(--phf-muted);
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .08em;
}

.score-card-main strong {
    color: var(--phf-navy);
    font-size: clamp(34px, 4vw, 48px);
    font-weight: 900;
    line-height: .9;
    letter-spacing: -.05em;
}

.score-chip-row,
.score-contribution-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.score-chip-row span,
.score-contribution-grid span {
    padding: 7px 9px;
    border-radius: 999px;
    color: var(--phf-navy);
    background: #f2f6f9;
    font-size: 11px;
    font-weight: 800;
}

.score-contribution-grid {
    margin-top: 10px;
}

.score-contribution-grid span {
    border-radius: 10px;
    color: var(--phf-muted);
    background: #f8fafb;
}

.score-contribution-grid b {
    color: var(--phf-navy);
}

.score-action-badge {
    display: inline-flex;
    margin-top: 14px;
    padding: 7px 10px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 900;
}

.score-action-badge.applies {
    color: #075d46;
    background: #dff8ef;
}

.score-action-badge.review {
    color: #7a5b00;
    background: #fff4cc;
}

.score-university-card p {
    margin: 12px 0 6px;
    color: var(--phf-muted);
    font-size: 13px;
    line-height: 1.55;
}

.score-university-card small {
    display: block;
    color: var(--phf-navy);
    font-size: 12px;
    font-weight: 800;
}

.score-method-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    margin-top: 34px;
    padding: 30px 34px;
    border-radius: 26px;
    background: #dff5fc;
}

.score-method-card h3 {
    margin: 8px 0;
    color: var(--phf-navy);
    font-size: 22px;
    font-weight: 900;
    line-height: 1.3;
}

.score-method-card p {
    margin: 0;
    color: var(--phf-muted);
}

.score-actions {
    display: flex;
    align-items: center;
    gap: 22px;
    margin-top: 30px;
}

.score-secondary-link {
    color: var(--phf-blue-dark);
    font-size: 14px;
    font-weight: 800;
}

.score-error {
    margin-top: 20px;
    padding: 13px 16px;
    border: 1px solid rgba(239, 82, 109, .28);
    border-radius: 12px;
    color: #a72f44;
    background: rgba(239, 82, 109, .08);
    font-size: 13px;
    font-weight: 700;
}

.score-results {
    padding-top: 75px;
    scroll-margin-top: 110px;
}

.score-results-inline {
    padding-top: 30px;
}

.score-results-heading {
    max-width: 680px;
    margin: 0 auto 34px;
    text-align: center;
}

.score-result-card {
    height: 100%;
    padding: 34px;
    border: 1px solid var(--phf-border);
    border-radius: var(--phf-radius);
    background: #fff;
    box-shadow: 0 12px 38px rgba(7, 28, 51, .07);
}

.score-result-card.featured {
    color: #fff;
    border-color: transparent;
    background: var(--phf-navy);
}

.score-model {
    display: inline-flex;
    padding: 6px 10px;
    border-radius: 999px;
    color: var(--phf-blue-dark);
    background: #eaf8fd;
    font-size: 11px;
    font-weight: 800;
}

.score-result-card.featured .score-model {
    color: #82e3ff;
    background: rgba(255,255,255,.09);
}

.score-result-card > strong {
    display: block;
    margin: 18px 0;
    color: var(--phf-navy);
    font-size: clamp(44px, 7vw, 70px);
    font-weight: 800;
    line-height: 1;
    letter-spacing: -.05em;
}

.score-result-card.featured > strong,
.score-result-card.featured p,
.score-result-card.featured .score-formula {
    color: #fff;
}

.score-formula {
    display: flex;
    gap: 12px;
    margin-bottom: 20px;
    color: var(--phf-muted);
}

.score-formula span {
    padding: 9px 11px;
    border: 1px solid var(--phf-border);
    border-radius: 10px;
    font-size: 12px;
}

.score-result-card.featured .score-formula span {
    border-color: rgba(255,255,255,.15);
}

.score-result-card p {
    margin: 0;
    color: var(--phf-muted);
    font-size: 13px;
    line-height: 1.7;
}

.score-breakdown-card {
    height: 100%;
    padding: 28px;
    border: 1px solid var(--phf-border);
    border-radius: var(--phf-radius);
    background: #fff;
    box-shadow: 0 12px 38px rgba(7, 28, 51, .07);
}

.score-breakdown-card h3 {
    margin-bottom: 18px;
    color: var(--phf-navy);
    font-size: 22px;
    font-weight: 800;
}

.score-breakdown-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 13px 0;
    border-bottom: 1px solid var(--phf-border);
    color: var(--phf-muted);
    font-size: 14px;
    font-weight: 700;
}

.score-breakdown-row strong {
    color: var(--phf-navy);
    font-size: 18px;
}

.score-breakdown-row.total {
    margin-top: 8px;
    padding: 16px 0 0;
    border-bottom: 0;
    color: var(--phf-navy);
}

.score-breakdown-row.total strong {
    color: var(--phf-blue-dark);
    font-size: 26px;
}

.score-university-info {
    padding-top: 65px;
}

.score-university-list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.score-university-item {
    padding: 20px;
    border: 1px solid var(--phf-border);
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 10px 28px rgba(7, 28, 51, .05);
}

.score-university-item strong,
.score-university-item span,
.score-university-item small {
    display: block;
}

.score-university-item strong {
    margin-bottom: 10px;
    color: var(--phf-navy);
    font-size: 15px;
    font-weight: 800;
}

.score-university-item span {
    margin-bottom: 7px;
    color: var(--phf-blue-dark);
    font-size: 13px;
    font-weight: 800;
}

.score-university-item small {
    color: var(--phf-muted);
    font-size: 12px;
    line-height: 1.5;
}

.score-next-step {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 25px;
    margin-top: 28px;
    padding: 28px 32px;
    border-radius: var(--phf-radius);
    background: #dff5fc;
}

.score-next-step h3 {
    margin-bottom: 6px;
    color: var(--phf-navy);
    font-size: 20px;
    font-weight: 800;
}

.score-next-step p {
    margin: 0;
    color: var(--phf-muted);
}

/* Footer */
.modern-footer {
    position: relative;
    padding: 0 0 24px;
    color: rgba(255, 255, 255, .68);
    background:
        radial-gradient(circle at 10% 0%, rgba(8, 169, 223, .18), transparent 32%),
        var(--phf-navy);
    width: 100%;
    max-width: none;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    clear: both;
}

.modern-footer-cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    padding: 42px 48px;
    border-radius: 0 0 var(--phf-radius-lg) var(--phf-radius-lg);
    color: #fff;
    background: linear-gradient(135deg, #0d3154, #0a2744);
    border: 1px solid rgba(255,255,255,.1);
}

.modern-footer-cta .footer-eyebrow {
    color: #6edfff;
}

.modern-footer-cta h2 {
    max-width: 700px;
    margin: 0;
    color: #fff;
    font-size: clamp(28px, 3vw, 42px);
    font-weight: 800;
    line-height: 1.15;
    letter-spacing: -.035em;
}

.modern-footer .footer-top {
    padding: 76px 0 54px;
}

.modern-footer .footer-logo img {
    width: 165px;
    margin-bottom: 22px;
    padding: 10px 14px;
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 16px 36px rgba(0,0,0,.16);
}

.modern-footer .footer-brand-column p {
    max-width: 360px;
    color: rgba(255,255,255,.66);
    font-size: 15px;
    line-height: 1.8;
}

.modern-footer .widget-title {
    margin-bottom: 22px;
    color: #fff;
    font-size: 16px;
    font-weight: 800;
}

.modern-footer .footer-link li {
    margin: 0 0 12px;
}

.modern-footer .footer-link li a,
.modern-footer .footer-legal-links a {
    color: rgba(255,255,255,.62);
    font-size: 14px;
    font-weight: 600;
}

.modern-footer .footer-link li a:hover,
.modern-footer .footer-legal-links a:hover,
.modern-footer .footer-contact-list a:hover {
    color: #67dcff;
}

.footer-contact-list {
    display: flex;
    flex-direction: column;
    gap: 11px;
    margin-top: 24px;
}

.footer-contact-list a,
.footer-contact-list span {
    display: flex;
    align-items: center;
    gap: 10px;
    color: rgba(255,255,255,.7);
    font-size: 13px;
}

.footer-contact-list i {
    color: #67dcff;
}

.footer-small-copy {
    color: rgba(255,255,255,.58);
    font-size: 14px;
    line-height: 1.7;
}

.footer-platform-link {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-top: 8px;
    padding: 12px 16px;
    border: 1px solid rgba(255,255,255,.16);
    border-radius: 12px;
    color: #fff;
    font-size: 13px;
    font-weight: 800;
}

.footer-platform-link:hover {
    color: #fff;
    background: rgba(255,255,255,.08);
}

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

.footer-system-link {
    background: rgba(103, 220, 255, .12);
    border-color: rgba(103, 220, 255, .32);
}

.footer-legal-links {
    display: flex;
    gap: 14px;
    margin-top: 20px;
}

.footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 22px;
    border-top: 1px solid rgba(255,255,255,.10);
    color: rgba(255,255,255,.45);
    font-size: 12px;
}

.footer-bottom p {
    margin: 0;
    color: inherit;
}

.whatsapp-button {
    position: fixed;
    z-index: 10020;
    right: 22px;
    bottom: 22px;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px 14px 8px 8px;
    border: 1px solid rgba(255,255,255,.55);
    border-radius: 999px;
    color: var(--phf-navy);
    background: rgba(255,255,255,.94);
    box-shadow: 0 14px 40px rgba(7,28,51,.20);
    backdrop-filter: blur(12px);
}

.whatsapp-button:hover {
    color: var(--phf-navy);
    transform: translateY(-3px);
}

.wa-icon {
    display: grid;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    color: #fff;
    background: #25d366;
    place-items: center;
}

.wa-icon svg,
.floating-socials svg {
    display: block;
    width: 1em;
    height: 1em;
    fill: currentColor;
}

.wa-icon svg {
    font-size: 25px;
}

.wa-text {
    font-size: 12px;
    font-weight: 800;
}

.floating-socials {
    position: fixed;
    z-index: 2147483000;
    top: 50%;
    left: 18px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 10px 8px;
    border: 1px solid rgba(7,28,51,.12);
    border-radius: 999px;
    background: #ffffff;
    box-shadow: 0 18px 42px rgba(7,28,51,.24);
    isolation: isolate;
    transform: translateY(-50%);
}

.floating-socials a {
    display: grid;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    color: #ffffff;
    background: var(--phf-navy);
    font-size: 17px;
    place-items: center;
}

.floating-socials a:nth-child(1) {
    background: #1877f2;
}

.floating-socials a:nth-child(2) {
    background: linear-gradient(135deg, #f58529 0%, #dd2a7b 48%, #8134af 100%);
}

.floating-socials a:nth-child(3) {
    background: #010101;
}

.floating-socials a:nth-child(4) {
    background: #ff0000;
}

.floating-socials a:hover {
    color: #fff;
    transform: translateX(4px) scale(1.04);
}

.rn-progress-parent {
    z-index: 2147482990;
    right: 30px;
    bottom: 96px;
}

body.modal-open .whatsapp-button,
body.modal-open .rn-progress-parent,
body.modal-open .floating-socials {
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
}

.university-search-page {
    background: linear-gradient(180deg, #f4f9ff 0%, #ffffff 42%);
}

.university-search-hero {
    padding: 18px 0 24px;
}

.university-search-copy {
    max-width: 900px;
    margin-bottom: 26px;
}

.university-search-copy span {
    display: inline-flex;
    margin-bottom: 10px;
    padding: 8px 14px;
    border-radius: 999px;
    color: var(--phf-blue);
    background: rgba(43,171,226,.12);
    font-size: 15px;
    font-weight: 800;
}

.university-search-copy h1 {
    margin: 0 0 14px;
    color: var(--phf-navy);
    font-size: clamp(42px, 7vw, 76px);
    line-height: .95;
}

.university-search-copy p {
    max-width: 760px;
    color: #475569;
    font-size: clamp(18px, 2vw, 23px);
    line-height: 1.5;
}

.university-search-form {
    max-width: 1040px;
    margin-top: 0;
    padding: 22px;
    border: 1px solid rgba(7,28,51,.09);
    border-radius: 28px;
    background: #ffffff;
    box-shadow: 0 24px 60px rgba(7,28,51,.12);
}

.university-search-form label {
    display: block;
    margin-bottom: 10px;
    color: var(--phf-navy);
    font-size: 17px;
    font-weight: 800;
}

.university-search-bar {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 12px;
}

.university-search-bar input {
    width: 100%;
    min-height: 60px;
    padding: 0 20px;
    border: 1px solid rgba(7,28,51,.15);
    border-radius: 18px;
    color: var(--phf-ink);
    font-size: 18px;
}

.university-search-bar button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 60px;
    padding: 0 34px;
    border: 0;
    border-radius: 18px;
    color: #fff;
    background: var(--phf-blue);
    font-size: 18px;
    font-weight: 900;
}

.university-search-bar input:focus,
.university-filter-row a:focus-visible,
.university-links a:focus-visible,
.university-pagination .page-link:focus-visible {
    outline: 3px solid rgba(43,171,226,.35);
    outline-offset: 3px;
}

.university-filter-row,
.university-popular-searches {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    margin-top: 14px;
    color: #475569;
    font-weight: 800;
}

.university-filter-row a,
.university-popular-searches a,
.university-clear-filters {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 9px 13px;
    border-radius: 999px;
    background: #eaf6fc;
    color: var(--phf-navy);
    text-decoration: none;
}

.university-filter-row a.is-active {
    color: #fff;
    background: var(--phf-blue);
    box-shadow: 0 10px 24px rgba(43,171,226,.22);
}

.university-clear-filters {
    color: #fff;
    background: var(--phf-navy);
}

.university-results-section {
    padding: 22px 0 72px;
}

.university-results-header {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 22px;
}

.university-results-header h2 {
    margin: 0 0 6px;
    color: var(--phf-navy);
    font-size: clamp(28px, 4vw, 44px);
}

.university-results-header p {
    margin: 0;
    color: #64748b;
    font-size: 17px;
}

.university-results-header a {
    color: var(--phf-blue);
    font-weight: 800;
}

.university-card-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.university-result-card {
    display: grid;
    gap: 20px;
    padding: 22px;
    border: 1px solid rgba(7,28,51,.08);
    border-radius: 28px;
    background: #fff;
    box-shadow: 0 18px 46px rgba(7,28,51,.09);
    transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.university-result-card:hover {
    transform: translateY(-3px);
    border-color: rgba(43,171,226,.22);
    box-shadow: 0 22px 54px rgba(7,28,51,.12);
}

.university-card-heading {
    display: grid;
    grid-template-columns: 82px minmax(0, 1fr);
    gap: 14px;
    align-items: center;
    margin-bottom: 14px;
}

.university-logo-box {
    display: grid;
    place-items: center;
    width: 88px;
    height: 88px;
    border: 1px solid rgba(7,28,51,.08);
    border-radius: 22px;
    background: #fff;
    box-shadow: inset 0 0 0 1px rgba(7,28,51,.06), 0 12px 26px rgba(7,28,51,.08);
    overflow: hidden;
}

.university-logo-box.logo-error,
.university-logo-box:not(:has(img)) {
    background: #eaf6fc;
}

.university-logo-box img {
    width: 70px;
    height: 70px;
    object-fit: contain;
}

.university-logo-box span {
    display: none;
    align-items: center;
    flex-direction: column;
    gap: 4px;
    color: var(--phf-blue);
    font-size: 18px;
    font-weight: 900;
}

.university-logo-box span i {
    color: var(--phf-navy);
    font-size: 28px;
    line-height: 1;
}

.university-logo-box:not(:has(img)) span,
.university-logo-box.logo-error span {
    display: inline-flex;
}

.university-type-pill {
    display: inline-flex;
    margin-bottom: 12px;
    padding: 7px 12px;
    border-radius: 999px;
    color: #075985;
    background: #e0f2fe;
    font-size: 13px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .04em;
}

.university-result-card h3 {
    margin: 0 0 10px;
    color: var(--phf-navy);
    font-size: clamp(20px, 1.7vw, 26px);
    line-height: 1.08;
}

.university-career {
    display: inline-flex;
    margin: 0 0 18px;
    padding: 10px 14px;
    border-radius: 16px;
    color: var(--phf-navy);
    background: #fff7ed;
    font-size: clamp(19px, 2vw, 24px);
    font-weight: 800;
    line-height: 1.25;
}

.university-meta-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.university-history-row {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 14px;
    color: #475569;
    font-size: 14px;
}

.university-history-row strong,
.university-history-row span {
    padding: 7px 10px;
    border-radius: 999px;
    background: #f1f5f9;
}

.university-meta-grid div,
.score-boxes div {
    padding: 14px;
    border-radius: 18px;
    background: #f8fafc;
}

.university-meta-grid strong,
.score-boxes small {
    display: block;
    margin-bottom: 5px;
    color: #64748b;
    font-size: 13px;
    font-weight: 900;
    text-transform: uppercase;
}

.university-meta-grid span {
    color: #0f172a;
    font-size: 16px;
    font-weight: 700;
}

.university-note {
    margin: 16px 0 0;
    color: #475569;
    font-size: 16px;
}

.university-result-side {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 16px;
}

.score-boxes {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

.score-boxes strong {
    color: var(--phf-blue);
    font-size: 28px;
    line-height: 1;
}

.university-links {
    display: grid;
    gap: 10px;
}

.university-links a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 46px;
    padding: 13px 16px;
    border-radius: 16px;
    color: #fff;
    background: var(--phf-navy);
    font-weight: 900;
    text-decoration: none;
    transition: transform .18s ease, filter .18s ease;
}

.university-links a:hover {
    transform: translateY(-1px);
    filter: brightness(.98);
}

.university-links a + a {
    color: var(--phf-navy);
    background: #e0f2fe;
}

.university-links a:nth-child(2) {
    color: #064e3b;
    background: #d1fae5;
}

.university-pagination {
    margin-top: 34px;
}

.university-pagination .pagination {
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
}

.university-pagination .page-link {
    border: 0;
    min-width: 48px;
    min-height: 48px;
    padding: 13px 17px;
    border-radius: 16px;
    color: var(--phf-navy);
    background: #eaf6fc;
    font-size: 18px;
    font-weight: 800;
}

.university-pagination .page-item.active .page-link {
    color: #fff;
    background: var(--phf-blue);
}

.university-pagination .page-item.disabled .page-link {
    color: #94a3b8;
    background: #f1f5f9;
}

.university-empty-state {
    padding: 46px 24px;
    border-radius: 28px;
    background: #fff;
    text-align: center;
    box-shadow: 0 18px 46px rgba(7,28,51,.09);
}

.university-empty-state h3 {
    margin-bottom: 8px;
    color: var(--phf-navy);
    font-size: 34px;
}

@media (min-width: 1200px) {
    .university-search-page > section > .container {
        padding-left: 86px;
    }

    .university-result-card {
        grid-template-columns: minmax(0, 1fr) 220px;
    }
}

@media (max-width: 991px) {
    .university-card-list,
    .university-search-bar,
    .university-result-card,
    .university-meta-grid {
        grid-template-columns: 1fr;
    }

    .university-results-header {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (max-width: 575px) {
    .university-search-hero {
        padding-top: 20px;
    }

    .university-search-form,
    .university-result-card {
        padding: 18px;
        border-radius: 22px;
    }

    .university-search-bar button {
        width: 100%;
    }

    .university-filter-row,
    .university-popular-searches {
        gap: 8px;
    }

    .university-card-heading {
        grid-template-columns: 64px minmax(0, 1fr);
        gap: 12px;
    }

    .university-logo-box {
        width: 64px;
        height: 64px;
        border-radius: 18px;
    }

    .university-logo-box img {
        width: 50px;
        height: 50px;
    }

    .university-career {
        font-size: 18px;
    }

    .university-type-pill {
        margin-bottom: 8px;
        font-size: 11px;
    }

    .score-boxes strong {
        font-size: 24px;
    }

    .university-pagination .pagination {
        gap: 6px;
    }

    .university-pagination .page-link {
        min-width: 42px;
        min-height: 42px;
        padding: 10px 13px;
        border-radius: 13px;
        font-size: 15px;
    }
}

@media (min-width: 480px) and (max-width: 991px) {
    .university-links {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

/* Mobile navigation */
.popup-mobile-menu .inner {
    width: min(88vw, 390px);
    background: #fff;
}

.popup-mobile-menu .header-top {
    padding: 22px;
    border-bottom: 1px solid var(--phf-border);
}

.popup-mobile-menu .header-top .logo img {
    width: 135px;
}

.popup-mobile-menu .mainmenu {
    padding: 18px 22px 36px;
}

.popup-mobile-menu .mainmenu li a {
    color: var(--phf-ink);
    font-weight: 700;
}

.popup-mobile-menu .mobile-virtual-link a {
    margin-top: 16px;
    padding: 14px 18px !important;
    border-radius: 12px;
    color: #fff !important;
    background: var(--phf-blue);
    text-align: center;
}

@media (max-width: 1199px) {
    .modern-header .header-mainmenu,
    .modern-header .header-navbar {
        min-height: 72px;
    }

    .modern-header .header-btn {
        display: none;
    }

    .hero-banner.hero-style-1 {
        min-height: auto;
        padding-top: 70px;
    }

    .hero-style-1 .banner-content .title {
        font-size: 48px;
    }
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .modern-header .modern-mega-menu {
        transform: translateX(-28%) !important;
    }
}

@media (max-width: 991px) {
    .score-calculator-head,
    .score-input-panel,
    .score-university-grid {
        grid-template-columns: 1fr;
    }

    .score-results-title,
    .score-method-card {
        align-items: flex-start;
        flex-direction: column;
    }

    .modern-header .header-top-right {
        display: none;
    }

    .modern-header .header-top {
        justify-content: center;
    }

    .hero-banner.hero-style-1 {
        padding: 65px 0 80px;
        text-align: center;
    }

    .hero-style-1 .banner-content {
        margin: 0 auto 44px;
    }

    .hero-style-1 .banner-content p {
        margin-right: auto;
        margin-left: auto;
    }

    .hero-admission-copy p {
        margin-right: auto;
        margin-left: auto;
    }

    .hero-admission-copy .title {
        margin-right: auto;
        margin-left: auto;
    }

    .hero-admission-details {
        justify-content: center;
        margin-right: auto;
        margin-left: auto;
    }

    .hero-admission-score-card {
        margin-right: auto;
        margin-left: auto;
    }

    .hero-admission-visual {
        margin-right: auto;
        margin-left: auto;
    }

    .hero-style-1 .banner-thumbnail {
        max-width: 620px;
        margin: 0 auto;
    }

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

    .features-area-2 .features-box {
        border-bottom: 1px solid var(--phf-border);
    }

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

@media (max-width: 767px) {
    .edu-section-gap,
    .section-gap-equal,
    .edu-team-area {
        padding: 72px 0;
    }

    .gap-top-equal {
        padding-top: 72px;
    }

    .gap-bottom-equal {
        padding-bottom: 72px;
    }

    .modern-header .header-top-bar {
        display: none;
    }

    .modern-header .header-mainmenu,
    .modern-header .header-navbar {
        min-height: 68px;
    }

    .modern-header .header-brand .logo img {
        width: 120px;
    }

    .modern-header .search-icon a {
        width: 42px;
        height: 42px;
    }

    .hero-banner.hero-style-1 {
        padding: 55px 0 65px;
    }

    .hero-style-1 .banner-content::before {
        font-size: 9px;
    }

    .hero-style-1 .banner-content .title {
        font-size: clamp(40px, 11vw, 52px);
        line-height: 1.04;
    }

    .hero-admission-copy .title {
        max-width: 520px;
        font-size: clamp(34px, 9.2vw, 48px);
        line-height: 1.05;
    }

    .hero-admission-rotator {
        --admission-line: clamp(42px, 10.5vw, 52px);
    }

    .hero-admission-rotator-track span {
        font-size: .78em;
    }

    .hero-style-1 .banner-content p {
        font-size: 16px;
        line-height: 1.7;
    }

    .hero-admission-details {
        gap: 8px;
        margin-bottom: 24px;
    }

    .hero-admission-details span {
        padding: 8px 10px;
        font-size: 12px;
    }

    .hero-admission-score-card {
        padding: 11px 15px;
    }

    .hero-admission-score-card strong {
        font-size: 25px;
    }

    .hero-style-1 .banner-thumbnail {
        padding: 0;
    }

    .hero-style-1 .banner-thumbnail .thumbnail {
        border-width: 6px;
        border-radius: 28px 28px 70px 28px;
    }

    .hero-style-1 .banner-thumbnail .thumbnail img {
        min-height: 370px;
    }

    .hero-style-1 .banner-thumbnail .instructor-info {
        bottom: 12px;
        left: 8px;
    }

    .hero-admission-badge {
        min-width: 124px;
        padding: 12px 14px;
        border-radius: 16px;
    }

    .hero-admission-badge strong {
        font-size: 23px;
    }

    .hero-admission-badge span {
        font-size: 12px;
    }

    .hero-admission-badge-top {
        top: 30px;
        left: 4px;
    }

    .hero-admission-badge-bottom {
        right: 4px;
        bottom: 34px;
    }

    .features-area-2 {
        margin-top: -22px;
    }

    .features-area-2 .features-grid-wrap {
        grid-template-columns: 1fr;
    }

    .features-area-2 .features-box {
        min-height: 88px;
        padding: 18px 20px;
        border-right: 0;
    }

    .categorie-grid.categorie-style-2 {
        min-height: 125px;
    }

    .counterup-area-2 .counterup-box {
        grid-template-columns: repeat(2, 1fr);
    }

    .vocational-start-area {
        padding: 24px 0 56px;
    }

    .vocational-start-container {
        min-height: auto;
    }

    .vocational-start-link {
        gap: 14px;
    }

    .vocational-start-link .custom-image {
        max-height: 190px;
    }

    .modern-footer-cta {
        padding: 36px 26px;
    }

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

    .whatsapp-button {
        right: 16px;
        bottom: 16px;
        padding: 6px;
    }

    .wa-icon {
        width: 42px;
        height: 42px;
    }

    .rn-progress-parent {
        right: 16px;
        bottom: 76px;
        width: 42px;
        height: 42px;
    }

    .rn-progress-parent::after {
        width: 42px;
        height: 42px;
        font-size: 22px;
        line-height: 42px;
    }

    .floating-socials {
        top: auto;
        bottom: 82px;
        left: 12px;
        flex-direction: row;
        gap: 8px;
        padding: 8px 6px;
        transform: none;
    }

    .floating-socials a {
        width: 34px;
        height: 34px;
        font-size: 16px;
    }

    .whatsapp-button .wa-text {
        display: none;
    }

    .score-calculator-section {
        padding: 12px 0 75px;
    }

    .score-breadcrumb {
        padding-bottom: 30px;
    }

    .score-calculator-card {
        padding: 20px;
    }

    .score-best-summary strong {
        font-size: 32px;
    }

    .score-university-card {
        padding: 18px;
    }

    .score-university-card.top::before {
        position: static;
        display: inline-flex;
        margin-bottom: 12px;
    }

    .score-university-header {
        padding-right: 0;
    }

    .score-filter-panel {
        grid-template-columns: 1fr;
        padding: 14px;
    }

    .score-filter-panel span {
        justify-self: flex-start;
    }

    .score-card-main {
        align-items: flex-start;
        flex-direction: column;
        gap: 8px;
    }

    .score-method-card {
        padding: 24px;
    }

    .score-note {
        flex-direction: column;
        gap: 3px;
    }

    .score-actions,
    .score-next-step {
        align-items: stretch;
        flex-direction: column;
    }

    .score-secondary-link {
        text-align: center;
    }

    .score-formula {
        flex-direction: column;
    }

    .score-university-list {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 991px) {
    .score-university-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .hero-slide-inner {
        padding-left: 15px;
    }

    .hero-banner.hero-style-1 {
        min-height: auto;
        padding: 48px 0 88px;
    }

    .hero-simulacro-video-frame {
        width: min(100%, 380px);
        border-radius: 26px;
    }

    .hero-simulacro-copy {
        max-width: 620px;
        margin-inline: auto;
        text-align: center;
    }

    .hero-simulacro-copy p {
        margin-inline: auto;
    }

    .sedes-list {
        margin-top: 34px;
    }

}

@media (max-width: 575px) {
    .hero-slide-admission {
        background:
            radial-gradient(circle at 86% 18%, rgba(8, 169, 223, .28), transparent 34%),
            linear-gradient(140deg, rgba(7, 28, 51, .96) 0%, rgba(7, 28, 51, .9) 62%, rgba(16, 43, 73, .86) 100%),
            linear-gradient(135deg, #f5fbfe 0%, #edf5f9 100%) !important;
    }

    .hero-admission-copy .title {
        max-width: 360px;
        font-size: clamp(32px, 10vw, 40px);
    }

    .hero-admission-rotator {
        --admission-line: clamp(34px, 10.2vw, 42px);
    }

    .hero-admission-rotator-track span {
        font-size: .72em;
    }

    .hero-admission-copy p {
        max-width: 340px;
        font-size: 15px;
        line-height: 1.6;
    }

    .hero-admission-details {
        max-width: 350px;
    }

    .hero-admission-details span {
        flex: 1 1 100%;
        justify-content: center;
    }

    .hero-admission-glow {
        width: 190px;
        height: 190px;
        opacity: .4;
    }

    .hero-admission-spark-three {
        display: none;
    }
}

@media (max-width: 575px) {
    .score-university-list {
        grid-template-columns: 1fr;
    }

    .hero-carousel .carousel-control-prev,
    .hero-carousel .carousel-control-next {
        display: none;
    }

    .hero-simulacro-video-frame {
        width: min(100%, 280px);
        border-width: 7px;
        border-radius: 22px;
    }

    .sede-card {
        padding: 20px;
    }

    .sede-card p {
        font-size: 16px;
    }

    .simulacro-modal .modal-body {
        padding: 34px 22px 28px;
        text-align: center;
    }

    .simulacro-modal .modal-dialog {
        margin: 14px;
    }

    .simulacro-modal .modal-content {
        border-radius: 24px;
    }

    .simulacro-modal .btn-close {
        top: 14px;
        right: 14px;
    }

    .simulacro-modal h2 {
        font-size: 31px;
        letter-spacing: -.03em;
    }

    .simulacro-modal p {
        margin-bottom: 22px;
        font-size: 16px;
        line-height: 1.55;
    }

    .simulacro-modal .edu-btn {
        width: 100%;
        justify-content: center;
    }

    .modal-news-image,
    .noticia-card__image img,
    .noticia-detail__hero img {
        height: 220px;
    }

    .modal-slide-actions {
        flex-direction: column;
    }

    .noticia-card__body,
    .noticia-detail__content {
        padding: 24px;
    }

    .noticia-card p,
    .noticia-detail p,
    .noticia-detail li {
        font-size: 16px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .hero-simulacro-video {
        display: none;
    }
}

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

/* Propósito institucional */
.institutional-purpose {
    position: relative;
    overflow: hidden;
    padding: 92px 0;
    background:
        radial-gradient(circle at 8% 16%, rgba(8, 169, 223, .12), transparent 27%),
        radial-gradient(circle at 92% 88%, rgba(59, 183, 126, .12), transparent 25%),
        #f7fbfe;
}

.institutional-purpose__heading {
    max-width: 790px;
    margin: 0 auto 42px;
    text-align: center;
}

.institutional-purpose__heading .title {
    margin-bottom: 12px;
}

.institutional-purpose__heading p {
    margin: 14px auto 0;
    color: #5d7487;
    font-size: 17px;
    line-height: 1.75;
}

.institutional-purpose__statements {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
}

.institutional-statement {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 20px;
    min-height: 100%;
    padding: 30px;
    border: 1px solid #dbe9f2;
    border-radius: 24px;
    background: rgba(255, 255, 255, .94);
    box-shadow: 0 18px 44px rgba(18, 63, 94, .08);
}

.institutional-statement--mission {
    border-top: 4px solid #078bd0;
}

.institutional-statement--vision {
    border-top: 4px solid #39aa75;
}

.institutional-statement__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    border-radius: 17px;
    color: #fff;
    background: linear-gradient(135deg, #087fc2, #1eafd0);
    box-shadow: 0 10px 22px rgba(8, 127, 194, .22);
    font-size: 26px;
}

.institutional-statement--vision .institutional-statement__icon {
    background: linear-gradient(135deg, #188e5b, #55c78c);
    box-shadow: 0 10px 22px rgba(24, 142, 91, .2);
}

.institutional-statement__label {
    display: block;
    margin-bottom: 5px;
    color: #087fc2;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: .13em;
    text-transform: uppercase;
}

.institutional-statement--vision .institutional-statement__label {
    color: #188e5b;
}

.institutional-statement h3 {
    margin: 0 0 12px;
    color: #17334c;
    font-size: 23px;
    line-height: 1.3;
}

.institutional-statement p {
    margin: 0;
    color: #5c7385;
    line-height: 1.72;
}

.institutional-purpose__values {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin: 27px 0;
}

.institutional-purpose__values span {
    padding: 9px 15px;
    border: 1px solid #d7e7f1;
    border-radius: 999px;
    color: #274b64;
    background: #fff;
    font-size: 14px;
    font-weight: 800;
}

.institutional-purpose__values span::before {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-right: 8px;
    border-radius: 50%;
    background: #0ba1d6;
    content: "";
}

.institutional-purpose__practice {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 22px 26px;
    border-radius: 20px;
    color: #fff;
    background: linear-gradient(120deg, #0b2947, #075f92 62%, #118da3);
    box-shadow: 0 20px 42px rgba(11, 41, 71, .18);
}

.institutional-purpose__practice-copy {
    display: flex;
    align-items: center;
    gap: 15px;
}

.institutional-purpose__practice-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 48px;
    height: 48px;
    border-radius: 14px;
    background: rgba(255, 255, 255, .13);
    font-size: 24px;
}

.institutional-purpose__practice strong {
    display: block;
    margin-bottom: 3px;
    font-size: 18px;
}

.institutional-purpose__practice p {
    margin: 0;
    color: rgba(255, 255, 255, .75);
}

.institutional-purpose__practice ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 8px 16px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.institutional-purpose__practice li {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    white-space: nowrap;
}

.institutional-purpose__practice li i {
    margin-right: 4px;
    color: #78e4b0;
}

@media (max-width: 991px) {
    .institutional-purpose {
        padding: 72px 0;
    }

    .institutional-purpose__statements {
        grid-template-columns: 1fr;
    }

    .institutional-purpose__practice {
        align-items: flex-start;
        flex-direction: column;
    }

    .institutional-purpose__practice ul {
        justify-content: flex-start;
    }
}

@media (max-width: 575px) {
    .institutional-purpose {
        padding: 56px 0;
    }

    .institutional-purpose__heading {
        margin-bottom: 28px;
    }

    .institutional-purpose__heading p {
        font-size: 15px;
    }

    .institutional-statement {
        grid-template-columns: 1fr;
        padding: 22px;
        border-radius: 19px;
    }

    .institutional-statement__icon {
        width: 50px;
        height: 50px;
    }

    .institutional-statement h3 {
        font-size: 21px;
    }

    .institutional-purpose__values {
        justify-content: flex-start;
    }

    .institutional-purpose__practice {
        padding: 20px;
        border-radius: 18px;
    }

    .institutional-purpose__practice-copy {
        align-items: flex-start;
    }

    .institutional-purpose__practice ul {
        display: grid;
        gap: 8px;
    }
}

/* Home loading experience */
.site-loader {
    display: none;
}

.home-is-loading,
.home-is-loading body {
    overflow: hidden;
}

.home-is-loading .site-loader {
    position: fixed;
    z-index: 2147483000;
    inset: 0;
    display: grid;
    place-items: center;
    padding: 28px;
    color: #fff;
    background:
        radial-gradient(circle at 22% 18%, rgba(9, 174, 226, .24), transparent 36%),
        radial-gradient(circle at 82% 78%, rgba(37, 113, 183, .25), transparent 40%),
        linear-gradient(145deg, #061a30 0%, #092a49 56%, #071c33 100%);
    opacity: 1;
    visibility: visible;
    transition: opacity .38s ease, visibility .38s ease;
}

.home-is-loading .site-loader::before {
    position: absolute;
    inset: 0;
    content: "";
    pointer-events: none;
    opacity: .28;
    background-image:
        linear-gradient(rgba(255, 255, 255, .045) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, .045) 1px, transparent 1px);
    background-size: 42px 42px;
    mask-image: linear-gradient(to bottom, #000, transparent 90%);
}

.home-is-loading .site-loader.is-leaving {
    opacity: 0;
    visibility: hidden;
}

.site-loader__content {
    position: relative;
    width: min(100%, 430px);
    text-align: center;
}

.site-loader__brand {
    position: relative;
    display: grid;
    place-items: center;
    width: 148px;
    height: 148px;
    margin: 0 auto 28px;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 50%;
    background: rgba(255, 255, 255, .96);
    box-shadow: 0 22px 65px rgba(0, 0, 0, .28), inset 0 0 0 8px rgba(8, 169, 223, .06);
}

.site-loader__brand img {
    position: relative;
    z-index: 2;
    width: 112px;
    height: auto;
}

.site-loader__orbit {
    position: absolute;
    inset: -10px;
    border: 2px solid transparent;
    border-top-color: #08a9df;
    border-right-color: rgba(8, 169, 223, .28);
    border-radius: 50%;
    animation: site-loader-spin 1.15s linear infinite;
}

.site-loader__orbit::after {
    position: absolute;
    top: 9px;
    right: 11px;
    width: 8px;
    height: 8px;
    content: "";
    border-radius: 50%;
    background: #08a9df;
    box-shadow: 0 0 18px rgba(8, 169, 223, .9);
}

.site-loader__eyebrow {
    margin: 0 0 7px;
    color: #71dafc;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .18em;
    text-transform: uppercase;
}

.site-loader__title {
    margin: 0 0 25px;
    color: #fff;
    font-size: clamp(24px, 5vw, 34px);
    font-weight: 800;
    letter-spacing: -.035em;
    line-height: 1.15;
}

.site-loader__progress {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 5px;
    border-radius: 999px;
    background: rgba(255, 255, 255, .13);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .22);
}

.site-loader__progress span {
    display: block;
    width: 8%;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, #08a9df, #8de7ff);
    box-shadow: 0 0 16px rgba(8, 169, 223, .75);
    transition: width .24s ease;
}

.site-loader__status {
    min-height: 20px;
    margin: 13px 0 0;
    color: rgba(255, 255, 255, .7);
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .02em;
}

@keyframes site-loader-spin {
    to {
        transform: rotate(360deg);
    }
}

@media (max-width: 575px) {
    .site-loader__brand {
        width: 126px;
        height: 126px;
        margin-bottom: 24px;
    }

    .site-loader__brand img {
        width: 96px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .site-loader__orbit {
        animation: none !important;
        border-color: rgba(8, 169, 223, .55);
    }
}
