
:root{
  --bg:#07111f;
  --bg-soft:#0b1728;
  --panel:#0d1a2d;
  --panel-2:#10203a;
  --line:rgba(255,255,255,.09);
  --text:#eef4ff;
  --muted:#9eb0c9;
  --blue:#35d8ff;
  --blue-2:#1f78ff;
  --green:#a6f324;
  --purple:#8e66ff;
  --orange:#ff9829;
  --red:#ff5b73;
  --shadow:0 28px 80px rgba(0,0,0,.42);
  --radius:24px;
  --max:1200px;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  color:var(--text);
  font:16px/1.6 Inter, ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  background:
    radial-gradient(circle at top left, rgba(53,216,255,.10), transparent 28%),
    radial-gradient(circle at top right, rgba(166,243,36,.06), transparent 22%),
    linear-gradient(180deg, #08111f 0%, #07101d 100%);
}
body::before{
  content:"";
  position:fixed; inset:0; z-index:-1; pointer-events:none;
  background-image:
    linear-gradient(rgba(255,255,255,.018) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.018) 1px, transparent 1px);
  background-size:44px 44px;
  mask-image:linear-gradient(to bottom, black, transparent 85%);
}
a{color:inherit;text-decoration:none}
img{display:block;max-width:100%}
.container{width:min(calc(100% - 40px), var(--max)); margin:0 auto}

