.nav-cart-count{display:inline-grid;place-items:center;min-width:22px;height:22px;margin-left:8px;padding:0 6px;border-radius:999px;background:#fff;color:var(--orange);font-size:11px}
.quote-overview-card{position:relative;overflow:hidden;padding:28px;border:1px solid rgba(255,255,255,.16);border-radius:18px;background:#fff;color:var(--ink);box-shadow:0 18px 48px rgba(0,0,0,.22)}
.quote-overview-card::before{content:"";position:absolute;right:-70px;top:-70px;width:190px;height:190px;border:42px solid rgba(227,111,19,.07);border-radius:50%}
.quote-overview-head{position:relative;display:flex;align-items:center;justify-content:space-between;gap:16px;padding-bottom:18px;border-bottom:1px solid var(--line);font-size:13px;font-weight:800;text-transform:uppercase;letter-spacing:.06em}
.quote-overview-head strong{color:var(--orange)}
.quote-overview-card>.btn{position:relative;width:100%;margin-top:18px}
.quote-overview-empty{position:relative;display:flex;align-items:center;gap:14px;min-height:130px;color:var(--muted)}
.quote-overview-empty>span{width:44px;height:44px;flex:0 0 44px;display:grid;place-items:center;border-radius:50%;background:#fff0e4;color:var(--orange);font-size:25px}
.quote-overview-empty p{margin:0;font-size:13px}
.quote-overview-list{position:relative;margin:12px 0 0;padding:0;list-style:none}
.quote-overview-list li{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:11px 0;border-bottom:1px solid var(--line);font-size:13px;font-weight:700}
.quote-overview-list small{color:var(--muted);font-size:11px;font-weight:500;text-align:right}
.quote-overview-more{margin:10px 0 0;color:var(--orange);font-size:11px;font-weight:800;text-transform:uppercase}

.floating-quote-cart{position:fixed;right:94px;bottom:24px;z-index:89;display:flex;align-items:center;gap:11px;min-width:224px;height:58px;padding:0 15px;border:0;border-radius:12px;background:#242b2d;color:#fff;box-shadow:0 14px 34px rgba(17,21,22,.34);cursor:pointer;transition:transform .2s ease,background .2s ease}
.floating-quote-cart:hover{transform:translateY(-3px);background:#343d40}
.floating-quote-icon{width:34px;height:34px;display:grid;place-items:center;border-radius:9px;background:var(--orange);font-size:20px}
.floating-quote-cart>span:nth-child(2){display:grid;text-align:left;line-height:1.15}
.floating-quote-cart small{color:#bec5c7;font-size:9px;letter-spacing:.09em}
.floating-quote-cart strong{font-size:14px}
.floating-quote-arrow{margin-left:auto;color:#ff9a49;font-size:19px}
.quote-live{position:fixed;left:50%;bottom:24px;z-index:150;max-width:min(520px,calc(100% - 30px));transform:translate(-50%,120px);padding:12px 18px;border-radius:9px;background:#fff;color:var(--ink);box-shadow:0 14px 42px rgba(0,0,0,.22);font-size:13px;font-weight:700;transition:transform .22s ease;pointer-events:none}
.quote-live:not(:empty){transform:translate(-50%,0)}

body.quote-modal-open{overflow:hidden}
.quote-modal{position:fixed;inset:0;z-index:140;display:grid;place-items:center;padding:24px}
.quote-modal[hidden]{display:none}
.quote-modal-backdrop{position:absolute;inset:0;width:100%;height:100%;border:0;background:rgba(11,14,15,.78);backdrop-filter:blur(6px);cursor:default}
.quote-dialog{position:relative;width:min(980px,100%);max-height:min(92vh,900px);display:flex;flex-direction:column;overflow:hidden;border-radius:20px;background:#f8f7f4;color:var(--ink);box-shadow:0 30px 90px rgba(0,0,0,.35);animation:quote-dialog-in .25s ease both}
@keyframes quote-dialog-in{from{opacity:0;transform:translateY(22px) scale(.98)}to{opacity:1;transform:none}}
.quote-dialog-header{flex:0 0 auto;display:flex;align-items:center;justify-content:space-between;gap:20px;padding:20px 26px;background:#252c2e;color:#fff}
.quote-dialog-kicker{display:block;margin-bottom:2px;color:#ff9a49;font-size:9px;font-weight:800;letter-spacing:.15em}
.quote-dialog-header h2{margin:0;font:700 32px/1 "Barlow Condensed","Arial Narrow",sans-serif;text-transform:uppercase}
.quote-close{width:42px;height:42px;display:grid;place-items:center;border:1px solid rgba(255,255,255,.2);border-radius:50%;background:rgba(255,255,255,.07);color:#fff;font-size:29px;line-height:1;cursor:pointer}
.quote-close:hover{background:var(--orange)}
.quote-steps{flex:0 0 auto;display:flex;align-items:center;justify-content:center;gap:13px;padding:12px 24px;border-bottom:1px solid var(--line);background:#fff}
.quote-steps button{display:flex;align-items:center;gap:8px;border:0;background:transparent;color:#8a9092;font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.04em;cursor:pointer}
.quote-steps button span{width:25px;height:25px;display:grid;place-items:center;border-radius:50%;background:#eeeae4;color:#788083}
.quote-steps button.is-active{color:var(--ink)}
.quote-steps button.is-active span{background:var(--orange);color:#fff}
.quote-steps i{width:52px;height:1px;background:#d9d4cb}
.quote-dialog-scroll{min-height:0;overflow:auto;overscroll-behavior:contain}
.quote-panel{padding:24px 26px 26px}
.quote-panel[hidden]{display:none}
.quote-panel-heading{display:flex;align-items:start;justify-content:space-between;gap:24px;margin-bottom:18px}
.quote-panel-heading h3{margin:0 0 4px;font-size:22px}
.quote-panel-heading p{margin:0;color:var(--muted);font-size:12px}
.quote-panel-heading>strong{flex:0 0 auto;padding:7px 10px;border-radius:999px;background:#fff0e4;color:var(--orange);font-size:11px;text-transform:uppercase}
.quote-item-list{display:grid;gap:10px}
.quote-item{position:relative;display:grid;grid-template-columns:minmax(190px,1.3fr) 110px 115px minmax(180px,1fr) 34px;gap:10px;align-items:end;padding:14px;border:1px solid #e2ded7;border-radius:12px;background:#fff}
.quote-item-title{align-self:center;min-width:0}
.quote-item-title span{display:block;overflow:hidden;color:var(--orange);font-size:9px;font-weight:800;text-overflow:ellipsis;text-transform:uppercase;letter-spacing:.07em;white-space:nowrap}
.quote-item-title h4{margin:3px 0 0;font-size:15px;line-height:1.25}
.quote-item label,.quote-contact-form>label,.quote-form-grid>label{display:grid;gap:5px;color:#565e61;font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.04em}
.quote-item input,.quote-item select,.quote-contact-form input,.quote-contact-form select,.quote-contact-form textarea{width:100%;min-height:42px;padding:9px 10px;border:1px solid #d8d5ce;border-radius:8px;background:#fbfbfa;color:var(--ink);outline:none;font:500 13px/1.3 'Inter',Segoe UI,sans-serif;text-transform:none;letter-spacing:0}
.quote-contact-form textarea{resize:vertical}
.quote-item input:focus,.quote-item select:focus,.quote-contact-form input:focus,.quote-contact-form textarea:focus{border-color:var(--orange);box-shadow:0 0 0 3px rgba(227,111,19,.12)}
.quote-item-remove{width:34px;height:42px;border:0;border-radius:8px;background:#f2efea;color:#777f81;font-size:22px;cursor:pointer}
.quote-item-remove:hover{background:#ffe4dd;color:#b3381f}
.quote-empty{padding:45px 20px;border:1px dashed #d3cdc3;border-radius:14px;background:#fff;text-align:center}
.quote-empty[hidden]{display:none}
.quote-empty>span{width:48px;height:48px;display:grid;place-items:center;margin:0 auto 10px;border-radius:50%;background:#fff0e4;color:var(--orange);font-size:27px}
.quote-empty h3{margin:0}.quote-empty p{margin:5px 0 0;color:var(--muted);font-size:13px}
.quote-panel-actions{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:20px;padding-top:18px;border-top:1px solid var(--line)}
.quote-secondary{border-color:#c9c5bd;background:#fff;color:var(--ink)}
.quote-secondary:hover{border-color:#99938b;background:#f8f6f2}
.quote-panel-actions .btn:disabled{opacity:.45;cursor:not-allowed;transform:none}

.quote-contact-form{display:grid;gap:16px}
.quote-contact-form[hidden]{display:none}
.quote-form-grid{display:grid;gap:12px}
.quote-form-grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}
.quote-form-grid-2{grid-template-columns:repeat(2,minmax(0,1fr))}
.quote-choice-group{display:flex;align-items:stretch;gap:8px;margin:0;padding:0;border:0}
.quote-choice-group legend{width:100%;margin:0 0 7px;color:#565e61;font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.04em}
.quote-choice-group label{position:relative;flex:1;cursor:pointer}
.quote-choice-group input{position:absolute;opacity:0;pointer-events:none}
.quote-choice-group label>span{min-height:42px;display:grid;place-items:center;padding:8px 12px;border:1px solid #d8d5ce;border-radius:8px;background:#fff;color:#50585b;font-size:11px;font-weight:700;text-align:center}
.quote-choice-group input:checked+span{border-color:var(--orange);background:#fff0e4;color:#a94809;box-shadow:0 0 0 1px var(--orange)}
.quote-delivery-choice{display:grid;grid-template-columns:repeat(3,1fr)}
.quote-delivery-choice legend{grid-column:1/-1}
.quote-delivery-fields{display:grid;gap:14px;padding:18px;border:1px solid #e7c6ab;border-radius:14px;background:#fff9f4}
.quote-delivery-fields[hidden]{display:none}
.quote-delivery-title span{color:var(--orange);font-size:9px;font-weight:800;letter-spacing:.12em}
.quote-delivery-title h3{margin:2px 0 0;font-size:18px}
.quote-access-choice{display:grid;grid-template-columns:repeat(3,1fr)}
.quote-access-choice legend{grid-column:1/-1}
.quote-checkbox-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:9px}
.quote-checkbox-grid label{display:flex;align-items:flex-start;gap:9px;padding:11px;border:1px solid #e2ded7;border-radius:10px;background:#fff;cursor:pointer}
.quote-checkbox-grid input,.quote-privacy input{width:17px;height:17px;min-height:0;flex:0 0 17px;margin:1px 0 0;accent-color:var(--orange)}
.quote-checkbox-grid span{display:grid;gap:2px}.quote-checkbox-grid b{font-size:11px}.quote-checkbox-grid small{color:var(--muted);font-size:9px;line-height:1.35}
.quote-message-label{margin-top:1px}
.quote-privacy{display:flex!important;grid-template-columns:none!important;align-items:flex-start;gap:9px!important;color:var(--muted)!important;font-size:10px!important;font-weight:500!important;line-height:1.45;text-transform:none!important;letter-spacing:0!important;cursor:pointer}
.quote-honeypot{position:absolute!important;left:-10000px!important;width:1px!important;height:1px!important;opacity:0!important}
.quote-submit-note{margin:-7px 0 0;color:var(--muted);font-size:9px;text-align:right}
.quote-success{padding:64px 30px;text-align:center}
.quote-success-icon{width:66px;height:66px;display:grid;place-items:center;margin:0 auto 16px;border-radius:50%;background:#e7f5eb;color:#2f7a49;font-size:31px;font-weight:800}
.quote-success h3{margin:0;font-size:27px}.quote-success p{max-width:520px;margin:10px auto 22px;color:var(--muted)}

@media (max-width:900px){
  .quote-item{grid-template-columns:1fr 100px 105px 34px}.quote-item-note{grid-column:1/4}.quote-item-remove{grid-column:4;grid-row:1/3;align-self:center}
  .quote-form-grid-3{grid-template-columns:1fr 1fr}.quote-form-grid-3 label:first-child{grid-column:1/-1}
}
@media (max-width:700px){
  .floating-quote-cart{right:13px;bottom:13px;min-width:0;width:calc(100% - 84px);height:56px}.floating-quote-cart small{display:none}.floating-call{right:13px;bottom:81px;width:52px;height:52px}
  .quote-modal{padding:0;align-items:end}.quote-dialog{width:100%;max-height:96dvh;border-radius:18px 18px 0 0}.quote-dialog-header{padding:16px 17px}.quote-dialog-header h2{font-size:26px}.quote-steps{padding:9px 12px}.quote-steps i{width:25px}.quote-panel{padding:18px 15px 20px}
  .quote-item{grid-template-columns:1fr 86px 34px}.quote-item-title{grid-column:1/3}.quote-item label:nth-of-type(1){grid-column:1}.quote-item label:nth-of-type(2){grid-column:2}.quote-item-note{grid-column:1/3}.quote-item-remove{grid-column:3;grid-row:1/4;align-self:center}
  .quote-form-grid-3,.quote-form-grid-2{grid-template-columns:1fr}.quote-form-grid-3 label:first-child{grid-column:auto}.quote-delivery-choice,.quote-access-choice{grid-template-columns:1fr}.quote-choice-group legend{grid-column:auto}.quote-checkbox-grid{grid-template-columns:1fr}.quote-panel-actions{display:grid;grid-template-columns:1fr}.quote-panel-actions .btn{width:100%}.quote-secondary{order:2}.quote-submit-note{text-align:left}
  .quote-overview-card{padding:22px}
}
