   SESIONES INDIVIDUALES - ESCOLI
   Archivo: public/css/sesiones_i.css
========================================= */

/* ===== RESET SUAVE INTERNO ===== */
.si-page *,
.si-page *::before,
.si-page *::after {
    box-sizing: border-box;
}

/* ===== BASE ===== */
.si-page {
    background:
        radial-gradient(circle at top left, rgba(240, 142, 3, 0.08), transparent 22%),
        radial-gradient(circle at bottom right, rgba(106, 5, 114, 0.10), transparent 28%),
        linear-gradient(180deg, #f7f1fb 0%, #f3edf8 100%);
    color: #241c31;
    min-height: 100vh;
    overflow: hidden;
}

.si-container {
    width: min(1180px, calc(100% - 40px));
    margin: 0 auto;
}

/* ===== HERO ===== */
.si-hero {
    padding: 140px 0 90px;
    position: relative;
}

.si-hero-grid {
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    gap: 42px;
    align-items: center;
}

.si-badge,
.si-kicker {
    display: inline-block;
    color: #a25f00;
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-bottom: 16px;
}

.si-hero-copy h1 {
    font-size: clamp(2.8rem, 6vw, 5rem);
    line-height: 0.96;
    margin: 0 0 10px;
    color: #2c1a3f;
}

.si-hero-copy h2 {
    font-size: clamp(1.2rem, 3vw, 1.9rem);
    line-height: 1.35;
    margin: 0 0 22px;
    font-weight: 500;
    color: #6a0572;
}

.si-hero-copy p {
    font-size: 1.05rem;
    line-height: 1.95;
    color: rgba(44, 26, 63, 0.82);
    max-width: 620px;
    margin: 0 0 28px;
}

.si-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

/* ===== BOTONES ===== */
.si-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 15px 26px;
    border-radius: 14px;
    text-decoration: none;
    font-weight: 700;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
}

.si-btn-primary {
    background: linear-gradient(135deg, #F08E03, #d97706);
    color: #fff;
    box-shadow: 0 14px 30px rgba(240, 142, 3, 0.20);
}

.si-btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 18px 34px rgba(240, 142, 3, 0.28);
}

.si-btn-secondary {
    border: 1px solid rgba(106, 5, 114, 0.14);
    color: #6a0572;
    background: rgba(255, 255, 255, 0.55);
}

.si-btn-secondary:hover {
    transform: translateY(-3px);
    background: rgba(255, 255, 255, 0.85);
}

/* ===== IMAGEN HERO ===== */
.si-hero-visual {
    position: relative;
}

.si-image-frame {
    position: relative;
    padding: 14px;
    border-radius: 30px;
    background: linear-gradient(
        145deg,
        rgba(240, 142, 3, 0.40),
        rgba(106, 5, 114, 0.18),
        rgba(255, 255, 255, 0.80)
    );
    box-shadow: 0 24px 60px rgba(63, 35, 85, 0.16);
}

.si-image-frame img {
    width: 100%;
    display: block;
    border-radius: 24px;
    object-fit: cover;
    min-height: 540px;
    height: 100%;
}

/* ===== FRASE INICIAL ===== */
.si-statement {
    padding: 10px 0 80px;
}

.si-statement p {
    max-width: 920px;
    margin: 0 auto;
    text-align: center;
    font-size: clamp(1.5rem, 3vw, 2.4rem);
    line-height: 1.4;
    color: #2c1a3f;
    font-weight: 300;
}

/* ===== SECCIONES GENERALES ===== */
.si-editorial,
.si-work,
.si-eneagrama,
.si-details,
.si-note,
.si-cta {
    padding: 90px 0;
}

/* ===== EDITORIAL ===== */
.si-editorial-grid {
    display: grid;
    grid-template-columns: 0.85fr 1.15fr;
    gap: 46px;
    align-items: start;
}

.si-editorial-side h3,
.si-work-intro h3,
.si-eneagrama-copy h3,
.si-phrase h3,
.si-cta-box h3 {
    margin: 0;
    font-size: clamp(1.8rem, 4vw, 3rem);
    line-height: 1.2;
    color: #2c1a3f;
}

