:root {
  --bg: #070b08;
  --bg-soft: #0f1711;
  --panel: rgba(18, 29, 21, 0.82);
  --panel-strong: #142018;
  --text: #edf5e9;
  --muted: #aebaaa;
  --primary: #92b35a;
  --primary-strong: #b8db76;
  --danger: #d44f3c;
  --line: rgba(146, 179, 90, 0.24);
  --shadow: 0 24px 80px rgba(0,0,0,.45);
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: 'Inter', sans-serif;
  background:
    radial-gradient(circle at top left, rgba(146,179,90,.18), transparent 34%),
    radial-gradient(circle at bottom right, rgba(212,79,60,.12), transparent 28%),
    var(--bg);
  color: var(--text);
  line-height: 1.6;
}

a { color: inherit; text-decoration: none; }
ul { list-style: none; }

.site-header {
  min-height: 100vh;
  padding-top: 92px;
  background:
    linear-gradient(rgba(7,11,8,.72), rgba(7,11,8,.96)),
    url('assets/comarcaz-bg.svg') center/cover no-repeat;
  position: relative;
  overflow: hidden;
}

.site-header::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(255,255,255,.03) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.03) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(to bottom, black, transparent);
  pointer-events: none;
}

.navbar {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 10px 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: fixed;
  top: 12px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 100;
  background: rgba(7, 11, 8, 0.82);
  border: 1px solid var(--line);
  border-radius: 24px;
  box-shadow: 0 18px 54px rgba(0,0,0,.38);
  backdrop-filter: blur(16px);
}

.brand {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 58px;
}

.brand-text {
  font-family: 'Rajdhani', sans-serif;
  font-size: 1.75rem;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--primary-strong);
  text-shadow: 0 0 14px rgba(146,179,90,.28);
  white-space: nowrap;
}

.brand-logo {
  height: 58px;
  width: auto;
  max-width: 190px;
  display: block;
  object-fit: contain;
  filter: drop-shadow(0 0 12px rgba(146,179,90,.22));
}

.nav-links { display: flex; align-items: center; gap: 24px; color: var(--muted); font-weight: 600; }
.nav-links a:hover { color: var(--primary-strong); }
.menu-toggle { display: none; background: none; border: 0; cursor: pointer; }
.menu-toggle span { display: block; width: 28px; height: 3px; margin: 5px; background: var(--text); border-radius: 8px; }

.hero {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  min-height: calc(100vh - 188px);
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 48px;
  align-items: center;
  position: relative;
  z-index: 2;
}

eyebrow, .eyebrow {
  color: var(--primary-strong);
  text-transform: uppercase;
  letter-spacing: 2.5px;
  font-size: .84rem;
  font-weight: 800;
  margin-bottom: 12px;
}

h1, h2, h3 { font-family: 'Rajdhani', sans-serif; line-height: 1; }
h1 { font-size: clamp(3rem, 8vw, 7rem); text-transform: uppercase; letter-spacing: -2px; margin-bottom: 22px; }
h1 span { color: var(--primary-strong); text-shadow: 0 0 28px rgba(146,179,90,.32); }
h2 { font-size: clamp(2rem, 4vw, 3.8rem); margin-bottom: 18px; }
h3 { font-size: 1.6rem; margin-bottom: 12px; }
.hero-copy { max-width: 720px; color: var(--muted); font-size: 1.09rem; }
.hero-actions, .community-actions { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 28px; }

