.homepage {
  min-height: 100vh;
  background: radial-gradient(circle at right, #0a2a4f 0%, #000 60%);
  color: white;
  overflow-x: hidden;
  overflow-y: auto;
  scroll-behavior: smooth;
}

.homepage {
  scroll-snap-type: y mandatory;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Segoe UI", sans-serif;
}

.nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 72px;
  z-index: 1000;

  background: linear-gradient(
    to bottom,
    rgba(5, 10, 20, 0.95),
    rgba(5, 10, 20, 0.75)
  );

  border-bottom: 1px solid rgba(255,255,255,0.08);
  backdrop-filter: blur(8px);
}

.nav-inner {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 40px;

  height: 100%;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
}

.nav-brand {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
}

.nav-logo {
  width: 32px;
  height: 32px;
  object-fit: contain;
}

.nav-title {
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  color: #2da1ff;

  text-shadow:
    0 0 10px rgba(45,161,255,0.35),
    0 0 22px rgba(45,161,255,0.25);
}

.nav-center {
  display: flex;
  justify-content: center;
  gap: 48px;
}

.nav-center a {
  font-size: 13px;
  letter-spacing: 2px;
  text-transform: uppercase;

  color: rgba(255,255,255,0.75);
  text-decoration: none;

  transition: color 0.2s ease;
}

.nav-center a:hover {
  color: #ffffff;
}


.discord-login-btn {
  padding: 8px 18px;
  border-radius: 20px;

  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;

  color: #ffffff;
  text-decoration: none;

  border: 1px solid rgba(255,255,255,0.35);
  transition: background 0.2s ease, border 0.2s ease;
}

.discord-login-btn:hover {
  background: rgba(255,255,255,0.08);
  border-color: rgba(255,255,255,0.6);
}


.hero {
  position: relative;
  min-height: 100vh;

  display: grid;
  align-items: start;

  padding: 100px 8vw 40px 8vw; /* mindre top padding */

  background:
    radial-gradient(circle at 80% 30%, rgba(45,161,255,0.25), transparent 40%),
    radial-gradient(circle at 20% 80%, rgba(45,161,255,0.1), transparent 50%),
    #000;

  overflow: hidden;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("https://www.transparenttextures.com/patterns/noise.png");
  opacity: 0.04;
  pointer-events: none;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  align-items: center;
  gap: 80px;
  position: relative;
  z-index: 2;
  margin-top: -100px;
}

.hero-left {
  max-width: 600px;
}

.hero-right img {
  width: 100%;
  max-width: 600px;
  filter: drop-shadow(0 0 60px rgba(45,161,255,0.4));
}

.hero h1 {
  font-size: clamp(48px, 5vw, 82px);
  font-weight: 900;
  line-height: 1.05;
  letter-spacing: -1px;
  margin: 30px 0;
}

.hero h1 span {
  color: #2da1ff;
}

.hero-description {
  font-size: 18px;
  color: rgba(255,255,255,0.75);
  line-height: 1.7;
  margin-bottom: 40px;
}

.hero-buttons {
  display: flex;
  gap: 20px;
  margin-bottom: 50px;
}

.hero-stats {
  display: flex;
  gap: 60px;
  margin-top: 40px; /* mindre afstand */
}

.stat-number {
  font-size: 40px;
  font-weight: 900;
}

.stat-text {
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: rgba(255,255,255,0.6);
}

.hero-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  padding: 14px 28px;
  border-radius: 999px;

  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.5px;

  background: rgba(255,255,255,0.03);  /* mere diskret */
  border: 1px solid rgba(255,255,255,0.12); /* svagere outline */

  color: rgba(255,255,255,0.85);

  transition: all 0.2s ease;
}

.hero-secondary:hover {
  background: rgba(255,255,255,0.06);
  border-color: rgba(255,255,255,0.25);
  color: #ffffff;
}

.hero-primary:active,
.hero-secondary:active {
  transform: scale(0.97);
}

.hero-stats {
  display: flex;
  justify-content: center;
  gap: 140px;

  margin-top: 120px;   /* ← skubber dem længere ned */
}

