:root{
    --black:#111111;
    --dark:#1b1b1b;
    --white:#ffffff;
    --cream:#f8f5f0;
    --beige:#e6d7c6;
    --taupe:#b69b82;
    --gold:#c8a97e;
    --text:#555555;
    --muted:#8a8a8a;
    --border:#eee7df;
}

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

html{
    scroll-behavior:smooth;
}

body{
    font-family:'Montserrat',sans-serif;
    color:var(--text);
    background:var(--white);
    overflow-x:hidden;
}

img{
    max-width:100%;
}

a{
    text-decoration:none;
}

h1,h2,h3,h4,h5,h6{
    font-family:'Cormorant Garamond',serif;
    color:var(--black);
    font-weight:600;
}

p{
    font-size:16px;
    line-height:1.8;
}

/* HEADER */

.main-header{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    z-index:999;
    background:rgba(255,255,255,.92);
    backdrop-filter:blur(18px);
    border-bottom:1px solid rgba(0,0,0,.06);
}

.navbar{
    padding:18px 0;
}

.navbar-brand{
    font-family:'Cormorant Garamond',serif;
    font-size:25px;
    letter-spacing:5px;
    color:var(--black);
    font-weight:600;
}

.navbar-brand:hover{
    color:var(--black);
}

.nav-link{
    font-size:12px;
    letter-spacing:2px;
    text-transform:uppercase;
    color:var(--black);
    margin-left:25px;
    font-weight:500;
}

.nav-link:hover{
    color:var(--taupe);
}

.btn-reservar{
    background:var(--black);
    color:var(--white);
    padding:12px 24px;
    border-radius:50px;
    font-size:12px;
    letter-spacing:2px;
    text-transform:uppercase;
    transition:.3s ease;
    display:inline-block;
}

.btn-reservar:hover{
    background:var(--taupe);
    color:var(--white);
}
.hero-image-wrapper{
    position:relative;
    max-width:520px;
    margin-left:auto;
}

.hero-image{
    width:100%;
    height:620px;
    object-fit:cover;

    border-radius:
        80px 80px 20px 20px;

    display:block;
}
/* HERO */
.hero{
    min-height:100vh;
    display:flex;
    align-items:center;
    background:#faf8f4;
    padding:140px 0 100px;
}

.hero h1{
    font-size:7rem;
    line-height:.9;
    letter-spacing:-3px;
    margin-bottom:25px;
}

.hero p{
    max-width:480px;
    font-size:18px;
    color:#666;
    margin-bottom:40px;
}

.hero-visual{
    position:relative;
}



.hero-subtitle{
    display:block;
    margin-bottom:20px;

    letter-spacing:4px;
    text-transform:uppercase;

    color:#b69b82;

    font-size:12px;
}

@media(max-width:991px){

    .hero{
        text-align:center;
    }

    .hero h1{
        font-size:4rem;
    }

    .hero-image{

        height:500px;

        transform:none;

        margin-top:40px;
    }

}
.hero{
    min-height:100vh;
    position:relative;
    background:
    linear-gradient(90deg,rgba(255,255,255,.95) 0%,rgba(255,255,255,.75) 45%,rgba(255,255,255,.15) 100%),
    url('/assets/img/hero.jpg');
    background-size:cover;
    background-position:center;
    display:flex;
    align-items:center;
    padding-top:90px;
}

.hero h1{
    font-size:92px;
    line-height:.95;
    margin-bottom:30px;
    max-width:650px;
}

.hero p{
    font-size:19px;
    max-width:560px;
    color:#555;
    margin-bottom:35px;
}

.hero-subtitle,
.section-title span,
.section-mini{
    display:block;
    font-size:12px;
    letter-spacing:4px;
    text-transform:uppercase;
    color:var(--taupe);
    font-weight:600;
    margin-bottom:18px;
}

.hero-buttons{
    display:flex;
    gap:18px;
    flex-wrap:wrap;
}

.btn-primary-custom{
    background:rgb(196,166,123);
    color:var(--white);
    padding:16px 34px;
    border-radius:50px;
    font-size:12px;
    letter-spacing:2px;
    text-transform:uppercase;
    display:inline-block;
    transition:.3s ease;
}

.btn-primary-custom:hover{
    background:var(--taupe);
    color:var(--white);
    transform:translateY(-2px);
}

.btn-secondary-custom{
    border:1px solid var(--black);
    color:var(--black);
    padding:16px 34px;
    border-radius:50px;
    font-size:12px;
    letter-spacing:2px;
    text-transform:uppercase;
    display:inline-block;
    transition:.3s ease;
}

.btn-secondary-custom:hover{
    background:var(--black);
    color:var(--white);
    transform:translateY(-2px);
}

/* SECCIONES */

.section{
    padding:110px 0;
}

.bg-light-custom{
    background:var(--cream);
}

.section-title{
    max-width:760px;
    margin:0 auto 60px;
}

.section-title h2{
    font-size:56px;
    line-height:1.05;
}

.section-mini + h2{
    font-size:56px;
    margin-bottom:25px;
}

/* BENEFICIOS */

.benefit-card{
    height:100%;
    padding:42px 34px;
    background:var(--white);
    border:1px solid var(--border);
    border-radius:28px;
    transition:.35s ease;
}