.btn {
  display: inline-flex; align-items: center; justify-content: center;
  min-height: 48px; padding: 0 22px; border-radius: 999px;
  font-weight: 800; border: 1px solid transparent; transition: .25s ease;
}
.btn-primary { background: var(--primary); color: #101609; box-shadow: 0 14px 36px rgba(146,179,90,.22); }
.btn-primary:hover { transform: translateY(-2px); background: var(--primary-strong); }
.btn-outline { border-color: var(--line); color: var(--text); background: rgba(255,255,255,.04); }
.btn-outline:hover { border-color: var(--primary-strong); color: var(--primary-strong); transform: translateY(-2px); }

.hero-card, .panel, .feature-card, .price-card, .community-box, .visual-box, .store-table {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 28px;
  box-shadow: var(--shadow);
  backdrop-filter: blur(12px);
}
.hero-card { padding: 32px; position: relative; overflow: hidden; }
.hero-card::before {
  content: ""; position: absolute; width: 220px; height: 220px; border-radius: 50%;
  background: rgba(146,179,90,.16); right: -70px; top: -70px; filter: blur(8px);
}
.status-dot { width: 12px; height: 12px; background: var(--primary-strong); border-radius: 50%; box-shadow: 0 0 22px var(--primary-strong); margin-bottom: 18px; }
.hero-card p { color: var(--muted); }
.hero-card h2 { color: var(--primary-strong); font-size: 4rem; margin: 8px 0; }
.hero-card span { color: var(--muted); }
.server-stats { display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; margin-top: 28px; }
.server-stats div { padding: 14px; border: 1px solid var(--line); border-radius: 18px; background: rgba(0,0,0,.18); }
.server-stats strong { display: block; font-family: 'Rajdhani'; font-size: 1.5rem; color: var(--text); }
.server-stats small { color: var(--muted); }

.section { width: min(1180px, calc(100% - 32px)); margin: 0 auto; padding: 96px 0; }
.section-title { text-align: center; max-width: 820px; margin: 0 auto 42px; }
.section-title p:not(.eyebrow) { color: var(--muted); }
.feature-grid, .pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.feature-card, .price-card { padding: 28px; }
.feature-card .icon { font-size: 2.1rem; color: var(--primary-strong); display: block; margin-bottom: 16px; }
.feature-card p, .price-card li, .panel p, .visual-box p, .community-box p { color: var(--muted); }

.split { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; align-items: stretch; }
.panel, .visual-box { padding: 36px; }
.checklist { margin-top: 22px; display: grid; gap: 12px; }
.checklist li { color: var(--text); padding-left: 28px; position: relative; }
.checklist li::before { content: "✓"; position: absolute; left: 0; color: var(--primary-strong); font-weight: 900; }
.visual-box { min-height: 360px; display: flex; flex-direction: column; justify-content: end; position: relative; overflow: hidden; }
.radar {
  position: absolute; width: 240px; height: 240px; border: 1px solid var(--line); border-radius: 50%; top: 42px; right: 42px;
  background: repeating-radial-gradient(circle, rgba(146,179,90,.12) 0 2px, transparent 2px 38px);
}
.radar::after { content: ""; position: absolute; inset: 50% 0 0 50%; background: linear-gradient(45deg, rgba(146,179,90,.44), transparent 60%); transform-origin: 0 0; animation: sweep 4s linear infinite; }
@keyframes sweep { to { transform: rotate(360deg); } }

.rules-list { display: grid; gap: 12px; }
.rule-item { display: grid; grid-template-columns: 80px 1fr; gap: 16px; align-items: center; padding: 18px 22px; border: 1px solid var(--line); border-radius: 18px; background: rgba(255,255,255,.035); }
.rule-item strong { font-family: 'Rajdhani'; font-size: 1.5rem; color: var(--primary-strong); }

.price-card { position: relative; display: flex; flex-direction: column; gap: 18px; }
.price-card.featured { border-color: rgba(184,219,118,.7); transform: scale(1.03); }
.price { font-size: 2.3rem; font-family: 'Rajdhani'; color: var(--primary-strong); font-weight: 800; }
.price-card ul { display: grid; gap: 10px; margin-bottom: auto; }
.tag { position: absolute; top: 18px; right: 18px; background: var(--danger); color: #fff; padding: 6px 12px; border-radius: 999px; font-weight: 800; font-size: .78rem; }

.store-table { overflow: hidden; }
.store-table table { width: 100%; border-collapse: collapse; }
.store-table th, .store-table td { padding: 18px 20px; border-bottom: 1px solid var(--line); text-align: left; }
.store-table th { color: var(--primary-strong); font-family: 'Rajdhani', sans-serif; font-size: 1.25rem; text-transform: uppercase; letter-spacing: 1px; background: rgba(0,0,0,.18); }
.store-table td { color: var(--text); }
.store-table td:nth-child(2) { color: var(--muted); }
.store-table td:last-child { color: var(--primary-strong); font-weight: 900; white-space: nowrap; }
.store-table tr:last-child td { border-bottom: 0; }

.community-box { text-align: center; padding: 54px 28px; background: linear-gradient(135deg, rgba(146,179,90,.13), rgba(212,79,60,.10)); }
.community-actions { justify-content: center; }
.float-contact { position: fixed; right: 22px; bottom: 22px; width: 58px; height: 58px; border-radius: 50%; background: var(--primary); color: #101609; display: grid; place-items: center; font-size: 1.5rem; font-weight: 900; box-shadow: 0 16px 42px rgba(0,0,0,.45); z-index: 30; }
.footer { border-top: 1px solid var(--line); padding: 28px 16px; text-align: center; color: var(--muted); background: rgba(0,0,0,.2); }

.reveal { opacity: 0; transform: translateY(18px); transition: .7s ease; }
.reveal.show { opacity: 1; transform: translateY(0); }

@media (max-width: 860px) {
  .menu-toggle { display: block; }
  .brand { min-height: 54px; gap: 10px; }
  .brand-logo { height: 54px; max-width: 165px; }
  .brand-text { font-size: 1.35rem; }
  .nav-links { position: fixed; inset: 86px 16px auto 16px; background: rgba(15,23,17,.98); border: 1px solid var(--line); border-radius: 22px; padding: 20px; display: none; flex-direction: column; align-items: flex-start; }
  .nav-links.open { display: flex; }
  .hero, .split, .feature-grid, .pricing-grid { grid-template-columns: 1fr; }
  .store-table { overflow-x: auto; }
  .store-table table { min-width: 620px; }
  .site-header { padding-top: 104px; }
  .navbar { top: 10px; padding: 10px 16px; }
  .hero { padding: 40px 0 80px; }
  .hero-card h2 { font-size: 3rem; }
  .server-stats { grid-template-columns: 1fr; }
  .price-card.featured { transform: none; }
  .section { padding: 68px 0; }
}