.stat-number {
  font-size: 32px;
  font-weight: 900;
  margin-bottom: 12px;
}

.stat-text {
  font-size: 18px;
  color: rgba(255,255,255,0.75);
}


.hero-left h1 .line {
    display: block;         
    white-space: nowrap;      
}


.hero-right img {
  width: clamp(360px, 40vw, 700px);
  filter: drop-shadow(0 0 100px #1e90ff);
}

.hero-left h1 {
    font-size: 83px; 
    line-height: 1.10;
    margin-bottom: 40px;   
    color: #2da1ff;
}

.hero-left h1 .line {
    display: block;
    white-space: nowrap;
}


.hero-left p:not(:last-child) {
    margin-bottom: 30px;
}

.section-two {
  position: relative;
  padding: 180px 8vw;

  background:
    radial-gradient(circle at 85% 20%, rgba(45,161,255,0.15), transparent 50%),
    radial-gradient(circle at 15% 90%, rgba(45,161,255,0.08), transparent 60%),
    linear-gradient(
      to bottom,
      rgba(5,8,18,0.6) 0%,
      rgba(5,8,18,0.95) 40%,
      rgba(4,6,14,1) 100%
    );

  overflow: hidden;
}

.cards-grid {
  max-width: 1300px;
  margin: 0 auto;

  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(380px, 1fr));
  gap: 40px;
}

.section-two-container {
  max-width: 1300px;
  margin: 0 auto;

  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 100px;
  align-items: center;
}

.rp-card {
  padding: 40px;
  border-radius: 24px;

  background: linear-gradient(
    145deg,
    rgba(10,20,40,0.95),
    rgba(5,10,20,0.95)
  );

  border: 1px solid rgba(45,161,255,0.35);

  box-shadow:
    0 0 40px rgba(45,161,255,0.15);

  transition: all 0.3s ease;
}

.rp-card:hover {
  transform: translateY(-8px);

  border-color: rgba(45,161,255,0.8);

  box-shadow:
    0 0 60px rgba(45,161,255,0.3);
}

.card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.card-kicker {
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: rgba(255,255,255,0.5);
}

.card-badge {
  padding: 6px 14px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 600;
}

.card-badge.green {
  background: rgba(0,255,120,0.1);
  border: 1px solid rgba(0,255,120,0.5);
  color: #6effb3;
}

.rp-card h3 {
  font-size: 28px;
  font-weight: 800;
  margin-bottom: 10px;
}

.rp-card p {
  color: rgba(255,255,255,0.65);
  margin-bottom: 30px;
}

.card-btn {
  display: inline-block;
  padding: 14px 30px;
  border-radius: 999px;

  background: rgba(0,0,0,0.6);
  border: 1px solid rgba(45,161,255,0.7);

  color: #fff;
  text-decoration: none;

  box-shadow:
    0 0 20px rgba(45,161,255,0.4);

  transition: all 0.2s ease;
}

.card-btn:hover {
  background: rgba(45,161,255,0.15);
}

.section-label {
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: rgba(255,255,255,0.4);
  margin-bottom: 20px;
}

.section-two h2 {
  font-size: clamp(42px, 4vw, 64px);
  font-weight: 900;
  line-height: 1.05;
  letter-spacing: -1px;
  margin-bottom: 30px;
}

.section-lead {
  font-size: 18px;
  color: rgba(255,255,255,0.8);
  margin-bottom: 20px;
}

.section-two p {
  font-size: 16px;
  color: rgba(255,255,255,0.6);
  line-height: 1.7;
  margin-bottom: 30px;
}

.section-btn {
  display: inline-block;
  padding: 12px 26px;
  border-radius: 999px;

  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.15);

  color: #fff;
  text-decoration: none;

  transition: all 0.2s ease;
}

.section-btn:hover {
  background: rgba(255,255,255,0.1);
  border-color: rgba(255,255,255,0.3);
}

.section-two-right {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.feature-card {
  padding: 26px 30px;
  border-radius: 20px;

  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(45,161,255,0.25);

  backdrop-filter: blur(10px);

  transition: all 0.25s ease;
}

.feature-card:hover {
  transform: translateY(-6px);

  border-color: rgba(45,161,255,0.6);

  box-shadow:
    0 0 25px rgba(45,161,255,0.25);
}

.feature-title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 6px;
  letter-spacing: 0.5px;
}

