/* =========================================================
   IUS UNIVERSIDAD — STYLE.CSS OPTIMIZADO
   Reemplazar completo: assets/css/style.css
   Versión limpia: sin comparador visible y sin cursos/diplomados visibles.
========================================================= */

/* =========================================================
   VARIABLES / BASE
========================================================= */
:root {
    --ius-black: #030406;
    --ius-dark: #101010;
    --ius-dark-2: #171717;
    --ius-white: #ffffff;
    --ius-light: #f6f4ef;
    --ius-soft: #f3f3f4;
    --ius-gray: #6f6f6f;
    --ius-muted: #9b9b9b;
    --ius-gold: #b89b5e;
    --ius-gold-soft: #d6c08a;
    --ius-gold-dark: #8c723b;
    --ius-blue: #14306f;
    --ius-shadow: 0 24px 70px rgba(0,0,0,.16);
    --ius-radius: 34px;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
    margin: 0;
    font-family: 'Montserrat', system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    background: #ffffff;
    color: #050505;
    overflow-x: hidden;
    transition: background-color .65s ease, color .65s ease;
}

body.theme-light { background: #ffffff; color: #050505; }
body.theme-dark { background: #030406; color: #ffffff; }

body::before {
    content: "";
    position: fixed;
    inset: 0;
    z-index: -2;
    background: #ffffff;
    transition: background .75s ease, opacity .75s ease;
}

body.theme-light::before {
    background: radial-gradient(circle at 70% 20%, rgba(184,155,94,.08), transparent 32%), #ffffff;
}

body.theme-dark::before {
    background:
        radial-gradient(circle at 70% 18%, rgba(184,155,94,.18), transparent 35%),
        radial-gradient(circle at 18% 78%, rgba(214,192,138,.10), transparent 30%),
        #030406;
}

img { max-width: 100%; }
a { transition: all .3s ease; }
a:hover { text-decoration: none; }

h1, h2, h3, h4, h5, h6 { color: #050505; }

section,
footer {
    position: relative;
    z-index: 2;
}

.section-padding { padding: 110px 0; }

.section-label,
.ius-section-kicker {
    display: inline-flex;
    align-items: center;
    gap: 18px;
    color: var(--ius-gold-soft);
    text-transform: uppercase;
    letter-spacing: .22em;
    font-size: clamp(.95rem, 1.05vw, 1.12rem);
    line-height: 1.08;
    font-weight: 900;
    margin-bottom: 24px;
}

.section-label::before,
.ius-section-kicker::before,
.ius-hero-kicker::before {
    content: "";
    width: 76px;
    height: 2px;
    background: currentColor;
    opacity: .95;
    flex: 0 0 auto;
}

.section-title {
    font-size: clamp(1.95rem, 3.05vw, 3.55rem);
    line-height: 1.04;
    letter-spacing: -.052em;
    font-weight: 700;
    margin-bottom: 22px;
}

.text-muted { color: #6f6f6f !important; }

[data-theme-section="light"] { background: #ffffff; color: #050505; }

[data-theme-section="soft"] {
    background:
        radial-gradient(circle at 90% 10%, rgba(184,155,94,.12), transparent 28%),
        #f6f4ef;
    color: #050505;
}

[data-theme-section="dark"],
.dark-section,
.footer {
    background:
        radial-gradient(circle at top right, rgba(184,155,94,.16), transparent 34%),
        linear-gradient(135deg, #101010 0%, #030406 72%);
    color: #ffffff;
}

[data-theme-section="dark"] h1,
[data-theme-section="dark"] h2,
[data-theme-section="dark"] h3,
[data-theme-section="dark"] h4,
.dark-section h1,
.dark-section h2,
.dark-section h3,
.footer h1,
.footer h2,
.footer h3,
.footer h4 {
    color: #ffffff;
}

/* =========================================================
   BOTONES
========================================================= */
.btn {
    border-radius: 999px;
    padding: 13px 28px;
    font-weight: 800;
    font-size: .95rem;
}

.btn-ius {
    background: #050505;
    color: #ffffff;
    border: 1px solid #050505;
    box-shadow: 0 12px 34px rgba(0,0,0,.16);
}

.btn-ius:hover {
    background: var(--ius-gold);
    border-color: var(--ius-gold);
    color: #050505;
    transform: translateY(-2px);
}

.btn-outline-ius {
    color: #ffffff;
    border: 1px solid rgba(255,255,255,.42);
    background: rgba(255,255,255,.06);
    backdrop-filter: blur(8px);
}

.btn-outline-ius:hover {
    color: #050505;
    background: #ffffff;
    border-color: #ffffff;
    transform: translateY(-2px);
}

.btn-outline-dark {
    color: #111111;
    border: 1px solid #111111;
    background: transparent;
}

.btn-outline-dark:hover {
    background: #111111;
    color: #ffffff;
}

.btn-whatsapp-ius,
.footer-cta[data-tipo="whatsapp"] {
    background: #25D366 !important;
    border-color: #25D366 !important;
    color: #ffffff !important;
}

.btn-whatsapp-ius:hover,
.footer-cta[data-tipo="whatsapp"]:hover {
    background: #1EBE5D !important;
    border-color: #1EBE5D !important;
    color: #ffffff !important;
    transform: translateY(-2px);
}

.btn-whatsapp-ius i,
.footer-cta[data-tipo="whatsapp"] i {
    color: #ffffff !important;
}

/* =========================================================
   OCULTAR TEMPORALMENTE COMPARADOR Y CURSOS/DIPLOMADOS
========================================================= */
a[href*="comparar.php"],
.compare-panel-ius,
.compare-floating-bar,
.comparar-check,
.compare-check-ius,
.comparador-info-strip,
.programa-card-actions .comparar-check,
.programa-card-actions-compact .compare-check-ius {
    display: none !important;
}

/* Oculta Cursos/Diplomados en footer o menús si aún están en HTML */
.footer a[href*="Diplomado"],
.footer a[href*="Curso"],
.footer a[href*="curso"],
.footer a[href*="diplomado"],
#megaMenu a[href*="Diplomado"],
#megaMenu a[href*="Curso"] {
    display: none !important;
}

/* =========================================================
   HEADER
========================================================= */
.site-header {
    position: fixed;
    top: 18px;
    left: 50%;
    transform: translateX(-50%);
    width: min(94%, 1360px);
    height: 72px;
    border-radius: 999px;
    z-index: 9998;
    padding: 0 22px;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    transition: background .55s ease, color .55s ease, box-shadow .55s ease;
    overflow: hidden;
}

.site-header.header-light {
    background: rgba(255,255,255,.84);
    backdrop-filter: blur(18px);
    box-shadow: 0 18px 55px rgba(0,0,0,.08);
}

.site-header.header-dark {
    background: rgba(3,4,6,.72);
    backdrop-filter: blur(18px);
    box-shadow: 0 18px 55px rgba(0,0,0,.20);
}

.menu-trigger {
    justify-self: start;
    border: none;
    background: transparent;
    display: inline-flex;
    align-items: center;
    gap: 9px;
    font-weight: 700 !important;
    font-size: .95rem;
    color: #050505;
    z-index: 2;
}

.site-header.header-dark .menu-trigger { color: #ffffff; }
.menu-trigger i { font-size: 1.55rem; }

.site-header .brand.brand-logo {
    justify-self: center !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 210px !important;
    height: 42px !important;
    max-width: 210px !important;
    max-height: 42px !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: hidden !important;
    font-size: 0 !important;
    line-height: 0 !important;
    letter-spacing: 0 !important;
    text-decoration: none !important;
    text-transform: none !important;
}

.site-header .brand-logo-img {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
    object-position: center center !important;
}

.header-cta {
    justify-self: end;
    text-decoration: none;
    color: #050505;
    border: 1px solid rgba(0,0,0,.20);
    padding: 10px 20px;
    border-radius: 999px;
    font-weight: 700 !important;
    font-size: .88rem;
    z-index: 2;
}

.header-cta:hover {
    background: #050505;
    color: #ffffff;
}

.site-header.header-dark .header-cta {
    color: #ffffff;
    border-color: rgba(255,255,255,.34);
}

.site-header.header-dark .header-cta:hover {
    background: #ffffff;
    color: #050505;
}

/* =========================================================
   ESTRELLAS DECORATIVAS
========================================================= */
.scroll-stars {
    position: fixed;
    inset: 0;
    pointer-events: none;
    z-index: 1;
    opacity: 0;
    transition: opacity .8s ease;
    overflow: hidden;
}

body.theme-dark .scroll-stars { opacity: 1; }

.scroll-star {
    position: absolute;
    width: 3px;
    height: 3px;
    background: rgba(214,192,138,.95);
    border-radius: 50%;
    box-shadow: 0 0 8px rgba(214,192,138,.95), 0 0 22px rgba(214,192,138,.45);
    animation: starFloat 6s ease-in-out infinite;
}

.scroll-star::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 18px;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(214,192,138,.75), transparent);
    transform: translate(-50%, -50%) rotate(35deg);
    opacity: .55;
}

.scroll-star:nth-child(1){top:14%;left:9%;animation-delay:0s}
.scroll-star:nth-child(2){top:22%;left:72%;animation-delay:1.1s}
.scroll-star:nth-child(3){top:34%;left:88%;animation-delay:2.2s}
.scroll-star:nth-child(4){top:48%;left:18%;animation-delay:.7s}
.scroll-star:nth-child(5){top:58%;left:52%;animation-delay:1.8s}
.scroll-star:nth-child(6){top:72%;left:80%;animation-delay:2.9s}
.scroll-star:nth-child(7){top:84%;left:28%;animation-delay:1.4s}
.scroll-star:nth-child(8){top:12%;left:46%;animation-delay:3.2s}
.scroll-star:nth-child(9){top:68%;left:8%;animation-delay:2.4s}
.scroll-star:nth-child(10){top:90%;left:64%;animation-delay:.4s}

@keyframes starFloat {
    0%,100%{transform:translateY(0) scale(1);opacity:.25}
    45%{transform:translateY(-18px) scale(1.8);opacity:1}
    70%{transform:translateY(8px) scale(.9);opacity:.45}
}

/* =========================================================
   MEGA MENÚ FINAL
========================================================= */
#megaMenu.mega-menu {
    position: fixed !important;
    inset: 0 !important;
    width: 100vw !important;
    height: 100vh !important;
    z-index: 99999 !important;
    display: none !important;
    grid-template-columns: 34% 66% !important;
    background: rgba(3,4,6,.98) !important;
    backdrop-filter: blur(20px) !important;
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
    overflow: hidden !important;
}

body.menu-open #megaMenu.mega-menu,
#megaMenu.mega-menu.active,
#megaMenu.mega-menu.open,
#megaMenu[aria-hidden="false"].mega-menu {
    display: grid !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
}

#megaMenu[aria-hidden="true"].mega-menu,
body:not(.menu-open) #megaMenu.mega-menu:not(.active):not(.open) {
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
}

body.menu-open { overflow: hidden !important; }

#megaMenu .mega-close {
    position: fixed !important;
    top: 28px !important;
    right: 34px !important;
    left: auto !important;
    width: 54px !important;
    height: 54px !important;
    border-radius: 50% !important;
    border: 1px solid rgba(255,255,255,.28) !important;
    background: rgba(255,255,255,.10) !important;
    color: #ffffff !important;
    display: grid !important;
    place-items: center !important;
    z-index: 100001 !important;
    box-shadow: none !important;
}

