:root {
  --bg: #070304;
  --bg-soft: #12080b;
  --text: #f7f4f5;
  --muted: #c3afb5;
  --line: rgba(255,255,255,.12);
  --line-strong: rgba(255,255,255,.18);
  --glass: rgba(255,255,255,.05);
  --glass-strong: rgba(255,255,255,.08);
  --red: #e11d48;
  --red-bright: #ff4d6d;
  --red-deep: #8b0d27;
  --ember: #ff7a59;
  --green: #3ce07b;
  --shadow: 0 30px 90px rgba(0,0,0,.48);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-height: 100vh;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at 14% 16%, rgba(225,29,72,.22), transparent 24rem),
    radial-gradient(circle at 88% 15%, rgba(255,122,89,.12), transparent 28rem),
    radial-gradient(circle at 50% 120%, rgba(139,13,39,.22), transparent 38rem),
    linear-gradient(180deg, #0a0406 0%, #060203 100%);
  overflow-x: hidden;
}

a { color: inherit; text-decoration: none; }

.noise {
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: .05;
  z-index: 0;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.7' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='180' height='180' filter='url(%23n)' opacity='.55'/%3E%3C/svg%3E");
}

.orb {
  position: fixed;
  width: 28rem;
  height: 28rem;
  border-radius: 999px;
  filter: blur(65px);
  opacity: .32;
  pointer-events: none;
  z-index: 0;
}
.orb-one { top: 4rem; left: -10rem; background: var(--red); }
.orb-two { bottom: 3rem; right: -10rem; background: var(--red-deep); }

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: min(1160px, calc(100% - 32px));
  margin: 0 auto;
  padding: 18px 0;
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.brand-logo {
  width: 48px;
  height: 48px;
  padding: 4px;
  border-radius: 16px;
  object-fit: contain;
  object-position: center;
  background: #090406;
  border: 1px solid var(--line-strong);
  box-shadow: 0 12px 35px rgba(225,29,72,.2);
}

.brand-copy {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.brand-text {
  font-weight: 800;
  letter-spacing: .04em;
}

.brand-sub {
  color: var(--muted);
  font-size: 12px;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.nav {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 9px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(12,5,7,.55);
}

.nav a {
  padding: 9px 14px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 700;
  border-radius: 999px;
  transition: .2s ease;
}

.nav a:hover { color: var(--text); background: rgba(255,255,255,.06); }

main, .footer {
  position: relative;
  z-index: 1;
  width: min(1160px, calc(100% - 32px));
  margin: 0 auto;
}

.hero {
  min-height: calc(100vh - 80px);
  display: grid;
  grid-template-columns: 1.08fr .92fr;
  gap: 28px;
  align-items: center;
  padding: 54px 0 84px;
}

.hero-card, .panel, .card, .split, .join {
  border: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(255,255,255,.08), rgba(255,255,255,.04));
  box-shadow: var(--shadow);
  backdrop-filter: blur(24px);
}

.hero-card {
  min-height: 560px;
  padding: clamp(28px, 5vw, 56px);
  border-radius: 38px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.eyebrow, .section-kicker, .panel-label {
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .14em;
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 9px;
}

.status-dot {
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: var(--green);
  box-shadow: 0 0 0 7px rgba(60,224,123,.12), 0 0 28px rgba(60,224,123,.5);
}

.hero-intro {
  margin-top: 24px;
  color: #e6d5da;
  font-size: 16px;
}

h1, h2, h3, p { margin-top: 0; }

h1 {
  margin: 16px 0 16px;
  font-size: clamp(74px, 13vw, 156px);
  line-height: .84;
  letter-spacing: -.09em;
  background: linear-gradient(135deg, #fff2f5 10%, #ff9ab0 45%, #ff4d6d 85%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.lead {
  max-width: 650px;
  color: #dccacf;
  font-size: clamp(18px, 2vw, 22px);
  line-height: 1.6;
}

.hero-highlights {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 22px;
}

.highlight-pill {
  min-width: 155px;
  padding: 15px 16px;
  border: 1px solid rgba(255,255,255,.11);
  border-radius: 18px;
  background: rgba(255,255,255,.04);
}

.highlight-pill strong,
.stats strong {
  display: block;
  font-size: 22px;
  line-height: 1.1;
}

.highlight-pill span,
.stats span,
.section-copy,
.card p,
.join p,
.discord-box p { color: var(--muted); }

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 26px;
}

.btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 52px;
  padding: 0 22px;
  border: 0;
  border-radius: 16px;
  font: inherit;
  font-weight: 800;
  cursor: pointer;
  transition: transform .2s ease, border-color .2s ease, background .2s ease, box-shadow .2s ease;
}

.btn:hover { transform: translateY(-2px); }

.btn-primary {
  background: linear-gradient(135deg, var(--red), var(--red-bright));
  color: white;
  box-shadow: 0 14px 45px rgba(225,29,72,.25);
}

.btn-primary:hover {
  box-shadow: 0 18px 50px rgba(225,29,72,.36);
}

.btn-secondary {
  border: 1px solid var(--line);
  background: rgba(255,255,255,.05);
  color: #f2e7e9;
}

.btn-large { min-height: 60px; padding: 0 28px; }

.panel {
  border-radius: 32px;
  padding: 24px;
  transform: rotate(1.35deg);
}

.panel-top { display: flex; justify-content: space-between; align-items: flex-start; gap: 16px; }
.panel h2 { margin: 7px 0 0; font-size: clamp(24px, 4vw, 34px); letter-spacing: -.04em; word-break: break-word; }
.pill {
  padding: 8px 12px;
  border: 1px solid rgba(60,224,123,.28);
  border-radius: 999px;
  color: #b7f0ca;
  background: rgba(60,224,123,.08);
  font-size: 12px;
  font-weight: 900;
}

.discord-box {
  display: flex;
  align-items: center;
  gap: 15px;
  margin: 28px 0;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: rgba(0,0,0,.2);
}

.server-logo {
  width: 68px;
  height: 68px;
  padding: 6px;
  border-radius: 22px;
  object-fit: contain;
  object-position: center;
  background: #090406;
  border: 1px solid var(--line-strong);
}

.stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.stats div {
  padding: 16px 12px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: rgba(255,255,255,.04);
}

.section { padding: 46px 0; }
.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 24px; margin-bottom: 22px; }
.section-heading.stacked { display: block; }
.section h2, .join h2, .split h2 { font-size: clamp(34px, 5vw, 62px); line-height: .98; letter-spacing: -.06em; margin: 9px 0 0; }
.section-copy { max-width: 800px; margin-top: 16px; line-height: 1.7; font-size: 17px; }

.cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.card {
  border-radius: 28px;
  padding: 24px;
  min-height: 330px;
}

.card-number {
  color: #ff6b87;
  font-weight: 900;
}

.card h3 {
  margin: 34px 0 10px;
  font-size: 22px;
}

.card p, .join p, .detail-panel li {
  line-height: 1.7;
}

.faq-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.faq-card .btn { margin-top: auto; }

.detail-panel {
  width: 100%;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height .3s ease, opacity .25s ease, margin-top .25s ease;
}

.detail-panel.open {
  max-height: 220px;
  opacity: 1;
  margin-top: 16px;
}

.detail-panel ul {
  margin: 0;
  padding-left: 18px;
  color: #f0dde1;
}

.split, .join {
  margin: 42px 0;
  border-radius: 34px;
  padding: clamp(24px, 4vw, 42px);
}

.split {
  display: grid;
  grid-template-columns: .92fr 1.08fr;
  gap: 32px;
  align-items: center;
}

.rule-list { display: grid; gap: 12px; }
.rule {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(0,0,0,.18);
  color: #f1e1e6;
  font-weight: 650;
}

.rule span {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #ff6b87;
  box-shadow: 0 0 18px rgba(255,107,135,.8);
}

.join {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  background:
    linear-gradient(135deg, rgba(225,29,72,.15), rgba(255,77,109,.08)),
    rgba(255,255,255,.04);
}

.join p { max-width: 620px; margin-bottom: 0; }

.footer {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 32px 0 44px;
  color: var(--muted);
  font-size: 14px;
}

.footer a:hover { color: var(--text); }

.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity .75s ease, transform .75s ease;
}
.reveal.visible { opacity: 1; transform: translateY(0); }
.delay-1 { transition-delay: .14s; }

@media (max-width: 960px) {
  .hero { grid-template-columns: 1fr; min-height: auto; padding-top: 32px; }
  .hero-card { min-height: 460px; }
  .panel { transform: none; }
  .cards, .split { grid-template-columns: 1fr; }
  .join { align-items: stretch; flex-direction: column; }
}

@media (max-width: 860px) {
  .nav { display: none; }
  .footer { flex-direction: column; }
}

@media (max-width: 520px) {
  main, .footer, .site-header { width: min(100% - 22px, 1160px); }
  .hero-card, .panel, .card, .split, .join { border-radius: 26px; }
  .stats { grid-template-columns: 1fr; }
  .hero-actions .btn, .faq-card .btn, .join .btn { width: 100%; }
  .highlight-pill { width: 100%; }
  .brand-logo { width: 44px; height: 44px; }
}