.benefit-card:hover{
    transform:translateY(-8px);
    box-shadow:0 30px 70px rgba(0,0,0,.08);
}

.benefit-card h3{
    font-size:34px;
    margin-bottom:15px;
}

.benefit-card p{
    color:var(--muted);
    margin-bottom:0;
}

/* SOBRE ELIZA */

.rounded-4{
    border-radius:34px !important;
}

.bg-light-custom img{
    box-shadow:0 35px 80px rgba(0,0,0,.10);
}

/* CLASES */

.class-card{
    min-height:210px;
    padding:35px;
    border-radius:30px;
    background:
    linear-gradient(180deg,rgba(0,0,0,.05),rgba(0,0,0,.45)),
    var(--beige);
    display:flex;
    flex-direction:column;
    justify-content:flex-end;
    transition:.35s ease;
    overflow:hidden;
}

.class-card:hover{
    transform:translateY(-8px);
    box-shadow:0 30px 70px rgba(0,0,0,.12);
}

.class-card h3{
    font-size:34px;
    color:var(--white);
    margin-bottom:10px;
}

.class-card p{
    color:rgba(255,255,255,.85);
    margin-bottom:0;
}

/* TESTIMONIOS */

.testimonial-card{
    height:100%;
    padding:42px 34px;
    background:var(--white);
    border-radius:28px;
    border:1px solid var(--border);
}

.testimonial-card p{
    font-family:'Cormorant Garamond',serif;
    font-size:29px;
    line-height:1.35;
    color:var(--black);
}

.testimonial-card strong{
    font-size:13px;
    letter-spacing:2px;
    text-transform:uppercase;
    color:var(--taupe);
}

/* CTA */

.cta-section{
    padding:120px 0;
    background:var(--black);
    color:var(--white);
}

.cta-section h2{
    color:var(--white);
    font-size:64px;
    margin-bottom:20px;
}

.cta-section p{
    color:rgba(255,255,255,.72);
    margin-bottom:35px;
}

/* FOOTER */

.footer{
    background:#0d0d0d;
    color:rgba(255,255,255,.72);
    padding:55px 0;
}

.footer h4{
    color:var(--white);
    letter-spacing:2px;
}

.footer p{
    margin-bottom:0;
}

/* RESPONSIVE */

@media(max-width:991px){
    .navbar-collapse{
        background:var(--white);
        padding:25px;
        border-radius:20px;
        margin-top:18px;
        box-shadow:0 20px 60px rgba(0,0,0,.08);
    }

    .nav-link{
        margin-left:0;
        padding:12px 0;
    }

    .btn-reservar{
        margin-top:15px;
    }

    .hero h1{
        font-size:64px;
    }

    .section-title h2,
    .section-mini + h2{
        font-size:44px;
    }
}

@media(max-width:576px){
    .navbar-brand{
        font-size:19px;
        letter-spacing:3px;
    }

    .hero{
        background:
        linear-gradient(180deg,rgba(255,255,255,.96),rgba(255,255,255,.78)),
        url('/assets/img/hero.jpg');
        background-size:cover;
        background-position:center;
        text-align:center;
    }

    .hero h1{
        font-size:52px;
    }

    .hero p{
        font-size:16px;
    }

    .hero-buttons{
        justify-content:center;
    }

    .section{
        padding:75px 0;
    }

    .section-title h2,
    .section-mini + h2{
        font-size:38px;
    }

    .cta-section h2{
        font-size:42px;
    }
}
.footer{
    background:#111;
    color:#fff;
    padding:90px 0 30px;
}

.footer-logo{
    color:#fff;
    font-size:42px;
    letter-spacing:4px;
    margin-bottom:10px;
}

.footer-tagline{
    color:#c8a97e;
    text-transform:uppercase;
    letter-spacing:3px;
    font-size:12px;
    margin-bottom:25px;
}

.footer-description{
    color:rgba(255,255,255,.70);
    max-width:320px;
}

.footer h5{
    color:#fff;
    margin-bottom:20px;
    font-size:18px;
}

.footer-menu{
    list-style:none;
    padding:0;
    margin:0;
}

.footer-menu li{
    margin-bottom:12px;
}

.footer-menu a{
    color:rgba(255,255,255,.75);
    transition:.3s;
}

.footer-menu a:hover{
    color:#c8a97e;
}

.footer-contact{
    color:rgba(255,255,255,.75);
}

.footer-instagram{
    color:#c8a97e;
    text-transform:uppercase;
    letter-spacing:2px;
    font-size:12px;
}

.footer-bottom{
    margin-top:60px;
    padding-top:25px;
    border-top:1px solid rgba(255,255,255,.08);
}

.footer-bottom p{
    margin:0;
    color:rgba(255,255,255,.55);
    font-size:14px;
}

.footer-bottom a{
    color:rgba(255,255,255,.55);
    font-size:14px;
}

.separator{
    margin:0 12px;
    color:rgba(255,255,255,.25);
}

/* ==========================================
   MEMBERSHIPS 2.0
========================================== */

.membership-hero{
    padding:190px 0 130px;
    background:#faf8f5;
    text-align:center;
}

