:root{--PhoneInput-color--focus:#03b2cb;--PhoneInputInternationalIconPhone-opacity:.8;--PhoneInputInternationalIconGlobe-opacity:.65;--PhoneInputCountrySelect-marginRight:.35em;--PhoneInputCountrySelectArrow-width:.3em;--PhoneInputCountrySelectArrow-marginLeft:var(--PhoneInputCountrySelect-marginRight);--PhoneInputCountrySelectArrow-borderWidth:1px;--PhoneInputCountrySelectArrow-opacity:.45;--PhoneInputCountrySelectArrow-color:currentColor;--PhoneInputCountrySelectArrow-color--focus:var(--PhoneInput-color--focus);--PhoneInputCountrySelectArrow-transform:rotate(45deg);--PhoneInputCountryFlag-aspectRatio:1.5;--PhoneInputCountryFlag-height:1em;--PhoneInputCountryFlag-borderWidth:1px;--PhoneInputCountryFlag-borderColor:#00000080;--PhoneInputCountryFlag-borderColor--focus:var(--PhoneInput-color--focus);--PhoneInputCountryFlag-backgroundColor--loading:#0000001a}.PhoneInput{align-items:center;display:flex}.PhoneInputInput{flex:1;min-width:0}.PhoneInputCountryIcon{width:calc(var(--PhoneInputCountryFlag-height) * var(--PhoneInputCountryFlag-aspectRatio));height:var(--PhoneInputCountryFlag-height)}.PhoneInputCountryIcon--square{width:var(--PhoneInputCountryFlag-height)}.PhoneInputCountryIcon--border{background-color:var(--PhoneInputCountryFlag-backgroundColor--loading);box-shadow:0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor), inset 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor)}.PhoneInputCountryIconImg{width:100%;height:100%;display:block}.PhoneInputInternationalIconPhone{opacity:var(--PhoneInputInternationalIconPhone-opacity)}.PhoneInputInternationalIconGlobe{opacity:var(--PhoneInputInternationalIconGlobe-opacity)}.PhoneInputCountry{margin-right:var(--PhoneInputCountrySelect-marginRight);align-self:stretch;align-items:center;display:flex;position:relative}.PhoneInputCountrySelect{z-index:1;opacity:0;cursor:pointer;border:0;width:100%;height:100%;position:absolute;top:0;left:0}.PhoneInputCountrySelect[disabled],.PhoneInputCountrySelect[readonly]{cursor:default}.PhoneInputCountrySelectArrow{content:"";width:var(--PhoneInputCountrySelectArrow-width);height:var(--PhoneInputCountrySelectArrow-width);margin-left:var(--PhoneInputCountrySelectArrow-marginLeft);border-style:solid;border-color:var(--PhoneInputCountrySelectArrow-color);border-top-width:0;border-bottom-width:var(--PhoneInputCountrySelectArrow-borderWidth);border-left-width:0;border-right-width:var(--PhoneInputCountrySelectArrow-borderWidth);transform:var(--PhoneInputCountrySelectArrow-transform);opacity:var(--PhoneInputCountrySelectArrow-opacity);display:block}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon+.PhoneInputCountrySelectArrow{opacity:1;color:var(--PhoneInputCountrySelectArrow-color--focus)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon--border{box-shadow:0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor--focus), inset 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor--focus)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon .PhoneInputInternationalIconGlobe{opacity:1;color:var(--PhoneInputCountrySelectArrow-color--focus)}
.rfq-form{max-width:760px}.rfq-progress{align-items:center;gap:8px;margin-bottom:48px;display:flex;position:relative}.rfq-progress__bar{background:var(--hair-strong);z-index:0;height:1px;position:absolute;top:5px;left:5px;right:5px}.rfq-progress__fill{background:var(--gold);height:100%;transition:width .4s cubic-bezier(.16,1,.3,1)}.rfq-progress__step{z-index:1;font-family:var(--font-mono);font-size:max(12.5px, var(--floor-label));letter-spacing:1px;text-transform:uppercase;color:var(--muted);flex:1;align-items:center;gap:10px;display:flex;position:relative}.rfq-progress__n{background:var(--ink);border:1px solid var(--hair-strong);border-radius:50%;justify-content:center;align-items:center;width:11px;height:11px;font-size:0;display:inline-flex}.rfq-progress__step.is-active{color:var(--gold-bright)}.rfq-progress__step.is-active .rfq-progress__n{background:var(--gold);border-color:var(--gold)}.rfq-grid{grid-template-columns:1fr 1fr;gap:22px;margin-bottom:8px;display:grid}.rfq-field{flex-direction:column;gap:8px;display:flex}.rfq-field--full{grid-column:1/-1}.rfq-field__label{font-family:var(--font-mono);font-size:max(11px, var(--floor-label));letter-spacing:1.5px;text-transform:uppercase;color:var(--muted)}.rfq-field input,.rfq-field select,.rfq-field textarea{background:color-mix(in srgb, var(--gold) 6%, transparent);border:1px solid var(--hair);width:100%;color:var(--text);font:inherit;font-size:max(14.5px, var(--floor-body));border-radius:8px;padding:14px 16px;transition:border-color .25s}.rfq-field input:focus,.rfq-field select:focus,.rfq-field textarea:focus{border-color:var(--gold);outline:none}.rfq-field select{cursor:pointer}.rfq-field__error{font-size:max(12.5px, var(--floor-label));color:var(--destructive)}.rfq-field .PhoneInput{background:color-mix(in srgb, var(--gold) 6%, transparent);border:1px solid var(--hair);border-radius:8px;align-items:center;gap:10px;padding:0 16px;display:flex}.rfq-field .PhoneInput:focus-within{border-color:var(--gold)}.rfq-field .PhoneInputInput{color:var(--text);font:inherit;font-size:max(14.5px, var(--floor-body));background:0 0;border:none;padding:14px 0}.rfq-field .PhoneInputInput:focus{outline:none}.rfq-field .PhoneInputCountrySelect{color:var(--text);background:0 0}.rfq-toggle{gap:10px;display:flex}.rfq-toggle button{border:1px solid var(--hair);color:var(--muted);font:inherit;font-size:max(14px, var(--floor-body));cursor:pointer;background:0 0;border-radius:8px;flex:1;padding:13px 0;transition:border-color .25s,color .25s}.rfq-toggle button.is-active{border-color:var(--gold);color:var(--gold-bright)}.rfq-actions{justify-content:flex-end;gap:14px;margin-top:36px;display:flex}@media (max-width:767px){.rfq-actions{flex-direction:column-reverse;gap:10px}.rfq-actions .tvx-btn{justify-content:center;align-items:center;width:100%;min-height:52px;display:inline-flex}}.rfq-actions .tvx-btn[disabled]{opacity:.6;cursor:progress}.rfq-error{color:var(--destructive);font-size:max(14px, var(--floor-caption));margin-top:20px}.rfq-confirm{max-width:640px}.rfq-confirm h2{font-family:var(--font-heading);margin:16px 0 20px;font-size:clamp(28px,3.4vw,40px);font-weight:600}.rfq-confirm>p{color:var(--muted);font-size:16px;line-height:1.7}.rfq-confirm__next{border-top:1px solid var(--hair);margin:36px 0;padding-top:28px}.rfq-confirm__next ol{color:var(--muted);font-size:max(15px, var(--floor-body));gap:12px;margin-top:18px;padding-left:20px;line-height:1.6;display:grid}@media (max-width:640px){.rfq-grid{grid-template-columns:1fr}.rfq-progress__step span:last-child{display:none}}.rfq-paths{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:18px;display:grid}.rfq-path-card{border:1px solid color-mix(in srgb, var(--text) 12%, transparent);background:color-mix(in srgb, var(--bg-card,var(--bg)) 55%, transparent);text-align:left;cursor:pointer;border-radius:14px;flex-direction:column;gap:10px;padding:28px 26px 24px;transition:border-color .3s,transform .3s;display:flex;position:relative}.rfq-path-card:hover,.rfq-path-card:focus-visible{border-color:var(--gold);transform:translateY(-3px)}.rfq-path-card h3{font-family:var(--font-display);color:var(--text);font-size:19px;font-weight:500}.rfq-path-card p{font-size:max(14px, var(--floor-caption));color:color-mix(in srgb, var(--text) 55%, transparent);line-height:1.6}.rfq-path-card span{color:var(--gold-bright,var(--gold));align-self:flex-end;margin-top:auto;font-size:18px;transition:transform .3s}.rfq-path-card:hover span{transform:translate(5px)}.rfq-path-back{font-size:max(14px, var(--floor-caption));color:color-mix(in srgb, var(--text) 50%, transparent);cursor:pointer;background:0 0;border:none;margin-bottom:26px;padding:0;transition:color .25s}.rfq-path-back:hover{color:var(--gold-bright,var(--gold))}.rfq-preset-note{border:1px solid color-mix(in srgb, var(--gold) 30%, transparent);background:color-mix(in srgb, var(--gold) 6%, transparent);font-size:max(14px, var(--floor-caption));border-radius:10px;margin-bottom:20px;padding:14px 18px;line-height:1.6}.rfq-helper{font-family:var(--font-mono);font-size:max(12.5px, var(--floor-label));letter-spacing:.02em;color:color-mix(in srgb, var(--gold) 80%, transparent);margin-top:18px;line-height:1.8}.rfq-files{flex-direction:column;gap:8px;margin-top:12px;list-style:none;display:flex}.rfq-files li{border:1px solid color-mix(in srgb, var(--text) 10%, transparent);font-size:max(13.5px, var(--floor-caption));border-radius:8px;justify-content:space-between;align-items:center;gap:12px;padding:8px 14px;display:flex}.rfq-files li em{color:color-mix(in srgb, var(--text) 40%, transparent);font-style:normal}.rfq-files li button{color:color-mix(in srgb, var(--text) 50%, transparent);cursor:pointer;background:0 0;border:none;font-size:18px;line-height:1}.rfq-files li button:hover{color:var(--destructive,#e5484d)}.rfq-field input[type=file]{font-size:max(13.5px, var(--floor-body));color:color-mix(in srgb, var(--text) 60%, transparent);padding:10px 0}.rfq-quicklinks{border-top:1px solid color-mix(in srgb, var(--text) 8%, transparent);flex-wrap:wrap;align-items:center;gap:18px;margin-top:40px;padding-top:26px;display:flex}.rfq-quicklinks__label{font-size:max(14px, var(--floor-caption));color:color-mix(in srgb, var(--text) 45%, transparent)}.rfq-quicklinks a{border:1px solid color-mix(in srgb, var(--text) 16%, transparent);font-size:max(14px, var(--floor-body));color:color-mix(in srgb, var(--text) 75%, transparent);border-radius:30px;padding:9px 20px;transition:border-color .3s,color .3s}.rfq-quicklinks a:hover{border-color:var(--gold);color:var(--gold-bright,var(--gold))}.rfq-map{margin-top:var(--space-md)}.rfq-map__frame{border-radius:var(--radius-xl);border:1px solid var(--hairline);background:var(--bg-elev);box-shadow:inset 0 0 0 1px color-mix(in srgb, var(--text) 5%, transparent), 0 18px 44px color-mix(in srgb, var(--bg) 70%, transparent);transition:border-color .45s var(--ease-out), box-shadow .45s var(--ease-out);position:relative;overflow:hidden}.rfq-map__frame:hover,.rfq-map__frame:focus-within{border-color:var(--hairline-gold);box-shadow:inset 0 0 0 1px color-mix(in srgb, var(--gold) 12%, transparent), 0 22px 56px color-mix(in srgb, var(--bg) 78%, transparent)}.rfq-map iframe{filter:grayscale(.85)contrast(.9);width:100%;height:clamp(320px,44vh,520px);transition:filter .45s var(--ease-out);border:0;display:block}.rfq-map__frame:hover iframe,.rfq-map__frame:focus-within iframe{filter:grayscale(.3)contrast(.96)}@media (max-width:700px){.rfq-map__frame{border-radius:var(--radius-lg)}.rfq-map iframe{height:clamp(260px,52vh,380px)}}@media (prefers-reduced-motion:reduce){.rfq-map__frame,.rfq-map iframe{transition:none}}.rfq-map__note{margin-top:var(--space-md);font-size:max(14px, var(--floor-caption));color:color-mix(in srgb, var(--text) 55%, transparent);max-width:60ch;line-height:1.7}.rfq-confirm .crane{max-width:300px;margin-bottom:10px}.rfq-path-card--skeleton{cursor:default;opacity:.55}