#megaMenu .mega-close:hover {
    background: #ffffff !important;
    color: #050505 !important;
}

#megaMenu .mega-left {
    min-height: 100vh !important;
    height: 100vh !important;
    overflow-y: auto !important;
    background:
        radial-gradient(circle at 8% 0%, rgba(184,155,94,.10), transparent 30%),
        #ffffff !important;
    padding: 54px 46px 56px !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 14px !important;
}

#megaMenu .mega-left-logo {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    margin: 0 0 42px !important;
    padding: 8px 0 24px !important;
    border-bottom: 1px solid rgba(0,0,0,.08) !important;
    text-decoration: none !important;
}

#megaMenu .mega-left-logo img {
    display: block !important;
    width: 300px !important;
    max-width: 88% !important;
    max-height: 90px !important;
    object-fit: contain !important;
}

#megaMenu .mega-item {
    position: relative !important;
    width: 100% !important;
    min-height: 82px !important;
    border: 1px solid transparent !important;
    background: transparent !important;
    color: #050505 !important;
    border-radius: 28px !important;
    padding: 0 30px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    font-size: clamp(1.45rem, 2vw, 2.35rem) !important;
    line-height: 1.08 !important;
    font-weight: 600 !important;
    letter-spacing: -.035em !important;
    box-shadow: none !important;
    outline: none !important;
    transition: all .28s ease !important;
}

#megaMenu .mega-item span { font-weight: 600 !important; }

#megaMenu .mega-item::before {
    content: "" !important;
    position: absolute !important;
    left: 14px !important;
    top: 50% !important;
    width: 5px !important;
    height: 0 !important;
    border-radius: 999px !important;
    background: var(--ius-gold) !important;
    transform: translateY(-50%) !important;
    transition: height .28s ease !important;
}

#megaMenu .mega-item:hover,
#megaMenu .mega-item.active {
    background:
        linear-gradient(90deg, rgba(184,155,94,.15), rgba(184,155,94,.04)),
        #f6f4ef !important;
    border-color: rgba(184,155,94,.32) !important;
    color: #050505 !important;
    transform: none !important;
    box-shadow: 0 16px 40px rgba(0,0,0,.08) !important;
}

#megaMenu .mega-item:hover::before,
#megaMenu .mega-item.active::before {
    height: 42px !important;
}

#megaMenu .mega-item i {
    color: rgba(0,0,0,.65) !important;
    font-size: 1.2rem !important;
}

#megaMenu .mega-item:hover i,
#megaMenu .mega-item.active i {
    color: var(--ius-gold-dark) !important;
}

#megaMenu .mega-right {
    min-height: 100vh !important;
    height: 100vh !important;
    overflow-y: auto !important;
    padding: 74px 7vw 70px !important;
    display: flex !important;
    align-items: center !important;
    background:
        radial-gradient(circle at 92% 8%, rgba(184,155,94,.22), transparent 34%),
        linear-gradient(135deg, #111111 0%, #030406 74%) !important;
}

#megaMenu .mega-panel {
    display: none !important;
    width: 100% !important;
    max-width: 1080px !important;
}

#megaMenu .mega-panel.active { display: block !important; }

#megaMenu .mega-panel > .mega-kicker,
#megaMenu .mega-panel > h3,
#megaMenu .mega-panel > p {
    display: none !important;
}

#megaMenu .mega-link-grid {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 22px !important;
}

#megaMenu .mega-link-grid a {
    min-height: 138px !important;
    text-decoration: none !important;
    color: #ffffff !important;
    border-radius: 30px !important;
    padding: 30px !important;
    display: flex !important;
    align-items: center !important;
    gap: 18px !important;
    background: rgba(255,255,255,.075) !important;
    border: 1px solid rgba(255,255,255,.14) !important;
    box-shadow: 0 22px 60px rgba(0,0,0,.20) !important;
    transition: all .28s ease !important;
}

#megaMenu .mega-link-grid a:hover {
    background: #ffffff !important;
    color: #050505 !important;
    transform: translateY(-6px) !important;
}

#megaMenu .mega-link-grid i {
    width: 56px !important;
    height: 56px !important;
    min-width: 56px !important;
    display: grid !important;
    place-items: center !important;
    border-radius: 50% !important;
    background: rgba(184,155,94,.16) !important;
    color: var(--ius-gold) !important;
    font-size: 1.5rem !important;
}

#megaMenu .mega-link-grid strong {
    display: block !important;
    color: inherit !important;
    font-size: 1.16rem !important;
    line-height: 1.2 !important;
    font-weight: 750 !important;
    margin: 0 0 6px !important;
}

#megaMenu .mega-link-grid small {
    display: block !important;
    color: inherit !important;
    opacity: .72 !important;
    font-size: .9rem !important;
    line-height: 1.45 !important;
}

/* =========================================================
   INDEX — HERO / HOME
========================================================= */
.ius-hero-slider {
    position: relative;
    background: #050505;
    color: #ffffff;
    overflow: hidden;
}

.ius-hero-slide {
    position: relative;
    min-height: 620px;
    display: flex;
    align-items: center;
    padding: 132px 0 82px;
    overflow: hidden;
}

.ius-hero-bg {
    position: absolute;
    inset: 0;
    background-image: var(--hero-img);
    background-size: cover;
    background-position: center;
    transform: scale(1.02);
    filter: saturate(1.03) contrast(1.03);
}

.ius-hero-overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(0,0,0,.92) 0%, rgba(0,0,0,.80) 34%, rgba(0,0,0,.46) 64%, rgba(0,0,0,.64) 100%),
        linear-gradient(180deg, rgba(0,0,0,.42) 0%, rgba(0,0,0,.12) 45%, rgba(0,0,0,.86) 100%);
    z-index: 1;
}

.ius-hero-slide .container {
    position: relative;
    z-index: 2;
}

.ius-hero-content { max-width: 760px; }

.ius-hero-kicker {
    display: inline-flex;
    align-items: center;
    gap: 18px;
    color: var(--ius-gold-soft);
    font-size: clamp(.95rem, 1.05vw, 1.12rem);
    font-weight: 900;
    letter-spacing: .22em;
    text-transform: uppercase;
    margin-bottom: 24px;
}

.ius-hero-content h1,
.ius-hero-content h2 {
    color: #ffffff;
    font-size: clamp(2.45rem, 4.25vw, 4.75rem);
    line-height: 1;
    letter-spacing: -.062em;
    font-weight: 700;
    margin: 0 0 22px;
    text-wrap: balance;
    text-shadow: 0 18px 55px rgba(0,0,0,.45);
}

.ius-hero-content p {
    max-width: 690px;
    color: rgba(255,255,255,.86);
    font-size: clamp(1rem, 1.25vw, 1.14rem);
    line-height: 1.62;
    margin: 0 0 30px;
    text-shadow: 0 12px 34px rgba(0,0,0,.48);
}

