.estimate-section{
padding:80px 0;
}

.estimate-card{
max-width:900px;
margin:auto;
padding:40px;
border-radius:30px;
background:#111827;
border:1px solid rgba(216,181,109,.2);
}

.estimate-form{
display:grid;
grid-template-columns:1fr 1fr 220px auto;
gap:12px;
}

.estimate-form input,
.estimate-form select{
padding:16px;
border-radius:16px;
border:1px solid rgba(216,181,109,.25);
background:#0f172a;
color:#fff;
}

#quoteResult{
margin-top:24px;
padding:20px;
border-radius:18px;
background:rgba(216,181,109,.08);
border:1px solid rgba(216,181,109,.18);
color:#fff0b8;
font-weight:900;
}

@media(max-width:980px){

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

}