/* ============================================
   HE CLOSER ACADEMY - Estilos Específicos
   Academia Alpha para closers masculinos
   ============================================ */

/* Colores específicos He Closer */
:root {
    --program-primary: #FFD21F;
    --program-secondary: #FFE066;
    --program-gradient: linear-gradient(135deg, #000000 0%, #FFD21F 50%, #FFE066 100%);
    --he-blue: #FFD21F;
    --he-blue-light: #FFE066;
    --he-blue-dark: #000000;
    --he-gradient: linear-gradient(135deg, #000000 0%, #FFD21F 50%, #FFE066 100%);
    --he-gradient-dark: linear-gradient(135deg, #000000 0%, #FFD21F 100%);
    /* Alias para bloque comparativo de planes (misma UI que She Closer) */
    --she-pink: #FFD21F;
    --she-gradient: linear-gradient(135deg, #FFD21F 0%, #FFE066 50%, #FFF0B3 100%);
}

/* Hero: amarillo más suave, sin líneas animadas */
.program-hero__gradient {
    opacity: 0.06;
}
.program-hero__lines {
    display: none;
}

/* Resplandor del mouse más suave */
.cursor-glow {
    opacity: 0.06;
}

/* ============================================
   STAT BADGE (95% dato)
   ============================================ */

.he-stat-badge {
    display: inline-flex;
    align-items: center;
    gap: 1rem;
    padding: 1rem 2rem;
    background: linear-gradient(135deg, rgba(255, 210, 31, 0.15) 0%, rgba(255, 224, 102, 0.1) 100%);
    border: 1px solid rgba(255, 210, 31, 0.3);
    border-radius: 100px;
    margin-bottom: 2rem;
}

.he-stat-badge__number {
    font-size: 2.5rem;
    font-weight: 900;
    color: var(--he-blue);
    line-height: 1;
}

.he-stat-badge__text {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.8);
    max-width: min(280px, 52vw);
    line-height: 1.45;
}

/* ============================================
   MANIFIESTO · COMPROMISO · QUÉ ES (intro)
   ============================================ */

.he-manifesto {
    padding: 3rem 1.5rem;
    background: #08080c;
    border-top: 1px solid rgba(255, 210, 31, 0.12);
    border-bottom: 1px solid rgba(255, 210, 31, 0.12);
}

.he-manifesto__container {
    max-width: 820px;
    margin: 0 auto;
}

.he-manifesto__quote {
    font-size: clamp(1.05rem, 2.2vw, 1.35rem);
    font-weight: 500;
    line-height: 1.65;
    color: rgba(255, 255, 255, 0.88);
    text-align: center;
    margin: 0;
}

.he-manifesto__quote strong {
    color: var(--he-blue);
    font-weight: 700;
}

.he-commitment {
    padding: 2.5rem 1.5rem;
    background: linear-gradient(90deg, rgba(255, 210, 31, 0.08) 0%, rgba(0, 0, 0, 0.2) 50%, rgba(255, 210, 31, 0.08) 100%);
}

.he-commitment__container {
    max-width: 900px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 2rem;
}

.he-commitment__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 0.35rem;
}

.he-commitment__number {
    font-size: clamp(2.5rem, 5vw, 3.5rem);
    font-weight: 900;
    color: var(--he-blue);
    line-height: 1;
}

.he-commitment__text {
    font-size: 0.95rem;
    color: rgba(255, 255, 255, 0.65);
    max-width: 14rem;
    line-height: 1.35;
}

.he-commitment__divider {
    width: 1px;
    height: 3.5rem;
    background: rgba(255, 255, 255, 0.12);
}

.he-what-inline {
    font-size: 0.95rem;
    color: rgba(255, 255, 255, 0.75);
    line-height: 1.6;
    margin-bottom: 1.25rem;
    padding: 1rem 1.25rem;
    background: rgba(255, 210, 31, 0.06);
    border-left: 3px solid var(--he-blue);
    border-radius: 0 12px 12px 0;
}

.he-what-inline__tag {
    display: inline-block;
    margin-right: 0.35rem;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--he-blue);
}

/* ============================================
   HORARIO · APRENDE · IMPACTO
   ============================================ */

.he-schedule {
    padding: 4rem 0;
    background: var(--color-dark);
}

.he-schedule__lead {
    max-width: 32rem;
    margin: 0 auto;
    text-align: center;
    color: rgba(255, 255, 255, 0.55);
    font-size: 1rem;
}

.he-schedule__slots {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 1.25rem;
    max-width: 520px;
    margin: 2rem auto 0;
}

.he-schedule__slot {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 2rem 1.5rem !important;
    border-color: rgba(255, 210, 31, 0.15) !important;
}

.he-schedule__slot .he-includes__card-content h4 {
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--he-blue);
    margin-bottom: 0.65rem;
}