.membership-hero h1{
    font-size:7rem;
    line-height:.9;
    letter-spacing:-3px;
    margin:20px auto;
    max-width:900px;
}

.membership-hero p{
    max-width:700px;
    margin:0 auto;
    font-size:18px;
    color:#666;
}

/* PLANES */

.membership-plans{
    padding:120px 0;
    background:#fff;
}

.membership-card{

    background:#fff;

    border:1px solid rgba(0,0,0,.08);

    border-radius:35px;

    padding:50px;

    height:100%;

    position:relative;

    transition:.35s ease;
}

.membership-card:hover{

    transform:translateY(-10px);

    box-shadow:
    0 40px 80px rgba(0,0,0,.08);
}

.membership-card.featured{

    background:#111;

    color:#fff;

    transform:scale(1.04);

    border:none;
}

.membership-card.featured h3,
.membership-card.featured .price,
.membership-card.featured ul li{
    color:#fff;
}

.featured-label{

    position:absolute;

    top:-15px;

    left:50%;

    transform:translateX(-50%);

    background:#c8a97e;

    color:#111;

    padding:10px 18px;

    border-radius:50px;

    font-size:11px;

    font-weight:600;

    letter-spacing:2px;

    text-transform:uppercase;
}

.membership-top{

    font-size:12px;

    letter-spacing:4px;

    text-transform:uppercase;

    color:#b69b82;

    margin-bottom:20px;
}

.membership-card h3{

    font-size:3rem;

    margin-bottom:25px;
}

.price{

    font-size:5rem;

    line-height:1;

    color:#111;

    font-weight:600;

    margin-bottom:20px;
}

.price small{

    display:block;

    font-size:16px;

    font-family:'Montserrat';

    font-weight:400;

    margin-top:10px;
}

.membership-card p{

    color:#777;

    margin-bottom:30px;
}

.membership-card.featured p{
    color:rgba(255,255,255,.75);
}

.membership-card ul{

    list-style:none;

    padding:0;

    margin:0 0 35px;
}

.membership-card ul li{

    padding:14px 0;

    border-bottom:1px solid rgba(0,0,0,.07);

    color:#444;
}

.membership-card.featured ul li{

    border-color:rgba(255,255,255,.12);
}

.membership-options{

    margin-bottom:35px;

    background:#faf8f5;

    padding:20px;

    border-radius:20px;
}

.membership-options div{

    padding:8px 0;

    font-size:14px;
}

/* POINTS */

.society-points{

    padding:140px 0;

    background:#faf8f5;
}

.society-points .benefit-card{

    text-align:center;

    padding:50px 30px;
}

.society-points .benefit-card h3{

    font-size:5rem;

    color:#c8a97e;
}

/* COMMUNITY */

.community-section{

    padding:140px 0;
}

.community-section h2{

    font-size:4.5rem;

    line-height:1;
}

.community-section img{

    border-radius:
    120px 120px 25px 25px;

    width:100%;
}

/* CTA FINAL */

.membership-final-cta{

    background:#111;

    padding:170px 0;

    text-align:center;
}

.membership-final-cta h2{

    color:#fff;

    font-size:5rem;

    line-height:.95;

    margin-bottom:25px;
}

.membership-final-cta p{

    color:rgba(255,255,255,.72);

    max-width:700px;

    margin:0 auto 40px;
}

/* MOBILE */

@media(max-width:991px){

    .membership-card.featured{

        transform:none;
    }

    .membership-hero h1{

        font-size:4rem;
    }

    .community-section h2{

        font-size:3rem;
    }

    .price{

        font-size:4rem;
    }

    .membership-final-cta h2{

        font-size:3rem;
    }

}

@media(max-width:576px){

    .membership-hero{

        padding:140px 0 80px;
    }

    .membership-hero h1{

        font-size:3rem;
    }

    .membership-card{

        padding:35px 25px;
    }

    .membership-card h3{

        font-size:2.2rem;
    }

    .price{

        font-size:3.2rem;
    }

    .community-section h2{

        font-size:2.4rem;
    }

    .membership-final-cta h2{

        font-size:2.5rem;
    }

}

/* ==========================================
   CLASES.PHP
========================================== */

.page-hero{
    padding:180px 0 120px;
    background:#faf8f5;
    overflow:hidden;
}

.page-hero .hero-subtitle{
    margin-bottom:20px;
}

.page-hero h1{
    font-size:7rem;
    line-height:.9;
    letter-spacing:-3px;
    margin-bottom:25px;
}

.page-hero p{
    font-size:18px;
    max-width:520px;
    color:#666;
}

.min-vh-75{
    min-height:75vh;
}

/* HERO IMAGE */

.page-hero .hero-image-wrapper{
    display:flex;
    justify-content:center;
    align-items:center;
}

.page-hero .hero-image{

    width:100%;
    max-width:520px;

    aspect-ratio:4/5;

    object-fit:cover;

    border-radius:
        120px 120px 25px 25px;

    transition:.4s ease;
}

.page-hero .hero-image:hover{
    transform:translateY(-5px);
}

/* SECCIONES */

.class-section{
    padding:140px 0;
}

.class-section:nth-child(even){
    background:#faf8f5;
}

