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

:root {
    --green: #06B706;
    --green-light: #00FE00;
    --yellow: #FFB937;
    --dark: #1a1a1a;
    --mid: #464646;
    --light: #f5f5f5;
    --border: #e5e7eb;
    --white: #ffffff;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'DM Sans', sans-serif;
    color: var(--dark);
    background: var(--white);
    min-height: 100vh;
}

h1,
h2,
h3,
h4,
h5 {
    font-family: 'Outfit', sans-serif;
    font-weight: 700;
    line-height: 1.2;
}

.text-success {
    color: var(--green) !important;
}

/* ── HEADER ── */
header {
    background: var(--white);
    border-bottom: 1px solid var(--border);
    padding: 14px 24px;
    position: sticky;
    top: 0;
    z-index: 100;
}

header .container {
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logo {
    height: 40px;
    width: auto;
    /* Fallback: text logo if image fails */
}

.logo-fallback {
    font-family: 'Outfit', sans-serif;
    font-size: 22px;
    font-weight: 800;
    color: var(--green);
    text-decoration: none;
    letter-spacing: -0.5px;
}

nav {
    display: flex;
    align-items: center;
    gap: 24px;
}

nav a {
    text-decoration: none;
    color: var(--dark);
    font-weight: 500;
    font-size: 15px;
    transition: color .2s;
}

nav a:hover {
    color: var(--green);
}

nav a.active {
    font-weight: 700;
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 10px 22px;
    border-radius: 5px;
    font-family: 'Outfit', sans-serif;
    font-weight: 600;
    font-size: 15px;
    cursor: pointer;
    transition: all .2s;
    border: 2px solid transparent;
    text-decoration: none;
}

.btn-primary {
    background: var(--green);
    color: white;
    border-color: var(--green);
}

.btn-primary:hover {
    background: #05a005;
    border-color: #05a005;
}

.btn-outline {
    background: transparent;
    color: var(--green);
    border-color: var(--green);
}

.btn-outline:hover {
    background: var(--green);
    color: white;
}

.btn-white-outline {
    background: transparent;
    color: white;
    border-color: white;
}

.btn-white-outline:hover {
    background: white;
    color: var(--green);
}

.hamburger {
    display: none;
    flex-direction: column;
    gap: 5px;
    cursor: pointer;
    padding: 4px;
}

.hamburger span {
    display: block;
    width: 24px;
    height: 2px;
    background: var(--dark);
    border-radius: 2px;
    transition: all .3s;
}

/* ── HERO ── */
#inicio {
    position: relative;
    background: white;
    /* padding: 60px 24px 0; */
    overflow: hidden;
    min-height: 680px;
}

.hero-inner {
    max-width: 1440px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 400px 1fr 380px;
    gap: 32px;
    align-items: end;
    position: relative;
    z-index: 10;
}

.hero-left {
    display: flex;
    flex-direction: column;
    padding-bottom: 40px;
}

.hero-badge {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 24px;
}

.colombia-flag {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .15);
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
}

.colombia-flag .y {
    background: #FCD116;
    height: 50%;
}

.colombia-flag .b {
    background: #003893;
    height: 25%;
}

.colombia-flag .r {
    background: #CE1126;
    height: 25%;
}

.badge-green {
    background: var(--green);
    color: white;
    padding: 8px 18px;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 600;
    font-family: 'Outfit', sans-serif;
}

.hero-left h1 {
    font-size: clamp(54px, 9vw, 48px);
    color: var(--dark);
    margin-bottom: 20px;
    line-height: 1.15;
}

.hero-left p {
    font-size: 17px;
    color: var(--mid);
    line-height: 1.65;
    margin-bottom: 28px;
}

.hero-buttons {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 36px;
}

.hero-stats {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 0;
}

.stat {
    text-align: center;
}

.stat:nth-child(2) {
    border-left: 1px solid var(--border);
    border-right: 1px solid var(--border);
}

.stat-num {
    font-family: 'Outfit', sans-serif;
    font-size: 30px;
    font-weight: 800;
    color: var(--green);
    margin-bottom: 4px;
}

.stat-label {
    font-size: 13px;
    color: var(--mid);
}

