
:root{
  --orange:#ff650f; --orange-2:#ff7f32; --blue:#0b3d91; --blue-2:#155fcb;
  --ink:#152033; --muted:#667085; --bg:#f6f7f9; --card:#fff; --line:#e7eaf0;
  --green:#0f9f6e; --red:#e5484d; --shadow:0 10px 30px rgba(23,35,55,.08);
  --radius:16px; --max:1240px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;background:var(--bg);color:var(--ink)}
a{text-decoration:none;color:inherit}
button,input,select,textarea{font:inherit}
button{cursor:pointer}
.container{max-width:var(--max);margin:auto;padding:0 18px}
.top-strip{background:#0b3d91;color:#fff;font-size:13px}
.top-strip .container{display:flex;justify-content:space-between;gap:12px;padding-top:8px;padding-bottom:8px}
.site-header{position:sticky;top:0;z-index:80;background:rgba(255,255,255,.96);backdrop-filter:blur(12px);border-bottom:1px solid var(--line)}
.header-main{display:grid;grid-template-columns:auto auto 1fr auto;align-items:center;gap:14px;padding:13px 0}
.menu-btn{width:44px;height:44px;border:1px solid var(--line);background:#fff;border-radius:12px;color:var(--ink);font-size:20px}
.brand{display:flex;align-items:center;gap:10px;min-width:max-content}
.brand-mark{width:42px;height:42px;border-radius:14px;background:linear-gradient(135deg,var(--blue),var(--blue-2));color:#fff;display:grid;place-items:center;font-weight:900;font-size:20px}
.brand-text{font-weight:900;font-size:25px;letter-spacing:-1px;color:var(--blue)}
.brand-text em{font-style:normal;color:var(--orange)}
.search{position:relative}
.search input{width:100%;height:46px;border:2px solid var(--orange);border-radius:13px;padding:0 52px 0 15px;background:#fff;outline:none}
.search button{position:absolute;right:5px;top:5px;height:36px;width:42px;border:0;border-radius:9px;background:var(--orange);color:#fff;font-weight:800}
.header-actions{display:flex;gap:8px}
.icon-btn{border:1px solid var(--line);background:#fff;border-radius:12px;padding:9px 12px;display:flex;align-items:center;gap:7px;min-height:44px;color:var(--ink)}
.icon-btn svg,.menu-btn svg{width:20px;height:20px;display:block}
.cart-pill{background:var(--orange);color:#fff;border-radius:999px;min-width:20px;height:20px;display:inline-grid;place-items:center;font-size:11px;font-weight:900}
.catbar{background:#fff;border-bottom:1px solid var(--line)}
.cat-scroll{display:flex;gap:8px;overflow:auto;padding:10px 0;scrollbar-width:none}
.cat-chip{white-space:nowrap;padding:9px 12px;border-radius:999px;background:#f1f3f6;border:1px solid transparent;font-size:13px;font-weight:700;color:#465166}
.cat-chip:hover,.cat-chip.active{background:#fff2e9;border-color:#ffd3b8;color:#c64600}
.hero{padding:22px 0 0}
.hero-grid{display:grid;grid-template-columns:1.55fr .75fr;gap:16px}
.hero-main{min-height:350px;border-radius:24px;overflow:hidden;position:relative;padding:36px;background:
linear-gradient(105deg,#0b3d91 0%,#0c4fa8 53%,#1686ca 100%);color:#fff;box-shadow:var(--shadow)}
.hero-main:after{content:"";position:absolute;width:440px;height:440px;border-radius:50%;right:-170px;bottom:-210px;background:rgba(255,255,255,.13)}
.hero-main:before{content:"⚡";position:absolute;right:52px;bottom:25px;font-size:160px;opacity:.15;transform:rotate(-9deg)}
.hero-badge{display:inline-flex;gap:7px;align-items:center;background:rgba(255,255,255,.14);border:1px solid rgba(255,255,255,.2);padding:8px 11px;border-radius:999px;font-weight:800;font-size:12px}
.hero h1{font-size:clamp(38px,5vw,60px);line-height:1.02;letter-spacing:-2.2px;margin:20px 0 14px;max-width:720px}
.hero h1 span{color:#ff9b5b}
.hero p{font-size:17px;line-height:1.55;max-width:590px;color:#e7efff}
.cta-row{display:flex;gap:10px;flex-wrap:wrap;margin-top:24px}
.btn{border:0;border-radius:12px;padding:12px 16px;font-weight:900}
.btn-orange{background:var(--orange);color:#fff}
.btn-white{background:#fff;color:var(--blue)}
.btn-soft{background:#fff2e9;color:#c64600}
.btn-blue{background:var(--blue);color:#fff}
.side-offers{display:grid;gap:16px}
.offer-card{background:#fff;border:1px solid var(--line);border-radius:20px;padding:21px;display:flex;flex-direction:column;justify-content:space-between;box-shadow:var(--shadow);min-height:167px}
.offer-card small{color:var(--muted);line-height:1.45}
.offer-title{font-size:22px;font-weight:900;letter-spacing:-.6px}
.green-badge,.orange-badge{display:inline-flex;width:max-content;padding:6px 9px;border-radius:999px;font-size:11px;font-weight:900}
.green-badge{background:#e8f8f1;color:#087451}.orange-badge{background:#fff0e6;color:#c64600}
.trust-row{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin:16px 0 28px}
.trust{background:#fff;border:1px solid var(--line);border-radius:15px;padding:14px;display:flex;gap:10px;align-items:center}
.trust i{font-style:normal;font-size:22px}.trust b{display:block;font-size:14px}.trust small{color:var(--muted)}
.section{margin:28px 0}
.section-head{display:flex;align-items:end;justify-content:space-between;gap:12px;margin-bottom:14px}
.section-head h2{margin:0;font-size:27px;letter-spacing:-.8px}.section-head p{margin:4px 0 0;color:var(--muted)}
.link{color:var(--blue);font-weight:800;font-size:13px}
.products{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}
.product-card{background:#fff;border:1px solid var(--line);border-radius:17px;overflow:hidden;position:relative;transition:.2s;box-shadow:0 4px 12px rgba(20,30,50,.03)}
.product-card:hover{transform:translateY(-3px);box-shadow:var(--shadow)}
.product-media{height:190px;background:#f5f6f8;display:grid;place-items:center;position:relative}
.product-media svg{width:120px;height:120px}
.product-badge{position:absolute;top:10px;left:10px;background:#e8f8f1;color:#087451;padding:6px 8px;border-radius:999px;font-size:10px;font-weight:900}
.fav{position:absolute;top:10px;right:10px;width:34px;height:34px;border-radius:50%;border:1px solid var(--line);background:#fff}
.product-body{padding:14px}
.product-cat{font-size:11px;color:var(--muted);font-weight:700}
.product-card h3{margin:6px 0 8px;font-size:15px;line-height:1.35;min-height:40px}
.rating{font-size:12px;color:#f59e0b}.rating span{color:var(--muted)}
.stock{font-size:11px;color:var(--green);font-weight:800;margin-top:6px}
.price-line{display:flex;justify-content:space-between;align-items:end;gap:8px;margin-top:12px}
.price del{display:block;color:#98a2b3;font-size:11px}.price strong{font-size:20px;color:#d84a00}
.add-cart{width:40px;height:40px;border-radius:11px;background:var(--orange);color:#fff;border:0;font-size:17px}
.promo-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}
.promo{min-height:132px;border-radius:18px;padding:18px;color:#183153;border:1px solid var(--line);background:#fff;position:relative;overflow:hidden}
.promo:nth-child(1){background:#eaf2ff}.promo:nth-child(2){background:#fff0e6}.promo:nth-child(3){background:#eefbf7}
.promo b{font-size:19px}.promo p{font-size:13px;color:#52627b;max-width:70%}
.promo span{position:absolute;right:16px;bottom:8px;font-size:55px}
.footer{margin-top:46px;background:#fff;border-top:1px solid var(--line)}
.footer-grid{display:grid;grid-template-columns:1.3fr repeat(3,1fr);gap:24px;padding:34px 0}
.footer h4{margin:0 0 10px}.footer a,.footer p{color:var(--muted);font-size:13px;line-height:1.8}
.copy{border-top:1px solid var(--line);padding:14px 0;color:var(--muted);font-size:12px}
.drawer{position:fixed;inset:0;z-index:200;pointer-events:none}.drawer.open{pointer-events:auto}
.drawer-overlay{position:absolute;inset:0;background:rgba(20,27,40,.46);opacity:0;transition:.2s}.drawer.open .drawer-overlay{opacity:1}
.drawer-panel{position:absolute;left:0;top:0;height:100%;width:min(350px,92vw);background:#fff;transform:translateX(-100%);transition:.25s;box-shadow:30px 0 60px rgba(0,0,0,.18);display:flex;flex-direction:column}
.drawer.open .drawer-panel{transform:translateX(0)}
.drawer-head{padding:18px;border-bottom:1px solid var(--line);display:flex;justify-content:space-between;align-items:center}
.drawer-close{border:0;background:#f2f4f7;border-radius:10px;width:36px;height:36px}
.drawer-account{padding:16px;display:grid;grid-template-columns:1fr 1fr;gap:9px}
.drawer-nav{padding:4px 10px 20px;overflow:auto}.drawer-title{padding:10px;color:var(--muted);font-size:11px;font-weight:900;text-transform:uppercase}
.drawer-link{display:flex;justify-content:space-between;align-items:center;padding:11px;border-radius:11px;font-weight:700;font-size:14px}.drawer-link:hover{background:#f6f7f9}
.drawer-link .nav-left{display:flex;align-items:center;gap:11px}.drawer-link svg{width:20px;height:20px;color:#5d687a;flex:0 0 auto}.drawer-link .chev{color:#98a2b3;font-size:18px}
.mobile-bottom{display:none}
.page{padding:24px 0 40px}
.breadcrumb{font-size:12px;color:var(--muted);margin-bottom:14px}
.detail-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px;background:#fff;border:1px solid var(--line);border-radius:20px;padding:24px}
.detail-media{min-height:430px;border-radius:16px;background:#f6f7f9;display:grid;place-items:center}.detail-media svg{width:270px;height:270px}
.detail h1{font-size:30px;letter-spacing:-.8px;margin:12px 0}.detail-price{font-size:34px;color:#d84a00;font-weight:900}.detail-old{color:#98a2b3}
.info-box{background:#f7fbf9;border:1px solid #d9f1e6;border-radius:13px;padding:13px;margin:16px 0;color:#176b50;font-size:13px}
.qty-row{display:flex;gap:10px;align-items:center;margin:18px 0}.qty{display:flex;border:1px solid var(--line);border-radius:11px;overflow:hidden}.qty button,.qty span{width:38px;height:42px;border:0;background:#fff;display:grid;place-items:center}.qty span{border-left:1px solid var(--line);border-right:1px solid var(--line)}
.wide{flex:1;height:44px}
.specs{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:20px}.spec{border:1px solid var(--line);border-radius:12px;padding:12px;font-size:12px}.spec b{display:block;margin-bottom:4px}
.auth-card,.checkout-card,.account-card{max-width:560px;margin:auto;background:#fff;border:1px solid var(--line);border-radius:20px;padding:24px;box-shadow:var(--shadow)}
.auth-card h1,.checkout-card h1,.account-card h1{margin-top:0}
.form-row{display:grid;gap:6px;margin-bottom:13px}.form-row label{font-size:12px;font-weight:800}.form-row input,.form-row select,.form-row textarea{width:100%;border:1px solid #d8dde7;border-radius:11px;padding:12px;outline:none}.form-row input:focus,.form-row textarea:focus{border-color:var(--orange)}
.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.notice{padding:11px 12px;border-radius:10px;background:#fff4eb;color:#a13d00;font-size:12px}
.cart-layout{display:grid;grid-template-columns:1.4fr .6fr;gap:18px}.cart-list,.summary{background:#fff;border:1px solid var(--line);border-radius:18px;padding:18px}
.cart-item{display:grid;grid-template-columns:90px 1fr auto;gap:12px;padding:14px 0;border-bottom:1px solid var(--line);align-items:center}.cart-mini{width:90px;height:90px;border-radius:12px;background:#f5f6f8;display:grid;place-items:center}.cart-mini svg{width:60px;height:60px}.cart-item h3{margin:0 0 6px;font-size:15px}.cart-item small{color:var(--muted)}
.summary-line{display:flex;justify-content:space-between;padding:8px 0}.summary-total{font-size:20px;font-weight:900;border-top:1px solid var(--line);margin-top:8px;padding-top:14px}
.account-grid{display:grid;grid-template-columns:240px 1fr;gap:18px}.account-menu,.account-main{background:#fff;border:1px solid var(--line);border-radius:18px;padding:16px}.account-menu a{display:block;padding:11px;border-radius:10px;font-weight:700;font-size:14px}.account-menu a.active,.account-menu a:hover{background:#fff2e9;color:#c64600}
.order-card{border:1px solid var(--line);border-radius:14px;padding:14px;margin-top:12px}.order-head{display:flex;justify-content:space-between;gap:10px}.status{font-size:11px;background:#e8f8f1;color:#087451;padding:5px 8px;border-radius:999px;font-weight:900}
.empty{padding:40px 10px;text-align:center;color:var(--muted)}
.toast{position:fixed;left:50%;bottom:28px;transform:translate(-50%,20px);opacity:0;z-index:300;background:#152033;color:#fff;padding:12px 15px;border-radius:11px;font-size:13px;font-weight:800;transition:.2s}.toast.show{transform:translate(-50%,0);opacity:1}
@media(max-width:960px){
 .hero-grid{grid-template-columns:1fr}.side-offers{grid-template-columns:1fr 1fr}.products{grid-template-columns:repeat(3,1fr)}
 .trust-row{grid-template-columns:repeat(2,1fr)}.detail-grid{grid-template-columns:1fr}.cart-layout{grid-template-columns:1fr}.account-grid{grid-template-columns:1fr}
}
@media(max-width:700px){
 body{padding-bottom:66px}
 .container{padding-left:12px;padding-right:12px}
 .top-strip{display:none}
 .header-main{grid-template-columns:40px 1fr auto;gap:9px;padding:8px 0 7px}
 .menu-btn{width:40px;height:40px;border-radius:11px;font-size:0}
 .brand{gap:7px}.brand-text{font-size:19px;letter-spacing:-.75px}.brand-mark{display:none}
 .header-actions{gap:6px}.header-actions .account-label{display:none}
 .icon-btn{width:40px;height:40px;min-height:40px;padding:0;justify-content:center;border-radius:11px}
 .icon-btn:last-child{width:auto;min-width:48px;padding:0 8px}
 .search{grid-column:1/-1;grid-row:2;margin-top:1px}
 .search input{height:40px;border-width:1.5px;border-radius:11px;padding-left:12px;padding-right:54px;font-size:14px}
 .search button{height:32px;top:4px;right:4px;width:45px;border-radius:8px;font-size:13px}
 .cat-scroll{gap:7px;padding:7px 0}
 .cat-chip{padding:7px 10px;font-size:12px}
 .hero{padding-top:10px}
 .hero-grid{gap:10px}
 .hero-main{padding:20px 18px;min-height:268px;border-radius:20px}
 .hero-main:before{font-size:115px;right:22px;bottom:8px}
 .hero-main:after{width:300px;height:300px;right:-135px;bottom:-175px}
 .hero-badge{padding:6px 9px;font-size:10px}
 .hero h1{font-size:34px;line-height:1.02;letter-spacing:-1.5px;margin:13px 0 10px;max-width:95%}
 .hero p{font-size:13.5px;line-height:1.45;margin:0;max-width:92%}
 .cta-row{margin-top:15px;gap:8px}
 .cta-row .btn{padding:10px 13px;font-size:13px;border-radius:10px}
 .side-offers{display:flex;gap:9px;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:2px;scrollbar-width:none}
 .side-offers::-webkit-scrollbar{display:none}
 .offer-card{min-width:78%;min-height:105px;padding:13px 14px;border-radius:15px;scroll-snap-align:start;box-shadow:0 5px 16px rgba(23,35,55,.06)}
 .offer-title{font-size:16px;line-height:1.25;letter-spacing:-.25px;margin-top:8px}
 .offer-card small{display:none}
 .green-badge,.orange-badge{font-size:9px;padding:5px 7px}
 .section{margin:18px 0}
 .section-head{margin-bottom:10px;align-items:center}
 .section-head h2{font-size:21px;letter-spacing:-.5px}
 .section-head p{display:none}
 .section-head .link{font-size:11px}
 .products{grid-template-columns:repeat(2,1fr);gap:9px}
 .product-card{border-radius:14px}
 .product-media{height:132px}
 .product-media svg{width:82px;height:82px}
 .product-badge{top:7px;left:7px;font-size:8.5px;padding:5px 6px}
 .fav{top:7px;right:7px;width:29px;height:29px}
 .product-body{padding:10px}
 .product-cat{font-size:9.5px}
 .product-card h3{font-size:13px;min-height:35px;margin:4px 0 5px}
 .rating{font-size:10.5px}.stock{font-size:9.5px;margin-top:4px}
 .price-line{margin-top:8px}.price del{font-size:9px}.price strong{font-size:16px}
 .add-cart{width:34px;height:34px;border-radius:9px;font-size:0;display:grid;place-items:center}
 .add-cart::after{content:"+";font-size:20px;font-weight:900}
 .trust-row{grid-template-columns:repeat(2,1fr);gap:8px;margin:16px 0 18px}
 .trust{padding:10px;border-radius:12px;gap:8px;min-height:54px}
 .trust i{font-size:18px}.trust b{font-size:12px;line-height:1.2}.trust small{display:none}
 .promo-grid{display:flex;gap:9px;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none}
 .promo-grid::-webkit-scrollbar{display:none}
 .promo{min-width:76%;min-height:104px;border-radius:15px;padding:14px;scroll-snap-align:start}
 .promo b{font-size:16px}.promo p{font-size:11px;margin:7px 0;max-width:68%}.promo span{font-size:39px;right:12px}
 .footer{margin-top:26px}.footer-grid{grid-template-columns:1fr 1fr;padding:25px 0}.footer-grid>div:first-child{grid-column:1/-1}
 .drawer-panel{width:min(335px,90vw)}
 .drawer-head{padding:14px 16px}.drawer-account{padding:14px 16px;gap:8px}
 .drawer-nav{padding:0 8px 18px}.drawer-title{padding:10px 9px 5px;font-size:10px}
 .drawer-link{padding:10px 9px;font-size:13.5px}
 .mobile-bottom{display:grid;position:fixed;left:0;right:0;bottom:0;z-index:90;background:rgba(255,255,255,.98);backdrop-filter:blur(10px);border-top:1px solid var(--line);grid-template-columns:repeat(5,1fr);padding:6px 4px calc(6px + env(safe-area-inset-bottom));box-shadow:0 -6px 22px rgba(20,30,50,.05)}
 .mobile-bottom a{font-size:9.5px}
 .mobile-bottom svg{width:18px;height:18px}
 .detail-grid{padding:12px}.detail-media{min-height:275px}.detail-media svg{width:190px;height:190px}.detail h1{font-size:23px}.specs{grid-template-columns:1fr}.form-grid{grid-template-columns:1fr}
 .cart-item{grid-template-columns:68px 1fr}.cart-item>div:last-child{grid-column:2}.cart-mini{width:68px;height:68px}.account-card,.auth-card,.checkout-card{padding:18px}
}
