*{box-sizing:border-box}
:root{
  --bg:#0b0b0b;
  --panel:#151515;
  --panel-2:#1d1d1d;
  --text:#f7f7f7;
  --muted:#b8b8b8;
  --orange:#ffa800;
  --orange-2:#ff8a00;
  --line:#2a2a2a;
  --white:#ffffff;
  --max:1180px;
}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:Inter,Segoe UI,Arial,sans-serif;
  background:var(--bg);
  color:var(--text);
  line-height:1.6;
}
img{max-width:100%;display:block}
a{color:inherit;text-decoration:none}
button{font:inherit}
.container{width:min(calc(100% - 32px),var(--max));margin:0 auto}
.site-header{
  position:sticky;top:0;z-index:50;
  background:rgba(11,11,11,.92);
  backdrop-filter:blur(14px);
  border-bottom:1px solid var(--line)
}
.header-inner{min-height:78px;display:flex;align-items:center;justify-content:space-between;gap:24px}
.brand img{width:112px;height:62px;object-fit:contain;border-radius:12px}
.nav{display:flex;gap:26px;align-items:center}
.nav a{color:#dedede;font-weight:700;font-size:.95rem}
.nav a:hover{color:var(--orange)}
.menu-toggle{display:none;background:none;border:0;color:#fff;font-size:1.7rem;cursor:pointer}
.hero{
  position:relative;overflow:hidden;
  background:
    radial-gradient(circle at 80% 20%,rgba(255,168,0,.18),transparent 32%),
    linear-gradient(180deg,#0b0b0b 0%,#111 100%);
  border-bottom:1px solid var(--line)
}
.hero-grid{min-height:680px;display:grid;grid-template-columns:1.25fr .75fr;align-items:center;gap:54px;padding:76px 0}
.eyebrow{display:inline-block;color:var(--orange);font-weight:900;letter-spacing:.16em;font-size:.78rem;margin-bottom:14px}
h1,h2,h3{line-height:1.08;margin-top:0}
h1{font-size:clamp(2.7rem,6vw,5.4rem);letter-spacing:-.045em;margin-bottom:24px}
h2{font-size:clamp(2rem,4vw,3.5rem);letter-spacing:-.03em;margin-bottom:16px}
h3{font-size:1.25rem;margin-bottom:10px}
.hero-copy p{font-size:1.15rem;color:#c7c7c7;max-width:720px;margin:0 0 28px}
.hero-actions{display:flex;gap:14px;flex-wrap:wrap;margin-bottom:26px}
.btn{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 22px;border-radius:12px;border:1px solid transparent;font-weight:900;cursor:pointer;transition:.2s ease}
.btn-primary{background:linear-gradient(135deg,var(--orange),var(--orange-2));color:#111}
.btn-primary:hover{transform:translateY(-1px);filter:brightness(1.05)}
.btn-secondary{border-color:#444;background:#171717;color:#fff}
.btn-secondary:hover{border-color:var(--orange);color:var(--orange)}
.trust-row{display:flex;gap:18px;flex-wrap:wrap;color:#bdbdbd;font-size:.92rem}
.hero-card{
  background:linear-gradient(145deg,#161616,#0f0f0f);
  border:1px solid #2b2b2b;border-radius:28px;padding:30px;
  box-shadow:0 26px 80px rgba(0,0,0,.35)
}
.hero-card img{border-radius:22px;aspect-ratio:1/1;object-fit:cover}
.hero-card-copy{display:flex;flex-direction:column;padding:18px 6px 0}
.hero-card-copy strong{font-size:1.4rem}
.hero-card-copy span{color:var(--muted)}
.section{padding:92px 0;background:#0d0d0d}
.section-dark{background:#111}
.section-heading{max-width:760px;margin-bottom:38px}
.section-heading p,.about p{color:var(--muted)}
.category-grid,.product-grid,.channel-grid{display:grid;gap:18px}
.category-grid{grid-template-columns:repeat(4,1fr)}
.category-card{
  background:#151515;border:1px solid var(--line);border-radius:20px;padding:24px;
  min-height:190px
}
.category-icon{font-size:2rem;margin-bottom:28px}
.category-card p{color:var(--muted);margin-bottom:0}
.product-grid{grid-template-columns:repeat(3,1fr)}
.product-card{overflow:hidden;background:#161616;border:1px solid var(--line);border-radius:22px}
.product-image{aspect-ratio:4/3}
.placeholder{
  display:grid;place-items:center;
  background:linear-gradient(135deg,#202020,#101010);
  color:#707070;font-weight:900;letter-spacing:.12em
}
.product-body{padding:22px}
.product-body p{color:var(--muted);min-height:54px}
.badge,.status{
  display:inline-block;border-radius:999px;font-size:.75rem;font-weight:900
}
.badge{background:rgba(255,168,0,.12);color:var(--orange);padding:6px 9px;margin-bottom:14px}
.channel-grid{grid-template-columns:repeat(3,1fr)}
.channel-card{
  display:flex;gap:18px;background:#151515;border:1px solid var(--line);
  border-radius:20px;padding:24px
}
.channel-mark{
  width:54px;height:54px;flex:0 0 54px;border-radius:16px;
  display:grid;place-items:center;background:var(--orange);color:#111;font-weight:1000
}
.channel-card p{color:var(--muted)}
.status{color:#d7d7d7;border:1px solid #3a3a3a;padding:5px 9px}
.about{border-top:1px solid var(--line)}
.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:54px}
.muted{font-size:.9rem}
.site-footer{border-top:1px solid var(--line);background:#090909;padding:32px 0}
.footer-inner{display:flex;align-items:center;justify-content:space-between;gap:20px}
.footer-inner img{width:82px;height:52px;object-fit:contain;border-radius:10px}
.footer-inner p{color:#9d9d9d;font-size:.9rem;margin:0}
.toast{
  position:fixed;left:50%;bottom:26px;transform:translate(-50%,24px);
  background:#fff;color:#111;border-radius:12px;padding:14px 18px;
  box-shadow:0 18px 50px rgba(0,0,0,.35);opacity:0;pointer-events:none;
  transition:.25s ease;z-index:100;width:min(92vw,560px);text-align:center;font-weight:800
}
.toast.show{opacity:1;transform:translate(-50%,0)}
@media (max-width:900px){
  .menu-toggle{display:block}
  .nav{
    display:none;position:absolute;top:78px;left:16px;right:16px;
    flex-direction:column;align-items:stretch;padding:18px;
    background:#121212;border:1px solid var(--line);border-radius:16px
  }
  .nav.open{display:flex}
  .hero-grid{grid-template-columns:1fr;min-height:auto;padding:60px 0}
  .hero-card{max-width:540px}
  .category-grid{grid-template-columns:repeat(2,1fr)}
  .product-grid,.channel-grid{grid-template-columns:1fr}
  .about-grid{grid-template-columns:1fr;gap:10px}
}
@media (max-width:560px){
  .container{width:min(calc(100% - 22px),var(--max))}
  .section{padding:68px 0}
  .category-grid{grid-template-columns:1fr}
  .brand img{width:92px;height:54px}
  .footer-inner{align-items:flex-start;flex-direction:column}
}
