/* ═══ gta5veloria.com — dark, clean, brand-konsistent zum Loadingscreen ═══ */

:root {
  --bg: #0b0c11;
  --bg-2: #0e1016;
  --panel: rgba(255, 255, 255, 0.03);
  --line: rgba(255, 255, 255, 0.07);
  --line-2: rgba(255, 255, 255, 0.12);
  --text: #f4f5f9;
  --text-soft: #b9bdc9;
  --text-muted: #7d818f;
  --accent: #9a8dff;
  --accent-2: #b6acff;
  --accent-glow: rgba(154, 141, 255, 0.35);
  --ems: #f87171;
  --lspd: #60a5fa;
  --gang: #c084fc;
  --font: 'Inter', 'Segoe UI', system-ui, sans-serif;
  --font-display: 'Montserrat', 'Segoe UI', sans-serif;
  --max: 1180px;
}

* { margin: 0; padding: 0; box-sizing: border-box; }

html { scroll-behavior: smooth; scroll-padding-top: 90px; }

body {
  background: var(--bg);
  color: var(--text);
  font-family: var(--font);
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

::selection { background: var(--accent); color: #0b0c11; }

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; }
button { font: inherit; cursor: pointer; border: 0; background: none; color: inherit; }

.wrap { max-width: var(--max); margin: 0 auto; padding: 0 28px; }

/* Display-Schrift wie der Loadingscreen: Montserrat Italic, uppercase */
.display {
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.01em;
  line-height: 1.04;
}

/* ── Navigation ─────────────────────────────────────────────────────────── */
.nav {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 100;
  transition: background 0.25s ease, border-color 0.25s ease, backdrop-filter 0.25s ease;
  border-bottom: 1px solid transparent;
}
.nav.scrolled {
  background: rgba(11, 12, 17, 0.82);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom-color: var(--line);
}
.navIn {
  max-width: var(--max);
  margin: 0 auto;
  padding: 0 28px;
  height: 72px;
  display: flex;
  align-items: center;
  gap: 30px;
}
.brand { display: flex; align-items: center; gap: 12px; margin-right: auto; }
.brand img { width: 40px; height: 40px; border-radius: 10px; }
.brand span {
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 800;
  font-size: 17px;
  letter-spacing: 0.02em;
}
.brand b { color: var(--accent); font-weight: 800; }

.navLinks { display: flex; gap: 4px; }
.navLinks a {
  padding: 9px 14px;
  border-radius: 9px;
  font-size: 13.5px;
  font-weight: 600;
  color: var(--text-soft);
  transition: color 0.15s ease, background 0.15s ease;
}
.navLinks a:hover { color: #fff; background: rgba(255, 255, 255, 0.05); }

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 12px 22px;
  border-radius: 11px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.01em;
  transition: transform 0.15s ease, filter 0.15s ease, background 0.15s ease,
              border-color 0.15s ease, box-shadow 0.15s ease;
  white-space: nowrap;
}
.btn:active { transform: translateY(1px); }
.btnAccent {
  background: linear-gradient(135deg, var(--accent), #7c6cf2);
  color: #fff;
  box-shadow: 0 10px 30px -10px var(--accent-glow);
}
.btnAccent:hover { filter: brightness(1.1); box-shadow: 0 14px 36px -10px var(--accent-glow); }
.btnGhost {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid var(--line-2);
  color: var(--text);
}
.btnGhost:hover { background: rgba(255, 255, 255, 0.09); border-color: rgba(255, 255, 255, 0.22); }
.btnSm { padding: 9px 16px; font-size: 13px; border-radius: 9px; }

.burger { display: none; width: 42px; height: 42px; border-radius: 10px; border: 1px solid var(--line-2); color: var(--text); align-items: center; justify-content: center; }

/* ── Hero ───────────────────────────────────────────────────────────────── */
.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding: 130px 0 90px;
}
.heroVideo {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  opacity: 0.28;
  filter: saturate(0.9);
}
.heroShade {
  position: absolute; inset: 0;
  background:
    radial-gradient(1100px 520px at 78% 62%, rgba(154, 141, 255, 0.12), transparent 60%),
    linear-gradient(180deg, rgba(11, 12, 17, 0.85) 0%, rgba(11, 12, 17, 0.55) 45%, var(--bg) 96%);
}
.heroIn {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  align-items: center;
  gap: 30px;
  width: 100%;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 8px 15px;
  border-radius: 999px;
  background: rgba(154, 141, 255, 0.1);
  border: 1px solid rgba(154, 141, 255, 0.3);
  color: var(--accent-2);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin-bottom: 26px;
}

.heroTitle { font-size: clamp(42px, 6vw, 74px); }
.heroTitle .grad {
  background: linear-gradient(100deg, var(--accent-2), #7c6cf2 70%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.heroSub {
  margin: 24px 0 34px;
  max-width: 520px;
  font-size: 16.5px;
  color: var(--text-soft);
}

.heroBtns { display: flex; flex-wrap: wrap; gap: 13px; align-items: center; }

/* Live-Status-Pille */
.status {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 30px;
  padding: 10px 17px;
  border-radius: 999px;
  background: rgba(11, 12, 17, 0.65);
  border: 1px solid var(--line-2);
  font-size: 13px;
  font-weight: 600;
  color: var(--text-soft);
}
.statusDot {
  width: 9px; height: 9px;
  border-radius: 999px;
  background: #34d399;
  box-shadow: 0 0 10px rgba(52, 211, 153, 0.7);
  animation: pulse 2.2s ease-in-out infinite;
}
.statusDot.off { background: #f87171; box-shadow: 0 0 10px rgba(248, 113, 113, 0.6); animation: none; }
@keyframes pulse { 0%, 100% { opacity: 1; } 50% { opacity: 0.45; } }
.status b { color: #fff; font-weight: 700; }

/* Charakter-Trio rechts (wie der Loadingscreen) */
.heroChars {
  position: relative;
  height: 620px;
  pointer-events: none;
  user-select: none;
}
.heroChars img {
  position: absolute;
  bottom: -90px;
  filter: drop-shadow(0 30px 50px rgba(0, 0, 0, 0.65));
}
.charMain {
  left: 50%;
  transform: translateX(-50%);
  height: 115%;
  z-index: 3;
}
.charL { left: -4%; height: 96%; z-index: 2; opacity: 0.92; }
.charR { right: -6%; height: 98%; z-index: 1; opacity: 0.88; }
.charGlow {
  position: absolute;
  left: 50%; bottom: 40px;
  transform: translateX(-50%);
  width: 560px; height: 220px;
  background: radial-gradient(closest-side, var(--accent-glow), transparent 72%);
  filter: blur(10px);
}

/* ── Sections ───────────────────────────────────────────────────────────── */
section { padding: 105px 0; position: relative; }
.secDark { background: var(--bg-2); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }

.secHead { max-width: 640px; margin-bottom: 56px; }
.secKicker {
  display: inline-block;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 14px;
}
.secTitle { font-size: clamp(30px, 3.6vw, 44px); }
.secText { margin-top: 16px; color: var(--text-soft); font-size: 15.5px; }

/* Feature-Karten */
.grid3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }

.card {
  padding: 28px 26px;
  border-radius: 16px;
  background: var(--panel);
  border: 1px solid var(--line);
  transition: border-color 0.2s ease, transform 0.2s ease, background 0.2s ease;
}
.card:hover {
  border-color: rgba(154, 141, 255, 0.4);
  background: rgba(255, 255, 255, 0.045);
  transform: translateY(-3px);
}
.cardIcon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 46px; height: 46px;
  border-radius: 12px;
  background: rgba(154, 141, 255, 0.12);
  border: 1px solid rgba(154, 141, 255, 0.28);
  color: var(--accent-2);
  margin-bottom: 18px;
}
.cardIcon svg { width: 21px; height: 21px; }
.card h3 { font-size: 16.5px; font-weight: 700; margin-bottom: 8px; }
.card p { font-size: 14px; color: var(--text-muted); }

/* Fraktions-Karten */
.fCard {
  --fc: var(--accent);
  position: relative;
  padding: 32px 28px;
  border-radius: 18px;
  background: var(--panel);
  border: 1px solid var(--line);
  overflow: hidden;
  transition: border-color 0.2s ease, transform 0.2s ease;
}
.fCard::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--fc), transparent 85%);
}
.fCard:hover { border-color: color-mix(in srgb, var(--fc) 45%, transparent); transform: translateY(-3px); }
.fCard.ems { --fc: var(--ems); }
.fCard.lspd { --fc: var(--lspd); }
.fCard.gang { --fc: var(--gang); }

