
: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}
.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:12px 11px;border-radius:11px;font-weight:700;font-size:14px}.drawer-link:hover{background:#f6f7f9}
.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:68px}.top-strip{display:none}.header-main{grid-template-columns:auto 1fr auto;padding:10px 0}.brand-text{font-size:20px}.brand-mark{display:none}
 .search{grid-column:1/-1;grid-row:2}.header-actions .account-label{display:none}.icon-btn{padding:9px}.hero{padding-top:12px}.hero-main{padding:24px;min-height:330px}
 .hero h1{font-size:39px}.hero p{font-size:15px}.side-offers{grid-template-columns:1fr}.products{grid-template-columns:repeat(2,1fr);gap:10px}.product-media{height:145px}.product-media svg{width:90px;height:90px}.product-card h3{font-size:14px}
 .promo-grid{grid-template-columns:1fr}.trust-row{grid-template-columns:1fr 1fr}.trust small{display:none}.footer-grid{grid-template-columns:1fr 1fr}.footer-grid>div:first-child{grid-column:1/-1}
 .mobile-bottom{display:grid;position:fixed;left:0;right:0;bottom:0;z-index:90;background:#fff;border-top:1px solid var(--line);grid-template-columns:repeat(5,1fr);padding:7px 4px calc(7px + env(safe-area-inset-bottom))}
 .mobile-bottom a{font-size:10px;text-align:center;color:#667085}.mobile-bottom i{font-style:normal;display:block;font-size:18px;margin-bottom:2px}.mobile-bottom a.active{color:var(--orange);font-weight:900}
 .detail-grid{padding:14px}.detail-media{min-height:300px}.detail-media svg{width:210px;height:210px}.detail h1{font-size:24px}.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}
}