.class-section .row{
    align-items:center;
}

/* IMÁGENES */

.class-image{

    width:100%;
    max-width:520px;

    aspect-ratio:4/5;

    object-fit:cover;

    border-radius:
        120px 120px 25px 25px;

    display:block;

    transition:.4s ease;
}

.class-image:hover{
    transform:scale(1.02);
}

/* CONTENIDO */

.class-section .section-mini{

    display:block;

    margin-bottom:15px;

    letter-spacing:4px;

    font-size:12px;

    text-transform:uppercase;

    color:#b69b82;
}

.class-section h2{

    font-size:4.5rem;

    line-height:1;

    margin-bottom:25px;
}

.class-section p{

    font-size:18px;

    line-height:1.9;

    color:#666;

    max-width:520px;
}

/* FEATURES */

.class-features{

    list-style:none;

    padding:0;

    margin-top:35px;
}

.class-features li{

    padding:14px 0;

    border-bottom:1px solid rgba(0,0,0,.08);

    font-size:16px;

    color:#444;
}

.class-features li:last-child{
    border-bottom:none;
}

/* CTA */

.classes-final-cta{

    padding:160px 0;

    background:#111;

    text-align:center;
}

.classes-final-cta h2{

    color:#fff;

    font-size:5rem;

    margin-bottom:25px;
}

.classes-final-cta p{

    color:rgba(255,255,255,.75);

    max-width:650px;

    margin:0 auto 40px;
}

/* ANIMACIÓN SUAVE */

.class-image,
.hero-image{
    will-change:transform;
}

/* TABLET */

@media(max-width:991px){

    .page-hero{
        text-align:center;
        padding:140px 0 80px;
    }

    .page-hero h1{
        font-size:4rem;
    }

    .page-hero p{
        margin:auto;
    }

    .page-hero .hero-image{
        margin-top:50px;
    }

    .class-section{
        padding:90px 0;
        text-align:center;
    }

    .class-image{
        margin:0 auto 40px;
    }

    .class-section h2{
        font-size:3rem;
    }

    .class-section p{
        margin:auto;
    }

    .class-features{
        max-width:420px;
        margin:35px auto 0;
    }

}

/* MOBILE */

@media(max-width:576px){

    .page-hero h1{
        font-size:3rem;
    }

    .class-section h2{
        font-size:2.4rem;
    }

    .class-image,
    .page-hero .hero-image{

        max-width:100%;

        border-radius:
            60px 60px 15px 15px;
    }

    .classes-final-cta h2{
        font-size:2.8rem;
    }

}
/* ONLINE */

.online-hero{
    padding:180px 0 100px;
    background:#faf8f5;
}

.featured-video{
    border-radius:30px;
    overflow:hidden;
    margin-bottom:30px;
}

.membership-promo{
    background:#111;
    color:#fff;
    padding:50px;
    border-radius:35px;
    position:sticky;
    top:120px;
}

.membership-promo span{
    color:#c8a97e;
    letter-spacing:3px;
    font-size:12px;
}

.video-library{
    padding:120px 0;
}

.video-card{
    cursor:pointer;
}

.thumbnail{
    position:relative;
    overflow:hidden;
    border-radius:24px;
}

.thumbnail img{
    width:100%;
    aspect-ratio:16/9;
    object-fit:cover;
    transition:.4s;
}

.video-card:hover img{
    transform:scale(1.05);
}

.duration{
    position:absolute;
    right:10px;
    bottom:10px;

    background:#111;
    color:#fff;

    padding:5px 10px;

    border-radius:10px;

    font-size:12px;
}

.locked-overlay{
    position:absolute;
    inset:0;

    background:rgba(0,0,0,.55);

    display:flex;
    align-items:center;
    justify-content:center;

    font-size:40px;

    color:white;
}

.video-card h4{
    margin-top:15px;
    font-size:24px;
}

.video-card p{
    color:#888;
}

.online-benefits{
    padding:120px 0;
    background:#faf8f5;
}

.online-cta{
    padding:150px 0;
    background:#111;
    color:white;
}

.online-cta h2{
    color:white;
    font-size:4rem;
}

/* ==========================================
   BLOG
========================================== */

.blog-hero{

    padding:190px 0 120px;

    background:#faf8f5;

    text-align:center;
}

.blog-hero h1{

    font-size:7rem;

    line-height:.9;

    max-width:1000px;

    margin:20px auto;
}

.blog-hero p{

    max-width:700px;

    margin:auto;

    color:#666;

    font-size:18px;
}

/* FEATURED */

.featured-post{

    padding:120px 0;
}

.featured-image{

    width:100%;

    aspect-ratio:16/10;

    object-fit:cover;

    border-radius:
    120px 120px 25px 25px;
}

.post-category{

    display:block;

    margin-bottom:20px;

    font-size:12px;

    letter-spacing:4px;

    text-transform:uppercase;

    color:#b69b82;
}

.featured-post h2{

    font-size:4.5rem;

    line-height:1;

    margin-bottom:25px;
}

.featured-post p{

    color:#666;

    margin-bottom:35px;
}

/* GRID */

.blog-grid-section{

    padding:120px 0;

    background:#faf8f5;
}