.si-editorial-content p,
.si-work-intro p,
.si-eneagrama-copy p,
.si-cta-box p,
.si-note p {
    font-size: 1.02rem;
    line-height: 1.95;
    color: rgba(44, 26, 63, 0.82);
    margin: 0 0 16px;
}

.si-highlight-line {
    color: #6a0572 !important;
    font-weight: 600;
}

/* ===== QUÉ TRABAJAMOS ===== */
.si-work-grid {
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    gap: 42px;
    align-items: start;
}

.si-work-list {
    display: grid;
    gap: 18px;
}

.si-work-list article {
    display: grid;
    grid-template-columns: 70px 1fr;
    gap: 18px;
    padding: 20px 0;
    border-bottom: 1px solid rgba(106, 5, 114, 0.10);
}

.si-work-list article span {
    font-size: 1.4rem;
    font-weight: 800;
    color: #F08E03;
    line-height: 1;
}

.si-work-list h4 {
    margin: 0 0 6px;
    font-size: 1.08rem;
    color: #2c1a3f;
}

.si-work-list p {
    margin: 0;
    line-height: 1.8;
    color: rgba(44, 26, 63, 0.78);
}

/* ===== ENEAGRAMA ===== */
.si-eneagrama-box {
    display: grid;
    grid-template-columns: 1.08fr 0.92fr;
    gap: 26px;
}

.si-eneagrama-copy,
.si-eneagrama-points {
    background: rgba(255, 255, 255, 0.58);
    border: 1px solid rgba(106, 5, 114, 0.10);
    border-radius: 28px;
    padding: 34px;
    backdrop-filter: blur(10px);
    box-shadow: 0 12px 36px rgba(71, 44, 93, 0.08);
}

.si-eneagrama-closing {
    color: #6a0572 !important;
    font-weight: 600;
}

.si-eneagrama-points {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 16px;
}

.si-eneagrama-points div {
    padding: 20px 22px;
    border-radius: 18px;
    background: rgba(240, 142, 3, 0.07);
    color: #2c1a3f;
    border: 1px solid rgba(240, 142, 3, 0.14);
    line-height: 1.7;
}

/* ===== FRASE CENTRAL ===== */
.si-phrase {
    padding: 40px 0 50px;
    text-align: center;
}

.si-phrase h3 {
    margin: 0 0 10px;
}

.si-phrase p {
    font-size: 1.2rem;
    color: #a25f00;
    margin: 0;
    line-height: 1.7;
}

/* ===== DETALLES ===== */
.si-details-grid {
    margin-top: 18px;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 18px;
}

.si-details-grid article {
    background: rgba(255, 255, 255, 0.62);
    border: 1px solid rgba(106, 5, 114, 0.10);
    border-radius: 22px;
    padding: 24px 20px;
    text-align: center;
    box-shadow: 0 10px 28px rgba(71, 44, 93, 0.06);
}

.si-details-grid i {
    color: #F08E03;
    font-size: 1.15rem;
    margin-bottom: 12px;
}

.si-details-grid h4 {
    margin: 0 0 8px;
    color: #2c1a3f;
    font-size: 1rem;
}

.si-details-grid p {
    margin: 0;
    line-height: 1.7;
    color: rgba(44, 26, 63, 0.78);
}

/* ===== NOTA ===== */
.si-note {
    padding-top: 10px;
}

.si-note p {
    max-width: 980px;
    margin: 0 auto;
    padding: 24px 28px;
    border-left: 4px solid #F08E03;
    background: rgba(255, 255, 255, 0.52);
    border-radius: 0 18px 18px 0;
}

/* ===== CTA ===== */
.si-cta {
    padding-top: 40px;
    padding-bottom: 100px;
}

.si-cta-box {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
    padding: 48px 34px;
    border-radius: 30px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.80), rgba(255, 247, 236, 0.92));
    border: 1px solid rgba(240, 142, 3, 0.18);
    box-shadow: 0 20px 45px rgba(71, 44, 93, 0.08);
}

.si-cta-box h3 {
    margin-bottom: 14px;
}

