/* MASTER NAMESPACE */
.opensolr-pricing-namespace * {
    box-sizing: border-box;
}

/* SUBTITLE CENTERED */
.opensolr-pricing-namespace .opensolr-subtitle {
    text-align: center;
    font-size: 18px;
    margin: 0 auto 40px auto;
    max-width: 900px;
    color: #555;
}

/* PACKS FLEX ROW */
.opensolr-pricing-namespace .packs {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: stretch;
    gap: 15px;
}

/* PACK FIXES */
.opensolr-pricing-namespace .pack {
    width: 24%;
    border-radius: 18px;
    padding: 25px 20px;
    background: #fff;
    box-shadow: 0 8px 24px rgba(0,0,0,0.08);
    display: flex;
    flex-direction: column;
    min-height: 750px;
    overflow: hidden;
    transition: all 0.3s ease; /* Add this line */
}

.pack:hover{
    transform: translateY(-2px);
    -webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.71);
    box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.71);
    transition: all 0.4s ease;
}

/* PACK TITLES (with emojis) */
.opensolr-pricing-namespace .pack-title .emoji {
    font-size: 22px;
    display: block;
    margin-bottom: 10px;
}


/* PRICE FIX */
.opensolr-pricing-namespace .pricing .theprice {
    font-size: 30px;
    font-weight: 900;
}

/* FEATURE LIST FIX */
.opensolr-pricing-namespace .deets {
    margin-top: auto; /* KEY FIX */
    text-align: left;
    font-size: 14px;
    line-height: 1.4;
}

.opensolr-pricing-namespace .deet-item {
    padding: 6px 0;
    border-bottom: 1px dashed #ddd;
    overflow-wrap: break-word;
    word-break: break-word;
}

/* CORPORATE SPECIAL */
.opensolr-pricing-namespace #pack-corporate {
    border: 2px solid #ff6f61;
    background: #e7edff;
}

.opensolr-title {
    margin-top: 40px;
    text-align: center !important;
}


.opensolr-pricing-namespace #pack-senior .bestbadge {
    background: #ff3b30;
    color: #fff;
    font-weight: 900;
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 13px;
    letter-spacing: 0.5px;
    margin: 0 auto 12px auto;
    display: inline-block;
    box-shadow: 0 4px 10px rgba(255,60,60,0.25);
}


.opensolr-pricing-namespace .setup-btn button {
    width: 150px !important;
    padding: 12px 0 !important;
    border-radius: 10px !important;
    font-weight: 900 !important;
    font-size: 16px !important;
    background: linear-gradient(180deg, #ff5f54, #d6332a) !important;
    border: none !important;
    color: #fff !important;
    box-shadow: 0 6px 16px rgba(255,80,80,0.4);
    transition: 0.2s ease-in-out;
}

.opensolr-pricing-namespace .setup-btn button:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 22px rgba(255,70,70,0.55);
}

.opensolr-pricing-namespace .setup-btn button:active {
    transform: translateY(0px);
    box-shadow: 0 4px 12px rgba(255,70,70,0.35);
}


/*
.opensolr-pricing-namespace #pack-senior {
    border: 2px solid #ff3b30;
    transform: scale(1.035);
    z-index: 2;
    box-shadow: 0 12px 24px rgba(255,70,70,0.25);
}*/



/* =============== RESPONSIVE FIX =============== */

/* TABLETE (max 1024px) */
@media (max-width: 1024px) {
    .opensolr-pricing-namespace .packs {
        flex-wrap: wrap;             /* se rupe pe rânduri */
        gap: 20px;
    }

    .opensolr-pricing-namespace .pack {
        width: 45%;                 /* două carduri pe linie */
        min-height: auto;
    }
}

/* MOBILE (max 768px) */
@media (max-width: 768px) {
    .opensolr-pricing-namespace .packs {
        flex-direction: column;
        flex-wrap: nowrap;
        align-items: center;        /* centrează cardurile */
        gap: 25px;
    }

    .opensolr-pricing-namespace .pack {
        width: 92%;                 /* TOT e pe un singur rând */
        min-height: auto;
    }

    .opensolr-pricing-namespace .pack-title .emoji {
        font-size: 36px;            /* emoji mai mic pe mobil */
    }

    .opensolr-pricing-namespace .setup-btn button {
        width: 160px !important;    /* CTA un pic mai mare pe mobil */
    }
}


























































/* ================================
   FINAL STEP LAYOUT (CLEAN)
   ================================ */

/* container centratus */
.finalstep-namespace #final-step {
    max-width: 1100px;
    margin: 60px auto 40px auto;
}

/* două coloane: resources + plan */
.finalstep-namespace #customization-bullstuff,
.finalstep-namespace #checkout {
    width: 50%;
    float: left;
    padding: 0 15px;
    box-sizing: border-box;
    min-height:545px;
}

@media (max-width: 1050px) {
    .finalstep-namespace #customization-bullstuff,
    .finalstep-namespace #checkout {
        width: 100%;
        float: none;
        margin-bottom: 30px;
    }
}

/* subtitluri Resources / Plan */
.finalstep-namespace .subtit {
    font-weight: 900;
    font-size: 20px;
    margin: 10px 0 15px 0;
    border-bottom: 1px dashed #ccc;
    padding-bottom: 8px;
}

/* ================================
   RESOURCES (stânga)
   ================================ */