.he-schedule__slot .he-includes__card-content p {
    font-size: clamp(1.25rem, 2.5vw, 1.6rem);
    font-weight: 700;
    color: #fff;
}

.he-learn-band {
    padding: 2.75rem 1.5rem;
    background: #050508;
    border-top: 1px solid rgba(255, 210, 31, 0.1);
    text-align: center;
}

.he-learn-band__text {
    font-size: clamp(1.75rem, 4vw, 2.5rem);
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--he-blue);
    margin: 0 0 0.35rem;
}

.he-learn-band__sub {
    margin: 0;
    font-size: 0.95rem;
    color: rgba(255, 255, 255, 0.5);
}

.he-impact {
    padding: 2.5rem 0;
    background: #0a0a10;
}

.he-impact__panel {
    max-width: 640px;
    margin: 0 auto;
    padding: 2rem 1.5rem;
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 210, 31, 0.12);
    border-radius: 16px;
}

.he-impact .program-hero__stats {
    justify-content: center;
    gap: 2rem;
    margin: 0;
    padding: 0;
}

.program-hero__stats--he-impact {
    flex-wrap: wrap;
    align-items: center;
}

.he-impact__tagline {
    margin: 0;
    max-width: 16rem;
    font-size: 0.88rem;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.5);
    text-align: center;
}

.he-includes__footnote {
    text-align: center;
    margin-top: 2.5rem;
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.55);
}

.he-includes__card--highlight {
    border-color: rgba(255, 210, 31, 0.3) !important;
    background: linear-gradient(135deg, rgba(255, 210, 31, 0.06) 0%, rgba(255, 255, 255, 0.02) 100%) !important;
}

/* ============================================
   PROMESA · BONOS · PRICING HE
   ============================================ */

.he-promise {
    padding: 4rem 0;
    background: linear-gradient(180deg, #050508 0%, #0c0c14 100%);
}

.he-promise__body {
    max-width: 40rem;
    margin: 0 auto;
}

.he-promise__body p {
    font-size: 1rem;
    line-height: 1.75;
    color: rgba(255, 255, 255, 0.78);
    margin: 0 0 1rem;
}

.he-promise__body p:last-child {
    margin-bottom: 0;
}

.he-bonuses {
    padding: 4rem 0 5rem;
    background: #08080c;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.he-bonuses__intro {
    max-width: 36rem;
    margin: 0 auto !important;
    text-align: center;
    color: rgba(255, 255, 255, 0.55);
}

.he-bonuses__intro strong {
    color: var(--he-blue-light);
}

.he-bonuses__list {
    list-style: none;
    max-width: 38rem;
    margin: 0 auto 2rem;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
}

.he-bonuses__list li {
    padding: 0.9rem 1rem 0.9rem 2.75rem;
    position: relative;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 10px;
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.82);
    line-height: 1.45;
}

.he-bonuses__list li::before {
    content: '✦';
    position: absolute;
    left: 1rem;
    top: 50%;
    transform: translateY(-50%);
    color: var(--he-blue);
    font-size: 0.7rem;
}

.he-bonuses__sub {
    margin-top: 2rem !important;
}

.he-bonuses__subtitle {
    font-size: clamp(1.05rem, 2vw, 1.3rem) !important;
}

/* ============================================
   A TU MEDIDA — comparativa de planes (igual que She Closer)
   ============================================ */

.she-tiers {
    position: relative;
    padding: clamp(4rem, 8vw, 6.5rem) 0;
    overflow: hidden;
    background: #030305;
    scroll-margin-top: 5.5rem;
}

