.hs-rfq-bridge {
  --rfq-ink: #eaf1f8;
  --rfq-muted: #9cadbd;
  --rfq-line: rgba(145, 173, 199, .2);
  --rfq-blue: #70b7ff;
  --rfq-green: #36d68a;
  width: min(100%, 980px);
  margin: 0 auto 72px;
  padding: clamp(24px, 5vw, 56px);
  border: 1px solid var(--rfq-line);
  border-radius: 24px;
  color: var(--rfq-ink);
  background: linear-gradient(145deg, rgba(12, 23, 34, .98), rgba(5, 12, 19, .98));
  box-shadow: 0 30px 80px rgba(0, 0, 0, .34);
}
.hs-rfq-bridge *, .hs-rfq-checkout-upload * { box-sizing: border-box; }
.hs-rfq-bridge-intro { max-width: 720px; margin-bottom: 26px; }
.hs-rfq-kicker { margin: 0 0 8px; color: var(--rfq-blue); font-size: 11px; font-weight: 800; letter-spacing: .18em; }
.hs-rfq-bridge h2 { margin: 0 0 10px; color: #fff; font-size: clamp(30px, 5vw, 52px); line-height: 1; letter-spacing: -.04em; }
.hs-rfq-bridge h3 { color: #fff; }
.hs-rfq-bridge-intro > p:last-child, .hs-rfq-privacy { color: var(--rfq-muted); }
.hs-rfq-cart-summary { margin: 24px 0; padding: 18px; border: 1px solid var(--rfq-line); border-radius: 16px; background: rgba(255,255,255,.025); }
.hs-rfq-cart-summary > div, .hs-rfq-cart-summary li { display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.hs-rfq-cart-summary h3 { margin: 0; font-size: 18px; }
.hs-rfq-cart-summary a, .hs-rfq-submit-row a, .hs-rfq-success a { color: var(--rfq-blue); }
.hs-rfq-cart-summary ul { margin: 14px 0 0; padding: 0; list-style: none; }
.hs-rfq-cart-summary li { padding: 12px 0; border-top: 1px solid var(--rfq-line); }
.hs-rfq-cart-summary li span { display: grid; }
.hs-rfq-cart-summary li small { color: var(--rfq-muted); }
.hs-rfq-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.hs-rfq-form > label, .hs-rfq-grid label, .hs-rfq-optional > label, .hs-rfq-files {
  display: grid;
  gap: 7px;
  margin: 0 0 16px;
  color: #dce7f1;
  font-size: 13px;
  font-weight: 700;
}
.hs-rfq-form label > span { color: var(--rfq-blue); }
.hs-rfq-form label > small { color: var(--rfq-muted); font-weight: 500; }
.hs-rfq-form input, .hs-rfq-form select, .hs-rfq-form textarea {
  width: 100%;
  min-height: 48px;
  padding: 12px 14px;
  border: 1px solid var(--rfq-line);
  border-radius: 10px;
  color: #fff;
  background: rgba(2, 8, 13, .78);
  box-shadow: none;
}
.hs-rfq-form textarea { min-height: 112px; resize: vertical; }
.hs-rfq-form input:focus, .hs-rfq-form select:focus, .hs-rfq-form textarea:focus { outline: 2px solid var(--rfq-blue); outline-offset: 2px; }
.hs-rfq-quantity { width: min(180px, 100%); }
.hs-rfq-optional { margin: 18px 0; border: 1px solid var(--rfq-line); border-radius: 14px; }
.hs-rfq-optional summary { padding: 16px; color: #fff; cursor: pointer; font-weight: 800; }
.hs-rfq-optional summary small { color: var(--rfq-muted); font-weight: 500; }
.hs-rfq-optional[open] > div, .hs-rfq-optional[open] > label { margin: 0 16px 16px; }
.hs-rfq-files { padding: 18px; border: 1px dashed rgba(112,183,255,.46); border-radius: 14px; background: rgba(112,183,255,.045); }
.hs-rfq-files input { min-height: auto; padding: 10px; }
.hs-rfq-files em { color: var(--rfq-muted); font-size: 11px; font-style: normal; font-weight: 500; }
.hs-rfq-form-status { padding: 12px 14px; border: 1px solid rgba(112,183,255,.35); border-radius: 10px; color: #dcecff; background: rgba(112,183,255,.08); }
.hs-rfq-form-status.is-error { border-color: rgba(255,100,100,.48); color: #ffd4d4; background: rgba(160,20,20,.15); }
.hs-rfq-submit-row { display: flex; align-items: center; gap: 18px; margin-top: 20px; }
.hs-rfq-submit-row button {
  min-height: 50px;
  padding: 0 22px;
  border: 0;
  border-radius: 9px;
  color: #04101a;
  background: linear-gradient(135deg, #f5f9ff, #a8d4ff);
  font-weight: 900;
  cursor: pointer;
}
.hs-rfq-submit-row button:disabled { cursor: wait; opacity: .62; }
.hs-rfq-submit-row a { font-weight: 800; text-decoration: none; }
.hs-rfq-privacy { margin: 16px 0 0; font-size: 11px; }
.hs-rfq-honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.hs-rfq-success { padding: clamp(22px, 5vw, 48px); text-align: center; }
.hs-rfq-success > span { display: grid; place-items: center; width: 58px; height: 58px; margin: 0 auto 18px; border: 1px solid rgba(54,214,138,.45); border-radius: 50%; color: var(--rfq-green); font-size: 28px; background: rgba(54,214,138,.08); }
.hs-rfq-success h3 { margin: 0 0 10px; font-size: clamp(25px, 4vw, 38px); }
.hs-rfq-success a { display: inline-block; margin-top: 12px; font-weight: 800; }
.hs-rfq-product-whatsapp { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 48px; margin: 10px 0 0 10px; padding: 0 18px; border: 1px solid rgba(54,214,138,.45); border-radius: 7px; color: #a8f2ce !important; background: rgba(18,97,60,.12); font-weight: 800; text-decoration: none !important; }
.hs-rfq-checkout-upload { clear: both; margin: 22px 0; padding: 18px; border: 1px solid rgba(145,173,199,.22); border-radius: 14px; background: rgba(8,18,28,.75); }
.hs-rfq-checkout-upload h3 { margin: 0 0 6px; color: #fff; font-size: 18px; }
.hs-rfq-checkout-upload h3 small, .hs-rfq-checkout-upload p { color: #9cadbd; font-size: 12px; }
.hs-rfq-checkout-upload label { display: block; margin: 12px 0 6px; color: #fff; font-weight: 800; }
.hs-rfq-checkout-upload input[type=file] { width: 100%; padding: 10px; border: 1px dashed rgba(112,183,255,.45); border-radius: 8px; color: #dce7f1; background: rgba(0,0,0,.16); }
.hs-rfq-upload-status.is-ready { color: #8de6ba; }
.hs-rfq-upload-status.is-error { color: #ffb7b7; }
.hs-rfq-upload-status.is-loading { color: #a8d4ff; }
.hs-rfq-order-details { margin: 24px 0; }
@media (max-width: 720px) {
  .hs-rfq-bridge { margin-bottom: 40px; padding: 22px 16px; border-radius: 16px; }
  .hs-rfq-grid { grid-template-columns: 1fr; gap: 0; }
  .hs-rfq-submit-row { align-items: stretch; flex-direction: column; }
  .hs-rfq-submit-row button { width: 100%; }
  .hs-rfq-product-whatsapp { width: 100%; margin: 10px 0 0; }
  .hs-rfq-cart-summary li { align-items: flex-start; }
  body.hs-rfq-form-surface .hs-commerce-whatsapp { position: static; width: auto; margin: 18px 16px; transform: none; }
}
@media (prefers-reduced-motion: reduce) {
  .hs-rfq-bridge *, .hs-rfq-checkout-upload * { scroll-behavior: auto !important; transition: none !important; }
}
