/*====================================
        heros
====================================*/

.hero-premium{
    width:100%;
    min-height:260px;
    padding:130px 50px 70px;
    display:flex;
    justify-content:space-between;
    align-items:flex-end;
    gap:40px;
}

.hero-left{
    max-width:700px;
}

.hero-topline{
    color:#c6ff00;
    font-size:0.72rem;
    letter-spacing:7px;
    margin-bottom:20px;
    font-weight:700;
}

.hero-left h1{
    font-size:5.8rem;
    line-height:0.9;
    font-weight:900;
    letter-spacing:-3px;
    color:#f1f1f1;
}

.hero-left h1 span{
    color:#c6ff00;
}

.hero-right{
    max-width:480px;
    color:#8f9685;
    font-size:1.5rem;
    line-height:1.6;
    text-align:left;
    padding-bottom:15px;
}

/*====================================
       PLANS
====================================*/

.plans-container{
    width:100%;
    max-width:1700px;
    margin:0 auto;
    padding:0 40px 80px;
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:24px;
}

.plan-card{
    border-radius:24px;
    overflow:hidden;
    position:relative;
    background:rgba(0,0,0,0.45);
    padding:25px;
    border-right:1px solid rgba(255,255,255,0.08);
    min-height:760px;
    display:flex;
    flex-direction:column;
    transition:0.3s;
}

.featured{
    background:rgba(198,255,0,0.18);
}

.plan-bars{
    display:flex;
    align-items:flex-end;
    gap:3px;
    margin-bottom:35px;
    height:40px;
}

.bar{
    flex:1;
    background:#748063;
}

.plan-label{
    color:#8f9685;
    letter-spacing:6px;
    font-size:0.65rem;
    margin-bottom:30px;
}

.plan-number{
    font-size:5rem;
    font-weight:900;
    line-height:1;
    margin-bottom:10px;
}

.plan-price{
    font-size:2.7rem;
    font-weight:900;
    color:#758064;
    margin-bottom:5px;
}

.plan-btn{
    width:100%;
    height:55px;
    border:none;
    background:#c6ff00;
    color:#000;
    font-weight:900;
    cursor:pointer;
    transition:0.3s;
}

.plan-card:hover{
    background:rgba(255,255,255,0.04);
    transform:translateY(-6px);
    box-shadow:0 20px 50px rgba(0,0,0,0.45);
}

/* =========================
   GUARANTEED PURCHASE
========================= */

.guarantee-section{
    width:100%;
    padding:120px 50px;
    background:rgba(255,255,255,0.03);
    border-top:1px solid rgba(255,255,255,0.05);
}

.guarantee-grid{
    width:100%;
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:30px;
}

.guarantee-card{
    padding:10px 0;
}

/* =========================
   MODAL DE COMPRA
========================= */

.membership-modal{
    width:100%;
    max-width:760px;
    background:#0b0b0b;
    border:1px solid rgba(198,255,0,0.15);
    border-radius:28px;
    overflow:hidden;
    box-shadow:0 0 60px rgba(198,255,0,0.08);
    animation:fadeModal 0.3s ease;
}

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

@media(max-width:700px){

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

    .modal-body{
        padding:25px;
    }

    .modal-title{
        font-size:1.3rem;
    }
}

@media(max-width:900px){

    .floating-logo{
        left:15px;
        top:4px;
    }

    .floating-logo img{
        height:44px;
    }
}

@media(max-width:700px){
    .hamburger{
        display:flex;
    }

    .navbar-links{
        display:none;
        position:absolute;
        top:70px;
        right:15px;
        background:rgba(0,0,0,0.95);
        flex-direction:column;
        padding:20px;
        border-radius:10px;
        gap:18px;
        min-width:220px;
    }

    .navbar-links.show{
        display:flex;
    }

    .plans-container{
        grid-template-columns:1fr;
    }

    .plan-card{
        min-height:auto;
    }

    .hero-left h1{
        font-size:3rem;
        line-height:0.95;
    }

    .hero-topline{
        font-size:0.62rem;
        letter-spacing:4px;
    }

    .hero-right{
        font-size:1rem;
    }
}