.she-tiers__bg {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(3, 3, 5, 0.92) 0%, rgba(3, 3, 5, 0.97) 45%, #030305 100%),
        radial-gradient(ellipse 100% 80% at 50% 20%, rgba(255, 210, 31, 0.08) 0%, transparent 55%);
    pointer-events: none;
}

.she-tiers__bg::after {
    content: '';
    position: absolute;
    inset: 0;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.04'/%3E%3C/svg%3E");
    opacity: 1;
    pointer-events: none;
}

.she-tiers__container {
    position: relative;
    z-index: 1;
    max-width: 1120px;
    margin: 0 auto;
    padding: 0 1.5rem;
}

.she-tiers__title {
    font-size: clamp(2rem, 5vw, 3.25rem);
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    text-align: center;
    color: var(--she-pink);
    margin-bottom: 0.75rem;
    line-height: 1.05;
}

.she-tiers__lead {
    text-align: center;
    color: rgba(255, 255, 255, 0.55);
    font-size: 1rem;
    max-width: 28rem;
    margin: 0 auto 2.75rem;
    line-height: 1.5;
}

.she-tiers__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.25rem;
    align-items: stretch;
}

.she-tier {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 1.75rem 1.5rem 1.5rem;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 20px;
    backdrop-filter: blur(12px);
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.she-tier:hover {
    border-color: rgba(255, 255, 255, 0.12);
}

.she-tier--featured {
    padding-top: 2.25rem;
    border-color: rgba(255, 210, 31, 0.45);
    box-shadow:
        0 0 0 1px rgba(255, 210, 31, 0.15),
        0 24px 48px rgba(0, 0, 0, 0.45),
        0 0 80px rgba(255, 210, 31, 0.06);
    background: linear-gradient(165deg, rgba(255, 210, 31, 0.09) 0%, rgba(255, 255, 255, 0.03) 42%, rgba(255, 255, 255, 0.02) 100%);
}

.she-tier--featured:hover {
    border-color: rgba(255, 210, 31, 0.65);
}

.she-tier__ribbon {
    position: absolute;
    top: 0.85rem;
    right: 1rem;
    padding: 0.25rem 0.65rem;
    font-size: 0.65rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #0a0a0c;
    background: var(--she-gradient);
    border-radius: 100px;
}

.she-tier__name {
    font-size: 1.15rem;
    font-weight: 700;
    color: #ffffff;
    margin: 0 0 0.35rem;
    line-height: 1.25;
    padding-right: 5.5rem;
}

.she-tier--featured .she-tier__name {
    padding-right: 6.5rem;
}

.she-tier__tagline {
    font-size: 0.82rem;
    color: rgba(255, 255, 255, 0.55);
    line-height: 1.45;
    margin: 0 0 1.25rem;
    min-height: 2.4em;
}

.she-tier__price-box {
    border-radius: 999px;
    padding: 0.85rem 1.25rem;
    margin-bottom: 1.25rem;
}

.she-tier__price-box--muted {
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.she-tier__price-box--accent {
    background: linear-gradient(135deg, #ffd21f 0%, #ffe066 100%);
    border: 1px solid rgba(255, 255, 255, 0.25);
    box-shadow: 0 8px 24px rgba(255, 210, 31, 0.2);
}

.she-tier__price-row {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 0.75rem;
}

.she-tier__amount {
    font-size: clamp(1.65rem, 3vw, 2rem);
    font-weight: 800;
    color: #1a1a1c;
    line-height: 1;
}

.she-tier__price-box--muted .she-tier__amount {
    color: #f5f5f5;
}

.she-tier__period {
    font-size: 0.75rem;
    font-weight: 600;
    color: rgba(26, 26, 28, 0.65);
    text-transform: lowercase;
    white-space: nowrap;
}

.she-tier__price-box--muted .she-tier__period {
    color: rgba(255, 255, 255, 0.55);
}

.she-tier__before {
    margin: 0.5rem 0 0;
    font-size: 0.78rem;
    color: rgba(26, 26, 28, 0.55);
}

.she-tier__price-box--muted .she-tier__before {
    color: rgba(255, 255, 255, 0.45);
}

.she-tier__strike {
    text-decoration: line-through;
    text-decoration-color: rgba(220, 38, 38, 0.85);
    text-decoration-thickness: 2px;
}

.she-tier__includes {
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.4);
    margin: 0 0 0.75rem;
}

.she-tier__list {
    list-style: none;
    margin: 0 0 1.25rem;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0.55rem;
    flex: 1;
}

.she-tier__item {
    position: relative;
    padding-left: 1.35rem;
    font-size: 0.82rem;
    line-height: 1.4;
    color: rgba(255, 255, 255, 0.82);
}

.she-tier__item--yes::before {
    content: '✓';
    position: absolute;
    left: 0;
    top: 0.05em;
    font-size: 0.75rem;
    font-weight: 800;
    color: var(--she-pink);
}

.she-tier__item--no {
    color: rgba(255, 255, 255, 0.45);
}

.she-tier__item--no::before {
    content: '✕';
    position: absolute;
    left: 0;
    top: 0.05em;
    font-size: 0.65rem;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.25);
}

.she-tier__link,
.she-tier__cta {
    display: block;
    text-align: center;
    margin-top: auto;
    padding: 0.65rem 1rem;
    font-size: 0.85rem;
    font-weight: 600;
    border-radius: 12px;
    text-decoration: none;
    transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.she-tier__link {
    color: rgba(255, 255, 255, 0.85);
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.she-tier__link:hover {
    background: rgba(255, 210, 31, 0.12);
    border-color: rgba(255, 210, 31, 0.35);
    color: #ffffff;
}

.she-tier__cta {
    color: #0a0a0c;
    background: var(--she-gradient);
    border: none;
    font-weight: 700;
}

.she-tier__cta:hover {
    filter: brightness(1.06);
    transform: translateY(-1px);
}

@media (max-width: 960px) {
    .she-tiers__grid {
        grid-template-columns: 1fr;
        max-width: 420px;
        margin: 0 auto;
    }

    .she-tier--featured {
        order: -1;
    }

    .she-tier__name {
        padding-right: 0;
    }

    .she-tier--featured .she-tier__name {
        padding-right: 5.5rem;
    }
}

@media (max-width: 480px) {
    .she-tier__ribbon {
        right: 0.75rem;
        top: 0.75rem;
    }
}

.program-pricing__cards--he-single {
    grid-template-columns: 1fr !important;
    max-width: 500px;
    margin: 0 auto 3rem;
}

.program-pricing__card-price--he-stack {
    flex-direction: column !important;
    align-items: center !important;
    gap: 0.35rem;
}

.program-pricing__price-row {
    display: flex;
    align-items: baseline;
    gap: 0.15rem;
}

body[data-program="he-closer"] .program-pricing__guarantee {
    width: 100%;
    max-width: 720px;
    align-items: flex-start;
    text-align: left;
}

body[data-program="he-closer"] .program-pricing__guarantee-content p + p {
    margin-top: 0.75rem;
}

body[data-program="he-closer"] .program-pricing__guarantee-content h4 {
    margin-bottom: 0.5rem;
}

#bonos,
#promesa,
#incluye,
#inscripcion,
#ceo {
    scroll-margin-top: 5.5rem;
}

@media (max-width: 600px) {
    body[data-program="he-closer"] .program-pricing__guarantee {
        flex-direction: column;
        align-items: center;
    }

    body[data-program="he-closer"] .program-pricing__guarantee-content {
        width: 100%;
        text-align: left;
    }

    .he-commitment__divider {
        display: none;
    }
}

/* ============================================
   ALPHA BADGE
   ============================================ */

.he-alpha-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 1rem;
    background: var(--he-gradient);
    color: #ffffff;
    font-size: 0.75rem;
    font-weight: 800;
    letter-spacing: 1px;
    border-radius: 100px;
    text-transform: uppercase;
    margin-bottom: 1rem;
}

.he-alpha-badge::before {
    content: '◆';
}

/* ============================================
   4 PILARES SECTION (H.E.C.L.O.S.E.R.)
   ============================================ */

.he-pillars {
    padding: 4rem 0;
    background: #050508;
    position: relative;
    overflow: hidden;
}

.he-pillars::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(rgba(255, 210, 31, 0.1) 0%, transparent 60%);
    pointer-events: none;
}