.fTag {
  display: inline-block;
  padding: 6px 12px;
  border-radius: 8px;
  background: color-mix(in srgb, var(--fc) 14%, transparent);
  border: 1px solid color-mix(in srgb, var(--fc) 35%, transparent);
  color: var(--fc);
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 800;
  font-size: 13px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.fCard h3 { font-size: 19px; font-weight: 800; margin-bottom: 10px; }
.fCard > p { font-size: 14px; color: var(--text-soft); margin-bottom: 18px; }
.fList li {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 7px 0;
  font-size: 13.5px;
  color: var(--text-muted);
}
.fList li::before {
  content: '';
  width: 5px; height: 5px;
  border-radius: 999px;
  background: var(--fc);
  flex-shrink: 0;
}

/* ── Beitreten ──────────────────────────────────────────────────────────── */
.joinGrid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
}
.steps { display: flex; flex-direction: column; gap: 14px; }
.step {
  display: flex;
  gap: 18px;
  padding: 22px 24px;
  border-radius: 15px;
  background: var(--panel);
  border: 1px solid var(--line);
}
.stepNum {
  font-family: var(--font-display);
  font-style: italic;
  font-weight: 900;
  font-size: 26px;
  color: var(--accent);
  line-height: 1;
  min-width: 40px;
}
.step h3 { font-size: 15.5px; font-weight: 700; margin-bottom: 5px; }
.step p { font-size: 13.5px; color: var(--text-muted); }
.step a { color: var(--accent-2); font-weight: 600; }
.step a:hover { text-decoration: underline; }

