:root{--blue:#0878ff;--dark:#081f39;--soft:#f5f8fc;--text:#111827;--muted:#667085;--line:#e6ebf2}*{box-sizing:border-box}body{margin:0;font-family:Inter,Arial,sans-serif;color:var(--text);background:#fff}.top{background:#071d31;color:#dbe7f5;font-size:12px;padding:8px 0}.wrap{max-width:1480px;margin:auto;padding:0 24px}.top .wrap,.head,.nav{display:flex;align-items:center;justify-content:space-between}.head{gap:28px;padding:16px 0}.logo{font-weight:900;font-size:34px;letter-spacing:-1px}.logo span{color:var(--blue)}.tag{font-size:11px;color:#1477de;font-weight:700}.search{display:flex;flex:1;max-width:720px;border:1px solid #cfd8e5;border-radius:5px;overflow:hidden}.search input{border:0;outline:0;padding:13px 16px;flex:1}.search select{border:0;border-left:1px solid var(--line);padding:0 12px;background:white}.search button,.cta,.btn{border:0;background:var(--blue);color:white;padding:13px 20px;font-weight:700;border-radius:4px}.contact{font-size:13px}.navbar{border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.nav{justify-content:flex-start;gap:34px;min-height:48px}.catall{background:var(--blue);color:white;padding:15px 24px;font-weight:700;min-width:240px}.nav a{color:#111;text-decoration:none;font-weight:700;font-size:13px}.nav a.active{color:var(--blue)}.hero-grid{display:grid;grid-template-columns:1fr 290px;gap:12px;margin-top:0}.hero{min-height:345px;background:linear-gradient(115deg,#08233f 0%,#0b3f78 48%,#0878ff 100%);position:relative;overflow:hidden;color:#fff;padding:44px 40px;border-radius:0 0 6px 6px}.hero:after{content:"";position:absolute;width:580px;height:580px;border-radius:50%;right:-110px;top:-180px;background:radial-gradient(circle,#57b0ff55,transparent 65%)}.hero h1{font-size:54px;line-height:1.0;margin:10px 0 16px;max-width:560px;letter-spacing:-2px}.hero p{font-size:18px;line-height:1.6;max-width:610px;color:#e9f3ff}.hero .mini{font-size:13px;color:#b9d7f6;letter-spacing:.06em}.hero-products{position:absolute;right:30px;bottom:20px;width:49%;height:72%;display:flex;align-items:end;justify-content:center;gap:14px}.device{background:linear-gradient(#fbfdff,#dce7f5);border-radius:16px;box-shadow:0 20px 40px #0005;border:1px solid #cdd9e8}.device.big{width:150px;height:175px}.device.tall{width:90px;height:220px}.device.switch{width:235px;height:65px;background:#172638}.sidepromos{display:grid;gap:10px}.promo{background:linear-gradient(120deg,#0a315d,#075cc7);color:white;border-radius:6px;padding:18px;min-height:108px;position:relative;overflow:hidden}.promo b{display:block;font-size:19px}.promo small{color:#cfe4fa}.promo .orb{position:absolute;width:100px;height:100px;border-radius:18px;background:#fff;right:-18px;top:14px;opacity:.9}.cats{display:grid;grid-template-columns:repeat(8,1fr);gap:12px;padding:18px 0}.cat{background:var(--soft);border:1px solid #edf1f5;border-radius:8px;text-align:center;padding:16px 8px;font-size:13px;font-weight:700}.cat .ico{width:62px;height:54px;border-radius:9px;margin:0 auto 10px;background:linear-gradient(145deg,#fff,#d9e5f5);box-shadow:inset 0 0 0 1px #dce4ef}.section-head{display:flex;align-items:end;justify-content:space-between;margin:8px 0 14px}.section-head h2{font-size:28px;margin:0}.tabs{display:flex;gap:24px;font-size:13px;color:#687385}.tabs b{color:var(--blue);padding-bottom:8px;border-bottom:2px solid var(--blue)}.products{display:grid;grid-template-columns:repeat(8,1fr);gap:10px}.card{border:1px solid var(--line);border-radius:7px;padding:13px;background:#fff;min-width:0}.pimg{height:142px;background:linear-gradient(145deg,#fbfdff,#e6edf6);border-radius:6px;display:flex;align-items:center;justify-content:center;margin-bottom:12px}.pimg:before{content:"";display:block;width:78px;height:62px;border-radius:8px;background:#fefefe;border:1px solid #cfd8e5;box-shadow:0 10px 18px #7f8da622}.brand{font-size:11px;color:var(--blue);font-weight:800}.card h3{font-size:14px;line-height:1.35;margin:7px 0 4px;height:38px;overflow:hidden}.price{font-size:19px;color:var(--blue);font-weight:900;margin:8px 0}.card .btn{width:100%;padding:9px;font-size:12px}.benefits{margin-top:22px;background:#f6f8fb;border-top:1px solid var(--line);padding:18px 0}.benefit-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:18px}.benefit{display:flex;gap:10px;align-items:center}.bicon{width:38px;height:38px;border:2px solid var(--blue);border-radius:10px}.benefit strong{font-size:13px}.benefit small{display:block;color:var(--muted);font-size:11px;margin-top:2px}.footer{background:#061a2d;color:#d4dfeb;padding:40px 0;margin-top:0}.footer-grid{display:grid;grid-template-columns:2fr repeat(3,1fr);gap:30px}.footer h4{color:white}.footer a{display:block;color:#c8d4e0;text-decoration:none;margin:9px 0;font-size:13px}.muted{color:var(--muted)}@media(max-width:1100px){.hero-grid{grid-template-columns:1fr}.sidepromos{grid-template-columns:repeat(3,1fr)}.cats,.products{grid-template-columns:repeat(4,1fr)}.hero-products{opacity:.55}.contact{display:none}}@media(max-width:700px){.wrap{padding:0 14px}.head{flex-wrap:wrap}.logo{font-size:28px}.search{order:3;flex-basis:100%}.nav{overflow:auto;gap:18px}.catall{min-width:auto}.hero{padding:30px 22px;min-height:390px}.hero h1{font-size:40px}.hero-products{right:-30px;width:68%;opacity:.35}.sidepromos{grid-template-columns:1fr}.cats,.products{grid-template-columns:repeat(2,1fr)}.benefit-grid,.footer-grid{grid-template-columns:1fr 1fr}}