.he-pillars__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
    position: relative;
}

.he-pillars__header {
    text-align: center;
    margin-bottom: 4rem;
}

.he-pillars__label {
    display: inline-block;
    padding: 0.5rem 1rem;
    background: rgba(255, 255, 255, 0.05);
    color: var(--he-blue);
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 2px;
    border-radius: 100px;
    margin-bottom: 1rem;
}

.he-pillars__title {
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 0.5rem;
}

.he-pillars__subtitle {
    font-size: 1.1rem;
    color: rgba(255, 255, 255, 0.6);
}

.he-pillars__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
}

.he-pillar {
    position: relative;
    padding: 2rem;
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 20px;
    transition: all 0.4s ease;
    overflow: hidden;
}

.he-pillar::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: var(--he-gradient);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.he-pillar:hover {
    transform: translateY(-5px);
    border-color: var(--he-blue);
}

.he-pillar:hover::before {
    opacity: 1;
}

.he-pillar__number {
    display: inline-block;
    padding: 0.4rem 0.8rem;
    background: var(--he-gradient);
    color: #ffffff;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 1px;
    border-radius: 100px;
    margin-bottom: 1rem;
}

.he-pillar__acronym {
    font-size: 1.5rem;
    font-weight: 900;
    color: var(--he-blue);
    margin-bottom: 0.5rem;
    letter-spacing: 2px;
}

