:root{
    --navy:#07131f;
    --navy2:#0c2237;
    --gold:#d7a12d;
    --gold2:#f1c85b;
    --white:#f7f8fa;
    --muted:#aeb8c2;
    --line:rgba(255,255,255,.11)}

*{
    box-sizing:border-box}

html{
    scroll-behavior:smooth}

body{
    margin:0;
    font-family:Inter,Arial,sans-serif;
    background:#06101a;
    color:var(--white);
    line-height:1.6}

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

.container{
    width:min(1180px,92%);
    margin:auto}

.top{
    position:fixed;
    z-index:50;
    top:0;
    left:0;
    right:0;
    background:rgba(5,13,22,.9);
    backdrop-filter:blur(14px);
    border-bottom:1px solid var(--line)}

.nav{
    height:84px;
    display:flex;
    align-items:center;
    gap:28px}

.brand img{
    height:54px}

.links{
    display:flex;
    align-items:center;
    gap:20px;
    margin-left:auto;
    font-size:13px;
    font-weight:700;
    text-transform:uppercase;
    letter-spacing:.06em}

.links a:hover{
    color:var(--gold2)}

.actions{
    display:flex;
    gap:9px}

.btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    padding:13px 18px;
    border-radius:5px;
    font-weight:800;
    font-size:12px;
    text-transform:uppercase;
    letter-spacing:.07em;
    border:1px solid var(--gold);
    transition:.25s}