/* rânduri resurse */
.finalstep-namespace #sliders .form-group {
    padding: 9px 10px;
    border-bottom: 1px solid #eee;
    background: #fcfcfc;
    border-radius: 8px;
    margin-bottom: 10px;

    box-shadow: 1px 1px 12px 0px rgba(143,143,143,0.79);
    -webkit-box-shadow: 1px 1px 12px 0px rgba(143,143,143,0.79);
    -moz-box-shadow: 1px 1px 12px 0px rgba(143,143,143,0.79);
}

/* label + icon */
.finalstep-namespace #sliders label {
    /*background: #f2f2f2;
    padding: 6px 12px;
    border-radius: 10px;
    font-weight: 900;
    display: inline-block;
    margin-bottom: 6px;*/
    text-align: left !important;
    width:30% !important;
    font-size:16px;
    font-weight:600 !important;
}

.finalstep-namespace #sliders label img {
    filter: grayscale(100%);
    opacity: 0.9;
    margin-left: 4px;

}

/* selecturile – mai scurte */
.finalstep-namespace #customization-bullstuff select {
    background: #fff !important;
    color: #111 !important;
    width:auto !important;
    /*width: 230px !important;*/
    /*max-width: 70% !important;*/
    border-radius: 8px !important;
    padding: 8px 10px !important;
    border: 1px solid #ccc !important;
}

@media (max-width: 700px) {
    .finalstep-namespace #customization-bullstuff select {
        width: 100% !important;
        max-width: 100% !important;
    }
}

/* preț sub select – pastilă */
.finalstep-namespace #sliders .slider-price {
    /*float: none !important; */
    display: block !important;
    text-align: left !important;
    margin: 4px 0 0 2px !important;
    background: #f5efef;
    padding: 3px 10px;
    border-radius: 0px;
    border:0px;
    font-size: 13px;
    color: #444;
    width: auto !important;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
    font-weight:400 !important;
}

/* ================================
   PLAN SWITCH (Monthly / Yearly)
   ================================ */

.finalstep-namespace .plan-switch {
    display: inline-flex;
    border-radius: 40px;
    padding: 4px;
    background: #eaeaea;
    gap: 4px;
}

.finalstep-namespace .plan-switch button {
    flex: 1;
    border-radius: 40px !important;
    padding: 8px 18px !important;
    border: none !important;
    font-weight: 900 !important;
    font-size: 15px !important;
    background: transparent !important;
    color: #444 !important;
    transition: 0.2s ease-in-out;
}

/* activ – buton aprins */
.finalstep-namespace .plan-switch button.active {
    background: #ff5f3f !important;
    color: #fff !important;
    box-shadow: 0 3px 10px rgba(255,90,70,0.4);
}

/* puțin spațiu la prețuri */
.finalstep-namespace .checkout-price {
    padding: 12px;
}

/* ================================
   REGISTER / LOGIN – una lângă alta
   ================================ */

.finalstep-namespace .checkout-buttons-duo {
    display: flex;
    /*justify-content: center;
    align-items: center;*/
    flex-wrap: wrap;
    gap: 16px;
    margin-top: 20px;
    text-align: justify-all !important;
}

.finalstep-namespace .checkout-buttons-duo button {
    /*width: auto !important;*/
    min-width: 180px !important;
    padding: 12px 22px !important;
    border-radius: 10px !important;
    font-size: 18px !important;
    font-weight: 900 !important;
}

/* pe mobil, butoanele una sub alta */
@media (max-width: 600px) {
    .finalstep-namespace .checkout-buttons-duo {
        flex-direction: column;
    }
}

@media (max-width: 1200px) {
    .slider-price{
        display:none !important;
    }
}


.finalstep-namespace #checkout{
    box-shadow: 1px 1px 12px 0px rgba(143,143,143,0.79);
    -webkit-box-shadow: 1px 1px 12px 0px rgba(143,143,143,0.79);
    -moz-box-shadow: 1px 1px 12px 0px rgba(143,143,143,0.79);
}



/* -------------------------------------
   FINUTE, discrete, elegante
   ------------------------------------- */

.finalstep-toplinks {
    margin-bottom: 40px;
}

/* micșorăm butoanele */
.finalstep-toplinks .btn_tralala {
    display: inline-block;
    font-size: 14px;
    padding: 6px 14px;
    background: #fafafa !important;
    border: 1px solid #ddd;
    border-radius: 20px;
    margin: 4px;
    transition: 0.2s ease-in-out;
    color: #000000 !important;
}

/* hover delicat */
.finalstep-toplinks .btn_tralala:hover {
    display: inline-block;
    font-size: 14px;
    padding: 6px 14px;
    background: #fafafa;
    border: 1px solid #ddd;
    border-radius: 20px;
    margin: 4px;
    transition: 0.2s ease-in-out;
    color: #676767 !important;
}

/* info bubble */
.finalstep-toplinks .info-bubble {
    display: inline-block;
    background: #f3f3f3;
    padding: 10px 16px;
    border-radius: 16px;
    font-size: 14px;
    color: #555;
}

.btn-success{
    color:#efefef;
}
.btn-success:hover{
    color:#e1e1e1 !important;
}

/* ---------------------------
   REMOVE THEM under 1200px
   --------------------------- */
@media (max-width: 1200px) {
    .finalstep-toplinks {
        display: none !important;
    }
    .info-bubble {
        display: none !important;
    }
}


.info-bubble{
    display: inline-block;
    background: #f3f3f3;
    padding: 10px 16px;
    border-radius: 0px;
    font-size: 14px;
    color: #555;
    width:100%;
    margin-top:10px;
}