.he-pillar__title {
    font-size: 1.1rem;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 0.5rem;
}

.he-pillar__desc {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 1.25rem;
    line-height: 1.5;
}

.he-pillar__list {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
}

.he-pillar__list li {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.7);
    padding-left: 1.25rem;
    position: relative;
}

.he-pillar__list li::before {
    content: '▸';
    position: absolute;
    left: 0;
    color: var(--he-blue);
    font-size: 0.8rem;
}

/* ============================================
   PILARES V2 - DISEÑO MEJORADO
   ============================================ */

.he-pillars-v2 {
    position: relative;
    padding: 4rem 0;
    background: #0a0a12;
    overflow: hidden;
}





.he-pillars-v2__container {
    max-width: 900px;
    margin: 0 auto;
    padding: 0 2rem;
    position: relative;
}

.he-pillars-v2__content {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.he-pillars-v2__title {
    font-family: 'Outfit', sans-serif;
    font-size: clamp(3rem, 8vw, 5rem);
    font-weight: 900;
    color: #ffffff;
    letter-spacing: 8px;
    text-transform: uppercase;
    margin-bottom: 1rem;
    text-shadow: 0 0 60px rgba(255, 210, 31, 0.4);
}

.he-pillars-v2__list {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.he-pillars-v2__item {
    display: flex;
    align-items: center;
    gap: 2rem;
    padding: 0.75rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    transition: all 0.3s ease;
}

.he-pillars-v2__item:hover {
    border-color: var(--he-blue);
    padding-left: 1rem;
}

.he-pillars-v2__acronym {
    font-family: 'Outfit', sans-serif;
    font-size: 1.1rem;
    font-weight: 800;
    color: #FFD21F;
    min-width: 60px;
    letter-spacing: 1px;
}

.he-pillars-v2__text {
    font-family: 'Outfit', sans-serif;
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.85);
    line-height: 1.5;
}

.he-pillars-v2__text strong {
    color: #ffffff;
    font-weight: 700;
}

.he-pillars-v2__dots {
    display: flex;
    gap: 8px;
    margin-top: 1rem;
}

.he-pillars-v2__dots span {
    width: 8px;
    height: 8px;
    background: #FFD21F;
    border-radius: 50%;
}

/* ============================================
   CONTENIDO V2 - DISEÑO MEJORADO
   ============================================ */

.he-content-v2 {
    background: #0a0a12;
    overflow: hidden;
}

.he-content-v2__container {
    display: grid;
    grid-template-columns: 35% 65%;
}

.he-content-v2__visual {
    position: relative;
    background: linear-gradient(135deg, #1a1a2e 0%, #0a0a12 100%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.he-content-v2__image-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.he-content-v2__image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.6) 0%, rgba(10, 10, 18, 0.9) 100%);
    z-index: 1;
}

.he-content-v2__image-content {
    position: relative;
    z-index: 2;
    text-align: left;
    padding: 3rem;
}

.he-content-v2__visual-title {
    font-family: 'Outfit', sans-serif;
    font-size: clamp(2.5rem, 5vw, 4rem);
    font-weight: 900;
    color: #ffffff;
    letter-spacing: 4px;
    writing-mode: vertical-lr;
    text-orientation: mixed;
    transform: rotate(180deg);
    text-shadow: 0 0 40px rgba(255, 210, 31, 0.5);
}

.he-content-v2__visual-dots {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-top: 2rem;
    position: absolute;
    bottom: 3rem;
    left: 3rem;
}

.he-content-v2__visual-dots span {
    width: 8px;
    height: 8px;
    background: #FFD21F;
    border-radius: 50%;
}

.he-content-v2__visual-badge {
    position: absolute;
    bottom: 3rem;
    right: -40px;
    font-family: 'Outfit', sans-serif;
    font-size: 0.75rem;
    font-weight: 700;
    color: #FFD21F;
    letter-spacing: 2px;
    writing-mode: vertical-lr;
    transform: rotate(180deg);
}

.he-content-v2__modules {
    background: linear-gradient(180deg, #0f0f18 0%, #0a0a12 100%);
    padding: 4rem 3rem;
    display: flex;
    align-items: center;
}

.he-content-v2__modules-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2.5rem 4rem;
    width: 100%;
}

.he-content-v2__module {
    position: relative;
}

.he-content-v2__module-header {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1rem;
}

.he-content-v2__module-number {
    font-family: 'Outfit', sans-serif;
    font-size: 1.75rem;
    font-weight: 800;
    color: #FFD21F;
    line-height: 1;
}

.he-content-v2__module-divider {
    width: 3px;
    height: 30px;
    background: linear-gradient(180deg, var(--he-blue) 0%, rgba(255, 210, 31, 0.3) 100%);
    border-radius: 2px;
}

.he-content-v2__module-title {
    font-family: 'Outfit', sans-serif;
    font-size: 1.1rem;
    font-weight: 800;
    color: #ffffff;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.he-content-v2__module-list {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
    padding-left: 0;
}

.he-content-v2__module-list li {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.6;
    padding-left: 1rem;
    position: relative;
}

.he-content-v2__module-list li::before {
    content: '•';
    position: absolute;
    left: 0;
    color: var(--he-blue);
    font-weight: bold;
}

/* Responsive para Pilares y Contenido V2 */
@media (max-width: 1024px) {
    .he-pillars-v2__diagonal {
        width: 100%;
        clip-path: polygon(0 30%, 100% 0, 100% 100%, 0 100%);
    }
    
    .he-pillars-v2__item {
        justify-content: center;
    }
    
    .he-pillars-v2__content {
        text-align: center;
    }
    
    .he-content-v2__container {
        grid-template-columns: 1fr;
    }
    
    .he-content-v2__visual {
        min-height: 300px;
    }
    
    .he-content-v2__visual-title {
        writing-mode: horizontal-tb;
        transform: none;
    }
    
    .he-content-v2__visual-badge {
        writing-mode: horizontal-tb;
        transform: none;
        position: static;
        margin-top: 1rem;
    }
    
    .he-content-v2__image-content {
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    
    .he-content-v2__visual-dots {
        flex-direction: row;
        position: static;
        margin-top: 1.5rem;
    }
}

@media (max-width: 768px) {
    .he-pillars-v2 {
        padding: 4rem 0;
    }
    
    .he-pillars-v2__title {
        letter-spacing: 4px;
    }
    
    .he-pillars-v2__item {
        flex-direction: column;
        gap: 0.5rem;
        text-align: center;
    }
    
    .he-pillars-v2__acronym {
        min-width: auto;
    }
    
    .he-content-v2__modules {
        padding: 3rem 1.5rem;
    }
    
    .he-content-v2__modules-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
}

/* ============================================
   LOGÍSTICA (Contenido Práctico)
   ============================================ */

.he-logistics {
    padding: 4rem 0;
    background: var(--color-dark);
}

.he-logistics__container {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 2rem;
}

.he-logistics__header {
    text-align: center;
    margin-bottom: 3rem;
}

.he-logistics__label {
    display: inline-block;
    padding: 0.5rem 1rem;
    background: rgba(255, 255, 255, 0.05);
    color: var(--he-blue);
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 2px;
    border-radius: 100px;
    margin-bottom: 1rem;
}

.he-logistics__title {
    font-size: clamp(1.5rem, 3vw, 2rem);
    font-weight: 700;
    color: #ffffff;
}

.he-logistics__grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    gap: 1rem;
}

.he-logistics__item {
    padding: 1.5rem 1rem;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 16px;
    text-align: center;
    transition: all 0.3s ease;
}

.he-logistics__item:hover {
    border-color: var(--he-blue);
    background: rgba(255, 210, 31, 0.05);
}

.he-logistics__icon {
    margin-bottom: 0.75rem;
    color: var(--he-blue);
}

.he-logistics__icon svg {
    width: 32px;
    height: 32px;
}

.he-logistics__name {
    font-size: 0.8rem;
    font-weight: 600;
    color: #ffffff;
}

/* ============================================
   QUÉ INCLUYE (Feature Cards)
   ============================================ */

.he-includes {
    padding: 4rem 0;
    background: #050508;
}

.he-includes__container {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 2rem;
}

.he-includes__header {
    text-align: center;
    margin-bottom: 4rem;
}

.he-includes__label {
    display: inline-block;
    padding: 0.5rem 1rem;
    background: rgba(255, 255, 255, 0.05);
    color: var(--he-blue);
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 2px;
    border-radius: 100px;
    margin-bottom: 1rem;
}

.he-includes__title {
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 700;
    color: #ffffff;
}

.he-includes__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
}

.he-includes__card {
    display: flex;
    gap: 1.25rem;
    padding: 1.5rem;
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 16px;
    transition: all 0.3s ease;
}

.he-includes__card:hover {
    border-color: var(--he-blue);
    transform: translateX(5px);
}

.he-includes__card-icon {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: var(--he-blue);
}

.he-includes__card-icon svg {
    width: 28px;
    height: 28px;
}

.he-includes__card-content h4 {
    font-size: 1rem;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 0.35rem;
}

.he-includes__card-content p {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.6);
    line-height: 1.5;
}