.btn.gold{
    background:linear-gradient(135deg,var(--gold),#b67d13);
    color:#07131f}

.btn.ghost{
    color:var(--gold2)}

.hero{
    min-height:100vh;
    position:relative;
    display:grid;
    place-items:center;
    overflow:hidden}

.hero video,.hero .fallback{
    position:absolute;
    inset:0;
    width:100%;
    height:100%;
    object-fit:cover}

.hero:after{
    content:"";
    position:absolute;
    inset:0;
    background:linear-gradient(90deg,rgba(3,9,15,.9),rgba(3,9,15,.58) 52%,rgba(3,9,15,.72)),linear-gradient(0deg,#06101a 0%,transparent 35%)}

.hero-content{
    position:relative;
    z-index:2;
    padding-top:90px;
    max-width:900px;
    text-align:center}

.eyebrow{
    color:var(--gold2);
    font-size:13px;
    font-weight:900;
    letter-spacing:.25em;
    text-transform:uppercase}

.hero h1{
    font-size:clamp(42px,6vw,78px);
    line-height:1.02;
    margin:16px 0 18px;
    text-transform:uppercase;
    letter-spacing:-.03em}

.hero h1 span{
    color:var(--gold2)}

.hero p{
    font-size:clamp(17px,2vw,22px);
    max-width:760px;
    margin:0 auto 30px;
    color:#dce3e9}

.hero-buttons{
    display:flex;
    gap:12px;
    justify-content:center;
    flex-wrap:wrap}

.trustbar{
    position:absolute;
    bottom:22px;
    z-index:3;
    display:flex;
    gap:36px;
    font-size:12px;
    color:#d6dde3;
    text-transform:uppercase;
    letter-spacing:.1em}

.section{
    padding:92px 0}

.section.alt{
    background:#091827}

.section.light{
    background:#f4f4f2;
    color:#111b25}

.kicker{
    color:#d8a329;
    font-weight:900;
    text-transform:uppercase;
    letter-spacing:.18em;
    font-size:12px}

.title{
    font-size:clamp(30px,4vw,52px);
    line-height:1.08;
    margin:10px 0 20px;
    text-transform:uppercase}

.lead{
    font-size:18px;
    color:#b8c3cc;
    max-width:760px}

.light .lead{
    color:#4d5964}

.grid2{
    display:grid;
    grid-template-columns:1.05fr .95fr;
    gap:60px;
    align-items:center}

.photo{
    width:100%;
    border-radius:8px;
    box-shadow:0 25px 60px rgba(0,0,0,.35);
    min-height:420px;
    object-fit:cover}

.goldline{
    height:3px;
    width:76px;
    background:var(--gold);
    margin:22px 0}

.values{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:18px}

.card{
    background:#0d2032;
    border:1px solid var(--line);
    padding:28px;
    border-radius:7px}

.light .card{
    background:#fff;
    border-color:#dce0e4}

.card h3{
    margin:0 0 8px;
    color:var(--gold2);
    text-transform:uppercase}

.stats{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:14px;
    margin-top:36px}

.stat{
    text-align:center;
    padding:28px 15px;
    border:1px solid rgba(215,161,45,.35);
    background:rgba(255,255,255,.025)}

.stat b{
    display:block;
    font-size:36px;
    color:var(--gold2)}

.programs{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:18px;
    margin-top:38px}

.program{
    min-height:330px;
    position:relative;
    border-radius:8px;
    overflow:hidden;
    background:#0d2032}

.program img{
    width:100%;
    height:100%;
    object-fit:cover;
    position:absolute;
    inset:0}

.program:after{
    content:"";
    position:absolute;
    inset:0;
    background:linear-gradient(0deg,rgba(4,12,20,.98),rgba(4,12,20,.05) 70%)}

.program div{
    position:absolute;
    z-index:2;
    bottom:0;
    padding:24px}

.program h3{
    font-size:23px;
    margin:0 0 7px;
    text-transform:uppercase}

.program p{
    margin:0;
    color:#d4dce2}

.badges{
    display:grid;
    grid-template-columns:repeat(6,1fr);
    gap:12px;
    margin-top:35px}

.badge{
    padding:23px 8px;
    text-align:center;
    border:1px solid rgba(215,161,45,.4);
    background:#0b1d2d;
    font-size:20px;
    font-weight:900;
    color:var(--gold2)}

.courses{
    columns:2;
    column-gap:18px;
    margin-top:28px}

.course{
    break-inside:avoid;
    background:#fff;
    color:#17222c;
    margin:0 0 12px;
    padding:17px 20px;
    border-left:4px solid var(--gold);
    font-weight:750}

.gallery{
    display:grid;
    grid-template-columns:2fr 1fr 1fr;
    grid-auto-rows:250px;
    gap:12px;
    margin-top:32px}

.gallery img{
    width:100%;
    height:100%;
    object-fit:cover;
    border-radius:6px}

.gallery img:first-child{
    grid-row:span 2}

.cta{
    position:relative;
    background:url('assets/img/cetisold-3.jpg') center/cover}

.cta:before{
    content:"";
    position:absolute;
    inset:0;
    background:rgba(5,15,24,.87)}

.cta .container{
    position:relative;
    z-index:2;
    text-align:center}

.footer{
    padding:45px 0;
    background:#03090f;
    border-top:1px solid var(--line)}

.foot{
    display:grid;
    grid-template-columns:1.4fr 1fr 1fr;
    gap:35px}

.foot img{
    height:58px}

.small{
    font-size:13px;
    color:#96a3ae}

.mobile{
    display:none;
    margin-left:auto;
    font-size:28px}

.pagehero{
    padding:160px 0 75px;
    background:linear-gradient(120deg,#07131f,#0b2842);
    text-align:center}

.pagehero h1{
    font-size:52px;
    margin:0}

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

.listcards .card{
    min-height:190px}

.notice{
    padding:14px 18px;
    background:#fff5d9;
    color:#5a4309;
    border-left:4px solid #d7a12d;
    margin:20px 0}

@media(max-width:900px){
    .links{
    display:none}

.mobile{
    display:block}

.actions .ghost{
    display:none}

.grid2{
    grid-template-columns:1fr}

.programs,.listcards{
    grid-template-columns:1fr 1fr}

.stats{
    grid-template-columns:1fr 1fr}

.badges{
    grid-template-columns:repeat(3,1fr)}

.gallery{
    grid-template-columns:1fr 1fr}

.gallery img:first-child{
    grid-row:auto}

.foot{
    grid-template-columns:1fr}

.trustbar{
    display:none}
}

@media(max-width:600px){
    .nav{
    height:72px}

.brand img{
    height:43px}

.actions .gold{
    padding:10px}

.hero-content{
    padding-top:70px}

.section{
    padding:65px 0}

.programs,.listcards,.values{
    grid-template-columns:1fr}

.courses{
    columns:1}

.gallery{
    grid-template-columns:1fr}

.badges{
    grid-template-columns:1fr 1fr}

.pagehero h1{
    font-size:38px}
}

/* FINAL PREMIUM ENHANCEMENTS */
.navdrop{
    position:relative}

.dropmenu{
    display:none;
    position:absolute;
    top:24px;
    left:-18px;
    min-width:230px;
    background:#07131f;
    border:1px solid rgba(215,161,45,.28);
    box-shadow:0 18px 40px rgba(0,0,0,.35);
    padding:10px;
    border-radius:6px}

.navdrop:hover .dropmenu{
    display:block}

.dropmenu a{
    display:block;
    padding:10px 12px;
    white-space:nowrap}

.hero-content{
    text-align:left;
    max-width:1180px}

.hero-content>div,.hero-content>h1,.hero-content>p{
    max-width:780px}

.hero-content p{
    margin:0 0 30px}

.hero-buttons{
    justify-content:flex-start}

.trustbar{
    left:50%;
    transform:translateX(-50%);
    width:min(1120px,90%);
    justify-content:space-between}

.credential-panel{
    margin-top:38px;
    display:grid;
    grid-template-columns:1fr 220px;
    gap:30px;
    align-items:center;
    padding:34px;
    border:1px solid rgba(215,161,45,.42);
    background:linear-gradient(135deg,#0b1d2d,#07131f);
    border-radius:8px;
    box-shadow:0 20px 50px rgba(0,0,0,.2)}

.credential-panel h3{
    font-size:clamp(25px,3vw,38px);
    line-height:1.1;
    margin:8px 0 12px;
    text-transform:uppercase}

.credential-panel p{
    color:#c4ced6;
    margin:0}

.credential-kicker{
    font-size:11px;
    letter-spacing:.18em;
    color:var(--gold2);
    font-weight:900}

.credential-mark{
    font-size:50px;
    line-height:.9;
    font-weight:950;
    text-align:center;
    color:var(--gold2);
    border-left:1px solid rgba(215,161,45,.35);
    padding:18px}

.credential-mark span{
    font-size:27px;
    color:#fff}

.centerlead{
    margin:15px auto 0}

.card[href]{
    display:block;
    transition:.25s}

.card[href]:hover{
    transform:translateY(-4px);
    border-color:rgba(215,161,45,.55)}

@media(max-width:900px){
    .navdrop .dropmenu{
    display:none!important}

.hero-content{
    text-align:center}

.hero-content>div,.hero-content>h1,.hero-content>p{
    margin-left:auto;
    margin-right:auto}

.hero-buttons{
    justify-content:center}

.credential-panel{
    grid-template-columns:1fr}

.credential-mark{
    border-left:0;
    border-top:1px solid rgba(215,161,45,.35)}
}

/* === RESPONSIVE POLISH 1366x768 + MOBILE === */
@media (min-width: 1000px) and (max-width: 1450px){
    .container{
    width:min(1200px,94%)}

.nav{
    height:86px;
    gap:18px}

.brand{
    flex:0 0 auto}

.brand img{
    height:52px;
    max-width:150px;
    object-fit:contain}

.links{
    gap:15px;
    font-size:12px;
    letter-spacing:.035em}

.actions{
    gap:8px;
    flex:0 0 auto}

.actions .btn{
    padding:11px 15px;
    font-size:11px;
    min-height:46px}

.actions .ghost{
    max-width:198px}

.actions .gold{
    min-width:132px}

.hero{
    min-height:760px;
    height:100vh;
    max-height:900px;
    align-items:center}

.hero-content{
    padding-top:110px;
    padding-bottom:105px;
    max-width:1200px}

.hero-content>div,.hero-content>h1,.hero-content>p{
    max-width:760px}

.hero h1{
    font-size:clamp(48px,4.65vw,64px);
    line-height:1.04;
    margin:13px 0 19px;
    letter-spacing:-.035em}

.hero p{
    font-size:19px;
    line-height:1.72;
    max-width:720px;
    margin-bottom:27px}

.hero-buttons .btn{
    padding:13px 18px}

.trustbar{
    bottom:20px;
    width:min(1160px,90%);
    gap:22px;
    font-size:11px;
    white-space:nowrap}
}

@media (min-width: 901px){
    .hero-content{
    display:flex;
    flex-direction:column;
    justify-content:center}

.top .container{
    max-width:1240px}
}

@media(max-width:1100px){
    .nav{
    gap:14px}

.links{
    gap:12px;
    font-size:11px}

.actions .btn{
    padding:10px 12px;
    font-size:10.5px}
}

@media(max-width:900px){
    .top{
    background:rgba(5,13,22,.96)}

.nav{
    height:74px}

.brand img{
    height:45px;
    max-width:135px;
    object-fit:contain}

.actions .gold{
    font-size:10px;
    padding:10px 12px}

.hero{
    min-height:720px;
    height:auto;
    padding:120px 0 100px}

.hero-content{
    padding-top:0;
    padding-bottom:0}

.hero h1{
    font-size:clamp(38px,9vw,58px);
    line-height:1.05}

.hero p{
    font-size:17px;
    line-height:1.65}
}

@media(max-width:600px){
    .container{
    width:min(94%,560px)}

.nav{
    height:68px;
    gap:10px}

.brand img{
    height:40px;
    max-width:120px}

.actions .gold{
    padding:9px 10px;
    font-size:9px;
    letter-spacing:.04em;
    min-width:auto}

.mobile{
    font-size:24px;
    background:transparent;
    border:0;
    color:#fff;
    padding:4px}

.hero{
    min-height:690px;
    padding:105px 0 72px}

.hero:after{
    background:linear-gradient(90deg,rgba(3,9,15,.88),rgba(3,9,15,.68)),linear-gradient(0deg,#06101a 0%,transparent 38%)}

.hero h1{
    font-size:clamp(34px,11vw,46px);
    line-height:1.02;
    margin:12px 0 16px}

.hero p{
    font-size:16px;
    line-height:1.6;
    margin-bottom:23px}

.hero-buttons{
    gap:9px}

.hero-buttons .btn{
    width:100%;
    max-width:310px}

.section{
    padding:58px 0}

.title{
    font-size:clamp(28px,9vw,40px)}
}



/* ==========================================================
   CABECERA PREMIUM — AULA VIRTUAL Y VERIFICACIÓN
   ========================================================== */
.actions .verify-btn,
.actions .aula-btn {
    min-height: 52px;
    padding: 11px 17px;
    border-radius: 6px;
    font-weight: 900;
    letter-spacing: .045em;
    box-shadow: 0 8px 24px rgba(0, 0, 0, .22);
}

.actions .verify-btn {
    color: #ffd35f;
    border: 1px solid #d7a12d;
    background: linear-gradient(180deg, rgba(215, 161, 45, .12), rgba(215, 161, 45, .03));
}

.actions .verify-btn:hover {
    background: #d7a12d;
    color: #07131f;
    transform: translateY(-2px);
}

.actions .aula-btn {
    color: #07131f;
    border: 1px solid #f2c14d;
    background: linear-gradient(135deg, #f2c14d, #c98a15);
    box-shadow: 0 0 0 1px rgba(242, 193, 77, .18), 0 10px 30px rgba(215, 161, 45, .25);
}

.actions .aula-btn:hover {
    filter: brightness(1.08);
    transform: translateY(-2px);
}

/* ==========================================================
   ALIADOS — LOGO EPL OFICIAL SUMINISTRADO POR CETISOLD
   ========================================================== */
.badge-logo {
    display: flex;
    align-items: center;
    justify-content: center;
}

.badge-logo img {
    display: block;
    width: 100%;
    max-width: 125px;
    max-height: 54px;
    object-fit: contain;
}

/* ==========================================================
   POSICIONAMIENTO ACADÉMICO
   ========================================================== */
.leadership-note {
    display: inline-block;
    margin-bottom: 14px;
    padding: 10px 14px;
    border-left: 3px solid #d7a12d;
    background: rgba(215, 161, 45, .08);
    color: #f2c14d;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .045em;
    text-transform: uppercase;
}

.program-featured {
    outline: 1px solid rgba(215, 161, 45, .72);
    box-shadow: 0 16px 45px rgba(215, 161, 45, .13);
}

.program-featured h3 {
    color: #f2c14d;
}

/* ==========================================================
   AJUSTES RESPONSIVE DE LOS BOTONES PRINCIPALES
   ========================================================== */
@media (max-width: 1100px) {
    .actions .verify-btn {
        display: none;
    }

    .actions .aula-btn {
        min-height: 44px;
        padding: 9px 12px;
    }
}

@media (max-width: 600px) {
    .actions .aula-btn {
        font-size: 9px;
        letter-spacing: .02em;
    }
}

/* ==========================================================
   CETISOLD PRESTIGIO 2026
   Ajustes visuales finales para SiteGround
   ========================================================== */

:root {
    --prestige-gold: #f2b52a;
    --prestige-gold-soft: #ffd66d;
    --prestige-navy: #06121d;
    --prestige-navy-2: #091c2c;
    --prestige-border: rgba(242, 181, 42, 0.32);
}

body {
    overflow-x: hidden;
    background:
        radial-gradient(circle at 80% 10%, rgba(17, 55, 84, 0.18), transparent 30%),
        #06101a;
}

/* ==========================================================
   CABECERA DE PRESTIGIO
   ========================================================== */

.top {
    background: rgba(3, 10, 17, 0.94);
    border-bottom: 1px solid rgba(242, 181, 42, 0.16);
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.22);
}

.nav {
    min-height: 88px;
}

.brand img {
    width: auto;
    height: 56px;
    object-fit: contain;
}

.links a {
    position: relative;
}

.links > a::after,
.navdrop > a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -9px;
    width: 0;
    height: 2px;
    background: var(--prestige-gold);
    transition: width 0.25s ease;
}

.links > a:hover::after,
.navdrop > a:hover::after {
    width: 100%;
}

.actions .verify-btn {
    color: var(--prestige-gold-soft);
    border-color: rgba(242, 181, 42, 0.82);
    background: linear-gradient(180deg, rgba(242, 181, 42, 0.10), rgba(242, 181, 42, 0.02));
}

.actions .aula-btn {
    color: #06121d;
    background: linear-gradient(135deg, #ffd66d 0%, #efb126 50%, #bd7e0e 100%);
    border-color: #ffd66d;
    box-shadow: 0 8px 28px rgba(242, 181, 42, 0.27);
}

.actions .aula-btn::before {
    content: "◆";
    margin-right: 8px;
    font-size: 8px;
}

/* ==========================================================
   HERO CON VIDEO DE LOGO CETISOLD
   El video ocupa el lado derecho para dejar el texto limpio.
   ========================================================== */

.hero {
    min-height: 780px;
    height: 100vh;
    max-height: 940px;
    background:
        radial-gradient(circle at 76% 48%, rgba(23, 65, 98, 0.36), transparent 34%),
        linear-gradient(120deg, #030a11 0%, #071521 58%, #06101a 100%);
}

.hero video {
    left: auto;
    right: 0;
    width: 64%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    opacity: 0.92;
}

.hero::before {
    content: "";
    position: absolute;
    z-index: 1;
    inset: 0;
    background:
        linear-gradient(90deg,
            #030a11 0%,
            rgba(3, 10, 17, 0.98) 31%,
            rgba(3, 10, 17, 0.76) 47%,
            rgba(3, 10, 17, 0.16) 73%,
            rgba(3, 10, 17, 0.22) 100%);
    pointer-events: none;
}

.hero::after {
    z-index: 1;
    background:
        linear-gradient(0deg, #06101a 0%, rgba(6, 16, 26, 0) 25%),
        radial-gradient(circle at 72% 50%, rgba(242, 181, 42, 0.07), transparent 24%);
}

.hero-content {
    z-index: 3;
    padding-top: 118px;
    padding-bottom: 118px;
}

.hero-content > div,
.hero-content > h1,
.hero-content > p {
    max-width: 700px;
}

.hero .eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 8px 12px;
    border-left: 3px solid var(--prestige-gold);
    background: rgba(242, 181, 42, 0.07);
}

.hero h1 {
    max-width: 720px;
    font-size: clamp(48px, 5.2vw, 74px);
    line-height: 0.99;
    text-shadow: 0 8px 35px rgba(0, 0, 0, 0.38);
}

.hero h1 span {
    color: var(--prestige-gold);
}

.hero p {
    max-width: 660px;
    color: #d9e2e9;
    font-size: 19px;
}

.hero-buttons .btn {
    min-height: 50px;
    border-radius: 4px;
}

.hero-buttons .gold {
    box-shadow: 0 10px 28px rgba(215, 161, 45, 0.24);
}

.trustbar {
    bottom: 24px;
    padding: 14px 18px;
    border: 1px solid rgba(242, 181, 42, 0.20);
    border-radius: 6px;
    background: rgba(4, 12, 20, 0.66);
    backdrop-filter: blur(10px);
}

.trustbar span::before {
    content: "•";
    margin-right: 8px;
    color: var(--prestige-gold);
}

/* ==========================================================
   SECCIONES Y TARJETAS
   ========================================================== */

.section {
    position: relative;
}

.section.alt {
    background:
        radial-gradient(circle at 85% 15%, rgba(14, 53, 82, 0.30), transparent 32%),
        #071827;
}

.title {
    letter-spacing: -0.025em;
}

.card,
.program,
.stat,
.credential-panel {
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.12);
}

.program {
    border: 1px solid rgba(255, 255, 255, 0.08);
    transition: transform 0.28s ease, border-color 0.28s ease, box-shadow 0.28s ease;
}

.program:hover {
    transform: translateY(-6px);
    border-color: rgba(242, 181, 42, 0.50);
    box-shadow: 0 24px 55px rgba(0, 0, 0, 0.28);
}

.program-featured {
    border-color: rgba(242, 181, 42, 0.76);
    box-shadow: 0 0 0 1px rgba(242, 181, 42, 0.12), 0 24px 55px rgba(0, 0, 0, 0.24);
}

/* ==========================================================
   RESPALDO INSTITUCIONAL
   ========================================================== */

.institutional-section {
    overflow: hidden;
}

.institutional-heading {
    max-width: 900px;
    margin-bottom: 38px;
}

.institution-grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 14px;
}

.institution-card {
    min-width: 0;
    min-height: 210px;
    padding: 20px 14px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    border: 1px solid var(--prestige-border);
    border-radius: 8px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.035), rgba(255, 255, 255, 0.012));
    transition: transform 0.26s ease, border-color 0.26s ease, background 0.26s ease;
}

.institution-card:hover {
    transform: translateY(-5px);
    border-color: rgba(242, 181, 42, 0.78);
    background:
        linear-gradient(180deg, rgba(242, 181, 42, 0.08), rgba(255, 255, 255, 0.015));
}

.institution-logo {
    width: 100%;
    height: 88px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
    border-radius: 6px;
    overflow: hidden;
}

.institution-logo-light {
    padding: 10px 12px;
    background: #ffffff;
}

.institution-logo-dark {
    padding: 10px 12px;
    background: transparent;
}

.institution-logo img {
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 68px;
    object-fit: contain;
}

.institution-logo-wide img {
    max-height: 54px;
}

.institution-monogram {
    min-height: 88px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
    color: var(--prestige-gold);
    font-size: clamp(27px, 2.3vw, 36px);
    font-weight: 950;
    letter-spacing: 0.04em;
    text-shadow: 0 0 24px rgba(242, 181, 42, 0.12);
}

.institution-copy strong {
    display: block;
    margin-bottom: 6px;
    color: var(--prestige-gold);
    font-size: 15px;
    letter-spacing: 0.08em;
}

.institution-copy span {
    display: block;
    color: #afbbc5;
    font-size: 11px;
    line-height: 1.45;
}

.credential-premium {
    position: relative;
    overflow: hidden;
    margin-top: 28px;
    background:
        radial-gradient(circle at 93% 50%, rgba(242, 181, 42, 0.10), transparent 25%),
        linear-gradient(135deg, #0b1d2d, #07131f);
}

.credential-premium::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 4px;
    background: linear-gradient(180deg, #ffd66d, #bd7e0e);
}

.credential-premium h3 span {
    color: var(--prestige-gold);
}

.institution-note {
    margin: 18px 0 0;
    color: #8796a2;
    font-size: 12px;
    line-height: 1.65;
}

/* ==========================================================
   PÁGINAS INTERNAS
   ========================================================== */

.pagehero {
    position: relative;
    overflow: hidden;
    padding: 175px 0 88px;
    background:
        radial-gradient(circle at 80% 20%, rgba(242, 181, 42, 0.10), transparent 25%),
        linear-gradient(120deg, #04101a, #0a2438);
    border-bottom: 1px solid rgba(242, 181, 42, 0.18);
}

.pagehero::after {
    content: "";
    position: absolute;
    right: -120px;
    top: -150px;
    width: 420px;
    height: 420px;
    border: 1px solid rgba(242, 181, 42, 0.12);
    transform: rotate(45deg);
}

.pagehero h1 {
    position: relative;
    z-index: 2;
    font-size: clamp(42px, 5vw, 66px);
    line-height: 1.02;
    text-transform: uppercase;
}

.listcards .card {
    border-top: 2px solid rgba(242, 181, 42, 0.48);
}

/* ==========================================================
   RESPONSIVE
   ========================================================== */

@media (max-width: 1180px) {
    .institution-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 1050px) {
    .hero video {
        width: 100%;
        opacity: 0.68;
    }

    .hero::before {
        background: rgba(3, 10, 17, 0.76);
    }

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

    .hero-content > div,
    .hero-content > h1,
    .hero-content > p {
        margin-left: auto;
        margin-right: auto;
    }

    .hero-buttons {
        justify-content: center;
    }
}

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

    .institution-card {
        min-height: 190px;
    }
}

@media (max-width: 600px) {
    .hero {
        min-height: 720px;
        height: auto;
    }

    .hero video {
        opacity: 0.55;
    }

    .hero h1 {
        font-size: clamp(36px, 10.5vw, 48px);
    }

    .institution-grid {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }

    .institution-card {
        padding: 16px 10px;
    }

    .institution-logo,
    .institution-monogram {
        height: 68px;
        min-height: 68px;
    }

    .institution-monogram {
        font-size: 25px;
    }
}

/* ==========================================================
   FIX FINAL HERO — EVITA TEXTOS CORTADOS Y SUPERPOSICIONES
   ========================================================== */
@media (min-width: 901px) {
    .hero {
        min-height: 760px;
        height: 100vh;
        max-height: 900px;
        display: block;
        padding: 0;
    }

    .hero-content {
        position: relative;
        z-index: 3;
        display: block;
        width: min(1180px, 92%);
        max-width: 1180px;
        margin: 0 auto;
        padding-top: 150px;
        padding-bottom: 150px;
        text-align: left;
    }

    .hero-content > .eyebrow,
    .hero-content > h1,
    .hero-content > p,
    .hero-content > .hero-buttons {
        width: min(650px, 56vw);
        max-width: 650px;
        margin-left: 0;
        margin-right: 0;
    }

    .hero .eyebrow {
        margin-bottom: 14px;
        font-size: 12px;
        line-height: 1.35;
    }

    .hero h1 {
        margin: 0 0 22px;
        font-size: clamp(42px, 4.25vw, 61px);
        line-height: 1.02;
        letter-spacing: -0.035em;
    }

    .hero p {
        margin: 0 0 26px;
        font-size: 18px;
        line-height: 1.72;
    }

    .hero-buttons {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        gap: 12px;
        flex-wrap: wrap;
    }

    .hero-buttons .btn {
        min-height: 48px;
        padding: 12px 18px;
    }

    .trustbar {
        position: absolute;
        left: 50%;
        right: auto;
        bottom: 24px;
        transform: translateX(-50%);
        width: min(1180px, 92%);
        min-height: 50px;
        margin: 0;
        padding: 12px 18px;
        display: grid;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        align-items: center;
        gap: 12px;
        white-space: normal;
        font-size: 10.5px;
        line-height: 1.35;
    }

    .trustbar span {
        display: flex;
        align-items: center;
        min-width: 0;
    }
}

@media (min-width: 901px) and (max-height: 820px) {
    .hero-content {
        padding-top: 118px;
        padding-bottom: 120px;
    }

    .hero h1 {
        font-size: clamp(40px, 4vw, 56px);
    }

    .hero p {
        font-size: 17px;
        line-height: 1.62;
        margin-bottom: 22px;
    }

    .hero .eyebrow {
        margin-bottom: 10px;
    }

    .trustbar {
        bottom: 16px;
        min-height: 46px;
        padding: 10px 16px;
    }
}

@media (max-width: 900px) {
    .hero {
        min-height: 720px;
        height: auto;
        padding: 110px 0 92px;
    }

    .hero-content {
        width: min(92%, 680px);
        margin: 0 auto;
        padding: 0;
        text-align: center;
    }

    .hero-content > .eyebrow,
    .hero-content > h1,
    .hero-content > p,
    .hero-content > .hero-buttons {
        width: 100%;
        max-width: 680px;
        margin-left: auto;
        margin-right: auto;
    }

    .hero h1 {
        font-size: clamp(36px, 8.5vw, 54px);
    }

    .trustbar {
        position: static;
        transform: none;
        width: min(92%, 680px);
        margin: 26px auto 0;
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px 18px;
        padding: 14px 16px;
    }
}

@media (max-width: 560px) {
    .hero {
        padding: 96px 0 58px;
    }

    .hero h1 {
        font-size: clamp(32px, 10.5vw, 44px);
        line-height: 1.03;
    }

    .hero p {
        font-size: 16px;
        line-height: 1.6;
    }

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