.ius-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.ius-hero-actions .btn {
    min-height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.ius-hero-slider .carousel-control-prev,
.ius-hero-slider .carousel-control-next {
    width: 66px;
    opacity: .72;
    z-index: 5;
}

.ius-hero-slider .carousel-control-prev:hover,
.ius-hero-slider .carousel-control-next:hover { opacity: 1; }

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

.ius-hero-slider .carousel-indicators [data-bs-target] {
    width: 38px;
    height: 4px;
    border: 0;
    border-radius: 999px;
    background-color: rgba(255,255,255,.42);
    opacity: 1;
}

.ius-hero-slider .carousel-indicators .active {
    background-color: var(--ius-gold);
}

.ius-hero-proof-static {
    position: relative;
    z-index: 3;
    padding: 24px 0 30px;
    background:
        radial-gradient(circle at 90% 0%, rgba(184,155,94,.12), transparent 28%),
        #080808;
}

.ius-hero-proof-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.ius-hero-proof-grid article {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 13px;
    align-items: center;
    min-height: 82px;
    padding: 16px 18px;
    border-radius: 22px;
    background: rgba(255,255,255,.08);
    border: 1px solid rgba(255,255,255,.12);
    backdrop-filter: blur(14px);
}

.ius-hero-proof-grid i {
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: rgba(184,155,94,.18);
    color: var(--ius-gold);
    font-size: 1.1rem;
}

.ius-hero-proof-grid strong {
    display: block;
    color: #ffffff;
    font-size: .94rem;
    font-weight: 900;
    margin-bottom: 2px;
}

.ius-hero-proof-grid span {
    display: block;
    color: rgba(255,255,255,.70);
    font-size: .82rem;
    line-height: 1.35;
}

/* =========================================================
   INDEX — QUIÉNES SOMOS
========================================================= */
.ius-about-section {
    background:
        radial-gradient(circle at 92% 10%, rgba(184,155,94,.12), transparent 28%),
        #f6f4ef;
}

.ius-about-section .section-title {
    max-width: 720px;
    font-size: clamp(1.95rem, 3.05vw, 3.55rem);
    line-height: 1.04;
    letter-spacing: -.052em;
    font-weight: 700;
    margin-bottom: 22px;
}

.ius-about-cards {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    margin-top: 34px;
}

.ius-about-cards article {
    background: rgba(255,255,255,.84);
    border: 1px solid rgba(0,0,0,.06);
    border-radius: 24px;
    padding: 24px 20px;
    box-shadow: 0 18px 55px rgba(0,0,0,.06);
}

.ius-about-cards i {
    color: var(--ius-gold);
    font-size: 2rem;
    margin-bottom: 16px;
    display: inline-block;
}

.ius-about-cards h3 {
    font-size: 1rem;
    font-weight: 900;
    letter-spacing: -.02em;
    margin: 0 0 8px;
}

.ius-about-cards p {
    color: #666666;
    font-size: .88rem;
    line-height: 1.55;
    margin: 0;
}

.ius-about-visual {
    position: relative;
    border-radius: 34px;
    overflow: hidden;
    min-height: 480px;
    box-shadow: 0 34px 95px rgba(0,0,0,.16);
    background: #111111;
}

.ius-about-visual img {
    width: 100%;
    height: 100%;
    min-height: 480px;
    object-fit: cover;
    display: block;
}

.ius-about-floating {
    position: absolute;
    left: 28px;
    right: 28px;
    bottom: 28px;
    padding: 22px 24px;
    border-radius: 22px;
    background: rgba(255,255,255,.92);
    backdrop-filter: blur(16px);
    box-shadow: 0 18px 55px rgba(0,0,0,.14);
}

.ius-about-floating span {
    display: block;
    color: var(--ius-gold-dark);
    font-size: .72rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .14em;
    margin-bottom: 8px;
}

.ius-about-floating strong {
    color: #111111;
    font-size: 1.05rem;
    line-height: 1.35;
}

/* =========================================================
   INDEX — QUÉ HACEMOS
========================================================= */
.ius-method-section { background: #ffffff; }

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

.ius-method-card {
    position: relative;
    padding: 30px 26px;
    border-radius: 28px;
    background: #ffffff;
    border: 1px solid rgba(0,0,0,.07);
    box-shadow: 0 18px 60px rgba(0,0,0,.07);
    transition: transform .3s ease, box-shadow .3s ease;
}

.ius-method-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 28px 80px rgba(0,0,0,.12);
}

.ius-method-card i {
    width: 58px;
    height: 58px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: #111111;
    color: var(--ius-gold);
    font-size: 1.55rem;
    margin-bottom: 22px;
}

.ius-method-card h3 {
    font-size: 1.18rem;
    font-weight: 900;
    letter-spacing: -.025em;
    margin-bottom: 10px;
}

.ius-method-card p {
    color: #666666;
    line-height: 1.6;
    margin: 0;
}

/* =========================================================
   INDEX — QUÉ OFRECEMOS
   Ajustado a 4 tarjetas porque cursos/diplomados está oculto.
========================================================= */
.ius-offer-section {
    background:
        radial-gradient(circle at 92% 8%, rgba(184,155,94,.16), transparent 30%),
        linear-gradient(135deg, #101010 0%, #030406 72%);
    color: #ffffff;
}

.ius-offer-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 22px;
    max-width: 1180px;
    margin-left: auto;
    margin-right: auto;
}

.ius-offer-card {
    display: flex;
    flex-direction: column;
    min-height: 310px;
    text-decoration: none;
    color: #ffffff;
    border-radius: 28px;
    padding: 32px 28px;
    background: rgba(255,255,255,.07);
    border: 1px solid rgba(255,255,255,.12);
    box-shadow: 0 24px 70px rgba(0,0,0,.24);
    transition: all .3s ease;
}

.ius-offer-card:hover {
    color: #ffffff;
    background: rgba(255,255,255,.12);
    transform: translateY(-7px);
}

.ius-offer-card > i {
    color: var(--ius-gold);
    font-size: 2.25rem;
    margin-bottom: 24px;
}

.ius-offer-card h3 {
    color: #ffffff;
    font-size: 1.2rem;
    font-weight: 900;
    margin-bottom: 10px;
}

.ius-offer-card p {
    color: rgba(255,255,255,.70);
    line-height: 1.55;
    font-size: .94rem;
    margin-bottom: 24px;
}

.ius-offer-card span {
    margin-top: auto;
    color: var(--ius-gold);
    font-size: 1.25rem;
}

.ius-section-actions {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 42px;
}

/* =========================================================
   INDEX — PROGRAMAS DESTACADOS MINI
========================================================= */
.ius-programs-preview {
    position: relative;
    background:
        radial-gradient(circle at 90% 0%, rgba(184,155,94,.13), transparent 30%),
        #080808;
    color: #ffffff;
}

.ius-programs-preview-head {
    display: flex;
    justify-content: space-between;
    align-items: end;
    gap: 26px;
    margin-bottom: 32px;
}

.ius-programs-preview-head h2 {
    max-width: 720px;
    color: #ffffff;
    font-size: clamp(1.95rem, 3.15vw, 3.65rem);
    line-height: 1.03;
    letter-spacing: -.052em;
    font-weight: 700;
    margin: 0;
}

.ius-programs-preview-head p {
    max-width: 450px;
    color: rgba(255,255,255,.64);
    line-height: 1.65;
    margin: 0;
}

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

.ius-program-mini-card {
    display: grid;
    grid-template-columns: 128px minmax(0, 1fr);
    gap: 16px;
    min-height: 168px;
    padding: 14px;
    border-radius: 28px;
    background: #ffffff;
    color: #111111;
    text-decoration: none;
    overflow: hidden;
    transition: transform .28s ease, box-shadow .28s ease;
}

.ius-program-mini-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 28px 70px rgba(0,0,0,.35);
    color: #111111;
}

.ius-program-mini-img {
    min-height: 140px;
    border-radius: 22px;
    overflow: hidden;
    background: #eeeeee;
}

.ius-program-mini-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.ius-program-mini-info {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-width: 0;
    padding: 3px 3px 3px 0;
}

.ius-program-mini-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-bottom: 8px;
}

.ius-program-mini-meta span {
    display: inline-flex;
    padding: 5px 8px;
    border-radius: 999px;
    background: rgba(0,0,0,.06);
    color: #555555;
    font-size: .64rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .06em;
}

.ius-program-mini-card h3 {
    color: #111111;
    font-size: 1rem;
    line-height: 1.12;
    font-weight: 900;
    letter-spacing: -.035em;
    margin: 0 0 8px;
}