.blog-card{

    background:#fff;

    border-radius:30px;

    overflow:hidden;

    height:100%;

    transition:.35s ease;
}

.blog-card:hover{

    transform:translateY(-10px);

    box-shadow:
    0 30px 80px rgba(0,0,0,.08);
}

.blog-card img{

    width:100%;

    aspect-ratio:4/3;

    object-fit:cover;
}

.blog-content{

    padding:30px;
}

.blog-content span{

    font-size:11px;

    letter-spacing:3px;

    text-transform:uppercase;

    color:#b69b82;
}

.blog-content h3{

    font-size:1.8rem;

    margin:15px 0 20px;

    line-height:1.2;
}

.blog-content a{

    color:#111;

    font-weight:600;
}

/* NEWSLETTER */

.blog-newsletter{

    padding:140px 0;
}

.blog-newsletter h2{

    font-size:4rem;

    margin-bottom:20px;
}

.blog-newsletter p{

    max-width:650px;

    margin:0 auto 40px;

    color:#666;
}

.newsletter-form{

    max-width:650px;

    margin:auto;

    display:flex;

    gap:15px;
}

.newsletter-form input{

    flex:1;

    border:1px solid #ddd;

    border-radius:60px;

    padding:18px 25px;

    outline:none;
}

.newsletter-form button{

    border:none;

    background:#111;

    color:white;

    padding:18px 35px;

    border-radius:60px;
}

/* MOBILE */

@media(max-width:991px){

    .blog-hero h1{

        font-size:4rem;
    }

    .featured-post h2{

        font-size:3rem;

        margin-top:30px;
    }

    .blog-newsletter h2{

        font-size:3rem;
    }

}

@media(max-width:576px){

    .blog-hero{

        padding:140px 0 80px;
    }

    .blog-hero h1{

        font-size:3rem;
    }

    .featured-post h2{

        font-size:2.3rem;
    }

    .newsletter-form{

        flex-direction:column;
    }

    .blog-newsletter h2{

        font-size:2.3rem;
    }

}

/* ==========================================
   DIGITAL EXPERIENCE
========================================== */

.digital-experience{

    padding:180px 0 120px;

    background:
    linear-gradient(
        180deg,
        #faf8f5 0%,
        #ffffff 100%
    );

    overflow:hidden;
}

.digital-wrapper{

    display:grid;

    grid-template-columns:
        1fr 1.2fr;

    gap:90px;

    align-items:center;
}

.digital-content{

    position:relative;
    z-index:2;
}

.digital-label{

    display:inline-block;

    color:#b69b82;

    font-size:12px;

    letter-spacing:4px;

    text-transform:uppercase;

    margin-bottom:25px;
}

.digital-content h1{

    font-size:6.5rem;

    line-height:.88;

    letter-spacing:-3px;

    margin-bottom:30px;
}

.digital-content p{

    font-size:18px;

    line-height:1.9;

    color:#666;

    max-width:520px;

    margin-bottom:40px;
}

.digital-actions{

    display:flex;

    gap:15px;

    flex-wrap:wrap;

    margin-bottom:50px;
}

.btn-outline-gold{

    display:inline-flex;

    align-items:center;

    justify-content:center;

    padding:16px 28px;

    border-radius:50px;

    border:1px solid #c8a97e;

    color:#c8a97e;

    text-decoration:none;

    transition:.3s ease;
}

.btn-outline-gold:hover{

    background:#c8a97e;

    color:#111;
}

/* METRICS */

.digital-metrics{

    display:flex;

    gap:20px;

    flex-wrap:wrap;
}

.metric-card{

    background:#fff;

    padding:24px;

    border-radius:24px;

    min-width:140px;

    text-align:center;

    border:1px solid rgba(0,0,0,.05);

    box-shadow:
    0 15px 40px rgba(0,0,0,.04);
}

.metric-card strong{

    display:block;

    font-size:2rem;

    color:#111;
}

.metric-card span{

    font-size:11px;

    letter-spacing:2px;

    text-transform:uppercase;

    color:#888;
}

/* PREVIEW */

.digital-preview{

    position:relative;
}

.device-frame{

    position:relative;

    overflow:hidden;

    border-radius:40px;

    background:#fff;

    box-shadow:
    0 50px 120px rgba(0,0,0,.12);
}

.device-frame img{

    width:100%;

    display:block;
}

.device-frame::after{

    content:'';

    position:absolute;

    width:320px;
    height:320px;

    border-radius:50%;

    background:#e7d4bc;

    top:-150px;
    right:-150px;

    opacity:.45;

    z-index:0;
}

.device-frame img{

    position:relative;
    z-index:2;
}

/* RESPONSIVE */

@media(max-width:991px){

    .digital-wrapper{

        grid-template-columns:1fr;

        gap:50px;
    }

    .digital-content{

        text-align:center;
    }

    .digital-content p{

        margin:auto auto 40px;
    }

    .digital-actions{

        justify-content:center;
    }

    .digital-metrics{

        justify-content:center;
    }

    .digital-content h1{

        font-size:4rem;
    }

}

@media(max-width:576px){

    .digital-experience{

        padding:140px 0 80px;
    }

    .digital-content h1{

        font-size:3rem;
    }

    .metric-card{

        min-width:110px;
    }

}
/* ==========================================
   THE BARRE SOCIETY ONLINE™
========================================== */