.feature-text {
  font-size: 14px;
  color: rgba(255,255,255,0.6);
}

.cta-card {
  max-width: 1500px;
  margin: 0 auto;
  padding: 50px;

  border-radius: 20px;

  background: linear-gradient(
    135deg,
    rgba(8,16,28,0.95),
    rgba(4,8,16,0.95)
  );

  border: 1px solid rgba(255,255,255,0.08);

  display: grid;
  grid-template-columns: 1fr auto;
  gap: 60px;
}
.cta-left{
  max-width: 640px;
}

.cta-kicker {
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: rgba(255,255,255,0.6);
  margin-bottom: 14px;
}

.cta-title {
  font-size: 22px;
  font-weight: 800;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 18px;
}

.cta-discord {
  font-size: 14px;
  color: rgba(255,255,255,0.65);
}

.cta-discord-icon{
  width: 36px;
  height: 36px;
  border-radius: 10px;
  border: 1px solid rgba(30,144,255,0.25);
  background: rgba(30,144,255,0.12);
  box-shadow: 0 0 18px rgba(30,144,255,0.18);
}

.cta-right {
  text-align: right;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.cta-note{
  color: rgba(255,255,255,0.55);
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.cta-buttons{
  display: flex;
  justify-content: flex-end;
  gap: 16px;
}

.btn.cta-outline {
  padding: 14px 30px;
  border-radius: 999px;
  border: 1px solid rgba(46,161,255,0.7);
  background: rgba(10, 20, 32, 0.6);
  color: #eaf5ff;
  font-weight: 700;
  text-decoration: none;

  box-shadow:
    0 0 0 1px rgba(46,161,255,0.25),
    0 0 18px rgba(46,161,255,0.35);

  transition: transform 0.15s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.btn.cta-outline:hover {
  transform: translateY(-2px);

  background: rgba(20, 40, 60, 0.8);

  box-shadow:
    0 0 0 1px rgba(46,161,255,0.6),
    0 0 28px rgba(46,161,255,0.65),
    0 0 60px rgba(46,161,255,0.35);
}

.btn.cta-outline:active {
  transform: translateY(0px) scale(0.98);

  box-shadow:
    0 0 0 1px rgba(46,161,255,0.3),
    0 0 12px rgba(46,161,255,0.3);
}

.btn.cta-green{
  padding: 16px 36px;
  border-radius: 999px;

  background: linear-gradient(
    135deg,
    #4cff9a 0%,
    #2fdc7c 100%
  );

  border: 1px solid rgba(80, 255, 170, 0.9);

  color: #062014;
  font-size: 15px;
  font-weight: 900;
  letter-spacing: 1px;
  text-transform: uppercase;

  text-decoration: none;

  cursor: pointer;

  box-shadow:
    0 0 0 1px rgba(80,255,170,0.45),
    0 0 28px rgba(63,224,132,0.55),
    0 0 60px rgba(63,224,132,0.25);
}

.btn.cta-green:hover{
  transform: translateY(-2px);

  filter: brightness(1.05);

  box-shadow:
    0 0 0 1px rgba(120,255,190,0.75),
    0 0 38px rgba(63,224,132,0.85),
    0 0 80px rgba(63,224,132,0.45);
}

.btn.cta-green:active{
  transform: translateY(0px) scale(0.98);

  box-shadow:
    0 0 0 1px rgba(80,255,170,0.4),
    0 0 18px rgba(63,224,132,0.4);
}

.section-two-left{
  max-width: 900px;
}
.site-footer {
  background: #000;
  border-top: 1px solid rgba(255,255,255,0.12);
  padding: 18px 0;
}

.footer-inner {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 80px;

  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer-left {
  font-size: 13px;
  color: rgba(255,255,255,0.45);
}

.footer-right {
  display: flex;
  align-items: center;
  gap: 10px;
}

.footer-right a {
  font-size: 13px;
  color: rgba(255,255,255,0.55);
  text-decoration: none;
  transition: color 0.2s ease;
}

.footer-right a:hover {
  color: #2da1ff;
}

.footer-right .divider {
  color: rgba(255,255,255,0.25);
}

@media (max-width: 700px) {
  .footer-inner {
    flex-direction: column;
    gap: 10px;
    text-align: center;
  }
}

.nav-center a {
  position: relative;
  color: #cfdfff;
  text-decoration: none;
  font-size: 14px;
  letter-spacing: 1px;
  padding: 6px 4px;
  transition: color 0.25s ease;
}

.nav-center a:hover {
  color: #1e90ff;
}

.nav-center a::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -6px;
  width: 0%;
  height: 2px;
  background: #1e90ff;
  border-radius: 4px;
  transform: translateX(-50%);
  transition: width 0.25s ease;
}

.nav-center a:hover::after {
  width: 100%;
}

.stat {
  position: relative;
  padding-bottom: 25px;
}

.stat::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);

  width: 100px;      /* længde på den lille streg */
  height: 3px;

  background: #2da1ff;

  box-shadow:
    0 0 8px rgba(45,161,255,0.8),
    0 0 18px rgba(45,161,255,0.6);

  border-radius: 3px;
}

.scroll-indicator {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  cursor: pointer;
  z-index: 5;
}

.scroll-indicator img {
  width: 85px;
  opacity: 0.9;

  filter: drop-shadow(0 0 10px #2da1ff);
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.scroll-indicator:hover img {
  transform: translateY(5px);
  opacity: 1;
}

.status-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;

  padding: 10px 22px;
  border-radius: 999px;

  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.5px;

  background: rgba(8, 8, 12, 0.95); /* næsten sort */
  border: 1px solid rgba(255, 50, 50, 0.85); /* rød outline */

  color: #ffffff;

  box-shadow:
    0 0 12px rgba(255, 0, 0, 0.25); /* subtil rød glow */
}

.status-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ff3b3b;

  box-shadow: 0 0 10px rgba(255, 59, 59, 0.9);

  animation: pulse 1.5s infinite;
}

@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.4);
    opacity: 0.6;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  padding: 16px 34px;

  border-radius: 999px;

  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;

  text-decoration: none;

  line-height: 1;
}
  
  .hero-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  padding: 14px 28px;
  border-radius: 999px;

  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.5px;

  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(45,161,255,0.7);

  color: #ffffff;
  text-decoration: none;

  transition: all 0.2s ease;
}