.si-cta-box p {
    max-width: 720px;
    margin: 0 auto 24px;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 1100px) {
    .si-details-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 950px) {
    .si-hero-grid,
    .si-editorial-grid,
    .si-work-grid,
    .si-eneagrama-box {
        grid-template-columns: 1fr;
    }

    .si-image-frame img {
        min-height: auto;
    }
}

@media (max-width: 768px) {
    .si-hero,
    .si-editorial,
    .si-work,
    .si-eneagrama,
    .si-details,
    .si-note,
    .si-cta {
        padding: 72px 0;
    }

    .si-actions {
        flex-direction: column;
    }

    .si-btn {
        width: 100%;
    }

    .si-details-grid {
        grid-template-columns: 1fr;
    }

    .si-statement p {
        font-size: 1.8rem;
    }

    .si-image-frame {
        padding: 10px;
        border-radius: 24px;
    }

    .si-image-frame img {
        border-radius: 18px;
    }
}

@media (max-width: 480px) {
    .si-container {
        width: min(1180px, calc(100% - 24px));
    }

    .si-hero {
        padding: 120px 0 70px;
    }

    .si-hero-copy h1 {
        font-size: 2.5rem;
    }

    .si-hero-copy h2 {
        font-size: 1.15rem;
    }

    .si-hero-copy p,
    .si-editorial-content p,
    .si-work-intro p,
    .si-eneagrama-copy p,
    .si-note p,
    .si-cta-box p,
    .si-work-list p {
        font-size: 0.98rem;
        line-height: 1.8;
    }

    .si-editorial-side h3,
    .si-work-intro h3,
    .si-eneagrama-copy h3,
    .si-phrase h3,
    .si-cta-box h3 {
        font-size: 2rem;
    }

    .si-statement p {
        font-size: 1.5rem;
    }

    .si-eneagrama-copy,
    .si-eneagrama-points,
    .si-cta-box {
        padding: 26px 22px;
    }

    .si-note p {
        padding: 20px 20px 20px 18px;
    }
}

.si-work-list article{
    transition: all .3s ease;
}

.si-work-list article:hover{
    transform: translateX(6px);
    border-bottom: 1px solid rgba(240,142,3,.25);
}
.si-btn-primary{
    background: linear-gradient(135deg, #F08E03, #d97706);
    color: #fff;
    box-shadow: 0 14px 30px rgba(240,142,3,.25);
    position: relative;
    overflow: hidden;
}

.si-btn-primary::after{
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(120deg, transparent, rgba(255,255,255,.3), transparent);
    opacity: 0;
    transition: .4s;
}

.si-btn-primary:hover::after{
    opacity: 1;
}

.si-hero-copy,
.si-hero-visual{
    opacity: 0;
    transform: translateY(30px);
    animation: fadeUp .8s ease forwards;
}

.si-hero-visual{
    animation-delay: .2s;
}

@keyframes fadeUp{
    to{
        opacity: 1;
        transform: translateY(0);
    }
}
.si-editorial,
.si-work,
.si-eneagrama,
.si-details{
    border-top: 1px solid rgba(106,5,114,.06);
}
/* =========================
   HOVER PREMIUM ESCOLI
========================= */

/* BASE */
.si-work-list article,
.si-details-grid article{
    position: relative;
    transition: all .35s ease;
    cursor: pointer;
}

/* EFECTO HOVER */
.si-work-list article:hover,
.si-details-grid article:hover{
    transform: translateY(-8px) scale(1.02);
    background: linear-gradient(135deg, rgba(240,142,3,0.08), rgba(106,5,114,0.08));
    border-color: rgba(240,142,3,0.25);
    box-shadow: 0 20px 40px rgba(0,0,0,0.12);
}

/* BRILLO SUTIL */
.si-work-list article::after,
.si-details-grid article::after{
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background: linear-gradient(120deg, transparent, rgba(255,255,255,0.25), transparent);
    opacity: 0;
    transition: opacity .4s ease;
}

.si-work-list article:hover::after,
.si-details-grid article:hover::after{
    opacity: 1;
}

/* TEXTO MÁS VIVO */
.si-work-list article:hover h4,
.si-details-grid article:hover h4{
    color: #6a0572;
}

.si-work-list article:hover span{
    color: #F08E03;
    transform: scale(1.1);
}