.streaming-hero{

    position:relative;

    min-height:100vh;

    display:flex;

    align-items:center;

    background:
    linear-gradient(
    90deg,
    rgba(17,17,17,.85) 0%,
    rgba(17,17,17,.65) 40%,
    rgba(17,17,17,.15) 100%),
    url('/assets/img/online-hero.jpg');

    background-size:cover;
    background-position:center;

    color:white;

    overflow:hidden;
}

.streaming-overlay{
    position:absolute;
    inset:0;
}

.streaming-hero h1{

    color:white;

    font-size:7rem;

    line-height:.88;

    letter-spacing:-3px;

    max-width:700px;

    margin-bottom:30px;
}

.streaming-hero p{

    max-width:600px;

    font-size:20px;

    color:rgba(255,255,255,.82);

    margin-bottom:40px;
}

.streaming-stats{

    display:flex;

    gap:60px;

    margin-top:50px;
}

.streaming-stats strong{

    display:block;

    font-size:2rem;

    color:white;
}

.streaming-stats span{

    color:rgba(255,255,255,.65);

    font-size:14px;

    letter-spacing:2px;

    text-transform:uppercase;
}

/* CATEGORIAS */

.categories-section{

    padding:120px 0;

    background:#faf8f5;
}

.categories-grid{

    display:grid;

    grid-template-columns:
    repeat(auto-fit,minmax(220px,1fr));

    gap:20px;

    margin-top:50px;
}

.categories-grid div{

    background:white;

    padding:25px;

    border-radius:24px;

    text-align:center;

    font-weight:600;

    transition:.35s ease;

    cursor:pointer;

    border:1px solid rgba(0,0,0,.05);
}

.categories-grid div:hover{

    transform:translateY(-5px);

    box-shadow:
    0 20px 40px rgba(0,0,0,.06);
}

/* CLASE GRATUITA */

.free-class-section{

    padding:140px 0;

    background:white;
}

.free-video-wrapper{

    max-width:1100px;

    margin:auto;

    overflow:hidden;

    border-radius:40px;

    box-shadow:
    0 40px 100px rgba(0,0,0,.08);
}

.free-video-wrapper iframe{

    display:block;

    border:none;
}

/* BIBLIOTECA */

.library-section{

    padding:120px 0;

    background:#111;
}

.library-title{

    color:white;

    font-size:3rem;

    margin-bottom:25px;

    margin-top:40px;
}

.video-row{

    display:flex;

    gap:25px;

    overflow-x:auto;

    padding-bottom:20px;

    margin-bottom:60px;
}

.video-row::-webkit-scrollbar{

    height:8px;
}

.video-row::-webkit-scrollbar-thumb{

    background:#444;

    border-radius:10px;
}

.video-thumbnail{

    min-width:340px;

    position:relative;

    overflow:hidden;

    border-radius:24px;

    cursor:pointer;

    transition:.4s ease;
}

.video-thumbnail:hover{

    transform:scale(1.05);
}

.video-thumbnail img{

    width:100%;

    aspect-ratio:16/9;

    object-fit:cover;

    display:block;
}

.video-lock{

    position:absolute;

    inset:0;

    background:
    linear-gradient(
    to top,
    rgba(0,0,0,.95),
    rgba(0,0,0,.15));

    display:flex;

    flex-direction:column;

    justify-content:flex-end;

    padding:25px;
}

.video-lock h4{

    color:white;

    font-size:28px;

    margin-bottom:5px;
}

.video-lock p{

    color:rgba(255,255,255,.75);

    margin:0;
}

/* PROGRAMAS */

.programs-section{

    padding:140px 0;

    background:#faf8f5;
}

.program-card{

    background:white;

    padding:50px;

    border-radius:35px;

    text-align:center;

    height:100%;

    transition:.35s ease;
}

.program-card:hover{

    transform:translateY(-8px);

    box-shadow:
    0 25px 60px rgba(0,0,0,.08);
}

.program-card h3{

    font-size:4rem;

    margin-bottom:15px;
}

.program-card p{

    color:#666;
}

/* COMUNIDAD */

.community-preview{

    padding:140px 0;

    background:white;
}

.community-card{

    background:#faf8f5;

    padding:40px;

    border-radius:30px;

    text-align:center;

    font-size:18px;

    min-height:180px;

    display:flex;

    align-items:center;

    justify-content:center;

    transition:.35s ease;
}

.community-card:hover{

    transform:translateY(-6px);

    background:white;

    box-shadow:
    0 20px 50px rgba(0,0,0,.06);
}

/* CTA FINAL */

.online-final-cta{

    background:#111;

    padding:180px 0;

    text-align:center;
}

.online-final-cta h2{

    color:white;

    font-size:5rem;

    margin-bottom:25px;
}

.online-final-cta p{

    color:rgba(255,255,255,.75);

    max-width:700px;

    margin:0 auto 40px;

    font-size:20px;
}

/* RESPONSIVE */

