:root{--navy:#06265b;--navy2:#0b3475;--green:#27b63a;--green2:#0b8e32;--orange:#f49a16;--cream:#f7fbf7;--text:#10233e;--muted:#66748a;--line:#e5ebf2;--shadow:0 12px 35px rgba(6,38,91,.12)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,Segoe UI,Arial,sans-serif;color:var(--text);background:#fff}a{text-decoration:none;color:inherit}.topbar{height:40px;background:linear-gradient(90deg,var(--navy),#0a4b5d);color:#fff;display:flex;justify-content:space-between;align-items:center;padding:0 5%;font-size:13px}.topbar a{margin-left:24px;color:#fff}.topbar .admin-link{color:#b8f5c0}.site-header{height:92px;display:flex;align-items:center;gap:28px;padding:10px 4.5%;background:#fff;position:relative;z-index:50;border-bottom:1px solid var(--line)}.brand{width:250px;flex:none;display:flex;align-items:center}.brand img{width:100%;height:auto;display:block}.search-wrap{flex:1;position:relative}.search-box{height:48px;border:1px solid #dbe3ec;border-radius:12px;display:flex;overflow:hidden;box-shadow:0 5px 18px rgba(0,0,0,.04)}.search-box input{flex:1;border:0;outline:0;padding:0 18px;font-size:15px}.search-box button{width:58px;border:0;background:var(--navy);color:#fff;font-size:25px;cursor:pointer}.search-results{position:absolute;top:55px;left:0;right:0;background:#fff;border:1px solid var(--line);border-radius:12px;box-shadow:var(--shadow);display:none;z-index:99999;overflow:hidden}.search-results.open{display:block}.search-results a,.search-results .no-result{display:flex;justify-content:space-between;padding:14px 16px;border-bottom:1px solid #f0f2f5;background:#fff}.search-results a:hover{background:#f5faf7}.actions{display:flex;align-items:center;gap:18px;font-weight:700}.cart-btn{border:1px solid #dbe3ec;background:#fff;border-radius:10px;padding:11px 14px;font-weight:800;cursor:pointer;color:var(--navy)}.cart-btn b{background:var(--green);color:#fff;border-radius:50%;padding:3px 7px;margin-left:4px}.main-nav{background:#fff;border-bottom:1px solid var(--line);position:relative;z-index:40}.nav-inner{max-width:1250px;margin:auto;display:flex;justify-content:flex-end;align-items:center;gap:34px;padding:0 20px;height:54px;font-weight:750}.nav-inner>a,.nav-drop>a{height:54px;display:flex;align-items:center;border-bottom:3px solid transparent}.nav-inner>a.active,.nav-inner>a:hover,.nav-drop>a:hover{color:var(--green2);border-bottom-color:var(--orange)}.nav-drop{position:relative}.drop-menu{display:none;position:absolute;top:50px;right:0;min-width:230px;background:#fff;border:1px solid var(--line);border-radius:0 0 12px 12px;box-shadow:var(--shadow);padding:8px;z-index:9999}.drop-menu a{display:block;padding:11px 13px;border-radius:8px}.drop-menu a:hover{background:#f0fbf1;color:var(--green2)}.nav-drop:hover .drop-menu{display:block}.hero{height:500px;position:relative;overflow:hidden;background:#0b1f3b}.hero-slide{position:absolute;inset:0;opacity:0;transition:opacity .65s ease;background-size:cover;background-position:center center;background-repeat:no-repeat}.hero-slide.active{opacity:1}.hero-slide:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(3,24,57,.82),rgba(3,24,57,.25) 60%,rgba(3,24,57,.08))}.hero-content{position:relative;z-index:2;color:#fff;width:min(650px,90%);padding:85px 0 0 8%}.hero-kicker{display:inline-block;border:1px solid #a9eab0;border-radius:999px;padding:9px 16px;color:#d8ffd9;font-weight:800;letter-spacing:.08em;background:rgba(6,38,91,.42)}.hero h1{font-size:58px;line-height:.98;margin:20px 0 15px;max-width:610px}.hero h1 span{color:#70e67d}.hero p{font-size:19px;line-height:1.6;max-width:550px;color:#eef7ff}.hero-cta{display:flex;gap:12px;margin-top:24px}.primary,.secondary{border:0;border-radius:10px;padding:13px 20px;font-weight:800;cursor:pointer}.primary{background:var(--green);color:#fff}.secondary{background:#fff;color:var(--navy)}.hero-controls{position:absolute;z-index:4;left:3%;right:3%;top:50%;display:flex;justify-content:space-between;pointer-events:none}.hero-controls button{pointer-events:auto;width:48px;height:48px;border-radius:50%;border:1px solid rgba(255,255,255,.45);background:rgba(3,20,45,.62);color:#fff;font-size:28px;cursor:pointer}.hero-dots{position:absolute;z-index:4;bottom:22px;left:50%;transform:translateX(-50%);display:flex;gap:8px}.hero-dot{width:30px;height:4px;border:0;background:rgba(255,255,255,.55);border-radius:9px}.hero-dot.active{background:var(--green)}.trust-strip{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;padding:22px 5%;background:#fff;border-bottom:1px solid var(--line)}.trust{display:flex;gap:13px;align-items:center;padding:15px 20px;border-radius:14px;background:var(--cream);border:1px solid #dfeee2}.trust strong{display:block}.trust small{color:var(--muted)}.section{padding:58px 5%;max-width:1400px;margin:auto}.section-head{display:flex;justify-content:space-between;align-items:end;gap:20px;margin-bottom:24px}.section-head h2{margin:0;font-size:32px}.section-head p{margin:7px 0 0;color:var(--muted)}.category-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.category-card{border:1px solid var(--line);border-radius:18px;padding:24px;background:#fff;box-shadow:0 8px 25px rgba(6,38,91,.06);min-height:190px}.category-card h3{font-size:22px;margin:12px 0}.category-card p{color:var(--muted);line-height:1.6}.category-card .icon{font-size:34px}.products-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.product-card{border:1px solid var(--line);border-radius:16px;overflow:hidden;background:#fff;box-shadow:0 8px 25px rgba(6,38,91,.05);display:flex;flex-direction:column}.product-photo{height:210px;background:#f4f7f9;position:relative;overflow:hidden}.product-photo img{width:100%;height:100%;object-fit:contain;padding:12px;display:block;background:#f7fafc}.product-photo span{position:absolute;left:10px;top:10px;background:#fff;color:var(--navy);padding:6px 9px;border-radius:999px;font-size:11px;font-weight:800}.product-body{padding:15px;display:flex;flex-direction:column;flex:1}.product-body small{color:var(--green2);font-weight:800}.product-body h3{font-size:17px;margin:6px 0}.product-body p{color:var(--muted);font-size:13px;line-height:1.5;min-height:40px}.product-bottom{display:flex;justify-content:space-between;align-items:center;margin-top:auto;gap:8px}.product-bottom strong{font-size:16px}.product-bottom button{border:0;background:var(--navy);color:#fff;border-radius:8px;padding:9px 12px;font-weight:800;cursor:pointer}.compact .product-photo{height:180px}.page-hero{background:linear-gradient(120deg,#06265b,#0b8e32);color:#fff;padding:65px 5%}.page-hero h1{font-size:46px;margin:0 0 8px}.page-hero p{max-width:700px;font-size:17px;line-height:1.6;color:#e8f6ee}.content-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:34px;align-items:center}.content-grid img{width:100%;border-radius:18px;box-shadow:var(--shadow)}.content-grid p{line-height:1.8;color:#52637a}.contact-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:24px}.contact-card,.help-card{padding:28px;border:1px solid var(--line);border-radius:18px;box-shadow:var(--shadow)}.contact-card h3{margin-top:0}.map{min-height:330px;border-radius:18px;background:linear-gradient(135deg,#dff4e4,#dbe8f8);display:flex;align-items:center;justify-content:center;color:var(--navy);font-weight:800}.help-list{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.help-card h3{margin-top:0}.help-card p{color:var(--muted);line-height:1.65}.shop-toolbar{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:24px;flex-wrap:wrap}.chips{display:flex;gap:8px;flex-wrap:wrap}.chip{border:1px solid #dce5ed;background:#fff;border-radius:999px;padding:9px 14px;cursor:pointer}.chip.active,.chip:hover{background:#eaf8ec;border-color:#9ddaa5;color:var(--green2)}
.regions-mega{display:none;position:absolute;top:50px;right:-40px;width:590px;grid-template-columns:1.05fr .95fr;background:#fff;border:1px solid var(--line);border-radius:0 0 14px 14px;box-shadow:0 22px 55px rgba(6,38,91,.18);overflow:hidden;z-index:100000}.regions-drop:hover .regions-mega{display:grid}.regions-map-col{padding:18px;border-right:1px solid var(--line);background:linear-gradient(180deg,#fff,#f5faf7)}.regions-map-col img{display:block;width:100%;height:255px;object-fit:contain}.regions-countries{padding:18px;display:grid;grid-template-columns:1fr 1fr;align-content:start;gap:2px 8px;max-height:330px;overflow:auto}.mega-label{display:block;font-size:11px;font-weight:900;letter-spacing:.08em;color:var(--navy);margin-bottom:10px}.regions-countries .mega-label{grid-column:1/-1}.regions-countries a{padding:7px 6px;border-radius:7px;font-size:13px}.regions-countries a:not(.view-regions)::before{content:'›';margin-right:7px;color:var(--green2);font-weight:900}.regions-countries a:hover{background:#f0fbf1;color:var(--green2)}.regions-countries .view-regions{grid-column:1/-1;margin-top:6px;font-weight:800;color:var(--green2);border-top:1px solid var(--line);padding-top:11px}.regions-page-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:24px;align-items:stretch}.regions-map-card,.regions-list-card{border:1px solid var(--line);border-radius:20px;background:#fff;box-shadow:var(--shadow);overflow:hidden}.regions-map-card{padding:22px;background:linear-gradient(180deg,#fff,#f5faf7)}.regions-map-card img{width:100%;height:500px;object-fit:contain;display:block}.regions-list-card{padding:28px}.regions-card-title{display:flex;justify-content:space-between;gap:20px;align-items:baseline;margin-bottom:18px}.regions-card-title span{font-size:11px;font-weight:900;letter-spacing:.08em;color:var(--navy)}.regions-card-title strong{font-size:20px;color:var(--green2)}.country-list{display:grid;grid-template-columns:1fr 1fr;gap:8px}.country-link{padding:12px 10px;border-radius:10px;background:#f7faf8;border:1px solid #e4efe6;font-weight:700}.country-link span{color:var(--green2);font-size:20px;vertical-align:-1px;margin-right:7px}.country-link:hover{background:#edf8ef;color:var(--green2);transform:translateX(2px)}.small-note{color:var(--muted);line-height:1.7;margin-top:22px}
footer{background:#051f46;color:#fff;padding:48px 5% 20px;margin-top:40px}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:32px;max-width:1400px;margin:auto}.footer-logo{width:240px;max-width:100%;background:#fff;border-radius:10px;padding:5px}.footer-grid p{color:#c9d6e5;line-height:1.7}.footer-grid h4{margin-top:0}.footer-grid>a,.footer-grid>div>a{display:block;color:#dbe7f2;margin:10px 0}.small,.tiny{font-size:12px}.footer-bottom{border-top:1px solid rgba(255,255,255,.15);margin-top:30px;padding-top:18px;text-align:center;color:#b9c8d9}.overlay{position:fixed;inset:0;background:rgba(2,14,32,.45);z-index:99990;display:none}.overlay.open{display:block}.cart-drawer{position:fixed;z-index:100000;right:0;top:0;height:100vh;width:min(430px,94vw);background:#fff;transform:translateX(100%);transition:.3s;box-shadow:-15px 0 45px rgba(0,0,0,.2);padding:20px;display:flex;flex-direction:column}.cart-drawer.open{transform:translateX(0)}.drawer-head{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid var(--line);padding-bottom:12px}.drawer-head button,.close{border:0;background:#f2f5f7;width:34px;height:34px;border-radius:50%;font-size:22px;cursor:pointer}.cart-items{overflow:auto;flex:1;padding:12px 0}.cart-item{display:grid;grid-template-columns:62px 1fr auto;gap:11px;align-items:center;padding:12px 0;border-bottom:1px solid #edf0f3}.cart-item img{width:62px;height:62px;object-fit:cover;border-radius:10px;background:#f4f7f9}.cart-info b{display:block;font-size:14px}.cart-info small{color:var(--muted)}.qty{display:flex;align-items:center;gap:9px;margin-top:7px}.qty button{border:1px solid #d8e0e8;background:#fff;width:26px;height:26px;border-radius:6px;cursor:pointer}.cart-total{display:flex;justify-content:space-between;font-size:20px;padding:16px 0;border-top:1px solid var(--line)}.modal{position:fixed;inset:0;background:rgba(2,14,32,.55);z-index:100010;display:none;align-items:center;justify-content:center;padding:20px}.modal.open{display:flex}.modal-card{width:min(450px,100%);background:#fff;border-radius:18px;padding:28px;position:relative;box-shadow:var(--shadow)}.modal-card .close{position:absolute;right:18px;top:18px}.modal-card form label,.modal-card form input{display:block;width:100%}.modal-card label{font-weight:700;margin:14px 0}.modal-card input{margin-top:7px;padding:12px;border:1px solid #dbe3ec;border-radius:9px;outline:0}.full{width:100%}.empty{padding:30px;text-align:center;color:var(--muted)}@media(max-width:1050px){.products-grid{grid-template-columns:repeat(3,1fr)}.site-header{gap:15px}.brand{width:200px}.nav-inner{gap:18px}.hero h1{font-size:48px}}@media(max-width:780px){.topbar{height:auto;min-height:38px;padding:8px 4%;font-size:11px}.topbar div:last-child{display:none}.site-header{height:auto;flex-wrap:wrap;padding:10px 4%}.brand{width:180px}.search-wrap{order:3;flex-basis:100%}.actions{margin-left:auto}.main-nav{overflow:auto}.nav-inner{justify-content:flex-start;min-width:max-content}.hero{height:470px}.hero-content{padding:55px 6%}.hero h1{font-size:40px}.trust-strip,.category-grid,.content-grid,.contact-grid,.help-list{grid-template-columns:1fr}.products-grid{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:1fr 1fr}}@media(max-width:500px){.products-grid{grid-template-columns:1fr}.hero h1{font-size:34px}.hero p{font-size:16px}.footer-grid{grid-template-columns:1fr}.actions>a{display:none}.brand{width:155px}}
/* NestWell visual refinement v4 */
:root{--navy:#06265b;--navy-deep:#031a3d;--green:#21b83a;--green2:#078b31;--lime:#72e36e;--orange:#f3a51b;--cream:#f5fbf5}
body{background:linear-gradient(180deg,#fff 0%,#fbfefb 42%,#fff 100%)}
.topbar{background:linear-gradient(100deg,#031a3d 0%,#06265b 48%,#087c42 100%);letter-spacing:.01em}
.topbar strong{color:#eaffeb}.topbar a{opacity:.94}.topbar a:hover{color:#9af0a2}
.site-header{height:86px;box-shadow:0 5px 22px rgba(3,26,61,.06);backdrop-filter:blur(8px)}
.brand{width:235px}.brand img{filter:drop-shadow(0 7px 10px rgba(6,38,91,.09))}
.main-nav{box-shadow:0 4px 18px rgba(6,38,91,.05)}
.nav-inner{max-width:1380px}
.hero{height:540px;border-bottom:4px solid var(--orange);isolation:isolate}
.hero-slide{background-position:center;transform:scale(1.015);transition:opacity .7s ease,transform 6.5s ease}
.hero-slide.active{transform:scale(1.045)}
.hero-slide:after{background:linear-gradient(90deg,rgba(3,20,48,.84) 0%,rgba(3,20,48,.58) 38%,rgba(3,20,48,.18) 72%,rgba(3,20,48,.08) 100%)}
.hero-content{padding:92px 0 0 7.5%;animation:heroContentIn .7s ease both}
.hero-slide:not(.active) .hero-content{animation:none}
.hero h1{font-size:clamp(42px,5vw,68px);text-shadow:0 8px 30px rgba(0,0,0,.22)}
.hero p{font-size:20px;max-width:590px}
.hero-kicker{border-color:rgba(114,227,110,.8);background:rgba(3,26,61,.45);box-shadow:inset 0 0 0 1px rgba(255,255,255,.05),0 8px 30px rgba(0,0,0,.12)}
.hero-cta .primary{background:linear-gradient(135deg,#2acb43,#079438);box-shadow:0 12px 25px rgba(33,184,58,.28)}
.hero-cta .secondary{background:rgba(255,255,255,.92);box-shadow:0 10px 22px rgba(0,0,0,.12)}
.hero-controls button{backdrop-filter:blur(8px);transition:transform .2s ease,background .2s ease}.hero-controls button:hover{transform:scale(1.08);background:rgba(7,139,49,.85)}
.hero-progress{position:absolute;z-index:7;top:0;left:0;right:0;height:4px;background:rgba(255,255,255,.18);overflow:hidden}.hero-progress span{display:block;height:100%;width:0;background:linear-gradient(90deg,var(--green),var(--lime),var(--orange));box-shadow:0 0 14px rgba(114,227,110,.75)}.hero-progress span.run{animation:heroProgress 6.5s linear forwards}
@keyframes heroProgress{from{width:0}to{width:100%}}@keyframes heroContentIn{from{opacity:0;transform:translateX(-28px) translateY(8px)}to{opacity:1;transform:none}}
.trust-strip{background:linear-gradient(180deg,#fff,#f7fcf8);padding-top:24px;padding-bottom:24px}.trust{transition:transform .22s ease,box-shadow .22s ease}.trust:hover{transform:translateY(-4px);box-shadow:0 16px 30px rgba(6,38,91,.09)}
.category-card{position:relative;overflow:hidden;transition:transform .25s ease,box-shadow .25s ease;border-color:#e1eae4}.category-card:before{content:"";position:absolute;inset:auto -20px -35px auto;width:130px;height:130px;border-radius:50%;background:radial-gradient(circle,rgba(33,184,58,.12),transparent 68%)}.category-card:hover{transform:translateY(-7px);box-shadow:0 18px 38px rgba(6,38,91,.11)}
.products-grid{gap:22px}.product-card{transition:transform .22s ease,box-shadow .22s ease}.product-card:hover{transform:translateY(-5px);box-shadow:0 18px 34px rgba(6,38,91,.11)}
.product-photo{background:linear-gradient(145deg,#f4faf5,#edf3fa)}

.regions-mega{display:none;position:absolute;top:50px;right:-40px;width:590px;grid-template-columns:1.05fr .95fr;background:#fff;border:1px solid var(--line);border-radius:0 0 14px 14px;box-shadow:0 22px 55px rgba(6,38,91,.18);overflow:hidden;z-index:100000}.regions-drop:hover .regions-mega{display:grid}.regions-map-col{padding:18px;border-right:1px solid var(--line);background:linear-gradient(180deg,#fff,#f5faf7)}.regions-map-col img{display:block;width:100%;height:255px;object-fit:contain}.regions-countries{padding:18px;display:grid;grid-template-columns:1fr 1fr;align-content:start;gap:2px 8px;max-height:330px;overflow:auto}.mega-label{display:block;font-size:11px;font-weight:900;letter-spacing:.08em;color:var(--navy);margin-bottom:10px}.regions-countries .mega-label{grid-column:1/-1}.regions-countries a{padding:7px 6px;border-radius:7px;font-size:13px}.regions-countries a:not(.view-regions)::before{content:'›';margin-right:7px;color:var(--green2);font-weight:900}.regions-countries a:hover{background:#f0fbf1;color:var(--green2)}.regions-countries .view-regions{grid-column:1/-1;margin-top:6px;font-weight:800;color:var(--green2);border-top:1px solid var(--line);padding-top:11px}.regions-page-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:24px;align-items:stretch}.regions-map-card,.regions-list-card{border:1px solid var(--line);border-radius:20px;background:#fff;box-shadow:var(--shadow);overflow:hidden}.regions-map-card{padding:22px;background:linear-gradient(180deg,#fff,#f5faf7)}.regions-map-card img{width:100%;height:500px;object-fit:contain;display:block}.regions-list-card{padding:28px}.regions-card-title{display:flex;justify-content:space-between;gap:20px;align-items:baseline;margin-bottom:18px}.regions-card-title span{font-size:11px;font-weight:900;letter-spacing:.08em;color:var(--navy)}.regions-card-title strong{font-size:20px;color:var(--green2)}.country-list{display:grid;grid-template-columns:1fr 1fr;gap:8px}.country-link{padding:12px 10px;border-radius:10px;background:#f7faf8;border:1px solid #e4efe6;font-weight:700}.country-link span{color:var(--green2);font-size:20px;vertical-align:-1px;margin-right:7px}.country-link:hover{background:#edf8ef;color:var(--green2);transform:translateX(2px)}.small-note{color:var(--muted);line-height:1.7;margin-top:22px}
footer{background:linear-gradient(135deg,#031a3d,#06265b 60%,#08753b);position:relative;overflow:hidden}footer:before{content:"";position:absolute;width:420px;height:420px;right:-160px;top:-190px;border-radius:50%;background:rgba(114,227,110,.08)}footer:after{content:"";position:absolute;width:260px;height:260px;left:-120px;bottom:-160px;border-radius:50%;background:rgba(243,165,27,.07)}footer>*{position:relative;z-index:1}.footer-grid{grid-template-columns:1.6fr 1fr 1fr 1.3fr}.footer-grid h4{color:#fff}.footer-grid p{color:#d2e0ef}.footer-grid>div>a:hover{color:#8ff29a}.footer-logo{display:none}
.chat-float{position:fixed;right:22px;bottom:22px;z-index:100020;display:flex;align-items:center;gap:10px;padding:11px 16px 11px 11px;border-radius:999px;background:linear-gradient(135deg,#0a9f3d,#21c34a);color:#fff;box-shadow:0 15px 35px rgba(7,139,49,.32);border:2px solid rgba(255,255,255,.82);transition:transform .2s ease,box-shadow .2s ease}.chat-float:hover{transform:translateY(-3px) scale(1.02);box-shadow:0 20px 42px rgba(7,139,49,.4)}.chat-icon{width:38px;height:38px;border-radius:50%;display:grid;place-items:center;background:#fff;color:#078b31;font-size:22px;font-weight:900}.chat-float strong,.chat-float small{display:block}.chat-float small{opacity:.85;margin-top:2px}.chat-pulse{position:absolute;left:9px;top:8px;width:12px;height:12px;border-radius:50%;background:#ffcc38;border:2px solid #fff;animation:pulse 1.8s infinite}@keyframes pulse{0%,100%{transform:scale(.85);box-shadow:0 0 0 0 rgba(255,204,56,.55)}50%{transform:scale(1);box-shadow:0 0 0 7px rgba(255,204,56,0)}}
.search-results{z-index:100500}.cart-drawer{z-index:100600}.overlay{z-index:100550}.modal{z-index:100700}
@media(max-width:780px){.hero{height:500px}.hero-content{padding:62px 6% 0}.hero h1{font-size:40px}.hero p{font-size:16px}.chat-float{right:12px;bottom:12px;padding:9px 13px 9px 9px}.chat-icon{width:34px;height:34px}.chat-float small{font-size:10px}.topbar div:first-child{font-size:10px}.footer-grid{grid-template-columns:1fr 1fr}}
@media(max-width:500px){.hero{height:485px}.hero-content{padding-top:52px}.hero h1{font-size:34px}.hero-kicker{font-size:11px;padding:7px 11px}.hero-cta{flex-wrap:wrap}.hero-controls button{width:42px;height:42px}.chat-float span:last-child{display:none}.chat-float{padding:8px}.chat-icon{width:40px;height:40px}.footer-grid{grid-template-columns:1fr}}

@media(max-width:900px){.regions-mega{position:fixed;top:136px;left:3%;right:3%;width:auto;max-height:70vh;overflow:auto}.regions-page-grid{grid-template-columns:1fr}.regions-map-card img{height:360px}.country-list{grid-template-columns:1fr}.product-photo{height:220px}.hero-slide{background-position:center center}.hero h1{font-size:44px}}

/* ===== NESTWELL 10/10 STOREFRONT — LANDING PAGE UPGRADE ===== */
:root{--nw-navy:#10284a;--nw-green:#4d8125;--nw-green2:#69a92d;--nw-blue:#1357b8;--nw-orange:#f47c20;--nw-line:#e6eaf0;--nw-soft:#f7f9fb;--nw-shadow:0 14px 40px rgba(16,40,74,.10)}
body{background:#fff;color:var(--nw-navy)}
.topbar{height:42px;padding:0 clamp(20px,4vw,42px);display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #e8ebef;background:#fff;color:#172742;font-size:13px;position:relative;z-index:1100}
.topbar-left,.topbar-right{display:flex;align-items:center;gap:10px}.topbar-left i{width:1px;height:17px;background:#cdd3dc;margin:0 6px}.topbar-left span:first-child{font-size:18px}.topbar-right{gap:24px}.topbar a{color:#172742;text-decoration:none}.topbar a:hover{color:var(--nw-green)}
.site-header{position:relative;z-index:1050;background:#fff;border-bottom:1px solid #edf0f4;box-shadow:0 4px 18px rgba(16,40,74,.045)}
.brand-row{height:106px;padding:9px clamp(20px,3.3vw,48px);display:grid;grid-template-columns:320px minmax(350px,1fr) 300px;gap:28px;align-items:center}
.brand{display:flex;align-items:center;height:88px}.brand img{width:275px;height:88px;object-fit:contain;object-position:left center}
.search-wrap{position:relative;width:100%;max-width:none;margin:0}
.search-box{height:49px;border:1px solid #dce2e9;border-radius:10px;display:grid;grid-template-columns:190px 1fr 55px;overflow:visible;background:#fff;box-shadow:0 3px 12px rgba(16,40,74,.04)}
.all-categories{border:0;border-radius:9px 0 0 9px;background:var(--nw-green);color:#fff;font-weight:800;font-size:15px;padding:0 16px;display:flex;align-items:center;justify-content:space-between;cursor:pointer}
.search-box input{border:0;outline:0;padding:0 18px;font-size:15px;color:#22334d;min-width:0}.search-box input::placeholder{color:#8993a3}
.search-button{border:0;background:var(--nw-green);color:#fff;font-size:27px;cursor:pointer;border-radius:0 9px 9px 0}
.search-results{top:57px;border-radius:0 0 12px 12px;z-index:99999;max-height:390px}.search-result{padding:14px 17px}
.header-actions{display:flex;align-items:center;justify-content:flex-end;gap:28px;height:100%}
.header-action{border:0;background:transparent;color:#12233e;text-decoration:none;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;cursor:pointer;min-width:55px}
.header-action>span{font-size:28px;line-height:28px;position:relative}.header-action small{font-size:13px;color:#1c2b43}.action-badge{position:absolute;right:-13px;top:-8px;background:var(--nw-green);color:#fff;border-radius:50%;font-size:10px;min-width:19px;height:19px;display:grid;place-items:center;border:2px solid #fff}.cart-action{font:inherit}
.main-nav{height:62px;padding:0 clamp(20px,1.7vw,28px);border-top:0;background:#fff;box-shadow:0 6px 18px rgba(16,40,74,.05);position:relative;z-index:1000}
.nav-inner{width:100%;display:flex;align-items:center;gap:18px}.department-trigger{height:46px;min-width:242px;padding:0 18px;border-radius:8px;background:var(--nw-navy);color:#fff;text-decoration:none;display:flex;align-items:center;justify-content:space-between;font-weight:800}.nav-links{display:flex;align-items:center;justify-content:flex-start;gap:22px;flex:1}.nav-links>a,.nav-drop>a{display:flex;align-items:center;gap:7px;color:#17253d;text-decoration:none;font-weight:750;padding:20px 4px;white-space:nowrap}.nav-drop{position:relative}.nav-drop>a:hover,.nav-links>a:hover{color:var(--nw-green)}.drop-menu{position:absolute;left:0;top:57px;min-width:220px;background:#fff;border:1px solid var(--nw-line);box-shadow:0 18px 50px rgba(16,40,74,.18);border-radius:0 0 12px 12px;padding:10px;display:none;z-index:99998}.nav-drop:hover>.drop-menu{display:block}.drop-menu a{display:block;padding:11px 12px;color:#24344c;text-decoration:none;border-radius:8px}.drop-menu a:hover{background:#f2f8ed;color:var(--nw-green)}
.regions-mega{position:absolute;right:-15px;top:57px;width:590px;background:#fff;border:1px solid #e2e7ed;box-shadow:0 22px 60px rgba(16,40,74,.20);border-radius:0 0 14px 14px;display:none;grid-template-columns:1fr 1fr;overflow:hidden;z-index:99999}.regions-drop:hover .regions-mega{display:grid}.regions-map-col{padding:20px;border-right:1px solid var(--nw-line);min-height:370px}.regions-map-col img{width:100%;height:300px;object-fit:contain;margin-top:8px}.regions-countries{padding:20px;display:grid;grid-template-columns:1fr 1fr;align-content:start;gap:0 12px}.regions-countries a{padding:7px 0;color:#23344b;text-decoration:none;font-size:13px}.regions-countries a:before{content:"›";margin-right:8px;color:var(--nw-green);font-weight:900}.regions-countries .view-regions{grid-column:1/-1;color:var(--nw-green);font-weight:800;border-top:1px solid var(--nw-line);margin-top:7px;padding-top:13px}.mega-label{display:block;font-size:11px;font-weight:900;letter-spacing:.8px;color:#27364b}

.home-main{background:#fff}.home-hero{position:relative;margin:0 15px;border-radius:0 0 18px 18px;overflow:hidden;height:470px;display:grid;grid-template-columns:1.02fr 1.05fr .9fr;background:#10233f;box-shadow:0 10px 30px rgba(16,40,74,.14)}
.hero-progress{position:absolute;left:0;right:0;top:0;height:4px;background:rgba(255,255,255,.25);z-index:30}.hero-progress span{display:block;width:33.333%;height:100%;background:var(--nw-green2);transform-origin:left}.hero-progress span.run{animation:nwProgress 6.5s linear forwards}@keyframes nwProgress{from{transform:scaleX(0)}to{transform:scaleX(1)}}
.hero-panel{position:relative;overflow:hidden;background-size:cover;background-position:center;transition:flex .5s ease,filter .4s ease,transform .45s ease}.hero-panel:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(4,16,31,.83) 0%,rgba(4,16,31,.35) 52%,rgba(4,16,31,.04) 100%);z-index:1}.hero-panel.focus{filter:saturate(1.08);transform:scale(1.008);z-index:4}.hero-overlay{position:absolute;inset:0;background:linear-gradient(180deg,rgba(8,25,43,.10),rgba(8,25,43,.28));z-index:2}.smart-panel{background-image:url('assets/hero/smart-furniture.jpg')}.clean-panel{background-image:url('assets/hero/household.jpg')}.toys-panel{background-image:url('assets/hero/toys.jpg')}.clean-panel:after{background:linear-gradient(90deg,rgba(255,255,255,.05),rgba(6,37,72,.16))}.toys-panel:after{background:linear-gradient(90deg,rgba(20,26,35,.58),rgba(20,26,35,.18))}
.hero-copy{position:absolute;left:28px;right:18px;bottom:42px;z-index:5;color:#fff;max-width:500px;transition:transform .45s ease,opacity .45s ease}.hero-panel.focus .hero-copy{transform:translateY(-5px)}
.hero-kicker{display:inline-flex;align-items:center;padding:7px 13px;border:1px solid #9bd64e;border-radius:999px;color:#eaffcf;background:rgba(46,82,24,.46);font-size:12px;font-weight:900;letter-spacing:.7px}.hero-kicker.blue{border-color:#67b5ff;background:rgba(10,59,120,.55)}.hero-kicker.orange{border-color:#ff9b51;background:rgba(127,55,13,.55)}
.hero-copy h1{font-size:clamp(34px,3.5vw,58px);line-height:.95;margin:14px 0 12px;letter-spacing:-1.5px;text-transform:uppercase}.hero-copy h1 em{color:#9ad83e;font-style:normal}.hero-copy h1 .blue-text,.blue-text{color:#76c8ff}.hero-copy p{font-size:16px;line-height:1.45;margin:0 0 20px;color:#fff}.hero-btn{display:inline-flex;align-items:center;gap:18px;padding:12px 16px;border-radius:7px;color:#fff;text-decoration:none;font-weight:900;font-size:13px;box-shadow:0 8px 20px rgba(0,0,0,.15)}.hero-btn.green{background:var(--nw-green2)}.hero-btn.blue-btn{background:#08479c}.hero-btn.orange-btn{background:#f47720}.hero-feature-list{position:absolute;right:14px;top:45px;z-index:6;display:flex;flex-direction:column;gap:7px}.hero-feature-list span{font-size:10px;padding:7px 9px;border:1px solid rgba(100,200,255,.6);background:rgba(3,25,47,.62);border-radius:6px;color:#e7f8ff;white-space:nowrap}
.hero-arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:10;width:43px;height:43px;border-radius:50%;border:1px solid rgba(255,255,255,.5);background:rgba(4,20,35,.58);color:#fff;font-size:34px;line-height:35px;cursor:pointer}.hero-left{left:12px}.hero-right{right:12px}.hero-dots{position:absolute;z-index:12;bottom:11px;left:50%;transform:translateX(-50%);display:flex;gap:9px}.hero-dot{width:11px;height:11px;border-radius:50%;border:2px solid #fff;background:#fff;opacity:.85;padding:0;cursor:pointer}.hero-dot.active{background:var(--nw-green2);transform:scale(1.18)}

.home-trust{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;padding:14px 26px;background:#fff}.trust-card{min-height:76px;border:1px solid #e7ebef;border-radius:13px;display:flex;align-items:center;gap:14px;padding:12px 24px;box-shadow:0 5px 18px rgba(16,40,74,.045)}.trust-icon{width:39px;height:39px;border:2px solid var(--nw-green);border-radius:50%;display:grid;place-items:center;font-weight:900;font-size:20px;color:var(--nw-green)}.trust-icon.truck{border-color:#1b60d0;color:#1b60d0}.trust-icon.secure{border-color:#f58224;color:#f58224}.trust-icon.support{border-color:var(--nw-green);color:var(--nw-green)}.trust-card strong{display:block;font-size:15px}.trust-card small{display:block;color:#657186;margin-top:3px;font-size:12px}
.home-section{padding:30px 26px}.category-section{padding-top:18px}.section-title-row{display:flex;justify-content:space-between;align-items:end;margin-bottom:18px;gap:20px}.section-title-row h2{font-size:27px;margin:0 0 4px;letter-spacing:-.5px}.section-title-row p{margin:0;color:#718096;font-size:13px}.view-all{color:var(--nw-green);font-weight:850;text-decoration:none;font-size:13px}.view-all:hover{text-decoration:underline}
.category-showcase{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.category-tile{height:155px;border-radius:14px;position:relative;overflow:hidden;text-decoration:none;color:#152943;padding:22px;display:flex;justify-content:space-between;align-items:center;box-shadow:0 4px 18px rgba(16,40,74,.05);transition:.25s}.category-tile:hover{transform:translateY(-4px);box-shadow:0 14px 30px rgba(16,40,74,.12)}.category-tile h3{margin:0 0 8px;font-size:17px}.category-tile p{margin:0 0 15px;line-height:1.25;font-size:13px}.category-tile b{font-size:12px}.category-tile img{width:145px;height:125px;object-fit:contain;filter:drop-shadow(0 10px 10px rgba(0,0,0,.12))}.toys-tile{background:#fff0df;color:#e66c13}.smart-tile{background:#edf6e9;color:#4a7c26}.home-tile{background:#eaf4ff;color:#114aa4}.deals-tile{background:#fff4d7;color:#182c48}.deal-badge{width:88px;height:88px;background:#e84b3f;color:#fff;display:grid;place-items:center;text-align:center;font-weight:950;font-size:13px;line-height:1.05;border-radius:48% 52% 49% 51%;transform:rotate(-8deg);box-shadow:0 7px 0 #c9352c}.deal-badge small{font-size:25px}
.featured-section{background:#fafbfd;padding-top:38px}.section-eyebrow{display:block;color:var(--nw-green);font-size:10px;font-weight:950;letter-spacing:1.4px;margin-bottom:4px}.home-products{grid-template-columns:repeat(4,1fr);max-width:none}.home-products .product-card{border:1px solid #e6eaf0;box-shadow:0 6px 20px rgba(16,40,74,.05)}.home-products .product-photo{height:190px;background:#f7f9fb}.home-products .product-photo img{object-fit:contain!important;padding:18px}.home-products .product-body{padding:14px}.home-products .product-body h3{font-size:14px}.home-products .product-body p{display:none}

.home-benefit{margin:10px 26px 34px;border-radius:20px;overflow:hidden;background:linear-gradient(110deg,#0c2544,#183b59 56%,#426f28);color:#fff}.benefit-inner{min-height:330px;padding:46px 7%;display:grid;grid-template-columns:1fr 1fr;align-items:center}.section-eyebrow.light{color:#b9e870}.benefit-inner h2{font-size:40px;line-height:1;margin:8px 0 16px}.benefit-inner h2 em{font-style:normal;color:#9bd83f}.benefit-inner p{max-width:520px;color:#d9e4ef;line-height:1.6}.benefit-actions{display:flex;gap:12px;align-items:center;margin-top:22px}.ghost-light{color:#fff;text-decoration:none;font-weight:800;font-size:13px}.benefit-orbit{height:260px;position:relative}.orbit-ring{position:absolute;width:250px;height:250px;border:1px solid rgba(155,216,63,.45);border-radius:50%;left:50%;top:50%;transform:translate(-50%,-50%);box-shadow:0 0 0 25px rgba(155,216,63,.04),0 0 0 55px rgba(155,216,63,.025)}.orbit-card{position:absolute;background:rgba(255,255,255,.10);backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.18);padding:13px 15px;border-radius:13px;display:flex;flex-direction:column;gap:2px;min-width:125px}.orbit-card b{font-size:13px}.orbit-card small{color:#c5d3df}.card-one{left:12%;top:20%}.card-two{right:4%;top:44%}.card-three{left:30%;bottom:3%}
.home-newsletter{margin:0 26px 42px;padding:28px 38px;border:1px solid #e5e9ef;border-radius:16px;background:linear-gradient(90deg,#f4faef,#f8fbff);display:flex;align-items:center;justify-content:space-between}.home-newsletter h2{margin:2px 0 5px}.home-newsletter p{margin:0;color:#6d7788;font-size:13px}

.chat-float{position:fixed;right:22px;bottom:22px;z-index:40000;background:#25d366;color:#fff;border-radius:999px;padding:10px 17px 10px 11px;display:flex;align-items:center;gap:9px;text-decoration:none;box-shadow:0 14px 35px rgba(20,120,70,.28);transition:.25s}.chat-float:hover{transform:translateY(-3px)}.chat-icon{width:35px;height:35px;border-radius:50%;background:#fff;color:#1fae59;display:grid;place-items:center;font-size:20px}.chat-float strong,.chat-float small{display:block}.chat-float strong{font-size:12px}.chat-float small{font-size:9px;opacity:.9}.chat-pulse{position:absolute;left:8px;top:8px;width:10px;height:10px;border-radius:50%;background:#ff3b30;border:2px solid #fff}

.cart-drawer{z-index:50000!important}.overlay{z-index:49999!important}.modal{z-index:50001!important}.search-results{z-index:99999!important}

.footer-brand{width:180px;height:auto;object-fit:contain;filter:brightness(0) invert(1);opacity:.9;margin-bottom:8px}
footer{background:#081c33!important;color:#d9e5ef!important}.footer-grid{max-width:1300px;margin:auto;padding:42px 26px;display:grid;grid-template-columns:2fr 1fr 1fr 1.4fr;gap:35px}.footer-grid h4{color:#fff;margin:0 0 12px}.footer-grid a{display:block;color:#a9b8c8;text-decoration:none;margin:8px 0;font-size:13px}.footer-grid a:hover{color:#9bd83f}.footer-grid p{color:#a9b8c8;line-height:1.6;font-size:13px}.footer-bottom{border-top:1px solid #ffffff15;padding:15px 26px;text-align:center;color:#8294a8;font-size:11px}

@media(max-width:1200px){.brand-row{grid-template-columns:260px minmax(300px,1fr) 220px;gap:16px}.brand img{width:235px}.header-actions{gap:12px}.nav-links{gap:10px}.department-trigger{min-width:205px}.category-showcase{grid-template-columns:repeat(2,1fr)}.home-products{grid-template-columns:repeat(3,1fr)}}
@media(max-width:900px){.topbar-left span:nth-of-type(n+5),.topbar-left i:nth-of-type(n+2){display:none}.topbar-right{gap:12px}.brand-row{height:auto;grid-template-columns:210px 1fr;grid-template-rows:75px auto}.brand{height:70px}.brand img{width:205px;height:70px}.header-actions{grid-column:2;grid-row:1;justify-content:flex-end}.search-wrap{grid-column:1/-1;grid-row:2;padding-bottom:10px}.main-nav{overflow-x:auto}.nav-inner{min-width:920px}.home-hero{height:500px;grid-template-columns:1fr 1fr}.toys-panel{display:none}.home-trust{grid-template-columns:repeat(2,1fr)}.home-products{grid-template-columns:repeat(2,1fr)}.benefit-inner{grid-template-columns:1fr}.benefit-orbit{display:none}.footer-grid{grid-template-columns:1fr 1fr}}
@media(max-width:600px){.topbar{height:auto;min-height:38px;padding:8px 14px;font-size:11px}.topbar-left{gap:5px}.topbar-right{display:none}.brand-row{grid-template-columns:1fr auto;padding:8px 14px}.brand img{width:190px}.header-actions{gap:5px}.header-action{min-width:42px}.header-action small{font-size:10px}.header-action>span{font-size:22px}.header-actions .header-action:first-child{display:none}.search-wrap{grid-column:1/-1}.search-box{grid-template-columns:125px 1fr 45px;height:45px}.all-categories{font-size:12px;padding:0 10px}.all-categories span{display:none}.main-nav{height:54px;padding:0 14px}.nav-inner{min-width:850px}.department-trigger{min-width:185px;height:42px}.home-hero{margin:0;height:520px;grid-template-columns:1fr}.hero-panel{display:none}.hero-panel.focus{display:block}.hero-copy{left:24px;bottom:48px}.hero-copy h1{font-size:44px}.hero-feature-list{right:12px;top:35px}.hero-arrow{width:38px;height:38px}.home-trust{padding:10px 12px;gap:8px}.trust-card{padding:10px 12px;min-height:70px}.trust-card strong{font-size:11px}.trust-card small{font-size:9px}.trust-icon{width:31px;height:31px;font-size:15px;flex:none}.home-section{padding:25px 14px}.section-title-row{align-items:flex-start;flex-direction:column}.category-showcase{grid-template-columns:1fr 1fr;gap:9px}.category-tile{height:160px;padding:14px}.category-tile img{width:88px;height:95px}.category-tile h3{font-size:14px}.category-tile p{font-size:10px}.home-products{grid-template-columns:1fr 1fr;gap:10px}.home-products .product-photo{height:150px}.home-benefit{margin:5px 14px 25px}.benefit-inner{padding:34px 24px}.benefit-inner h2{font-size:32px}.home-newsletter{margin:0 14px 30px;padding:24px;display:block}.home-newsletter .primary{margin-top:15px;display:inline-block}.chat-float{right:12px;bottom:12px;padding:8px 12px 8px 8px}.chat-float small{display:none}.regions-mega{position:fixed;left:10px;right:10px;top:105px;width:auto;max-height:70vh;overflow:auto}.regions-map-col{min-height:250px}.regions-map-col img{height:220px}.regions-countries{grid-template-columns:1fr 1fr}.footer-grid{grid-template-columns:1fr 1fr;padding:30px 18px;gap:22px}.footer-brand{width:145px}}
/* NestWell premium search + hero v6 */
.creative-search{position:relative;box-shadow:0 8px 26px rgba(6,38,91,.07);border-radius:15px;border-color:#dbe6de;background:#fff}.creative-search:focus-within{border-color:#67b76f;box-shadow:0 10px 32px rgba(39,182,58,.12)}.all-categories{display:flex;align-items:center;gap:10px;border:0;background:linear-gradient(135deg,#315f1e,#4c8f28);color:#fff;font-weight:800;padding:0 16px;cursor:pointer}.all-categories b{font-size:15px;margin-left:4px}.menu-glyph{display:grid;gap:3px}.menu-glyph i{display:block;width:17px;height:2px;background:#fff;border-radius:2px;position:relative}.menu-glyph i:after{content:'';position:absolute;left:0;top:-1px;width:3px;height:4px;border-radius:50%;background:#fff}.search-spark{display:grid;place-items:center;width:28px;color:#62a52c;font-size:18px}.search-clear{border:0;background:transparent;color:#98a4b2;font-size:24px;padding:0 6px;cursor:pointer}.search-hints{display:flex;gap:8px;padding:7px 2px 0;flex-wrap:wrap}.search-hints button{border:0;background:#f2f7ef;color:#477629;border-radius:999px;padding:5px 9px;font-size:10px;font-weight:750;cursor:pointer}.search-hints button:hover{background:#e1f1df}.home-hero-pro{height:545px;margin:0 15px;border-radius:0 0 22px 22px;position:relative;overflow:hidden;background:#071d36;box-shadow:0 18px 42px rgba(6,38,91,.16)}.hero-slide-pro{position:absolute;inset:0;opacity:0;visibility:hidden;transition:opacity .7s ease,transform 1s ease;transform:scale(1.025);background-image:var(--hero-image);background-size:cover;background-position:center;background-repeat:no-repeat}.hero-slide-pro.active{opacity:1;visibility:visible;transform:scale(1)}.hero-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(4,20,42,.88) 0%,rgba(4,20,42,.58) 38%,rgba(4,20,42,.10) 72%,rgba(4,20,42,.02));}.hero-shade.clean{background:linear-gradient(90deg,rgba(5,25,50,.78),rgba(5,25,50,.30) 48%,rgba(5,25,50,.06))}.hero-shade.toys{background:linear-gradient(90deg,rgba(24,32,49,.76),rgba(24,32,49,.27) 52%,rgba(24,32,49,.04))}.hero-content-pro{position:relative;z-index:3;color:#fff;width:min(690px,62%);padding:76px 0 0 7%;animation:heroTextIn .7s ease both}.hero-slide-pro:not(.active) .hero-content-pro{animation:none}.hero-slide-pro.active .hero-content-pro{animation:heroTextIn .7s ease .08s both}.hero-kicker-pro{display:inline-flex;align-items:center;border:1px solid currentColor;border-radius:999px;padding:8px 14px;font-size:11px;font-weight:900;letter-spacing:.11em;background:rgba(255,255,255,.08);backdrop-filter:blur(8px)}.hero-kicker-pro.green{color:#c7f4a1}.hero-kicker-pro.blue{color:#c3e8ff}.hero-kicker-pro.orange{color:#ffd0a3}.hero-content-pro h1{font-size:clamp(42px,5.2vw,76px);line-height:.92;letter-spacing:-2.8px;margin:20px 0 17px;max-width:700px}.hero-content-pro h1 em{font-style:normal;color:#a5df4a}.hero-content-pro p{font-size:18px;line-height:1.55;max-width:610px;color:#f4f8fb;margin:0 0 18px}.hero-points{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:24px}.hero-points span{padding:7px 10px;border:1px solid rgba(255,255,255,.22);background:rgba(6,27,48,.45);border-radius:999px;font-size:11px;font-weight:750;backdrop-filter:blur(6px)}.hero-cta-pro{display:inline-flex;align-items:center;gap:20px;padding:13px 18px;border-radius:9px;color:#fff;font-weight:900;font-size:13px;box-shadow:0 12px 25px rgba(0,0,0,.18)}.hero-cta-pro.green{background:#59a52d}.hero-cta-pro.blue{background:#0758b8}.hero-cta-pro.orange{background:#f57c1f}.hero-float-card{position:absolute;right:4%;bottom:28px;z-index:4;padding:15px 18px;border:1px solid rgba(255,255,255,.25);background:rgba(4,23,43,.66);backdrop-filter:blur(12px);border-radius:15px;color:#fff;display:grid;gap:4px;min-width:235px}.hero-float-card b{font-size:13px}.hero-float-card small{font-size:10px;color:#cddbe8}.hero-progress-pro{position:absolute;z-index:8;left:0;right:0;top:0;height:4px;background:rgba(255,255,255,.18)}.hero-progress-pro span{display:block;width:0;height:100%;background:linear-gradient(90deg,#7fd23b,#f6b82e);box-shadow:0 0 10px rgba(127,210,59,.65)}.hero-progress-pro span.run{animation:heroProgress 7s linear forwards}.hero-arrow-pro{position:absolute;z-index:8;top:50%;transform:translateY(-50%);width:52px;height:52px;border-radius:50%;border:1px solid rgba(255,255,255,.32);background:rgba(5,22,43,.60);color:#fff;font-size:35px;line-height:1;cursor:pointer;backdrop-filter:blur(8px);transition:.2s}.hero-arrow-pro:hover{background:#5a9e2f;transform:translateY(-50%) scale(1.06)}.hero-arrow-pro.left{left:24px}.hero-arrow-pro.right{right:24px}.hero-dots-pro{position:absolute;z-index:8;left:50%;bottom:19px;transform:translateX(-50%);display:flex;gap:8px}.hero-dot-pro{width:38px;height:5px;border:0;border-radius:10px;background:rgba(255,255,255,.55);cursor:pointer}.hero-dot-pro.active{background:#9cdb42}.hero-counter{position:absolute;z-index:8;left:7%;bottom:21px;display:flex;align-items:center;gap:8px;color:#fff;font-size:11px;font-weight:900;letter-spacing:.12em}.hero-counter i{width:32px;height:1px;background:rgba(255,255,255,.55)}.category-icon-rail{display:grid;grid-template-columns:repeat(6,1fr);gap:10px;margin-top:15px}.category-icon-rail a{display:flex;align-items:center;justify-content:center;gap:8px;min-height:60px;border:1px solid #e4ebdf;background:#fbfdf9;border-radius:13px;color:#20304a;font-size:11px;font-weight:850;transition:.22s}.category-icon-rail a:hover{transform:translateY(-3px);border-color:#b6d8a5;box-shadow:0 10px 22px rgba(39,96,35,.08);color:#4d8b2a}.category-icon-rail img{width:34px;height:34px;object-fit:contain}.category-icon-rail span{max-width:100px}
@keyframes heroProgress{from{width:0}to{width:100%}}@keyframes heroTextIn{from{opacity:0;transform:translateY(20px) translateX(-8px)}to{opacity:1;transform:none}}
@media(max-width:900px){.home-hero-pro{height:500px;margin:0 10px}.hero-content-pro{width:80%;padding:58px 0 0 7%}.hero-content-pro h1{font-size:48px}.hero-content-pro p{font-size:15px}.hero-float-card{display:none}.category-icon-rail{grid-template-columns:repeat(3,1fr)}}
@media(max-width:600px){.creative-search{grid-template-columns:auto 1fr auto}.all-categories span,.all-categories b{display:none}.all-categories{width:48px;justify-content:center;padding:0}.search-spark{display:none}.home-hero-pro{height:520px;margin:0;border-radius:0}.hero-slide-pro{background-position:center}.hero-content-pro{width:90%;padding:48px 24px}.hero-content-pro h1{font-size:43px;letter-spacing:-1.8px}.hero-content-pro p{font-size:14px}.hero-points{display:none}.hero-arrow-pro{width:40px;height:40px;font-size:28px}.hero-arrow-pro.left{left:12px}.hero-arrow-pro.right{right:12px}.hero-counter{left:24px}.hero-dots-pro{bottom:18px}.category-icon-rail{grid-template-columns:repeat(2,1fr)}.category-icon-rail a{justify-content:flex-start;padding:8px}.search-hints{overflow:auto;flex-wrap:nowrap}.search-hints button{white-space:nowrap}}
