:root {
  --rfq-ink:#07151c;
  --rfq-blue:#0a5da8;
  --rfq-red:#d4312f;
  --rfq-copper:#bf7747;
  --rfq-paper:#eef2f3;
  --rfq-line:#d6dee1;
  --rfq-muted:#66767d;
}

.rfq-v8 { overflow:hidden; color:var(--rfq-ink); background:#fff; }
.rfq-v8 * { box-sizing:border-box; }
.rfq-v8 img { display:block; width:100%; }
.rfq-v8 a { color:inherit; text-decoration:none; }
.rfq-v8 h1,.rfq-v8 h2,.rfq-v8 h3,.rfq-v8 p { margin:0; }
.rfq-v8-kicker { color:var(--rfq-blue); font-size:14px; font-weight:750; letter-spacing:.08em; }

.rfq-v8-hero { position:relative; min-height:720px; color:#fff; background:var(--rfq-ink); isolation:isolate; }
.rfq-v8-hero-media { position:absolute; inset:0; margin:0; overflow:hidden; }
.rfq-v8-hero-media img { height:100%; object-fit:cover; object-position:center 48%; transform:scale(1.01); }
.rfq-v8-hero-shade { position:absolute; inset:0; z-index:1; background:linear-gradient(90deg,rgba(3,18,26,.92) 0%,rgba(3,20,29,.77) 36%,rgba(3,18,26,.18) 72%),linear-gradient(0deg,rgba(3,18,25,.43),transparent 55%); }
.rfq-v8-hero-copy { position:relative; z-index:2; width:min(1320px,calc(100% - 96px)); min-height:720px; margin:auto; padding:165px 0 90px; }
.rfq-v8-hero .breadcrumb { display:flex; gap:12px; margin-bottom:72px; color:rgba(255,255,255,.64); font-size:13px; }
.rfq-v8-hero .breadcrumb a { color:inherit; }
.rfq-v8-hero .rfq-v8-kicker { margin-bottom:20px; color:#9bcce8; }
.rfq-v8-hero h1 { max-width:760px; font-size:clamp(58px,5.6vw,86px); line-height:1.03; letter-spacing:-.06em; font-weight:650; }
.rfq-v8-hero h1 span { color:#92cae8; }
.rfq-v8-hero-copy > p:not(.rfq-v8-kicker) { max-width:610px; margin-top:28px; color:rgba(255,255,255,.74); font-size:18px; line-height:1.85; }
.rfq-v8-hero-link { display:flex; justify-content:space-between; width:245px; margin-top:38px; padding:18px 0; font-weight:700; border-bottom:1px solid rgba(255,255,255,.62); }
.rfq-v8-hero-note { position:absolute; right:max(48px,calc((100vw - 1320px)/2)); bottom:52px; z-index:2; width:390px; padding:27px 30px 24px; background:rgba(5,28,38,.88); border-top:3px solid var(--rfq-red); backdrop-filter:blur(9px); }
.rfq-v8-hero-note > small { display:block; margin-bottom:16px; color:#9fc7db; font-size:12px; }
.rfq-v8-hero-note > div { display:grid; grid-template-columns:38px 1fr; align-items:center; min-height:42px; border-top:1px solid rgba(255,255,255,.14); }
.rfq-v8-hero-note strong { color:#9fcde5; font-size:12px; font-weight:600; }
.rfq-v8-hero-note span { font-size:14px; font-weight:650; }

.rfq-v8-intake { padding:122px max(48px,calc((100vw - 1320px)/2)); background:var(--rfq-paper); }
#project-form { scroll-margin-top:96px; }
.rfq-v8-section-head { width:100%; margin-bottom:56px; }
.rfq-v8-section-head .rfq-v8-kicker { margin-bottom:18px; }
.rfq-v8-section-head h2 { max-width:900px; font-size:clamp(46px,4.3vw,66px); line-height:1.13; letter-spacing:-.055em; }
.rfq-v8-section-head > p:last-child { max-width:680px; margin-top:24px; color:var(--rfq-muted); font-size:17px; line-height:1.8; }

.rfq-v8-workbench { display:grid; grid-template-columns:350px minmax(0,1fr); min-height:760px; background:#fff; box-shadow:0 26px 65px rgba(8,25,33,.1); }
.rfq-v8-progress { display:flex; flex-direction:column; padding:42px 34px 36px; color:#fff; background:var(--rfq-ink); border-top:4px solid var(--rfq-copper); }
.rfq-v8-progress-head { display:flex; align-items:end; justify-content:space-between; gap:16px; }
.rfq-v8-progress-head span { font-size:13px; color:#9fc3d5; }
.rfq-v8-progress-head strong { font-size:12px; font-weight:600; color:rgba(255,255,255,.72); }
.rfq-v8-progress-track { height:2px; margin:20px 0 30px; background:rgba(255,255,255,.18); overflow:hidden; }
.rfq-v8-progress-track i { display:block; width:33.333%; height:100%; background:var(--rfq-red); transition:width .35s ease; }
.rfq-v8-progress ol { margin:0; padding:0; list-style:none; }
.rfq-v8-progress li { border-top:1px solid rgba(255,255,255,.14); }
.rfq-v8-progress li:last-child { border-bottom:1px solid rgba(255,255,255,.14); }
.rfq-v8-progress button { display:grid; grid-template-columns:38px 1fr; width:100%; min-height:112px; padding:22px 0; color:rgba(255,255,255,.45); text-align:left; background:none; border:0; cursor:pointer; transition:color .25s; }
.rfq-v8-progress button:hover,.rfq-v8-progress button[aria-current="step"] { color:#fff; }
.rfq-v8-progress button > span { grid-row:1/3; padding-top:3px; color:#79b7da; font-size:12px; }
.rfq-v8-progress button strong { align-self:end; font-size:18px; }
.rfq-v8-progress button small { align-self:start; margin-top:7px; color:inherit; font-size:12px; }
.rfq-v8-progress button[aria-current="step"] strong::after { content:""; display:inline-block; width:24px; height:2px; margin:0 0 5px 12px; background:var(--rfq-red); }
.rfq-v8-support { margin-top:auto; padding-top:30px; }
.rfq-v8-support > span { display:block; margin-bottom:12px; color:#8fb1c1; font-size:12px; }
.rfq-v8-support a { display:flex; justify-content:space-between; padding:13px 0; font-size:13px; border-bottom:1px solid rgba(255,255,255,.16); }

.rfq-v8-form.rfq-form { min-width:0; padding:0; border:0; box-shadow:none; }
.rfq-v8-step { min-width:0; min-height:760px; margin:0; padding:56px 58px 46px; border:0; animation:rfq-step-in .42s cubic-bezier(.2,.75,.2,1); }
.rfq-v8-step[hidden] { display:none; }
.rfq-v8-step legend { display:flex; align-items:center; gap:16px; width:100%; padding:0; color:var(--rfq-ink); }
.rfq-v8-step legend span { display:grid; place-items:center; width:38px; height:38px; color:#fff; background:var(--rfq-blue); font-size:12px; }
.rfq-v8-step legend strong { font-size:28px; line-height:1.2; letter-spacing:-.025em; }
.rfq-v8-step-note { margin:18px 0 38px; padding-left:54px; color:var(--rfq-muted); font-size:14px; line-height:1.75; }
.rfq-v8-prefill { display:flex; align-items:center; justify-content:space-between; gap:20px; margin:0 0 30px 54px; padding:17px 20px; color:#0a568e; background:#e7f1f7; border-left:3px solid var(--rfq-blue); }
.rfq-v8-prefill span { font-size:12px; }
.rfq-v8-prefill strong { font-size:14px; text-align:right; }
.rfq-v8-field-group { margin-top:12px; }
.rfq-v8-field-head { display:flex; justify-content:space-between; margin-bottom:14px; }
.rfq-v8-field-head label,.rfq-v8-field > label { color:#1a2a31; font-size:13px; font-weight:720; }
.rfq-v8-field-head small { color:#849198; font-size:12px; }
.rfq-v8-choice-grid { display:grid; grid-template-columns:1fr 1fr; border-top:1px solid var(--rfq-line); border-left:1px solid var(--rfq-line); }
.rfq-v8-choice { position:relative; min-width:0; }
.rfq-v8-choice.is-wide { grid-column:1/-1; }
.rfq-v8-choice input { position:absolute; opacity:0; pointer-events:none; }
.rfq-v8-choice label { position:relative; display:grid; gap:7px; min-height:92px; padding:21px 50px 18px 20px; background:#fff; border-right:1px solid var(--rfq-line); border-bottom:1px solid var(--rfq-line); cursor:pointer; transition:background .22s,color .22s; }
.rfq-v8-choice label::after { content:""; position:absolute; top:21px; right:20px; width:17px; height:17px; border:1px solid #9aa8ae; }
.rfq-v8-choice input:checked + label { color:#fff; background:var(--rfq-blue); }
.rfq-v8-choice input:checked + label::after { border-color:#fff; background:linear-gradient(135deg,transparent 44%,#fff 44% 55%,transparent 55%) center/10px 10px no-repeat; }
.rfq-v8-choice input:focus-visible + label { outline:3px solid rgba(10,93,168,.28); outline-offset:-3px; }
.rfq-v8-choice label strong { font-size:15px; }
.rfq-v8-choice label span { color:var(--rfq-muted); font-size:12px; line-height:1.5; }
.rfq-v8-choice input:checked + label span { color:rgba(255,255,255,.72); }
.rfq-v8-field-error { margin-top:10px; color:var(--rfq-red); font-size:12px; }
.rfq-v8-form-grid { display:grid; grid-template-columns:1fr 1fr; gap:28px 24px; margin-top:32px; }
.rfq-v8-field { display:grid; gap:10px; min-width:0; }
.rfq-v8-field.is-full { grid-column:1/-1; }
.rfq-v8-field input,.rfq-v8-field select,.rfq-v8-field textarea { width:100%; color:var(--rfq-ink); background:#f7f9f9; border:1px solid #ccd6da; border-radius:0; outline:none; transition:border-color .2s,box-shadow .2s; }
.rfq-v8-field input,.rfq-v8-field select { min-height:56px; padding:0 16px; }
.rfq-v8-field textarea { min-height:245px; padding:17px 16px; resize:vertical; line-height:1.7; }
.rfq-v8-field input:focus,.rfq-v8-field select:focus,.rfq-v8-field textarea:focus { border-color:var(--rfq-blue); box-shadow:0 0 0 3px rgba(10,93,168,.1); }
.rfq-v8-field > small { color:#7d8a90; font-size:12px; }
.rfq-v8-step-actions,.rfq-v8-submit-row { display:flex; align-items:center; justify-content:space-between; gap:20px; margin-top:36px; padding-top:28px; border-top:1px solid var(--rfq-line); }
.rfq-v8-step-actions.is-end { justify-content:flex-end; }
.rfq-v8-next,.rfq-v8-submit { display:flex; align-items:center; justify-content:space-between; min-width:230px; min-height:58px; padding:0 22px; color:#fff; background:var(--rfq-red); border:0; font-size:14px; font-weight:720; cursor:pointer; }
.rfq-v8-next:hover,.rfq-v8-submit:hover { background:#b92725; }
.rfq-v8-back { min-height:48px; padding:0; color:#5f6e74; background:none; border:0; border-bottom:1px solid #87949a; cursor:pointer; }
.rfq-v8-back:hover { color:var(--rfq-ink); }

.rfq-v8-upload { position:relative; margin-top:30px; border:1px dashed #9cafb7; background:#f4f7f8; }
.rfq-v8-upload.is-dragging { border-color:var(--rfq-blue); background:#e8f2f7; }
.rfq-v8-upload > input { position:absolute; width:1px; height:1px; opacity:0; pointer-events:none; }
.rfq-v8-upload > label { display:grid; grid-template-columns:54px 1fr; align-items:center; min-height:138px; padding:26px 30px; cursor:pointer; }
.rfq-v8-upload-icon { grid-row:1/3; display:grid; place-items:center; width:42px; height:42px; color:var(--rfq-blue); border:1px solid var(--rfq-blue); font-size:25px; font-weight:300; }
.rfq-v8-upload label strong { font-size:17px; }
.rfq-v8-upload label small { margin-top:7px; color:var(--rfq-muted); font-size:12px; }
.rfq-v8-file-list { margin:0 30px 24px; border-top:1px solid var(--rfq-line); }
.rfq-v8-file-list span { display:flex; justify-content:space-between; gap:20px; padding:12px 0; color:#4f6067; font-size:12px; border-bottom:1px solid var(--rfq-line); }
.rfq-v8-file-list em { flex:none; color:#87949a; font-style:normal; }
.rfq-v8-upload-rules { display:flex; flex-wrap:wrap; gap:10px 24px; margin-top:14px; color:#7a888e; font-size:11px; }
.rfq-v8-upload-rules span::before { content:"—"; margin-right:7px; color:var(--rfq-blue); }
.rfq-v8-consent { display:flex; align-items:flex-start; gap:12px; margin-top:34px; color:#56666d; font-size:13px; line-height:1.6; cursor:pointer; }
.rfq-v8-consent input { flex:none; width:17px; height:17px; margin-top:2px; accent-color:var(--rfq-blue); }
.rfq-v8-consent a { color:var(--rfq-blue); text-underline-offset:3px; }
.rfq-v8-form-note { margin-top:18px; color:#7b888e; font-size:12px; line-height:1.6; }
.rfq-v8-form-status { margin-top:20px; padding:16px 18px; color:#18506a; background:#e7f1f5; border-left:3px solid var(--rfq-blue); font-size:13px; line-height:1.6; }
.rfq-v8-form-status.is-error { color:#862825; background:#f8e8e7; border-left-color:var(--rfq-red); }
.rfq-v8-form-status.is-success { color:#175a43; background:#e4f2eb; border-left-color:#24845f; }

.rfq-v8-process { padding:118px max(48px,calc((100vw - 1320px)/2)); color:#fff; background:var(--rfq-ink); }
.rfq-v8-process-head { display:grid; grid-template-columns:1fr .8fr; gap:80px; align-items:end; }
.rfq-v8-process .rfq-v8-kicker { margin-bottom:18px; color:#94c9e6; }
.rfq-v8-process h2 { max-width:760px; font-size:clamp(45px,4.2vw,64px); line-height:1.13; letter-spacing:-.05em; }
.rfq-v8-process-head > p { max-width:560px; color:#9bb0ba; font-size:16px; line-height:1.8; }
.rfq-v8-process-grid { display:grid; grid-template-columns:repeat(4,1fr); margin:66px 0 0; padding:0; list-style:none; border-top:1px solid rgba(255,255,255,.17); border-left:1px solid rgba(255,255,255,.17); }
.rfq-v8-process-grid li { min-height:245px; padding:27px 25px; border-right:1px solid rgba(255,255,255,.17); border-bottom:1px solid rgba(255,255,255,.17); }
.rfq-v8-process-grid li > span { color:#79bada; font-size:12px; }
.rfq-v8-process-grid li > div { margin-top:72px; }
.rfq-v8-process-grid strong { font-size:20px; }
.rfq-v8-process-grid p { margin-top:13px; color:#91a4ad; font-size:13px; line-height:1.65; }

.rfq-v8-preparation { padding:120px max(48px,calc((100vw - 1440px)/2)) 130px; background:#fff; }
.rfq-v8-preparation .rfq-v8-section-head { width:min(1320px,100%); margin-right:auto; margin-left:auto; }
.rfq-v8-preparation-grid { display:grid; grid-template-columns:1fr 1fr; }
.rfq-v8-preparation-grid > a { position:relative; min-height:500px; overflow:hidden; background:#ccd6d9; }
.rfq-v8-preparation-grid img { height:100%; object-fit:cover; transition:transform .8s cubic-bezier(.2,.75,.2,1); }
.rfq-v8-preparation-grid > a:hover img { transform:scale(1.055); }
.rfq-v8-preparation-grid > a::after { content:""; position:absolute; inset:0; background:linear-gradient(0deg,rgba(4,20,28,.87),transparent 62%); }
.rfq-v8-preparation-grid > a > span { position:absolute; right:34px; bottom:32px; left:34px; z-index:1; display:grid; grid-template-columns:1fr 32px; align-items:end; color:#fff; }
.rfq-v8-preparation-grid small { grid-column:1/-1; margin-bottom:12px; color:#9ed1ea; font-size:12px; }
.rfq-v8-preparation-grid strong { font-size:25px; }
.rfq-v8-preparation-grid i { justify-self:end; font-size:20px; font-style:normal; }

[data-rfq-reveal] { opacity:0; transform:translateY(22px); transition:opacity .65s ease,transform .7s cubic-bezier(.2,.75,.2,1); }
[data-rfq-reveal].is-visible { opacity:1; transform:none; }
@keyframes rfq-step-in { from { opacity:0; transform:translateY(12px); } to { opacity:1; transform:none; } }

@media (max-width:1100px) {
  .rfq-v8-hero-copy { width:calc(100% - 64px); }
  .rfq-v8-hero-note { right:32px; }
  .rfq-v8-workbench { grid-template-columns:290px minmax(0,1fr); }
  .rfq-v8-progress { padding:36px 28px; }
  .rfq-v8-step { padding:48px 42px; }
  .rfq-v8-process-head { grid-template-columns:1fr; gap:28px; }
}

@media (max-width:760px) {
  [data-rfq-reveal] { opacity:1; transform:none; }
  .rfq-v8-kicker { font-size:13px; }
  .rfq-v8-hero { min-height:760px; }
  .rfq-v8-hero-media img { object-position:55% center; }
  .rfq-v8-hero-shade { background:linear-gradient(0deg,rgba(3,18,26,.93),rgba(3,18,26,.3) 78%),linear-gradient(90deg,rgba(3,18,26,.62),transparent); }
  .rfq-v8-hero-copy { width:calc(100% - 38px); min-height:760px; padding:112px 0 240px; }
  .rfq-v8-hero .breadcrumb { margin-bottom:90px; font-size:12px; }
  .rfq-v8-hero .rfq-v8-kicker { margin-bottom:17px; }
  .rfq-v8-hero h1 { max-width:350px; font-size:34px !important; line-height:1.13; letter-spacing:-.045em; }
  .rfq-v8-hero-copy > p:not(.rfq-v8-kicker) { margin-top:22px; font-size:15px; line-height:1.75; }
  .rfq-v8-hero-link { margin-top:28px; }
  .rfq-v8-hero-note { right:19px; bottom:24px; left:19px; width:auto; padding:20px 22px 18px; }
  .rfq-v8-hero-note > div { min-height:36px; }

  .rfq-v8-intake { padding:76px 19px; }
  .rfq-v8-section-head { margin-bottom:34px; }
  .rfq-v8-section-head h2,.rfq-v8-process h2 { font-size:34px !important; line-height:1.18; letter-spacing:-.045em; }
  .rfq-v8-section-head > p:last-child { margin-top:19px; font-size:15px; }
  .rfq-v8-workbench { grid-template-columns:1fr; min-height:0; }
  .rfq-v8-workbench { scroll-margin-top:68px; }
  .rfq-v8-progress { padding:24px 20px 20px; border-top-width:3px; }
  .rfq-v8-progress-head { margin-bottom:0; }
  .rfq-v8-progress-track { margin:15px 0 18px; }
  .rfq-v8-progress ol { display:grid; grid-template-columns:repeat(3,1fr); }
  .rfq-v8-progress li,.rfq-v8-progress li:last-child { border:0; border-right:1px solid rgba(255,255,255,.15); }
  .rfq-v8-progress li:last-child { border-right:0; }
  .rfq-v8-progress button { display:block; min-height:72px; padding:8px 9px; }
  .rfq-v8-progress button > span { display:block; margin-bottom:8px; }
  .rfq-v8-progress button strong { display:block; font-size:13px; }
  .rfq-v8-progress button small { display:none; }
  .rfq-v8-progress button[aria-current="step"] strong::after { display:none; }
  .rfq-v8-support { display:none; }

  .rfq-v8-step { min-height:0; padding:34px 20px 28px; }
  .rfq-v8-step legend { gap:12px; }
  .rfq-v8-step legend span { width:34px; height:34px; }
  .rfq-v8-step legend strong { font-size:22px; }
  .rfq-v8-step-note { margin:16px 0 28px; padding-left:0; font-size:13px; }
  .rfq-v8-prefill { margin:0 0 24px; display:grid; gap:5px; }
  .rfq-v8-prefill strong { text-align:left; }
  .rfq-v8-choice-grid { grid-template-columns:1fr; }
  .rfq-v8-choice.is-wide { grid-column:auto; }
  .rfq-v8-choice label { min-height:80px; }
  .rfq-v8-form-grid { grid-template-columns:1fr; gap:22px; margin-top:26px; }
  .rfq-v8-field.is-full { grid-column:auto; }
  .rfq-v8-field textarea { min-height:230px; }
  .rfq-v8-upload > label { grid-template-columns:48px 1fr; min-height:126px; padding:22px 18px; }
  .rfq-v8-file-list { margin-right:18px; margin-left:18px; }
  .rfq-v8-upload-rules { display:grid; gap:6px; }
  .rfq-v8-step-actions,.rfq-v8-submit-row { display:grid; grid-template-columns:1fr; gap:12px; }
  .rfq-v8-step-actions.is-end { display:block; }
  .rfq-v8-next,.rfq-v8-submit { width:100%; min-width:0; }
  .rfq-v8-back { justify-self:start; grid-row:2; }
  .rfq-v8-submit-row .rfq-v8-back { grid-row:2; }

  .rfq-v8-process { padding:76px 19px; }
  .rfq-v8-process-head { gap:20px; }
  .rfq-v8-process-head > p { font-size:15px; }
  .rfq-v8-process-grid { grid-template-columns:1fr; margin-top:40px; }
  .rfq-v8-process-grid li { min-height:160px; }
  .rfq-v8-process-grid li > div { margin-top:38px; }

  .rfq-v8-preparation { padding:76px 19px 82px; }
  .rfq-v8-preparation-grid { grid-template-columns:1fr; gap:12px; }
  .rfq-v8-preparation-grid > a { min-height:360px; }
  .rfq-v8-preparation-grid > a > span { right:22px; bottom:22px; left:22px; }
  .rfq-v8-preparation-grid strong { font-size:20px; }
}

@media (prefers-reduced-motion:reduce) {
  [data-rfq-reveal],.rfq-v8 img,.rfq-v8-progress-track i { transition:none !important; transform:none !important; }
}