@media(max-width:1200px){
    .plans-container{
        grid-template-columns:1fr 1fr;
    }
}

@media(max-width:1100px){
    .hero-premium{
        flex-direction:column;
        align-items:flex-start;
        padding:120px 25px 50px;
    }

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

    .hero-right{
        font-size:1.1rem;
        max-width:100%;
    }
}

@media(max-width:1000px){

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

    .guarantee-number{
        font-size:10rem;
    }

    .guarantee-currency{
        font-size:3rem;
    }

    .guarantee-description{
        font-size:1.1rem;
    }
}

@media(max-width:700px){

    .guarantee-section{
        padding:80px 25px;
    }

    .guarantee-price-wrap{
        margin-bottom:70px;
    }

    .guarantee-number{
        font-size:7rem;
    }

    .guarantee-currency{
        font-size:2.2rem;
        padding-bottom:20px;
    }

    .guarantee-unit{
        font-size:0.8rem;
        padding-bottom:18px;
    }

    .guarantee-description{
        font-size:1rem;
        line-height:1.9;
    }
}

.small{
    height:12px;
}

.medium{
    height:24px;
}

.large{
    height:36px;
}

.active{
    background:#c6ff00;
}



.plan-plants{
    color:#666;
    font-size:0.75rem;
    letter-spacing:3px;
    margin-bottom:30px;
}



.active-price{
    color:#c6ff00;
}

.plan-invest{
    color:#666;
    font-size:0.9rem;
    margin-bottom:30px;
}

.plan-divider{
    width:100%;
    height:1px;
    background:rgba(255,255,255,0.08);
    margin-bottom:25px;
}

.plan-row{
    display:flex;
    justify-content:space-between;
    margin-bottom:18px;
    color:#888;
    font-size:0.95rem;
}

.plan-row strong{
    color:white;
}

.income-title{
    margin-top:auto;
    color:#666;
    font-size:0.7rem;
    letter-spacing:4px;
    margin-bottom:15px;
}

.income-value{
    font-size:2rem;
    font-weight:900;
    color:#758064;
    margin-bottom:30px;
}

.active-income{
    color:#c6ff00;
}



.plan-btn:hover{
    background:white;
}

.plan-btn:disabled{
    opacity:0.6;
    cursor:not-allowed;
}

.popular-badge{
    position:absolute;
    top:0;
    right:0;
    background:#c6ff00;
    color:#000;
    font-size:0.7rem;
    font-weight:900;
    letter-spacing:3px;
    padding:8px 14px;
}



.guarantee-topline{
    color:#c6ff00;
    font-size:0.72rem;
    letter-spacing:6px;
    margin-bottom:18px;
    font-weight:700;
}

.guarantee-subtitle{
    color:#d8d8d8;
    font-size:1rem;
    letter-spacing:5px;
    margin-bottom:90px;
}

.guarantee-price-wrap{
    width:100%;
    display:flex;
    justify-content:center;
    align-items:flex-end;
    gap:18px;
    margin-bottom:120px;
}

.guarantee-currency{
    color:#c6ff00;
    font-size:5rem;
    font-weight:900;
    line-height:1;
    padding-bottom:40px;
}

.guarantee-number{
    font-size:16rem;
    font-weight:900;
    color:#c6ff00;
    line-height:0.8;
}

.guarantee-unit{
    color:white;
    font-size:1.2rem;
    letter-spacing:5px;
    font-weight:700;
    line-height:1.8;
    padding-bottom:40px;
}

.guarantee-divider{
    width:100%;
    height:1px;
    background:rgba(255,255,255,0.08);
    margin-bottom:40px;
}

.guarantee-description{
    max-width:900px;
    color:#d0d0d0;
    font-size:1.4rem;
    line-height:1.8;
    margin-bottom:80px;
}





