/* ============================================
   SHE CLOSER ACADEMY - Estilos Específicos
   Academia exclusiva para la closer femenina
   ============================================ */

/* Colores específicos She Closer */
:root {
    --program-primary: #FFD21F;
    --program-secondary: #FFE066;
    --program-gradient: linear-gradient(135deg, #FFD21F 0%, #FFE066 50%, #FFF0B3 100%);
    --she-pink: #FFD21F;
    --she-pink-light: #FFE066;
    --she-pink-soft: #FFF0B3;
    --she-gradient: linear-gradient(135deg, #FFD21F 0%, #FFE066 50%, #FFF0B3 100%);
    --she-gradient-dark: linear-gradient(135deg, #FFD21F 0%, #000000 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 (84% dato)
   ============================================ */

.she-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;
}

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

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

/* ============================================
   POSICIONAMIENTO (No es / Sí es)
   ============================================ */

.she-positioning {
    padding: 5rem 0 6rem;
    background: linear-gradient(180deg, var(--color-dark) 0%, #08080c 50%, #050508 100%);
    position: relative;
}

.she-positioning::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse 80% 50% at 50% 0%, rgba(255, 210, 31, 0.06) 0%, transparent 55%);
    pointer-events: none;
}

.she-positioning .she-pillars__container {
    position: relative;
}

.she-positioning__title {
    text-align: center;
    margin-bottom: 2.5rem;
    font-size: clamp(1.75rem, 3.5vw, 2.5rem);
    font-weight: 700;
    color: #ffffff;
    letter-spacing: -0.02em;
}

.she-positioning__grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.5rem 2rem;
    max-width: 900px;
    margin: 0 auto;
}

.she-positioning__grid .she-pillar {
    min-height: 100%;
}

.she-pillar__number--neg {
    background: rgba(239, 68, 68, 0.12) !important;
    color: #fecaca !important;
    border: 1px solid rgba(239, 68, 68, 0.28);
    box-shadow: 0 0 24px rgba(239, 68, 68, 0.08);
}

/* ============================================
   CTA ELEVA (banda destacada)
   ============================================ */

.she-elevate {
    padding: 3.5rem 0;
    background: #050508;
    border-top: 1px solid rgba(255, 210, 31, 0.12);
    border-bottom: 1px solid rgba(255, 210, 31, 0.12);
    position: relative;
}

.she-elevate::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    width: min(640px, 90%);
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--she-pink), transparent);
    opacity: 0.5;
}

.she-elevate__title {
    text-align: center;
    font-size: clamp(1.35rem, 2.8vw, 1.85rem);
    font-weight: 700;
    color: #ffffff;
    line-height: 1.3;
    max-width: 28rem;
    margin: 0 auto;
    background: linear-gradient(135deg, #ffffff 0%, rgba(255, 224, 102, 0.95) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

@supports not (background-clip: text) {
    .she-elevate__title {
        color: #ffffff;
        background: none;
    }
}

/* ============================================
   HORARIOS
   ============================================ */

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

.she-schedule__lead {
    max-width: 36rem;
    margin: 0 auto;
    text-align: center;
}

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

.she-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;
}

.she-schedule__slot:hover {
    transform: translateY(-4px) !important;
}

.she-schedule__slot .she-includes__card-content h4 {
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--she-pink);
    margin-bottom: 0.75rem;
}

.she-schedule__slot .she-includes__card-content p {
    font-size: clamp(1.35rem, 3vw, 1.75rem);
    font-weight: 700;
    color: #ffffff;
    line-height: 1.2;
}

/* ============================================
   IMPACTO (+8000, países, medios)
   ============================================ */

.she-impact {
    padding: 3rem 0;
    background: #050508;
}

.she-impact__panel {
    max-width: 800px;
    margin: 0 auto;
    padding: 2.25rem 1.5rem;
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 210, 31, 0.12);
    border-radius: 20px;
}

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

.she-impact .program-hero__stat-number {
    font-size: clamp(1.5rem, 4vw, 2.25rem);
}

.she-impact .program-hero__stat-label {
    font-size: 0.8rem;
    max-width: 10rem;
    margin: 0 auto;
}

/* ============================================
   BONOS
   ============================================ */

.she-bonuses {
    padding: 6rem 0 7rem;
    background: linear-gradient(180deg, #050508 0%, #0a0a10 100%);
    position: relative;
}

.she-bonuses::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(255, 210, 31, 0.2), transparent);
}

.she-bonuses__intro {
    max-width: 40rem;
    margin: 0 auto;
    text-align: center;
}

.she-bonuses__intro strong {
    color: var(--she-pink-light);
}

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

.she-bonuses__list li {
    position: relative;
    padding: 1rem 1.25rem 1rem 3rem;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 12px;
    font-size: 0.92rem;
    color: rgba(255, 255, 255, 0.82);
    line-height: 1.5;
}

.she-bonuses__list li::before {
    content: '✦';
    position: absolute;
    left: 1.1rem;
    top: 50%;
    transform: translateY(-50%);
    color: var(--she-pink);
    font-size: 0.75rem;
}

.she-bonuses__list li strong {
    color: #ffffff;
    font-weight: 600;
}

.she-bonuses__exclusive {
    max-width: 42rem;
    margin: 0 auto 2.5rem;
    border-color: rgba(255, 210, 31, 0.22) !important;
    background: linear-gradient(135deg, rgba(255, 210, 31, 0.08) 0%, rgba(255, 255, 255, 0.02) 100%) !important;
}

.she-bonuses__exclusive:hover {
    border-color: var(--she-pink) !important;
}

.she-bonuses__sub {
    margin-top: 2.5rem !important;
}

.she-bonuses__subtitle {
    font-size: clamp(1.1rem, 2vw, 1.35rem) !important;
    margin-bottom: 0.35rem !important;
}

