.custom-hero { color:#fff; background:linear-gradient(125deg,var(--blue-950),var(--blue-700)); }
.custom-hero__layout { display:grid; grid-template-columns:1.25fr .75fr; gap:64px; align-items:end; padding-block:72px; }
.custom-hero h1 { margin:6px 0 16px; max-width:700px; font-size:clamp(2.7rem,6vw,5rem); line-height:.98; letter-spacing:-.055em; }
.custom-hero p:last-child { max-width:680px; color:#cfdfef; font-size:1.08rem; }
.custom-steps { display:grid; gap:12px; margin:0; padding:0; list-style:none; }
.custom-steps li { display:flex; align-items:center; gap:14px; padding:13px 16px; border:1px solid rgba(255,255,255,.18); border-radius:12px; background:rgba(255,255,255,.07); }
.custom-steps strong { color:var(--blue-300); }
.custom-order-layout { display:grid; grid-template-columns:minmax(0,1fr) 330px; gap:42px; align-items:start; }
.custom-form { display:grid; gap:24px; }
.custom-form fieldset { margin:0; padding:28px; border:1px solid var(--line); border-radius:var(--radius-md); background:#fff; box-shadow:var(--shadow-sm); }
.custom-form legend { display:flex; gap:12px; align-items:center; padding:0 10px; font-size:1.25rem; font-weight:850; }
.custom-form legend > span:first-child { display:grid; width:38px; height:38px; place-items:center; border-radius:50%; color:#fff; background:var(--blue-700); font-size:.76rem; }
.form-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:20px; }
.form-grid--personal { grid-template-columns:1fr 180px; margin-bottom:20px; }
.form-note { margin:0 0 20px; color:var(--muted); }
.account-contact { margin:0 0 20px; padding:14px 16px; border-radius:12px; background:var(--blue-100); }
.account-contact button { margin-left:8px; border:0; color:var(--blue-800); background:transparent; font-weight:800; text-decoration:underline; cursor:pointer; }
.consent { display:flex; gap:12px; align-items:flex-start; color:var(--muted); }
.consent input { width:20px; height:20px; margin-top:2px; accent-color:var(--blue-700); }
.custom-submit { width:fit-content; }
.order-summary { position:sticky; top:108px; padding:28px; border-radius:var(--radius-md); color:#fff; background:var(--blue-950); box-shadow:var(--shadow-md); }
.order-summary h2 { margin:0 0 22px; font-size:1.8rem; }
.order-summary dl { margin:0 0 24px; }
.order-summary dl div { display:flex; justify-content:space-between; gap:16px; padding:11px 0; border-bottom:1px solid rgba(255,255,255,.13); }
.order-summary dt { color:#9eb2c9; }.order-summary dd { margin:0; font-weight:800; text-align:right; }.order-summary > p:last-child { color:#b9cadb; font-size:.9rem; }
@media(max-width:800px){.custom-hero__layout,.custom-order-layout{grid-template-columns:1fr}.custom-hero__layout{gap:32px;padding-block:54px}.order-summary{position:static;order:-1}.form-grid,.form-grid--personal{grid-template-columns:1fr}.custom-form fieldset{padding:22px 18px}}