/* ============================================
   CEO SECTION
   ============================================ */

.he-ceo {
    padding: 4rem 0;
    background: var(--color-dark);
    position: relative;
}

.he-ceo::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: linear-gradient(to top, rgba(255, 210, 31, 0.05) 0%, transparent 100%);
    pointer-events: none;
}

.he-ceo__container {
    max-width: 900px;
    margin: 0 auto;
    padding: 0 2rem;
    position: relative;
}

.he-ceo__header {
    text-align: center;
    margin-bottom: 3rem;
}

.he-ceo__label {
    display: inline-block;
    padding: 0.5rem 1rem;
    background: rgba(255, 255, 255, 0.05);
    color: var(--he-blue);
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 2px;
    border-radius: 100px;
    margin-bottom: 1rem;
}

.he-ceo__title {
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 700;
    color: #ffffff;
}

.he-ceo__card {
    padding: 3rem;
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 24px;
    text-align: center;
}

.he-ceo__avatar {
    width: 100px;
    height: 100px;
    border: 2px solid var(--he-blue);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
    color: var(--he-blue);
    overflow: hidden;
}

.he-ceo__avatar svg {
    width: 50px;
    height: 50px;
}

.he-ceo__avatar-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.he-ceo__name {
    font-size: 1.5rem;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 0.5rem;
}

