/* ===== FORCE HERO FIX ===== */

.hero-section{
    background:linear-gradient(135deg,#f8f6f2,#ebe6dc) !important;
    min-height:90vh !important;
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    text-align:center !important;
}

.hero-overlay{
    display:none !important;
}

.hero-content{
    position:relative;
    z-index:5;
}

.hero-section h1{
    color:#111 !important;
    font-size:52px !important;
}

.hero-section h1 span{
    color:#d4af37 !important;
}

.hero-section p{
    color:#444 !important;
}

.hero-btn{
    background:#d4af37 !important;
    color:#000 !important;
    padding:14px 40px !important;
    border-radius:40px !important;
    font-weight:600 !important;
}


/* ===== OTHER SECTIONS ===== */

.trust-section{
    background:#111;
    color:#fff;
    padding:70px 0;
}

.services-section{
    padding:90px 0;
    background:#fff;
}

.service-card{
    background:#f8f8f8;
    padding:40px;
    border-radius:15px;
    text-align:center;
}

.lead-section{
    background:#111;
    padding:100px 0;
}

.lead-form{
    background:#fff;
    padding:45px;
    border-radius:20px;
    max-width:900px;
    margin:auto;
}

.lux-footer{
    background:#000;
    padding:25px 0;
    color:#777;
    text-align:center;
}


/* ===== MOBILE ===== */

@media(max-width:768px){

.hero-section h1{
    font-size:30px !important;
}

.lead-form{
    padding:25px;

}
