.thumb-btn{border:2px solid #fff0;border-radius:12px;overflow:hidden;cursor:pointer;transition:border-color 0.2s,box-shadow 0.2s}.thumb-btn.active,.thumb-btn:hover{border-color:var(--rh-primary);box-shadow:0 0 0 2px rgb(13 59 46 / .12)}.size-opt{display:flex;align-items:center;justify-content:center;padding:10px 20px;border:1.5px solid rgb(214 209 198 / .4);border-radius:12px;font-size:14px;font-weight:700;color:var(--rh-primary);cursor:pointer;transition:all 0.2s;font-family:var(--rh-font-sans)}.size-opt:hover{border-color:var(--rh-primary);background:rgb(13 59 46 / .03)}.size-opt.selected{border-color:var(--rh-primary);background:var(--rh-primary);color:#fff}.spec-row{display:flex;padding:12px 0;border-bottom:1px solid rgb(214 209 198 / .12)}.spec-row:last-child{border-bottom:none}.spec-label{width:40%;font-size:12px;font-weight:600;color:var(--rh-text-muted);text-transform:uppercase;letter-spacing:.05em}.spec-value{width:60%;font-size:13px;font-weight:600;color:var(--rh-primary)}.tab-btn{padding:12px 0;font-size:13px;font-weight:700;color:var(--rh-text-muted);border-bottom:2px solid #fff0;cursor:pointer;transition:all 0.2s;white-space:nowrap;font-family:var(--rh-font-sans)}.tab-btn:hover{color:var(--rh-primary)}.tab-btn.active{color:var(--rh-primary);border-bottom-color:var(--rh-primary)}.tab-panel{display:none}.tab-panel.active{display:block}.calc-range{-webkit-appearance:none;appearance:none;width:100%;height:6px;border-radius:3px;background:linear-gradient(to right,var(--rh-primary) var(--pct,50%),var(--rh-border) var(--pct,50%));outline:none}.calc-range::-webkit-slider-thumb{-webkit-appearance:none;width:22px;height:22px;border-radius:50%;background:var(--rh-primary);cursor:pointer;border:4px solid #fff;box-shadow:0 2px 8px rgb(0 0 0 / .15)}.calc-range::-moz-range-thumb{width:22px;height:22px;border-radius:50%;background:var(--rh-primary);cursor:pointer;border:4px solid #fff;box-shadow:0 2px 8px rgb(0 0 0 / .15)}.coa-doc{display:flex;align-items:center;gap:14px;padding:16px;background:#fff;border-radius:14px;border:1px solid rgb(214 209 198 / .2);transition:all 0.2s;cursor:pointer}.coa-doc:hover{border-color:var(--rh-primary);box-shadow:0 4px 16px rgb(0 0 0 / .06)}.quote-overlay{position:fixed;inset:0;z-index:90;background:rgb(0 0 0 / .45);backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);display:none;align-items:center;justify-content:center;padding:1.5rem}.quote-overlay.open{display:flex}.quote-modal{background:#fff;border-radius:1.5rem;width:100%;max-width:560px;max-height:90vh;overflow-y:auto;box-shadow:0 32px 80px rgb(0 0 0 / .18);animation:quoteIn .3s cubic-bezier(.16,1,.3,1)}@keyframes quoteIn{from{opacity:0;transform:translateY(24px) scale(.97)}to{opacity:1;transform:translateY(0) scale(1)}}.quote-modal::-webkit-scrollbar{width:4px}.quote-modal::-webkit-scrollbar-thumb{background:var(--rh-border-strong);border-radius:2px}.quote-header{display:flex;align-items:flex-start;justify-content:space-between;padding:1.5rem 1.5rem 0;gap:1rem}.quote-close{width:32px;height:32px;border-radius:50%;border:1px solid rgb(214 209 198 / .3);background:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;color:var(--rh-text-muted);transition:all .15s;flex-shrink:0}.quote-close:hover{background:var(--rh-primary);color:#fff;border-color:var(--rh-primary)}.quote-product{display:flex;align-items:center;gap:14px;margin:1rem 1.5rem;padding:14px;background:var(--rh-surface-alt);border-radius:14px}.quote-product img{width:56px;height:56px;border-radius:10px;object-fit:cover}.quote-product-info h4{font-size:14px;font-weight:700;color:var(--rh-primary);margin:0 0 2px;font-family:var(--rh-font-sans)}.quote-product-info span{font-size:11px;color:var(--rh-text-muted)}.quote-product-info #quoteProductMeta{display:none!important}.quote-form{padding:0 1.5rem 1.5rem}.quote-form label{display:block;font-size:11px;font-weight:700;color:var(--rh-primary);text-transform:uppercase;letter-spacing:.05em;margin-bottom:6px;font-family:var(--rh-font-sans)}.quote-form input,.quote-form select,.quote-form textarea{width:100%;padding:10px 14px;border:1.5px solid rgb(214 209 198 / .4);border-radius:10px;font-size:13px;color:var(--rh-primary);background:#fff;transition:border-color .2s;font-family:Inter,sans-serif;outline:none}.quote-form input:focus,.quote-form select:focus,.quote-form textarea:focus{border-color:var(--rh-primary);box-shadow:0 0 0 3px rgb(13 59 46 / .08)}.quote-form input::placeholder,.quote-form textarea::placeholder{color:var(--rh-border-strong)}.quote-form select{appearance:none;background:#fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='%23404848'%3E%3Cpath d='M7 10l5 5 5-5z'/%3E%3C/svg%3E") no-repeat right 12px center;cursor:pointer}.quote-form .field{margin-bottom:16px}.quote-form .row{display:grid;grid-template-columns:1fr 1fr;gap:12px}@media(max-width:480px){.quote-form .row{grid-template-columns:1fr}}.quote-submit{width:100%;padding:14px;border:none;border-radius:12px;background:linear-gradient(135deg,var(--rh-accent-dark),var(--rh-primary-light));color:#fff;font-size:14px;font-weight:700;cursor:pointer;transition:opacity .2s;font-family:Inter,sans-serif;display:flex;align-items:center;justify-content:center;gap:8px}.quote-submit:hover{opacity:.9}.quote-submit:active{transform:scale(.98)}.quote-success{display:none;text-align:center;padding:3rem 2rem}.quote-success.show{display:block}.quote-success .check-circle{width:64px;height:64px;border-radius:50%;background:#eff6ff;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem}.quote-success .check-circle .inn-icon{font-size:32px;color:var(--rh-accent-dark)}.quote-success h3{font-size:18px;font-weight:800;color:var(--rh-primary);margin-bottom:8px;font-family:var(--rh-font-sans)}.quote-success p{font-size:13px;color:var(--rh-text-muted);line-height:1.6}.quote-divider{display:flex;align-items:center;gap:12px;margin:4px 0 16px;color:var(--rh-border-strong);font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.08em}.quote-divider::before,.quote-divider::after{content:'';flex:1;height:1px;background:rgb(214 209 198 / .2)}