.connectBox {
  padding: 36px 34px;
  border-radius: 20px;
  background:
    radial-gradient(500px 260px at 20% 0%, rgba(154, 141, 255, 0.14), transparent 65%),
    var(--bg-2);
  border: 1px solid var(--line-2);
  text-align: center;
}
.connectBox img { width: 74px; height: 74px; border-radius: 18px; margin: 0 auto 20px; }
.connectBox h3 { font-size: 24px; margin-bottom: 10px; }
.connectBox > p { font-size: 14px; color: var(--text-soft); margin-bottom: 24px; }

.addr {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 8px 8px 8px 18px;
  border-radius: 12px;
  background: rgba(0, 0, 0, 0.4);
  border: 1px solid var(--line-2);
  margin-bottom: 16px;
}
.addr code {
  font-family: ui-monospace, 'Cascadia Code', Consolas, monospace;
  font-size: 14.5px;
  color: var(--accent-2);
}
.addrCopy {
  padding: 9px 15px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
  font-size: 12.5px;
  font-weight: 700;
  transition: background 0.15s ease;
}
.addrCopy:hover { background: rgba(255, 255, 255, 0.14); }
.addrCopy.ok { background: rgba(52, 211, 153, 0.2); color: #34d399; }

.connectBox .btn { width: 100%; }
.connectNote { margin-top: 14px; font-size: 12px; color: var(--text-muted); }

/* ── Regeln-Teaser ──────────────────────────────────────────────────────── */
.ruleChips { display: flex; flex-wrap: wrap; gap: 11px; margin-bottom: 34px; }
.ruleChip {
  padding: 11px 18px;
  border-radius: 999px;
  background: var(--panel);
  border: 1px solid var(--line-2);
  font-size: 13.5px;
  font-weight: 600;
  color: var(--text-soft);
}
.ruleChip b { color: var(--accent-2); }

/* ── Footer ─────────────────────────────────────────────────────────────── */
footer {
  border-top: 1px solid var(--line);
  padding: 64px 0 34px;
  background: var(--bg-2);
}
.footGrid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 36px;
  margin-bottom: 46px;
}
.footBrand p { margin-top: 16px; font-size: 13.5px; color: var(--text-muted); max-width: 300px; }
.footCol h4 {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--text-muted);
  margin-bottom: 16px;
}
.footCol a {
  display: block;
  padding: 5px 0;
  font-size: 14px;
  color: var(--text-soft);
  transition: color 0.15s ease;
}
.footCol a:hover { color: var(--accent-2); }