.he-ceo__role {
    font-size: 1rem;
    color: var(--he-blue);
    font-weight: 600;
    margin-bottom: 1.5rem;
}

.he-ceo__credentials {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.75rem;
    margin-bottom: 2rem;
}

.he-ceo__credential {
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
    padding: 0.5rem 1rem;
    background: rgba(255, 210, 31, 0.1);
    border: 1px solid rgba(255, 210, 31, 0.2);
    border-radius: 12px;
    font-size: 0.78rem;
    color: rgba(255, 255, 255, 0.8);
    max-width: 100%;
    text-align: left;
}

.he-ceo__credential svg {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
    margin-top: 0.15rem;
    color: var(--he-blue);
}

.he-ceo__contact {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.75rem;
}

.he-ceo__contact-link {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    font-size: 0.95rem;
    color: rgba(255, 255, 255, 0.7);
    transition: color 0.3s ease;
}

.he-ceo__contact-link:hover {
    color: var(--he-blue);
}

.he-ceo__contact-link svg {
    width: 20px;
    height: 20px;
    color: var(--he-blue);
}

/* ============================================
   MISIÓN Y VISIÓN
   ============================================ */

.he-mission {
    padding: 4rem 0;
    background: #050508;
}

.he-mission__container {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 2rem;
}