/* ============================================
   A TU MEDIDA — comparativa de planes
   ============================================ */

.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;
    }
}

/* ============================================
   PRICING SHE (override layout)
   ============================================ */

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

.program-pricing__card-price--stacked {
    flex-direction: column !important;
    align-items: center !important;
    gap: 0.25rem;
}

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

.program-pricing__guarantee-content p + p {
    margin-top: 0.75rem;
}

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

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

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

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

/* ============================================
   FUNDADORA BADGE
   ============================================ */

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

.she-founder-badge::before {
    content: '✦';
}

/* ============================================
   4 PILARES SECTION
   ============================================ */

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

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

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

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

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

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

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

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

.she-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;
}

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

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

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

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

.she-pillar__title {
    font-size: 1.2rem;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 1.25rem;
}

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

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

.she-pillar__list li::before {
    content: '♦';
    position: absolute;
    left: 0;
    color: var(--she-pink);
    font-size: 0.6rem;
}

/* ============================================
   CONTENIDO PRÁCTICO
   ============================================ */

.she-practical {
    padding: 6rem 0;
    background: var(--color-dark);
}

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

.she-practical__header {
    text-align: center;
    margin-bottom: 3rem;
}

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

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

.she-practical__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
}

.she-practical__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;
}

.she-practical__item:hover {
    border-color: var(--she-pink);
    background: rgba(255, 210, 31, 0.05);
}

.she-practical__icon {
    margin-bottom: 0.75rem;
    color: var(--she-pink);
}

.she-practical__icon svg {
    width: 32px;
    height: 32px;
}

.she-practical__name {
    font-size: 0.85rem;
    font-weight: 600;
    color: #ffffff;
}

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

.she-includes {
    padding: 8rem 0;
    background: #050508;
}

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

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

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

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

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

.she-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;
}

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

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

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

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

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

/* ============================================
   FUNDADORAS SECTION
   ============================================ */

.she-founders {
    padding: 8rem 0;
    background: var(--color-dark);
    position: relative;
}

.she-founders::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;
}

.she-founders__container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 2rem;
    position: relative;
}

.she-founders__header {
    text-align: center;
    margin-bottom: 4rem;
}

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

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

.she-founders__grid {
    display: flex;
    justify-content: center;
    gap: 3rem;
}

.she-founder {
    max-width: 500px;
    width: 100%;
}

.she-founder {
    padding: 2.5rem;
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 24px;
    transition: all 0.3s ease;
}

.she-founder:hover {
    border-color: var(--she-pink);
}

.she-founder__header {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    margin-bottom: 1.5rem;
}

.she-founder__avatar {
    width: 70px;
    height: 70px;
    border: 2px solid var(--she-pink);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: var(--she-pink);
    overflow: hidden;
}

.she-founder__avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.she-founder__avatar svg {
    width: 36px;
    height: 36px;
}

.she-founder__info h3 {
    font-size: 1.35rem;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 0.25rem;
}

.she-founder__role {
    font-size: 0.9rem;
    color: var(--she-pink);
    font-weight: 600;
}

.she-founder__bio {
    font-size: 0.95rem;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.7;
    margin-bottom: 1.5rem;
}

.she-founder__social {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.she-founder__social-link {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.6);
    transition: color 0.3s ease;
}

.she-founder__social-link:hover {
    color: var(--she-pink);
}

.she-founder__social-link svg {
    width: 18px;
    height: 18px;
    color: var(--she-pink);
}

/* ============================================
   CALL TO ACTION ESPECIAL
   ============================================ */

.she-cta-special {
    padding: 4rem 0;
    background: var(--color-dark);
}

.she-cta-special__container {
    max-width: 900px;
    margin: 0 auto;
    padding: 3rem;
    background: linear-gradient(135deg, rgba(255, 210, 31, 0.15) 0%, rgba(255, 224, 102, 0.05) 100%);
    border: 1px solid rgba(255, 210, 31, 0.3);
    border-radius: 24px;
    text-align: center;
}

.she-cta-special__title {
    font-size: clamp(1.5rem, 3vw, 2rem);
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 0.75rem;
}

.she-cta-special__text {
    font-size: 1.1rem;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 1.5rem;
}

.she-cta-special__highlight {
    color: var(--she-pink);
    font-weight: 700;
}

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

.she-price-badge {
    position: absolute;
    top: -15px;
    right: 20px;
    padding: 0.5rem 1.25rem;
    background: var(--she-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); }
}

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

.she-price-current {
    font-size: 4rem;
    font-weight: 900;
    color: #ffffff;
    line-height: 1;
}

.she-price-current span {
    font-size: 1.5rem;
    color: rgba(255, 255, 255, 0.7);
}

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

/* ============================================
   CANDIDATA BADGE
   ============================================ */

.she-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;
}

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

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

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

.she-candidate-badge__text strong {
    color: var(--she-pink);
}

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

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

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

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

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

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

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

    .she-positioning__grid {
        grid-template-columns: 1fr;
    }
    
    .she-founders__grid {
        grid-template-columns: 1fr;
    }
    
    .she-includes__grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .she-pillars__grid {
        grid-template-columns: 1fr;
    }
    
    .she-practical__grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .she-impact .program-hero__stats {
        flex-direction: column;
        align-items: center;
    }
    
    .she-stat-badge {
        flex-direction: column;
        text-align: center;
    }
    
    .she-founder__header {
        flex-direction: column;
        text-align: center;
    }
    
    .she-founder__social {
        align-items: center;
    }
}

@media (max-width: 480px) {
    .she-practical__grid {
        grid-template-columns: 1fr;
    }
    
    .she-cta-special__container {
        padding: 2rem 1.5rem;
    }
}
