.contact-form-hero{min-height:700px;padding-top:60px;padding-bottom:60px}
.contact-form-hero .contact-hero-shade{background:linear-gradient(90deg,rgba(8,35,55,.92) 0%,rgba(11,44,69,.78) 50%,rgba(11,44,69,.38) 100%)}
.contact-hero-layout{position:relative;z-index:2;width:100%;display:grid;grid-template-columns:minmax(0,1.2fr) minmax(340px,.72fr);gap:70px;align-items:center}
.contact-hero-layout .contact-hero-copy{z-index:auto}
.hero-contact-form{background:rgba(255,255,255,.97);padding:30px;box-shadow:14px 14px 0 rgba(242,140,40,.88);display:grid;grid-template-columns:1fr 1fr;gap:14px 16px;color:var(--navy)}
.hero-form-heading,.hero-contact-form .form-status,.hero-contact-form button,.hero-contact-form>small{grid-column:1/-1}
.hero-form-heading span{display:block;color:var(--blue);font-size:10px;line-height:1.2;font-weight:800;letter-spacing:.14em;text-transform:uppercase;margin-bottom:7px}
.hero-form-heading h2{font-size:30px;margin:0 0 6px;color:var(--navy)}
.hero-contact-form label{display:flex;flex-direction:column;gap:6px}
.hero-contact-form label>span{font-size:10px;font-weight:800;color:var(--navy)}
.hero-contact-form input,.hero-contact-form select{width:100%;min-height:44px;border:1px solid #b9c6c7;background:#fff;padding:10px 11px;color:var(--ink);font:inherit;font-size:13px;border-radius:2px;outline:none}
.hero-contact-form input:focus,.hero-contact-form select:focus{border-color:var(--orange);box-shadow:0 0 0 3px rgba(242,140,40,.14)}
.hero-contact-form button{border:0;background:var(--orange);color:var(--navy);padding:14px 18px;font-size:13px;font-weight:800;cursor:pointer;transition:.2s;margin-top:3px}
.hero-contact-form button:hover,.hero-contact-form button:focus-visible{background:var(--navy);color:#fff;transform:translateY(-2px)}
.hero-contact-form>small{color:#61727b;font-size:9px;line-height:1.45}
.hero-contact-form .form-status{margin:0;padding:10px 12px;font-size:12px}
@media(max-width:900px){.contact-form-hero{min-height:auto}.contact-hero-layout{grid-template-columns:1fr;gap:36px}.contact-hero-copy{max-width:720px}.hero-contact-form{max-width:660px}}
@media(max-width:560px){.contact-form-hero{padding:42px 20px 55px}.hero-contact-form{grid-template-columns:1fr;padding:24px 20px;box-shadow:9px 9px 0 rgba(242,140,40,.88)}.hero-form-heading,.hero-contact-form .form-status,.hero-contact-form button,.hero-contact-form>small{grid-column:auto}.contact-form-hero .contact-hero-shade{background:rgba(8,35,55,.82)}}