.section-two::before {
  content: "";
  position: absolute;
  inset: 0;

  background: url("https://www.transparenttextures.com/patterns/noise.png");
  opacity: 0.035;

  pointer-events: none;
}

.hero::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 220px;

  background: linear-gradient(
    to bottom,
    rgba(0,0,0,0) 0%,
    rgba(5,8,18,1) 100%
  );

  pointer-events: none;
}

.hero {
  position: relative;
  z-index: 2;
}

.hero::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 200px;

  background: linear-gradient(
    to bottom,
    rgba(0,0,0,0) 0%,
    #050812 100%
  );

  pointer-events: none;
}

.section-heading {
  text-align: center;
  margin-bottom: 60px;
}

.section-heading h2 {
  font-size: 42px;
  font-weight: 800;
}

.server-stats {
  padding: 180px 8vw;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 30px;
  max-width: 1200px;
  margin: 0 auto;
}

.stat-card {
  padding: 40px;
  border-radius: 20px;

  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(45,161,255,0.25);

  text-align: center;

  transition: all 0.25s ease;
}

.stat-card:hover {
  transform: translateY(-6px);
  border-color: rgba(45,161,255,0.7);
  box-shadow: 0 0 30px rgba(45,161,255,0.2);
}

.stat-value {
  font-size: 48px;
  font-weight: 900;
  margin-bottom: 10px;
}

.stat-label {
  color: rgba(255,255,255,0.6);
}


/* EVENT */
.event-section {
  padding: 150px 8vw;
}

.event-card {
  max-width: 1100px;
  margin: 0 auto;

  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 40px;

  padding: 50px;
  border-radius: 24px;

  background: linear-gradient(
    145deg,
    rgba(10,20,40,0.95),
    rgba(5,10,20,0.95)
  );

  border: 1px solid rgba(45,161,255,0.35);
}

