.quote{padding:0;background:var(--deep)}
.quote .quote-layout{display:grid;grid-template-columns:.95fr 1.05fr;align-items:stretch;width:100%!important;margin:0!important}
.quote-heading{max-width:none;padding:72px clamp(34px,4vw,76px);background:linear-gradient(145deg,#0c2455,#001447);color:#fff}
.quote-heading h2{max-width:700px;margin:28px 0 30px;font-size:clamp(48px,5.2vw,76px);line-height:.96}
.quote-heading>p:last-of-type{max-width:600px;color:#d3dbea;font-size:16px;line-height:1.7}
.quote-steps{margin-top:42px;border-top:1px solid rgba(255,255,255,.18)}
.quote-steps article{display:grid;grid-template-columns:34px 1fr;gap:16px;padding:23px 0;border-bottom:1px solid rgba(255,255,255,.18)}
.quote-steps article>span{padding-top:2px;color:var(--orange);font-size:11px;font-weight:800}
.quote-steps article div{display:flex;flex-direction:column;gap:9px}
.quote-steps strong{font-size:13px}
.quote-steps small{color:#9fb0cb;font-size:11px}
.quote-panel{display:flex;flex-direction:column;justify-content:center;padding:24px;background:#fff;color:var(--navy)}
.quote-panel .form-message{margin:20px 28px 0}
.quote-form{margin:0;padding:42px;background:#fff;color:var(--navy)}
.quote-form legend{margin-bottom:25px;font-size:25px}
.quote-form .type-grid{grid-template-columns:1fr 1fr;gap:10px}
.quote-form .type-option{min-height:85px;padding:18px;border-color:#d6dce5}
.quote-form .type-option.selected{border-color:var(--orange);background:#fff3d7}
.quote-form .type-option:hover{border-color:var(--orange);background:#fff8e9}
.quote-form .form-grid{gap:20px 18px;margin-top:28px}
.quote-form .form-grid label{gap:8px;color:#31445e;font-size:10px;letter-spacing:.1em;text-transform:uppercase}
.quote-form .form-grid input,.quote-form .form-grid select,.quote-form .form-grid textarea{border:0;border-bottom:1px solid #c9d2df;background:#f4f6f8;padding:14px;color:var(--navy);text-transform:none;letter-spacing:normal}
.quote-form .form-grid input:focus,.quote-form .form-grid select:focus,.quote-form .form-grid textarea:focus{outline:0;border-bottom-color:var(--orange);box-shadow:inset 0 -1px 0 var(--orange)}
.quote-form .form-grid textarea{min-height:100px;resize:vertical}
.quote-form .form-end{margin-top:25px;padding-top:24px;border-top:1px solid #dce1e8}
.quote-form .form-end p{max-width:340px;font-size:10px;line-height:1.45}
@media(max-width:1000px){.quote .quote-layout{grid-template-columns:1fr}.quote-heading{padding:68px 40px}.quote-panel{padding:20px}.quote-form{padding:34px}}
@media(max-width:600px){.quote-heading{padding:60px 22px}.quote-heading h2{font-size:47px}.quote-panel{padding:0}.quote-form{padding:30px 18px}.quote-form .type-grid,.quote-form .form-grid{grid-template-columns:1fr}.quote-form .form-end{align-items:stretch}.quote-form .form-end p{max-width:none}.quote-form .button{width:100%}}