@media(max-width:991px){

    .streaming-hero{

        text-align:center;

        background:
        linear-gradient(
        180deg,
        rgba(17,17,17,.85),
        rgba(17,17,17,.70)),
        url('/assets/img/online-hero.jpg');

        background-size:cover;
    }

    .streaming-hero h1{

        font-size:4rem;
    }

    .streaming-stats{

        justify-content:center;

        gap:30px;

        flex-wrap:wrap;
    }

    .library-title{

        font-size:2.2rem;
    }

    .video-thumbnail{

        min-width:280px;
    }

    .program-card h3{

        font-size:3rem;
    }

    .online-final-cta h2{

        font-size:3rem;
    }

}

@media(max-width:576px){

    .streaming-hero{

        min-height:auto;

        padding:140px 0 80px;
    }

    .streaming-hero h1{

        font-size:3rem;
    }

    .streaming-hero p{

        font-size:16px;
    }

    .streaming-stats{

        gap:20px;
    }

    .streaming-stats strong{

        font-size:1.4rem;
    }

    .categories-grid{

        grid-template-columns:1fr 1fr;
    }

    .video-thumbnail{

        min-width:240px;
    }

    .program-card{

        padding:35px 25px;
    }

    .program-card h3{

        font-size:2.5rem;
    }

    .online-final-cta{

        padding:120px 0;
    }

    .online-final-cta h2{

        font-size:2.4rem;
    }

}
/* ==========================================
   COMUNIDAD / SOCIETY LEADERS™
========================================== */

.community-hero{
    padding:190px 0 120px;
    background:
        radial-gradient(circle at top, rgba(200,169,126,.22), transparent 35%),
        #faf8f5;
    text-align:center;
}

.community-hero h1{
    font-size:7rem;
    line-height:.9;
    letter-spacing:-3px;
    margin:20px auto;
}

.community-hero p{
    max-width:720px;
    margin:auto;
    font-size:18px;
    color:#666;
}

/* PODIUM */

.leaders-podium{
    padding:130px 0;
    background:#fff;
}

.podium-wrapper{
    display:flex;
    align-items:flex-end;
    justify-content:center;
    gap:30px;
    margin-top:60px;
}

.podium-card{
    width:310px;
    min-height:430px;
    padding:42px 30px;
    border-radius:36px;
    background:#faf8f5;
    text-align:center;
    position:relative;
    transition:.35s ease;
    border:1px solid rgba(0,0,0,.06);
}

.podium-card:hover{
    transform:translateY(-10px);
    box-shadow:0 35px 80px rgba(0,0,0,.08);
}

.podium-card.winner{
    min-height:500px;
    background:#111;
    color:#fff;
}

.podium-card.winner h4,
.podium-card.winner strong{
    color:#fff;
}

.podium-position{
    position:absolute;
    top:-25px;
    left:50%;
    transform:translateX(-50%);
    background:#c8a97e;
    color:#111;
    width:58px;
    height:58px;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-weight:700;
    box-shadow:0 15px 40px rgba(200,169,126,.35);
}

.member-avatar{
    width:135px;
    height:135px;
    object-fit:cover;
    border-radius:50%;
    margin-bottom:25px;
    border:6px solid #fff;
}

.podium-card.winner .member-avatar{
    width:160px;
    height:160px;
    border-color:#c8a97e;
}

.podium-card h4{
    font-size:2.2rem;
    margin-bottom:10px;
}

.member-level{
    display:inline-block;
    padding:8px 16px;
    border-radius:50px;
    font-size:11px;
    letter-spacing:2px;
    text-transform:uppercase;
    margin-bottom:18px;
    background:#fff;
    color:#111;
}

