:root{--bg:#0f1115;--bg-alt:#161920;--bg-card:#1c2029;--bg-elevated:#232836;--border:#2b303c;--border-light:#3a4150;--text:#eef0f4;--text-muted:#98a0ad;--accent:#c92d24;--accent-hover:#d63a30;--accent-text:#e75b52;--accent-glow:rgba(201,45,36,.35);--success:#40d573;--warn:#f0b400;--info:#6fb3ff;--max-width:1240px;--radius:12px;--shadow-card:0 4px 16px rgba(0,0,0,.35);--shadow-pop:0 12px 40px rgba(0,0,0,.55)}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background:var(--bg);color:var(--text);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Helvetica Neue,Arial,sans-serif;line-height:1.65;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto}button{font-family:inherit}:focus-visible{outline:2px solid var(--accent);outline-offset:2px;border-radius:4px}.container{max-width:var(--max-width);margin:0 auto;padding:0 20px}.site-header{background:rgba(15,17,21,.92);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom:1px solid var(--border);position:-webkit-sticky;position:sticky;top:0;z-index:100}.site-header:after{content:"";display:block;height:2px;background:linear-gradient(90deg,var(--accent),rgba(230,57,46,.15))}.header-inner{display:flex;align-items:center;gap:28px;padding:0 20px;height:64px;max-width:var(--max-width);margin:0 auto}.logo{font-size:1.45rem;font-weight:800;letter-spacing:-.5px;white-space:nowrap;line-height:1}.logo span{color:var(--accent)}.main-nav{display:flex;align-items:center;gap:4px;font-size:.93rem;font-weight:500}.main-nav>a{color:var(--text-muted);padding:8px 12px;border-radius:8px;transition:color .15s,background .15s}.main-nav>a:hover{color:var(--text);background:var(--bg-card)}.dropdown{position:relative}.dropdown-toggle{display:inline-flex;align-items:center;gap:7px;background:none;border:none;color:var(--text-muted);font-size:.93rem;font-weight:500;padding:8px 12px;border-radius:8px;cursor:pointer;transition:color .15s,background .15s}.dropdown-toggle.open,.dropdown-toggle:hover{color:var(--text);background:var(--bg-card)}.dropdown-toggle svg{transition:transform .18s}.dropdown-toggle.open svg{transform:rotate(180deg)}.dropdown-menu{position:absolute;top:calc(100% + 10px);left:0;min-width:250px;background:var(--bg-elevated);border:1px solid var(--border-light);border-radius:var(--radius);box-shadow:var(--shadow-pop);padding:8px;display:flex;flex-direction:column;animation:dropIn .16s ease-out}@keyframes dropIn{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.dropdown-menu a{padding:10px 14px;border-radius:8px;color:var(--text-muted);font-size:.92rem;transition:background .12s,color .12s}.dropdown-menu a:hover{background:var(--bg-card);color:var(--text)}.dropdown-menu .dropdown-all{margin-top:6px;border-top:1px solid var(--border);border-radius:0 0 8px 8px;color:var(--accent);font-weight:600}.header-search{margin-left:auto;display:flex;gap:8px}.header-search input{background:var(--bg-card);border:1px solid var(--border);border-radius:8px;color:var(--text);padding:9px 14px;font-size:.9rem;width:190px;transition:border-color .15s,width .2s}.header-search input:focus{outline:none;border-color:var(--accent);width:230px}.burger{display:none;margin-left:auto;width:44px;height:44px;background:var(--bg-card);border:1px solid var(--border);border-radius:10px;cursor:pointer;flex-direction:column;align-items:center;justify-content:center;gap:5px}.burger span{display:block;width:20px;height:2px;background:var(--text);border-radius:2px;transition:transform .2s,opacity .2s}.burger.open span:first-child{transform:translateY(7px) rotate(45deg)}.burger.open span:nth-child(2){opacity:0}.burger.open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.mobile-menu{display:none;position:absolute;top:100%;left:0;right:0;height:calc(100dvh - 66px);background:var(--bg);border-top:1px solid var(--border);padding:20px 20px 48px;overflow-y:auto;z-index:99;animation:dropIn .18s ease-out}@supports not (height:100dvh){.mobile-menu{height:calc(100vh - 66px)}}.mobile-search{display:flex;gap:8px;margin-bottom:22px}.mobile-search input{flex:1 1;background:var(--bg-card);border:1px solid var(--border);border-radius:8px;color:var(--text);padding:12px 14px;font-size:1rem}.mobile-search input:focus{outline:none;border-color:var(--accent)}.mobile-menu-label{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:1.2px;color:var(--text-muted);margin:18px 0 8px}.mobile-menu-links{display:flex;flex-direction:column}.mobile-menu-links a{padding:13px 12px;border-radius:10px;font-size:1.02rem;font-weight:500;color:var(--text);border-bottom:1px solid var(--border)}.mobile-menu-links a:last-child{border-bottom:none}.mobile-menu-links a:active{background:var(--bg-card)}@media (max-width:920px){.header-search,.main-nav{display:none}.burger{display:flex}.mobile-menu{display:block}}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;background:linear-gradient(180deg,var(--accent-hover),var(--accent));color:#fff;font-weight:650;padding:12px 26px;border-radius:10px;border:none;cursor:pointer;font-size:.98rem;transition:transform .15s,box-shadow .15s,filter .15s;box-shadow:0 2px 10px rgba(230,57,46,.25);min-height:44px;touch-action:manipulation}.btn:hover{filter:none;transform:translateY(-1px);box-shadow:0 4px 18px var(--accent-glow)}.btn:active{transform:translateY(0)}.btn:disabled{cursor:wait;opacity:.7;transform:none;filter:none}.btn-outline{background:transparent;border:1px solid var(--border-light);color:var(--text);box-shadow:none}.btn-outline:hover{background:var(--bg-card);border-color:var(--accent);box-shadow:none}.btn-sm{padding:8px 16px;font-size:.85rem;border-radius:8px;min-height:44px}.hero{position:relative;overflow:hidden;background:radial-gradient(ellipse 800px 420px at 50% -10%,rgba(230,57,46,.14),transparent 65%),linear-gradient(180deg,var(--bg-alt) 0,var(--bg) 100%);border-bottom:1px solid var(--border);padding:88px 20px 76px;text-align:center}.hero:before{content:"";position:absolute;inset:0;background-image:linear-gradient(hsla(0,0%,100%,.025) 1px,transparent 0),linear-gradient(90deg,hsla(0,0%,100%,.025) 1px,transparent 0);background-size:44px 44px;mask-image:radial-gradient(ellipse 70% 70% at 50% 30%,#000,transparent);-webkit-mask-image:radial-gradient(ellipse 70% 70% at 50% 30%,#000,transparent);pointer-events:none}.hero>*{position:relative}.hero-kicker{display:inline-block;font-size:.78rem;font-weight:700;text-transform:uppercase;letter-spacing:2px;color:var(--accent);border:1px solid rgba(230,57,46,.4);background:rgba(230,57,46,.08);border-radius:999px;padding:6px 16px;margin-bottom:22px}.hero h1{font-size:clamp(2.1rem,5vw,3.4rem);font-weight:800;line-height:1.12;letter-spacing:-1px;max-width:840px;margin:0 auto 20px}.hero h1 em{color:var(--accent);font-style:normal}.hero p{color:var(--text-muted);font-size:1.14rem;max-width:620px;margin:0 auto 32px}.hero-actions{gap:14px}.hero-actions,.trust-bar{display:flex;justify-content:center;flex-wrap:wrap}.trust-bar{gap:12px 44px;padding:18px 20px;background:var(--bg-alt);border-bottom:1px solid var(--border);font-size:.9rem;color:var(--text-muted)}.trust-bar span{display:inline-flex;align-items:center;gap:8px}.trust-bar span:before{content:"";width:6px;height:6px;border-radius:50%;background:var(--accent);flex-shrink:0}.trust-bar strong{color:var(--text)}.trust-proof.section{padding:54px 20px 12px}.trust-proof-heading{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(360px,.9fr);grid-gap:34px;gap:34px;align-items:end;margin-bottom:22px}.trust-proof-eyebrow{display:block;margin-bottom:8px;color:var(--accent-hover);font-size:.72rem;font-weight:800;letter-spacing:1.7px;text-transform:uppercase}.trust-proof-heading h2{max-width:620px;font-size:clamp(1.85rem,3.5vw,2.65rem);font-weight:800;line-height:1.08;letter-spacing:-1px}.trust-proof-heading>div:first-child>p{max-width:650px;margin-top:12px;color:var(--text-muted)}.business-identity-plate{position:relative;display:grid;grid-template-columns:56px minmax(0,1fr);grid-gap:12px 15px;gap:12px 15px;align-items:center;overflow:hidden;padding:18px;background:linear-gradient(90deg,rgba(230,57,46,.09),transparent 38%),#191c23;border:1px solid var(--border-light);border-left:4px solid var(--accent);border-radius:4px 12px 12px 4px;box-shadow:var(--shadow-card)}.business-identity-plate:after{content:"BUSINESS ID";position:absolute;top:7px;right:9px;color:hsla(0,0%,100%,.13);font-size:.57rem;font-weight:800;letter-spacing:1.3px}.business-identity-mark{width:56px;height:56px;display:inline-flex;align-items:center;justify-content:center;color:#fff;background:var(--accent);border-radius:8px;font-size:1.05rem;font-weight:850;letter-spacing:-.5px;box-shadow:0 7px 20px rgba(230,57,46,.24)}.business-identity-plate>div{min-width:0;display:flex;flex-direction:column}.business-identity-plate>div>span{color:var(--text-muted);font-size:.66rem;font-weight:700;letter-spacing:.8px;text-transform:uppercase}.business-identity-plate strong{margin:2px 0 3px;font-size:1rem;line-height:1.25}.business-identity-plate small{color:#c5cad3;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:.71rem;letter-spacing:.25px}.business-identity-plate>a{grid-column:2;width:max-content;color:var(--accent-hover);font-size:.72rem;font-weight:700}.business-identity-plate>a:hover{text-decoration:underline}.trust-proof-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-gap:10px;gap:10px}.trust-proof-card{min-width:0;padding:20px;background:var(--bg-card);border:1px solid var(--border);border-radius:10px;transition:border-color .18s,transform .18s}.trust-proof-card:hover{border-color:var(--border-light);transform:translateY(-2px)}.trust-proof-card-top{display:flex;align-items:center;gap:9px;margin-bottom:17px}.trust-proof-icon{width:34px;height:34px;flex:0 0 34px;display:inline-flex;align-items:center;justify-content:center;color:var(--accent-hover);background:rgba(230,57,46,.08);border:1px solid rgba(230,57,46,.25);border-radius:8px}.trust-proof-icon svg{width:19px;height:19px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.trust-proof-label{color:var(--text-muted);font-size:.65rem;font-weight:750;letter-spacing:.75px;text-transform:uppercase}.trust-proof-card h3{margin-bottom:7px;font-size:1rem;line-height:1.25}.trust-proof-card p{min-height:4.2em;margin-bottom:13px;color:var(--text-muted);font-size:.8rem;line-height:1.55;overflow-wrap:anywhere}.trust-proof-card>a{color:#d5d8df;font-size:.74rem;font-weight:700}.trust-proof-card>a:hover{color:var(--accent-hover)}.trust-proof-footnote{margin-top:12px;color:#747c89;font-size:.72rem;line-height:1.5}.trust-proof-footnote a{color:#aeb4be;text-decoration:underline}@media (max-width:900px){.trust-proof-heading{grid-template-columns:1fr;align-items:start}.trust-proof-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:560px){.trust-proof.section{padding:42px 20px 12px}.trust-proof-grid{grid-template-columns:1fr}.business-identity-plate{grid-template-columns:48px minmax(0,1fr);padding:15px}.business-identity-mark{width:48px;height:48px}.trust-proof-card p{min-height:0}}.section{padding:64px 0}.section.container{padding-right:20px;padding-left:20px}.section-title{font-size:1.85rem;font-weight:750;letter-spacing:-.5px;margin-bottom:8px}.section-sub{color:var(--text-muted);margin-bottom:34px;max-width:720px}.grid{display:grid;grid-gap:22px;gap:22px;grid-template-columns:repeat(auto-fill,minmax(265px,1fr))}.card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;display:flex;flex-direction:column;transition:border-color .18s,transform .18s,box-shadow .18s;box-shadow:var(--shadow-card)}.card:hover{border-color:var(--border-light);transform:translateY(-4px);box-shadow:var(--shadow-pop)}.card-img{background:#fff;aspect-ratio:4/3;display:flex;align-items:center;justify-content:center;overflow:hidden}.card-img img{object-fit:contain;width:100%;height:100%;transition:transform .3s ease}.card:hover .card-img img{transform:scale(1.045)}.card-body{padding:18px;display:flex;flex-direction:column;gap:8px;flex:1 1}.card-badges{display:flex;flex-wrap:wrap;gap:6px}.card-title{font-size:1rem;font-weight:650;line-height:1.35}.card-title a:hover{color:var(--accent-hover)}.card-sub{color:var(--text-muted);font-size:.82rem}.card-footer{margin-top:auto;display:flex;align-items:center;justify-content:space-between;gap:8px;padding-top:12px}.price{font-size:1.18rem;font-weight:750;color:var(--text)}.price-compare{text-decoration:line-through;font-size:.84rem;font-weight:400;margin-left:8px}.badge,.price-compare{color:var(--text-muted)}.badge{display:inline-block;font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.6px;padding:3px 9px;border-radius:999px;background:hsla(0,0%,100%,.04);border:1px solid var(--border)}.badge-stock{color:var(--success);border-color:rgba(64,213,115,.35);background:rgba(64,213,115,.07)}.badge-limited{color:#ffd76a;border-color:rgba(240,180,0,.48);background:rgba(240,180,0,.1)}.badge-featured-sale{display:inline-flex;align-items:center;gap:7px;padding:4px 9px;color:#fff;border-color:hsla(0,0%,100%,.2);background:#b91c1c;box-shadow:0 2px 8px rgba(185,28,28,.24);white-space:nowrap}.badge-featured-sale strong{font-size:.72rem;font-weight:850;letter-spacing:.7px}.badge-featured-sale span{padding-left:7px;border-left:1px solid hsla(0,0%,100%,.38);font-size:.62rem;font-weight:700;letter-spacing:.55px}.badge-backorder{color:var(--warn);border-color:rgba(240,180,0,.35);background:rgba(240,180,0,.07)}.badge-ali{color:var(--info);border-color:rgba(111,179,255,.35);background:rgba(111,179,255,.07)}.breadcrumbs{font-size:.85rem;color:var(--text-muted);padding:20px 0 0}.breadcrumbs a:hover{color:var(--text)}.category-hero{padding:34px 0 10px}.category-hero h1{font-size:clamp(1.7rem,3.4vw,2.3rem);font-weight:800;letter-spacing:-.6px;margin-bottom:10px}.category-hero p{color:var(--text-muted);max-width:800px}.toolbar{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin:24px 0;font-size:.9rem}.toolbar-label{font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:.8px}.chip,.toolbar-label{color:var(--text-muted)}.chip{display:inline-block;padding:7px 16px;border-radius:999px;border:1px solid var(--border);background:var(--bg-card);font-size:.85rem;font-weight:500;transition:all .15s}.chip:hover{color:var(--text);border-color:var(--border-light);transform:translateY(-1px)}.chip-active{background:var(--accent);border-color:var(--accent);color:#fff;box-shadow:0 2px 10px var(--accent-glow)}.product-layout{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(0,1fr);grid-gap:44px;gap:44px;padding:32px 0 40px}@media (max-width:860px){.product-layout{grid-template-columns:1fr;gap:28px}}.product-image{background:#fff;border-radius:var(--radius);padding:26px;display:flex;align-items:center;justify-content:center;box-shadow:var(--shadow-card)}.product-info h1{font-size:clamp(1.4rem,2.6vw,1.8rem);font-weight:750;letter-spacing:-.4px;line-height:1.25;margin-bottom:10px}.product-subtitle{color:var(--text-muted);font-size:.95rem;margin-bottom:16px}.product-review-strip{min-height:44px;width:-moz-fit-content;width:fit-content;max-width:100%;display:flex;align-items:center;flex-wrap:wrap;gap:8px;margin:-4px 0 12px;padding:8px 12px;border:1px solid var(--border);border-radius:8px;background:var(--bg-card);color:var(--text);font-size:.78rem;text-decoration:none;transition:border-color .18s ease,background .18s ease}.product-review-strip:hover{border-color:var(--text-muted);background:var(--bg-soft)}.product-review-strip:focus-visible{outline:3px solid color-mix(in srgb,var(--warn) 72%,transparent);outline-offset:3px}.product-review-label{color:var(--text);font-weight:800}.product-review-strip>strong{font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.product-review-strip>span:last-of-type{color:var(--text-muted);text-decoration:underline;text-underline-offset:3px}.product-review-strip>svg{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:1.8}.product-review-stars .review-star,.product-review-stars .review-star-fill svg,.product-review-stars .review-star>svg{width:16px;height:16px}.product-price-row{margin:18px 0;flex-wrap:wrap;padding:16px 18px;background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius)}.product-price-row,.sale-urgency{display:flex;align-items:center;gap:12px}.sale-urgency{margin:-4px 0 14px;padding:12px 14px;background:rgba(240,180,0,.08);border:1px solid rgba(240,180,0,.3);border-left:3px solid var(--warn);border-radius:4px 10px 10px 4px}.sale-urgency-mark{width:9px;height:9px;flex:0 0 9px;border-radius:50%;background:var(--warn);box-shadow:0 0 0 5px rgba(240,180,0,.11)}.sale-urgency-copy{min-width:0;display:flex;flex-direction:column;line-height:1.35}.sale-urgency-copy strong{color:#ffe29a;font-size:.84rem;letter-spacing:.1px}.sale-urgency-copy>span{color:var(--text-muted);font-size:.8rem}.product-price{font-size:2rem;font-weight:800;letter-spacing:-.5px}.product-meta{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:16px}.product-desc{color:var(--text-muted);margin-bottom:24px}.product-actions{display:flex;gap:12px;flex-wrap:wrap;margin-bottom:20px}.product-actions .btn{min-width:150px}.product-buy-primary{position:relative;overflow:hidden;background:linear-gradient(180deg,#dc2626,#b91c1c);border:1px solid hsla(0,0%,100%,.14);box-shadow:0 5px 18px rgba(185,28,28,.38),inset 0 1px 0 hsla(0,0%,100%,.2);color:#fff;font-weight:800}.product-buy-primary:hover{background:linear-gradient(180deg,#e02d2d,#c51f1f);box-shadow:0 8px 24px rgba(185,28,28,.48),inset 0 1px 0 hsla(0,0%,100%,.22)}.mobile-purchase-buy.is-loading,.product-buy-primary.is-loading{cursor:wait;opacity:.78;pointer-events:none}.product-cart-secondary{border-color:hsla(0,0%,100%,.22);background:var(--bg-card);font-weight:700}.mobile-purchase-bar{display:none}.buy-now-wrap{display:inline-flex;flex-direction:column;align-items:flex-start;gap:8px}.cart-checkout-error,.checkout-inline-error{color:#ffb4ae;font-size:.8rem;line-height:1.4}.checkout-inline-error{max-width:360px}.spec-table{width:100%;border-collapse:separate;border-spacing:0;font-size:.92rem;margin:16px 0 32px;border:1px solid var(--border);border-radius:var(--radius);overflow:hidden}.spec-table td,.spec-table th{text-align:left;padding:12px 16px;border-bottom:1px solid var(--border)}.spec-table tr:last-child td,.spec-table tr:last-child th{border-bottom:none}.spec-table th{background:var(--bg-alt);color:var(--text-muted);font-weight:600;width:40%;border-right:1px solid var(--border)}.spec-table tr:nth-child(2n) td{background:hsla(0,0%,100%,.015)}.faq-list{display:flex;flex-direction:column;gap:12px;max-width:860px}.faq-item{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius);padding:4px 22px;transition:border-color .15s}.faq-item[open]{border-color:var(--border-light)}.faq-item summary{cursor:pointer;font-weight:600;padding:15px 0;list-style:none;display:flex;align-items:baseline;gap:10px}.faq-item summary::-webkit-details-marker{display:none}.faq-item summary:before{content:"+";color:var(--accent);font-weight:800;font-size:1.1rem;flex-shrink:0}.faq-item[open] summary:before{content:"\2212"}.faq-item p{color:var(--text-muted);padding:0 0 18px 22px}.form{max-width:560px;display:flex;flex-direction:column;gap:16px}.form label{font-weight:600;font-size:.9rem}.form input,.form select,.form textarea{width:100%;background:var(--bg-card);border:1px solid var(--border);border-radius:10px;color:var(--text);padding:12px 15px;font-size:.95rem;font-family:inherit;margin-top:6px;transition:border-color .15s}.form input:focus,.form select:focus,.form textarea:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 3px rgba(230,57,46,.12)}.prose{max-width:780px;color:var(--text-muted)}.prose h1{color:var(--text);font-size:2rem;font-weight:800;letter-spacing:-.5px;margin:36px 0 16px}.prose h2{color:var(--text);font-size:1.3rem;font-weight:700;margin:28px 0 10px}.prose p{margin-bottom:14px}.prose ul{margin:0 0 14px 22px}.prose a{color:var(--accent-hover)}.prose strong{color:var(--text)}.site-footer{background:var(--bg-alt);border-top:1px solid var(--border);margin-top:72px;padding:52px 0 26px;font-size:.9rem}.footer-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));grid-gap:36px;gap:36px;margin-bottom:36px}.footer-grid h3{font-size:.78rem;text-transform:uppercase;letter-spacing:1.4px;color:var(--text);margin-bottom:14px}.footer-grid ul{list-style:none;display:flex;flex-direction:column;gap:9px}.footer-grid a{color:var(--text-muted);transition:color .12s}.footer-grid a:hover{color:var(--text)}.footer-bottom{border-top:1px solid var(--border);padding-top:22px;color:var(--text-muted);font-size:.8rem;display:flex;justify-content:space-between;gap:12px;flex-wrap:wrap}.footer-bottom a:hover{color:var(--text)}.notice{border:1px solid var(--border);border-left:3px solid var(--accent);border-radius:8px;padding:14px 18px;color:var(--text-muted);font-size:.88rem;margin:20px 0}.cart-button,.notice{background:var(--bg-card)}.cart-button{position:relative;border:1px solid var(--border);border-radius:10px;width:44px;height:44px;display:inline-flex;align-items:center;justify-content:center;color:var(--text);cursor:pointer;transition:border-color .15s,color .15s}.cart-button:hover{border-color:var(--accent);color:var(--accent-hover)}.cart-count{position:absolute;top:-6px;right:-6px;background:var(--accent);color:#fff;font-size:.68rem;font-weight:700;min-width:18px;height:18px;padding:0 5px;border-radius:999px;align-items:center;justify-content:center}.cart-count,.header-cart-desktop{display:flex}.header-mobile-actions{display:none;margin-left:auto;align-items:center;gap:10px}@media (max-width:920px){.header-cart-desktop{display:none}.header-mobile-actions{display:flex}.header-mobile-actions .burger{margin-left:0}}.cart-overlay{position:fixed;inset:0;background:rgba(0,0,0,.55);z-index:200;display:flex;justify-content:flex-end;animation:fadeIn .15s ease-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.cart-drawer{width:min(420px,100%);background:var(--bg-alt);border-left:1px solid var(--border);height:100%;display:flex;flex-direction:column;box-shadow:var(--shadow-pop);animation:slideIn .22s ease-out}@keyframes slideIn{0%{transform:translateX(24px);opacity:.6}to{transform:translateX(0);opacity:1}}.cart-head{display:flex;align-items:center;justify-content:space-between;padding:18px 20px;border-bottom:1px solid var(--border)}.cart-head h2{font-size:1.2rem;font-weight:700}.cart-close{background:none;border:none;color:var(--text-muted);font-size:1.1rem;cursor:pointer;padding:4px 8px}.cart-close:hover{color:var(--text)}.cart-empty{align-items:center;justify-content:center;color:var(--text-muted);padding:40px}.cart-empty,.cart-lines{flex:1 1;display:flex;flex-direction:column;gap:16px}.cart-lines{overflow-y:auto;padding:12px 20px}.cart-line{display:flex;gap:12px}.cart-line-img{background:#fff;border-radius:8px;width:72px;height:54px;flex-shrink:0;display:flex;align-items:center;justify-content:center;overflow:hidden}.cart-line-img img{object-fit:contain;width:100%;height:100%}.cart-line-info{flex:1 1;min-width:0}.cart-line-name{font-size:.85rem;font-weight:600;line-height:1.3;display:block;margin-bottom:4px}.cart-line-name:hover{color:var(--accent-hover)}.cart-line-price{color:var(--text-muted);font-size:.85rem;margin-bottom:6px}.cart-qty{display:flex;align-items:center;gap:8px;font-size:.85rem}.cart-qty button{width:26px;height:26px;border:1px solid var(--border);background:var(--bg-card);color:var(--text);border-radius:6px;cursor:pointer;font-size:1rem;line-height:1}.cart-qty button:hover{border-color:var(--accent)}.cart-remove{margin-left:auto;background:none!important;border:none!important;color:var(--text-muted)!important;text-decoration:underline;cursor:pointer;width:auto!important;font-size:.8rem!important}.cart-remove:hover{color:var(--accent)!important}.cart-foot{border-top:1px solid var(--border);padding:18px 20px 22px}.cart-subtotal{display:flex;justify-content:space-between;align-items:baseline;font-size:1.05rem;margin-bottom:6px}.cart-subtotal strong{font-size:1.25rem}.cart-note{color:var(--text-muted);font-size:.8rem;margin-bottom:14px}.cart-promo-note{margin:-6px 0 14px;color:#ffe29a;font-size:.78rem;line-height:1.4}.cart-checkout-error{padding:10px 12px;margin:-4px 0 14px;border:1px solid rgba(230,57,46,.45);border-radius:8px;background:rgba(230,57,46,.1)}.cart-secure{text-align:center;color:var(--text-muted);font-size:.75rem;margin-top:10px}.checkout-success{min-height:65vh;display:grid;place-items:center;padding-top:72px;padding-bottom:72px}.checkout-success-card{width:min(680px,100%);padding:clamp(28px,6vw,52px);border:1px solid var(--border);border-radius:18px;background:var(--bg-card);box-shadow:var(--shadow-pop);text-align:center}.checkout-success-icon{display:inline-grid;place-items:center;width:58px;height:58px;margin-bottom:18px;border-radius:50%;background:rgba(64,213,115,.14);color:var(--success);border:1px solid rgba(64,213,115,.4);font-size:1.7rem;font-weight:800}.checkout-success-icon.is-pending{color:#ffe29a;background:rgba(255,226,154,.1);border-color:rgba(255,226,154,.35)}.checkout-success-eyebrow{margin-bottom:8px;color:var(--accent);font-size:.75rem;font-weight:750;text-transform:uppercase;letter-spacing:.14em}.checkout-success-card h1{margin-bottom:12px}.checkout-success-card>p:not(.checkout-success-eyebrow):not(.checkout-success-help){max-width:540px;margin:0 auto;color:var(--text-muted)}.checkout-success-summary{display:grid;grid-gap:12px;gap:12px;margin:28px 0;padding:16px 18px;border:1px solid var(--border);border-radius:12px;background:var(--bg-alt);text-align:left}.checkout-success-summary span{display:flex;justify-content:space-between;gap:18px}.checkout-success-summary small{color:var(--text-muted)}.checkout-success-summary strong{text-align:right}.checkout-success-actions{display:flex;justify-content:center;gap:12px;flex-wrap:wrap;margin-top:28px}.checkout-success-help{margin-top:22px;color:var(--text-muted);font-size:.82rem}.checkout-success-help a{color:var(--text);text-decoration:underline}.cat-tile{position:relative;padding:4px}.cat-tile .card-body{padding:22px}.cat-tile .card-title{font-size:1.08rem}@media (max-width:640px){.section{padding:44px 0}.hero{padding:60px 20px 52px}.grid{gap:16px;grid-template-columns:repeat(auto-fill,minmax(220px,1fr))}.product-price{font-size:1.6rem}}@media (max-width:860px){body:has(.mobile-purchase-bar){padding-bottom:calc(82px + env(safe-area-inset-bottom))}body:has(.mobile-purchase-bar) .whatsapp-button{display:none}.product-actions{display:none}.mobile-purchase-bar{position:fixed;right:0;bottom:0;left:0;z-index:160;min-height:78px;display:flex;align-items:center;gap:10px;padding:10px max(12px,env(safe-area-inset-right)) max(10px,env(safe-area-inset-bottom)) max(12px,env(safe-area-inset-left));border-top:1px solid hsla(0,0%,100%,.14);background:rgba(15,17,21,.97);box-shadow:0 -14px 36px rgba(0,0,0,.42),inset 0 1px 0 hsla(0,0%,100%,.04);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.mobile-purchase-price{min-width:94px;display:flex;flex-direction:column;line-height:1.12}.mobile-purchase-price>span{color:var(--text-muted);font-size:.62rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase}.mobile-purchase-price strong{margin:3px 0;color:var(--text);font-size:clamp(.92rem,4vw,1.08rem);font-weight:850;letter-spacing:-.03em;white-space:nowrap}.mobile-purchase-price small{color:var(--success);font-size:.65rem;font-weight:750;white-space:nowrap}.mobile-purchase-actions{min-width:0;flex:1 1;display:grid;grid-template-columns:minmax(94px,.92fr) minmax(106px,1.08fr);grid-gap:8px;gap:8px}.mobile-purchase-buy,.mobile-purchase-cart{min-width:0;min-height:52px;display:inline-flex;align-items:center;justify-content:center;gap:5px;padding:8px 10px;border-radius:11px;cursor:pointer;touch-action:manipulation;font-family:inherit;font-size:.78rem;font-weight:800;line-height:1.1;text-align:center;transition:transform .16s ease-out,background-color .16s ease-out,border-color .16s ease-out,box-shadow .16s ease-out}.mobile-purchase-cart{border:1px solid hsla(0,0%,100%,.24);background:var(--bg-elevated);color:var(--text)}.mobile-purchase-cart:hover{border-color:hsla(0,0%,100%,.42);background:#2a3040}.mobile-purchase-buy{border:1px solid hsla(0,0%,100%,.14);background:linear-gradient(180deg,#dc2626,#b91c1c);color:#fff;box-shadow:0 5px 18px rgba(185,28,28,.38),inset 0 1px 0 hsla(0,0%,100%,.2)}.mobile-purchase-buy:hover{background:linear-gradient(180deg,#e02d2d,#c51f1f);box-shadow:0 7px 22px rgba(185,28,28,.46)}.mobile-purchase-buy svg{width:14px;height:14px;flex:0 0 14px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.mobile-purchase-buy:active,.mobile-purchase-cart:active{transform:scale(.98)}.mobile-purchase-buy:focus-visible,.mobile-purchase-cart:focus-visible{outline:3px solid #fff;outline-offset:2px}}@media (max-width:360px){.mobile-purchase-bar{gap:8px;padding-right:8px;padding-left:8px}.mobile-purchase-price{min-width:86px}.mobile-purchase-actions{grid-template-columns:minmax(88px,.9fr) minmax(98px,1.1fr);gap:6px}.mobile-purchase-buy,.mobile-purchase-cart{padding-right:7px;padding-left:7px;font-size:.74rem}}.ai-chat-shell{position:fixed;right:22px;bottom:22px;z-index:180;display:flex;flex-direction:column;align-items:flex-end;gap:12px;pointer-events:none}.ai-chat-launcher,.ai-chat-panel{pointer-events:auto}.ai-chat-launcher{min-height:58px;display:flex;align-items:center;gap:11px;padding:7px 17px 7px 7px;color:#fff;background:#e6392e;border:1px solid hsla(0,0%,100%,.14);border-radius:999px;box-shadow:0 14px 38px rgba(0,0,0,.48),0 0 0 1px rgba(230,57,46,.2);cursor:pointer;touch-action:manipulation;transition:transform .18s ease,background .18s ease,box-shadow .18s ease}.ai-chat-launcher:hover{background:var(--accent-hover);transform:translateY(-2px);box-shadow:0 18px 42px rgba(0,0,0,.54),0 0 24px rgba(230,57,46,.24)}.ai-chat-shell.is-open .ai-chat-launcher{min-width:58px;justify-content:center;padding:7px}.ai-chat-launcher-icon{width:44px;height:44px;flex:0 0 44px;display:inline-flex;align-items:center;justify-content:center;background:rgba(15,17,21,.22);border:1px solid hsla(0,0%,100%,.16);border-radius:50%;font-size:1.65rem;line-height:1}.ai-chat-launcher-label{display:flex;flex-direction:column;align-items:flex-start;line-height:1.2}.ai-chat-launcher-label strong{font-size:.86rem;font-weight:750}.ai-chat-launcher-label small{margin-top:2px;color:hsla(0,0%,100%,.76);font-size:.7rem}.ai-chat-panel{width:min(410px,calc(100vw - 28px));height:min(680px,calc(100dvh - 112px));min-height:470px;overflow:hidden;display:flex;flex-direction:column;background:radial-gradient(circle at 100% 0,rgba(230,57,46,.11),transparent 34%),#161920;border:1px solid #343a47;border-radius:18px;box-shadow:0 24px 72px rgba(0,0,0,.64);transform-origin:bottom right;animation:aiChatEnter .2s ease-out}@keyframes aiChatEnter{0%{opacity:0;transform:translateY(12px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}.ai-chat-header{min-height:70px;display:flex;align-items:center;gap:11px;padding:13px 15px;background:rgba(15,17,21,.74);border-bottom:1px solid var(--border)}.ai-chat-avatar{width:40px;height:40px;flex:0 0 40px;display:flex;align-items:center;justify-content:center;color:#fff;background:var(--accent);border-radius:12px;box-shadow:0 5px 18px rgba(230,57,46,.28)}.ai-chat-header>div:nth-child(2){min-width:0;display:flex;flex:1 1;flex-direction:column;line-height:1.2}.ai-chat-header strong{font-size:.98rem}.ai-chat-header span{display:flex;align-items:center;gap:6px;margin-top:4px;color:var(--text-muted);font-size:.72rem}.ai-chat-header span i{width:7px;height:7px;background:var(--success);border-radius:50%;box-shadow:0 0 0 3px rgba(64,213,115,.11)}.ai-chat-close{width:40px;height:40px;display:flex;align-items:center;justify-content:center;color:var(--text-muted);background:transparent;border:0;border-radius:9px;font-size:1.55rem;line-height:1;cursor:pointer;touch-action:manipulation}.ai-chat-close:hover{color:var(--text);background:var(--bg-card)}.ai-chat-log{flex:1 1;overflow-y:auto;overscroll-behavior:contain;padding:18px 14px 10px;scrollbar-width:thin;scrollbar-color:var(--border-light) transparent}.ai-chat-turn{display:flex;flex-direction:column;align-items:flex-start;margin-bottom:14px}.ai-chat-turn-user{align-items:flex-end}.ai-chat-bubble{max-width:88%;padding:10px 12px;color:#e8eaf0;background:#232836;border:1px solid #303746;border-radius:6px 14px 14px 14px;font-size:.86rem;line-height:1.5;white-space:pre-wrap}.ai-chat-turn-user .ai-chat-bubble{color:#fff;background:#b92c24;border-color:#d43a31;border-radius:14px 6px 14px 14px}.ai-chat-bubble-error{color:#ffd7d4;background:rgba(230,57,46,.09);border-color:rgba(230,57,46,.35)}.ai-chat-quick-replies{max-width:96%;display:flex;flex-wrap:wrap;gap:7px;margin-top:9px}.ai-chat-quick-replies button{min-height:36px;padding:7px 10px;color:#d9dce3;background:hsla(0,0%,100%,.025);border:1px solid #3a4150;border-radius:999px;font-size:.74rem;line-height:1.25;cursor:pointer;touch-action:manipulation;transition:color .15s,border-color .15s,background .15s}.ai-chat-quick-replies button:hover:not(:disabled){color:#fff;background:rgba(230,57,46,.08);border-color:rgba(230,57,46,.7)}.ai-chat-quick-replies button:disabled{opacity:.55;cursor:not-allowed}.ai-chat-products{width:100%;display:flex;flex-direction:column;gap:9px;margin-top:10px}.ai-chat-product{display:grid;grid-template-columns:88px minmax(0,1fr);overflow:hidden;background:#1c2029;border:1px solid #343b49;border-radius:12px;box-shadow:0 4px 16px rgba(0,0,0,.2)}.ai-chat-product-image{min-height:100%;display:flex;align-items:center;justify-content:center;padding:7px;background:#fff}.ai-chat-product-image img{width:100%;height:100%;object-fit:contain}.ai-chat-product-copy{min-width:0;padding:10px}.ai-chat-product-meta{display:flex;flex-wrap:wrap;gap:4px;margin-bottom:5px}.ai-chat-product-meta span{padding:2px 5px;color:#aab1bd;background:hsla(0,0%,100%,.04);border-radius:4px;font-size:.58rem;font-weight:700;letter-spacing:.35px;text-transform:uppercase}.ai-chat-product-name{display:block;color:var(--text);font-size:.78rem;font-weight:700;line-height:1.3}.ai-chat-product-name:hover{color:var(--accent-hover)}.ai-chat-product-copy>p{margin-top:5px;color:var(--text-muted);font-size:.7rem;line-height:1.4}.ai-chat-product-actions{display:flex;align-items:flex-end;justify-content:space-between;gap:8px;margin-top:8px}.ai-chat-product-actions>div{display:flex;flex-direction:column;line-height:1.15}.ai-chat-product-actions strong{font-size:.86rem}.ai-chat-product-actions span{margin-top:2px;color:var(--text-muted);font-size:.64rem;text-decoration:line-through}.ai-chat-product-actions .btn{padding:6px 9px;font-size:.68rem;white-space:nowrap;touch-action:manipulation}.ai-chat-human-link{margin-top:9px;color:var(--accent-hover);font-size:.76rem;font-weight:600}.ai-chat-human-link:hover{text-decoration:underline}.ai-chat-typing{display:flex;align-items:center;gap:4px;padding:12px 14px;background:#232836;border:1px solid #303746;border-radius:6px 14px 14px 14px}.ai-chat-typing span{width:6px;height:6px;background:#858d9a;border-radius:50%;animation:aiChatTyping 1s ease-in-out infinite}.ai-chat-typing span:nth-child(2){animation-delay:.14s}.ai-chat-typing span:nth-child(3){animation-delay:.28s}@keyframes aiChatTyping{0%,60%,to{opacity:.35;transform:translateY(0)}30%{opacity:1;transform:translateY(-3px)}}.ai-chat-composer{padding:10px 12px 11px;background:rgba(15,17,21,.72);border-top:1px solid var(--border)}.ai-chat-composer>div{display:flex;align-items:flex-end;gap:8px;padding:5px 5px 5px 12px;background:#202530;border:1px solid #3a4150;border-radius:13px;transition:border-color .15s,box-shadow .15s}.ai-chat-composer>div:focus-within{border-color:var(--accent);box-shadow:0 0 0 3px rgba(230,57,46,.1)}.ai-chat-composer textarea{min-height:38px;max-height:92px;flex:1 1;resize:none;padding:9px 0 7px;color:var(--text);background:transparent;border:0;outline:0;font:inherit;font-size:.82rem;line-height:1.35}.ai-chat-composer textarea::placeholder{color:#818a98}.ai-chat-composer>div>button{width:38px;height:38px;flex:0 0 38px;display:flex;align-items:center;justify-content:center;color:#fff;background:var(--accent);border:0;border-radius:10px;cursor:pointer;touch-action:manipulation}.ai-chat-composer>div>button:hover:not(:disabled){background:var(--accent-hover)}.ai-chat-composer>div>button:disabled{opacity:.38;cursor:not-allowed}.ai-chat-composer>p{margin-top:6px;color:#747c89;font-size:.61rem;line-height:1.35;text-align:center}.ai-chat-composer>p a{color:#aab1bd;text-decoration:underline}@media (max-height:560px) and (pointer:coarse),(max-width:640px){html.ai-chat-open,html.ai-chat-open body{overflow:hidden;overscroll-behavior:none}.ai-chat-shell{right:max(12px,env(safe-area-inset-right));bottom:max(12px,env(safe-area-inset-bottom))}.ai-chat-shell.is-open{top:var(--ai-chat-viewport-top,0);right:0;bottom:auto;left:0;width:100%;height:var(--ai-chat-viewport-height,100dvh);align-items:stretch;gap:0}.ai-chat-panel{width:100%;height:100%;min-height:0;max-height:none;border:0;border-radius:0;box-shadow:none;transform-origin:bottom center;animation:aiChatMobileEnter .22s ease-out;isolation:isolate}.ai-chat-shell.is-open .ai-chat-launcher{display:none}.ai-chat-launcher{min-height:54px}.ai-chat-launcher-icon{width:40px;height:40px;flex-basis:40px}.ai-chat-launcher-label strong{font-size:.8rem}.ai-chat-header{min-height:64px;flex:0 0 auto;padding:max(10px,env(safe-area-inset-top)) 12px 10px}.ai-chat-close{width:44px;height:44px;flex:0 0 44px}.ai-chat-log{min-height:0;padding:14px 12px 10px;scroll-padding-bottom:16px;-webkit-overflow-scrolling:touch;touch-action:pan-y}.ai-chat-bubble{max-width:92%;font-size:.9rem}.ai-chat-quick-replies{width:100%;max-width:100%;flex-wrap:nowrap;overflow-x:auto;padding-bottom:2px;scrollbar-width:none;-webkit-overflow-scrolling:touch}.ai-chat-quick-replies::-webkit-scrollbar{display:none}.ai-chat-quick-replies button{min-height:44px;flex:0 0 auto;padding:9px 13px;font-size:.78rem}.ai-chat-product{grid-template-columns:72px minmax(0,1fr)}.ai-chat-product-image{padding:6px}.ai-chat-product-copy{padding:9px}.ai-chat-product-copy>p,.ai-chat-product-name{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2}.ai-chat-product-name{font-size:.8rem}.ai-chat-product-actions .btn{min-height:36px;display:inline-flex;align-items:center}.ai-chat-composer{flex:0 0 auto;padding:8px 12px max(8px,env(safe-area-inset-bottom));background:#11141a}.ai-chat-composer>div{min-height:52px;padding:4px 4px 4px 12px;border-radius:14px}.ai-chat-composer textarea{min-height:44px;max-height:80px;padding:10px 0 8px;font-size:16px;line-height:1.35}.ai-chat-composer>div>button{width:44px;height:44px;flex-basis:44px;border-radius:11px}.ai-chat-composer>p{margin-top:5px;font-size:.68rem}@keyframes aiChatMobileEnter{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}}@media (max-height:560px) and (pointer:coarse),(max-width:640px) and (max-height:560px){.ai-chat-header{min-height:54px;padding:5px 10px}.ai-chat-avatar{width:36px;height:36px;flex-basis:36px;border-radius:10px}.ai-chat-header span{display:none}.ai-chat-log{padding:8px 10px 6px}.ai-chat-turn{margin-bottom:10px}.ai-chat-product{grid-template-columns:62px minmax(0,1fr)}.ai-chat-composer>p,.ai-chat-product-copy>p,.ai-chat-product-meta{display:none}.ai-chat-composer{padding:6px 10px max(6px,env(safe-area-inset-bottom))}}@media (prefers-reduced-motion:reduce){.ai-chat-panel,.ai-chat-typing span{animation:none}.ai-chat-launcher{transition:none}}.ai-chat-human-link,.ai-chat-product-name:hover,.business-identity-plate>a,.card-title a:hover,.cart-line-name:hover,.checkout-success-eyebrow,.dropdown-menu .dropdown-all,.hero-kicker,.prose a,.trust-proof-card>a:hover,.trust-proof-eyebrow{color:var(--accent-text)}.whatsapp-button{position:fixed;right:max(20px,env(safe-area-inset-right));bottom:max(20px,env(safe-area-inset-bottom));z-index:90;min-height:64px;display:inline-flex;align-items:center;gap:12px;padding:8px 14px 8px 8px;border:1px solid hsla(0,0%,100%,.14);border-radius:18px;background:rgba(17,20,26,.96);color:#fff;box-shadow:0 18px 50px rgba(0,0,0,.42),inset 0 1px 0 hsla(0,0%,100%,.08);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);text-decoration:none;cursor:pointer;touch-action:manipulation;transition:transform .2s ease-out,border-color .2s ease-out,background-color .2s ease-out,box-shadow .2s ease-out}.whatsapp-button:hover{border-color:rgba(37,211,102,.62);background:rgba(22,26,33,.98);color:#fff;transform:translateY(-2px);box-shadow:0 22px 54px rgba(0,0,0,.5),0 0 0 1px rgba(37,211,102,.08)}.whatsapp-button:active{transform:translateY(0) scale(.98)}.whatsapp-button:focus-visible{outline:3px solid #25d366;outline-offset:3px}.whatsapp-button__icon{width:48px;height:48px;flex:0 0 48px;display:grid;place-items:center;border-radius:14px;background:#25d366;color:#fff;box-shadow:inset 0 1px 0 hsla(0,0%,100%,.28),0 7px 18px rgba(37,211,102,.22)}.whatsapp-button__icon svg{width:27px;height:27px;fill:currentColor}.whatsapp-button__copy{min-width:134px;display:flex;flex-direction:column;gap:4px;line-height:1}.whatsapp-button__copy strong{color:#fff;font-size:.9rem;font-weight:800;letter-spacing:-.01em}.whatsapp-button__copy small{color:hsla(0,0%,100%,.62);font-size:.69rem;font-weight:600;letter-spacing:.01em}.whatsapp-button__arrow{width:16px;height:16px;flex:0 0 16px;fill:none;stroke:hsla(0,0%,100%,.55);stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;transition:transform .2s ease-out,stroke .2s ease-out}.whatsapp-button:hover .whatsapp-button__arrow{stroke:#25d366;transform:translateX(2px)}@media (max-width:640px){.whatsapp-button{right:max(14px,env(safe-area-inset-right));bottom:max(14px,env(safe-area-inset-bottom));min-height:56px;gap:10px;padding:6px 12px 6px 6px;border-radius:16px}.whatsapp-button__icon{width:44px;height:44px;flex-basis:44px;border-radius:12px}.whatsapp-button__icon svg{width:25px;height:25px}.whatsapp-button__copy{min-width:auto}.whatsapp-button__copy strong{font-size:.84rem}.whatsapp-button__arrow,.whatsapp-button__copy small{display:none}}@media (prefers-reduced-motion:reduce){.whatsapp-button{transition:none}}.skip-link{position:fixed;top:10px;left:10px;z-index:1000;padding:10px 14px;border-radius:8px;background:#fff;color:#111827;font-weight:800;transform:translateY(-160%);transition:transform .16s ease-out}.skip-link:focus{transform:translateY(0)}.sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}.dropdown-menu a[aria-current=page],.dropdown-toggle.current,.main-nav>a.current,.main-nav>a[aria-current=page],.mobile-menu-links a[aria-current=page]{color:var(--text);background:var(--bg-card)}.main-nav>a.current:after,.main-nav>a[aria-current=page]:after{content:"";display:block;height:2px;margin-top:4px;border-radius:999px;background:var(--accent-hover)}.chip{min-height:44px;display:inline-flex;align-items:center;justify-content:center;touch-action:manipulation}.chip-clear{color:#ffb4ae;border-color:hsla(4,100%,84%,.4)}.filter-toolbar{margin-top:-12px;padding:14px;border:1px solid var(--border);border-radius:var(--radius);background:hsla(0,0%,100%,.018)}.results-count{margin:10px 0 18px;color:var(--text-muted);font-size:.88rem}.empty-results{padding:28px}.compare-empty h2,.empty-results h2,.empty-results h3{margin-bottom:6px;color:var(--text)}.compare-empty p,.empty-results p{margin-bottom:16px}.home-lift-finder{scroll-margin-top:84px;padding-bottom:24px}.lift-finder{overflow:hidden;border:1px solid var(--border-light);border-radius:18px;background:linear-gradient(145deg,rgba(201,45,36,.08),var(--bg-card) 38%);box-shadow:var(--shadow-card)}.lift-finder-head{display:flex;align-items:flex-end;justify-content:space-between;gap:28px;padding:28px 30px;border-bottom:1px solid var(--border)}.eyebrow{display:block;margin-bottom:5px;color:#ff9b94;font-size:.72rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.fitment-heading h2,.lift-finder-head h2,.reviews-heading h2{font-size:clamp(1.45rem,3vw,2rem);line-height:1.2}.fitment-heading p,.lift-finder-head p,.reviews-heading p{margin-top:6px;color:var(--text-muted)}.finder-progress{min-width:290px;display:grid;grid-template-columns:repeat(3,1fr);list-style:none}.finder-progress li{position:relative;display:flex;align-items:center;gap:7px;color:var(--text-muted)}.finder-progress li:not(:last-child):after{content:"";position:absolute;top:15px;right:6px;left:42px;height:1px;background:var(--border-light)}.finder-progress li span{width:30px;height:30px;display:grid;place-items:center;border:1px solid var(--border-light);border-radius:50%;background:var(--bg);font-size:.78rem;font-weight:800}.finder-progress li.is-active span{border-color:var(--accent-hover);background:var(--accent);color:#fff}.finder-progress small{font-size:.72rem;font-weight:700}.finder-panel{padding:30px}.finder-question{border:0}.finder-question legend{margin-bottom:16px;color:var(--text);font-size:1.12rem;font-weight:750}.finder-options{display:grid;grid-template-columns:repeat(auto-fit,minmax(190px,1fr));grid-gap:10px;gap:10px}.finder-options label{min-height:54px;display:flex;align-items:center;gap:10px;padding:12px 14px;border:1px solid var(--border);border-radius:10px;background:var(--bg-alt);color:var(--text-muted);cursor:pointer;transition:border-color .15s ease-out,background-color .15s ease-out}.finder-options label.is-selected,.finder-options label:hover{border-color:var(--accent-hover);background:rgba(201,45,36,.12);color:var(--text)}.finder-options input{width:18px;height:18px;accent-color:var(--accent-hover)}.finder-nav,.finder-result-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:24px}.finder-result{max-width:820px}.finder-result-label{color:var(--success);font-size:.76rem;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.finder-result h3{margin:6px 0;font-size:1.5rem}.finder-result>p{color:var(--text-muted)}.finder-result .finder-caution{margin-top:14px;padding:12px 14px;border-left:3px solid var(--warn);background:rgba(240,180,0,.07);color:#f5ddb0;font-size:.86rem}.compare-clear,.finder-reset{padding:8px 12px;border:0;text-decoration:underline}.compare-clear,.compare-toggle,.finder-reset{min-height:44px;background:transparent;color:var(--text-muted);cursor:pointer}.compare-toggle{display:inline-flex;align-items:center;align-self:flex-start;gap:7px;padding:8px 10px;border:1px solid var(--border);border-radius:8px;font-size:.78rem;font-weight:700;touch-action:manipulation}.compare-toggle svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.6}.compare-toggle.is-selected,.compare-toggle:hover{border-color:var(--info);color:var(--info);background:rgba(111,179,255,.08)}.compare-toggle:disabled{cursor:not-allowed;opacity:.55}.compare-tray{position:fixed;right:310px;bottom:20px;z-index:150;min-height:72px;display:flex;align-items:center;gap:14px;padding:10px 12px 10px 16px;border:1px solid var(--border-light);border-radius:16px;background:rgba(22,25,32,.97);box-shadow:var(--shadow-pop);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.compare-tray-copy{min-width:100px;display:flex;flex-direction:column;line-height:1.3}.compare-tray-copy span{color:var(--text-muted);font-size:.72rem}.compare-tray-actions,.compare-tray-items{display:flex;align-items:center;gap:8px}.compare-tray-item{position:relative;width:52px;height:44px;display:grid;place-items:center;border-radius:7px;background:#fff}.compare-tray-item img{max-width:44px;max-height:34px;object-fit:contain}.compare-tray-item button{position:absolute;top:-10px;right:-10px;width:28px;height:28px;display:grid;place-items:center;border:1px solid var(--border-light);border-radius:50%;background:var(--bg-elevated);color:#fff;cursor:pointer}.compare-tray-item button:after{content:"";position:absolute;inset:-8px}.cart-close svg,.compare-tray-item button svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.8}.compare-page{padding-bottom:40px}.compare-table-wrap{overflow-x:auto;border:1px solid var(--border);border-radius:var(--radius)}.compare-table{width:100%;min-width:760px;border-collapse:collapse;background:var(--bg-card)}.compare-table td,.compare-table th{min-width:190px;padding:16px;border-right:1px solid var(--border);border-bottom:1px solid var(--border);text-align:left;vertical-align:top}.compare-table th:first-child{min-width:150px;color:var(--text-muted)}.compare-table thead th:not(:first-child){color:var(--text)}.compare-table thead img{width:100%;height:130px;display:block;margin-bottom:10px;border-radius:8px;background:#fff;object-fit:contain}.compare-table a:not(.btn){color:var(--info)}.compare-guidance{max-width:780px;margin:32px 0;padding:24px;border:1px solid var(--border);border-radius:var(--radius);background:var(--bg-card)}.compare-guidance p{margin:8px 0 16px;color:var(--text-muted)}.promotion-explainer{margin:0 0 16px;color:var(--text-muted);font-size:.82rem;line-height:1.5}.promotion-explainer strong{color:var(--text)}.fitment-panel{margin:8px 0 48px;padding:28px;border:1px solid var(--border-light);border-radius:16px;background:var(--bg-card)}.fitment-heading,.reviews-heading{display:flex;align-items:center;justify-content:space-between;gap:24px;margin-bottom:24px}.fitment-heading>div,.reviews-heading>div{max-width:760px}.fitment-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:12px;gap:12px}.fitment-item{display:flex;gap:12px;padding:16px;border:1px solid var(--border);border-radius:10px;background:var(--bg-alt)}.fitment-item>svg{width:22px;height:22px;flex:0 0 22px;padding:3px;border-radius:50%;background:rgba(64,213,115,.1);fill:none;stroke:var(--success);stroke-width:2}.fitment-item h3{font-size:.82rem;color:var(--text-muted)}.fitment-item strong{display:block;margin:3px 0 5px;font-size:.92rem;line-height:1.35}.fitment-item p{color:var(--text-muted);font-size:.78rem;line-height:1.5}.fitment-links{display:flex;flex-wrap:wrap;gap:18px;margin-top:18px}.fitment-links a{min-height:44px;display:inline-flex;align-items:center;color:var(--info);font-size:.84rem;font-weight:700}.reviews-section{border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.review-widget{overflow:hidden;border:1px solid var(--border);border-radius:calc(var(--radius) + 4px);background:var(--bg-card)}.reviews-heading{display:flex;align-items:center;justify-content:space-between;gap:24px;margin-bottom:0;padding:24px 28px;border-bottom:1px solid var(--border)}.reviews-heading h2{margin-bottom:0}.reviews-heading .btn{flex:0 0 auto}.review-overview{display:grid;grid-template-columns:minmax(190px,.7fr) minmax(280px,1.3fr);grid-gap:32px;gap:32px;padding:26px 28px;border-bottom:1px solid var(--border);background:var(--bg-soft)}.review-score-card{padding-right:30px;border-right:1px solid var(--border)}.review-score-card>strong{display:block;margin-bottom:4px;color:var(--text);font-size:1rem}.review-score-value{display:flex;align-items:baseline;gap:6px;color:var(--text)}.review-score-value span{font-size:clamp(2.4rem,5vw,3.4rem);font-weight:850;line-height:1;letter-spacing:-.05em}.review-score-card p,.review-score-value small{color:var(--text-muted)}.review-score-card p{margin-top:8px;font-size:.78rem}.review-stars{display:inline-flex;gap:2px}.review-score-stars{margin-top:10px}.review-score-stars .review-star,.review-score-stars .review-star-fill svg,.review-score-stars .review-star>svg{width:21px;height:21px}.review-star{position:relative;display:inline-block;width:18px;height:18px}.review-star-fill svg,.review-star>svg{position:absolute;inset:0;width:18px;height:18px;fill:transparent;stroke:var(--warn);stroke-width:1.2}.review-star-fill{position:absolute;inset:0 auto 0 0;overflow:hidden}.review-star-fill svg{fill:var(--warn)}.review-breakdown{display:flex;flex-direction:column;justify-content:center;gap:9px}.review-breakdown-row{display:grid;grid-template-columns:52px minmax(120px,1fr) 24px;align-items:center;grid-gap:10px;gap:10px;color:var(--text-muted);font-size:.76rem}.review-breakdown-row>strong{color:var(--text);text-align:right;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.review-breakdown-track{height:7px;overflow:hidden;border-radius:999px;background:color-mix(in srgb,var(--border) 72%,transparent)}.review-breakdown-track>span{display:block;height:100%;border-radius:inherit;background:var(--warn)}.review-feed{padding:10px 28px 24px}.review-list{display:grid;grid-template-columns:1fr}.review-card{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;padding:22px 0;border-bottom:1px solid var(--border)}.review-card-main{min-width:0;flex:1 1}.review-card footer,.review-card-top{display:flex;align-items:center;flex-wrap:wrap;gap:8px}.review-card-top{justify-content:space-between}.review-card-top time{color:var(--text-muted);font-size:.74rem}.review-card h3{margin:12px 0 6px;font-size:1rem}.review-card footer,.review-card p,.review-standards p,.reviews-empty p{color:var(--text-muted);font-size:.86rem}.review-card footer{margin-top:14px;font-size:.78rem}.review-card footer strong{color:var(--text)}.review-photo-thumb{width:96px;height:72px;flex:0 0 96px;border:1px solid var(--border);border-radius:8px;object-fit:cover}.review-feed-footer{display:flex;align-items:center;justify-content:space-between;gap:16px;padding-top:18px}.review-feed-footer>span{color:var(--text-muted);font-size:.76rem}.review-expand-button{min-height:48px;display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:0 18px;border:1px solid var(--border);border-radius:8px;background:var(--bg-card);color:var(--text);font-weight:750;cursor:pointer;transition:border-color .18s ease,background .18s ease}.review-expand-button:hover{border-color:var(--text-muted);background:var(--bg-soft)}.review-expand-button:focus-visible{outline:3px solid color-mix(in srgb,var(--warn) 72%,transparent);outline-offset:3px}.review-expand-button svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.8;transition:transform .18s ease}.review-expand-button svg.is-expanded{transform:rotate(180deg)}.review-standards,.reviews-empty{margin:24px 28px;padding:20px;border:1px solid var(--border);border-radius:var(--radius);background:var(--bg-card)}.reviews-empty{display:flex;align-items:center;gap:18px}.reviews-empty>svg{width:46px;height:46px;flex:0 0 46px;fill:none;stroke:var(--text-muted);stroke-width:1.5}.review-quote{max-width:78ch;margin-top:10px;color:var(--text)!important;font-size:.93rem!important;line-height:1.65}.review-submit-page{max-width:920px;padding-bottom:64px}.review-standards{margin-bottom:22px;border-left:3px solid var(--success)}.quote-form,.review-form{max-width:820px}.form-row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:16px;gap:16px}.form input,.form select{min-height:48px}.form-fieldset{display:flex;flex-direction:column;gap:14px;padding:18px;border:1px solid var(--border);border-radius:var(--radius)}.form-fieldset legend{padding:0 8px;font-weight:750}.form-helper{color:var(--text-muted);font-size:.8rem}.form-status:empty{display:none}.form-success{color:var(--success);font-weight:650}.form-error{color:#ffb4ae;font-weight:650}.purchase-process{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:12px;gap:12px;margin:24px 0 0}.purchase-process>div{display:flex;align-items:flex-start;gap:10px;padding:14px;border:1px solid var(--border);border-radius:10px;background:hsla(0,0%,100%,.018)}.purchase-process>div>span{width:28px;height:28px;flex:0 0 28px;display:grid;place-items:center;border-radius:50%;background:var(--accent);color:#fff;font-size:.76rem;font-weight:800}.purchase-process p{color:var(--text-muted);font-size:.8rem;line-height:1.45}.purchase-process strong{display:block;color:var(--text)}.cart-close{width:44px;height:44px;display:grid;place-items:center;padding:0;border-radius:8px}.cart-qty button{width:44px;height:44px;touch-action:manipulation}.cart-remove{min-width:52px;min-height:44px}.faq-item summary{min-height:48px}@media (max-width:980px){.fitment-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.compare-tray{right:16px;left:16px}body:has(.compare-tray) .whatsapp-button{bottom:112px}}@media (max-width:700px){.fitment-heading,.lift-finder-head,.reviews-heading{align-items:flex-start;flex-direction:column}.finder-panel,.fitment-panel,.lift-finder-head{padding:20px}.finder-progress{min-width:0;width:100%}.finder-options,.fitment-grid,.form-row,.purchase-process,.review-list{grid-template-columns:1fr}.fitment-heading .btn,.reviews-heading .btn{width:100%}.review-overview,.reviews-heading{padding:20px}.review-overview{grid-template-columns:1fr;gap:20px}.review-score-card{padding:0 0 20px;border-right:0;border-bottom:1px solid var(--border)}.review-feed{padding:6px 20px 20px}.review-card{gap:12px;padding:20px 0}.review-photo-thumb{width:76px;height:57px;flex-basis:76px}.review-feed-footer{align-items:stretch;flex-direction:column}.review-expand-button{width:100%}.compare-tray{min-height:84px;align-items:stretch;flex-wrap:wrap;gap:8px}.compare-tray-copy{flex:1 1}.compare-tray-items{order:3;width:100%}.compare-tray-actions{margin-left:auto}body:has(.mobile-purchase-bar) .compare-tray{bottom:calc(92px + env(safe-area-inset-bottom))}.reviews-empty{align-items:flex-start}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:after,:before{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}.btn:hover,.card:hover,.card:hover .card-img img,.chip:hover,.whatsapp-button:hover{transform:none}}