.ius-program-mini-card p {
    display: -webkit-box;
    color: #666666;
    font-size: .8rem;
    line-height: 1.42;
    margin: 0;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.ius-program-mini-foot {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    margin-top: 14px;
}

.ius-program-mini-rvoe {
    color: var(--program-color, #111111);
    font-size: .72rem;
    font-weight: 900;
}

.ius-program-mini-arrow {
    flex: 0 0 auto;
    width: 32px;
    height: 32px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: var(--program-color, #111111);
    color: #ffffff;
}

.ius-programs-all {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 34px;
}

/* =========================================================
   INDEX — ADMISIONES
========================================================= */
.admisiones-flow-section {
    position: relative;
    padding: 110px 0;
    background:
        radial-gradient(circle at 90% 10%, rgba(184,155,94,.13), transparent 30%),
        linear-gradient(180deg, #ffffff 0%, #f6f4ef 100%);
    color: #111111;
    overflow: hidden;
}

.admisiones-flow-header {
    position: relative;
    z-index: 2;
    max-width: 900px;
    margin-bottom: 48px;
}

.admisiones-flow-header h2 {
    color: #111111;
    font-size: clamp(1.95rem, 3.15vw, 3.65rem);
    line-height: 1.04;
    letter-spacing: -.052em;
    font-weight: 700;
    margin-bottom: 18px;
}

.admisiones-flow-header p {
    max-width: 700px;
    color: #5f5f5f;
    font-size: 1rem;
    line-height: 1.7;
    margin: 0;
}

.admisiones-flow-layout {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, .82fr) minmax(420px, 1fr);
    gap: 36px;
    align-items: start;
}

.admisiones-flow-map { display: grid; gap: 16px; }

.admisiones-flow-card {
    display: grid;
    grid-template-columns: 62px minmax(0, 1fr);
    gap: 18px;
    padding: 24px;
    border-radius: 28px;
    background: #ffffff;
    border: 1px solid rgba(0,0,0,.06);
    box-shadow: 0 18px 55px rgba(0,0,0,.07);
    transition: transform .3s ease, box-shadow .3s ease;
}

.admisiones-flow-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 28px 75px rgba(0,0,0,.12);
}

.admisiones-flow-card.active {
    background: #111111;
    color: #ffffff;
}

.admisiones-flow-card.active h3 { color: #ffffff; }
.admisiones-flow-card.active p { color: rgba(255,255,255,.70); }

.admisiones-flow-number {
    color: var(--ius-gold);
    font-size: 2.2rem;
    line-height: 1;
    font-weight: 900;
    letter-spacing: -.08em;
}

.admisiones-flow-card h3 {
    color: #111111;
    font-size: 1.12rem;
    font-weight: 900;
    letter-spacing: -.03em;
    margin: 0 0 7px;
}

.admisiones-flow-card p {
    color: #666666;
    line-height: 1.6;
    margin: 0;
}

.admisiones-flow-panel {
    position: sticky;
    top: 120px;
    padding: 34px;
    border-radius: 34px;
    background: #ffffff;
    box-shadow: 0 34px 95px rgba(0,0,0,.15);
    border: 1px solid rgba(0,0,0,.07);
}

.admisiones-wizard-bar {
    position: relative;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
    margin-bottom: 34px;
}

.admisiones-wizard-bar::before {
    content: "";
    position: absolute;
    top: 23px;
    left: 16%;
    right: 16%;
    height: 3px;
    background: #e4e4e4;
    border-radius: 999px;
    z-index: 0;
}

.admisiones-wizard-bar::after {
    content: "";
    position: absolute;
    top: 23px;
    left: 16%;
    height: 3px;
    width: 0;
    background: var(--ius-gold);
    border-radius: 999px;
    z-index: 1;
    transition: width .35s ease;
}

.admisiones-wizard-bar[data-step="1"]::after { width: 0; }
.admisiones-wizard-bar[data-step="2"]::after { width: 34%; }
.admisiones-wizard-bar[data-step="3"]::after { width: 68%; }

.admisiones-wizard-step {
    position: relative;
    z-index: 2;
    display: grid;
    justify-items: center;
    gap: 10px;
    text-align: center;
}

.admisiones-wizard-step span {
    width: 46px;
    height: 46px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: #ffffff;
    color: #888888;
    border: 2px solid #e1e1e1;
    font-weight: 900;
    box-shadow: 0 10px 24px rgba(0,0,0,.08);
    transition: all .3s ease;
}

.admisiones-wizard-step strong {
    color: #777777;
    font-size: .72rem;
    text-transform: uppercase;
    letter-spacing: .10em;
    font-weight: 900;
}

.admisiones-wizard-step.active span,
.admisiones-wizard-step.completed span {
    background: var(--ius-gold);
    border-color: var(--ius-gold);
    color: #050505;
}

.admisiones-wizard-step.active strong,
.admisiones-wizard-step.completed strong {
    color: #111111;
}

.admisiones-wizard-content {
    display: none;
    animation: admisionesIn .35s ease both;
}

.admisiones-wizard-content.active { display: block; }

@keyframes admisionesIn {
    from { opacity: 0; transform: translateY(14px); }
    to { opacity: 1; transform: translateY(0); }
}

.admisiones-step-heading {
    text-align: center;
    margin-bottom: 24px;
}

.admisiones-step-heading h3 {
    color: #111111;
    font-size: 1.55rem;
    font-weight: 900;
    letter-spacing: -.04em;
    margin-bottom: 7px;
}

.admisiones-step-heading p {
    color: #666666;
    margin: 0;
    line-height: 1.6;
}

.admisiones-option-grid { display: grid; gap: 12px; }

.admisiones-option-card {
    position: relative;
    display: block;
    margin: 0;
    cursor: pointer;
}

.admisiones-option-card input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.admisiones-option-card div {
    padding: 18px 20px;
    border-radius: 22px;
    background: #f8f8f8;
    border: 1px solid #e2e2e2;
    transition: all .25s ease;
}

.admisiones-option-card span {
    display: block;
    color: #111111;
    font-size: 1rem;
    font-weight: 900;
    margin-bottom: 5px;
}

.admisiones-option-card p {
    color: #666666;
    line-height: 1.5;
    margin: 0;
    font-size: .9rem;
}

.admisiones-option-card:hover div {
    background: #ffffff;
    border-color: var(--ius-gold);
    transform: translateY(-2px);
}

.admisiones-option-card input:checked + div {
    background: #111111;
    border-color: #111111;
    box-shadow: 0 18px 45px rgba(0,0,0,.18);
}

.admisiones-option-card input:checked + div span { color: #ffffff; }
.admisiones-option-card input:checked + div p { color: rgba(255,255,255,.72); }

.admisiones-step-error {
    display: none;
    margin-top: 14px;
    color: #8f1f1f;
    background: #fff0f0;
    border: 1px solid rgba(143,31,31,.18);
    border-radius: 16px;
    padding: 12px 14px;
    font-size: .9rem;
    font-weight: 700;
}

.admisiones-step-error.active { display: block; }

.admisiones-flow-actions {
    display: flex;
    justify-content: space-between;
    gap: 14px;
    margin-top: 28px;
}

.admisiones-flow-actions .btn { min-width: 150px; }

.admisiones-flow-panel .form-control,
.admisiones-flow-panel .form-select {
    background: #f8f8f8;
    font-weight: 700;
}

.admisiones-flow-panel .form-control:focus,
.admisiones-flow-panel .form-select:focus {
    background: #ffffff;
}

/* =========================================================
   OFERTA ACADÉMICA / CATÁLOGO
========================================================= */
.oferta-catalogo-hero {
    position: relative;
    padding: 170px 0 90px;
    background:
        radial-gradient(circle at 80% 10%, rgba(184,155,94,.18), transparent 32%),
        linear-gradient(135deg, #101010 0%, #030406 72%);
    color: #ffffff;
    overflow: hidden;
}

.oferta-catalogo-hero .container-fluid,
.oferta-catalogo-layout .container-fluid {
    width: min(100%, 1520px) !important;
    padding-left: 4vw !important;
    padding-right: 4vw !important;
    margin: 0 auto;
}

.oferta-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(320px, .55fr);
    gap: 52px;
    align-items: end;
}

.oferta-hero-grid h1 {
    color: #ffffff;
    font-size: clamp(3.2rem, 6vw, 6.6rem);
    line-height: .98;
    letter-spacing: -.065em;
    font-weight: 600;
    max-width: 980px;
    margin: 0 0 24px;
}

.oferta-hero-grid p {
    color: rgba(255,255,255,.76);
    font-size: 1.08rem;
    line-height: 1.75;
    max-width: 820px;
    margin: 0;
}

.oferta-hero-actions {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    margin-top: 32px;
}

.oferta-hero-panel {
    background: rgba(255,255,255,.08);
    border: 1px solid rgba(255,255,255,.12);
    backdrop-filter: blur(18px);
    border-radius: 32px;
    padding: 32px;
    box-shadow: 0 28px 80px rgba(0,0,0,.28);
}

.oferta-hero-panel span {
    display: block;
    color: var(--ius-gold);
    font-size: .78rem;
    font-weight: 900;
    letter-spacing: .14em;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.oferta-hero-panel strong {
    display: block;
    color: #ffffff;
    font-size: 4.2rem;
    line-height: 1;
    font-weight: 700;
    letter-spacing: -.05em;
    margin-bottom: 14px;
}

.oferta-catalogo-layout {
    background: #f4f4f5;
    padding: 70px 0 110px;
}

.oferta-catalogo-layout .container-fluid {
    display: grid;
    grid-template-columns: 280px minmax(0, 1fr) !important;
    gap: 44px !important;
    align-items: start;
}

.oferta-sidebar {
    position: sticky;
    top: 115px;
}

.oferta-sidebar-card {
    background: #ffffff;
    border-radius: 26px !important;
    padding: 24px !important;
    box-shadow: 0 18px 60px rgba(0,0,0,.08);
    border: 1px solid rgba(0,0,0,.05);
}

.oferta-sidebar-card h3 {
    font-size: 1.25rem !important;
    font-weight: 850 !important;
    letter-spacing: -.035em;
    margin-bottom: 20px;
    color: #111111;
}

.oferta-filter-form .form-label {
    color: #222222;
    font-weight: 800;
    font-size: .88rem;
    margin-bottom: 8px;
}

.oferta-filter-form .form-control,
.oferta-filter-form .form-select {
    min-height: 50px;
    border-radius: 16px;
    border: 1px solid #dedede;
    background: #ffffff;
    color: #111111;
    font-weight: 600;
    box-shadow: none;
}

.oferta-nivel-list {
    display: grid;
    gap: 10px;
}

.oferta-nivel-list a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 46px;
    padding: 10px 16px;
    border-radius: 999px;
    text-decoration: none;
    color: #111111;
    background: #f3f3f4;
    font-size: .9rem !important;
    font-weight: 800;
    border: 1px solid rgba(0,0,0,.05);
}

.oferta-nivel-list a:hover,
.oferta-nivel-list a.active {
    background: #111111;
    color: #ffffff;
}

.oferta-results { min-width: 0; }

.oferta-results-head {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 24px;
    margin-bottom: 30px !important;
}

.oferta-results-head h2 {
    font-size: clamp(1.95rem, 3.15vw, 3.65rem) !important;
    line-height: 1.04;
    letter-spacing: -.052em !important;
    font-weight: 700 !important;
    margin: 0;
    color: #111111;
}

.oferta-results-head p {
    color: #666666;
    font-weight: 700;
    margin: 0 0 8px;
}

.programas-model-grid {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 30px !important;
}

.programa-model-card {
    border-radius: 26px !important;
    overflow: hidden !important;
    background: #ffffff !important;
    border: 1px solid rgba(0,0,0,.06) !important;
    box-shadow: 0 20px 60px rgba(0,0,0,.10) !important;
    transition: transform .3s ease, box-shadow .3s ease !important;
}

.programa-model-card:hover {
    transform: translateY(-7px) !important;
    box-shadow: 0 30px 85px rgba(0,0,0,.15) !important;
}

.programa-model-image {
    position: relative !important;
    height: 205px !important;
    padding: 0 !important;
    overflow: hidden !important;
    background: #eeeeef !important;
}

.programa-model-image img {
    width: 100% !important;
    height: 100% !important;
    max-width: none !important;
    max-height: none !important;
    object-fit: cover !important;
    object-position: center center !important;
    display: block !important;
    filter: none !important;
    transition: transform .35s ease !important;
}

.programa-model-card:hover .programa-model-image img {
    transform: scale(1.035) !important;
}

.programa-badge-validez {
    position: absolute !important;
    top: 14px !important;
    left: 14px !important;
    z-index: 2 !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 7px !important;
    padding: 8px 12px !important;
    border-radius: 999px !important;
    background: rgba(3,4,6,.86) !important;
    color: #ffffff !important;
    font-size: .66rem !important;
    font-weight: 900 !important;
    letter-spacing: .08em !important;
    text-transform: uppercase !important;
    backdrop-filter: blur(10px) !important;
}

.programa-badge-validez i { color: var(--ius-gold) !important; }

.programa-model-body { padding: 26px 26px 28px !important; }

.programa-tags {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 7px !important;
    margin-bottom: 16px !important;
}

.programa-tags span {
    min-height: 28px !important;
    padding: 6px 12px !important;
    border-radius: 999px !important;
    background: #f3ead9 !important;
    color: #8c723b !important;
    font-size: .70rem !important;
    font-weight: 900 !important;
    letter-spacing: .04em !important;
    text-transform: uppercase !important;
}

.programa-model-body h3 {
    color: #050505 !important;
    font-size: clamp(1.42rem, 1.65vw, 2rem) !important;
    line-height: 1.05 !important;
    letter-spacing: -.045em !important;
    font-weight: 800 !important;
    margin: 0 0 12px !important;
}

.programa-model-desc {
    color: #444444 !important;
    font-size: .95rem !important;
    line-height: 1.52 !important;
    margin-bottom: 20px !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
}

.programa-card-info-line {
    display: grid !important;
    gap: 10px !important;
    margin: 18px 0 22px !important;
}

.programa-card-info-item {
    display: flex !important;
    align-items: center !important;
    gap: 9px !important;
    color: #303030 !important;
    font-size: .86rem !important;
    line-height: 1.35 !important;
    font-weight: 600 !important;
}

.programa-card-info-item i {
    color: var(--ius-gold-dark) !important;
    font-size: 1rem !important;
}

.programa-ruta-box { display: none !important; }

.programa-card-actions-compact {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 12px !important;
    margin-top: 20px !important;
}

.programa-card-actions-compact .btn {
    min-height: 46px !important;
    padding: 11px 16px !important;
    border-radius: 999px !important;
    font-size: .88rem !important;
    font-weight: 850 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
}

.programa-card-actions-compact .btn-dark {
    background: #050505 !important;
    border-color: #050505 !important;
}

.programa-card-actions-compact .btn-outline-dark {
    background: #ffffff !important;
}

.oferta-results::after {
    content: "La duración y modalidad pueden variar conforme al plan de estudios. Consulta los detalles de cada programa.";
    display: block;
    color: #777777;
    font-size: .9rem;
    margin-top: 24px;
}

.oferta-empty-state {
    background: #ffffff;
    border-radius: 34px;
    padding: 70px;
    text-align: center;
    box-shadow: 0 24px 70px rgba(0,0,0,.08);
}

.oferta-empty-state h2 {
    color: #111111;
    font-size: clamp(2.4rem, 4vw, 4.5rem);
    line-height: 1;
    letter-spacing: -.06em;
}

/* =========================================================
   FOOTER
========================================================= */
.footer {
    color: rgba(255,255,255,.74);
    padding: 90px 0 38px;
    position: relative;
    z-index: 2;
}

.footer-brand {
    color: #fff;
    font-size: 1.3rem;
    font-weight: 900;
    letter-spacing: .16em;
    text-transform: uppercase;
    margin-bottom: 18px;
}

.footer-brand span { color: var(--ius-gold); }

.footer-brand-logo { margin-bottom: 18px; }

.footer-logo-img {
    display: block;
    width: auto;
    max-width: 230px;
    max-height: 62px;
    object-fit: contain;
}

.footer h4 {
    color: #fff;
    font-size: 1rem;
    font-weight: 800;
    margin-bottom: 20px;
}

.footer p { line-height: 1.75; }

.footer a {
    display: block;
    color: rgba(255,255,255,.70);
    text-decoration: none;
    margin-bottom: 10px;
}

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

.footer-social {
    display: flex;
    gap: 10px;
    margin-top: 22px;
}

.footer-social a {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: rgba(255,255,255,.08);
    color: #fff;
    margin: 0;
}

.footer-social a:hover {
    background: var(--ius-gold);
    color: #050505;
}

.footer-contact p {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    margin-bottom: 12px;
}

.footer-contact i { color: var(--ius-gold); }

.footer-cta {
    display: inline-flex !important;
    width: fit-content;
    align-items: center;
    gap: 10px;
    margin-top: 12px;
    padding: 12px 22px;
    border-radius: 999px;
    background: #fff;
    color: #050505 !important;
    font-weight: 800;
}

.footer-cta:hover {
    background: var(--ius-gold);
    color: #050505 !important;
}

.footer-bottom {
    border-top: 1px solid rgba(255,255,255,.12);
    margin-top: 54px;
    padding-top: 24px;
    display: flex;
    justify-content: space-between;
    gap: 18px;
    flex-wrap: wrap;
    font-size: .88rem;
}

.footer-bottom div {
    display: flex;
    gap: 20px;
}

.footer-bottom a { margin: 0; }

/* =========================================================
   CLAUSTRO ACADÉMICO
========================================================= */
.claustro-page {
    background: #ffffff;
    overflow-x: hidden;
}

.claustro-hero {
    position: relative;
    min-height: 72vh;
    padding: 170px 0 90px;
    color: #ffffff;
    overflow: hidden;
    background:
        radial-gradient(circle at 86% 16%, rgba(184,155,94,.24), transparent 34%),
        radial-gradient(circle at 12% 88%, rgba(214,192,138,.10), transparent 30%),
        linear-gradient(135deg, #101010 0%, #030406 76%);
}

.claustro-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(0,0,0,.34), rgba(0,0,0,.06)),
        radial-gradient(circle at 40% 120%, rgba(255,255,255,.07), transparent 34%);
    pointer-events: none;
}

.claustro-hero .container { position: relative; z-index: 2; }

.claustro-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(320px, .75fr);
    gap: 56px;
    align-items: end;
}

.claustro-hero h1 {
    color: #ffffff;
    max-width: 980px;
    font-size: clamp(3rem, 6.4vw, 6.8rem);
    line-height: .96;
    letter-spacing: -.065em;
    font-weight: 600;
    margin: 0 0 24px;
}

.claustro-hero p {
    max-width: 780px;
    color: rgba(255,255,255,.76);
    font-size: clamp(1.02rem, 1.6vw, 1.18rem);
    line-height: 1.8;
    margin: 0;
}

.claustro-hero-panel {
    padding: 30px;
    border-radius: 32px;
    background: rgba(255,255,255,.08);
    border: 1px solid rgba(255,255,255,.14);
    box-shadow: 0 28px 80px rgba(0,0,0,.28);
    backdrop-filter: blur(16px);
}

.claustro-hero-panel i {
    width: 58px;
    height: 58px;
    display: grid;
    place-items: center;
    border-radius: 999px;
    background: rgba(214,192,138,.14);
    color: var(--ius-gold-soft);
    font-size: 1.45rem;
    margin-bottom: 22px;
}

.claustro-hero-panel strong {
    display: block;
    color: #ffffff;
    font-size: 1.35rem;
    line-height: 1.25;
    font-weight: 750;
    letter-spacing: -.025em;
    margin-bottom: 10px;
}

.claustro-hero-panel span {
    display: block;
    color: rgba(255,255,255,.70);
    line-height: 1.65;
}

.claustro-section {
    padding: 105px 0;
    background:
        radial-gradient(circle at 92% 8%, rgba(184,155,94,.10), transparent 28%),
        #f6f4ef;
}

.claustro-intro {
    display: grid;
    grid-template-columns: minmax(0, .86fr) minmax(0, 1.14fr);
    gap: 54px;
    align-items: end;
    margin-bottom: 52px;
}

.claustro-intro h2 {
    color: #111111;
    font-size: clamp(1.95rem, 3.15vw, 3.65rem);
    line-height: 1.04;
    letter-spacing: -.052em;
    font-weight: 700;
    margin: 0;
}

.claustro-intro p {
    color: #5f5f5f;
    line-height: 1.8;
    font-size: 1.05rem;
    margin: 0;
}

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

.claustro-card-profile {
    display: grid !important;
    grid-template-columns: 150px minmax(0, 1fr) !important;
    grid-template-rows: 1fr auto !important;
    gap: 22px !important;
    min-height: 300px !important;
    padding: 26px !important;
    border-radius: 24px !important;
    background: #ffffff !important;
    border: 1px solid rgba(0,0,0,.06) !important;
    box-shadow: 0 18px 48px rgba(0,0,0,.08) !important;
    text-decoration: none !important;
    color: #111111 !important;
    transition: transform .28s ease, box-shadow .28s ease !important;
}

.claustro-card-profile:hover {
    transform: translateY(-6px) !important;
    box-shadow: 0 28px 70px rgba(0,0,0,.13) !important;
    color: #111111 !important;
}

.claustro-profile-photo {
    width: 150px !important;
    height: 185px !important;
    border-radius: 18px !important;
    overflow: hidden !important;
    background:
        radial-gradient(circle at 80% 20%, rgba(184,155,94,.14), transparent 34%),
        linear-gradient(180deg, #ffffff 0%, #eeeeef 100%) !important;
    display: grid !important;
    place-items: center !important;
}

.claustro-profile-photo img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center top !important;
    display: block !important;
}

.claustro-photo-placeholder {
    width: 100% !important;
    height: 100% !important;
    display: grid !important;
    place-items: center !important;
    background:
        radial-gradient(circle at 80% 20%, rgba(184,155,94,.20), transparent 34%),
        linear-gradient(135deg, #111111 0%, #030406 78%) !important;
}

.claustro-photo-placeholder span {
    width: 88px !important;
    height: 88px !important;
    border-radius: 50% !important;
    display: grid !important;
    place-items: center !important;
    color: var(--ius-gold-soft) !important;
    background: rgba(255,255,255,.08) !important;
    border: 1px solid rgba(214,192,138,.28) !important;
    font-size: 1.55rem !important;
    font-weight: 700 !important;
}

.claustro-profile-info {
    min-width: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
}

.claustro-profile-kicker { display: none !important; }

.claustro-profile-info h3 {
    color: var(--ius-blue) !important;
    font-size: clamp(1.28rem, 1.55vw, 1.72rem) !important;
    line-height: 1.08 !important;
    letter-spacing: -.035em !important;
    font-weight: 800 !important;
    margin: 0 0 14px !important;
}

.claustro-profile-subtitle {
    color: #111111 !important;
    font-size: 1rem !important;
    line-height: 1.36 !important;
    font-weight: 600 !important;
    margin-bottom: 8px !important;
}

.claustro-profile-degree {
    color: #666666 !important;
    font-size: .9rem !important;
    line-height: 1.35 !important;
    margin-bottom: 0 !important;
}

.claustro-profile-btn {
    grid-column: 1 / -1 !important;
    justify-self: end !important;
    width: min(100%, 190px) !important;
    min-height: 48px !important;
    padding: 12px 24px !important;
    border-radius: 14px !important;
    background: var(--ius-blue) !important;
    color: #ffffff !important;
    font-weight: 800 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 9px !important;
    text-decoration: none !important;
    transition: all .25s ease !important;
}

.claustro-card-profile:hover .claustro-profile-btn {
    background: #111111 !important;
    color: #ffffff !important;
    transform: translateY(-2px) !important;
}

.claustro-cta {
    padding: 95px 0;
    background:
        radial-gradient(circle at 84% 16%, rgba(184,155,94,.22), transparent 32%),
        linear-gradient(135deg, #111111 0%, #030406 76%);
    color: #ffffff;
}

.claustro-cta-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
}

.claustro-cta h2 {
    color: #ffffff;
    font-size: clamp(2.4rem, 4.2vw, 4.6rem);
    line-height: 1;
    letter-spacing: -.06em;
    font-weight: 600;
    margin: 0 0 16px;
}

.claustro-cta p {
    max-width: 720px;
    color: rgba(255,255,255,.72);
    line-height: 1.75;
    margin: 0;
}

/* =========================================================
   PÁGINAS LEGALES
========================================================= */
.legal-page {
    background:
        radial-gradient(circle at 88% 8%, rgba(184,155,94,.10), transparent 30%),
        #ffffff;
    overflow-x: hidden;
}

.legal-hero {
    position: relative;
    min-height: 74vh;
    padding: 180px 0 100px;
    color: #ffffff;
    overflow: hidden;
    background:
        radial-gradient(circle at 84% 18%, rgba(214,192,138,.22), transparent 34%),
        radial-gradient(circle at 14% 84%, rgba(184,155,94,.13), transparent 32%),
        linear-gradient(135deg, #111111 0%, #030406 76%);
}

.legal-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(0,0,0,.28), rgba(0,0,0,.05)),
        radial-gradient(circle at 40% 120%, rgba(255,255,255,.08), transparent 34%);
    pointer-events: none;
}

.legal-hero .container { position: relative; z-index: 2; }

.legal-hero h1 {
    max-width: 1100px;
    color: #ffffff;
    font-size: clamp(3.5rem, 7vw, 7.2rem);
    line-height: .96;
    letter-spacing: -.07em;
    font-weight: 500;
    margin: 0 0 28px;
}

.legal-hero p {
    max-width: 850px;
    color: rgba(255,255,255,.76);
    font-size: clamp(1.05rem, 2vw, 1.28rem);
    line-height: 1.75;
    margin: 0;
}

.legal-layout {
    display: grid;
    grid-template-columns: 320px minmax(0, 1fr);
    gap: 54px;
    align-items: start;
}

.legal-index {
    position: sticky;
    top: 120px;
    padding: 30px;
    border-radius: 32px;
    background:
        radial-gradient(circle at 100% 0%, rgba(184,155,94,.20), transparent 34%),
        #111111;
    color: #ffffff;
    box-shadow: 0 26px 80px rgba(0,0,0,.22);
    border: 1px solid rgba(255,255,255,.08);
}

.legal-index h3 {
    color: #ffffff;
    font-size: 1.2rem;
    font-weight: 900;
    margin: 0 0 22px;
    letter-spacing: -.03em;
}

.legal-index a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    color: rgba(255,255,255,.72);
    text-decoration: none;
    padding: 13px 0;
    border-bottom: 1px solid rgba(255,255,255,.10);
    font-weight: 750;
    line-height: 1.3;
}

.legal-index a:hover {
    color: var(--ius-gold-soft);
    padding-left: 6px;
}

.legal-content { display: grid; gap: 28px; }

.legal-block {
    position: relative;
    padding: 46px;
    border-radius: 36px;
    background: rgba(255,255,255,.94);
    border: 1px solid rgba(0,0,0,.07);
    box-shadow: 0 22px 70px rgba(0,0,0,.09);
    overflow: hidden;
    transition: transform .3s ease, box-shadow .3s ease;
}

.legal-block::before {
    content: "";
    position: absolute;
    top: 0;
    left: 46px;
    width: 76px;
    height: 5px;
    border-radius: 0 0 999px 999px;
    background: var(--ius-gold);
}

.legal-block:hover {
    transform: translateY(-4px);
    box-shadow: 0 32px 95px rgba(0,0,0,.13);
}

.legal-block h2 {
    color: #111111;
    font-size: clamp(1.85rem, 3vw, 3.4rem);
    line-height: 1.05;
    letter-spacing: -.052em;
    font-weight: 700;
    margin: 8px 0 22px;
}

.legal-block h3 {
    color: #111111;
    font-size: 1.22rem;
    font-weight: 900;
    margin: 28px 0 12px;
}

.legal-block p,
.legal-block li {
    color: #555555;
    line-height: 1.85;
    font-size: 1rem;
}

.legal-block p { margin-bottom: 16px; }
.legal-block ul { padding-left: 22px; margin: 0 0 18px; }
.legal-block li { margin-bottom: 7px; }

.legal-highlight {
    padding: 20px 22px;
    border-radius: 20px;
    background:
        radial-gradient(circle at 100% 0%, rgba(184,155,94,.16), transparent 30%),
        #f6f4ef;
    border-left: 5px solid var(--ius-gold);
    font-weight: 900;
}

.legal-contact-card {
    display: grid;
    gap: 14px;
    margin-top: 24px;
    padding: 26px;
    border-radius: 26px;
    background: #111111;
    border: 1px solid rgba(255,255,255,.08);
    box-shadow: 0 22px 60px rgba(0,0,0,.16);
}

.legal-contact-card p {
    display: flex;
    gap: 14px;
    align-items: flex-start;
    margin: 0;
    color: rgba(255,255,255,.78);
}

.legal-contact-card i {
    color: var(--ius-gold-soft);
    font-size: 1.25rem;
    margin-top: 5px;
}

/* =========================================================
   PÁGINAS VIEJAS / COMPATIBILIDAD
========================================================= */
.porsche-programs {
    color: #ffffff;
    padding: 115px 0 130px;
    overflow: hidden;
    background:
        radial-gradient(circle at top right, rgba(184,155,94,.16), transparent 34%),
        linear-gradient(135deg, #101010 0%, #030406 72%);
}

.porsche-programs .container-fluid {
    max-width: 1480px;
    padding-left: 6vw;
    padding-right: 6vw;
}

.porsche-programs-heading { margin-bottom: 76px; }

.porsche-programs-heading span {
    display: inline-block;
    color: var(--ius-gold);
    text-transform: uppercase;
    letter-spacing: .16em;
    font-size: .78rem;
    font-weight: 800;
    margin-bottom: 18px;
}

.porsche-programs-heading h2 {
    font-size: clamp(3.2rem,6vw,6.8rem);
    line-height: 1.02;
    font-weight: 500;
    letter-spacing: -.055em;
    color: #fff;
    max-width: 1180px;
    margin: 0;
}

.porsche-programs-grid {
    display: grid;
    grid-template-columns: repeat(2,minmax(0,1fr));
    gap: 34px;
}

.porsche-program-card {
    min-height: 640px;
    border-radius: 34px;
    background: #f3f3f4;
    color: #050505;
    text-decoration: none;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    position: relative;
    box-shadow: 0 28px 80px rgba(0,0,0,.36);
    transition: transform .45s ease, box-shadow .45s ease;
}

.porsche-program-card:hover {
    color: #050505;
    transform: translateY(-10px);
    box-shadow: 0 42px 120px rgba(0,0,0,.56);
}

.porsche-program-media,
.porsche-program-card:first-child .porsche-program-media {
    height: 390px !important;
    min-height: 390px !important;
    max-height: 390px !important;
    padding: 0 !important;
    margin: 0 !important;
    display: block !important;
    position: relative !important;
    overflow: hidden !important;
    background: #eeeeef !important;
}

.porsche-program-media img,
.porsche-program-card:first-child .porsche-program-media img {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    max-width: 100% !important;
    max-height: 100% !important;
    min-width: 100% !important;
    min-height: 100% !important;
    object-fit: cover !important;
    object-position: center center !important;
    padding: 0 !important;
    margin: 0 !important;
    border-radius: 0 !important;
    display: block !important;
    transform: none !important;
    filter: none !important;
}

.porsche-program-media::after { display: none !important; content: none !important; }

.porsche-program-card:hover .porsche-program-media img {
    transform: scale(1.045) !important;
}

.porsche-program-info {
    flex: 1;
    padding: 36px 38px 42px !important;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 26px;
    background: linear-gradient(180deg, #f7f7f8 0%, #eeeeef 100%) !important;
}

.porsche-program-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 18px;
}

.porsche-program-meta span {
    display: inline-flex;
    align-items: center;
    background: #ffffff;
    color: #111;
    border-radius: 999px;
    padding: 8px 15px;
    font-size: .78rem;
    font-weight: 700;
}

.porsche-program-info h3 {
    font-size: clamp(1.5rem,2.2vw,2.15rem);
    line-height: 1.08;
    font-weight: 700;
    letter-spacing: -.035em;
    margin: 0 0 12px;
    color: #050505;
}

.porsche-program-info p {
    color: #4d4d4d;
    font-size: .96rem;
    line-height: 1.55;
    max-width: 520px;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.porsche-program-arrow {
    width: 58px;
    min-width: 58px;
    height: 58px;
    border-radius: 50%;
    background: rgba(0,0,0,.12);
    color: #111;
    display: grid;
    place-items: center;
    font-size: 1.35rem;
    transition: all .35s ease;
}

.porsche-program-card:hover .porsche-program-arrow {
    background: #111;
    color: #fff;
    transform: translateX(6px);
}

/* =========================================================
   FORMULARIOS GENERALES
========================================================= */
.form-control,
.form-select {
    min-height: 52px;
    border-radius: 14px;
    border: 1px solid #ddd;
    font-size: .94rem;
    padding: 12px 16px;
}

.form-control:focus,
.form-select:focus {
    border-color: var(--ius-gold);
    box-shadow: 0 0 0 .18rem rgba(184,155,94,.16);
}

textarea.form-control { min-height: 120px; }

.form-check {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.form-check-input { margin-top: .25rem; }

.form-check-input:checked {
    background-color: var(--ius-gold);
    border-color: var(--ius-gold);
}

/* =========================================================
   RESPONSIVE GENERAL
========================================================= */
@media (max-width: 1399px) {
    .programas-model-grid,
    .claustro-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
}

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

    .ius-programs-mini-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    body.menu-open #megaMenu.mega-menu,
    #megaMenu.mega-menu.active,
    #megaMenu.mega-menu.open,
    #megaMenu[aria-hidden="false"].mega-menu {
        display: grid !important;
        grid-template-columns: 34% 66% !important;
    }

    #megaMenu .mega-left {
        height: 100vh !important;
        min-height: 100vh !important;
        padding: 54px 34px 56px !important;
    }

    #megaMenu .mega-right {
        height: 100vh !important;
        min-height: 100vh !important;
        display: flex !important;
        padding: 74px 5vw 70px !important;
    }

    #megaMenu .mega-link-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
}

