
.budstal-quote{
  --bq-green:#24513d;
  --bq-text:#202523;
  --bq-muted:#6f7773;
  --bq-line:#dfe4e0;
  --bq-surface:#f4f5f2;
  color:var(--bq-text);
}
.budstal-quote__form{display:grid;gap:22px}
.budstal-quote__section{display:grid;gap:14px}
.budstal-quote__intro h3{margin:0;font-size:clamp(1.65rem,3vw,2.35rem);line-height:1.08}
.budstal-quote__intro p{margin:0;color:var(--bq-muted);max-width:62ch}
.budstal-quote__eyebrow{color:#50ee82;font-size:.78rem;font-weight:900;letter-spacing:.14em}
.budstal-grid-2{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.budstal-contact-fields{grid-template-columns:repeat(3,minmax(0,1fr))}
.budstal-span-2{grid-column:1/-1}
.budstal-quote label{display:grid;gap:7px;font-weight:650}
.budstal-quote input:not([type="checkbox"]):not([type="file"]),
.budstal-quote select,
.budstal-quote textarea{
  width:100%;
  min-height:52px;
  border:1px solid var(--bq-line);
  border-radius:10px;
  background:#fff;
  padding:11px 13px;
  font:inherit;
}
.budstal-quote textarea{min-height:130px;resize:vertical}
.budstal-client-type{display:grid;grid-template-columns:1fr 1fr;gap:10px}
.budstal-client-type button{
  min-height:52px;
  border:1px solid var(--bq-green);
  border-radius:10px;
  background:#fff;
  color:var(--bq-green);
  font:inherit;
  font-weight:800;
  cursor:pointer;
}
.budstal-client-type button.is-active{background:var(--bq-green);color:#fff}
.budstal-nip-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px}
.budstal-company__lookup{min-height:52px;padding:10px 18px;border:1px solid var(--bq-green);border-radius:10px;background:var(--bq-green);color:#fff;font:inherit;font-weight:850;cursor:pointer}
.budstal-company__lookup:disabled{opacity:.7;cursor:wait}
.budstal-company__hint,.budstal-company__status{margin:0;color:var(--bq-muted);font-size:.86rem}
.budstal-company__status:not(:empty){color:#f4c36a;font-weight:700}
.budstal-company__result{display:grid;grid-template-columns:auto 1fr;gap:12px;align-items:start;padding:14px;border:1px solid rgba(80,238,130,.42);border-radius:12px;background:rgba(80,238,130,.08)}
.budstal-company__result>span:last-child{display:grid;gap:3px}
.budstal-company__result small{display:block;color:var(--bq-muted);font-weight:500}
.budstal-company__check{display:grid;place-items:center;width:28px;height:28px;border-radius:50%;background:#50ee82;color:#06211b;font-weight:950}
.budstal-checkbox{grid-template-columns:auto 1fr!important;align-items:start;font-weight:500!important;cursor:pointer}
.budstal-checkbox input{margin-top:4px}
.budstal-note,.budstal-quote__micro{color:var(--bq-muted);font-size:.92rem}
.budstal-selected-product{padding:16px;border:1px solid var(--bq-line);border-radius:10px;background:var(--bq-surface);display:grid;gap:4px}
.budstal-upload__box{position:relative;grid-template-columns:auto 1fr!important;align-items:center;min-height:90px;padding:18px;border:1px dashed rgba(80,238,130,.65);border-radius:14px;background:rgba(80,238,130,.055);cursor:pointer}
.budstal-upload__box:hover{border-style:solid;background:rgba(80,238,130,.09)}
.budstal-upload__box input{position:absolute;inset:0;width:100%;height:100%;opacity:0;cursor:pointer}
.budstal-upload__box>span:nth-child(2){display:grid;gap:3px}
.budstal-upload__box small{color:var(--bq-muted);font-weight:500;word-break:break-word}
.budstal-upload__icon{display:grid;place-items:center;width:46px;height:46px;border-radius:12px;background:#50ee82;color:#06211b;font-size:1.7rem;font-weight:900}
.budstal-quote__details{border-top:1px solid var(--bq-line);border-bottom:1px solid var(--bq-line);padding:14px 0}
.budstal-quote__details summary{cursor:pointer;font-weight:800}
.budstal-quote__details summary span{color:var(--bq-muted);font-weight:500}
.budstal-quote__details label{margin-top:14px}
.budstal-quote__details textarea{min-height:92px}
.budstal-quote__submit{
  width:100%;
  min-height:58px;
  border:0;
  border-radius:10px;
  background:var(--bq-green);
  color:#fff;
  font:inherit;
  font-weight:900;
  cursor:pointer;
}
.budstal-quote__phone{display:flex;align-items:center;justify-content:center;min-height:52px;border:1px solid var(--bq-green);border-radius:10px;color:var(--bq-green);font-weight:800;text-decoration:none}
.budstal-quote__errors{color:#b42318;font-weight:650}
.budstal-quote__file-warning{padding:12px 14px;border:1px solid #f4c36a;border-radius:10px;background:rgba(244,195,106,.12);color:#f4c36a;font-weight:750}
.budstal-quote__success{padding:28px;border:1px solid var(--bq-line);border-radius:14px;background:#fff}
.budstal-success-actions{display:flex;gap:10px;flex-wrap:wrap}
.budstal-success-actions button,.budstal-success-actions a{min-height:48px;padding:10px 16px;border-radius:10px;border:1px solid var(--bq-green);background:#fff;color:var(--bq-green);font:inherit;font-weight:800;text-decoration:none}
.budstal-hp{position:absolute!important;left:-9999px!important;width:1px!important;height:1px!important;overflow:hidden!important}
@media(max-width:620px){
  .budstal-grid-2,.budstal-contact-fields,.budstal-client-type{grid-template-columns:1fr}
  .budstal-span-2{grid-column:auto}
  .budstal-nip-row{grid-template-columns:1fr}
}