.site-header{
  position:sticky; top:0; z-index:100;
  backdrop-filter:blur(16px);
  background:rgba(7,17,31,.84);
  border-bottom:1px solid var(--line);
}
.header-inner{
  min-height:78px;
  display:flex; align-items:center; justify-content:space-between; gap:24px;
}
.brand{
  display:flex; align-items:center; gap:12px;
  font-weight:900; letter-spacing:-1px;
}
.brand-mark{
  width:42px; height:42px; border-radius:14px;
  background:
    radial-gradient(circle at 30% 30%, rgba(255,255,255,.18), transparent 35%),
    linear-gradient(135deg, var(--blue-2), #12b8ef);
  display:grid; place-items:center;
  box-shadow:0 8px 28px rgba(31,120,255,.30);
  font-size:18px; color:white;
}
.brand-text{
  font-size:28px; text-transform:uppercase; line-height:1;
}
.brand-text .siege{color:var(--blue)}
.nav{
  display:flex; align-items:center; gap:26px;
  color:#d4def0; font-weight:700; font-size:15px;
}
.nav a:hover{color:#fff}
.nav .cta-link{
  background:linear-gradient(135deg, var(--green), #83d90b);
  color:#07101d;
  padding:11px 16px;
  border-radius:12px;
  box-shadow:0 10px 24px rgba(166,243,36,.22);
}
.hero{
  padding:78px 0 42px;
}
.hero-grid{
  display:grid;
  grid-template-columns:1.02fr .98fr;
  gap:44px;
  align-items:center;
}
.eyebrow{
  display:inline-flex; align-items:center; gap:10px;
  padding:8px 14px; border-radius:999px;
  border:1px solid rgba(53,216,255,.24);
  background:rgba(53,216,255,.08);
  font-size:12px; text-transform:uppercase; letter-spacing:1.4px; font-weight:900;
  color:#bdefff;
}
.eyebrow::before{
  content:"";
  width:8px; height:8px; border-radius:50%;
  background:var(--green);
  box-shadow:0 0 18px rgba(166,243,36,.75);
}
.hero h1, .page-hero h1{
  margin:20px 0 18px;
  font-size:clamp(48px, 7vw, 82px);
  line-height:.97;
  letter-spacing:-3.5px;
}
.hero h1 .accent{color:var(--green)}
.lead{
  color:#b5c4d9; font-size:19px; max-width:650px; margin:0 0 28px;
}
.button-row{
  display:flex; gap:14px; flex-wrap:wrap;
}
.button{
  min-height:54px;
  display:inline-flex; align-items:center; justify-content:center;
  padding:0 22px; border-radius:14px;
  font-weight:850; font-size:15px;
  border:1px solid var(--line);
  transition:transform .18s ease, border-color .18s ease, background .18s ease;
}
.button:hover{transform:translateY(-2px)}
.button.primary{
  background:linear-gradient(135deg, var(--green), #83d90b);
  color:#08111c;
  border-color:transparent;
  box-shadow:0 14px 32px rgba(166,243,36,.22);
}
.button.secondary{
  background:rgba(255,255,255,.035);
}
.hero-note{
  margin-top:16px; font-size:13px; color:#7f95b1;
}

.visual-frame{
  position:relative;
  overflow:hidden;
  border-radius:30px;
  background:#07111f;
  border:1px solid rgba(255,255,255,.10);
  box-shadow:var(--shadow);
}
.visual-frame img{
  width:100%;
  height:100%;
  object-fit:cover;
}
.hero-visual{height:620px}
.hero-visual img{object-position:70% center}
.hero-chip{
  position:absolute; left:22px; bottom:22px;
  background:rgba(8,18,32,.92);
  border:1px solid rgba(255,255,255,.12);
  border-radius:16px;
  padding:15px 16px;
  backdrop-filter:blur(12px);
}
.hero-chip strong{display:block; font-size:15px}
.hero-chip span{display:block; font-size:12px; color:#9db0c7}

.section{
  padding:82px 0;
}
.section-tight{padding:50px 0}
.section-head{
  max-width:760px;
  margin:0 0 34px;
}
.kicker{
  color:var(--blue);
  font-size:12px;
  letter-spacing:1.6px;
  text-transform:uppercase;
  font-weight:900;
}
.section-head h2{
  margin:10px 0 14px;
  font-size:clamp(34px, 4vw, 58px);
  line-height:1.03;
  letter-spacing:-2px;
}
.section-head p{
  margin:0;
  color:var(--muted);
  font-size:17px;
}

.stat-grid{
  display:grid;
  grid-template-columns:repeat(4, 1fr);
  gap:16px;
}
.stat-card, .card, .feature-card, .step-card, .info-card{
  border-radius:22px;
  background:linear-gradient(180deg, rgba(14,27,47,.96), rgba(10,19,35,.96));
  border:1px solid var(--line);
  box-shadow:var(--shadow);
}
.stat-card{
  padding:24px 22px;
}
.stat-card strong{
  display:block;
  font-size:31px;
  line-height:1;
  letter-spacing:-1px;
  margin-bottom:8px;
}
.stat-card span{
  color:var(--muted);
  font-size:14px;
}

.card-grid-4{
  display:grid;
  grid-template-columns:repeat(4, 1fr);
  gap:18px;
}
.card-grid-3{
  display:grid;
  grid-template-columns:repeat(3, 1fr);
  gap:18px;
}
.card-grid-2{
  display:grid;
  grid-template-columns:repeat(2, 1fr);
  gap:20px;
}

.feature-card{
  padding:26px 24px;
}
.feature-icon{
  width:52px; height:52px;
  border-radius:16px;
  display:grid; place-items:center;
  font-size:22px; font-weight:900;
  margin-bottom:16px;
  background:rgba(53,216,255,.10);
  border:1px solid rgba(53,216,255,.18);
}
.feature-card h3, .step-card h3, .card h3, .info-card h3{
  margin:0 0 10px;
  font-size:24px;
  letter-spacing:-.6px;
}
.feature-card p, .step-card p, .card p, .info-card p{
  margin:0;
  color:var(--muted);
  font-size:15px;
}

.split{
  display:grid;
  grid-template-columns:.97fr 1.03fr;
  gap:38px;
  align-items:center;
}
.copy-block h2{
  margin:10px 0 16px;
  font-size:clamp(34px, 4vw, 54px);
  line-height:1.04;
  letter-spacing:-1.8px;
}
.copy-block p{
  margin:0 0 26px;
  color:var(--muted);
  font-size:17px;
}
.bullet-list{
  display:grid;
  gap:14px;
}
.bullet{
  display:grid;
  grid-template-columns:46px 1fr;
  gap:14px;
  padding:15px 16px;
  border-radius:18px;
  background:rgba(255,255,255,.03);
  border:1px solid var(--line);
}
.bullet-badge{
  width:46px; height:46px; border-radius:14px;
  display:grid; place-items:center;
  background:rgba(166,243,36,.10);
  color:var(--green);
  border:1px solid rgba(166,243,36,.22);
  font-size:19px; font-weight:900;
}
.bullet h4{
  margin:2px 0 4px;
  font-size:16px;
}
.bullet p{
  margin:0;
  color:var(--muted);
  font-size:14px;
}

.page-hero{
  padding:64px 0 22px;
}
.page-hero .lead{
  margin-bottom:0;
}

.step-grid{
  display:grid;
  grid-template-columns:repeat(2, 1fr);
  gap:18px;
}
.step-card{
  padding:24px;
}
.step-num{
  width:42px; height:42px; border-radius:14px;
  display:grid; place-items:center;
  margin-bottom:16px;
  font-weight:900;
  background:linear-gradient(135deg, var(--blue-2), var(--blue));
  color:white;
  box-shadow:0 10px 28px rgba(31,120,255,.25);
}
.step-card small{
  display:block;
  color:#7f94ae;
  text-transform:uppercase;
  letter-spacing:1.2px;
  font-weight:900;
  font-size:11px;
  margin-bottom:8px;
}

.battle-callout{
  padding:28px;
  border-radius:24px;
  background:linear-gradient(135deg, rgba(255,91,115,.15), rgba(255,91,115,.05));
  border:1px solid rgba(255,91,115,.24);
}
.battle-callout .kicker{color:#ff8a9c}
.battle-nums{
  display:flex; gap:14px; align-items:center; flex-wrap:wrap;
  margin:18px 0 10px;
}
.army-box{
  min-width:150px;
  padding:16px 18px;
  border-radius:18px;
  background:rgba(255,255,255,.05);
  border:1px solid rgba(255,255,255,.10);
}
.army-box strong{
  display:block;
  font-size:33px;
  line-height:1;
  margin-bottom:5px;
}
.army-box span{color:#b5c4d8; font-size:14px}
.versus{
  font-size:13px; color:#93a6c0; font-weight:900; letter-spacing:1px;
}

.info-card{
  padding:24px;
}
.info-card ul{
  margin:14px 0 0;
  padding-left:18px;
  color:var(--muted);
}
.info-card li{margin:7px 0}

.band{
  padding:28px 0;
}
.band-panel{
  display:grid;
  grid-template-columns:1.1fr .9fr;
  gap:24px;
  align-items:center;
  padding:28px 30px;
  border-radius:26px;
  background:linear-gradient(135deg, rgba(13,27,46,.96), rgba(12,20,37,.96));
  border:1px solid var(--line);
  box-shadow:var(--shadow);
}
.band-panel h3{
  margin:6px 0 8px;
  font-size:30px;
  letter-spacing:-1px;
}
.band-panel p{
  margin:0;
  color:var(--muted);
}
.battle-score{
  display:flex; justify-content:flex-end; gap:12px; align-items:center; flex-wrap:wrap;
}
.score-pill{
  padding:14px 18px;
  border-radius:16px;
  background:rgba(255,255,255,.05);
  border:1px solid rgba(255,255,255,.10);
}
.score-pill strong{
  display:block;
  font-size:26px;
  line-height:1;
}
.score-pill span{
  color:#b9c7da;
  font-size:13px;
}

.cta-section{
  padding:90px 0 98px;
}
.cta-box{
  padding:48px 44px;
  border-radius:28px;
  border:1px solid var(--line);
  background:
    radial-gradient(circle at 12% 10%, rgba(53,216,255,.14), transparent 30%),
    radial-gradient(circle at 88% 80%, rgba(166,243,36,.12), transparent 30%),
    linear-gradient(180deg, #0b1728 0%, #0a1626 100%);
  box-shadow:var(--shadow);
  text-align:center;
}
.cta-box h2{
  margin:0 0 12px;
  font-size:clamp(34px, 4.6vw, 60px);
  line-height:1.02;
  letter-spacing:-2px;
}
.cta-box p{
  margin:0 auto 24px;
  max-width:650px;
  color:var(--muted);
  font-size:17px;
}

.footer{
  padding:28px 0 40px;
  border-top:1px solid var(--line);
  color:#89a0bd;
}
.footer-inner{
  display:flex; justify-content:space-between; gap:16px; flex-wrap:wrap;
  font-size:13px;
}
.footer-links{
  display:flex; gap:18px; flex-wrap:wrap;
}

@media (max-width: 1040px){
  .hero-grid, .split, .band-panel{
    grid-template-columns:1fr;
  }
  .hero-visual{height:520px}
  .battle-score{justify-content:flex-start}
  .card-grid-4{grid-template-columns:repeat(2,1fr)}
  .stat-grid{grid-template-columns:repeat(2,1fr)}
}
@media (max-width: 780px){
  .nav{
    gap:16px;
    font-size:14px;
    flex-wrap:wrap;
    justify-content:flex-end;
  }
  .header-inner{
    align-items:flex-start;
    padding:14px 0;
  }
  .brand-text{font-size:24px}
  .hero{
    padding-top:46px;
  }
  .card-grid-3, .card-grid-2, .step-grid{
    grid-template-columns:1fr;
  }
}
@media (max-width: 640px){
  .container{width:min(calc(100% - 24px), var(--max))}
  .nav{
    display:none;
  }
  .hero h1, .page-hero h1{
    font-size:46px;
    letter-spacing:-2.6px;
  }
  .lead, .section-head p, .copy-block p, .cta-box p{
    font-size:16px;
  }
  .stat-grid, .card-grid-4{
    grid-template-columns:1fr;
  }
  .hero-visual{height:390px}
  .cta-box{
    padding:36px 22px;
  }
  .band-panel{
    padding:22px;
  }
}