@media (max-width: 991px) {
    .section-padding { padding: 80px 0; }

    .site-header {
        width: calc(100% - 24px);
        top: 12px;
        height: 66px;
        grid-template-columns: auto 1fr auto;
        padding: 0 18px;
    }

    .site-header .brand.brand-logo {
        width: 160px !important;
        height: 34px !important;
        max-width: 160px !important;
        max-height: 34px !important;
    }

    .header-cta {
        padding: 9px 14px;
        font-size: .78rem;
    }

    .ius-hero-slide {
    position: relative;
    min-height: 620px;
    display: flex;
    align-items: center;
    padding: 132px 0 82px;
    overflow: hidden;
}

    .ius-hero-overlay {
        background:
            linear-gradient(180deg, rgba(0,0,0,.88) 0%, rgba(0,0,0,.72) 46%, rgba(0,0,0,.92) 100%);
    }

    .ius-hero-proof-grid,
    .ius-about-cards,
    .ius-method-grid,
    .ius-programs-mini-grid {
        grid-template-columns: 1fr;
    }

    .ius-about-visual,
    .ius-about-visual img {
        min-height: 360px;
    }

    .ius-programs-preview-head {
        display: grid;
        align-items: start;
    }

    .admisiones-flow-section { padding: 88px 0; }

    .admisiones-flow-layout {
        grid-template-columns: 1fr;
    }

    .admisiones-flow-panel {
        position: relative;
        top: auto;
    }

    .oferta-hero-grid,
    .oferta-catalogo-layout .container-fluid {
        grid-template-columns: 1fr !important;
    }

    .oferta-sidebar {
        position: static !important;
        display: grid !important;
        grid-template-columns: 1fr 1fr !important;
        gap: 22px !important;
    }

    .programas-model-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }

    .programa-model-image {
        height: 190px !important;
    }

    .legal-layout {
        grid-template-columns: 1fr;
        gap: 34px;
    }

    .legal-index {
        position: relative;
        top: auto;
    }

    .claustro-hero {
        min-height: auto;
        padding: 145px 0 76px;
    }

    .claustro-hero-grid,
    .claustro-intro {
        grid-template-columns: 1fr;
        gap: 34px;
    }

    .claustro-section { padding: 82px 0; }

    .claustro-cta-box { display: grid; }

    .porsche-programs-grid { grid-template-columns: 1fr; }
    .porsche-program-card { min-height: auto; }
    .porsche-program-media { height: 310px !important; min-height: 310px !important; max-height: 310px !important; }
}