.guarantee-card-number{
    font-size:3rem;
    font-weight:900;
    color:#c6ff00;
    margin-bottom:18px;
}

.guarantee-card-title{
    color:white;
    letter-spacing:3px;
    font-size:0.9rem;
    margin-bottom:20px;
    font-weight:700;
}

.guarantee-card-line{
    width:100%;
    height:1px;
    background:rgba(255,255,255,0.08);
    margin-bottom:20px;
}

.guarantee-card-text{
    color:#bcbcbc;
    line-height:2;
    font-size:1rem;
}







/* =========================
   MODAL PREMIUM MEMBERSHIP
========================= */

.modal-bg{
    display:none;
    position:fixed;
    inset:0;
    background:rgba(0,0,0,.8);
    z-index:9999;
}

.modal{
    max-width:450px;
    margin:auto;
    background:#111;
    border-radius:20px;
    padding:30px;
}

.modal-overlay{
    position:fixed;
    inset:0;
    background:rgba(0,0,0,0.82);
    backdrop-filter:blur(8px);
    display:none;
    justify-content:center;
    align-items:center;
    z-index:99999;
    padding:20px;
}

.modal-overlay.show{
    display:flex;
}



@keyframes fadeModal{
    from{
        opacity:0;
        transform:translateY(20px);
    }
    to{
        opacity:1;
        transform:translateY(0);
    }
}

.modal-header{
    padding:28px;
    border-bottom:1px solid rgba(255,255,255,0.06);
    display:flex;
    justify-content:space-between;
    align-items:center;
}

.modal-title{
    font-size:1.8rem;
    font-weight:900;
    color:#c6ff00;
}

.close-modal{
    width:42px;
    height:42px;
    border-radius:50%;
    border:none;
    background:#161616;
    color:white;
    cursor:pointer;
    font-size:1.1rem;
}

.step-indicator{
    display:flex;
    justify-content:center;
    gap:12px;
    padding:22px;
}

.step-dot{
    width:14px;
    height:14px;
    border-radius:50%;
    background:#333;
    transition:0.3s;
}

.step-dot.active{
    background:#c6ff00;
    box-shadow:0 0 15px rgba(198,255,0,0.6);
}

.modal-body{
    padding:35px;
}

.form-step{
    display:none;
}

.form-step.active{
    display:block;
    background:#0b0b0b;
    border-radius:22px;
    padding:10px;
}

.form-grid{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:18px;
}



.form-group.full{
    grid-column:1 / -1;
}

.form-group label{
    color:#c6ff00;
    font-size:0.78rem;
    font-weight:700;
    letter-spacing:2px;
    text-transform:uppercase;
    margin-bottom:4px;
}

.form-group input{
    width:100%;
    height:56px;
    background:#141414;
    border:1px solid rgba(255,255,255,0.08);
    border-radius:14px;
    color:white;
    padding:0 18px;
    font-size:1rem;
}

.form-group input:focus{
    outline:none;
    border-color:#c6ff00;
}

.modal-actions{
    display:flex;
    justify-content:space-between;
    gap:15px;
    margin-top:35px;
}

.modal-btn{
    flex:1;
    height:58px;
    border:none;
    border-radius:16px;
    cursor:pointer;
    font-weight:900;
    font-size:1rem;
    transition:0.3s;
}

.modal-btn.secondary{
    background:#1a1a1a;
    color:white;
}

.modal-btn.primary{
    background:#c6ff00;
    color:black;
}

.payment-summary{
    background:#111;
    border:1px solid rgba(198,255,0,0.12);
    border-radius:20px;
    padding:25px;
}

.summary-row{
    display:flex;
    justify-content:space-between;
    margin-bottom:15px;
    color:#bdbdbd;
}

.summary-row strong{
    color:#fff;
}

.total-price{
    font-size:2.4rem;
    color:#c6ff00;
    font-weight:900;
    margin-top:15px;
}