.he-mission__grid {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.he-mission__card {
    padding: 2.5rem 3rem;
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 20px;
    transition: all 0.3s ease;
    max-width: 900px;
    margin: 0 auto;
    width: 100%;
}

.he-mission__card:hover {
    border-color: var(--he-blue);
}

.he-mission__card-icon {
    margin-bottom: 1.5rem;
    color: var(--he-blue);
}

.he-mission__card-icon svg {
    width: 40px;
    height: 40px;
}

.he-mission__card h3 {
    font-size: 1.25rem;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 1rem;
}

.he-mission__card p {
    font-size: 0.95rem;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.7;
}

.he-mission__list {
    list-style: none;
    padding: 0;
    margin-top: 1rem;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.he-mission__list li {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.6;
    padding-left: 1.25rem;
    position: relative;
}

.he-mission__list li::before {
    content: '•';
    position: absolute;
    left: 0;
    color: var(--he-blue);
    font-weight: bold;
}

.he-mission__list li strong {
    color: #ffffff;
}

/* ============================================
   PRECIO ESPECIAL STYLING
   ============================================ */

.he-price-badge {
    position: absolute;
    top: -15px;
    right: 20px;
    padding: 0.5rem 1.25rem;
    background: var(--he-gradient);
    color: #ffffff;
    font-size: 0.75rem;
    font-weight: 800;
    letter-spacing: 1px;
    border-radius: 100px;
    animation: pulse-badge 2s ease-in-out infinite;
}

@keyframes pulse-badge {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.05); }
}

.he-price-original {
    font-size: 1.5rem;
    color: rgba(255, 255, 255, 0.4);
    text-decoration: line-through;
    margin-bottom: 0.5rem;
}

.he-savings {
    display: inline-block;
    padding: 0.5rem 1rem;
    background: rgba(255, 210, 31, 0.2);
    color: var(--he-blue-light);
    font-size: 0.85rem;
    font-weight: 700;
    border-radius: 100px;
    margin-top: 1rem;
}

/* ============================================
   CANDIDATO BADGE
   ============================================ */

.he-candidate-badge {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 1rem 1.5rem;
    background: linear-gradient(135deg, rgba(255, 210, 31, 0.2) 0%, rgba(255, 224, 102, 0.1) 100%);
    border: 1px solid rgba(255, 210, 31, 0.3);
    border-radius: 12px;
    margin-top: 1.5rem;
}

.he-candidate-badge__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--he-blue);
}

.he-candidate-badge__icon svg {
    width: 24px;
    height: 24px;
}

.he-candidate-badge__text {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.9);
}

.he-candidate-badge__text strong {
    color: var(--he-blue);
}

/* ============================================
   ICONOS SIN FONDO (Overrides)
   ============================================ */

.program-intro__highlight-icon {
    font-size: inherit;
    color: var(--he-blue);
}

.program-intro__highlight-icon svg {
    width: 28px;
    height: 28px;
}

.program-pricing__guarantee-icon {
    font-size: inherit;
    color: var(--he-blue);
}

.program-pricing__guarantee-icon svg {
    width: 40px;
    height: 40px;
}

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

@media (max-width: 1024px) {
    .he-pillars__grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .he-logistics__grid {
        grid-template-columns: repeat(3, 1fr);
    }
    
    .he-includes__grid {
        grid-template-columns: 1fr;
    }
    
}

@media (max-width: 768px) {
    .he-pillars__grid {
        grid-template-columns: 1fr;
    }
    
    .he-logistics__grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .he-stat-badge {
        flex-direction: column;
        text-align: center;
    }
    
    .he-ceo__credentials {
        flex-direction: column;
    }
}

@media (max-width: 480px) {
    .he-logistics__grid {
        grid-template-columns: 1fr;
    }
    
    .he-ceo__card {
        padding: 2rem 1.5rem;
    }
}