.footLegal {
  border-top: 1px solid var(--line);
  padding-top: 26px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-size: 12px;
  color: var(--text-muted);
}

/* ── Unterseiten (Regeln / Impressum / Datenschutz) ─────────────────────── */
.page { padding: 150px 0 90px; min-height: 70vh; }
.page h1 { font-size: clamp(30px, 4vw, 44px); margin-bottom: 12px; }
.pageLead { color: var(--text-soft); margin-bottom: 44px; max-width: 640px; }
.prose { max-width: 780px; }
.prose h2 {
  font-size: 19px;
  font-weight: 800;
  margin: 40px 0 12px;
  padding-top: 26px;
  border-top: 1px solid var(--line);
}
.prose h2:first-child { border-top: 0; padding-top: 0; margin-top: 0; }
.prose p { color: var(--text-soft); font-size: 14.5px; margin-bottom: 12px; }
.prose ul { margin: 10px 0 16px; }
.prose li {
  position: relative;
  padding: 5px 0 5px 22px;
  color: var(--text-soft);
  font-size: 14.5px;
}
.prose li::before {
  content: '';
  position: absolute;
  left: 4px; top: 14px;
  width: 6px; height: 6px;
  border-radius: 999px;
  background: var(--accent);
}
.prose .todo {
  display: block;
  padding: 14px 18px;
  border-radius: 11px;
  background: rgba(251, 191, 36, 0.08);
  border: 1px solid rgba(251, 191, 36, 0.3);
  color: #fbbf24;
  font-size: 13.5px;
  margin: 8px 0 16px;
}

/* ── Scroll-Reveal ──────────────────────────────────────────────────────── */
.rv { opacity: 0; transform: translateY(22px); transition: opacity 0.6s ease, transform 0.6s cubic-bezier(0.16, 1, 0.3, 1); }
.rv.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  .rv { opacity: 1; transform: none; transition: none; }
  html { scroll-behavior: auto; }
}

/* ── Responsive ─────────────────────────────────────────────────────────── */
@media (max-width: 1020px) {
  .heroIn { grid-template-columns: 1fr; }
  .heroChars { display: none; }
  .grid3 { grid-template-columns: 1fr 1fr; }
  .joinGrid { grid-template-columns: 1fr; }
  .footGrid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 660px) {
  .navLinks, .nav .btnGhost { display: none; }
  .burger { display: flex; }
  .grid3 { grid-template-columns: 1fr; }
  section { padding: 74px 0; }
  .hero { padding-top: 110px; }
}

/* Mobile-Menü */
.mobileMenu {
  display: none;
  position: fixed;
  inset: 72px 0 auto 0;
  z-index: 99;
  background: rgba(11, 12, 17, 0.97);
  border-bottom: 1px solid var(--line);
  padding: 14px 28px 22px;
}
.mobileMenu.open { display: block; }
.mobileMenu a {
  display: block;
  padding: 13px 4px;
  font-size: 15px;
  font-weight: 600;
  color: var(--text-soft);
  border-bottom: 1px solid var(--line);
}
.mobileMenu a:last-child { border-bottom: 0; }