.diamond-level{
    background:linear-gradient(135deg,#c8a97e,#f3dfbd);
}

.silver-level{
    background:#ececec;
}

.bronze-level{
    background:#d7b08c;
}

.podium-card strong{
    display:block;
    font-size:1.4rem;
    color:#111;
}

/* RANKING */

.ranking-section{
    padding:130px 0;
    background:#faf8f5;
}

.ranking-table-wrapper{
    background:#fff;
    border-radius:34px;
    overflow:hidden;
    box-shadow:0 30px 80px rgba(0,0,0,.06);
}

.ranking-table{
    width:100%;
    border-collapse:collapse;
}

.ranking-table th{
    background:#111;
    color:#fff;
    padding:24px;
    font-size:12px;
    letter-spacing:3px;
    text-transform:uppercase;
}

.ranking-table td{
    padding:22px 24px;
    border-bottom:1px solid rgba(0,0,0,.06);
    color:#444;
}

.ranking-table tr:hover td{
    background:#faf8f5;
}

.ranking-table td:first-child{
    font-weight:700;
    color:#c8a97e;
}

/* POINTS */

.points-section{
    padding:130px 0;
    background:#fff;
}

.points-card{
    height:100%;
    background:#faf8f5;
    border-radius:34px;
    padding:55px 35px;
    text-align:center;
    transition:.35s ease;
}

.points-card:hover{
    transform:translateY(-8px);
    background:#111;
}

.points-card h3{
    font-size:5rem;
    color:#c8a97e;
    margin-bottom:15px;
}

.points-card p{
    color:#666;
}

.points-card:hover p{
    color:rgba(255,255,255,.75);
}

/* LEVELS */

.levels-section{
    padding:130px 0;
    background:#faf8f5;
}

.level-card{
    height:100%;
    padding:45px 30px;
    border-radius:34px;
    background:#fff;
    text-align:center;
    border:1px solid rgba(0,0,0,.06);
    transition:.35s ease;
}

.level-card:hover{
    transform:translateY(-8px);
    box-shadow:0 25px 70px rgba(0,0,0,.07);
}

.level-card h3{
    font-size:2.8rem;
    margin-bottom:12px;
}

.level-card p{
    color:#777;
    margin:0;
}

.level-card.premium{
    background:#111;
}

.level-card.premium h3{
    color:#c8a97e;
}

.level-card.premium p{
    color:rgba(255,255,255,.75);
}

/* ACHIEVEMENTS */

.achievements-section{
    padding:130px 0;
    background:#fff;
}

.achievement-card{
    height:100%;
    min-height:220px;
    padding:45px 25px;
    border-radius:34px;
    background:#faf8f5;
    text-align:center;
    font-size:48px;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    transition:.35s ease;
}

.achievement-card:hover{
    transform:translateY(-8px) scale(1.02);
    box-shadow:0 25px 70px rgba(0,0,0,.08);
}

.achievement-card h4{
    font-size:1.8rem;
    margin-top:18px;
}

/* CTA */

.community-final-cta{
    padding:170px 0;
    background:
        linear-gradient(135deg, rgba(17,17,17,.96), rgba(17,17,17,.88)),
        url('/assets/img/community/community-cta.jpg');
    background-size:cover;
    background-position:center;
    text-align:center;
}

.community-final-cta h2{
    color:#fff;
    font-size:5rem;
    line-height:.95;
    max-width:900px;
    margin:0 auto 25px;
}

.community-final-cta p{
    color:rgba(255,255,255,.75);
    max-width:700px;
    margin:0 auto 40px;
}

.community-final-cta .btn-primary-custom{
    background:linear-gradient(135deg,#c8a97e,#e2ccb0);
    color:#111;
    box-shadow:0 18px 45px rgba(200,169,126,.35);
}

.community-final-cta .btn-primary-custom:hover{
    transform:translateY(-4px);
    box-shadow:0 28px 60px rgba(200,169,126,.45);
}

/* RESPONSIVE */

@media(max-width:991px){
    .community-hero h1{
        font-size:4rem;
    }

    .podium-wrapper{
        flex-direction:column;
        align-items:center;
    }

    .podium-card,
    .podium-card.winner{
        width:100%;
        max-width:420px;
        min-height:auto;
    }

    .community-final-cta h2{
        font-size:3rem;
    }

    .ranking-table-wrapper{
        overflow-x:auto;
    }

    .ranking-table{
        min-width:720px;
    }
}

@media(max-width:576px){
    .community-hero{
        padding:140px 0 80px;
    }

    .community-hero h1{
        font-size:3rem;
    }

    .podium-card{
        padding:38px 24px;
    }

    .points-card h3{
        font-size:3.8rem;
    }

    .community-final-cta{
        padding:120px 0;
    }

    .community-final-cta h2{
        font-size:2.5rem;
    }
}
/* ==========================================
   REGISTRO
========================================== */

.register-section{

    padding:180px 0 120px;

    background:#faf8f5;
}

.register-wrapper{

    display:grid;

    grid-template-columns:
    1fr 1fr;

    gap:80px;

    align-items:center;
}

.register-label{

    display:block;

    color:#b69b82;

    font-size:12px;

    letter-spacing:4px;

    margin-bottom:20px;
}

.register-left h1{

    font-size:5rem;

    line-height:.9;

    margin-bottom:25px;
}

.register-left p{

    color:#666;

    font-size:18px;

    max-width:500px;

    margin-bottom:35px;
}

.register-benefits{

    list-style:none;

    padding:0;
}

.register-benefits li{

    padding:12px 0;

    font-weight:500;
}

.register-right{

    background:#fff;

    padding:50px;

    border-radius:40px;

    box-shadow:
    0 30px 80px rgba(0,0,0,.08);
}

.register-right input{

    width:100%;

    height:58px;

    border:1px solid #e5e5e5;

    border-radius:16px;

    padding:0 18px;

    margin-bottom:18px;

    outline:none;
}

.register-right input:focus{

    border-color:#c8a97e;
}

.btn-register{

    width:100%;

    height:60px;

    border:none;

    border-radius:50px;

    background:
    linear-gradient(
    135deg,
    #c8a97e,
    #e4ceb0
    );

    color:#111;

    font-weight:700;

    margin-top:10px;

    transition:.3s;
}

.btn-register:hover{

    transform:translateY(-3px);

    box-shadow:
    0 20px 40px rgba(200,169,126,.35);
}

@media(max-width:991px){

    .register-wrapper{

        grid-template-columns:1fr;

        gap:40px;
    }

    .register-left{

        text-align:center;
    }

    .register-left h1{

        font-size:3.5rem;
    }

}

@media(max-width:576px){

    .register-section{

        padding:140px 0 80px;
    }

    .register-right{

        padding:30px 20px;
    }

    .register-left h1{

        font-size:2.8rem;
    }

}