.event-date {
  font-size: 40px;
  font-weight: 900;
  margin-bottom: 20px;
}


/* ROADMAP */
.roadmap-section {
  padding: 180px 8vw;
}

.roadmap-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  max-width: 1100px;
  margin: 0 auto;
}

.roadmap-card {
  padding: 30px;
  border-radius: 18px;

  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.08);

  transition: all 0.25s ease;
}

.roadmap-card:hover {
  transform: translateY(-5px);
  border-color: rgba(45,161,255,0.5);
}

.zerith-overview {
  padding: 220px 8vw 180px 8vw;
}

.overview-inner {
  max-width: 1200px;
  margin: 0 auto 120px auto;

  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 80px;
  align-items: center;
}

.overview-text h2 {
  font-size: clamp(42px, 4vw, 60px);
  font-weight: 900;
  margin-bottom: 20px;
}

.overview-text p {
  color: rgba(255,255,255,0.65);
  max-width: 500px;
}

.overview-stats {
  display: flex;
  gap: 40px;
}

.mini-stat {
  padding: 25px 35px;
  border-radius: 18px;

  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(45,161,255,0.25);

  text-align: center;

  transition: all 0.25s ease;
}

.mini-stat:hover {
  border-color: rgba(45,161,255,0.7);
  box-shadow: 0 0 30px rgba(45,161,255,0.2);
}

.mini-stat span {
  display: block;
  font-size: 32px;
  font-weight: 800;
}

.mini-stat small {
  color: rgba(255,255,255,0.5);
  font-size: 12px;
  letter-spacing: 1px;
}

.event-highlight {
  max-width: 1200px;
  margin: 0 auto;

  padding: 50px 60px;
  border-radius: 28px;

  background: linear-gradient(
    145deg,
    rgba(10,20,40,0.95),
    rgba(5,10,20,0.95)
  );

  border: 1px solid rgba(45,161,255,0.35);

  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 60px;
  align-items: center;

  transition: all 0.3s ease;
}

.event-highlight:hover {
  border-color: rgba(45,161,255,0.8);
  box-shadow: 0 0 60px rgba(45,161,255,0.25);
}

.event-date {
  font-size: 38px;
  font-weight: 900;
  margin-bottom: 15px;
}

.event-hero-section {
  padding: 200px 8vw;
}

.event-hero {
  position: relative;
  border-radius: 28px;
  overflow: hidden;

  padding: 80px;

  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 60px;
  align-items: center;

  background: url('/assets/event-bg.jpg') center/cover no-repeat;

  border: 1px solid rgba(45,161,255,0.3);
}

.event-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(5,10,20,0.95) 30%,
    rgba(5,10,20,0.75) 60%,
    rgba(5,10,20,0.4) 100%
  );
}

.event-left,
.event-right {
  position: relative;
  z-index: 2;
}

.live-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;

  padding: 8px 16px;
  border-radius: 999px;

  background: rgba(0,0,0,0.6);
  border: 1px solid rgba(255,60,60,0.7);

  font-size: 12px;
  letter-spacing: 1px;
}

.live-badge span {
  width: 8px;
  height: 8px;
  background: #ff3b3b;
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(255,0,0,0.8);
}

.event-hero h2 {
  font-size: clamp(42px,4vw,64px);
  font-weight: 900;
  margin: 20px 0;
}

.event-meta {
  display: flex;
  gap: 15px;
}

.meta-pill {
  padding: 8px 18px;
  border-radius: 999px;

  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.15);

  font-size: 13px;
}

.countdown-box {
  padding: 40px;
  border-radius: 20px;

  background: rgba(10,20,40,0.95);
  border: 1px solid rgba(45,161,255,0.4);

  text-align: center;
}

.countdown-label {
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 20px;
  color: rgba(255,255,255,0.5);
}

.countdown-grid {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}

.countdown-grid span {
  font-size: 32px;
  font-weight: 900;
  display: block;
}

.countdown-grid small {
  font-size: 11px;
  color: rgba(255,255,255,0.5);
}