
:root{
  --bg:#07080b;
  --bg2:#0c0e13;
  --card:#11131a;
  --line:rgba(255,255,255,.08);
  --text:#f5f6f8;
  --muted:#9da3ad;
  --red:#e51b23;
  --red2:#a90b11;
  --shadow:0 24px 80px rgba(0,0,0,.45);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;background:var(--bg);color:var(--text);
  font-family:Inter,system-ui,-apple-system,Segoe UI,sans-serif;
  overflow-x:hidden;
}
a{color:inherit;text-decoration:none}
button,input{font:inherit}
.container{width:min(1160px,calc(100% - 40px));margin-inline:auto}
.bg-grid{
  position:fixed;inset:0;z-index:-5;pointer-events:none;
  background-image:linear-gradient(rgba(255,255,255,.025) 1px,transparent 1px),
  linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px);
  background-size:44px 44px;
  mask-image:linear-gradient(to bottom,black,transparent 78%);
}
.glow{position:fixed;width:520px;height:520px;border-radius:50%;filter:blur(120px);opacity:.12;z-index:-4}
.glow-a{background:#ff1724;top:-170px;right:-130px}
.glow-b{background:#b10910;bottom:-220px;left:-160px}

.nav-wrap{
  position:sticky;top:0;z-index:20;
  background:rgba(7,8,11,.78);backdrop-filter:blur(18px);
  border-bottom:1px solid rgba(255,255,255,.06)
}
.nav{height:82px;display:flex;align-items:center;justify-content:space-between}
.brand{display:flex;align-items:center;gap:12px}
.brand img{width:54px;height:54px;object-fit:contain;border-radius:12px}
.brand div{display:flex;flex-direction:column;line-height:1}
.brand strong{font-family:Orbitron,sans-serif;font-size:17px;letter-spacing:3px}
.brand span{font-size:9px;color:var(--red);font-weight:800;letter-spacing:3.3px;margin-top:6px}
.brand.small img{width:42px;height:42px}
.nav-links{display:flex;align-items:center;gap:26px;font-size:14px;color:#c9ccd3}
.nav-links>a:not(.btn):hover{color:white}
.menu-btn{display:none;background:none;color:white;border:0;font-size:24px}

.btn{
  display:inline-flex;align-items:center;justify-content:center;
  min-height:46px;padding:0 20px;border-radius:10px;font-weight:700;
  border:1px solid transparent;transition:.2s ease;cursor:pointer
}
.btn-primary{
  color:white;background:linear-gradient(135deg,var(--red),var(--red2));
  box-shadow:0 12px 30px rgba(229,27,35,.23)
}
.btn-primary:hover{transform:translateY(-2px);box-shadow:0 16px 34px rgba(229,27,35,.32)}
.btn-ghost{border-color:rgba(255,255,255,.12);background:rgba(255,255,255,.035)}
.btn-ghost:hover{background:rgba(255,255,255,.07)}
.full{width:100%}

.hero{
  min-height:720px;display:grid;grid-template-columns:1.08fr .92fr;
  align-items:center;gap:50px;padding-top:56px;padding-bottom:56px
}
.eyebrow,.kicker{
  color:#ff4650;font-size:12px;font-weight:800;letter-spacing:2.4px
}
.eyebrow{display:flex;align-items:center;gap:10px;margin-bottom:18px}
.eyebrow span{width:28px;height:2px;background:var(--red);box-shadow:0 0 16px var(--red)}
.hero h1{
  margin:0;font-family:Orbitron,sans-serif;font-size:clamp(42px,5vw,70px);
  line-height:1.04;letter-spacing:-2.5px;max-width:760px
}
.hero h1 em{font-style:normal;color:var(--red);text-shadow:0 0 34px rgba(229,27,35,.3)}
.hero-copy>p{font-size:17px;line-height:1.75;color:var(--muted);max-width:660px;margin:24px 0 30px}
.hero-actions{display:flex;gap:12px}
.hero-pills{display:flex;gap:14px;margin-top:42px}
.hero-pills div{
  min-width:135px;padding:14px 16px;border:1px solid var(--line);
  border-radius:12px;background:rgba(255,255,255,.025)
}
.hero-pills b{display:block;font-family:Orbitron;font-size:14px}
.hero-pills span{display:block;color:#858b95;font-size:11px;margin-top:5px}

.hero-art{position:relative;min-height:520px;display:grid;place-items:center}
.hero-art img{
  position:relative;z-index:2;width:min(92%,500px);filter:drop-shadow(0 28px 50px rgba(0,0,0,.7))
}
.logo-ring{
  position:absolute;width:410px;height:410px;border-radius:50%;
  border:1px solid rgba(229,27,35,.3);box-shadow:0 0 100px rgba(229,27,35,.1),inset 0 0 80px rgba(229,27,35,.04)
}
.logo-ring:before,.logo-ring:after{
  content:"";position:absolute;border-radius:50%;inset:24px;border:1px dashed rgba(255,255,255,.07)
}
.logo-ring:after{inset:-34px;border-style:solid;border-color:rgba(255,255,255,.035)}
.status-chip{
  position:absolute;z-index:3;padding:11px 14px;border:1px solid var(--line);
  background:rgba(14,16,21,.88);backdrop-filter:blur(12px);border-radius:10px;
  box-shadow:var(--shadow);font-size:12px;color:#d8dbe0
}
.status-chip i{display:inline-block;width:7px;height:7px;border-radius:50%;background:#35d07f;margin-right:7px;box-shadow:0 0 12px #35d07f}
.chip-top{right:0;top:95px}
.chip-bottom{left:10px;bottom:95px}

.section{padding:96px 0}
.section-head{display:flex;justify-content:space-between;align-items:end;gap:40px;margin-bottom:38px}
.section-head.compact{margin-bottom:28px}
.section-head h2,.cta h2{
  font-family:Orbitron,sans-serif;font-size:clamp(28px,4vw,44px);margin:8px 0 0;letter-spacing:-1px
}
.section-head>p{max-width:500px;color:var(--muted);line-height:1.7;margin:0}

.products{display:grid;grid-template-columns:1fr 1fr;gap:20px}
.product-card{
  position:relative;overflow:hidden;padding:34px;border-radius:20px;
  background:linear-gradient(180deg,rgba(255,255,255,.045),rgba(255,255,255,.018));
  border:1px solid var(--line);box-shadow:0 18px 50px rgba(0,0,0,.2)
}
.product-card.featured:after{
  content:"";position:absolute;width:240px;height:240px;right:-90px;top:-110px;border-radius:50%;
  background:var(--red);filter:blur(90px);opacity:.13
}
.card-icon{
  width:52px;height:52px;display:grid;place-items:center;border-radius:14px;
  border:1px solid rgba(229,27,35,.25);background:rgba(229,27,35,.08);
  color:#ff4049;font-size:25px;margin-bottom:24px
}
.tag{font-size:10px;letter-spacing:2px;color:#ff4b54;font-weight:800;margin-bottom:10px}
.product-card h3{font-family:Orbitron;margin:0 0 14px;font-size:25px}
.product-card p{color:var(--muted);line-height:1.7}
.product-card ul{list-style:none;padding:0;margin:24px 0}
.product-card li{padding:8px 0;color:#d4d7dc;font-size:14px}
.product-card li:before{content:"✓";color:#ff3c46;margin-right:9px;font-weight:800}
.product-card>a{display:inline-flex;gap:10px;color:#fff;font-weight:700;font-size:14px}
.product-card>a span{color:var(--red)}

.features{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}
.features article{
  padding:26px;border:1px solid var(--line);border-radius:16px;background:rgba(255,255,255,.02)
}
.features article>span{font-family:Orbitron;color:#e42a32;font-size:11px}
.features h3{font-size:17px;margin:16px 0 9px}
.features p{color:var(--muted);font-size:13px;line-height:1.65;margin:0}

.cta{
  margin-top:40px;margin-bottom:90px;padding:44px 48px;border-radius:22px;
  display:flex;align-items:center;justify-content:space-between;gap:30px;
  border:1px solid rgba(229,27,35,.22);
  background:linear-gradient(100deg,rgba(229,27,35,.12),rgba(255,255,255,.025))
}
.cta p{color:var(--muted);margin:12px 0 0}
.footer{
  min-height:120px;border-top:1px solid var(--line);display:flex;align-items:center;
  justify-content:space-between;color:#777e88;font-size:12px
}

.auth-body{min-height:100vh;display:grid;place-items:center}
.auth-shell{width:min(480px,calc(100% - 32px));padding:42px 0}
.auth-brand{justify-content:center;margin-bottom:24px}
.auth-card{
  border:1px solid var(--line);border-radius:22px;padding:34px;
  background:rgba(13,15,20,.88);backdrop-filter:blur(18px);box-shadow:var(--shadow)
}
.auth-card h1{font-family:Orbitron;font-size:30px;margin:10px 0 12px}
.auth-card>p{color:var(--muted);line-height:1.65;font-size:14px;margin-bottom:26px}
.auth-card form{display:grid;gap:16px}
.auth-card label{display:grid;gap:8px;color:#d6d9de;font-size:12px;font-weight:700}
.auth-card input{
  width:100%;height:49px;border-radius:10px;border:1px solid rgba(255,255,255,.1);
  background:#0a0c10;color:white;padding:0 14px;outline:none
}
.auth-card input:focus{border-color:rgba(229,27,35,.7);box-shadow:0 0 0 3px rgba(229,27,35,.08)}
.password-wrap{position:relative}
.password-wrap input{padding-right:78px}
.password-wrap button{
  position:absolute;right:7px;top:7px;height:35px;padding:0 10px;border:0;border-radius:7px;
  color:#aaa;background:#151820;cursor:pointer;font-size:11px
}
.auth-note{
  margin-top:20px;padding:13px 14px;border:1px solid rgba(255,255,255,.07);
  border-radius:10px;background:rgba(255,255,255,.02);display:grid;gap:5px
}
.auth-note b{font-size:12px}
.auth-note span{font-size:11px;line-height:1.5;color:#818792}
.back-link{display:inline-block;margin-top:22px;color:#b8bcc4;font-size:12px}
.admin-link{text-align:center;color:#707783;font-size:11px;margin-top:18px}
.admin-link a{color:#d9dce1}
.toast{
  position:fixed;left:50%;bottom:28px;transform:translateX(-50%) translateY(20px);
  background:#171a20;border:1px solid rgba(255,255,255,.1);color:white;
  padding:13px 18px;border-radius:10px;font-size:12px;opacity:0;pointer-events:none;
  transition:.25s ease;z-index:99;box-shadow:var(--shadow)
}
.toast.show{opacity:1;transform:translateX(-50%) translateY(0)}

@media (max-width:900px){
  .menu-btn{display:block}
  .nav-links{
    position:absolute;top:82px;left:20px;right:20px;display:none;flex-direction:column;align-items:stretch;
    padding:18px;background:#0e1015;border:1px solid var(--line);border-radius:14px
  }
  .nav-links.open{display:flex}
  .hero{grid-template-columns:1fr;padding-top:80px}
  .hero-copy{text-align:center}
  .eyebrow{justify-content:center}
  .hero-copy>p{margin-left:auto;margin-right:auto}
  .hero-actions,.hero-pills{justify-content:center}
  .hero-art{min-height:430px}
  .section-head{align-items:start;flex-direction:column}
  .products{grid-template-columns:1fr}
  .features{grid-template-columns:1fr 1fr}
}
@media (max-width:600px){
  .container{width:min(100% - 26px,1160px)}
  .hero{min-height:auto;padding-top:64px}
  .hero h1{font-size:39px;letter-spacing:-1.4px}
  .hero-copy>p{font-size:15px}
  .hero-actions{flex-direction:column}
  .hero-pills{display:grid;grid-template-columns:repeat(3,1fr);gap:7px}
  .hero-pills div{min-width:0;padding:10px 8px}
  .hero-pills span{font-size:9px}
  .hero-art{min-height:360px}
  .logo-ring{width:300px;height:300px}
  .status-chip{display:none}
  .section{padding:68px 0}
  .product-card{padding:26px}
  .features{grid-template-columns:1fr}
  .cta{padding:30px;align-items:flex-start;flex-direction:column}
  .footer{padding:28px 0;gap:20px;align-items:flex-start;flex-direction:column}
  .auth-card{padding:26px 22px}
}
