.gds-quote-calc{max-width:980px;margin:0 auto;padding:28px;border:1px solid #e8e2dc;border-radius:20px;background:#fff;box-shadow:0 16px 40px rgba(0,0,0,.06);font-family:inherit}
.gds-quote-calc *{box-sizing:border-box}
.gds-quote-calc__header{margin-bottom:24px}
.gds-quote-calc__eyebrow{display:inline-block;color:var(--gds-qc-accent,#2271b1);font-weight:700;margin-bottom:8px}
.gds-quote-calc h2{margin:0 0 8px;font-size:clamp(24px,4vw,36px)}
.gds-quote-calc p{margin:0;color:#555}
.gds-quote-calc__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}
.gds-quote-calc label{display:block;font-weight:700;margin-bottom:16px}
.gds-quote-calc input,.gds-quote-calc select,.gds-quote-calc textarea{width:100%;margin-top:7px;border:1px solid #ddd;border-radius:12px;padding:12px 14px;font:inherit;background:#fff}
.gds-quote-calc__fieldset{border:1px solid #eee;border-radius:16px;padding:18px;margin:12px 0 20px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px 18px}
.gds-quote-calc__fieldset legend{font-weight:800;padding:0 8px}
.gds-quote-calc__fieldset label{font-weight:600;margin:0}
.gds-quote-calc__fieldset input{width:auto;margin-right:8px}
.gds-quote-calc__estimate{margin:22px 0;padding:18px;border-radius:16px;background:#f7f9fb;border-left:5px solid var(--gds-qc-accent,#2271b1);display:flex;gap:14px;align-items:center;flex-wrap:wrap}
.gds-quote-calc__estimate [data-gds-qc-oneoff]{font-size:24px;font-weight:900;color:#222}
.gds-quote-calc__monthly{font-weight:700;color:#444}
.gds-quote-calc__button{display:inline-block;border:0;border-radius:999px;background:var(--gds-qc-accent,#2271b1);color:#fff;padding:13px 24px;font-weight:800;cursor:pointer}
.gds-quote-calc__notice{padding:14px 16px;border-radius:14px;margin-bottom:18px}
.gds-quote-calc__notice--success{background:#e7f7ec;color:#135c29}
.gds-quote-calc__notice--error{background:#fdecec;color:#821b1b}
@media(max-width:700px){.gds-quote-calc{padding:20px}.gds-quote-calc__grid,.gds-quote-calc__fieldset{grid-template-columns:1fr}.gds-quote-calc__estimate{display:block}.gds-quote-calc__estimate span{display:block;margin-top:8px}}
