:root{--bg:#f4f7fb;--card:#fff;--ink:#071a3a;--muted:#637089;--line:#dce5f2;--orange:#ff8500;--blue:#2f62ed;--purple:#7437ee;--shadow:0 24px 70px rgba(32,56,96,.13);--r:28px;--max:1500px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,system-ui,-apple-system,Segoe UI,Arial,sans-serif;background:var(--bg);color:var(--ink);font-size:17px;line-height:1.55;overflow-x:hidden}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.site-header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.96);backdrop-filter:blur(14px);border-bottom:1px solid var(--line)}.nav-wrap{max-width:var(--max);margin:auto;min-height:86px;display:grid;grid-template-columns:auto minmax(0,1fr) minmax(260px,380px);gap:28px;align-items:center;padding:0 28px}.logo{display:flex;align-items:center;gap:14px;font-weight:950;font-size:28px;white-space:nowrap}.logo span{display:grid;place-items:center;width:52px;height:52px;background:var(--orange);color:white;border-radius:16px}.main-nav{display:flex;gap:6px;align-items:center;min-width:0;overflow:hidden}.main-nav a{font-weight:850;color:#283449;padding:10px 13px;border-radius:999px;white-space:nowrap;font-size:15px;flex:0 0 auto}.main-nav a.active,.main-nav a:hover{background:#fff2da;color:#061936}.header-search{display:flex;background:#f6f9fd;border:1px solid var(--line);border-radius:22px;padding:6px;box-shadow:0 10px 30px rgba(12,30,60,.07);min-width:0}.header-search input{flex:1;min-width:0;border:0;background:transparent;padding:0 14px;font-size:16px;outline:0}.header-search button{border:0;background:#08172e;color:white;border-radius:17px;width:48px;height:48px;font-size:22px}.mobile-toggle{display:none;border:0;background:#08172e;color:white;border-radius:14px;padding:12px 14px}.mobile-nav{display:none}.topline{display:flex;justify-content:center;gap:24px;align-items:center;background:linear-gradient(90deg,#e8fcff,#eff5ff);border-bottom:1px solid var(--line);padding:18px 24px;font-size:19px;text-align:center}.topline b{background:white;border:1px solid var(--line);padding:9px 22px;border-radius:999px;box-shadow:0 14px 30px rgba(41,80,130,.08);white-space:nowrap}.hero{max-width:var(--max);margin:46px auto 30px;display:grid;grid-template-columns:1.08fr .92fr;gap:46px;background:linear-gradient(110deg,#fff 0%,#fffaf1 63%,#ffd98b 100%);border:1px solid var(--line);border-radius:34px;padding:70px 76px;box-shadow:var(--shadow);overflow:hidden}.pill{display:inline-flex;padding:10px 24px;border-radius:999px;background:white;border:1px solid var(--line);color:#bb6500;font-weight:900}.hero h1{font-size:clamp(42px,5vw,78px);line-height:1.05;margin:28px 0 22px;letter-spacing:-.05em}.hero p{font-size:22px;color:var(--muted);max-width:760px}.hero-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:32px}.btn{display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:18px;background:linear-gradient(135deg,var(--blue),var(--purple));color:white!important;font-weight:900;padding:16px 24px;box-shadow:0 18px 38px rgba(59,92,230,.22);cursor:pointer}.btn.secondary{background:#fff;color:var(--ink)!important;border:1px solid var(--line);box-shadow:none}.category-box{background:white;border:1px solid var(--line);border-radius:30px;padding:36px;align-self:center;box-shadow:0 18px 50px rgba(35,55,90,.08)}.section-mini-head{display:flex;justify-content:space-between;gap:20px;align-items:center;margin-bottom:20px}.section-mini-head strong{font-size:24px}.section-mini-head span{background:#fff2da;color:#bb6500;border-radius:999px;padding:7px 12px;font-weight:900}.category-cards{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.cat-card{display:flex;align-items:center;gap:14px;background:#f8fbff;border:1px solid var(--line);border-radius:20px;padding:18px;font-weight:900;transition:.2s;min-height:76px}.cat-card:hover{transform:translateY(-3px);box-shadow:0 18px 40px rgba(30,60,100,.12)}.cat-card span{font-size:24px}.section{max-width:var(--max);margin:60px auto;padding:0 28px}.section-head{display:grid;grid-template-columns:160px minmax(0,1fr) minmax(260px,.9fr);gap:24px;align-items:end;margin-bottom:28px}.section-head span{color:#233555}.section-head h1,.section-head h2{font-size:40px;line-height:1.1;margin:0;letter-spacing:-.03em}.section-head p{color:var(--muted);font-size:18px}.products{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:26px}.product-card{background:white;border:1px solid var(--line);border-radius:28px;overflow:hidden;box-shadow:var(--shadow);display:flex;flex-direction:column;min-width:0}.product-card .img{height:280px;background:#fff;display:flex;align-items:center;justify-content:center;overflow:hidden}.product-card img{width:100%;height:100%;object-fit:contain;transition:.25s}.product-card:hover img{transform:scale(1.04)}.pc-body{padding:24px;display:flex;flex-direction:column;gap:12px;flex:1}.cat{font-weight:900;color:#2c62f0}.product-card h3{font-size:20px;line-height:1.3;margin:0;overflow-wrap:anywhere}.product-card p{color:var(--muted);margin:0;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.rating{color:#ff9500}.rating b{color:var(--muted)}.price-row{display:flex;gap:10px;align-items:center;flex-wrap:wrap;margin-top:auto}.price-row strong,.price-box strong{font-size:24px;color:#061936}.price-row del,.price-box del{color:#8b94a6}.price-row span,.price-box span{background:#e9fff1;color:#08883b;border-radius:999px;padding:5px 10px;font-weight:900}.btn.full{width:100%}.empty-card{background:white;border:1px solid var(--line);border-radius:24px;padding:32px;color:var(--muted);box-shadow:var(--shadow)}.ad-slot{max-width:1280px;margin:34px auto;padding:0 28px}.ad-item{background:white;border:1px solid var(--line);border-radius:24px;padding:16px;box-shadow:var(--shadow)}.ad-label{text-transform:uppercase;letter-spacing:.16em;color:#6a7890;font-weight:900;font-size:12px;margin-bottom:10px}.native-ad{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:26px;border-radius:18px;background:linear-gradient(120deg,#102449,#3066ee);color:white}.native-ad strong{font-size:24px}.native-ad span{flex:1}.native-ad b{background:white;color:#071a3a;border-radius:999px;padding:12px 18px}.ad-item img{width:100%;height:auto;border-radius:18px}.product-hero{max-width:var(--max);margin:44px auto;display:grid;grid-template-columns:minmax(0,1fr) 520px;gap:34px;padding:0 28px}.gallery,.buybox,.content{background:white;border:1px solid var(--line);border-radius:30px;box-shadow:var(--shadow)}.gallery{display:flex;align-items:center;justify-content:center;overflow:hidden;min-height:580px;padding:24px}.gallery img{width:100%;height:100%;object-fit:contain}.no-image{color:var(--muted);font-weight:800}.buybox{padding:34px;position:sticky;top:112px;align-self:start}.breadcrumb{color:#3d66dd;font-weight:800;margin-bottom:16px}.buybox h1{font-size:38px;line-height:1.12;letter-spacing:-.03em;margin:0 0 16px;overflow-wrap:anywhere}.lead{font-size:19px;color:var(--muted)}.rating.big{font-size:20px;margin:18px 0}.price-box{display:flex;align-items:center;gap:14px;flex-wrap:wrap;margin:20px 0}.price-box strong{font-size:38px}.feature-list{list-style:none;padding:0;margin:20px 0;display:grid;gap:10px}.feature-list li:before{content:'✓';color:#099c45;font-weight:900;margin-right:10px}.cta{font-size:19px;margin:16px 0}.product-content .content{padding:36px;font-size:19px}.content p{color:#24344d}.pro-list{display:grid;gap:10px}.pro-list li{margin-left:18px}.page-hero{max-width:var(--max);margin:44px auto 30px;padding:56px 64px;border:1px solid var(--line);border-radius:34px;background:linear-gradient(120deg,#fff,#eef6ff);box-shadow:var(--shadow);display:flex;justify-content:space-between;gap:40px;align-items:center}.page-hero h1{font-size:clamp(42px,5vw,72px);line-height:1.05;margin:20px 0 12px}.page-hero p{font-size:20px;color:var(--muted);max-width:780px}.category-hero-card{background:white;border:1px solid var(--line);border-radius:28px;padding:32px 40px;text-align:center;box-shadow:var(--shadow)}.category-hero-card strong{display:block;font-size:46px;color:var(--orange)}.category-overview-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}.category-overview-card{display:grid;grid-template-columns:64px 1fr auto;gap:18px;align-items:center;background:white;border:1px solid var(--line);border-radius:26px;padding:22px;box-shadow:0 18px 50px rgba(35,55,90,.08);transition:.2s}.category-overview-card:hover{transform:translateY(-3px);box-shadow:var(--shadow)}.category-overview-icon{display:grid;place-items:center;width:64px;height:64px;background:#fff2da;border-radius:20px;font-size:30px}.category-overview-card strong{font-size:22px}.category-overview-card small{display:block;color:var(--muted);margin-top:4px}.category-overview-card em{font-style:normal;font-weight:900;color:var(--blue)}.big-search{display:flex;gap:12px;background:white;border:1px solid var(--line);padding:10px;border-radius:24px;margin:22px 0}.big-search input{flex:1;border:0;outline:0;font-size:18px;padding:14px}.big-search button{border:0;background:var(--orange);border-radius:16px;padding:0 24px;font-weight:900}.footer{background:#071326;color:white;display:grid;grid-template-columns:2fr 1fr 1fr 1.3fr;gap:40px;padding:60px max(28px,calc((100vw - var(--max))/2));margin-top:80px}.footer a{display:block;color:#d9e4f5;margin:8px 0}.footer p{color:#c2cede}@media(max-width:1280px){.nav-wrap{grid-template-columns:auto minmax(0,1fr) minmax(220px,320px)}.main-nav a{padding:10px 10px;font-size:14px}.products{grid-template-columns:repeat(3,1fr)}.hero{padding:54px}.product-hero{grid-template-columns:1fr 430px}.category-overview-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:1024px){.nav-wrap{grid-template-columns:auto 1fr auto}.main-nav{display:none}.mobile-toggle{display:block}.header-search{max-width:420px;margin-left:auto}.nav-open .mobile-nav{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;padding:16px 24px;background:white}.mobile-nav a{padding:14px;border:1px solid var(--line);border-radius:14px}.hero,.product-hero{grid-template-columns:1fr}.buybox{position:relative;top:auto}.products{grid-template-columns:repeat(2,1fr)}.section-head{grid-template-columns:1fr}.footer{grid-template-columns:1fr 1fr}.topline{flex-direction:column;text-align:center;gap:8px}.gallery{min-height:420px}.page-hero{display:block;padding:42px}.category-hero-card{margin-top:24px}.category-overview-grid{grid-template-columns:1fr}}@media(max-width:640px){body{font-size:16px}.nav-wrap{min-height:72px;padding:0 14px;gap:10px}.logo{font-size:22px}.logo span{width:44px;height:44px}.header-search{display:none}.hero{margin:18px 14px;padding:28px;border-radius:24px}.hero h1{font-size:42px}.category-cards,.products,.footer{grid-template-columns:1fr}.section{margin:38px auto;padding:0 14px}.product-hero{padding:0 14px;margin:24px auto}.buybox h1{font-size:29px}.price-box strong{font-size:32px}.native-ad{display:block}.native-ad b{display:inline-block;margin-top:12px}.page-hero{margin:18px 14px;padding:28px;border-radius:24px}.category-overview-card{grid-template-columns:54px 1fr}.category-overview-icon{width:54px;height:54px}.category-overview-card em{display:none}.topline b{white-space:normal}}
