
@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700;800&display=swap');

:root{
  --bg:#05070A;
  --bg2:#08101A;
  --bg3:#101826;
  --ink:#0F172A;
  --muted:#687588;
  --line:#E4E8F0;
  --lineDark:rgba(255,255,255,.11);
  --paper:#F4F6FA;
  --card:#FFFFFF;
  --blue:#006BFF;
  --blue2:#075DE1;
  --blueSoft:#EAF3FF;
  --green:#17B26A;
  --yellow:#FFC400;
  --red:#E11D32;
  --cyan:#00C2FF;
  --gold:#C8A24A;
  --radius:22px;
  --radiusXL:34px;
  --shadow:0 30px 90px rgba(5,7,10,.18);
  --soft:0 14px 42px rgba(15,23,42,.09);
  --max:1440px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:"Plus Jakarta Sans",ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;
  color:var(--ink);
  background:var(--paper);
  line-height:1.55;
  font-weight:500;
  text-rendering:optimizeLegibility;
  -webkit-font-smoothing:antialiased;
}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
button,input,select,textarea{font:inherit}
.container{width:min(var(--max),calc(100% - 40px));margin-inline:auto}
.topbar{
  height:36px;background:#006BFF;color:#fff;
  display:flex;align-items:center;justify-content:center;gap:34px;
  font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.02em
}
.header{
  position:sticky;top:0;z-index:90;
  color:#fff;background:rgba(5,7,10,.94);
  border-bottom:1px solid var(--lineDark);
  backdrop-filter:blur(18px);
}
.header-inner{height:76px;display:flex;align-items:center;gap:26px}
.logo{width:214px;min-width:214px}
.nav{display:flex;align-items:center;gap:24px;font-size:13px;font-weight:800}
.nav a{color:#D7E0EE;opacity:.92}
.nav a:hover,.nav a.active{color:#fff}
.search{
  margin-left:auto;width:350px;height:44px;border-radius:999px;
  border:1px solid rgba(255,255,255,.14);
  background:rgba(255,255,255,.07);
  display:flex;align-items:center;gap:10px;
  padding:0 15px;color:#9EACBF
}
.search input{border:0;outline:0;background:transparent;color:#fff;width:100%;font-size:13px}
.search input::placeholder{color:#9EACBF}
.icons{display:flex;gap:9px}
.icon{
  width:42px;height:42px;border-radius:14px;
  border:1px solid rgba(255,255,255,.14);
  background:rgba(255,255,255,.06);
  color:#fff;display:grid;place-items:center;position:relative
}
.count{position:absolute;right:-7px;top:-7px;width:20px;height:20px;border-radius:999px;background:var(--blue);font-size:11px;font-weight:800;display:grid;place-items:center;border:2px solid var(--bg)}
.btn{
  height:50px;border:0;cursor:pointer;border-radius:14px;
  display:inline-flex;align-items:center;justify-content:center;gap:9px;
  padding:0 20px;font-weight:800;white-space:nowrap;transition:.18s ease;
  letter-spacing:-.01em;
}
.btn-primary{background:var(--blue);color:#fff;box-shadow:0 18px 42px rgba(0,107,255,.32)}
.btn-primary:hover{background:var(--blue2);transform:translateY(-1px)}
.btn-dark{background:var(--bg);color:#fff}
.btn-white{background:#fff;color:var(--ink);border:1px solid var(--line)}
.btn-soft{background:var(--blueSoft);color:#075DE1}
.btn-ghost{background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.18);color:#fff}
.btn-sm{height:40px;border-radius:12px;padding:0 13px;font-size:13px}
.badge{
  display:inline-flex;align-items:center;gap:6px;
  border-radius:999px;padding:6px 9px;
  font-size:10px;font-weight:800;letter-spacing:.055em;text-transform:uppercase
}
.badge-blue{background:#E8F2FF;color:#005BE0}
.badge-green{background:#E7F8EF;color:#067647}
.badge-yellow{background:#FFF2BD;color:#765700}
.badge-red{background:#FFE7EB;color:#B42335}
.badge-dark{background:#111827;color:#fff}
.muted{color:var(--muted)}
.section{padding:76px 0}
.section.white{background:#fff}
.section.dark{background:var(--bg);color:#fff}
.section-head{display:flex;align-items:end;justify-content:space-between;gap:26px;margin-bottom:28px}
.section-head h2{font-size:clamp(30px,4vw,56px);line-height:1.04;letter-spacing:-.045em;margin:0}
.section-head p{font-size:17px;color:var(--muted);max-width:720px;margin:10px 0 0}
.dark .section-head p{color:#AEB8C8}
.grid{display:grid;gap:18px}
.grid-2{grid-template-columns:repeat(2,1fr)}
.grid-3{grid-template-columns:repeat(3,1fr)}
.grid-4{grid-template-columns:repeat(4,1fr)}
.grid-5{grid-template-columns:repeat(5,1fr)}

.hero{
  position:relative;overflow:hidden;min-height:700px;background:var(--bg);color:#fff;
}
.hero::before{
  content:"";position:absolute;inset:0;
  background:
    linear-gradient(90deg,rgba(5,7,10,.98) 0%,rgba(5,7,10,.88) 33%,rgba(5,7,10,.46) 70%,rgba(5,7,10,.20) 100%),
    url("../img/hero-commercial.webp") center right/cover no-repeat;
}
.hero::after{
  content:"";position:absolute;left:0;right:0;bottom:0;height:140px;
  background:linear-gradient(0deg,#07101A,rgba(7,16,26,0));
}
.hero-inner{
  position:relative;z-index:2;min-height:700px;
  display:grid;grid-template-columns:minmax(0,1fr) 410px;gap:34px;align-items:center;
  padding:66px 0 135px
}
.eyebrow{
  display:inline-flex;align-items:center;gap:8px;
  border:1px solid rgba(0,107,255,.42);
  background:rgba(0,107,255,.15);color:#BBD8FF;
  border-radius:999px;padding:8px 12px;
  font-size:12px;font-weight:800;letter-spacing:.12em;text-transform:uppercase
}
.hero h1{font-size:clamp(44px,5.2vw,78px);line-height:.99;letter-spacing:-.055em;margin:20px 0 18px;max-width:760px}
.hero h1 span{color:#1680FF}
.hero p{font-size:18px;color:#D3DEEC;max-width:690px;line-height:1.7}
.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:28px}
.hero-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:34px;max-width:760px}
.hero-stat{border:1px solid rgba(255,255,255,.12);background:rgba(255,255,255,.075);border-radius:18px;padding:15px}
.hero-stat b{display:block;font-size:15px}.hero-stat small{color:#B3C1D3}
.hero-product{
  background:rgba(8,14,23,.88);
  border:1px solid rgba(255,255,255,.12);
  border-radius:30px;padding:16px;box-shadow:0 30px 90px rgba(0,0,0,.35);
  backdrop-filter:blur(14px)
}
.hero-product img{height:270px;width:100%;object-fit:cover;border-radius:22px}
.hero-product h3{font-size:22px;line-height:1.12;letter-spacing:-.03em;margin:16px 0 8px}
.hero-product .price{color:#fff}
.hero-finder-wrap{
  position:relative;z-index:5;margin-top:-92px;background:#07101A;padding-bottom:34px;
}
.finder-card{
  border-radius:28px;background:rgba(8,14,23,.98);color:#fff;
  border:1px solid rgba(255,255,255,.12);
  box-shadow:0 34px 100px rgba(0,0,0,.32);
  padding:20px
}
.finder-title{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:14px}
.finder-title h2{font-size:18px;margin:0;letter-spacing:-.02em}
.finder-grid{display:grid;grid-template-columns:repeat(4,1fr) 250px;gap:12px;align-items:end}
.field label{display:block;font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.075em;color:#9AA8BB;margin-bottom:7px}
.field select,.field input,.field textarea{
  width:100%;height:50px;border-radius:14px;
  border:1px solid rgba(255,255,255,.14);background:rgba(255,255,255,.075);
  color:#fff;outline:0;padding:0 13px
}
.field.light label{color:#667085}.field.light select,.field.light input,.field.light textarea{background:#fff;border-color:var(--line);color:var(--ink)}
.field textarea{height:120px;padding:12px}
select option{background:#fff;color:#111}
.fit-result{display:none;margin-top:12px;border-radius:15px;padding:12px 14px;background:rgba(23,178,106,.11);border:1px solid rgba(23,178,106,.28);color:#B9FFD7;font-weight:800}
.fit-result.show{display:block}
.trust-strip{
  margin-top:16px;display:grid;grid-template-columns:repeat(5,1fr);gap:12px
}
.trust-card{
  background:#fff;border:1px solid var(--line);border-radius:18px;padding:14px 15px;box-shadow:var(--soft);
  display:flex;gap:12px;align-items:center
}
.trust-card .ic{width:40px;height:40px;border-radius:14px;background:var(--blueSoft);color:var(--blue);display:grid;place-items:center;font-weight:800;flex:0 0 auto}
.trust-card b{display:block;font-size:14px}.trust-card small{color:var(--muted);font-size:12px}
.category-card{
  height:286px;border-radius:24px;overflow:hidden;position:relative;background:#0A1018;box-shadow:var(--soft)
}
.category-card img{width:100%;height:100%;object-fit:cover;transition:.35s ease}
.category-card:hover img{transform:scale(1.055)}
.category-card::after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(5,7,10,.95),rgba(5,7,10,.15) 70%)}
.category-card .copy{position:absolute;z-index:2;left:20px;right:20px;bottom:18px;color:#fff}
.category-card h3{font-size:22px;letter-spacing:-.025em;line-height:1.1;margin:0 0 8px}
.category-card p{margin:0;color:#D7E1EE;font-size:13px}
.product-card{
  background:#fff;border:1px solid var(--line);border-radius:22px;overflow:hidden;box-shadow:var(--soft);
  transition:.18s ease;display:flex;flex-direction:column;min-height:100%
}
.product-card:hover{transform:translateY(-4px);box-shadow:var(--shadow)}
.product-img{position:relative;height:220px;background:#111827;overflow:hidden}
.product-img img{width:100%;height:100%;object-fit:cover}
.badge-stack{position:absolute;top:12px;left:12px;display:flex;gap:6px;flex-wrap:wrap}
.product-info{padding:16px;display:flex;flex-direction:column;flex:1}
.product-info h3{font-size:15px;line-height:1.26;letter-spacing:-.015em;margin:10px 0 8px}
.stars{color:#F5A800;font-size:13px;font-weight:800}.stars.green{color:#20D877}
.product-meta{display:flex;align-items:center;justify-content:space-between;gap:10px;margin:8px 0}
.price{font-size:23px;font-weight:800;letter-spacing:-.04em}.price small{font-size:12px;color:#98A2B3;text-decoration:line-through;margin-left:6px}
.instock{color:var(--green);font-size:12px;font-weight:800}
.card-actions{display:grid;grid-template-columns:1fr 48px;gap:8px;margin-top:auto;padding-top:12px}
.icon-cart{height:50px;border-radius:14px;border:1px solid var(--line);background:#fff;cursor:pointer}
.commerce-band{
  background:#07101A;color:#fff;border-radius:30px;padding:26px;border:1px solid rgba(255,255,255,.1);box-shadow:var(--shadow);
  display:grid;grid-template-columns:.85fr repeat(4,1fr);gap:15px
}
.review{background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.1);border-radius:18px;padding:17px}
.marketplace{
  display:grid;grid-template-columns:1fr repeat(5,1fr);gap:12px;background:#fff;border:1px solid var(--line);border-radius:28px;padding:18px;box-shadow:var(--soft)
}
.market-tile{border:1px solid var(--line);border-radius:18px;padding:16px;background:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}
.market-logo{font-weight:800;font-size:25px;letter-spacing:-.04em}.amazon{color:#F59E0B}.emag{color:#2563EB}.ali{color:#FF4D00}.baba{color:#FF7300}.ebay span:nth-child(1){color:#E53238}.ebay span:nth-child(2){color:#0064D2}.ebay span:nth-child(3){color:#F5AF02}.ebay span:nth-child(4){color:#86B817}
.page-hero{
  background:#07101A;color:#fff;padding:34px 0 30px;border-bottom:1px solid rgba(255,255,255,.08)
}
.breadcrumbs{font-size:13px;color:#93A3B8;margin-bottom:14px}
.category-hero{
  display:grid;grid-template-columns:1.05fr .95fr;align-items:center;overflow:hidden;border-radius:30px;
  background:#0B1421;border:1px solid rgba(255,255,255,.11);box-shadow:0 28px 80px rgba(0,0,0,.25)
}
.category-hero .copy{padding:36px}.category-hero h1{font-size:42px;line-height:1.05;letter-spacing:-.045em;margin:0 0 12px}.category-hero p{color:#B8C3D1;font-size:16px}
.category-hero img{width:100%;height:300px;object-fit:cover}
.vehicle-bar{
  margin-top:16px;background:#05070A;color:#fff;border:1px solid rgba(255,255,255,.12);border-radius:22px;padding:14px;
  display:grid;grid-template-columns:70px repeat(4,1fr) auto;gap:10px;align-items:end
}
.vehicle-logo{height:54px;width:54px;border-radius:16px;background:#fff;color:#05070A;display:grid;place-items:center;font-weight:800}
.shop-layout{display:grid;grid-template-columns:292px 1fr;gap:22px;padding:30px 0 78px}
.filters{
  background:#fff;border:1px solid var(--line);border-radius:24px;box-shadow:var(--soft);padding:18px;position:sticky;top:100px;align-self:start
}
.filters h3{margin:0 0 12px}
.filter-group{padding:15px 0;border-top:1px solid var(--line)}
.filter-group h4{font-size:12px;letter-spacing:.08em;text-transform:uppercase;margin:0 0 10px}
.check{display:flex;align-items:center;gap:9px;font-size:14px;color:#344054;margin:9px 0}
.toolbar{display:flex;justify-content:space-between;align-items:center;gap:16px;margin-bottom:16px}
.chips{display:flex;gap:8px;flex-wrap:wrap}
.chip{border:1px solid var(--line);background:#fff;border-radius:999px;padding:8px 12px;font-size:13px;font-weight:700}
.chip.active{background:var(--bg);color:#fff;border-color:var(--bg)}
.products-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.help-banner{margin-top:24px;background:#07101A;color:#fff;border-radius:28px;padding:24px;display:grid;grid-template-columns:1fr 260px;gap:18px;align-items:center;overflow:hidden}
.help-banner img{height:150px;width:100%;object-fit:cover;border-radius:18px}
.product-page{padding:32px 0 78px;background:var(--paper)}
.product-layout{display:grid;grid-template-columns:minmax(0,1fr) 480px;gap:28px;align-items:start}
.gallery{display:grid;grid-template-columns:92px 1fr;gap:14px}
.thumbs{display:grid;gap:10px}.thumbs img{height:86px;width:92px;border-radius:14px;object-fit:cover;border:2px solid transparent;cursor:pointer;background:#fff}.thumbs img.active{border-color:var(--blue)}
.main-photo{position:relative;overflow:hidden;border-radius:28px;background:#fff;border:1px solid var(--line);box-shadow:var(--soft)}
.main-photo img{width:100%;height:670px;object-fit:cover}
.summary{
  background:#fff;border:1px solid var(--line);border-radius:28px;box-shadow:var(--soft);padding:24px;position:sticky;top:100px
}
.summary h1{font-size:34px;line-height:1.08;letter-spacing:-.04em;margin:13px 0}
.summary-list{list-style:none;padding:0;margin:14px 0;display:grid;gap:9px}
.summary-list li{display:flex;gap:9px;color:#344054}.summary-list li:before{content:"✓";color:var(--green);font-weight:800}
.qty-row{display:grid;grid-template-columns:135px 1fr;gap:10px;margin:18px 0}
.qty{height:50px;border:1px solid var(--line);border-radius:14px;display:flex;overflow:hidden}.qty button{width:42px;border:0;background:#fff;cursor:pointer;font-weight:800}.qty span{flex:1;display:grid;place-items:center}
.benefits{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-top:18px}.benefit{background:#fff;border:1px solid var(--line);border-radius:18px;padding:14px;font-size:13px}
.compat-box{margin-top:22px;display:grid;grid-template-columns:1fr 250px;gap:18px;align-items:center;background:#fff;border:1px solid var(--line);border-radius:24px;padding:20px;box-shadow:var(--soft)}.compat-box img{height:140px;width:100%;object-fit:contain}
.info-panels{display:grid;grid-template-columns:1fr 1fr;gap:18px;margin-top:22px}.info-panel{background:#fff;border:1px solid var(--line);border-radius:22px;padding:20px;box-shadow:var(--soft)}
.checkout-page{padding:38px 0 78px}
.checkout-layout{display:grid;grid-template-columns:1fr 420px;gap:24px}.steps{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin-bottom:18px}.step{height:48px;border-radius:15px;background:#fff;border:1px solid var(--line);display:grid;place-items:center;font-weight:700;color:#475467}.step.active{background:var(--blue);color:#fff;border-color:var(--blue)}
.checkout-panel,.order-summary{background:#fff;border:1px solid var(--line);border-radius:28px;padding:24px;box-shadow:var(--soft)}
.order-summary{position:sticky;top:100px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.pay-card{display:flex;align-items:center;gap:10px;border:1px solid var(--line);border-radius:16px;padding:14px;margin-top:10px}.order-item{display:flex;gap:12px;padding-bottom:16px;border-bottom:1px solid var(--line);margin-bottom:14px}.order-item img{width:94px;height:80px;object-fit:cover;border-radius:14px}.row{display:flex;justify-content:space-between;gap:14px;margin:10px 0}.row.total{font-size:24px;font-weight:800;border-top:1px solid var(--line);padding-top:14px;margin-top:14px}
.ecosystem-hero{background:#07101A;color:#fff;padding:62px 0}.ecosystem-hero h1{font-size:clamp(42px,5vw,70px);line-height:1.02;letter-spacing:-.055em;margin:14px 0}
.module-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:16px}.module{background:#fff;border:1px solid var(--line);border-radius:22px;padding:18px;box-shadow:var(--soft);min-height:210px}.module .num{width:40px;height:40px;border-radius:13px;background:#05070A;color:#fff;display:grid;place-items:center;font-weight:800}
.admin-body{background:#05070A;color:#E8EEF8}.admin-shell{display:grid;grid-template-columns:260px 1fr;min-height:100vh}.admin-side{background:#080D14;border-right:1px solid rgba(255,255,255,.08);padding:22px}.admin-side img{width:205px}.admin-side nav{display:grid;gap:8px;margin-top:28px}.admin-side a{padding:12px 14px;border-radius:13px;color:#B9C3D3;font-weight:700}.admin-side a.active,.admin-side a:hover{background:#006BFF;color:#fff}.admin-main{padding:26px}.admin-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.kpis{display:grid;grid-template-columns:repeat(5,1fr);gap:14px}.kpi,.admin-panel{background:#0E1520;border:1px solid rgba(255,255,255,.08);border-radius:20px;padding:18px}.kpi b{font-size:28px;display:block}.admin-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:16px;margin-top:16px}.bars{height:245px;display:flex;align-items:end;gap:8px}.bar{flex:1;background:linear-gradient(180deg,#41A5FF,#006BFF);border-radius:8px 8px 0 0}.queue{display:grid;gap:10px}.queue-row{display:grid;grid-template-columns:1fr auto;gap:10px;align-items:center;background:#0A1018;border:1px solid rgba(255,255,255,.08);border-radius:14px;padding:12px}
.cookie{position:fixed;right:22px;bottom:22px;z-index:95;width:410px;background:#05070A;color:#fff;border:1px solid rgba(255,255,255,.1);border-radius:24px;padding:22px;box-shadow:0 30px 90px rgba(0,0,0,.36);display:none}.cookie.show{display:block}.cookie p{color:#C8D1DE;font-size:14px}.cookie-actions{display:grid;gap:10px;margin-top:14px}
.whatsapp{position:fixed;left:22px;bottom:22px;z-index:88;background:#22C55E;color:#fff;border-radius:18px;padding:13px 16px;box-shadow:0 20px 52px rgba(34,197,94,.32);font-weight:800;display:flex;gap:8px;align-items:center}
.footer{background:#05070A;color:#fff;padding:52px 0 24px}.footer-grid{display:grid;grid-template-columns:1.45fr repeat(4,1fr);gap:26px}.footer p,.footer a{color:#B8C3D1}.footer ul{list-style:none;padding:0;margin:0;display:grid;gap:8px}.footer-logo{width:210px;margin-bottom:14px}.subfooter{border-top:1px solid rgba(255,255,255,.1);margin-top:28px;padding-top:18px;display:flex;justify-content:space-between;gap:16px;flex-wrap:wrap;color:#AEB8C8;font-size:13px}

@media(max-width:1180px){
  .nav{display:none}.search{width:260px}
  .hero-inner{grid-template-columns:1fr}.hero-product{display:none}.finder-grid{grid-template-columns:repeat(2,1fr)}.finder-grid .btn{grid-column:1/-1}
  .trust-strip,.grid-5,.module-grid,.kpis{grid-template-columns:repeat(2,1fr)}
  .grid-4,.grid-3,.commerce-band,.marketplace,.shop-layout,.product-layout,.checkout-layout,.admin-shell,.admin-grid{grid-template-columns:1fr}
  .filters,.summary,.order-summary{position:static}.products-grid{grid-template-columns:repeat(2,1fr)}.benefits{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:1fr 1fr}
}
@media(max-width:720px){
  .topbar{height:auto;padding:8px;flex-direction:column;gap:4px}.header-inner{height:auto;padding:14px 0;flex-wrap:wrap}.logo{width:190px;min-width:190px}.search{order:4;width:100%;margin-left:0}
  .hero{min-height:auto}.hero-inner{min-height:auto;padding:52px 0 130px}.hero h1{font-size:42px}.hero-stats,.finder-grid,.trust-strip,.grid-2,.grid-3,.grid-4,.grid-5,.module-grid,.products-grid,.form-grid,.benefits,.info-panels,.compat-box,.vehicle-bar{grid-template-columns:1fr}
  .category-hero{grid-template-columns:1fr}.category-hero img{height:230px}.gallery{grid-template-columns:1fr}.thumbs{display:grid;grid-template-columns:repeat(4,1fr)}.thumbs img{width:100%}.main-photo img{height:430px}.qty-row{grid-template-columns:1fr}.steps{grid-template-columns:1fr 1fr}
  .cookie{left:14px;right:14px;width:auto}.whatsapp{left:14px;right:14px;justify-content:center}.footer-grid{grid-template-columns:1fr}
}