@media (max-width: 767px) {
    body.menu-open #megaMenu.mega-menu,
    #megaMenu.mega-menu.active,
    #megaMenu.mega-menu.open,
    #megaMenu[aria-hidden="false"].mega-menu {
        display: block !important;
        overflow-y: auto !important;
    }

    #megaMenu .mega-left {
        height: auto !important;
        min-height: auto !important;
        padding: 76px 22px 24px !important;
    }

    #megaMenu .mega-left-logo {
        margin-bottom: 24px !important;
        padding-bottom: 18px !important;
    }

    #megaMenu .mega-left-logo img {
        width: 210px !important;
        max-height: 64px !important;
    }

    #megaMenu .mega-item {
        min-height: 64px !important;
        border-radius: 22px !important;
        padding: 0 22px !important;
        font-size: 1.32rem !important;
        font-weight: 600 !important;
    }

    #megaMenu .mega-item:hover::before,
    #megaMenu .mega-item.active::before {
        height: 34px !important;
    }

    #megaMenu .mega-right {
        height: auto !important;
        min-height: auto !important;
        padding: 26px 22px 70px !important;
        display: block !important;
    }

    #megaMenu .mega-link-grid {
        grid-template-columns: 1fr !important;
        gap: 14px !important;
    }

    #megaMenu .mega-link-grid a {
        min-height: 92px !important;
        padding: 20px !important;
        border-radius: 24px !important;
    }

    #megaMenu .mega-link-grid i {
        width: 48px !important;
        height: 48px !important;
        min-width: 48px !important;
        font-size: 1.28rem !important;
    }

    .oferta-sidebar {
        grid-template-columns: 1fr !important;
    }

    .programas-model-grid,
    .claustro-grid {
        grid-template-columns: 1fr !important;
    }

    .programa-model-image {
        height: 230px !important;
    }

    .programa-card-actions-compact {
        grid-template-columns: 1fr !important;
    }

    .programa-card-actions-compact .btn {
        width: 100% !important;
    }

    .claustro-card-profile {
        grid-template-columns: 120px minmax(0, 1fr) !important;
        gap: 18px !important;
        padding: 22px !important;
    }

    .claustro-profile-photo {
        width: 120px !important;
        height: 150px !important;
    }

    .claustro-profile-info h3 {
        font-size: 1.35rem !important;
    }

    .claustro-profile-btn {
        width: 100% !important;
        justify-self: stretch !important;
    }
}

