#chaufly-hero-quote,
#chaufly-hero-quote *{
    box-sizing:border-box !important;
}

#chaufly-hero-quote{
    max-width:920px !important;
    margin:20px auto !important;
    padding:0 12px !important;
    font-family:Arial,sans-serif !important;
}

#chaufly-hero-quote .quote-box{
    background:#ffffff !important;
    border-radius:22px !important;
    overflow:hidden !important;
    box-shadow:0 15px 45px rgba(0,0,0,.14) !important;
}

#chaufly-hero-quote .quote-header{
    background:linear-gradient(135deg,#020617,#111827) !important;
    padding:24px !important;
    text-align:center !important;
}

#chaufly-hero-quote .quote-header h2{
    margin:0 !important;
    color:#ffffff !important;
    font-size:34px !important;
    font-weight:900 !important;
}

#chaufly-hero-quote .quote-body{
    padding:24px !important;
    background:#f8fafc !important;
}

#chaufly-hero-quote .quote-grid{
    display:grid !important;
    grid-template-columns:repeat(3,1fr) !important;
    gap:14px !important;
}

#chaufly-hero-quote .field{
    margin:0 !important;
    padding:0 !important;
}

#chaufly-hero-quote .field.full{
    grid-column:1 / -1 !important;
}

#chaufly-hero-quote label{
    display:block !important;
    margin-bottom:6px !important;
    font-size:13px !important;
    font-weight:800 !important;
    color:#111827 !important;
    line-height:1.3 !important;
}

#chaufly-hero-quote input,
#chaufly-hero-quote select,
#chaufly-hero-quote textarea{
    width:100% !important;
    border:1px solid #d1d5db !important;
    border-radius:12px !important;
    background:#ffffff !important;
    padding:0 14px !important;
    font-size:14px !important;
    color:#111827 !important;
    box-shadow:none !important;
}

#chaufly-hero-quote input,
#chaufly-hero-quote select{
    height:46px !important;
}

#chaufly-hero-quote textarea{
    height:80px !important;
    padding:12px 14px !important;
    resize:vertical !important;
}

#chaufly-hero-quote input:focus,
#chaufly-hero-quote select:focus,
#chaufly-hero-quote textarea:focus{
    outline:none !important;
    border-color:#111827 !important;
    box-shadow:0 0 0 3px rgba(17,24,39,.08) !important;
}

#chaufly-hero-quote .terms-row{
    display:flex !important;
    align-items:flex-end !important;
}

#chaufly-hero-quote .terms-label{
    display:flex !important;
    align-items:flex-start !important;
    gap:10px !important;
    margin-top:24px !important;
    font-size:13px !important;
    line-height:1.5 !important;
    color:#111827 !important;
    font-weight:600 !important;
}

#chaufly-hero-quote .terms-label input[type="checkbox"]{
    width:16px !important;
    height:16px !important;
    min-height:16px !important;
    max-height:16px !important;
    margin-top:2px !important;
    flex:0 0 16px !important;
}

#chaufly-hero-quote .terms-label a{
    color:#111827 !important;
    font-weight:800 !important;
    text-decoration:underline !important;
}

#chaufly-hero-quote .submit-row{
    display:flex !important;
    align-items:flex-end !important;
}

#chaufly-hero-quote button{
    width:100% !important;
    height:46px !important;
    border:none !important;
    border-radius:12px !important;
    background:#111827 !important;
    color:#ffffff !important;
    font-size:15px !important;
    font-weight:800 !important;
    cursor:pointer !important;
    transition:all .2s ease !important;
}

#chaufly-hero-quote button:hover{
    background:#000000 !important;
    transform:translateY(-1px) !important;
}

@media(max-width:768px){

    #chaufly-hero-quote{
        max-width:100% !important;
        padding:0 10px !important;
    }

    #chaufly-hero-quote .quote-header{
        padding:20px !important;
    }

    #chaufly-hero-quote .quote-header h2{
        font-size:28px !important;
    }

    #chaufly-hero-quote .quote-body{
        padding:18px !important;
    }

    #chaufly-hero-quote .quote-grid{
        grid-template-columns:1fr !important;
        gap:12px !important;
    }

    #chaufly-hero-quote .terms-label{
        margin-top:0 !important;
    }

}
