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

:root {
  --bg: #07080d;
  --panel: rgba(16, 18, 28, .82);
  --text: #f2efe8;
  --muted: #9b9aa4;
  --gold: #c9a45c;
  --gold-light: #efd18a;
  --line: rgba(201, 164, 92, .22);
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  background:
    radial-gradient(circle at 70% 18%, rgba(108, 75, 30, .16), transparent 28%),
    radial-gradient(circle at 20% 70%, rgba(70, 45, 95, .13), transparent 30%),
    var(--bg);
  color: var(--text);
  font-family: Inter, sans-serif;
  line-height: 1.6;
}
a { color: inherit; text-decoration: none; }

.stars {
  position: fixed; inset: 0; pointer-events: none; opacity: .45;
  background-image:
    radial-gradient(#fff 1px, transparent 1px),
    radial-gradient(#fff 1px, transparent 1px);
  background-size: 110px 110px, 170px 170px;
  background-position: 20px 30px, 80px 90px;
  mask-image: linear-gradient(to bottom, black, transparent 90%);
}

.topbar {
  position: fixed; z-index: 10; top: 0; width: 100%;
  height: 76px; display: flex; align-items: center; justify-content: space-between;
  padding: 0 6vw; background: rgba(7,8,13,.72);
  border-bottom: 1px solid rgba(255,255,255,.06);
  backdrop-filter: blur(18px);
}
.brand { display: flex; align-items: center; gap: 10px; font: 800 18px Cinzel, serif; letter-spacing: .16em; }
.brand-mark { color: var(--gold-light); font-size: 24px; }
nav { display: flex; gap: 30px; color: #b9b7bf; font-size: 14px; }
nav a:hover { color: var(--gold-light); }
.nav-download {
  padding: 10px 17px; border: 1px solid var(--line); border-radius: 5px;
  color: var(--gold-light); font-weight: 700; font-size: 13px;
}

.hero {
  min-height: 92vh; padding: 150px 8vw 90px; display: flex; align-items: center;
  position: relative; overflow: hidden;
}
.hero:before {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(90deg, rgba(7,8,13,.98) 0%, rgba(7,8,13,.78) 48%, rgba(7,8,13,.18) 100%),
              radial-gradient(ellipse at 78% 45%, rgba(120, 86, 42, .25), transparent 38%);
}
.hero-content { max-width: 720px; position: relative; z-index: 2; }
.eyebrow { color: var(--gold); font-size: 11px; font-weight: 800; letter-spacing: .28em; margin-bottom: 16px; }
h1, h2, h3 { font-family: Cinzel, serif; }
h1 { font-size: clamp(64px, 10vw, 132px); line-height: .95; letter-spacing: .02em; text-shadow: 0 10px 50px rgba(0,0,0,.8); }
h1 span, h2 span { color: var(--gold-light); }
.hero-text { max-width: 600px; margin: 28px 0; color: #b7b5bd; font-size: 17px; }
.hero-actions { display: flex; gap: 13px; flex-wrap: wrap; }
.btn {
  display: inline-flex; align-items: center; justify-content: center;
  min-height: 48px; padding: 0 22px; border-radius: 5px;
  font-weight: 800; font-size: 13px; letter-spacing: .04em; transition: .2s ease;
}
.btn:hover { transform: translateY(-2px); }
.primary {
  color: #17130b;
  background: linear-gradient(135deg, var(--gold-light), var(--gold));
  box-shadow: 0 10px 35px rgba(201,164,92,.18);
}
.secondary { border: 1px solid rgba(201,164,92,.4); color: var(--gold-light); background: rgba(255,255,255,.02); }
.big { min-height: 58px; padding: 0 30px; font-size: 14px; }
.server-status { display: flex; gap: 9px; align-items: center; margin-top: 24px; color: #888791; font-size: 12px; }
.status-dot { width: 8px; height: 8px; border-radius: 50%; background: #6bd48b; box-shadow: 0 0 12px #6bd48b; }
.separator { color: #4f4e56; }

.hero-emblem {
  position: absolute; right: 5vw; top: 50%; transform: translateY(-50%);
  width: min(47vw, 650px); display: grid; place-items: center;
  opacity: .96; filter: drop-shadow(0 25px 45px rgba(0,0,0,.65));
}
.bellum-logo {
  width: 100%; height: auto; display: block;
  animation: logoFloat 6s ease-in-out infinite;
}
@keyframes logoFloat {
  0%, 100% { transform: translateY(0) scale(1); }
  50% { transform: translateY(-8px) scale(1.012); }
}
.hero-glow {
  position: fixed; z-index: 0; width: 260px; height: 260px; pointer-events: none;
  transform: translate(-50%, -50%); border-radius: 50%;
  background: radial-gradient(circle, rgba(201,164,92,.09), transparent 65%);
}

.section { padding: 110px 8vw; position: relative; }
.section-heading { max-width: 680px; margin-bottom: 48px; }
h2 { font-size: clamp(34px, 5vw, 56px); line-height: 1.1; }
.section-heading > p:last-child, .download-box p, .community p { color: var(--muted); margin-top: 16px; }
.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.card {
  padding: 32px; min-height: 220px; background: var(--panel);
  border: 1px solid rgba(255,255,255,.07); border-top-color: var(--line);
  border-radius: 8px; backdrop-filter: blur(12px);
}
.card:hover { border-color: rgba(201,164,92,.35); transform: translateY(-4px); transition: .2s; }
.icon { color: var(--gold-light); font-size: 30px; margin-bottom: 22px; }
.card h3 { font-size: 21px; margin-bottom: 10px; }
.card p { color: var(--muted); font-size: 14px; }

.download-section { padding: 30px 8vw 110px; }
.download-box {
  padding: 48px; display: flex; align-items: center; justify-content: space-between; gap: 35px;
  border: 1px solid var(--line); border-radius: 10px;
  background: linear-gradient(110deg, rgba(201,164,92,.09), rgba(255,255,255,.025));
}
.download-action { text-align: center; min-width: 245px; }
.download-action small { display: block; color: #777680; margin-top: 12px; font-size: 11px; }

.community { padding: 80px 8vw; border-top: 1px solid rgba(255,255,255,.06); border-bottom: 1px solid rgba(255,255,255,.06); }
.community-inner { display: flex; align-items: center; justify-content: space-between; gap: 30px; max-width: 1100px; margin: auto; }
.community h2 { font-size: 40px; }

footer { min-height: 100px; padding: 30px 8vw; display: flex; justify-content: space-between; align-items: center; color: #686771; font-size: 11px; }

@media (max-width: 800px) {
  nav { display: none; }
  .hero { min-height: 88vh; padding-top: 130px; }
  .hero-emblem { opacity: .22; width: 82vw; right: -22vw; }
  .hero-text { font-size: 15px; }
  .cards { grid-template-columns: 1fr; }
  .download-box, .community-inner { flex-direction: column; align-items: flex-start; }
  .download-action { text-align: left; }
  footer { flex-direction: column; gap: 14px; align-items: flex-start; }
}
