﻿:root{--red:#ed1118;--red-dark:#b90910;--gray-900:#2b2b2b;--gray-700:#5f5f5f;--gray-500:#8b8b8b;--gray-200:#e8e8e8;--gray-100:#f5f5f5;--white:#fff;--shadow:0 12px 32px rgba(20,20,20,.12)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Arial,Helvetica,sans-serif;color:var(--gray-900);background:var(--white)}a{color:inherit;text-decoration:none}button,input,select{font:inherit}.container{width:min(1180px,calc(100% - 32px));margin:0 auto}.topbar{background:var(--gray-900);color:var(--white);font-size:13px}.topbar__inner{min-height:36px;display:flex;align-items:center;justify-content:space-between;gap:16px}.topbar a{font-weight:700}.site-header{position:sticky;top:0;z-index:20;background:var(--white);box-shadow:0 2px 18px rgba(0,0,0,.08)}.header-main{min-height:90px;display:grid;grid-template-columns:260px 1fr 210px;gap:20px;align-items:center}.brand img{width:250px;max-width:100%;display:block}.search-box{height:48px;display:flex;align-items:center;gap:10px;border:2px solid var(--gray-200);border-radius:6px;padding:0 16px;background:var(--gray-100)}.search-box:focus-within{border-color:var(--red);background:var(--white)}.search-box span{color:var(--red);font-size:28px;line-height:1}.search-box input{width:100%;border:0;outline:0;background:transparent}.call-cta{min-height:52px;display:grid;align-content:center;gap:2px;border-radius:6px;color:var(--white);background:var(--red);padding:10px 14px;text-align:center}.call-cta span{font-size:12px;text-transform:uppercase}.call-cta strong{font-size:18px}.category-nav{border-top:1px solid var(--gray-200);background:var(--gray-100)}.nav-scroll{display:flex;gap:6px;overflow-x:auto;padding:10px 0}.nav-pill,.filter-pill{border:1px solid var(--gray-200);border-radius:6px;background:var(--white);color:var(--gray-900);cursor:pointer;font-weight:700}.nav-pill{min-width:max-content;padding:10px 14px}.nav-pill.active,.filter-pill.active{border-color:var(--red);background:var(--red);color:var(--white)}.hero{background:linear-gradient(120deg,rgba(43,43,43,.92),rgba(43,43,43,.72)),url('https://images.unsplash.com/photo-1504917595217-d4dc5ebe6122?auto=format&fit=crop&w=1800&q=80') center/cover;color:var(--white)}.hero__grid{min-height:420px;display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:40px;align-items:center;padding:54px 0}.eyebrow{display:inline-flex;align-items:center;min-height:28px;padding:0 10px;border-radius:4px;background:var(--red);font-weight:700;text-transform:uppercase;font-size:12px}.hero h1{max-width:760px;margin:16px 0;font-size:clamp(34px,6vw,58px);line-height:1.02;letter-spacing:0}.hero p{max-width:670px;color:rgba(255,255,255,.88);font-size:18px;line-height:1.55}.hero__actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:24px}.primary-btn,.secondary-btn{display:inline-flex;align-items:center;justify-content:center;min-height:46px;border-radius:6px;padding:0 18px;font-weight:800}.primary-btn{background:var(--red);color:var(--white)}.secondary-btn{background:var(--white);color:var(--gray-900)}.hero__panel{display:grid;gap:12px}.hero__panel div{border-left:5px solid var(--red);background:rgba(255,255,255,.92);color:var(--gray-900);padding:18px;border-radius:6px}.hero__panel strong,.hero__panel span{display:block}.hero__panel span{margin-top:5px;color:var(--gray-700);line-height:1.4}.quick-categories,.info-strip{padding:48px 0}.section-title{display:flex;justify-content:space-between;align-items:end;gap:24px;margin-bottom:22px}.section-title h2,.catalog-toolbar h2,.filters h2{margin:0}.section-title p{max-width:560px;margin:0;color:var(--gray-700);line-height:1.5}.category-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.category-card{min-height:120px;display:grid;align-content:space-between;border:1px solid var(--gray-200);border-radius:8px;background:var(--white);padding:16px;text-align:left;cursor:pointer}.category-card:hover{border-color:var(--red);box-shadow:var(--shadow)}.category-card span{color:var(--red);font-size:30px}.category-card strong{font-size:17px}.category-card small{color:var(--gray-700)}.catalog-band{background:var(--gray-100);border-top:1px solid var(--gray-200);border-bottom:1px solid var(--gray-200);padding:34px 0 48px}.catalog-layout{display:grid;grid-template-columns:280px minmax(0,1fr);gap:24px}.filters{align-self:start;position:sticky;top:154px;border:1px solid var(--gray-200);border-radius:8px;background:var(--white);padding:18px}.filters__header,.catalog-toolbar{display:flex;align-items:center;justify-content:space-between;gap:16px}.filters__header button{border:0;background:transparent;color:var(--red);cursor:pointer;font-weight:800}.filter-group{margin-top:20px}.filter-group h3{margin:0 0 10px;font-size:14px;text-transform:uppercase;color:var(--gray-700)}#sideFilters{display:grid;gap:8px}.filter-pill{width:100%;min-height:38px;padding:0 10px;text-align:left}.filter-group label{display:flex;gap:8px;align-items:flex-start;line-height:1.35}.support-box{margin-top:22px;border-radius:8px;background:var(--gray-900);color:var(--white);padding:16px}.support-box p{color:rgba(255,255,255,.78);line-height:1.45}.support-box a{display:inline-flex;color:var(--white);font-weight:800}.catalog-toolbar{margin-bottom:16px}.catalog-toolbar span{color:var(--red);font-weight:800}.catalog-toolbar select{min-height:42px;border:1px solid var(--gray-200);border-radius:6px;padding:0 12px;background:var(--white)}.product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.product-card{display:grid;grid-template-rows:auto 1fr;border:1px solid var(--gray-200);border-radius:8px;overflow:hidden;background:var(--white);min-width:0}.product-card:hover{box-shadow:var(--shadow)}.product-image{width:100%;aspect-ratio:1/1;height:auto;object-fit:contain;background:#fff}.product-body{display:grid;gap:10px;padding:14px}.tag{width:max-content;max-width:100%;padding:5px 8px;border-radius:4px;background:#fbe7e8;color:var(--red-dark);font-size:12px;font-weight:800}.product-card h3{min-height:44px;margin:0;font-size:17px;line-height:1.28}.product-card p{margin:0;color:var(--gray-700);line-height:1.45}.product-actions{display:grid;grid-template-columns:1fr 42px;gap:8px;margin-top:4px}.phone-btn,.details-btn{min-height:42px;border-radius:6px;font-weight:800;cursor:pointer}.phone-btn{display:inline-flex;align-items:center;justify-content:center;background:var(--red);color:var(--white)}.details-btn{border:1px solid var(--gray-200);background:var(--white);color:var(--gray-900)}.empty-state{display:none;margin:28px 0 0;padding:18px;border:1px dashed var(--gray-500);border-radius:8px;background:var(--white);text-align:center}.info-strip{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.info-strip div{border-top:4px solid var(--red);background:var(--gray-100);border-radius:8px;padding:18px}.info-strip strong,.info-strip span{display:block}.info-strip span{margin-top:6px;color:var(--gray-700);line-height:1.45}.product-dialog{width:min(900px,calc(100% - 28px));border:0;border-radius:10px;padding:0;box-shadow:var(--shadow)}.product-dialog::backdrop{background:rgba(0,0,0,.58)}.dialog-close{position:absolute;top:10px;right:10px;width:40px;height:40px;border:0;border-radius:50%;background:var(--gray-900);color:var(--white);cursor:pointer;font-size:22px;line-height:1}.dialog-grid{display:grid;grid-template-columns:380px minmax(0,1fr)}.dialog-grid img{width:100%;height:100%;min-height:430px;object-fit:cover;background:var(--gray-100)}.dialog-content{padding:34px}.dialog-content span{color:var(--red);font-weight:800}.dialog-content h2{margin:10px 0 12px;line-height:1.12}.dialog-content p,.dialog-content li{color:var(--gray-700);line-height:1.5}.dialog-content ul{padding-left:18px}.site-footer{background:var(--gray-900);color:var(--white);padding:34px 0}.footer-grid{display:grid;grid-template-columns:220px 1fr 220px;gap:28px;align-items:center}.footer-grid img{width:210px;background:var(--white);border-radius:4px}.footer-grid p,.footer-grid a{color:rgba(255,255,255,.78)}.footer-grid a{display:block;margin-top:8px}@media (max-width:980px){.header-main{grid-template-columns:210px 1fr}.call-cta{grid-column:1/-1}.hero__grid,.catalog-layout,.dialog-grid{grid-template-columns:1fr}.filters{position:static}.category-grid,.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.dialog-grid img{min-height:300px}}@media (max-width:680px){.container{width:min(100% - 20px,1180px)}.topbar__inner,.section-title,.catalog-toolbar,.footer-grid{align-items:flex-start;flex-direction:column}.topbar__inner{padding:8px 0}.header-main{grid-template-columns:1fr;gap:12px;padding:12px 0}.brand img{width:220px}.hero__grid{min-height:auto;padding:42px 0}.hero h1{font-size:36px}.category-grid,.product-grid,.info-strip,.footer-grid{grid-template-columns:1fr}.product-card{grid-template-rows:auto 1fr}}

/* Lucky Depo redesign */
body{background:#f4f6f8;color:#172033}.site-header{position:sticky;top:0;background:#fff;box-shadow:0 8px 28px rgba(15,23,42,.08)}.promo-bar{min-height:42px;display:flex;align-items:center;justify-content:center;background:var(--red);color:#fff;font-weight:900;text-align:center;padding:8px 18px}.topbar,.category-nav,.quick-categories{display:none}.header-main{min-height:126px;grid-template-columns:300px minmax(280px,520px) 260px;justify-content:space-between;border-bottom:1px solid #e5e7eb}.brand img{width:280px}.search-box{height:58px;border:1px solid #d8dde5;background:#fff;border-radius:9px;padding:0;overflow:hidden;box-shadow:0 8px 20px rgba(15,23,42,.04)}.search-box input{height:100%;padding:0 22px;font-size:17px}.search-box span{width:72px;height:58px;display:flex;align-items:center;justify-content:center;background:var(--red);color:#fff;font-size:34px}.phone-header{display:grid;gap:2px;justify-items:end;color:#172033}.phone-header span{font-size:12px;text-transform:uppercase;color:var(--red);font-weight:900}.phone-header strong{font-size:32px;line-height:1}.phone-header small{font-size:15px;color:#697386}.main-nav{height:70px;display:flex;align-items:center;justify-content:center;gap:58px;border-bottom:1px solid #edf0f3;background:#fff}.main-nav a{font-size:19px;color:#666;font-weight:600}.main-nav a:hover{color:var(--red)}.hero{display:none}.hero-slider{position:relative;min-height:calc(100vh - 238px);height:760px;max-height:860px;overflow:hidden;background:#111827}.hero-slide{position:absolute;inset:0;background-size:cover;background-position:center;opacity:0;transform:scale(1.03);transition:opacity .8s ease,transform 1.8s ease}.hero-slide::before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(11,18,32,.78) 0%,rgba(11,18,32,.54) 40%,rgba(11,18,32,.08) 74%)}.hero-slide.active{opacity:1;transform:scale(1)}.hero-slide__content{position:relative;z-index:1;height:100%;min-height:inherit;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;color:#fff;padding:72px 0 104px}.hero-slide__content h1,.hero-slide__content .hero-title{max-width:820px;margin:18px 0;font-size:clamp(44px,6vw,82px);line-height:.98;letter-spacing:0}.hero-slide__content p{max-width:650px;margin:0 0 32px;color:rgba(255,255,255,.88);font-size:22px;line-height:1.45}.hero-slide__content .primary-btn{min-width:210px;min-height:58px;font-size:17px;box-shadow:0 16px 30px rgba(237,17,24,.28)}.hero-dots{position:absolute;left:50%;bottom:34px;z-index:3;display:flex;gap:12px;transform:translateX(-50%)}.hero-dots button{width:46px;height:5px;border:0;border-radius:999px;background:rgba(255,255,255,.46);cursor:pointer}.hero-dots button.active{background:#fff}.service-cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:40px;padding:56px 0 66px}.service-cards article{min-height:244px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;background:#fff;border-radius:14px;box-shadow:0 18px 44px rgba(15,23,42,.08);border:1px solid rgba(226,232,240,.8)}.service-icon{height:64px;display:flex;align-items:center;color:#ef4444;font-size:58px;line-height:1;margin-bottom:24px}.service-cards h2{margin:0;color:#172033;font-size:25px;line-height:1.2}.service-cards p{margin:18px 0 0;color:#697386;font-size:19px}.catalog-band{background:#f4f6f8;padding:42px 0 58px;border-top:1px solid #e5e7eb}.catalog-layout{align-items:start}.filters{top:252px;border:0;border-radius:14px;box-shadow:0 12px 30px rgba(15,23,42,.08)}.filters h2,.catalog-toolbar h2{color:#172033}.catalog-toolbar{background:#f4f6f8;margin-bottom:20px}.product-card{border:0;border-radius:12px;box-shadow:0 10px 28px rgba(15,23,42,.08)}.product-image{padding:14px}.product-body{padding:16px 16px 18px}.tag{background:#fff0f0}.phone-btn{background:var(--red);border-radius:8px}.details-btn{border-radius:8px}.site-footer{background:#172033}.footer-grid img{background:#fff}.dialog-close{background:var(--red)}
@media (max-width:980px){.header-main{grid-template-columns:220px 1fr;min-height:auto;padding:18px 0}.phone-header{grid-column:1/-1;justify-items:start}.main-nav{height:auto;gap:20px;flex-wrap:wrap;padding:16px}.hero-slider{min-height:620px;height:620px}.service-cards{grid-template-columns:1fr;gap:22px}.service-cards article{min-height:190px}.filters{top:auto}}
@media (max-width:680px){.promo-bar{font-size:14px}.header-main{grid-template-columns:1fr}.brand img{width:230px}.phone-header strong{font-size:26px}.main-nav{justify-content:flex-start;gap:18px}.main-nav a{font-size:16px}.hero-slider{min-height:560px;height:560px}.hero-slide__content{padding:40px 0 86px}.hero-slide__content h1,.hero-slide__content .hero-title{font-size:40px}.hero-slide__content p{font-size:17px}.service-cards{padding:34px 0}.service-cards article{min-height:176px}.catalog-band{padding-top:28px}}


/* Compact comfort pass */
.promo-bar{min-height:34px;font-size:14px;padding:6px 14px}.header-main{min-height:92px;grid-template-columns:240px minmax(260px,460px) 220px;gap:24px}.brand img{width:230px}.search-box{height:48px}.search-box input{font-size:15px;padding:0 16px}.search-box span{width:58px;height:48px;font-size:28px}.phone-header strong{font-size:26px}.phone-header small{font-size:13px}.main-nav{height:52px;gap:36px}.main-nav a{font-size:16px}.hero-slider{min-height:500px;height:560px;max-height:620px}.hero-slide__content{padding:48px 0 76px}.hero-slide__content h1,.hero-slide__content .hero-title{max-width:700px;font-size:clamp(34px,4.5vw,58px);line-height:1.04}.hero-slide__content p{max-width:560px;font-size:18px;margin-bottom:22px}.hero-slide__content .primary-btn{min-height:48px;min-width:178px;font-size:15px}.hero-dots{bottom:22px}.service-cards{gap:22px;padding:34px 0 38px}.service-cards article{min-height:156px;border-radius:10px}.service-icon{font-size:40px;height:42px;margin-bottom:14px}.service-cards h2{font-size:20px}.service-cards p{font-size:16px;margin-top:10px}.catalog-band{padding:28px 0 42px}.catalog-layout{grid-template-columns:240px minmax(0,1fr);gap:18px}.filters{top:182px;padding:14px;border-radius:10px}.filters__header h2{font-size:21px}.filter-group{margin-top:16px}.filter-pill{min-height:34px;font-size:13px}.support-box{margin-top:16px;padding:14px}.support-box p{font-size:14px}.catalog-toolbar{margin-bottom:14px}.catalog-toolbar h2{font-size:24px}.catalog-toolbar span{font-size:13px}.catalog-toolbar select{min-height:38px;font-size:14px}.product-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.product-card{border-radius:9px}.product-image{padding:10px}.product-body{gap:8px;padding:12px}.tag{font-size:11px;padding:4px 7px}.product-card h3{min-height:40px;font-size:15px;line-height:1.25}.product-card p{font-size:13px;line-height:1.38}.product-actions{grid-template-columns:1fr 38px;gap:7px}.phone-btn,.details-btn{min-height:38px;font-size:13px}.product-dialog{width:min(780px,calc(100% - 28px))}.dialog-grid{grid-template-columns:330px minmax(0,1fr)}.dialog-grid img{min-height:360px}.dialog-content{padding:28px}.footer-grid{padding:0;grid-template-columns:190px 1fr 200px}.footer-grid img{width:180px}@media (max-width:1180px){.product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:980px){.header-main{grid-template-columns:190px 1fr;gap:14px}.brand img{width:200px}.hero-slider{min-height:470px;height:500px}.catalog-layout{grid-template-columns:1fr}.filters{position:static}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:680px){.header-main{min-height:auto}.main-nav{gap:14px;padding:12px}.hero-slider{min-height:450px;height:470px}.hero-slide__content h1,.hero-slide__content .hero-title{font-size:32px}.hero-slide__content p{font-size:16px}.service-cards article{min-height:140px}.product-grid{grid-template-columns:1fr}.catalog-toolbar{gap:10px}.catalog-toolbar select{width:100%}}


/* Promo marquee and final header polish */
.promo-bar{overflow:hidden;white-space:nowrap;justify-content:flex-start;padding:0;min-height:38px}.promo-track{display:flex;width:max-content;animation:promo-marquee 24s linear infinite}.promo-track span{display:inline-flex;align-items:center;padding:0 42px;font-weight:900;color:#fff;line-height:38px}@keyframes promo-marquee{from{transform:translateX(0)}to{transform:translateX(-33.333%)}}.promo-bar:hover .promo-track{animation-play-state:paused}.main-nav a[href="#location"],.main-nav a[href="#blog"]{color:#555}.hero-slide{background-position:center}.hero-slide::before{background:linear-gradient(90deg,rgba(10,16,28,.82) 0%,rgba(10,16,28,.58) 39%,rgba(10,16,28,.15) 74%,rgba(10,16,28,.08) 100%)}.location-band{background:#fff;border-top:1px solid #e5e7eb;padding:34px 0}.location-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}.location-grid>div{border-radius:12px;background:#f4f6f8;padding:22px;box-shadow:0 8px 22px rgba(15,23,42,.05)}.location-grid h2{margin:0 0 10px;color:#172033}.location-grid p{margin:6px 0;color:#697386}@media (max-width:680px){.promo-track span{padding:0 28px}.location-grid{grid-template-columns:1fr}}


/* Product card CTA polish */
.product-card{position:relative}.product-card .details-btn{position:absolute;top:18px;right:18px;z-index:2;width:38px;height:38px;min-height:38px;border:0;border-radius:999px;background:rgba(255,255,255,.94);color:#172033;box-shadow:0 8px 18px rgba(15,23,42,.16);font-weight:900;font-size:17px;line-height:1}.product-card .details-btn:hover{background:var(--red);color:#fff}.product-actions{display:block;margin-top:8px}.phone-btn{width:100%;min-height:48px;border-radius:10px;gap:10px;padding:0 14px;font-size:15px;line-height:1.15;box-shadow:0 10px 20px rgba(237,17,24,.2);transition:transform .18s ease,box-shadow .18s ease,background .18s ease}.phone-btn:hover{transform:translateY(-1px);box-shadow:0 14px 26px rgba(237,17,24,.28);background:#d90d13}.buy-icon{width:24px;height:24px;display:inline-flex;align-items:center;justify-content:center;border:2px solid currentColor;border-radius:6px;position:relative;flex:0 0 auto}.buy-icon::before{content:"";position:absolute;width:10px;height:6px;border:2px solid currentColor;border-bottom:0;border-radius:8px 8px 0 0;top:-8px;left:5px}.buy-icon::after{content:"";position:absolute;width:4px;height:4px;border-radius:50%;background:currentColor;bottom:4px;left:5px;box-shadow:9px 0 0 currentColor}.phone-btn span:last-child{min-width:0}.product-card h3{min-height:44px}@media (max-width:680px){.product-card .details-btn{top:14px;right:14px}.phone-btn{min-height:46px;font-size:14px}}


/* Cart icon inside phone order button */
.buy-icon{width:28px;height:28px;display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:0;position:static;flex:0 0 auto}.buy-icon::before,.buy-icon::after{content:none}.buy-icon svg{width:26px;height:26px;display:block}.buy-icon path,.buy-icon circle{fill:none;stroke:currentColor;stroke-width:2.1;stroke-linecap:round;stroke-linejoin:round}.phone-btn{gap:12px;font-weight:900}


/* Dialog phone CTA icon */
.dialog-phone-btn{gap:12px;min-height:58px;padding:0 24px;border-radius:9px;font-size:22px;font-weight:900;box-shadow:0 10px 22px rgba(237,17,24,.22)}.dialog-phone-btn .buy-icon{color:#fff}.dialog-phone-btn .buy-icon svg{width:27px;height:27px}@media (max-width:680px){.dialog-phone-btn{font-size:17px;min-height:50px;padding:0 18px}}


/* Ensure dialog CTA label is visible */
.dialog-phone-btn{display:inline-flex !important;align-items:center;justify-content:center;width:auto;min-width:312px;max-width:100%;color:#fff !important;white-space:nowrap}.dialog-phone-btn span:not(.buy-icon){display:inline !important;color:#fff !important;opacity:1 !important;visibility:visible !important;min-width:auto !important;overflow:visible !important}.dialog-phone-btn .buy-icon{display:inline-flex !important;opacity:1 !important;visibility:visible !important;color:#fff !important}@media (max-width:680px){.dialog-phone-btn{min-width:0;width:100%;white-space:normal}}


/* Product image opens details dialog */
.product-image-btn{display:block;width:100%;padding:0;border:0;background:#fff;cursor:pointer;line-height:0}.product-image-btn:focus-visible{outline:3px solid rgba(237,17,24,.45);outline-offset:-3px}.product-image-btn:hover .product-image{transform:scale(1.025)}.product-image{transition:transform .22s ease}


/* Search result scroll target */
#catalog{scroll-margin-top:8px}


/* Compact service cards with proper icons */
.service-cards{max-width:1180px;gap:18px;padding:26px 0 30px}.service-cards article{min-height:128px;border-radius:12px;display:grid;grid-template-columns:54px 1fr;grid-template-areas:"icon title" "icon text";align-content:center;justify-content:start;text-align:left;padding:22px 28px}.service-icon{grid-area:icon;width:42px;height:42px;margin:0;align-self:center;color:#ef3b3f}.service-icon svg{width:42px;height:42px;display:block}.service-icon svg path,.service-icon svg rect,.service-icon svg circle{fill:none;stroke:currentColor;stroke-width:2.1;stroke-linecap:round;stroke-linejoin:round}.service-cards h2{grid-area:title;font-size:19px;margin:0 0 5px;line-height:1.15}.service-cards p{grid-area:text;font-size:15px;margin:0;color:#697386}@media (max-width:980px){.service-cards{grid-template-columns:1fr;max-width:640px}.service-cards article{min-height:112px}}@media (max-width:680px){.service-cards{padding:22px 0}.service-cards article{grid-template-columns:46px 1fr;padding:18px}.service-icon,.service-icon svg{width:36px;height:36px}.service-cards h2{font-size:18px}.service-cards p{font-size:14px}}


/* Location, blog and Facebook sections */
.location-band{background:#fff;border-top:1px solid #e5e7eb;padding:42px 0}.location-grid{display:grid;grid-template-columns:minmax(280px,.75fr) minmax(420px,1.25fr);gap:24px;align-items:stretch}.location-grid>div{border-radius:14px;background:#f4f6f8;padding:24px;box-shadow:0 10px 26px rgba(15,23,42,.06)}.location-info h2,.section-heading h2{margin:0;color:#172033}.location-info p{margin:7px 0;color:#5f6675}.program-list{display:grid;gap:10px;margin-top:22px}.program-list div{display:flex;justify-content:space-between;gap:18px;border-radius:10px;background:#fff;padding:13px 15px}.program-list span{color:#697386}.program-list strong{color:#172033}.map-card{padding:0!important;overflow:hidden}.map-card iframe{display:block;width:100%;height:360px}.blog-band,.facebook-band{background:#f4f6f8;padding:42px 0}.facebook-band{background:#fff}.section-heading{margin-bottom:20px}.section-heading span{display:inline-flex;margin-bottom:6px;color:var(--red);font-weight:900;text-transform:uppercase;font-size:13px}.blog-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.blog-grid article{background:#fff;border-radius:14px;padding:22px;box-shadow:0 10px 26px rgba(15,23,42,.06);border:1px solid #edf0f3}.blog-grid article span{display:inline-flex;background:#fff0f0;color:var(--red-dark);font-size:12px;font-weight:900;border-radius:6px;padding:5px 8px}.blog-grid h3{margin:14px 0 10px;color:#172033;font-size:20px;line-height:1.18}.blog-grid p{margin:0;color:#697386;line-height:1.48}.facebook-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.facebook-card{background:#f4f6f8;border-radius:14px;overflow:hidden;box-shadow:0 10px 26px rgba(15,23,42,.06);border:1px solid #edf0f3;min-height:420px}.facebook-card iframe{display:block;width:100%;height:520px;background:#fff}@media (max-width:980px){.location-grid,.blog-grid,.facebook-grid{grid-template-columns:1fr}.map-card iframe{height:330px}.facebook-card iframe{height:560px}}@media (max-width:680px){.location-band,.blog-band,.facebook-band{padding:30px 0}.location-grid>div{padding:18px}.program-list div{display:grid;gap:4px}.map-card iframe{height:300px}.blog-grid h3{font-size:18px}.facebook-card iframe{height:500px}}


/* Pagination, location photo and Facebook fallback */
.pagination{display:flex;flex-wrap:wrap;justify-content:center;gap:8px;margin:24px 0 0}.page-btn{min-width:40px;height:40px;border:1px solid #dfe3ea;border-radius:10px;background:#fff;color:#172033;font-weight:900;cursor:pointer}.page-btn:hover{border-color:var(--red);color:var(--red)}.page-btn.active{background:var(--red);border-color:var(--red);color:#fff;box-shadow:0 8px 18px rgba(237,17,24,.22)}.location-photo-card{position:relative;overflow:hidden;color:#fff;background:#172033!important;min-height:360px;display:flex;flex-direction:column;justify-content:flex-end}.location-photo-card::before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(15,23,42,.12),rgba(15,23,42,.88));z-index:1}.location-photo{position:absolute;inset:0;background:url('assets/site/lucky-depo-location.jpg') center/cover no-repeat;transform:scale(1.02);z-index:0}.location-photo-card h2,.location-photo-card p,.location-photo-card .program-list{position:relative;z-index:2}.location-photo-card h2{color:#fff}.location-photo-card p{color:rgba(255,255,255,.86)}.location-photo-card .program-list div{background:rgba(255,255,255,.92);backdrop-filter:blur(8px)}.facebook-card{position:relative}.facebook-fallback{display:flex;align-items:center;justify-content:center;min-height:46px;background:var(--red);color:#fff;font-weight:900;text-align:center}.facebook-fallback:hover{background:#d90d13}@media (max-width:680px){.page-btn{min-width:36px;height:36px}.location-photo-card{min-height:320px}}


/* Final location/blog/article polish */
.location-band{background:#202020}.location-photo-card{background:#2b2b2b!important}.location-photo-card::after{content:"";position:absolute;inset:0;background:rgba(43,43,43,.32);z-index:1}.location-photo-card h2{display:flex;align-items:center;gap:10px}.loc-icon{display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:10px;background:var(--red);color:#fff;font-size:24px;flex:0 0 auto}.loc-mini{color:var(--red);font-weight:900}.location-name{margin-top:18px!important;font-size:18px;color:#fff!important}.map-card{background:#2b2b2b!important}.blog-card{display:block;background:#fff;border-radius:14px;overflow:hidden;box-shadow:0 10px 26px rgba(15,23,42,.06);border:1px solid #edf0f3;color:inherit}.blog-card img{width:100%;aspect-ratio:16/10;object-fit:cover;display:block}.blog-card span{display:inline-flex;margin:18px 18px 0;background:#fff0f0;color:var(--red-dark);font-size:12px;font-weight:900;border-radius:6px;padding:5px 8px}.blog-card h3{margin:14px 18px 10px;color:#172033;font-size:20px;line-height:1.18}.blog-card p{margin:0 18px 20px;color:#697386;line-height:1.48}.blog-card:hover h3{color:var(--red)}.article-header{background:#fff;border-bottom:1px solid #e5e7eb;padding:18px 0;text-align:center}.article-logo img{width:240px}.article-page{background:#f4f6f8;padding:38px 16px 60px}.article-wrap{max-width:860px;margin:0 auto;background:#fff;border-radius:16px;padding:28px;box-shadow:0 14px 34px rgba(15,23,42,.08)}.article-hero{width:100%;aspect-ratio:16/8;object-fit:cover;border-radius:12px}.article-tag{display:inline-flex;margin-top:22px;background:#fff0f0;color:var(--red-dark);font-weight:900;border-radius:6px;padding:6px 9px}.article-wrap h1{font-size:clamp(32px,5vw,48px);line-height:1.05;margin:16px 0}.article-lead{font-size:19px;color:#5f6675;line-height:1.5}.article-wrap h2{margin-top:28px;color:#172033}.article-wrap p{color:#4b5563;line-height:1.7;font-size:17px}.article-cta{display:inline-flex;align-items:center;justify-content:center;min-height:48px;background:var(--red);color:#fff;border-radius:9px;padding:0 18px;font-weight:900;margin-top:18px}@media (max-width:680px){.article-wrap{padding:18px}.article-logo img{width:210px}}


/* Refined location section */
.location-band{background:#f4f6f8!important;padding:50px 0}.location-grid{background:#fff;border-radius:18px;padding:18px;box-shadow:0 18px 46px rgba(15,23,42,.1);grid-template-columns:minmax(320px,.42fr) minmax(460px,.58fr);gap:18px}.location-grid>div{box-shadow:none;border-radius:14px}.location-photo-card{min-height:420px;padding:30px!important}.location-photo-card::before{background:linear-gradient(180deg,rgba(15,23,42,.08),rgba(15,23,42,.72))}.location-photo-card::after{background:rgba(15,23,42,.08)}.loc-icon{width:42px;height:42px;border-radius:12px}.loc-icon svg{width:24px;height:24px;display:block}.loc-icon path,.loc-icon circle,.loc-mini path,.loc-mini circle{fill:none;stroke:currentColor;stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round}.loc-mini{display:inline-flex;width:18px;height:18px;vertical-align:-3px;margin-right:6px;color:var(--red)}.loc-mini svg{width:18px;height:18px;display:block}.location-photo-card h2{font-size:30px;text-shadow:0 2px 12px rgba(0,0,0,.28)}.location-name{font-size:21px!important;margin-top:24px!important}.program-list div{border:1px solid rgba(255,255,255,.35);box-shadow:0 10px 22px rgba(0,0,0,.12)}.maps-cta{position:relative;z-index:2;display:inline-flex;align-items:center;justify-content:center;min-height:46px;margin-top:18px;border-radius:10px;background:var(--red);color:#fff;font-weight:900;padding:0 16px;box-shadow:0 12px 24px rgba(237,17,24,.24)}.maps-cta:hover{background:#d90d13}.map-card{background:#fff!important;padding:0!important;border:1px solid #e6e9ef;box-shadow:inset 0 0 0 6px #fff!important}.map-card iframe{height:420px;border-radius:14px}@media (max-width:980px){.location-grid{grid-template-columns:1fr;padding:14px}.location-photo-card{min-height:360px}.map-card iframe{height:340px}}@media (max-width:680px){.location-band{padding:32px 0}.location-grid{padding:10px;border-radius:14px}.location-photo-card{min-height:340px;padding:22px!important}.location-photo-card h2{font-size:25px}.map-card iframe{height:300px}}


/* Blog construction background and footer redesign */
.blog-band{position:relative;background:#202020 url('assets/site/background-1.png') center/cover fixed no-repeat;color:#fff;overflow:hidden}.blog-band::before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(32,32,32,.88),rgba(32,32,32,.68));z-index:0}.blog-band>.container{position:relative;z-index:1}.blog-band .section-heading h2{color:#fff}.blog-band .section-heading span{color:#fff;background:var(--red);border-radius:6px;padding:5px 9px}.facebook-simple-link{display:inline-flex;align-items:center;justify-content:center;margin-top:22px;min-height:48px;border-radius:10px;background:var(--red);color:#fff;font-weight:900;padding:0 18px;box-shadow:0 12px 24px rgba(237,17,24,.22)}.facebook-simple-link:hover{background:#d90d13}.site-footer{background:#303030;color:#fff;padding:0}.footer-main{display:grid;grid-template-columns:1.45fr .85fr .85fr;gap:64px;padding:58px 0 72px}.footer-brand img{width:250px;background:transparent;border-radius:0}.footer-brand p{max-width:560px;margin:26px 0 20px;color:#bfc5cf;line-height:1.6;font-size:17px}.footer-badges{display:flex;flex-wrap:wrap;gap:18px}.footer-badges a{display:grid;grid-template-columns:auto 1fr;align-items:center;gap:10px;min-width:230px;border:1px solid #d7e1ff;background:#fff;color:#1d2b48;border-radius:10px;padding:9px 12px}.footer-badges span{font-weight:900;color:#1d4ed8}.footer-badges small{font-weight:800;line-height:1.15;text-transform:uppercase;font-size:11px}.footer-main h2{margin:0 0 22px;font-size:24px;color:#fff}.footer-links,.footer-company{display:grid;align-content:start;gap:13px}.footer-links a,.footer-company a,.footer-company p{color:#eef2f7;font-size:18px;margin:0}.footer-links a:hover,.footer-company a:hover{color:#fff;text-decoration:underline}.footer-bottom{border-top:1px solid rgba(255,255,255,.16);padding:26px 0;text-align:center;color:#bcc5d1;font-size:17px}@media (max-width:980px){.footer-main{grid-template-columns:1fr;gap:34px;padding:42px 0}.footer-brand img{width:220px}.footer-badges a{min-width:0;width:100%}.blog-band{background-attachment:scroll}}@media (max-width:680px){.footer-main{padding:34px 0}.footer-brand p,.footer-links a,.footer-company a,.footer-company p{font-size:16px}.footer-main h2{font-size:21px}.footer-bottom{font-size:14px}}


/* Unified local Poppins font and cohesive light sections */
@font-face{font-family:'Poppins';src:url('assets/fonts/Poppins-400-latin-ext.woff2') format('woff2');font-weight:400;font-style:normal;font-display:swap;unicode-range:U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF}@font-face{font-family:'Poppins';src:url('assets/fonts/Poppins-400-latin.woff2') format('woff2');font-weight:400;font-style:normal;font-display:swap;unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD}@font-face{font-family:'Poppins';src:url('assets/fonts/Poppins-600-latin-ext.woff2') format('woff2');font-weight:600;font-style:normal;font-display:swap;unicode-range:U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF}@font-face{font-family:'Poppins';src:url('assets/fonts/Poppins-600-latin.woff2') format('woff2');font-weight:600;font-style:normal;font-display:swap;unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD}@font-face{font-family:'Poppins';src:url('assets/fonts/Poppins-700-latin-ext.woff2') format('woff2');font-weight:700;font-style:normal;font-display:swap;unicode-range:U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF}@font-face{font-family:'Poppins';src:url('assets/fonts/Poppins-700-latin.woff2') format('woff2');font-weight:700;font-style:normal;font-display:swap;unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD}@font-face{font-family:'Poppins';src:url('assets/fonts/Poppins-800-latin-ext.woff2') format('woff2');font-weight:800;font-style:normal;font-display:swap;unicode-range:U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF}@font-face{font-family:'Poppins';src:url('assets/fonts/Poppins-800-latin.woff2') format('woff2');font-weight:800;font-style:normal;font-display:swap;unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD}body,button,input,select{font-family:'Poppins',Arial,sans-serif!important}.blog-band{background:#f4f6f8!important;color:#172033}.blog-band::before{background:linear-gradient(90deg,rgba(244,246,248,.96),rgba(244,246,248,.86)),url('assets/site/background-1.png') center/cover no-repeat!important;opacity:1}.blog-band .section-heading h2{color:#172033}.blog-band .section-heading span{color:#fff;background:var(--red)}.blog-card{box-shadow:0 12px 30px rgba(15,23,42,.08)}.site-footer{background:#f7f8fa!important;color:#172033!important;border-top:1px solid #e5e7eb}.footer-main{padding:46px 0 44px;gap:48px}.footer-brand img{width:230px}.footer-brand p{color:#596273!important;font-size:16px}.footer-main h2{color:#172033!important;font-size:22px}.footer-links a,.footer-company a,.footer-company p{color:#4b5563!important;font-size:16px}.footer-links a:hover,.footer-company a:hover{color:var(--red)!important}.footer-badges a{background:#fff;border:1px solid #dfe5ef;box-shadow:0 8px 20px rgba(15,23,42,.06);min-width:210px}.footer-badges img{height:42px;width:auto;display:block}.footer-badges small{color:#1f2a44}.footer-bottom{border-top:1px solid #e1e5ec;color:#667085!important;background:#fff}.footer-company a{font-weight:700}.footer-brand .footer-social{display:inline-flex;margin-top:16px;min-height:42px;align-items:center;justify-content:center;border-radius:9px;background:var(--red);color:#fff!important;padding:0 14px;font-weight:800}.footer-brand .footer-social:hover{background:#d90d13;color:#fff!important;text-decoration:none}


/* Compact centered mobile layout */
@media (max-width:680px){
  .promo-bar{min-height:32px;font-size:13px}.promo-track span{line-height:32px;padding:0 20px}
  .header-main{display:flex!important;flex-direction:column;align-items:center;justify-content:center;gap:10px;padding:16px 0 14px;text-align:center}.brand{display:flex;justify-content:center}.brand img{width:220px;margin:0 auto}.search-box{width:min(100%,360px);height:48px;margin:0 auto}.search-box input{text-align:left;font-size:15px}.search-box span{width:58px;height:48px}.phone-header{justify-items:center;text-align:center;margin-top:2px}.phone-header span{font-size:11px}.phone-header strong{font-size:28px;line-height:1}.phone-header small{font-size:13px}
  .main-nav{display:flex;justify-content:center;align-items:center;gap:8px 14px;flex-wrap:wrap;padding:10px 8px;height:auto;text-align:center}.main-nav a{font-size:14px;line-height:1.2;white-space:nowrap}
  .hero-slider{height:430px;min-height:430px}.hero-slide::before{background:linear-gradient(90deg,rgba(10,16,28,.82),rgba(10,16,28,.28))}.hero-slide__content{align-items:center;text-align:center;padding:34px 0 62px}.hero-slide__content .eyebrow{font-size:11px;min-height:26px}.hero-slide__content h1,.hero-slide__content .hero-title{font-size:30px;max-width:360px;line-height:1.08;margin:14px auto}.hero-slide__content p{font-size:15px;max-width:360px;line-height:1.45;margin-bottom:18px}.hero-slide__content .primary-btn{min-height:46px;min-width:190px;font-size:15px}.hero-dots{bottom:18px}.hero-dots button{width:38px;height:4px}
  .service-cards{max-width:420px;gap:12px;padding:18px 0}.service-cards article{min-height:94px;grid-template-columns:42px 1fr;padding:14px 16px}.service-icon,.service-icon svg{width:32px;height:32px}.service-cards h2{font-size:16px}.service-cards p{font-size:13px}
  .catalog-band{padding-top:20px}.catalog-layout{gap:14px}.filters{padding:14px}.filters__header h2{font-size:20px}.filter-pill{font-size:13px;min-height:34px}.catalog-toolbar h2{font-size:22px}.product-grid{gap:12px}.product-card h3{font-size:15px}.phone-btn{min-height:44px}
  .location-band,.blog-band{padding:24px 0}.location-grid{width:calc(100% - 20px);padding:10px}.footer-main{text-align:center}.footer-brand img{margin:0 auto}.footer-badges{justify-content:center}.footer-links,.footer-company{justify-items:center}
}
@media (max-width:430px){.brand img{width:205px}.search-box{width:100%}.phone-header strong{font-size:26px}.main-nav a{font-size:13px}.hero-slider{height:400px;min-height:400px}.hero-slide__content h1,.hero-slide__content .hero-title{font-size:27px}.hero-slide__content p{font-size:14px}.hero-slide__content .primary-btn{min-width:170px}.container{width:min(100% - 18px,1180px)}}


/* Compact mobile product cards */
@media (max-width:680px){
  .product-grid{grid-template-columns:1fr;gap:10px}.product-card{border-radius:10px;overflow:hidden}.product-image-btn{height:190px;overflow:hidden;background:#fff}.product-image{height:190px!important;aspect-ratio:auto;width:100%;object-fit:contain;padding:8px}.product-body{padding:10px 12px 12px;gap:7px}.tag{font-size:10px;padding:4px 7px}.product-card h3{font-size:16px;min-height:0;line-height:1.22}.product-card p{font-size:13px;line-height:1.35;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.phone-btn{min-height:42px;font-size:14px;border-radius:9px}.buy-icon{width:24px;height:24px}.buy-icon svg{width:23px;height:23px}.product-card .details-btn{width:34px;height:34px;min-height:34px;top:10px;right:10px;font-size:15px}.catalog-toolbar{align-items:flex-start}.pagination{margin-top:18px}.page-btn{min-width:34px;height:34px;border-radius:8px;font-size:13px}
}
@media (max-width:430px){.product-image-btn{height:165px}.product-image{height:165px!important}.product-card h3{font-size:15px}.product-card p{font-size:12.5px}.phone-btn{min-height:40px;font-size:13px}}


/* Mobile drawer menu and desktop-like mobile product cards */
.mobile-menu-toggle,.mobile-catalog-actions,.mobile-drawer,.drawer-backdrop{display:none}.mobile-menu-toggle{width:44px;height:44px;border:0;background:#fff;border-radius:10px;box-shadow:0 6px 18px rgba(15,23,42,.08);align-items:center;justify-content:center;gap:5px;flex-direction:column}.mobile-menu-toggle span{width:22px;height:2px;background:#172033;border-radius:10px}.mobile-drawer{position:fixed;inset:0 auto 0 0;width:min(88vw,360px);background:#fff;z-index:100;padding:22px;box-shadow:22px 0 55px rgba(15,23,42,.22);transform:translateX(-110%);transition:transform .25s ease;overflow:auto}.mobile-drawer.open{transform:translateX(0)}.drawer-backdrop{position:fixed;inset:0;background:rgba(15,23,42,.48);z-index:99}.drawer-backdrop.open{display:block}.mobile-drawer-close{position:absolute;top:14px;right:14px;width:38px;height:38px;border:0;border-radius:50%;background:var(--red);color:#fff;font-weight:900}.mobile-drawer-section{display:grid;gap:10px;margin-bottom:24px}.mobile-drawer-section h2{margin:0 0 8px;color:#172033;font-size:20px}.mobile-drawer-section>a{min-height:42px;display:flex;align-items:center;border:1px solid #e5e7eb;border-radius:9px;padding:0 12px;font-weight:800;color:#172033}.mobile-catalog-actions{align-items:center;justify-content:space-between;gap:10px;margin-bottom:12px}.mobile-filter-toggle{min-height:40px;border:0;border-radius:9px;background:var(--red);color:#fff;font-weight:900;padding:0 15px}.mobile-catalog-actions span{font-weight:800;color:#596273;font-size:14px;text-align:right}
@media (max-width:680px){.mobile-menu-toggle{display:flex}.main-nav{display:none!important}.mobile-drawer{display:block}.mobile-catalog-actions{display:flex}.header-main{position:relative}.mobile-menu-toggle{order:3}.phone-header{order:4}.catalog-layout{display:block}.filters{display:none}.product-card{background:#fff}.product-image-btn{height:auto;aspect-ratio:1/1;background:#fff}.product-image{height:100%!important;width:100%;object-fit:cover;padding:0}.product-body{padding:10px 12px 12px}.product-card p{-webkit-line-clamp:2}.product-actions{margin-top:8px}}
@media (max-width:430px){.product-image-btn{height:auto;aspect-ratio:1/1}.product-image{height:100%!important}}


/* Refined mobile drawer */
.mobile-drawer{background:#f7f8fb;padding:0;border-radius:0 18px 18px 0}.mobile-drawer-head{position:sticky;top:0;z-index:3;display:flex;align-items:center;justify-content:space-between;gap:12px;background:#fff;padding:18px 18px 14px;border-bottom:1px solid #e8ecf2}.mobile-drawer-head img{width:175px;display:block}.mobile-drawer-close{position:static;flex:0 0 auto;width:40px;height:40px;box-shadow:0 10px 20px rgba(237,17,24,.2)}.mobile-drawer-section{margin:0;padding:18px;display:grid;gap:9px}.filter-section-mobile{background:#fff;border-bottom:1px solid #e8ecf2}.nav-section-mobile{background:#f7f8fb}.drawer-eyebrow{color:var(--red);font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:.04em}.mobile-drawer-section h2{font-size:21px;margin:0 0 8px}.mobile-drawer-section>a{background:#fff;box-shadow:0 4px 12px rgba(15,23,42,.04);border-color:#e5e9f0;font-size:15px;gap:10px}.mobile-drawer-section>a span{width:26px;height:26px;display:inline-flex;align-items:center;justify-content:center;border-radius:8px;background:#fff0f0;color:var(--red);font-weight:900}.filter-section-mobile .filter-pill{min-height:38px;border-radius:9px;background:#fff}.filter-section-mobile .filter-pill.active{background:var(--red);color:#fff;box-shadow:0 8px 18px rgba(237,17,24,.2)}.filter-section-mobile #mobileFilters{display:grid;gap:7px}.drawer-backdrop.open{backdrop-filter:blur(2px)}@media (max-width:430px){.mobile-drawer{width:min(92vw,350px)}.mobile-drawer-head img{width:158px}.mobile-drawer-section{padding:16px}}


/* Mobile search row with hamburger on the right */
@media (max-width:680px){
  .header-main{display:grid!important;grid-template-columns:1fr auto;align-items:center;gap:10px 10px;padding:16px 0 14px;text-align:center}.brand{grid-column:1/-1;justify-self:center}.search-box{grid-column:1/2;width:100%;max-width:none;margin:0;height:52px}.mobile-menu-toggle{grid-column:2/3;grid-row:2;display:flex;width:52px;height:52px;border-radius:12px;margin:0}.phone-header{grid-column:1/-1;justify-items:center;text-align:center;margin-top:4px}.main-nav{display:none!important}
}
@media (max-width:430px){.search-box{height:50px}.mobile-menu-toggle{width:50px;height:50px}.search-box input{font-size:14px;padding-left:14px}.search-box span{width:54px;height:50px}}

/* Mobile product list cards - compact final override */
@media (max-width:680px){
  .product-grid{grid-template-columns:1fr!important;gap:10px!important}
  .product-card{display:grid!important;grid-template-columns:124px minmax(0,1fr)!important;grid-template-rows:auto!important;align-items:stretch;border-radius:12px!important;min-height:154px;overflow:hidden}
  .product-image-btn{grid-column:1;grid-row:1;height:100%!important;min-height:154px!important;aspect-ratio:auto!important;background:#fff;overflow:hidden}
  .product-image{height:100%!important;width:100%!important;aspect-ratio:auto!important;object-fit:cover!important;padding:0!important}
  .product-body{grid-column:2;grid-row:1;padding:10px 10px 10px 12px!important;gap:6px!important;align-content:start}
  .tag{font-size:10px!important;padding:3px 6px!important;border-radius:5px!important}
  .product-card h3{font-size:14px!important;line-height:1.2!important;min-height:0!important;margin:0!important;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
  .product-card p{font-size:12px!important;line-height:1.32!important;-webkit-line-clamp:2!important;margin:0!important}
  .product-actions{margin-top:4px!important}
  .phone-btn{min-height:36px!important;font-size:12px!important;border-radius:8px!important;padding:0 8px!important;gap:7px!important;box-shadow:0 7px 14px rgba(237,17,24,.16)!important}
  .buy-icon{width:20px!important;height:20px!important}
  .buy-icon svg{width:20px!important;height:20px!important}
  .product-card .details-btn{width:30px!important;height:30px!important;min-height:30px!important;top:8px!important;right:8px!important;font-size:13px!important}
}
@media (max-width:430px){
  .product-card{grid-template-columns:108px minmax(0,1fr)!important;min-height:142px}
  .product-image-btn{min-height:142px!important}
  .product-body{padding:9px 9px 9px 10px!important}
  .phone-btn{min-height:34px!important;font-size:11px!important}
}

/* Mobile product popup - compact aligned layout */
@media (max-width:680px){
  .product-dialog{width:min(100vw - 18px,390px)!important;max-height:calc(100dvh - 24px)!important;margin:auto!important;border-radius:14px!important;overflow:hidden!important;padding:0!important}
  .product-dialog::backdrop{background:rgba(15,23,42,.64)!important}
  .dialog-grid{display:block!important;grid-template-columns:1fr!important;max-height:calc(100dvh - 24px)!important;overflow-y:auto!important;background:#fff!important}
  .dialog-grid img{display:block!important;width:100%!important;height:220px!important;min-height:0!important;max-height:220px!important;object-fit:contain!important;background:#fff!important;padding:10px!important}
  .dialog-content{padding:16px 16px 18px!important}
  .dialog-content span{font-size:14px!important;line-height:1.2!important}
  .dialog-content h2{font-size:22px!important;line-height:1.14!important;margin:8px 0 10px!important}
  .dialog-content p,.dialog-content li{font-size:14px!important;line-height:1.42!important}
  .dialog-content ul{margin:10px 0 0!important;padding-left:18px!important}
  .dialog-close{position:absolute!important;top:8px!important;right:8px!important;z-index:5!important;width:42px!important;height:42px!important;border:2px solid #fff!important;box-shadow:0 8px 20px rgba(15,23,42,.25)!important}
  .dialog-phone-btn{width:100%!important;min-height:46px!important;font-size:15px!important;margin-top:14px!important;border-radius:9px!important}
}
@media (max-width:430px){
  .dialog-grid img{height:190px!important;max-height:190px!important}
  .dialog-content{padding:14px 14px 16px!important}
  .dialog-content h2{font-size:20px!important}
}

/* Center ANPC/SOL footer badges on mobile */
@media (max-width:680px){
  .footer-badges a{display:flex!important;align-items:center!important;justify-content:center!important;text-align:center!important}
  .footer-badges img{margin:0 auto!important}
}

/* Stable SVG icons for promo and search */
.promo-fire{width:18px;height:18px;display:inline-block;vertical-align:-3px;margin:0 8px;fill:#ffcf33;filter:drop-shadow(0 1px 0 rgba(0,0,0,.12))}
.search-icon{width:25px;height:25px;display:block}.search-icon circle,.search-icon path{fill:none;stroke:currentColor;stroke-width:2.35;stroke-linecap:round;stroke-linejoin:round}
@media (max-width:680px){.promo-fire{width:16px;height:16px;margin:0 6px}.search-icon{width:23px;height:23px}}
.drawer-nav-icon{width:16px;height:16px;display:block}.drawer-nav-icon path,.drawer-nav-icon circle{fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}

/* Hotter promo flame icon */
.promo-fire{fill:none!important;filter:drop-shadow(0 1px 0 rgba(0,0,0,.14)) drop-shadow(0 0 3px rgba(255,210,36,.55))}
.promo-fire .fire-outer{fill:#ff7a00;stroke:#ffe45c;stroke-width:.9}
.promo-fire .fire-inner{fill:#ffe94a;stroke:none}

/* Anchor click offset below sticky navigation */
html{scroll-padding-top:96px}
#catalog,#products,#location,#blog{scroll-margin-top:96px!important}
@media (max-width:680px){
  html{scroll-padding-top:190px}
  #catalog,#products,#location,#blog{scroll-margin-top:190px!important}
}

/* Footer Facebook link with logo */
.footer-brand .footer-social{display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:10px!important;margin-top:16px!important;min-height:46px!important;border-radius:10px!important;background:#fff!important;color:#172033!important;border:1px solid #dfe5ef!important;box-shadow:0 8px 20px rgba(15,23,42,.06)!important;padding:0 16px!important;font-weight:800!important;text-decoration:none!important}
.footer-brand .footer-social img{width:24px!important;height:24px!important;margin:0!important;background:transparent!important;border-radius:0!important;object-fit:contain!important;flex:0 0 auto!important}
.footer-brand .footer-social:hover{background:#f8fafc!important;color:#1877f2!important;border-color:#cfd8e6!important;text-decoration:none!important}
@media (max-width:680px){.footer-brand .footer-social{width:auto!important}.footer-brand .footer-social img{width:23px!important;height:23px!important}}

/* Legal/information pages */
.legal-wrap{max-width:920px}.legal-wrap h2{font-size:24px;line-height:1.2;border-top:1px solid #e7ebf1;padding-top:20px}.legal-wrap p{margin:12px 0}.legal-wrap .article-lead{border:0;padding:0;font-weight:600;color:#5f6675}
@media (max-width:680px){.legal-wrap h2{font-size:20px}.legal-wrap p{font-size:15px;line-height:1.62}}

/* Hero text spacing refinement */
.hero-slide__content h1,.hero-slide__content .hero-title{line-height:1.08!important;margin-bottom:18px!important}
.hero-slide__content p{margin-top:0!important}
@media (max-width:680px){.hero-slide__content h1,.hero-slide__content .hero-title{line-height:1.12!important;margin-bottom:14px!important}}

/* Hero phone button icon */
.hero-phone-btn{gap:10px}.hero-phone-icon{width:24px;height:24px;display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto}.hero-phone-icon svg{width:24px;height:24px;display:block}.hero-phone-icon path{fill:none;stroke:currentColor;stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round}
@media (max-width:680px){.hero-phone-icon,.hero-phone-icon svg{width:21px;height:21px}}


/* Hero slide clickability and portrait-safe framing */
.hero-slide{pointer-events:none!important;z-index:0}
.hero-slide.active{pointer-events:auto!important;z-index:2}
.hero-slide__content{pointer-events:auto!important}
.hero-slide:nth-child(1){background-position:center top!important}
.hero-slide:nth-child(2){background-position:center top!important}
.hero-slide:nth-child(3){background-position:center top!important}
@media (max-width:680px){
  .hero-slide:nth-child(1),.hero-slide:nth-child(2),.hero-slide:nth-child(3){background-position:center top!important}
}

/* Footer closing bar refinement */
.site-footer{background:#f3f5f8!important;border-top:1px solid #dde3eb!important}
.footer-main{position:relative;padding-bottom:42px!important}
.footer-main::before{content:"";position:absolute;left:0;right:0;top:0;height:1px;background:linear-gradient(90deg,transparent,#d8dee8,transparent)}
.footer-bottom{width:100%!important;max-width:none!important;background:#fff!important;border-top:1px solid #dde3eb!important;padding:22px 16px!important;color:#667085!important;box-shadow:0 -8px 24px rgba(15,23,42,.025)!important}
@media (max-width:680px){.footer-main{padding-bottom:30px!important}.footer-bottom{padding:18px 16px!important}}

/* Header phone program lines */
.phone-header{align-content:center}
.phone-header small{display:block;line-height:1.25}
.phone-header small + small{margin-top:2px}
@media (max-width:680px){.phone-header small{font-size:12.5px}}


/* Search bar icon alignment */
.search-box{align-items:stretch!important;padding:0!important;gap:0!important}
.search-box input{flex:1;min-width:0;height:auto!important}
.search-box span{align-self:stretch!important;height:auto!important;display:flex!important;align-items:center!important;justify-content:center!important;flex:0 0 64px!important}
@media (max-width:430px){.search-box span{flex-basis:54px!important}}

/* Location card alignment tweaks */
.location-address{display:flex;align-items:center;flex-wrap:wrap;gap:0}
@media (max-width:680px){.location-address{align-items:flex-start;line-height:1.35}.location-address .loc-mini{margin-top:2px}.location-address .address-city{display:inline}.location-address .address-separator{display:none}.location-address .address-street{display:block;flex-basis:calc(100% - 24px);margin-left:24px}}

.location-address .address-separator{display:inline-block;width:.35em}

/* Keep the first hero CTA compact on mobile */
@media (max-width:680px){.hero-slide__content .dialog-phone-btn{width:auto!important;min-width:190px!important;max-width:86%!important;min-height:46px!important;padding:0 18px!important;font-size:15px!important;margin-top:0!important}}
@media (max-width:430px){.hero-slide__content .dialog-phone-btn{min-width:170px!important}}

/* Center people in the first two hero slides */
.hero-slide:nth-child(1){background-position:70% center}
.hero-slide:nth-child(2){background-position:68% center}
@media (max-width:680px){.hero-slide:nth-child(1){background-position:72% center}.hero-slide:nth-child(2){background-position:70% center}}

/* Strong hero image focus: keep right-side people centered */
.hero-slider .hero-slide:nth-child(1){background-position:88% center!important}
.hero-slider .hero-slide:nth-child(2){background-position:86% center!important}
.hero-slider .hero-slide:nth-child(3){background-position:82% center!important}
@media (max-width:680px){.hero-slider .hero-slide:nth-child(1),.hero-slider .hero-slide:nth-child(2),.hero-slider .hero-slide:nth-child(3){background-position:100% center!important}}


/* Cookie consent banner */
.cookie-consent{position:fixed;left:50%;bottom:16px;z-index:80;width:min(860px,calc(100% - 28px));display:grid;grid-template-columns:minmax(0,1fr) auto;gap:12px;align-items:center;transform:translateX(-50%);background:#fff;color:#172033;border:1px solid #dfe5ef;border-radius:10px;box-shadow:0 14px 36px rgba(15,23,42,.16);padding:12px 14px}
.cookie-consent__text{min-width:0}.cookie-consent__text strong{display:block;margin-bottom:3px;font-size:15px;color:#172033}.cookie-consent__text p{margin:0;color:#596273;font-size:13px;line-height:1.42}.cookie-consent__text a{color:var(--red);font-weight:800;text-decoration:underline;text-underline-offset:3px}.cookie-consent__actions{display:flex;gap:7px;align-items:center;justify-content:flex-end}.cookie-consent button{min-height:36px;border-radius:7px;padding:0 11px;font-size:13px;font-weight:800;cursor:pointer;white-space:nowrap}.cookie-consent__primary{border:1px solid var(--red);background:var(--red);color:#fff}.cookie-consent__primary:hover{background:#d90d13}.cookie-consent__secondary{border:1px solid #cfd8e6;background:#fff;color:#172033}.cookie-consent__secondary:hover{background:#f8fafc;border-color:#b8c3d4}
@media (max-width:760px){.cookie-consent{bottom:10px;width:calc(100% - 18px);grid-template-columns:1fr;padding:12px}.cookie-consent__text strong{font-size:15px}.cookie-consent__text p{font-size:12.5px}.cookie-consent__actions{display:grid;grid-template-columns:1fr 1fr 1fr;width:100%;gap:6px}.cookie-consent button{width:100%;min-height:34px;padding:0 8px;font-size:12.5px}}
@media (max-width:520px){.cookie-consent{padding:10px}.cookie-consent__actions{grid-template-columns:1fr}.cookie-consent button{min-height:34px}}


/* PageSpeed refinements */
.hero-title{display:block;font-weight:800;color:inherit;letter-spacing:0}
.article-hero{height:auto;aspect-ratio:900/600;object-fit:cover}
.product-image-btn{display:block;width:100%;border:0;background:transparent;padding:0;cursor:pointer}


/* Compact legal footer line */
.footer-bottom{font-size:14px!important;line-height:1.45!important;padding-top:16px!important;padding-bottom:16px!important}
@media (max-width:680px){.footer-bottom{font-size:12.5px!important;line-height:1.5!important;padding:14px 12px!important}}


/* Match non-H1 hero slide titles */
.hero-slide__content .hero-title{max-width:820px;margin:18px 0;font-size:clamp(44px,6vw,82px)!important;line-height:1.08!important;letter-spacing:0;font-weight:800;color:#fff}
@media (max-width:1180px){.hero-slide__content .hero-title{max-width:700px;font-size:clamp(34px,4.5vw,58px)!important;line-height:1.04!important}}
@media (max-width:680px){.hero-slide__content .hero-title{font-size:32px!important;line-height:1.12!important;margin-bottom:14px!important}}



/* Blog card landscape image fix */
#blog .blog-card{overflow:hidden!important}
#blog .blog-card img{width:100%!important;height:270px!important;max-height:270px!important;aspect-ratio:auto!important;object-fit:cover!important;object-position:center center!important;display:block!important;flex:0 0 auto!important}
@media (max-width:1180px){#blog .blog-card img{height:235px!important;max-height:235px!important}}
@media (max-width:680px){#blog .blog-card img{height:205px!important;max-height:205px!important}}


/* Lightweight map card */
.map-card-static{min-height:420px!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;gap:12px!important;text-align:center!important;color:#172033!important;text-decoration:none!important;background:linear-gradient(135deg,#fff,#f4f6f8)!important;border:1px solid #e6e9ef!important;padding:28px!important;position:relative!important;overflow:hidden!important}
.map-card-static::before{content:"";position:absolute;inset:18px;border:1px dashed #cfd8e6;border-radius:14px;pointer-events:none}.map-card-static strong{font-size:28px;color:#172033;position:relative;z-index:1}.map-card-static span{color:#596273;font-size:18px;position:relative;z-index:1}.map-card-static em{display:inline-flex;align-items:center;justify-content:center;min-height:44px;margin-top:8px;border-radius:10px;background:#ed1118;color:#fff;font-style:normal;font-weight:900;padding:0 16px;position:relative;z-index:1}.map-pin{width:64px;height:64px;border-radius:18px;background:#ed1118;color:#fff;display:inline-flex;align-items:center;justify-content:center;box-shadow:0 14px 28px rgba(237,17,24,.22);position:relative;z-index:1}.map-pin svg{width:36px;height:36px}.map-pin path,.map-pin circle{fill:none;stroke:currentColor;stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round}.map-card-static:hover em{background:#d90d13}
@media (max-width:980px){.map-card-static{min-height:320px!important}.map-card-static strong{font-size:24px}.map-card-static span{font-size:16px}}
@media (max-width:680px){.map-card-static{min-height:260px!important;padding:22px!important}.map-pin{width:54px;height:54px}.map-pin svg{width:31px;height:31px}.map-card-static strong{font-size:21px}}


/* Real first hero image */
.hero-slide__bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:88% center;z-index:0}.hero-slide--image{background-image:none!important}@media (max-width:680px){.hero-slide__bg{object-position:100% center}}


/* Logo aspect ratio fix */
.brand img,.article-logo img,.footer-brand img,.mobile-drawer-head img{height:auto!important;object-fit:contain!important}


/* Mobile header alignment */
@media (max-width:680px){
  .header-main{justify-items:center;text-align:center}
  .brand{justify-self:center;display:flex;justify-content:center;width:100%}
  .brand img{margin:0 auto}
  .search-box{justify-self:stretch;width:100%;text-align:left}
  .phone-header{grid-column:1/-1;justify-self:center;justify-items:center;text-align:center;width:100%}
}


/* Tablet header alignment */
@media (min-width:681px) and (max-width:980px){
  .header-main{grid-template-columns:1fr;justify-items:center;text-align:center;gap:14px;padding:18px 0}
  .brand{justify-self:center;display:flex;justify-content:center;width:100%}
  .brand img{width:230px;margin:0 auto}
  .search-box{justify-self:stretch;width:100%;text-align:left}
  .phone-header{grid-column:1/-1;justify-self:center;justify-items:center;text-align:center;width:100%}
}


/* Hero overlay and progress alignment fix */
.hero-slider .hero-slide::before{z-index:1!important;pointer-events:none!important}
.hero-slider .hero-slide__bg{z-index:0!important}
.hero-slider .hero-slide__content{z-index:2!important}
.hero-slider .hero-dots{left:50%!important;right:auto!important;bottom:22px!important;transform:translateX(-50%)!important;z-index:6!important;display:flex!important;justify-content:center!important;align-items:center!important;width:auto!important}
.hero-slider .hero-dots button{flex:0 0 auto!important}


/* Strict mobile header centering */
@media (max-width:680px){
  .header-main{display:grid!important;grid-template-columns:minmax(0,1fr) 64px!important;grid-template-areas:"brand brand" "search menu" "phone phone"!important;justify-items:center!important;align-items:center!important;gap:12px 12px!important;text-align:center!important}
  .header-main .brand{grid-area:brand!important;justify-self:center!important;width:100%!important;display:flex!important;justify-content:center!important;text-align:center!important}
  .header-main .brand img{width:230px!important;margin-left:auto!important;margin-right:auto!important}
  .header-main .search-box{grid-area:search!important;justify-self:stretch!important;width:100%!important;text-align:left!important}
  .header-main .mobile-menu-toggle{grid-area:menu!important;justify-self:end!important}
  .header-main .phone-header{grid-area:phone!important;justify-self:center!important;justify-items:center!important;text-align:center!important;width:100%!important;margin-left:auto!important;margin-right:auto!important}
}


/* Mobile hero content alignment */
@media (max-width:680px){
  .hero-slide__content .eyebrow{align-self:center!important;text-align:center!important;justify-content:center!important}
  .hero-slide__content .primary-btn{align-self:center!important;margin-left:auto!important;margin-right:auto!important}
}
