.b2b-quote-page{color:var(--b2b-ink);background:#f6f7f4}
.b2b-quote-page *{box-sizing:border-box}
.b2b-quote-shell{padding-top:36px;padding-bottom:44px}
.b2b-quote-heading{margin-bottom:24px}
.b2b-quote-heading h1{margin:0 0 8px;font-size:clamp(28px,3.2vw,40px);font-weight:700;line-height:1.15;letter-spacing:-.025em}
.b2b-quote-heading p{margin:0;color:var(--b2b-muted);font-size:15px;line-height:1.5}
.b2b-quote-contacts{display:grid;grid-template-columns:1.4fr 1fr 1fr;gap:28px;padding:24px 28px;margin-bottom:24px;background:var(--b2b-green-dark);border-radius:10px;color:#fff}
.b2b-quote-page .b2b-quote-contacts h2{margin:0 0 9px;color:#fff!important;font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:.05em}
.b2b-quote-page .b2b-quote-contacts p{margin:0;color:#fff!important;font-size:16px;line-height:1.5;overflow-wrap:anywhere}
.b2b-quote-page .b2b-quote-contacts a{display:inline-block;color:#fff!important;font-size:18px;font-weight:700;line-height:1.5;opacity:1;text-decoration:underline;text-underline-offset:4px;overflow-wrap:anywhere}
.b2b-quote-contacts a:focus-visible{outline:2px solid #fff;outline-offset:5px}
.b2b-quote-contacts span{display:block;margin-top:5px;color:#fff;font-size:14px;line-height:1.5}
.b2b-quote-form{display:block;padding:28px;background:#fff;border:1px solid var(--b2b-line);border-radius:10px}
.b2b-quote-form__heading{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px;margin-bottom:20px}
.b2b-quote-form__heading h2{margin:0;font-size:22px;line-height:1.3}
.b2b-quote-form__heading p{margin:0;color:var(--b2b-muted);font-size:12px}
.b2b-quote-form__row{display:grid;grid-template-columns:1fr 1fr;gap:20px}
.b2b-quote-form label{display:grid;min-width:0;gap:7px;margin-bottom:16px;color:var(--b2b-ink);font-size:13px;font-weight:600}
.b2b-quote-form small{font-size:12px;font-weight:400;color:var(--b2b-muted)}
.b2b-quote-form input,.b2b-quote-form textarea{width:100%;min-width:0;min-height:46px;padding:11px 12px;border:1px solid #cbd4cd;border-radius:6px;background:#fff;color:var(--b2b-ink);font:inherit;font-size:16px;font-weight:400}
.b2b-quote-form textarea{min-height:112px;resize:vertical;line-height:1.5}
.b2b-quote-form input::placeholder,.b2b-quote-form textarea::placeholder{color:#67776d;opacity:1}
.b2b-quote-form input:focus-visible,.b2b-quote-form textarea:focus-visible{outline:2px solid var(--b2b-green);outline-offset:2px}
.b2b-quote-form input[type=hidden]{display:none}
.b2b-quote-form__bottom{display:flex;flex-wrap:wrap;align-items:center;gap:16px}
.b2b-quote-form__bottom .b2b-button{min-height:46px;padding:0 28px;border:0;cursor:pointer;font:inherit;font-size:15px;font-weight:700}
.b2b-quote-form__bottom p{margin:0;color:var(--b2b-muted);font-size:13px;line-height:1.5}
@media(max-width:760px){.b2b-quote-contacts{grid-template-columns:1fr;gap:18px;padding:22px}.b2b-quote-shell{padding-top:28px;padding-bottom:32px}.b2b-quote-form{padding:22px}.b2b-quote-form__row{grid-template-columns:1fr;gap:0}.b2b-quote-form__bottom{align-items:stretch;flex-direction:column;gap:10px}.b2b-quote-form__bottom .b2b-button{width:100%}.b2b-quote-form__bottom p{text-align:center}}

/* V6: contact sidebar beside the form, one row of page content. */
.s6-quote-layout{display:grid;grid-template-columns:.8fr 1.6fr;gap:24px;align-items:stretch}
.b2b-quote-contacts{grid-template-columns:1fr;align-content:start;gap:30px;margin-bottom:0;padding:30px}
.b2b-quote-form{padding:30px}
@media(max-width:900px){.s6-quote-layout{grid-template-columns:1fr}.b2b-quote-contacts{grid-template-columns:1fr 1fr;gap:22px}.b2b-quote-contacts>div:first-child{grid-column:1/-1}}
@media(max-width:560px){.b2b-quote-contacts{grid-template-columns:1fr;padding:22px}.b2b-quote-form{padding:22px}}
