:root {
  --kill-red: #ff3347;
  --kill-red-bright: #ff6674;
  --kill-dark: #07090e;
  --kill-panel: #10131b;
}

body {
  background: var(--kill-dark);
}

body::before {
  background:
    radial-gradient(circle at 72% 11%, rgba(255, 35, 60, 0.09), transparent 18%),
    radial-gradient(circle at 12% 34%, rgba(255, 41, 61, 0.04), transparent 22%),
    linear-gradient(135deg, #06080c, #0a0d14 55%, #06070b);
}

body::after {
  position: fixed;
  z-index: -1;
  inset: 0;
  pointer-events: none;
  content: "";
  opacity: 0.13;
  background: repeating-linear-gradient(
    0deg,
    transparent 0,
    transparent 3px,
    rgba(255, 255, 255, 0.018) 4px
  );
}

.nav {
  padding-right: clamp(20px, 5vw, 76px);
  padding-left: clamp(20px, 5vw, 76px);
}

.nav .brand {
  position: relative;
  padding-left: 13px;
}

.nav .brand::before {
  position: absolute;
  top: 2px;
  bottom: 2px;
  left: 0;
  width: 2px;
  content: "";
  background: var(--kill-red);
  box-shadow: 0 0 10px rgba(255, 51, 71, 0.75);
}

.nav .brand img {
  filter:
    grayscale(0.65)
    contrast(1.2)
    drop-shadow(0 0 7px rgba(255, 51, 71, 0.35));
}

.language-picker button.active {
  background: var(--kill-red);
}

.hero {
  min-height: 800px;
}

.hero::before {
  position: absolute;
  z-index: -2;
  top: 49%;
  left: 50%;
  display: block;
  width: min(620px, 74vw);
  aspect-ratio: 1;
  content: "";
  transform: translate(-50%, -50%);
  opacity: 0.19;
  border: 1px solid rgba(255, 51, 71, 0.34);
  border-radius: 50%;
  background:
    linear-gradient(90deg, transparent 49.8%, rgba(255, 51, 71, 0.65) 50%, transparent 50.2%),
    linear-gradient(transparent 49.8%, rgba(255, 51, 71, 0.65) 50%, transparent 50.2%),
    radial-gradient(circle, transparent 0 31%, rgba(255, 51, 71, 0.45) 31.2% 31.5%, transparent 31.8%);
  mask-image: linear-gradient(to bottom, transparent 5%, black 28%, black 70%, transparent 95%);
}

.hero::after {
  opacity: 0.72;
  background:
    radial-gradient(circle at 8% 24%, rgba(255, 53, 72, 0.7) 0 2px, transparent 6px),
    radial-gradient(circle at 21% 9%, rgba(255, 53, 72, 0.32) 0 4px, transparent 10px),
    radial-gradient(circle at 81% 18%, rgba(255, 53, 72, 0.62) 0 3px, transparent 8px),
    radial-gradient(circle at 92% 42%, rgba(255, 53, 72, 0.27) 0 4px, transparent 11px),
    radial-gradient(circle at 18% 63%, rgba(255, 53, 72, 0.27) 0 3px, transparent 9px),
    linear-gradient(115deg, transparent 12%, rgba(255, 51, 71, 0.035) 12.2%, transparent 12.5%);
}

.hero .eyebrow {
  border-color: rgba(255, 51, 71, 0.3);
  color: #ff8994;
  background: rgba(255, 51, 71, 0.07);
}

.hero .eyebrow::before {
  width: 7px;
  height: 7px;
  content: "";
  border: 1px solid var(--kill-red);
  border-radius: 50%;
  box-shadow:
    inset 0 0 0 2px var(--kill-dark),
    0 0 7px rgba(255, 51, 71, 0.7);
  background: var(--kill-red);
}

.hero h1 {
  max-width: 900px;
  text-transform: uppercase;
}

.hero h1 em {
  background: linear-gradient(90deg, #f4f5f7 0%, #ff8a94 46%, var(--kill-red) 100%);
  background-clip: text;
}

.hero > p {
  max-width: 590px;
}

.hero-actions .button,
.discord-button,
.submit-button {
  border: 1px solid rgba(255, 104, 118, 0.55);
  background: linear-gradient(105deg, #a51528, var(--kill-red));
  box-shadow: 0 12px 38px rgba(255, 32, 58, 0.19);
  clip-path: polygon(0 0, calc(100% - 9px) 0, 100% 9px, 100% 100%, 9px 100%, 0 calc(100% - 9px));
}

.hero-actions .button:hover,
.discord-button:hover,
.submit-button:hover {
  box-shadow: 0 14px 42px rgba(255, 32, 58, 0.32);
}

.hero-actions .text-link {
  border-color: rgba(255, 255, 255, 0.09);
  border-radius: 0;
  clip-path: polygon(7px 0, 100% 0, 100% calc(100% - 7px), calc(100% - 7px) 100%, 0 100%, 0 7px);
}

.hero-mark {
  width: min(74vw, 800px);
  opacity: 0.055;
  transform: translate(-50%, -50%) rotate(-3deg);
}

.hero-mark img {
  filter: grayscale(1) contrast(1.5) drop-shadow(0 0 30px rgba(255, 51, 71, 0.4));
}

.mark-glow {
  background: var(--kill-red);
}

.stats strong,
.section-label,
.feature-number,
.application-copy .eyebrow,
.profile small {
  color: var(--kill-red-bright);
}

.stats article {
  position: relative;
}

.stats article::before {
  position: absolute;
  top: 19px;
  left: 50%;
  width: 18px;
  height: 1px;
  content: "";
  transform: translateX(-50%);
  background: var(--kill-red);
  opacity: 0.38;
}

.section-label {
  letter-spacing: 0.18em;
}

.section-heading h2,
.application-copy h2 {
  text-transform: uppercase;
}

.feature-grid article {
  border-color: rgba(255, 255, 255, 0.07);
  border-radius: 2px;
  background:
    linear-gradient(135deg, rgba(255, 51, 71, 0.055), transparent 36%),
    linear-gradient(145deg, #11151e, #0c0f16);
  clip-path: polygon(0 0, calc(100% - 18px) 0, 100% 18px, 100% 100%, 0 100%);
}

.feature-grid article::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 42%;
  height: 1px;
  content: "";
  background: linear-gradient(90deg, var(--kill-red), transparent);
}

.feature-grid article::after {
  position: absolute;
  right: -28px;
  bottom: 23px;
  width: 105px;
  height: 9px;
  content: "";
  transform: rotate(-42deg);
  opacity: 0.13;
  background: linear-gradient(90deg, transparent, #fff 50%, var(--kill-red));
  clip-path: polygon(0 45%, 88% 0, 100% 50%, 88% 100%, 0 55%);
}

.feature-number {
  border-color: rgba(255, 51, 71, 0.28);
  border-radius: 50%;
  background:
    linear-gradient(90deg, transparent 47%, rgba(255, 51, 71, 0.5) 48% 52%, transparent 53%),
    linear-gradient(transparent 47%, rgba(255, 51, 71, 0.5) 48% 52%, transparent 53%),
    rgba(255, 51, 71, 0.06);
}

.deadline-display {
  display: grid;
  width: min(100%, 430px);
  margin: 30px auto 0;
  padding: 15px 18px;
  gap: 6px;
  border: 1px solid rgba(255, 51, 71, 0.2);
  background: rgba(255, 51, 71, 0.045);
  text-align: left;
  clip-path: polygon(0 0, calc(100% - 9px) 0, 100% 9px, 100% 100%, 0 100%);
}

.deadline-display span {
  color: #ff6977;
  font-size: 7px;
  font-weight: 800;
  letter-spacing: 0.15em;
}

.deadline-display strong {
  color: #f2f4f7;
  font-size: 14px;
  letter-spacing: 0.04em;
}

.deadline-display small {
  color: #7f8998;
  font-size: 9px;
}

.deadline-display.expired {
  border-color: rgba(121, 130, 145, 0.18);
  background: rgba(121, 130, 145, 0.035);
}

.deadline-display.expired span,
.deadline-display.expired strong {
  color: #7f8998;
}

.access {
  background:
    radial-gradient(circle at 50% 100%, rgba(255, 34, 60, 0.09), transparent 34%),
    transparent;
}

.application-card {
  border-color: rgba(255, 51, 71, 0.16);
  border-radius: 2px;
  background:
    linear-gradient(135deg, rgba(255, 51, 71, 0.055), transparent 36%),
    var(--kill-panel);
  clip-path: polygon(0 0, calc(100% - 18px) 0, 100% 18px, 100% 100%, 18px 100%, 0 calc(100% - 18px));
}

.application-card::before {
  position: absolute;
  top: 0;
  right: 18px;
  left: 0;
  display: block;
  width: auto;
  height: 1px;
  content: "";
  transform: none;
  background: linear-gradient(90deg, var(--kill-red), transparent 65%);
}

.discord-icon {
  position: relative;
  width: 76px;
  height: 62px;
  border: 1px solid rgba(255, 51, 71, 0.35);
  border-radius: 3px;
  color: #ff9ca5;
  background: rgba(255, 51, 71, 0.05);
  box-shadow: 0 0 30px rgba(255, 51, 71, 0.12);
}

.discord-icon img {
  width: 64px;
  height: 48px;
  object-fit: contain;
  filter:
    grayscale(0.55)
    contrast(1.25)
    drop-shadow(0 0 8px rgba(255, 51, 71, 0.5));
}

.expired-icon {
  display: grid;
  width: 62px;
  height: 62px;
  place-items: center;
  border: 1px solid rgba(255, 51, 71, 0.3);
  border-radius: 50%;
  color: #ff5969;
  background: rgba(255, 51, 71, 0.06);
  font-size: 25px;
  box-shadow: 0 0 30px rgba(255, 51, 71, 0.1);
}

.status-banner {
  border-color: rgba(67, 229, 155, 0.3);
  color: #63e4a7;
  background: rgba(42, 190, 121, 0.08);
  box-shadow: inset 0 0 18px rgba(41, 204, 129, 0.025);
}

input:focus,
textarea:focus {
  border-color: rgba(255, 51, 71, 0.7);
}

.consent input {
  accent-color: var(--kill-red);
}

.system-status {
  color: var(--kill-red-bright);
}

.system-status .pulse {
  background: var(--kill-red);
  box-shadow: 0 0 10px var(--kill-red);
}

@media (max-width: 600px) {
  .hero::before {
    width: 115vw;
  }

  .hero h1 {
    font-size: 39px;
  }
}