@media (max-width: 575px) {
    .section-padding { padding: 66px 0; }

    .menu-trigger span { display: none; }
    .header-cta { display: none; }

    .site-header .brand.brand-logo {
        width: 120px !important;
        height: 28px !important;
        max-width: 120px !important;
        max-height: 28px !important;
    }

    .section-title {
    font-size: clamp(1.95rem, 3.05vw, 3.55rem);
    line-height: 1.04;
    letter-spacing: -.052em;
    font-weight: 700;
    margin-bottom: 22px;
}

    .ius-hero-slide {
    position: relative;
    min-height: 620px;
    display: flex;
    align-items: center;
    padding: 132px 0 82px;
    overflow: hidden;
}

    .ius-hero-content h1,
.ius-hero-content h2 {
    color: #ffffff;
    font-size: clamp(2.45rem, 4.25vw, 4.75rem);
    line-height: 1;
    letter-spacing: -.062em;
    font-weight: 700;
    margin: 0 0 22px;
    text-wrap: balance;
    text-shadow: 0 18px 55px rgba(0,0,0,.45);
}

    .ius-hero-content p {
        font-size: .98rem;
        line-height: 1.56;
    }

    .ius-hero-actions .btn,
    .ius-section-actions .btn,
    .ius-programs-all .btn {
        width: 100%;
    }

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

    .ius-hero-slider .carousel-indicators { bottom: 22px; }

    .ius-hero-proof-grid article {
        min-height: auto;
        padding: 14px 16px;
    }

    .ius-offer-grid {
        grid-template-columns: 1fr !important;
        max-width: 100%;
    }

    .ius-about-cards article,
    .ius-method-card,
    .ius-offer-card {
        padding: 24px 22px;
    }

    .ius-program-mini-card {
        grid-template-columns: 1fr;
    }

    .ius-program-mini-img {
        height: 188px;
    }

    .admisiones-flow-header h2 {
    color: #111111;
    font-size: clamp(1.95rem, 3.15vw, 3.65rem);
    line-height: 1.04;
    letter-spacing: -.052em;
    font-weight: 700;
    margin-bottom: 18px;
}

    .admisiones-flow-card {
        grid-template-columns: 1fr;
        padding: 22px;
    }

    .admisiones-flow-panel {
        padding: 24px;
        border-radius: 26px;
    }

    .admisiones-wizard-step span {
        width: 40px;
        height: 40px;
    }

    .admisiones-wizard-step strong {
        font-size: .62rem;
        letter-spacing: .06em;
    }

    .admisiones-flow-actions {
        flex-direction: column;
    }

    .admisiones-flow-actions .btn {
        width: 100%;
    }

    .legal-hero h1,
    .claustro-hero h1 {
        font-size: 2.75rem;
    }

    .legal-block {
        padding: 30px;
        border-radius: 26px;
    }

    .legal-block::before {
        left: 30px;
    }

    .claustro-profile-photo {
        width: 100% !important;
        height: 260px !important;
    }

    .claustro-card-profile {
        grid-template-columns: 1fr !important;
    }

    .porsche-program-media {
        height: 240px !important;
        min-height: 240px !important;
        max-height: 240px !important;
    }

    .footer-logo-img {
        max-width: 200px;
        max-height: 54px;
    }
}



/* =========================================================
   IUS UNIVERSIDAD — CONTROL FINAL 530
   Archivo completo: reemplazar assets/css/style.css
   Objetivo:
   - Más aire y balance claro/oscuro.
   - Hero de programas más vivo pero elegante.
   - ¿Qué ofrecemos? con cards limpias y texto legible.
   - Programas destacados más tipo catálogo premium.
========================================================= */

/* BASE EDITORIAL */
.section-padding {
    padding-top: 112px !important;
    padding-bottom: 112px !important;
}