.hero-center {
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.hero-center img {
    width: 340px;
    height: auto;
    object-fit: contain;
    position: absolute;
    bottom: 0;
}

/* .hero-right {
    padding-bottom: 40px;
} */

/* Floating Shapes */
.floating-shapes {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0;
    overflow: hidden;
    pointer-events: none;
}

/* ===================================
   CAPA 1: BLOBS DIFUMINADOS (FONDO)
   =================================== */

.blob {
    position: absolute;
}

/* Blob 1 - Esquina superior izquierda */
.blob-1 {
    top: -80px;
    left: -80px;
    width: 480px;
    height: 480px;
    background: #06B706;
    opacity: 0.13;
    filter: blur(60px);
    border-radius: 65% 35% 25% 75% / 70% 30% 65% 35%;
}

/* Blob 2 - Superior derecha */
.blob-2 {
    top: 30px;
    right: 60px;
    width: 280px;
    height: 280px;
    background: #00FE00;
    opacity: 0.1;
    filter: blur(40px);
    border-radius: 25% 75% 70% 30% / 30% 70% 30% 70%;
}

/* Blob 3 - Centro superior */
.blob-3 {
    top: 100px;
    left: 42%;
    width: 150px;
    height: 150px;
    background: #06B706;
    opacity: 0.15;
    filter: blur(25px);
    border-radius: 75% 25% 50% 50% / 65% 65% 35% 35%;
}

/* Blob 4 - Izquierda medio */
.blob-4 {
    top: 35%;
    left: -100px;
    width: 340px;
    height: 340px;
    background: #00FE00;
    opacity: 0.1;
    filter: blur(50px);
    border-radius: 35% 65% 60% 40% / 65% 25% 75% 35%;
}

/* Blob 5 - Derecha medio */
.blob-5 {
    top: 20%;
    right: 25%;
    width: 130px;
    height: 130px;
    background: #06B706;
    opacity: 0.1;
    filter: blur(20px);
    border-radius: 55% 45% 35% 65% / 40% 70% 30% 60%;
}

/* =============================================
   CAPA 2: BLOBS DECORATIVOS VISIBLES (SIN BLUR)
   FORMAS ORGÁNICAS TRIANGULARES
   ============================================= */

.deco {
    position: absolute;
}

/* Elemento 1 - Blob grande superior derecha (triangular) */
.deco-1 {
    top: 60px;
    right: 12%;
    width: 200px;
    height: 200px;
    background: #06B706;
    opacity: 0.25;
    border-radius: 70% 30% 20% 80% / 60% 30% 70% 40%;
}

/* Elemento 2 - Blob mediano superior centro (triangular invertido) */
.deco-2 {
    top: 18%;
    left: 35%;
    width: 140px;
    height: 140px;
    background: #00FE00;
    opacity: 0.22;
    border-radius: 30% 70% 65% 35% / 25% 75% 25% 75%;
}

/* Elemento 3 - Blob pequeño izquierda superior */
.deco-3 {
    top: 12%;
    left: 8%;
    width: 85px;
    height: 85px;
    background: #06B706;
    opacity: 0.28;
    border-radius: 65% 35% 40% 60% / 70% 30% 70% 30%;
}

/* Elemento 4 - Blob grande centro derecha (muy triangular) */
.deco-4 {
    top: 40%;
    right: 18%;
    width: 180px;
    height: 180px;
    background: #00FE00;
    opacity: 0.2;
    border-radius: 25% 75% 60% 40% / 35% 65% 35% 65%;
}

/* Elemento 5 - Blob mediano inferior izquierda */
.deco-5 {
    bottom: 22%;
    left: 10%;
    width: 120px;
    height: 120px;
    background: #06B706;
    opacity: 0.24;
    border-radius: 68% 32% 35% 65% / 55% 45% 55% 45%;
}

/* Elemento 6 - Blob pequeño inferior derecha (triangular) */
.deco-6 {
    bottom: 28%;
    right: 15%;
    width: 95px;
    height: 95px;
    background: #00FE00;
    opacity: 0.26;
    border-radius: 40% 60% 70% 30% / 65% 35% 65% 35%;
}

/* Elemento 7 - Blob mediano centro (triangular suave) */
.deco-7 {
    top: 50%;
    left: 25%;
    width: 110px;
    height: 110px;
    background: #06B706;
    opacity: 0.23;
    border-radius: 75% 25% 45% 55% / 60% 40% 60% 40%;
}

/* ── LEAD FORM ── */
.lead-form {
    background: white;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    box-shadow: 0 4px 24px rgba(0, 0, 0, .08);
    padding: 24px;
}

.lead-form-header {
    border-bottom: 1px solid var(--border);
    padding-bottom: 16px;
    margin-bottom: 20px;
    text-align: center;
}

.lead-form-header .title {
    font-size: 17px;
    font-weight: 600;
}

.lead-form-header .subtitle {
    font-size: 20px;
    font-weight: 700;
    font-family: 'Outfit', sans-serif;
}

.form-group {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.form-input,
.form-select {
    width: 100%;
    padding: 11px 14px;
    border: 1px solid #d1d5db;
    border-radius: 5px;
    font-size: 15px;
    font-family: 'DM Sans', sans-serif;
    color: var(--dark);
    outline: none;
    transition: border-color .2s;
    background: white;
    appearance: auto;
}

.form-input:focus,
.form-select:focus {
    border-color: var(--green);
    appearance: auto;
}

.form-select {
    color: var(--mid);
    cursor: pointer;
}

.phone-group {
    display: flex;
}

.phone-prefix {
    padding: 11px 14px;
    background: #f3f4f6;
    border: 1px solid #d1d5db;
    border-right: none;
    border-radius: 5px 0 0 5px;
    font-size: 15px;
    color: var(--mid);
    white-space: nowrap;
}

.phone-group .form-input {
    border-radius: 0 5px 5px 0;
}

.form-checkbox {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    font-size: 12px;
    color: var(--mid);
    line-height: 1.5;
    cursor: pointer;
}

.form-checkbox input {
    margin-top: 2px;
    accent-color: var(--green);
    flex-shrink: 0;
}

/* ── SECTION BASE ── */
/* section {
    padding: 80px 24px;
} */

.section-inner {
    max-width: 1440px;
    margin: 0 auto;
}

.section-header {
    text-align: center;
    margin-bottom: 48px;
}

.section-header h2 {
    font-size: clamp(28px, 3.5vw, 42px);
    margin-bottom: 16px;
}

.section-header p {
    font-size: 17px;
    color: #6b7280;
    max-width: 640px;
    margin: 0 auto;
}

.section-tag {
    display: inline-block;
    padding: 6px 16px;
    background: rgba(6, 183, 6, .1);
    color: var(--green);
    border-radius: 50px;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 12px;
    font-family: 'Outfit', sans-serif;
}

/* ── PROGRAMS ── */
#programas {
    background: white;
}

.faculty-tabs {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
    margin-bottom: 48px;
}

.tab-btn {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 20px;
    border-radius: 10px;
    border: 2px solid var(--border);
    background: white;
    color: var(--dark);
    font-family: 'Outfit', sans-serif;
    font-weight: 500;
    font-size: 14px;
    cursor: pointer;
    transition: all .25s;
}

.tab-btn:hover {
    border-color: var(--green);
}

.tab-btn.active {
    background: var(--green);
    color: white;
    border-color: var(--green);
    box-shadow: 0 4px 14px rgba(6, 183, 6, .3);
}

.tab-count {
    font-size: 12px;
    padding: 2px 8px;
    border-radius: 50px;
    background: rgba(255, 255, 255, .2);
}

.tab-btn:not(.active) .tab-count {
    background: #f3f4f6;
    color: #6b7280;
}

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

.program-card {
    border: 2px solid var(--border);
    border-radius: 10px;
    background: white;
    overflow: hidden;
    transition: all .3s;
    cursor: pointer;
}

.program-card:hover {
    box-shadow: 0 8px 32px rgba(0, 0, 0, .12);
    transform: translateY(-3px);
}

.program-card.featured {
    border-color: var(--yellow);
    background: linear-gradient(to bottom, #FFF8E7, white);
}

.featured-badge {
    background: var(--yellow);
    padding: 10px 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    font-size: 13px;
    font-weight: 600;
    font-family: 'Outfit', sans-serif;
}

.program-body {
    padding: 20px;
}

.program-body h3 {
    font-size: 17px;
    margin-bottom: 10px;
    line-height: 1.35;
}

.program-body p {
    font-size: 13px;
    color: #6b7280;
    margin-bottom: 16px;
    line-height: 1.6;
}

.program-meta {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin-bottom: 20px;
}

.program-meta span {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    color: #6b7280;
}

.program-meta svg {
    color: var(--green);
    flex-shrink: 0;
}


.btn-featured {
    background: var(--yellow);
    color: var(--dark);
    border-color: var(--yellow);
}

.btn-featured:hover {
    background: #f0ad28;
    border-color: #f0ad28;
}

/* ── STATS ── */
#beneficios {
    background: linear-gradient(to bottom, white, #f9fafb);
}

.stat {
    text-align: center;
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    /* margin-bottom: 80px; */
}

.stat-card {
    padding: 28px;
    border-radius: 15px;
    border: 2px solid var(--border);
    background: white;
    transition: all .3s;
}

.stat-card:hover {
    box-shadow: 0 8px 28px rgba(0, 0, 0, .1);
    transform: translateY(-4px);
}

.stat-card.green {
    background: linear-gradient(135deg, var(--green), var(--green-light));
    border: none;
    color: white;
    position: relative;
    overflow: hidden;
}

.stat-card.green .bg-icon {
    position: absolute;
    top: 12px;
    right: 12px;
    opacity: .2;
}

.stat-card.green .stat-num {
    color: white;
    font-size: 36px;
}

.stat-card.green .stat-label {
    color: rgba(255, 255, 255, .9);
    font-weight: 500;
}

.stat-icon {
    width: 44px;
    height: 44px;
    background: rgba(6, 183, 6, .1);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
}

.stat-icon svg {
    color: var(--green);
}

.stat-card .stat-num {
    font-family: 'Outfit', sans-serif;
    font-size: 34px;
    font-weight: 800;
    color: var(--green);
    margin-bottom: 6px;
}

.stat-card .stat-label {
    font-size: 14px;
    color: #6b7280;
    font-weight: 500;
}

.stats-row2 {
    display: grid;
    grid-template-columns: 1fr 1fr 2fr;
    gap: 20px;
    margin-top: 0;
}

.stat-card-inline {
    padding: 20px 24px;
    border-radius: 15px;
    border: 2px solid var(--border);
    background: white;
    display: flex;
    align-items: center;
    gap: 16px;
    transition: all .3s;
}

.stat-card-inline:hover {
    box-shadow: 0 4px 20px rgba(0, 0, 0, .08);
}

.stat-card-inline .stat-num {
    font-family: 'Outfit', sans-serif;
    font-size: 24px;
    font-weight: 800;
    color: var(--green);
}

.stat-card-inline .stat-label {
    font-size: 13px;
    color: #6b7280;
}

/* ── EXPERIENCE CARDS ── */
.experience-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.exp-card {
    background: white;
    border: 2px solid var(--border);
    border-radius: 15px;
    padding: 28px;
    transition: all .3s;
}

.exp-card:hover {
    box-shadow: 0 8px 28px rgba(0, 0, 0, .1);
}

.exp-icon {
    width: 56px;
    height: 56px;
    background: linear-gradient(135deg, var(--green), var(--green-light));
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    transition: transform .3s;
}

.exp-card:hover .exp-icon {
    transform: scale(1.1);
}

.exp-icon svg {
    color: white;
}

.exp-card h3 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
}

.exp-card p {
    font-size: 14px;
    color: #6b7280;
    line-height: 1.65;
}

/* ── VALIDEZ CTA ── */
.validez-card {
    margin-top: 56px;
    border: 2px solid var(--border);
    border-radius: 20px;
    padding: 48px;
    text-align: center;
    box-shadow: 0 4px 24px rgba(0, 0, 0, .06);
}

.validez-icon {
    width: 72px;
    height: 72px;
    background: rgba(6, 183, 6, .1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 24px;
}

.validez-icon svg {
    color: var(--green);
}

.validez-card h3 {
    font-size: 32px;
    margin-bottom: 16px;
}

.validez-card p {
    font-size: 15px;
    color: #6b7280;
    max-width: 640px;
    margin: 0 auto 28px;
    line-height: 1.65;
}

.validez-checks {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

.validez-check {
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--green);
    font-weight: 600;
    font-size: 15px;
}

/* ── CTA SECTION ── */
#cta {
    background: white;
}

.cta-box {
    background: linear-gradient(135deg, var(--green), var(--green-light));
    border-radius: 15px;
    padding: 60px;
    text-align: center;
    color: white;
}

.cta-box h2 {
    font-size: clamp(26px, 3vw, 38px);
    color: white;
    margin-bottom: 16px;
}

.cta-box p {
    font-size: 18px;
    color: rgba(255, 255, 255, .9);
    max-width: 600px;
    margin: 0 auto 32px;
    line-height: 1.65;
}

.cta-btns {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
}

/* ── FOOTER ── */
footer {
    background: #0a0a0a;
    color: white;
    padding: 60px 24px 40px;
}

.footer-inner {
    max-width: 1440px;
    margin: 0 auto;
}

.footer-logo {
    height: 48px;
    filter: brightness(0) invert(1);
    margin-bottom: 36px;
}

.footer-logo-text {
    font-family: 'Outfit', sans-serif;
    font-size: 26px;
    font-weight: 800;
    color: white;
    margin-bottom: 36px;
    display: block;
}

.footer-divider {
    border: none;
    border-top: 1px solid rgba(255, 255, 255, .15);
    margin-bottom: 28px;
}

.footer-copy {
    color: #9ca3af;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 16px;
}

.footer-text {
    color: #9ca3af;
    font-size: 14px;
    line-height: 1.75;
    max-width: 900px;
    margin-bottom: 12px;
}

.footer-note {
    color: #6b7280;
    font-size: 12px;
}

/* ── MOBILE NAV ── */
.mobile-nav {
    display: none;
    flex-direction: column;
    gap: 12px;
    padding: 16px 24px;
    background: white;
    border-top: 1px solid var(--border);
}

.mobile-nav.open {
    display: flex;
}

.mobile-nav a {
    text-decoration: none;
    color: var(--dark);
    font-weight: 500;
    font-size: 16px;
    padding: 8px 0;
    border-bottom: 1px solid var(--border);
}

footer button.btn {
    background-color: var(--yellow);
    color: var(--dark);
}

/* ── PROGRAM PANEL TRANSITION ── */
.programs-panel {
    animation: fadeIn .3s ease;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(8px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

h3.benefit-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 8px;
}

.benefit-icon svg {
    color: white;
}

/* ── RESPONSIVE ── */
@media (max-width: 1100px) {
    .validez-card p {
        font-size: 1rem;
        text-align: center;
    }

    .hero-inner {
        grid-template-columns: 1fr 1fr;
    }

    .hero-center {
        display: none;
    }

    .hero-right {
        grid-column: 2;
    }

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

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

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

    .stats-row2 .span2 {
        grid-column: span 2;
    }
}

@media (max-width: 768px) {
    .validez-card p {
        font-size: 1rem;
        text-align: center;
    }

    .badge-green {
        padding: 8px 18px;
        border-radius: 50px;
        font-size: 10.8px;
    }

    .lead-form-header .title {
        font-size: 14px;
        font-weight: 600;
    }

    .hero-left p {
        color: var(--mid);
        line-height: 1.65;
        margin-bottom: 28px;
        font-size: clamp(11px, 1vw, 12px);
    }

    .hero-left h1 {
        font-size: clamp(29px, 3vw, 48px);
        color: var(--dark);
        margin-bottom: 20px;
        line-height: 1.15;
    }

    nav {
        display: none;
    }

    .hamburger {
        display: flex;
    }

    .hero-inner {
        grid-template-columns: 1fr;
    }

    /* .hero-right {
        display: none;
    } */

    .hero-center {
        display: flex;
    }

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

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

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

    .stats-row2 .span2 {
        grid-column: span 1;
    }

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

    .cta-box {
        padding: 36px 24px;
    }

    .validez-card {
        padding: 36px 20px;
    }

    .faculty-tabs {
        gap: 8px;
    }

    .tab-btn {
        font-size: 13px;
        padding: 8px 14px;
    }
}

@media (max-width: 480px) {
    .lead-form-header .title {
        font-size: 14px;
        font-weight: 600;
    }

    .hero-left p {
        color: var(--mid);
        line-height: 1.65;
        margin-bottom: 28px;
        font-size: clamp(16px, 3vw, 12px);
    }

    .hero-left h1 {
        font-size: clamp(20px, 8vw, 48px);
        color: var(--dark);
        margin-bottom: 20px;
        line-height: 1.15;
    }

    /* section {
        padding: 56px 16px;
    } */

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

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

/* ── NUEVAS ADICIONES PARA LAS SECCIONES RESTANTES ── */

:root {
    --utel-green: #06B706;
    /* Aseguramos la variable usada en el nuevo HTML */
}



/* Ajustes Hero Checkmarks */
.hero-left .text-success {
    flex-shrink: 0;
}

/* ── BENEFICIOS CARD ── */
.beneficios-section {
    padding: 2rem 0;
    background-color: #fafafa;
}

.benefit-card {
    background: var(--white);
    padding: 32px 24px;
    border-radius: 12px;
    height: 100%;
    transition: all 0.3s ease;
    border: 1px solid var(--border);
}

.benefit-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.benefit-icon {
    width: 50px;
    height: 50px;
    background: var(--green);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

/* ── PRESTIGIOUS SECTION ── */
.prestigious-section {
    background: var(--green);
    /* Fondo oscuro tipo Slate/Dark */
    padding: 100px 0;
}

.prestigious-card {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

.prestigious-card img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.5s ease;
    padding: 2rem;
    background-color: white;
}

.prestigious-card:hover img {
    transform: scale(1.03);
}

/* ── NUMERALIA (STATS) ── */
.stats-card {
    padding: 30px;
    border-radius: 16px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: all 0.3s ease;
}

.stats-card-green {
    background: linear-gradient(135deg, #059669, #10b981);
    color: white;
    overflow: hidden;
}

.stats-card-white {
    background: white;
    border: 1px solid var(--border);
}

.stats-card-horizontal {
    background: white;
    border: 1px solid var(--border);
    padding: 20px 30px;
}

.stats-number {
    font-size: 2.5rem;
    font-weight: 800;
    line-height: 1;
    margin-bottom: 8px;
    font-family: 'Outfit', sans-serif;
}

.stats-number-horizontal {
    font-size: 1.8rem;
    font-weight: 800;
    line-height: 1;
    font-family: 'Outfit', sans-serif;
}

.icon-watermark {
    position: absolute;
    right: -10px;
    bottom: -10px;
    font-size: 5rem;
    opacity: 0.15;
    color: white;
}

.icon-badge {
    width: 48px;
    height: 48px;
    background: rgba(6, 183, 6, 0.1);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.icon-badge-horizontal {
    width: 56px;
    height: 56px;
    background: #f0fdf4;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* ── CTA FINAL ── */
.btn-utel-primary {
    background: var(--green);
    color: white;
    padding: 12px 30px;
    border-radius: 8px;
    font-weight: 600;
    border: none;
    transition: background 0.2s;
}

.btn-utel-primary:hover {
    background: #05a005;
    color: white;
}

/* Responsive fixes para Numeralia */
@media (max-width: 991px) {
    .prestigious-section {
        padding: 60px 0;
    }

    .display-4 {
        font-size: 2.2rem;
    }
}

/* ──────────────────────────────────────────────────────────────
   DELTA: Estilos exclusivos para programas.html
   (Overrides y nuevos componentes que no afectan el índice)
   ────────────────────────────────────────────────────────────── */

/* OVERRIDE: Hero mínimo para página de programas */
.programas-page #inicio {
    min-height: auto;
}

.programas-page .hero-inner {
    grid-template-columns: 1fr 380px;
    padding: 60px 24px 40px;
    align-items: center;
}

/* Highlight box tipo "¡Tenemos 21 carreras…!" */
.hero-highlight-box {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: rgba(6, 183, 6, .08);
    border: 1.5px solid rgba(6, 183, 6, .25);
    color: var(--green);
    padding: 10px 20px;
    border-radius: 10px;
    font-weight: 600;
    font-size: 0.95rem;
    margin-bottom: 28px;
}

/* ── Facultad blocks (programas) ──────────────────────────── */
.facultad-block {
    margin-bottom: 56px;
}

.facultad-header {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 24px;
    padding-bottom: 16px;
    border-bottom: 2px solid var(--border);
}

.facultad-icon {
    width: 52px;
    height: 52px;
    background: var(--green);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    flex-shrink: 0;
}

.facultad-title {
    font-family: 'Outfit', sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--dark);
    margin: 0 0 4px;
}

.facultad-count {
    font-size: 0.83rem;
    color: var(--green);
    font-weight: 600;
    margin: 0;
}

/* Grid de cards de programa (versión expandida) */
.programas-grid-delta {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 20px;
}

.programa-card {
    background: white;
    border: 2px solid var(--border);
    border-radius: 12px;
    padding: 24px;
    transition: border-color .25s, transform .25s, box-shadow .25s;
}

.programa-card:hover {
    border-color: var(--green);
    box-shadow: 0 6px 20px rgba(6, 183, 6, .12);
    transform: translateY(-3px);
}

.programa-card.destacado {
    border: 2px solid var(--yellow);
    background: linear-gradient(to bottom, #fffbf0, white);
}

.programa-destacado-badge {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    background: var(--yellow);
    color: var(--dark);
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 0.78rem;
    font-weight: 700;
    font-family: 'Outfit', sans-serif;
    margin-bottom: 12px;
}

.programa-title {
    font-family: 'Outfit', sans-serif;
    font-size: 1rem;
    font-weight: 700;
    color: var(--dark);
    margin-bottom: 10px;
    line-height: 1.35;
}

.programa-description {
    font-size: 0.87rem;
    color: #6b7280;
    margin-bottom: 16px;
    line-height: 1.6;
}

.programa-meta {
    display: flex;
    flex-direction: column;
    gap: 7px;
}

.programa-info {
    display: flex;
    align-items: center;
    gap: 7px;
    font-size: 0.83rem;
    color: #6b7280;
}

.programa-info svg {
    width: 15px;
    height: 15px;
    color: var(--green);
    flex-shrink: 0;
}

/* ── Testimonios ──────────────────────────────────────────── */
.testimonio-card {
    background: white;
    border: 1px solid var(--border);
    border-radius: 15px;
    padding: 28px;
    height: 100%;
    box-shadow: 0 4px 12px rgba(0, 0, 0, .05);
    transition: box-shadow .25s;
}

.testimonio-card:hover {
    box-shadow: 0 8px 24px rgba(6, 183, 6, .12);
}

.testimonio-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 18px;
}

.stars {
    color: var(--yellow);
    font-size: 1rem;
    letter-spacing: 1px;
}

.quote-icon {
    width: 42px;
    height: 42px;
    background: #D4F4DD;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
    color: var(--green);
    font-weight: 700;
}

.testimonio-text {
    font-style: italic;
    color: #444;
    line-height: 1.7;
    margin-bottom: 22px;
    font-size: 0.93rem;
}

.testimonio-author {
    font-weight: 700;
    color: var(--dark);
    margin-bottom: 4px;
    font-size: 0.92rem;
}

.testimonio-program {
    font-size: 0.8rem;
    color: var(--green);
    font-weight: 600;
}

/* ── CTA local (verde a verde-oscuro) ───────────────────── */
.cta-section-local {
    background: linear-gradient(135deg, var(--green), #05a005);
    border-radius: 20px;
    padding: 64px 48px;
    text-align: center;
    color: white;
    margin: 0 0 80px;
}

.cta-section-local h2 {
    font-size: clamp(1.6rem, 3vw, 2.4rem);
    color: white;
    margin-bottom: 14px;
}

.cta-section-local p {
    font-size: 1.05rem;
    opacity: .93;
    max-width: 580px;
    margin: 0 auto 32px;
    line-height: 1.65;
}

/* ── Responsive delta para programas.html ──────────────── */
@media (max-width: 1100px) {
    .programas-page .hero-inner {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .programas-grid-delta {
        grid-template-columns: 1fr;
    }

    .programas-page .hero-inner {
        padding: 48px 16px 32px;
    }

    .cta-section-local {
        padding: 40px 20px;
        border-radius: 12px;
    }
}

.hero-highlight {
    background: linear-gradient(135deg, #06B706 0%, #05d105 100%);
    color: white;
    padding: 20px 40px;
    border-radius: 1rem;
    font-size: 1.4rem;
    font-weight: 700;
    text-align: center;
    display: inline-block;
    box-shadow: 0 4px 15px rgba(6, 183, 6, 0.25);
    margin: 20px 0;
    line-height: 1.4;
}

/* Efecto hover opcional */
.hero-highlight:hover {
    box-shadow: 0 6px 20px rgba(6, 183, 6, 0.35);
    transform: translateY(-2px);
    transition: all 0.3s ease;
}

/* Responsive */
@media (max-width: 768px) {
    .hero-highlight {
        font-size: 1.1rem;
        padding: 15px 30px;
        border-radius: 1rem;
    }
}

@media (max-width: 480px) {
    .hero-highlight {
        font-size: 1rem;
        padding: 12px 25px;
        border-radius: 1rem;
    }
}


/* ── OVERLAY go2form ── */
#form-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.65);
    z-index: 99;
    backdrop-filter: blur(2px);
    opacity: 0;
    pointer-events: none;
    transition: opacity .05s ease;
}


#form-overlay.active {
    opacity: 1;
    pointer-events: all;
}

#forms {
    position: relative;
    z-index: 99;
}