.elementor-176 .elementor-element.elementor-element-8144a6f{--display:flex;}/* Start custom CSS for html, class: .elementor-element-f7d75f9 *//* =====================================================
   BUYBACK HERO
===================================================== */

.buyback-hero{
    padding:90px 20px;
    background:linear-gradient(180deg,#ffffff,#f8f8f8);
}

.buyback-container{
    max-width:1200px;
    margin:auto;
}

/* =====================================================
   HEADER
===================================================== */

.buyback-header{
    text-align:center;
    max-width:750px;
    margin:0 auto 50px;
}

.section-badge{
    display:inline-block;
    padding:8px 18px;
    background:#FFF8E6;
    color:#C89B2A;
    border:1px solid rgba(200,155,42,.25);
    border-radius:50px;
    font-size:.9rem;
    font-weight:600;
    margin-bottom:18px;
}

.buyback-header h1{
    font-size:clamp(2rem,5vw,3.2rem);
    color:#222;
    margin-bottom:18px;
    line-height:1.2;
}

.buyback-header p{
    color:#666;
    line-height:1.8;
    font-size:1rem;
}

/* =====================================================
   HARGA HARI INI
===================================================== */

.price-card{

    margin:50px 0;

    display:flex;
    justify-content:space-between;
    align-items:center;

    gap:30px;

    padding:35px;

    border-radius:22px;

    background:#fff;

    border:1px solid #ececec;

    box-shadow:0 15px 40px rgba(0,0,0,.06);

}

.price-left span{
    display:block;
    color:#777;
    margin-bottom:10px;
}

.price-left h2{
    color:#C89B2A;
    font-size:2.3rem;
    margin-bottom:6px;
}

.price-left small{
    color:#777;
}

.price-icon{

    width:90px;
    height:90px;

    display:flex;
    align-items:center;
    justify-content:center;

    background:#FFF8E6;

    border-radius:50%;

    font-size:2.4rem;

}

/* =====================================================
   KALKULATOR
===================================================== */

.calculator-card{

    background:#fff;

    padding:40px;

    border-radius:22px;

    border:1px solid #ececec;

    box-shadow:0 15px 40px rgba(0,0,0,.06);

    margin-bottom:35px;

}

.calculator-card h2{

    color:#222;

    margin-bottom:10px;

}

.calculator-card p{

    color:#666;

    margin-bottom:30px;

}

.form-group{

    display:flex;

    flex-direction:column;

    margin-bottom:25px;

}

.form-group label{

    margin-bottom:10px;

    font-weight:600;

    color:#333;

}

.form-group input{

    width:100%;

    height:58px;

    border-radius:12px;

    border:1px solid #ddd;

    padding:0 18px;

    font-size:1rem;

    transition:.3s;

}

.form-group input:focus{

    outline:none;

    border-color:#C89B2A;

    box-shadow:0 0 0 4px rgba(200,155,42,.12);

}

.calculate-btn{

    width:100%;

    height:58px;

    border:none;

    border-radius:12px;

    cursor:pointer;

    background:#C89B2A;

    color:#fff;

    font-size:1rem;

    font-weight:600;

    transition:.3s;

}

.calculate-btn:hover{

    background:#b88813;

}

/* =====================================================
   HASIL
===================================================== */

.result-card{

    background:#fff;

    padding:35px;

    border-radius:22px;

    border:1px solid #ececec;

    box-shadow:0 15px 40px rgba(0,0,0,.06);

}

.result-header{

    margin-bottom:25px;

}

.result-header h3{

    color:#222;

}

.result-grid{

    display:grid;

    grid-template-columns:repeat(3,1fr);

    gap:20px;

}

.result-item{

    padding:25px;

    background:#fafafa;

    border-radius:15px;

    text-align:center;

}

.result-item span{

    display:block;

    color:#777;

    margin-bottom:12px;

}

.result-item strong{

    font-size:1.15rem;

    color:#222;

}

.result-item.total{

    background:#FFF8E6;

    border:1px solid rgba(200,155,42,.20);

}

.result-item.total h2{

    color:#C89B2A;

    font-size:2rem;

}

/* =====================================================
   RESET
===================================================== */

.reset-btn{

    margin-top:25px;

    width:100%;

    height:55px;

    border:none;

    border-radius:12px;

    background:#333;

    color:#fff;

    cursor:pointer;

    transition:.3s;

}

.reset-btn:hover{

    background:#111;

}

/* =====================================================
   INFORMASI
===================================================== */

.buyback-note{

    margin-top:35px;

    padding:30px;

    background:#fffdf7;

    border-left:5px solid #C89B2A;

    border-radius:15px;

}

.buyback-note h3{

    margin-bottom:15px;

}

.buyback-note ul{

    padding-left:20px;

}

.buyback-note li{

    margin:10px 0;

    color:#555;

    line-height:1.7;

}

/* =====================================================
   TABLET
===================================================== */

@media(max-width:992px){

    .result-grid{

        grid-template-columns:1fr 1fr;

    }

}

/* =====================================================
   MOBILE
===================================================== */

@media(max-width:768px){

    .buyback-hero{

        padding:70px 16px;

    }

    .price-card{

        flex-direction:column;

        text-align:center;

        padding:25px;

    }

    .price-left h2{

        font-size:2rem;

    }

    .calculator-card{

        padding:25px;

    }

    .result-grid{

        grid-template-columns:1fr;

    }

    .result-item{

        padding:20px;

    }

}

/* =====================================================
   SMALL MOBILE
===================================================== */

@media(max-width:480px){

    .buyback-header h1{

        font-size:2rem;

    }

    .calculator-card{

        padding:20px;

    }

    .price-card{

        padding:20px;

    }

    .price-icon{

        width:70px;
        height:70px;
        font-size:2rem;

    }

    .result-item.total h2{

        font-size:1.6rem;

    }

}/* End custom CSS */