.section-label,
.ius-section-kicker,
.ius-hero-kicker,
.ius-program-hero-kicker {
    color: var(--ius-gold-soft, #d6c08a) !important;
    font-size: clamp(.88rem, .95vw, 1.04rem) !important;
    letter-spacing: .22em !important;
}

.section-label::before,
.ius-section-kicker::before,
.ius-hero-kicker::before,
.ius-program-hero-kicker::before {
    width: 78px !important;
    height: 2px !important;
    background: currentColor !important;
}

.section-title,
.ius-programs-preview-head h2,
.admisiones-flow-header h2,
.oferta-results-head h2 {
    font-size: clamp(2rem, 3.4vw, 3.85rem) !important;
    line-height: 1.03 !important;
    letter-spacing: -.052em !important;
}

/* HERO PROGRAMAS: MÁS COLOR, MENOS NEGRO */
.ius-program-hero-carousel,
.ius-program-hero-carousel .carousel,
.ius-program-hero-carousel .carousel-inner,
.ius-program-hero-carousel .carousel-item,
.ius-program-hero-slide {
    min-height: 90vh !important;
}

.ius-program-hero-slide {
    padding-top: 150px !important;
    padding-bottom: 94px !important;
}

.ius-program-hero-bg {
    filter: saturate(1.48) contrast(1.10) brightness(1.16) !important;
    transform: scale(1.015) !important;
}

.ius-program-hero-slide::before {
    background:
        linear-gradient(
            90deg,
            rgba(0,0,0,.70) 0%,
            rgba(0,0,0,.50) 35%,
            rgba(0,0,0,.18) 64%,
            rgba(0,0,0,.38) 100%
        ),
        linear-gradient(
            180deg,
            rgba(0,0,0,.12) 0%,
            rgba(0,0,0,.03) 48%,
            rgba(0,0,0,.50) 100%
        ) !important;
}

.ius-program-hero-slide::after {
    background:
        radial-gradient(circle at 78% 20%, var(--program-accent), transparent 42%),
        radial-gradient(circle at 18% 86%, var(--program-accent-soft), transparent 42%),
        radial-gradient(circle at 52% 102%, rgba(214,192,138,.16), transparent 44%),
        linear-gradient(115deg, rgba(214,192,138,.12), transparent 46%) !important;
    opacity: 1 !important;
}

.ius-program-hero-content h1 {
    font-size: clamp(3rem, 5.7vw, 6.35rem) !important;
    line-height: .95 !important;
    letter-spacing: -.072em !important;
    text-shadow: 0 22px 70px rgba(0,0,0,.50) !important;
}

.ius-program-hero-content p {
    color: rgba(255,255,255,.90) !important;
    font-size: clamp(1.02rem, 1.25vw, 1.16rem) !important;
}

.ius-program-hero-kicker {
    color: #e7cf8f !important;
    text-shadow: 0 0 28px rgba(214,192,138,.32) !important;
}

.ius-program-hero-kicker::before {
    background: #e7cf8f !important;
    box-shadow: 0 0 18px rgba(214,192,138,.50) !important;
}

.ius-program-hero-chips span {
    background:
        linear-gradient(135deg, rgba(255,255,255,.16), rgba(214,192,138,.09)) !important;
    border: 1px solid rgba(214,192,138,.34) !important;
    color: #ffffff !important;
    box-shadow:
        0 14px 34px rgba(0,0,0,.20),
        inset 0 1px 0 rgba(255,255,255,.16) !important;
}

.ius-program-hero-chips i {
    color: #e7cf8f !important;
}

.ius-program-hero-actions .btn-ius {
    background: #ffffff !important;
    color: #111111 !important;
    border-color: #ffffff !important;
    box-shadow:
        0 18px 44px rgba(255,255,255,.18),
        0 0 0 1px rgba(255,255,255,.18) inset !important;
}

.ius-program-hero-actions .btn-ius:hover {
    background: #e7cf8f !important;
    border-color: #e7cf8f !important;
    color: #111111 !important;
    transform: translateY(-3px) !important;
}

.ius-program-hero-whatsapp,
.btn-whatsapp-ius,
.footer-cta[data-tipo="whatsapp"] {
    background: linear-gradient(135deg, #30e978 0%, #14bd5d 100%) !important;
    border-color: #30e978 !important;
    color: #ffffff !important;
    box-shadow:
        0 22px 58px rgba(37,211,102,.42),
        0 0 0 1px rgba(255,255,255,.16) inset !important;
}

.ius-program-hero-whatsapp:hover,
.btn-whatsapp-ius:hover,
.footer-cta[data-tipo="whatsapp"]:hover {
    background: linear-gradient(135deg, #45f28b 0%, #18c760 100%) !important;
    color: #ffffff !important;
    transform: translateY(-3px) !important;
}

.ius-program-hero-panel {
    background:
        linear-gradient(135deg, rgba(14,75,58,.42), rgba(214,192,138,.16), rgba(255,255,255,.13)) !important;
    border: 1px solid rgba(214,192,138,.45) !important;
    box-shadow:
        0 34px 95px rgba(0,0,0,.26),
        0 0 88px rgba(14,75,58,.25),
        inset 0 1px 0 rgba(255,255,255,.23) !important;
    backdrop-filter: blur(20px) saturate(1.18) !important;
}

.ius-program-hero-panel strong {
    color: #ffffff !important;
    text-shadow: 0 16px 40px rgba(0,0,0,.40) !important;
}

.ius-program-hero-panel p,
.ius-program-hero-panel .panel-meta span {
    color: rgba(255,255,255,.90) !important;
}

.ius-program-hero-panel .panel-meta i {
    color: #e7cf8f !important;
}

.ius-program-hero-grid {
    position: relative;
}

.ius-program-hero-grid::after {
    content: "";
    position: absolute;
    right: 5vw;
    top: 18%;
    width: 470px;
    height: 470px;
    border-radius: 50%;
    background:
        radial-gradient(circle, rgba(214,192,138,.20), rgba(14,75,58,.14), transparent 68%);
    filter: blur(8px);
    pointer-events: none;
    z-index: -1;
}

.ius-program-hero-carousel .carousel-indicators [data-bs-target] {
    height: 6px !important;
    width: 48px !important;
    background-color: rgba(255,255,255,.44) !important;
}

.ius-program-hero-carousel .carousel-indicators .active {
    background-color: #e7cf8f !important;
    box-shadow: 0 0 20px rgba(214,192,138,.62) !important;
}

/* Colores por programa */
.program-accent-contaduria {
    --program-accent: rgba(18, 150, 96, .66);
    --program-accent-soft: rgba(214, 192, 138, .28);
}

.program-accent-derecho {
    --program-accent: rgba(172, 38, 66, .66);
    --program-accent-soft: rgba(214, 192, 138, .26);
}

.program-accent-servidores {
    --program-accent: rgba(224, 194, 124, .60);
    --program-accent-soft: rgba(122, 31, 43, .36);
}

.program-accent-fiscal {
    --program-accent: rgba(6, 135, 94, .68);
    --program-accent-soft: rgba(214, 192, 138, .30);
}

.program-accent-filosofia {
    --program-accent: rgba(0, 178, 225, .58);
    --program-accent-soft: rgba(214, 192, 138, .24);
}

/* SECCIÓN ¿QUIÉNES SOMOS?: mantener respiro claro */
.ius-about-section {
    background:
        radial-gradient(circle at 90% 10%, rgba(214,192,138,.16), transparent 28%),
        linear-gradient(180deg, #ffffff 0%, #f6f4ef 100%) !important;
}

/* ¿QUÉ HACEMOS?: único bloque oscuro fuerte */
.ius-method-section {
    background:
        radial-gradient(circle at 12% 12%, rgba(214,192,138,.14), transparent 30%),
        radial-gradient(circle at 88% 20%, rgba(122,31,43,.22), transparent 34%),
        radial-gradient(circle at 55% 95%, rgba(14,75,58,.24), transparent 38%),
        linear-gradient(180deg, #101010 0%, #030406 100%) !important;
    color: #ffffff !important;
}

.ius-method-section .section-title,
.ius-method-section h2,
.ius-method-section h3 {
    color: #ffffff !important;
}

.ius-method-section .text-muted,
.ius-method-section p {
    color: rgba(255,255,255,.72) !important;
}

/* ¿QUÉ OFRECEMOS?: fondo claro, cards limpias y legibles */
#que-ofrecemos,
.ius-offer-section {
    background:
        radial-gradient(circle at 88% 8%, rgba(214,192,138,.18), transparent 34%),
        radial-gradient(circle at 12% 90%, rgba(14,75,58,.10), transparent 34%),
        linear-gradient(180deg, #ffffff 0%, #f6f4ef 100%) !important;
    color: #111111 !important;
}

#que-ofrecemos .section-label,
.ius-offer-section .section-label {
    color: var(--ius-gold-dark, #8c723b) !important;
}

#que-ofrecemos .section-title,
.ius-offer-section .section-title {
    color: #111111 !important;
    max-width: 980px !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

#que-ofrecemos .ius-offer-grid,
.ius-offer-section .ius-offer-grid {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 28px !important;
    max-width: 1320px !important;
    width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

#que-ofrecemos .ius-offer-card,
.ius-offer-section .ius-offer-card {
    position: relative !important;
    isolation: isolate !important;
    overflow: hidden !important;
    min-height: 390px !important;
    padding: 34px !important;
    border-radius: 34px !important;
    text-decoration: none !important;
    color: #ffffff !important;
    background:
        radial-gradient(circle at 82% 12%, var(--offer-color), transparent 38%),
        linear-gradient(180deg, #1a1a1a 0%, #050505 100%) !important;
    border: 1px solid rgba(0,0,0,.10) !important;
    box-shadow: 0 30px 90px rgba(0,0,0,.20) !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: flex-end !important;
    transition: transform .32s ease, box-shadow .32s ease, border-color .32s ease !important;
}

#que-ofrecemos .ius-offer-card::before,
.ius-offer-section .ius-offer-card::before {
    content: "" !important;
    position: absolute !important;
    inset: 0 !important;
    z-index: -2 !important;
    background: none !important;
    background-image: none !important;
    opacity: 0 !important;
}

#que-ofrecemos .ius-offer-card::after,
.ius-offer-section .ius-offer-card::after {
    content: "" !important;
    position: absolute !important;
    right: -62px !important;
    top: -62px !important;
    width: 190px !important;
    height: 190px !important;
    border-radius: 50% !important;
    border: 2px solid rgba(214,192,138,.32) !important;
    background: transparent !important;
    z-index: -1 !important;
}

#que-ofrecemos .ius-offer-card:nth-child(1),
.ius-offer-section .ius-offer-card:nth-child(1) {
    --offer-color: rgba(122,31,43,.62);
}

#que-ofrecemos .ius-offer-card:nth-child(2),
.ius-offer-section .ius-offer-card:nth-child(2) {
    --offer-color: rgba(184,155,94,.55);
}

#que-ofrecemos .ius-offer-card:nth-child(3),
.ius-offer-section .ius-offer-card:nth-child(3) {
    --offer-color: rgba(14,75,58,.62);
}

#que-ofrecemos .ius-offer-card:nth-child(4),
.ius-offer-section .ius-offer-card:nth-child(4) {
    --offer-color: rgba(0,169,214,.40);
}

#que-ofrecemos .ius-offer-card:hover,
.ius-offer-section .ius-offer-card:hover {
    transform: translateY(-9px) !important;
    box-shadow: 0 42px 120px rgba(0,0,0,.30) !important;
    border-color: rgba(214,192,138,.42) !important;
}

#que-ofrecemos .ius-offer-card > i,
.ius-offer-section .ius-offer-card > i {
    width: 62px !important;
    height: 62px !important;
    display: grid !important;
    place-items: center !important;
    border-radius: 999px !important;
    background: rgba(0,0,0,.42) !important;
    border: 1px solid rgba(214,192,138,.34) !important;
    color: var(--ius-gold-soft, #d6c08a) !important;
    font-size: 1.75rem !important;
    margin-bottom: auto !important;
}

#que-ofrecemos .ius-offer-card h3,
.ius-offer-section .ius-offer-card h3 {
    color: #ffffff !important;
    font-size: clamp(1.5rem, 1.9vw, 2.15rem) !important;
    line-height: 1.04 !important;
    letter-spacing: -.045em !important;
    font-weight: 900 !important;
    margin: 0 0 14px !important;
    text-shadow: 0 14px 34px rgba(0,0,0,.45) !important;
}

#que-ofrecemos .ius-offer-card p,
.ius-offer-section .ius-offer-card p {
    color: rgba(255,255,255,.82) !important;
    font-size: 1rem !important;
    line-height: 1.55 !important;
    margin: 0 0 30px !important;
    max-width: 280px !important;
}

#que-ofrecemos .ius-offer-card span,
.ius-offer-section .ius-offer-card span {
    color: var(--ius-gold-soft, #d6c08a) !important;
    font-size: 1.25rem !important;
}

#que-ofrecemos .ius-section-actions .btn-ius,
.ius-offer-section .ius-section-actions .btn-ius {
    background: #111111 !important;
    border-color: #111111 !important;
    color: #ffffff !important;
}

#que-ofrecemos .ius-section-actions .btn-ius:hover,
.ius-offer-section .ius-section-actions .btn-ius:hover {
    background: var(--ius-gold-soft, #d6c08a) !important;
    border-color: var(--ius-gold-soft, #d6c08a) !important;
    color: #111111 !important;
}

/* PROGRAMAS DESTACADOS: catálogo claro tipo editorial */
.ius-programs-preview {
    background:
        radial-gradient(circle at 90% 8%, rgba(214,192,138,.16), transparent 32%),
        radial-gradient(circle at 8% 92%, rgba(14,75,58,.08), transparent 34%),
        linear-gradient(180deg, #ffffff 0%, #f6f4ef 100%) !important;
    color: #111111 !important;
}

.ius-programs-preview .ius-section-kicker {
    color: var(--ius-gold-dark, #8c723b) !important;
}

.ius-programs-preview-head h2 {
    color: #111111 !important;
}

.ius-programs-preview-head p {
    color: #5f5f5f !important;
}

.ius-program-mini-card {
    background: #ffffff !important;
    box-shadow: 0 26px 80px rgba(0,0,0,.12) !important;
    border: 1px solid rgba(0,0,0,.06) !important;
}

.ius-program-mini-card:hover {
    box-shadow: 0 36px 100px rgba(0,0,0,.18) !important;
}

.ius-programs-all .btn-outline-ius {
    color: #111111 !important;
    border-color: rgba(0,0,0,.22) !important;
    background: rgba(255,255,255,.70) !important;
}

.ius-programs-all .btn-outline-ius:hover {
    background: #111111 !important;
    color: #ffffff !important;
}

/* ADMISIONES: claro y cálido */
.admisiones-flow-section {
    background:
        radial-gradient(circle at 88% 10%, rgba(214,192,138,.18), transparent 32%),
        radial-gradient(circle at 12% 90%, rgba(14,75,58,.08), transparent 34%),
        linear-gradient(180deg, #ffffff 0%, #f6f4ef 100%) !important;
}

.admisiones-flow-panel {
    border-radius: 38px !important;
    box-shadow: 0 38px 110px rgba(0,0,0,.16) !important;
}

.admisiones-flow-card.active {
    background:
        radial-gradient(circle at 90% 10%, rgba(214,192,138,.20), transparent 34%),
        #111111 !important;
}

/* FOOTER: cierre premium oscuro */
.footer {
    padding-top: 110px !important;
    background:
        radial-gradient(circle at 86% 10%, rgba(214,192,138,.14), transparent 34%),
        linear-gradient(135deg, #101010 0%, #030406 78%) !important;
}

/* RESPONSIVE CONTROL */
@media (max-width: 1199px) {
    #que-ofrecemos .ius-offer-grid,
    .ius-offer-section .ius-offer-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        max-width: 860px !important;
    }
}

@media (max-width: 991px) {
    .section-padding {
        padding-top: 88px !important;
        padding-bottom: 88px !important;
    }

    .ius-program-hero-carousel,
    .ius-program-hero-carousel .carousel,
    .ius-program-hero-carousel .carousel-inner,
    .ius-program-hero-carousel .carousel-item,
    .ius-program-hero-slide {
        min-height: auto !important;
    }

    .ius-program-hero-slide {
        padding-top: 132px !important;
        padding-bottom: 88px !important;
    }

    .ius-program-hero-content h1 {
        font-size: clamp(2.45rem, 8vw, 4.2rem) !important;
    }
}

@media (max-width: 575px) {
    .section-padding {
        padding-top: 76px !important;
        padding-bottom: 76px !important;
    }

    .section-label,
    .ius-section-kicker,
    .ius-hero-kicker,
    .ius-program-hero-kicker {
        font-size: .78rem !important;
        letter-spacing: .16em !important;
        gap: 12px !important;
    }

    .section-label::before,
    .ius-section-kicker::before,
    .ius-hero-kicker::before,
    .ius-program-hero-kicker::before {
        width: 36px !important;
        height: 1px !important;
    }

    #que-ofrecemos .ius-offer-grid,
    .ius-offer-section .ius-offer-grid {
        grid-template-columns: 1fr !important;
        max-width: 100% !important;
    }

    #que-ofrecemos .ius-offer-card,
    .ius-offer-section .ius-offer-card {
        min-height: 320px !important;
        padding: 28px !important;
    }

    .ius-program-hero-panel {
        background:
            linear-gradient(135deg, rgba(14,75,58,.36), rgba(255,255,255,.12)) !important;
    }
}
