
:root{
  --bg:#070707;
  --bg-soft:#121212;
  --card:#101010;
  --text:#f3f3f3;
  --muted:#b8b8b8;
  --line:rgba(255,255,255,.08);
  --accent:#ff2020;
  --accent-2:#9a1515;
  --green:#22c55e;
  --yellow:#facc15;
  --radius:24px;
  --shadow:0 20px 60px rgba(0,0,0,.4);
  --container:min(1180px, 92vw);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  background:
    radial-gradient(circle at top right, rgba(255,32,32,.15), transparent 22%),
    radial-gradient(circle at bottom left, rgba(255,32,32,.10), transparent 22%),
    var(--bg);
  color:var(--text);
  line-height:1.5;
}
img{max-width:100%;display:block}
a{color:inherit;text-decoration:none}
.container{width:var(--container);margin:0 auto}
.section{padding:78px 0}
.section.small{padding:52px 0}
.eyebrow{
  display:inline-flex;align-items:center;gap:10px;
  border:1px solid var(--line);
  border-radius:999px;padding:10px 16px;
  background:rgba(255,255,255,.03);color:#fff;font-weight:700;font-size:.92rem
}
.eyebrow .dot{width:10px;height:10px;border-radius:50%;background:var(--accent);box-shadow:0 0 18px var(--accent)}
.btn{
  display:inline-flex;align-items:center;justify-content:center;gap:10px;
  padding:15px 24px;border-radius:16px;font-weight:800;letter-spacing:.02em;
  border:1px solid transparent;transition:.25s ease;cursor:pointer
}
.btn-primary{background:linear-gradient(90deg,var(--accent-2),var(--accent));color:#fff;box-shadow:0 10px 25px rgba(255,32,32,.24)}
.btn-primary:hover{transform:translateY(-2px);box-shadow:0 14px 32px rgba(255,32,32,.28)}
.btn-outline{border-color:var(--line);background:rgba(255,255,255,.03);color:#fff}
.btn-outline:hover{background:rgba(255,255,255,.08)}
.btn-light{background:#fff;color:#111}
.topbar{
  border-bottom:1px solid var(--line);background:rgba(0,0,0,.55);backdrop-filter: blur(12px);
  position:sticky;top:0;z-index:20
}
.topbar-inner{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:14px 0}
.brand{display:flex;align-items:center;gap:14px}
.brand img{width:62px;height:62px;object-fit:contain}
.brand strong{display:block;font-size:1.05rem}
.brand span{display:block;color:var(--muted);font-size:.92rem}
nav ul{display:flex;align-items:center;gap:16px;list-style:none;padding:0;margin:0;flex-wrap:wrap}
nav a{padding:12px 14px;border-radius:12px;color:#f5f5f5;font-weight:700}
nav a:hover,nav a.active{background:rgba(255,255,255,.06)}
.hero{padding:54px 0 20px}
.hero-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:34px;align-items:center}
.hero-copy h1{
  font-size:clamp(2.2rem,5vw,4.7rem);line-height:.98;margin:18px 0 16px;
  letter-spacing:-.04em;max-width:12ch
}
.hero-copy p{font-size:1.1rem;color:var(--muted);max-width:60ch;margin:0 0 24px}
.hero-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:28px}
.hero-points{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-top:28px}
.hero-points div{padding:16px;border:1px solid var(--line);border-radius:18px;background:rgba(255,255,255,.03)}
.hero-points strong{display:block;font-size:1.05rem}
.hero-points span{font-size:.92rem;color:var(--muted)}
.hero-media{position:relative}
.hero-card{
  border:1px solid var(--line);border-radius:30px;overflow:hidden;background:#0f0f0f;
  box-shadow:var(--shadow)
}
.hero-media .floating{
  position:absolute;right:-10px;bottom:18px;background:#fff;color:#111;
  padding:16px 18px;border-radius:20px;max-width:230px;box-shadow:var(--shadow);font-weight:800
}
.hero-media .floating span{display:block;color:#6a6a6a;font-size:.92rem;font-weight:600;margin-top:4px}
.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.feature-card,.policy-card,.stat-card,.support-card,.category-card,.product-card,.content-card{
  border:1px solid var(--line);border-radius:24px;background:linear-gradient(180deg,rgba(255,255,255,.04),rgba(255,255,255,.02));padding:24px
}
.feature-card img,.support-card img{width:54px;height:54px;margin-bottom:16px}
.feature-card h3,.support-card h3,.category-card h3,.policy-card h3,.content-card h3{margin:0 0 8px;font-size:1.18rem}
.muted{color:var(--muted)}
.section-head{display:flex;justify-content:space-between;align-items:end;gap:20px;flex-wrap:wrap;margin-bottom:26px}
.section-head h2{font-size:clamp(1.8rem,3.5vw,3rem);margin:12px 0 6px;line-height:1}
.section-head p{color:var(--muted);max-width:56ch;margin:0}
.products-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.product-card{display:flex;flex-direction:column;overflow:hidden;padding:0}
.product-card .cover{aspect-ratio:1/1;background:#0b0b0b}
.product-body{padding:22px}
.badge-row{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:12px}
.badge{
  display:inline-flex;align-items:center;padding:8px 12px;border-radius:999px;font-size:.8rem;
  font-weight:800;border:1px solid var(--line);background:rgba(255,255,255,.03)
}
.badge.accent{background:rgba(255,32,32,.12);border-color:rgba(255,32,32,.25);color:#ffdede}
.product-card h3{margin:0 0 8px;font-size:1.16rem}
.product-card .meta{font-size:.92rem;color:var(--muted);margin-bottom:12px}
.prices{display:flex;align-items:center;gap:12px;flex-wrap:wrap;margin-bottom:12px}
.old{color:#8e8e8e;text-decoration:line-through;font-weight:700}
.price{font-size:1.45rem;font-weight:900}
.discount{color:#111;background:#fff;border-radius:999px;padding:7px 10px;font-size:.82rem;font-weight:900}
.product-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:auto}
.stat-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.stat-card strong{display:block;font-size:2rem;line-height:1;margin-bottom:6px}
.vip-banner{
  border:1px solid var(--line);border-radius:32px;overflow:hidden;display:grid;grid-template-columns:1.1fr .9fr;background:#0d0d0d
}
.vip-copy{padding:34px}
.vip-copy h3{font-size:clamp(1.8rem,3vw,2.7rem);line-height:1;margin:0 0 12px}
.vip-copy p{color:var(--muted);font-size:1.05rem}
.vip-copy .actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:20px}
.vip-image{min-height:100%}
.vip-image img{height:100%;object-fit:cover}
.cta-panel{
  border:1px solid var(--line);border-radius:30px;padding:30px;background:linear-gradient(135deg, rgba(255,32,32,.10), rgba(255,255,255,.02));
  display:flex;justify-content:space-between;gap:18px;align-items:center;flex-wrap:wrap
}
.footer{
  padding:48px 0;border-top:1px solid var(--line);margin-top:30px;background:#060606
}
.footer-grid{display:grid;grid-template-columns:1.1fr .8fr .8fr .8fr;gap:28px}
.footer h4{margin:0 0 12px}
.footer p,.footer li,.footer a{color:var(--muted);font-size:.96rem}
.footer ul{list-style:none;padding:0;margin:0;display:grid;gap:10px}
.footer-bottom{margin-top:28px;padding-top:20px;border-top:1px solid var(--line);display:flex;justify-content:space-between;gap:12px;flex-wrap:wrap;color:var(--muted);font-size:.92rem}
.page-hero{
  padding:60px 0 22px;background:linear-gradient(180deg, rgba(255,255,255,.02), transparent)
}
.page-hero h1{font-size:clamp(2rem,4vw,4rem);line-height:1;margin:16px 0 8px}
.breadcrumb{color:var(--muted);font-size:.95rem}
.two-col{display:grid;grid-template-columns:1fr 1fr;gap:22px}
.notice{
  border-left:4px solid var(--accent);padding:16px 18px;background:rgba(255,255,255,.03);border-radius:0 18px 18px 0;color:#f2f2f2
}
.support-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.support-card a{display:inline-flex;margin-top:10px;color:#fff;font-weight:800}
.legal-stack{display:grid;gap:18px}
.legal-stack p, .legal-stack li{color:var(--muted)}
.legal-stack ul{margin:10px 0 0 20px}
.highlight{
  color:#111;background:#fff;display:inline-flex;padding:8px 12px;border-radius:999px;font-weight:900
}
.sticky-cta{
  position:fixed;bottom:18px;left:50%;transform:translateX(-50%);z-index:25;
  display:flex;gap:10px;padding:10px;border:1px solid var(--line);border-radius:999px;background:rgba(10,10,10,.92);
  box-shadow:var(--shadow);backdrop-filter: blur(10px)
}
.sticky-cta a{padding:12px 16px;border-radius:999px;font-size:.92rem;font-weight:900}
.sticky-cta .catalog{background:#fff;color:#111}
.sticky-cta .vip{background:linear-gradient(90deg,var(--accent-2),var(--accent));color:#fff}
.cards-2{display:grid;grid-template-columns:repeat(2,1fr);gap:22px}
@media (max-width: 1040px){
  .hero-grid,.vip-banner,.footer-grid,.products-grid,.grid-3,.support-grid,.cards-2,.stat-grid,.two-col{grid-template-columns:1fr 1fr}
}
@media (max-width: 760px){
  .topbar-inner{align-items:flex-start;flex-direction:column}
  .hero-grid,.hero-points,.vip-banner,.products-grid,.grid-3,.support-grid,.cards-2,.stat-grid,.two-col,.footer-grid{grid-template-columns:1fr}
  .hero-copy h1{max-width:14ch}
  .sticky-cta{width:calc(100vw - 24px);justify-content:center}
  .sticky-cta a{flex:1;text-align:center}
  nav ul{gap:8px}
}


.cover{
  aspect-ratio:1/1;
  background:linear-gradient(180deg,#111,#0a0a0a);
  border-radius:20px;
  padding:14px;
  display:grid;
  place-items:center;
  overflow:hidden;
}
.cover img{
  width:100%;
  height:100%;
  object-fit:contain;
  border-radius:16px;
  background:#fff;
}
.price-note{
  margin-top:14px;
  padding:12px 14px;
  border-radius:14px;
  border:1px solid var(--line);
  background:rgba(255,255,255,.04);
  color:#f5f5f5;
  font-weight:700;
}
.notice strong{display:block;margin-bottom:6px}
.floating span{display:block;margin-top:6px;font-weight:600;color:#444}
