:root{--bg:#07101d;--panel:#0d1a2b;--card:#101f33;--text:#f7fbff;--muted:#b7c7d7;--cyan:#22dfff;--green:#29f29a;--line:rgba(255,255,255,.12);--gold:#ffd166}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Arial,sans-serif;background:radial-gradient(circle at top right,#102d4f 0,#07101d 42%,#050910 100%);color:var(--text)}a{color:inherit}
.topbar{position:sticky;top:0;z-index:50;display:flex;align-items:center;gap:18px;padding:12px 5vw;background:rgba(5,9,16,.92);backdrop-filter:blur(16px);border-bottom:1px solid var(--line)}
.brand{display:flex;align-items:center;gap:12px;text-decoration:none;font-size:20px;font-weight:900}.brand img{width:52px;height:52px;object-fit:contain;border-radius:10px}.brand b{color:var(--cyan)}
nav{margin-left:auto;display:flex;gap:18px;align-items:center}nav a{text-decoration:none;color:var(--muted);font-weight:800;font-size:14px}nav a:hover{color:var(--cyan)}
.wa{background:#24d366;color:#06120a;text-decoration:none;font-weight:900;border-radius:999px;padding:12px 18px}.burger{display:none;margin-left:auto;background:var(--panel);border:1px solid var(--line);color:white;border-radius:12px;font-size:24px;padding:6px 12px}
.hero{display:grid;grid-template-columns:1.1fr .9fr;gap:34px;align-items:center;padding:70px 6vw 42px}.kicker{text-transform:uppercase;letter-spacing:.16em;color:var(--cyan);font-weight:900;font-size:13px}
h1{font-size:clamp(42px,7vw,78px);line-height:.95;margin:10px 0 18px}h2{font-size:clamp(30px,4vw,48px);margin:8px 0 16px}
.hero p,.sectionHead p,.prices p,.info p,.promo p,.service p{color:var(--muted);font-size:18px;line-height:1.65}.heroBtns{display:flex;gap:14px;flex-wrap:wrap;margin:28px 0}
.btn{display:inline-flex;justify-content:center;align-items:center;border-radius:16px;padding:15px 22px;font-weight:900;text-decoration:none;border:1px solid var(--line)}.primary{background:linear-gradient(135deg,var(--green),#18c96d);color:#04110a;border:0}.secondary{background:rgba(255,255,255,.08)}
.chips{display:flex;flex-wrap:wrap;gap:10px}.chips span{border:1px solid var(--line);border-radius:999px;padding:10px 14px;color:var(--muted)}
.heroBox{position:relative;border-radius:28px;border:1px solid var(--line);padding:22px;background:linear-gradient(135deg,rgba(34,223,255,.14),rgba(41,242,154,.06));box-shadow:0 20px 80px rgba(0,0,0,.35)}
.heroBox img{width:100%;display:block;border-radius:20px;max-height:560px;object-fit:contain}.heroPrice{position:absolute;right:28px;bottom:28px;background:#07101d;border:1px solid var(--line);padding:16px 22px;border-radius:16px;font-weight:900;color:var(--gold);font-size:24px}
.section{padding:46px 6vw}.sectionHead{max-width:860px}.categoryGrid,.products,.tabletGrid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.categoryGrid a,.card,.tabletCard,.prices,.info,.promo,.contacts,.legalGrid a,.trustCard,.service{background:linear-gradient(180deg,rgba(255,255,255,.06),rgba(255,255,255,.03));border:1px solid var(--line);border-radius:24px}.categoryGrid a{padding:28px;text-decoration:none;font-size:22px;font-weight:900}
.trust{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.trustCard{padding:20px}.trustCard b{display:block;color:var(--cyan);margin-bottom:8px}.trustCard span{color:var(--muted)}
.tabs,.filters{display:flex;gap:10px;flex-wrap:wrap;margin:22px 0}.tab,.filter{border:1px solid var(--line);background:var(--panel);color:var(--text);border-radius:999px;padding:12px 16px;font-weight:900;cursor:pointer}.tab.active,.filter.active{background:var(--cyan);color:#04111c}
.card,.tabletCard{overflow:hidden}.card img{width:100%;aspect-ratio:1/1;object-fit:cover;display:block;background:#111}.cardBody,.tabletBody{padding:18px}.tag{display:inline-block;background:rgba(34,223,255,.16);border:1px solid rgba(34,223,255,.38);color:var(--cyan);border-radius:999px;padding:6px 10px;font-size:12px;font-weight:900}.card h3,.tabletCard h3{font-size:20px}.card p,.tabletCard p{color:var(--muted);line-height:1.5}.price{font-size:30px;color:var(--green);font-weight:950}.euro{color:var(--gold);font-weight:900}.mem{font-size:15px;border:1px solid var(--line);border-radius:999px;padding:8px 12px;display:inline-block;color:var(--cyan);font-weight:900}
.cardBtns{display:flex;gap:10px;margin-top:15px}.cardBtns .btn{padding:12px 14px;font-size:13px}
.service{margin:46px 6vw;padding:34px;display:grid;grid-template-columns:.9fr 1.1fr;gap:26px;align-items:center}.servicePrice{font-size:54px;color:var(--gold);font-weight:950;margin:18px 0}.serviceList{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.serviceList div{background:rgba(255,255,255,.06);border:1px solid var(--line);border-radius:18px;padding:16px}.serviceList div:before{content:"✓ ";color:var(--green);font-weight:900}
.prices{margin:30px 6vw;padding:34px;display:grid;grid-template-columns:.8fr 1.2fr;gap:28px}.priceList{display:grid;gap:12px}.priceRow{display:grid;grid-template-columns:1fr auto;gap:14px;align-items:center;padding:16px;border-radius:16px;background:rgba(255,255,255,.05);border:1px solid var(--line)}
.two{display:grid;grid-template-columns:.8fr 1.2fr;gap:24px}.bullets,.why,.steps,.legalGrid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}.bullets span,.why article,.steps article{background:var(--card);border:1px solid var(--line);border-radius:20px;padding:20px}.steps b{display:inline-grid;place-items:center;width:34px;height:34px;border-radius:12px;background:var(--cyan);color:#06111d}
.promo{margin:46px 6vw;padding:34px;display:flex;justify-content:space-between;gap:20px;align-items:center;background:linear-gradient(135deg,rgba(255,209,102,.22),rgba(34,223,255,.1))}.info{margin:0 6vw}.contacts{margin:46px 6vw;padding:30px;display:grid;grid-template-columns:1fr 1fr;gap:20px}.map{min-height:260px;border:1px dashed var(--line);border-radius:20px;display:grid;place-items:center;color:var(--muted);text-align:center}.socials{display:flex;gap:10px;flex-wrap:wrap}.socials a{border:1px solid var(--line);border-radius:999px;padding:10px 14px;text-decoration:none;color:var(--muted)}
.legalGrid a{text-decoration:none;padding:20px}.floatWa{position:fixed;right:18px;bottom:18px;z-index:80;background:#24d366;color:#06120a;text-decoration:none;font-weight:950;border-radius:999px;padding:16px 22px;box-shadow:0 10px 40px rgba(0,0,0,.35)}
footer{color:var(--muted);padding:38px 6vw;border-top:1px solid var(--line);background:rgba(0,0,0,.22)}.footerGrid{display:grid;grid-template-columns:180px 1fr 1fr;gap:22px;align-items:center}.footerLogo{width:150px;border-radius:18px}footer a{color:var(--muted)}
@media(max-width:980px){.brand span{display:none}.burger{display:block}.topWa{display:none}nav{position:fixed;top:76px;left:14px;right:14px;display:none;flex-direction:column;align-items:stretch;background:var(--panel);padding:16px;border:1px solid var(--line);border-radius:20px}nav.open{display:flex}.hero,.prices,.two,.contacts,.footerGrid,.service{grid-template-columns:1fr}.categoryGrid,.products,.tabletGrid,.trust,.serviceList{grid-template-columns:repeat(2,1fr)}}
@media(max-width:620px){.hero{padding:44px 18px 28px}.section{padding:36px 18px}.categoryGrid,.products,.tabletGrid,.bullets,.why,.steps,.legalGrid,.trust,.serviceList{grid-template-columns:1fr}.prices,.contacts,.promo,.info,.service{margin:28px 18px}.promo{display:block}.btn,.cardBtns{width:100%}.cardBtns{flex-direction:column}h1{font-size:42px}.floatWa{left:18px;text-align:center}.card img{aspect-ratio:4/3}.brand img{width:46px;height:46px}.servicePrice{font-size:42px}}

.contactActions{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;margin:20px 0}
.contactBtn{display:flex;align-items:center;justify-content:center;text-decoration:none;font-weight:950;border-radius:18px;padding:16px;border:1px solid var(--line)}
.contactBtn.whatsapp{background:#24d366;color:#06120a}
.contactBtn.viber{background:#7360f2;color:white}
.contactBtn.telegram{background:#24a1de;color:white}
.contactBtn.call{background:rgba(255,255,255,.09);color:white}
.floatWa.compact{padding:13px 18px;font-size:15px;right:16px;bottom:16px}
@media(max-width:620px){
  .contactActions{grid-template-columns:1fr}
  .floatWa.compact{left:auto;right:14px;width:auto;border-radius:999px;padding:13px 17px;font-size:14px}
}

.langSwitch{display:flex;gap:8px;margin-left:auto}
.langSwitch button{border:1px solid rgba(255,209,102,.55);background:rgba(255,209,102,.08);color:#ffd166;border-radius:16px;padding:10px 12px;font-weight:950;cursor:pointer}
.langSwitch button.active{background:#ffd166;color:#07101d}
.training{margin:46px 6vw;padding:34px;display:grid;grid-template-columns:.9fr 1.1fr;gap:26px;align-items:start;background:linear-gradient(135deg,rgba(255,209,102,.16),rgba(34,223,255,.08));border:1px solid rgba(255,209,102,.25);border-radius:28px}
.discountBadge{display:inline-block;margin:12px 0 18px;padding:14px 18px;border-radius:18px;background:rgba(255,209,102,.18);border:1px solid rgba(255,209,102,.45);color:#ffd166;font-weight:950}
.trainingGrid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px}
.trainingGrid article{background:rgba(255,255,255,.06);border:1px solid var(--line);border-radius:20px;padding:18px}
.trainingGrid h3{color:#ffd166;margin-top:0;font-size:22px}
.trainingGrid p{color:var(--muted);line-height:1.55}
.trainingGrid a{color:var(--cyan);font-weight:900;text-decoration:none}
.bottomActions{position:fixed;left:0;right:0;bottom:0;z-index:90;display:grid;grid-template-columns:1fr 1fr;gap:10px;padding:10px 14px;background:rgba(5,9,16,.88);backdrop-filter:blur(14px);border-top:1px solid var(--line)}
.bottomBtn{display:flex;justify-content:center;align-items:center;text-decoration:none;font-weight:950;border-radius:18px;padding:16px 14px}
.bottomBtn.whatsapp{background:#24d366;color:#06120a}
.bottomBtn.call{background:#ffd166;color:#07101d}
body{padding-bottom:72px}
@media(max-width:980px){
  .topbar{align-items:center}
  .langSwitch{order:3;margin-left:0;display:grid;grid-template-columns:repeat(2,1fr);gap:8px}
  nav{top:82px;left:12%;right:0;bottom:0;border-radius:26px 0 0 0;overflow:auto;padding:22px;background:rgba(7,16,29,.98)}
  nav a{display:flex;justify-content:space-between;align-items:center;background:rgba(255,255,255,.05);border:1px solid var(--line);border-radius:18px;padding:18px 20px;font-size:18px;color:white}
  nav a:after{content:'›';color:#ffd166;font-size:30px;line-height:1}
  .training{grid-template-columns:1fr}
  .trainingGrid{grid-template-columns:1fr}
}
@media(max-width:620px){
  .training{margin:28px 18px;padding:24px}
  .langSwitch button{padding:9px 11px}
  .bottomActions{gap:8px;padding:10px}
  .bottomBtn{border-radius:16px;font-size:16px}
}

/* V4 fixes */
.contactActions{grid-template-columns:repeat(3,1fr)}
.contactBtn.call{display:none}
.langSwitch button{background:#f4f6f9;color:#07101d;border:0}
.langSwitch button.active{background:#22dfff;color:#07101d}
@media(max-width:620px){
  .contactActions{grid-template-columns:1fr}
  .langSwitch{display:flex;gap:4px}
  .langSwitch button{border-radius:999px;padding:7px 10px;font-size:13px}
}

/* V5: language switch removed */
.langSwitch{display:none!important}
.simGift{margin:46px 6vw;padding:34px;display:grid;grid-template-columns:.9fr 1.1fr;gap:24px;align-items:center;background:linear-gradient(135deg,rgba(41,242,154,.14),rgba(34,223,255,.08));border:1px solid rgba(41,242,154,.28);border-radius:28px}
.simGift p,.simGift li{color:var(--muted);font-size:18px;line-height:1.55}
.simGift ul{padding-left:22px}
.simImages{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.simImages img{width:100%;height:260px;object-fit:cover;border-radius:20px;border:1px solid var(--line);background:#111}
@media(max-width:900px){
  .simGift{grid-template-columns:1fr}
  .simImages img{height:220px}
}
@media(max-width:620px){
  .simGift{margin:28px 18px;padding:24px}
  .simImages{grid-template-columns:1fr}
  .simImages img{height:auto}
}

/* V6: SIM names only + tablet gifts */
.simNames{display:flex;gap:12px;flex-wrap:wrap;margin:18px 0 22px}
.simNames span{display:inline-flex;align-items:center;justify-content:center;min-width:130px;padding:16px 22px;border-radius:18px;background:rgba(255,209,102,.16);border:1px solid rgba(255,209,102,.45);color:#ffd166;font-weight:950;font-size:22px}
.simNote{background:rgba(255,255,255,.06);border:1px solid var(--line);border-radius:22px;padding:24px;color:var(--muted);font-size:18px;line-height:1.55}
.simNote b{color:#fff;font-size:22px}
.simNote strong{display:inline-block;margin-top:10px;color:#ffd166;font-size:34px}
.giftLine{display:inline-block!important;color:#ffd166!important;background:rgba(255,209,102,.12);border:1px solid rgba(255,209,102,.35);border-radius:14px;padding:10px 12px;font-weight:900}

/* V9 router catalog final */
.routerGiftBanner{display:flex;justify-content:space-between;align-items:center;gap:18px;margin:24px 0;padding:24px;border-radius:24px;background:linear-gradient(135deg,rgba(255,209,102,.18),rgba(34,223,255,.08));border:1px solid rgba(255,209,102,.35)}
.routerGiftBanner b{font-size:24px;color:#fff}
.routerGiftBanner p{margin:8px 0 0;color:var(--muted);font-size:18px}
.routerGiftBanner strong{color:#ffd166}
.routerGrid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.routerCard{overflow:hidden;background:linear-gradient(180deg,rgba(255,255,255,.06),rgba(255,255,255,.03));border:1px solid var(--line);border-radius:24px}
.routerCard img{width:100%;aspect-ratio:3/4;object-fit:cover;display:block;background:#111}
.routerBody{padding:18px}
.routerBody h3{font-size:21px;margin:14px 0 10px}
.routerBody p{color:var(--muted);line-height:1.5}
.routerGift{display:inline-block!important;color:#ffd166!important;background:rgba(255,209,102,.12);border:1px solid rgba(255,209,102,.35);border-radius:14px;padding:10px 12px;font-weight:900}
@media(max-width:980px){
  .routerGrid{grid-template-columns:repeat(2,1fr)}
  .routerGiftBanner{align-items:stretch;flex-direction:column}
}
@media(max-width:620px){
  .routerGrid{grid-template-columns:1fr}
  .routerCard img{aspect-ratio:4/5}
}


/* V10 MOBILE FIX — no horizontal broken layout */
html, body{
  width:100%;
  max-width:100%;
  overflow-x:hidden;
}

*{
  box-sizing:border-box;
}

img, video, canvas, svg{
  max-width:100%;
}

body{
  margin:0;
}

.topbar,
header,
.hero,
.section,
.training,
.simGift,
.contacts,
footer{
  max-width:100%;
}

@media(max-width:760px){
  body{
    overflow-x:hidden;
  }

  .topbar{
    position:sticky;
    top:0;
    left:0;
    right:0;
    width:100%;
    max-width:100%;
    padding:10px 14px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:12px;
  }

  .brand{
    min-width:0;
  }

  .brand img,
  .logo img,
  .topbar img{
    max-width:54px;
    height:auto;
  }

  .brand span{
    display:none;
  }

  .burger{
    flex:0 0 auto;
  }

  nav{
    left:0!important;
    right:0!important;
    width:100%!important;
    max-width:100%!important;
  }

  .hero,
  .section,
  .training,
  .simGift,
  .contacts{
    width:100%;
    margin-left:0!important;
    margin-right:0!important;
    padding-left:16px!important;
    padding-right:16px!important;
  }

  .hero{
    padding-top:42px!important;
  }

  .hero h1{
    font-size:clamp(38px, 12vw, 58px);
    line-height:1.03;
    max-width:100%;
    overflow-wrap:break-word;
  }

  .hero p,
  .sectionHead p,
  .simGift p,
  .training p{
    max-width:100%;
  }

  .heroBtns,
  .chips,
  .cardBtns,
  .contactActions{
    width:100%;
  }

  .btn,
  .heroBtns a,
  .cardBtns a{
    width:100%;
    max-width:100%;
  }

  .productGrid,
  .routerGrid,
  .tabletGrid,
  .trainingGrid{
    display:grid!important;
    grid-template-columns:1fr!important;
    width:100%!important;
    max-width:100%!important;
    gap:18px!important;
  }

  .productCard,
  .routerCard,
  .tabletCard,
  .card{
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
  }

  .productCard img,
  .routerCard img,
  .tabletCard img{
    width:100%!important;
    max-width:100%!important;
    height:auto!important;
    object-fit:cover;
    display:block;
  }

  .routerCard img{
    aspect-ratio:auto!important;
  }

  .routerGiftBanner{
    width:100%;
    max-width:100%;
    margin-left:0!important;
    margin-right:0!important;
    flex-direction:column;
    align-items:stretch;
  }

  .simGift{
    display:block!important;
  }

  .simNote{
    margin-top:18px;
    width:100%;
  }

  .floatWa.compact,
  .floatWa{
    left:16px!important;
    right:16px!important;
    bottom:12px!important;
    width:auto!important;
    max-width:none!important;
    border-radius:20px!important;
  }
}

@media(max-width:420px){
  .hero h1{
    font-size:40px;
  }

  .sectionHead h2,
  .training h2,
  .simGift h2{
    font-size:30px;
    line-height:1.1;
  }

  .routerBody,
  .productBody,
  .tabletBody{
    padding:16px!important;
  }
}

/* V12: routers look exactly like accessory product cards and stay at the end */
.routerGridSameAsAccessories{
  display:grid!important;
  grid-template-columns:repeat(3, minmax(0,1fr))!important;
  gap:20px!important;
}

.routerAsProduct{
  width:100%!important;
  max-width:100%!important;
}

.routerAsProduct img{
  width:100%!important;
  height:auto!important;
  aspect-ratio:1/1!important;
  object-fit:cover!important;
  display:block!important;
}

.compactGiftBanner{
  margin:22px 0!important;
}

@media(max-width:980px){
  .routerGridSameAsAccessories{
    grid-template-columns:repeat(2, minmax(0,1fr))!important;
  }
}
@media(max-width:760px){
  .routerGridSameAsAccessories{
    grid-template-columns:1fr!important;
  }
  .routerAsProduct img{
    aspect-ratio:1/1!important;
  }
}


/* V13 FINAL MOBILE ROUTER FIX */
html, body{
  width:100%!important;
  max-width:100%!important;
  overflow-x:hidden!important;
}

.topbar{
  width:100%!important;
  max-width:100%!important;
  left:0!important;
  right:0!important;
}

.section,
.hero,
.simGift,
.training,
.contacts{
  width:100%!important;
  max-width:100%!important;
  overflow:hidden!important;
}

@media(max-width:760px){
  .section,
  .hero,
  .simGift,
  .training,
  .contacts{
    margin-left:0!important;
    margin-right:0!important;
    padding-left:16px!important;
    padding-right:16px!important;
  }

  .productGrid,
  .routerGridSameAsAccessories,
  .routerGrid{
    display:grid!important;
    grid-template-columns:1fr!important;
    width:100%!important;
    max-width:100%!important;
    gap:18px!important;
  }

  .productCard,
  .routerAsProduct,
  .routerCard{
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    border-radius:22px!important;
    overflow:hidden!important;
  }

  .productCard img,
  .routerAsProduct img,
  .routerCard img{
    width:100%!important;
    height:260px!important;
    max-height:260px!important;
    aspect-ratio:auto!important;
    object-fit:cover!important;
    object-position:center center!important;
    display:block!important;
  }

  .routerAsProduct .productBody,
  .routerCard .routerBody,
  .productBody{
    padding:16px!important;
  }

  .routerAsProduct h3,
  .routerCard h3,
  .productCard h3{
    font-size:20px!important;
    line-height:1.2!important;
  }

  .routerAsProduct p,
  .routerCard p,
  .productCard p{
    font-size:15px!important;
    line-height:1.45!important;
  }

  .routerGift,
  .giftLine{
    font-size:14px!important;
    line-height:1.35!important;
  }

  .price{
    font-size:26px!important;
  }

  .cardBtns{
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:10px!important;
  }

  .cardBtns .btn{
    width:100%!important;
  }

  .floatWa,
  .floatWa.compact{
    left:16px!important;
    right:16px!important;
    width:auto!important;
    max-width:none!important;
  }
}

@media(min-width:761px){
  .routerAsProduct img,
  .routerCard img{
    height:320px!important;
    max-height:320px!important;
    object-fit:cover!important;
    object-position:center center!important;
  }
}


/* =========================================================
   V14 FINAL MOBILE REBUILD
   Fixes left-column / empty-right-space issue completely.
   ========================================================= */
html{
  width:100% !important;
  max-width:100% !important;
  overflow-x:hidden !important;
  -webkit-text-size-adjust:100%;
}
body{
  width:100% !important;
  min-width:0 !important;
  max-width:100% !important;
  margin:0 !important;
  overflow-x:hidden !important;
}
*,
*::before,
*::after{
  box-sizing:border-box !important;
}
img, svg, video, canvas{
  max-width:100% !important;
}

body > *{
  max-width:100% !important;
}

.topbar, .nav, header, main, footer,
.hero, .section, .training, .simGift, .contacts{
  width:100% !important;
  max-width:100% !important;
}

/* Desktop/tablet sane max-width */
.section, .hero, .training, .simGift, .contacts{
  margin-left:auto !important;
  margin-right:auto !important;
}

/* Router cards use same visual system as accessories */
.routerGridSameAsAccessories,
.routerGrid,
.productGrid{
  max-width:100% !important;
}
.routerAsProduct img,
.routerCard img{
  width:100% !important;
  height:280px !important;
  max-height:280px !important;
  object-fit:cover !important;
  object-position:center center !important;
  aspect-ratio:auto !important;
}

/* FINAL phone layout */
@media (max-width: 760px){
  body{
    background:#07111f !important;
    padding-bottom:86px !important;
  }

  .topbar{
    position:sticky !important;
    top:0 !important;
    left:0 !important;
    right:0 !important;
    z-index:1000 !important;
    width:100vw !important;
    max-width:100vw !important;
    padding:10px 14px !important;
    display:flex !important;
    justify-content:space-between !important;
    align-items:center !important;
    gap:10px !important;
  }

  .brand{
    min-width:0 !important;
    flex:1 1 auto !important;
  }
  .brand span{
    display:none !important;
  }
  .brand img,
  .logo img,
  .topbar img{
    width:48px !important;
    height:48px !important;
    max-width:48px !important;
    object-fit:contain !important;
  }
  .burger{
    width:54px !important;
    height:54px !important;
    flex:0 0 54px !important;
    margin-left:auto !important;
  }

  nav,
  .menu,
  .mobileMenu{
    width:100vw !important;
    max-width:100vw !important;
    left:0 !important;
    right:0 !important;
  }

  main,
  header,
  .page,
  .wrapper,
  .container{
    width:100vw !important;
    max-width:100vw !important;
    margin:0 !important;
    padding:0 !important;
    overflow:hidden !important;
  }

  .hero,
  .section,
  .training,
  .simGift,
  .contacts{
    width:100vw !important;
    max-width:100vw !important;
    margin:0 !important;
    padding-left:16px !important;
    padding-right:16px !important;
    overflow:hidden !important;
  }

  .hero{
    padding-top:42px !important;
    padding-bottom:38px !important;
  }

  .section{
    padding-top:38px !important;
    padding-bottom:38px !important;
  }

  .hero h1{
    font-size:clamp(38px, 12vw, 56px) !important;
    line-height:1.04 !important;
    letter-spacing:-1.5px !important;
    max-width:100% !important;
    overflow-wrap:break-word !important;
  }
  .hero p,
  .sectionHead p,
  .simGift p,
  .training p,
  .contacts p{
    width:100% !important;
    max-width:100% !important;
    font-size:17px !important;
    line-height:1.55 !important;
  }

  .sectionHead h2,
  .simGift h2,
  .training h2,
  .contacts h2{
    font-size:clamp(28px, 8.5vw, 40px) !important;
    line-height:1.12 !important;
    max-width:100% !important;
  }

  .heroBtns,
  .chips,
  .cardBtns,
  .contactActions,
  .filters,
  .tabs{
    width:100% !important;
    max-width:100% !important;
    display:grid !important;
    grid-template-columns:1fr !important;
    gap:10px !important;
  }

  .chips{
    display:flex !important;
    flex-wrap:wrap !important;
  }

  .btn,
  button,
  .heroBtns a,
  .cardBtns a,
  .contactBtn{
    width:100% !important;
    max-width:100% !important;
  }

  .tabletGrid,
  .productGrid,
  .routerGrid,
  .routerGridSameAsAccessories,
  .trainingGrid,
  .steps,
  .whyGrid,
  .forWhoGrid{
    display:grid !important;
    grid-template-columns:1fr !important;
    gap:18px !important;
    width:100% !important;
    max-width:100% !important;
    margin-left:0 !important;
    margin-right:0 !important;
  }

  .tabletCard,
  .productCard,
  .routerCard,
  .routerAsProduct,
  .card,
  .step,
  .whyCard,
  .forWhoCard,
  .map,
  .simNote{
    width:100% !important;
    max-width:100% !important;
    min-width:0 !important;
    margin-left:0 !important;
    margin-right:0 !important;
    border-radius:22px !important;
    overflow:hidden !important;
  }

  .productCard img,
  .routerAsProduct img,
  .routerCard img,
  .tabletCard img{
    width:100% !important;
    height:240px !important;
    max-height:240px !important;
    object-fit:cover !important;
    object-position:center center !important;
    aspect-ratio:auto !important;
    display:block !important;
  }

  /* For tall router poster images, show a useful cropped preview instead of full poster height */
  #routers .productCard img,
  #routers .routerAsProduct img,
  #routers .routerCard img{
    height:240px !important;
    max-height:240px !important;
    object-fit:cover !important;
    object-position:center center !important;
  }

  .productBody,
  .routerBody,
  .tabletBody,
  .cardBody{
    padding:16px !important;
    width:100% !important;
    max-width:100% !important;
  }

  .productBody h3,
  .routerBody h3,
  .tabletBody h3{
    font-size:20px !important;
    line-height:1.22 !important;
    margin:12px 0 10px !important;
  }

  .productBody p,
  .routerBody p,
  .tabletBody p{
    font-size:15px !important;
    line-height:1.45 !important;
  }

  .price{
    font-size:26px !important;
    line-height:1.1 !important;
  }

  .giftLine,
  .routerGift{
    display:block !important;
    width:100% !important;
    font-size:14px !important;
    line-height:1.35 !important;
    padding:10px 12px !important;
  }

  .routerGiftBanner,
  .compactGiftBanner{
    display:block !important;
    width:100% !important;
    max-width:100% !important;
    margin:18px 0 !important;
    padding:18px !important;
    border-radius:22px !important;
  }
  .routerGiftBanner .btn{
    margin-top:14px !important;
  }

  .simGift{
    display:block !important;
  }
  .simNames{
    display:grid !important;
    grid-template-columns:1fr 1fr !important;
    gap:10px !important;
    width:100% !important;
  }
  .simNames span{
    min-width:0 !important;
    width:100% !important;
  }

  .contacts{
    display:block !important;
  }

  .floatWa,
  .floatWa.compact{
    position:fixed !important;
    left:16px !important;
    right:16px !important;
    bottom:12px !important;
    width:auto !important;
    max-width:none !important;
    height:54px !important;
    border-radius:20px !important;
    z-index:9999 !important;
  }

  footer{
    padding-bottom:96px !important;
  }
}

@media (max-width: 390px){
  .hero h1{
    font-size:38px !important;
  }
  .productCard img,
  .routerAsProduct img,
  .routerCard img,
  .tabletCard img{
    height:220px !important;
    max-height:220px !important;
  }
}

/* V15: Wi-Fi routers as tablet-style text cards, no photos */
.routersTextSection{
  scroll-margin-top:90px;
}
.routerTextGrid{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:20px!important;
}
.routerTextCard{
  min-height:0!important;
}
.routerTextCard .memory{
  display:block!important;
  color:#b9c6d8!important;
  font-weight:700!important;
  line-height:1.45!important;
}
.routerTextCard .tabletPrice strong{
  color:#62e88c!important;
}
.routerTextCard .tabletPrice span{
  display:block!important;
  margin-top:4px!important;
  color:#ffd166!important;
}
.routerTextCard .giftLine{
  margin:14px 0!important;
}
@media(max-width:980px){
  .routerTextGrid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }
}
@media(max-width:760px){
  .routerTextGrid{
    grid-template-columns:1fr!important;
    width:100%!important;
  }
  .routerTextCard{
    width:100%!important;
    max-width:100%!important;
  }
}

/* FINAL CLEAN VERSION */
html,body{max-width:100%!important;overflow-x:hidden!important}
.products{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}
.card img.photoPriceImage{width:100%!important;height:auto!important;max-height:none!important;object-fit:contain!important;background:#050b13!important;display:block!important}
#routers img{display:none!important}
.routerTextGrid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.routerTextCard .memory{color:var(--muted);line-height:1.55}
.routerTextCard .giftLine{color:#ffd166;font-weight:900}
@media(max-width:980px){.products,.routerTextGrid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:760px){
  .products,.routerTextGrid,.tabletGrid{grid-template-columns:1fr!important;width:100%!important}
  .section,.hero,.service,.training,.simGift,.promo,.contacts{width:100%!important;max-width:100%!important;margin-left:0!important;margin-right:0!important;padding-left:16px!important;padding-right:16px!important}
  .card,.tabletCard,.routerTextCard{width:100%!important;max-width:100%!important}
  .card img.photoPriceImage{width:100%!important;height:auto!important;max-height:none!important}
}

/* V23 Lenovo promo + mobile menu fix */
.promoLabel{
  display:inline-block;
  margin:10px 0 8px;
  padding:8px 12px;
  border-radius:999px;
  background:rgba(255,209,102,.18);
  border:1px solid rgba(255,209,102,.48);
  color:#ffd166;
  font-weight:950;
}
.oldPrice{
  color:#95a6b8;
  text-decoration:line-through;
  font-size:18px;
  font-weight:800;
  margin-top:6px;
}
.oldPrice span{font-size:14px;margin-left:6px}

#burger,.burger{
  position:relative!important;
  z-index:100001!important;
  pointer-events:auto!important;
  cursor:pointer!important;
  touch-action:manipulation!important;
}
#nav,nav#nav{z-index:100000!important}

@media(max-width:980px){
  #nav,nav#nav{display:none!important}
  #nav.open,nav#nav.open,body.menu-open #nav{
    display:flex!important;
    visibility:visible!important;
    opacity:1!important;
    pointer-events:auto!important;
    position:fixed!important;
    top:72px!important;
    left:12px!important;
    right:12px!important;
    width:auto!important;
    max-width:calc(100vw - 24px)!important;
    flex-direction:column!important;
    gap:10px!important;
    padding:16px!important;
    border-radius:20px!important;
    background:rgba(7,17,31,.98)!important;
    border:1px solid rgba(255,255,255,.14)!important;
    box-shadow:0 20px 70px rgba(0,0,0,.45)!important;
  }
}


/* V26 — Professional KOD95 / ADR / TAXO training section */
.proTraining{
  display:block!important;
  grid-template-columns:none!important;
}
.proTraining .wide{
  max-width:980px;
}
.trainingPrices,
.docsGrid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:18px;
  margin-top:26px;
}
.docCard{
  background:linear-gradient(180deg,rgba(255,255,255,.07),rgba(255,255,255,.035));
  border:1px solid var(--line);
  border-radius:24px;
  padding:22px;
  box-shadow:0 18px 50px rgba(0,0,0,.18);
}
.mainDocCard{
  grid-column:span 1;
  border-color:rgba(255,209,102,.32);
}
.docBadge{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:7px 12px;
  border-radius:999px;
  background:rgba(34,223,255,.16);
  border:1px solid rgba(34,223,255,.38);
  color:var(--cyan);
  font-weight:950;
  font-size:12px;
  letter-spacing:.05em;
}
.docCard h3{
  font-size:24px;
  margin:14px 0 8px;
}
.docSub{
  color:var(--muted);
  margin-top:0;
  font-weight:800;
}
.docPrice{
  color:var(--green);
  font-weight:950;
  font-size:34px;
  margin:14px 0;
}
.docPrice.red{
  color:#ff5e5e;
}
.docCard p,
.docCard li{
  color:var(--muted);
  line-height:1.55;
}
.miniBox{
  margin-top:16px;
  padding:16px;
  border-radius:18px;
  background:rgba(41,242,154,.08);
  border:1px solid rgba(41,242,154,.25);
}
.miniBox b{
  color:var(--green);
  font-size:18px;
}
.miniBox ul,
.priceListClean{
  padding-left:18px;
  margin-bottom:0;
}
.priceListClean{
  list-style:none;
  padding-left:0;
  display:grid;
  gap:10px;
}
.priceListClean li{
  display:flex;
  justify-content:space-between;
  gap:12px;
  padding:12px 0;
  border-bottom:1px solid var(--line);
}
.priceListClean li:last-child{
  border-bottom:0;
}
.priceListClean b{
  color:var(--gold);
  white-space:nowrap;
  font-size:20px;
}
.docCard.orange{border-color:rgba(255,142,30,.38)}
.docCard.orange .docBadge{background:rgba(255,142,30,.18);border-color:rgba(255,142,30,.45);color:#ff9c2e}
.docCard.blue{border-color:rgba(34,223,255,.38)}
.docCard.purple{border-color:rgba(185,124,255,.38)}
.docCard.purple .docBadge{background:rgba(185,124,255,.18);border-color:rgba(185,124,255,.45);color:#cfa4ff}
.docCard.warning{border-color:rgba(255,209,102,.42)}
.docCard.warning .docBadge{background:rgba(255,209,102,.18);border-color:rgba(255,209,102,.45);color:var(--gold)}
.docsBlock{
  margin-top:34px;
}
.sectionHead.compact{
  max-width:900px;
}
.numberList{
  padding-left:22px;
}
.numberList li{
  margin-bottom:10px;
}
.note{
  background:rgba(255,209,102,.09);
  border:1px solid rgba(255,209,102,.25);
  border-radius:16px;
  padding:14px;
  color:#ffe0a3!important;
}
.processSteps{
  display:grid;
  gap:12px;
}
.processSteps span{
  display:block;
  padding:14px;
  border-radius:16px;
  background:rgba(255,255,255,.055);
  border:1px solid var(--line);
  color:var(--muted);
  font-weight:800;
}
@media(max-width:980px){
  .trainingPrices,
  .docsGrid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}
@media(max-width:620px){
  .trainingPrices,
  .docsGrid{
    grid-template-columns:1fr!important;
  }
  .docCard{
    padding:18px;
  }
  .docCard h3{
    font-size:22px;
  }
  .docPrice{
    font-size:30px;
  }
  .priceListClean li{
    align-items:flex-start;
  }
}

/* V27 new clean AutoGear logo */
.logo img, .brand img, .brandLogo, img.logo {
  object-fit: contain !important;
  background: transparent !important;
}
.header .logo img, header .logo img, .brandLogo, img.logo {
  border-radius: 14px !important;
}


/* V29 language switcher + mobile side menu */
.langSwitcher{display:flex;gap:10px;align-items:center;margin-left:auto;z-index:100002}
.langBtn{border:1px solid rgba(34,223,255,.35);background:rgba(255,255,255,.06);color:#eaf5ff;border-radius:999px;padding:9px 13px;font-weight:950;cursor:pointer;letter-spacing:.04em}
.langBtn.active{background:linear-gradient(135deg,#79e9ff,#20b8da);color:#06111d;border-color:transparent}
.sideOverlay{display:none;position:fixed;inset:0;background:rgba(0,0,0,.58);z-index:100003}
.sideOverlay.open{display:block}
.sideMenu{position:fixed;top:0;right:0;width:min(86vw,390px);height:100dvh;background:#07111f;border-left:1px solid rgba(255,255,255,.12);box-shadow:-22px 0 80px rgba(0,0,0,.45);z-index:100004;transform:translateX(110%);transition:transform .25s ease;padding:28px 20px;overflow-y:auto}
.sideMenu.open{transform:translateX(0)}
.sideTop{display:flex;align-items:center;justify-content:space-between;gap:14px;padding-bottom:18px;border-bottom:1px solid rgba(255,255,255,.12)}
.sideBrand{color:#fff;font-weight:950;font-size:25px}.sideBrand span{color:#61dff8}
.sideClose{width:48px;height:48px;border-radius:16px;border:1px solid rgba(255,255,255,.14);background:rgba(255,255,255,.06);color:#fff;font-size:36px;line-height:1;cursor:pointer}
.sideLinks{display:grid;gap:12px;margin:22px 0}
.sideLinks a{display:flex;align-items:center;justify-content:space-between;padding:18px 20px;border-radius:18px;background:rgba(255,255,255,.055);border:1px solid rgba(255,255,255,.10);color:#fff;text-decoration:none;font-weight:900}
.sideLinks a::after{content:"›";color:#61dff8;font-size:28px}
.sideWhatsapp{display:block;text-align:center;padding:18px 16px;border-radius:18px;background:#25d366;color:#06111d!important;font-weight:950;text-decoration:none}
body.drawer-open{overflow:hidden}
@media(max-width:760px){.langSwitcher{position:static;margin-left:8px;gap:6px;flex-wrap:wrap;justify-content:flex-end}.langBtn{padding:8px 10px;font-size:13px}}


/* V30 full i18n polish */
.langSwitcher{
  flex-shrink:0;
}
@media(max-width:760px){
  header .langSwitcher, .langSwitcher{
    order:3;
    width:100%;
    margin:10px 0 0!important;
    justify-content:center!important;
  }
  .langBtn{
    min-width:54px;
    height:44px;
    font-size:15px!important;
  }
}
.sideMenu{
  backdrop-filter: blur(14px);
}


/* V31 mobile language buttons + drawer visibility fix */
.langSwitcher{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:8px!important;
  width:auto!important;
  max-width:none!important;
  margin-left:auto!important;
  padding:0!important;
  position:relative!important;
  z-index:99998!important;
}
.langBtn{
  min-width:42px!important;
  width:auto!important;
  height:42px!important;
  padding:0 12px!important;
  border-radius:999px!important;
  font-size:14px!important;
  font-weight:950!important;
  line-height:1!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  border:1px solid rgba(97,223,248,.42)!important;
  background:rgba(255,255,255,.055)!important;
  color:#eaf5ff!important;
}
.langBtn.active{
  background:linear-gradient(135deg,#78ecff,#22c4e9)!important;
  color:#06111d!important;
  border-color:transparent!important;
}
@media(max-width:760px){
  header .langSwitcher,
  .langSwitcher{
    order:0!important;
    width:auto!important;
    margin:0 56px 0 auto!important;
    gap:5px!important;
    flex-wrap:nowrap!important;
  }
  .langBtn{
    min-width:36px!important;
    height:36px!important;
    padding:0 8px!important;
    font-size:12px!important;
  }
}

#burger,.burger{
  position:relative!important;
  z-index:100006!important;
  pointer-events:auto!important;
}
.sideOverlay{
  display:none;
  position:fixed!important;
  inset:0!important;
  background:rgba(0,0,0,.62)!important;
  z-index:2147483600!important;
}
.sideOverlay.open{display:block!important}
.sideMenu{
  position:fixed!important;
  top:0!important;
  right:0!important;
  bottom:0!important;
  width:min(88vw,410px)!important;
  height:100dvh!important;
  background:rgba(7,17,31,.98)!important;
  border-left:1px solid rgba(255,255,255,.14)!important;
  box-shadow:-24px 0 90px rgba(0,0,0,.62)!important;
  z-index:2147483601!important;
  transform:translateX(110%)!important;
  transition:transform .25s ease!important;
  padding:26px 18px 34px!important;
  overflow-y:auto!important;
  display:block!important;
  visibility:visible!important;
  opacity:1!important;
}
.sideMenu.open{transform:translateX(0)!important}
.sideTop{
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:14px!important;
  padding-bottom:18px!important;
  border-bottom:1px solid rgba(255,255,255,.14)!important;
}
.sideBrand{font-size:26px!important;color:#fff!important;font-weight:950!important}
.sideBrand span{color:#61dff8!important}
.sideClose{
  width:48px!important;height:48px!important;border-radius:16px!important;
  border:1px solid rgba(255,255,255,.16)!important;background:rgba(255,255,255,.07)!important;
  color:#fff!important;font-size:36px!important;line-height:1!important;
}
.sideLinks{
  display:grid!important;
  gap:12px!important;
  margin:22px 0!important;
}
.sideLinks a{
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  padding:18px 20px!important;
  border-radius:18px!important;
  background:rgba(255,255,255,.065)!important;
  border:1px solid rgba(255,255,255,.12)!important;
  color:#fff!important;
  text-decoration:none!important;
  font-weight:950!important;
  font-size:18px!important;
}
.sideLinks a::after{
  content:"›"!important;
  color:#61dff8!important;
  font-size:30px!important;
}
.sideWhatsapp{
  display:block!important;
  text-align:center!important;
  padding:18px 16px!important;
  border-radius:18px!important;
  background:#25d366!important;
  color:#06111d!important;
  font-weight:950!important;
  text-decoration:none!important;
}
body.drawer-open{overflow:hidden!important}
