:root {
  --black: #020204;
  --ink: #08070c;
  --panel: rgba(12, 10, 18, 0.82);
  --bone: #fff7ed;
  --muted: rgba(255, 247, 237, 0.68);
  --pink: #ff2374;
  --teal: #00e2d0;
  --line: rgba(255, 247, 237, 0.16);
  --shadow: 0 28px 90px rgba(0, 0, 0, 0.55);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--black);
  color: var(--bone);
  font-family: Inter, system-ui, sans-serif;
  line-height: 1.5;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(circle at 75% 0, rgba(0, 226, 208, 0.18), transparent 28rem),
    radial-gradient(circle at 12% 18%, rgba(255, 35, 116, 0.2), transparent 30rem),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.025) 0 1px, transparent 1px 5px);
}

a {
  color: inherit;
}

img {
  display: block;
  max-width: 100%;
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 18px clamp(18px, 4vw, 56px);
  background: linear-gradient(180deg, rgba(2, 2, 4, 0.9), rgba(2, 2, 4, 0.45));
  border-bottom: 1px solid rgba(255, 35, 116, 0.24);
  backdrop-filter: blur(14px);
}

.brand {
  display: inline-grid;
  text-decoration: none;
  text-transform: uppercase;
}

.brand-main {
  font-family: Bebas Neue, Impact, sans-serif;
  font-size: 2rem;
  line-height: 0.9;
}

.brand-sub {
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.22em;
}

.nav {
  display: flex;
  gap: 18px;
  color: var(--muted);
  font-size: 0.85rem;
  font-weight: 900;
  text-transform: uppercase;
}

.nav a {
  text-decoration: none;
}

.nav a:hover {
  color: var(--teal);
}

.hero {
  position: relative;
  min-height: 100svh;
  overflow: hidden;
  display: grid;
  align-items: end;
  padding: 110px clamp(18px, 5vw, 72px) 42px;
}

.hero-image,
.hero-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-image {
  object-fit: cover;
}

.hero-shade {
  background:
    linear-gradient(90deg, rgba(2, 2, 4, 0.98), rgba(2, 2, 4, 0.72) 38%, rgba(2, 2, 4, 0.08) 74%),
    linear-gradient(180deg, rgba(2, 2, 4, 0.16), rgba(2, 2, 4, 0.1) 58%, #020204 98%);
}

.hero-content {
  position: relative;
  z-index: 2;
  width: min(760px, 100%);
}

.event-date,
.kicker {
  margin: 0 0 14px;
  color: var(--teal);
  font-size: 0.9rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-shadow: 0 0 20px rgba(0, 226, 208, 0.75);
}

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

h1,
h2 {
  font-family: Bebas Neue, Impact, sans-serif;
  letter-spacing: 0;
  line-height: 0.88;
}

h1 {
  margin: 0;
  color: var(--pink);
  font-size: clamp(6.3rem, 18vw, 15.5rem);
  text-transform: uppercase;
  text-shadow: 0 0 28px rgba(255, 35, 116, 0.62), 0 0 90px rgba(255, 35, 116, 0.32);
}

h1 span {
  color: var(--teal);
  text-shadow: 0 0 24px rgba(0, 226, 208, 0.62), 0 0 70px rgba(0, 226, 208, 0.3);
}

h2 {
  margin-bottom: 18px;
  font-size: clamp(3rem, 7vw, 6.2rem);
}

h3 {
  margin-bottom: 8px;
  font-size: 1.1rem;
  font-weight: 900;
}

.claim {
  margin: 2px 0 22px;
  color: var(--bone);
  font-family: Bebas Neue, Impact, sans-serif;
  font-size: clamp(2.4rem, 5.8vw, 5.7rem);
  line-height: 0.92;
  transform: rotate(-2deg);
  text-shadow: 0 8px 0 rgba(0, 0, 0, 0.55);
}

.claim strong {
  display: block;
  color: var(--pink);
}

.lead {
  width: min(640px, 100%);
  color: rgba(255, 247, 237, 0.84);
  font-size: clamp(1.02rem, 1.7vw, 1.25rem);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 24px;
  border: 2px solid transparent;
  border-radius: 4px;
  font-size: 0.9rem;
  font-weight: 900;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
}

.button-primary {
  background: var(--pink);
  color: var(--bone);
  box-shadow: 0 0 26px rgba(255, 35, 116, 0.5);
}

.button-secondary {
  border-color: var(--teal);
  color: var(--teal);
  background: rgba(0, 0, 0, 0.28);
}

.button-small {
  min-height: 38px;
  padding: 0 16px;
  font-size: 0.78rem;
}

.full {
  width: 100%;
}

.hero-card {
  position: absolute;
  right: clamp(18px, 5vw, 72px);
  bottom: 42px;
  z-index: 2;
  width: min(320px, calc(100vw - 36px));
  padding: 20px;
  border: 1px solid rgba(0, 226, 208, 0.32);
  border-radius: 6px;
  background: rgba(2, 2, 4, 0.58);
  backdrop-filter: blur(12px);
  box-shadow: var(--shadow);
}

.hero-card span {
  color: var(--pink);
  font-size: 0.75rem;
  font-weight: 900;
  text-transform: uppercase;
}

.hero-card strong {
  display: block;
  margin: 6px 0;
  font-family: Bebas Neue, Impact, sans-serif;
  font-size: 2.2rem;
  line-height: 0.95;
}

.hero-card p {
  margin: 0;
  color: var(--muted);
}

.intro,
.split-section,
.tickets,
.awards,
.prizes,
.rules,
.legal,
.visual-band,
.experience,
.games {
  position: relative;
  display: grid;
  width: min(1180px, calc(100% - 36px));
  margin: 0 auto;
  padding: clamp(70px, 8vw, 120px) 0;
}

.intro {
  grid-template-columns: 0.8fr 1.2fr;
  gap: clamp(32px, 6vw, 78px);
}

.intro-points {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.intro-points article,
.award-grid article,
.experience-grid article,
.game-card,
.prize-columns article,
.ticket-option,
.signup-form,
.legal article {
  border: 1px solid var(--line);
  border-radius: 6px;
  background: linear-gradient(145deg, rgba(255, 35, 116, 0.12), rgba(0, 226, 208, 0.06)), var(--panel);
  box-shadow: var(--shadow);
}

.intro-points article {
  min-height: 220px;
  padding: 24px;
}

.intro-points span {
  display: block;
  margin-bottom: 46px;
  color: var(--teal);
  font-size: 2.4rem;
  font-weight: 900;
  text-shadow: 0 0 18px rgba(0, 226, 208, 0.6);
}

.intro-points p,
.section-copy p,
.visual-band p,
.award-grid p,
.experience-grid p,
.game-card p,
.prizes p,
.rule-list p,
.legal p,
.form-message,
.ticket-note,
.payment-summary small,
.subtitle {
  color: var(--muted);
}

.split-section,
.rules {
  grid-template-columns: 0.9fr 1.1fr;
  gap: clamp(32px, 6vw, 88px);
  align-items: start;
}

.timeline {
  display: grid;
  gap: 10px;
}

.timeline article {
  display: grid;
  grid-template-columns: 96px 1fr;
  gap: 18px;
  align-items: center;
  min-height: 76px;
  padding: 18px;
  border: 1px solid rgba(255, 35, 116, 0.28);
  border-left: 5px solid var(--pink);
  border-radius: 4px;
  background: rgba(10, 8, 15, 0.88);
}

.timeline time {
  color: var(--teal);
  font-weight: 900;
}

.timeline span {
  font-weight: 800;
}

.visual-band {
  grid-template-columns: minmax(260px, 0.72fr) 1fr;
  gap: clamp(28px, 6vw, 84px);
  align-items: center;
}

.visual-band img {
  width: 100%;
  border: 1px solid rgba(255, 35, 116, 0.32);
  border-radius: 6px;
  box-shadow: 0 0 42px rgba(255, 35, 116, 0.2), var(--shadow);
}

.games {
  padding-top: 30px;
}

.games-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
}

.game-card {
  position: relative;
  min-height: 312px;
  overflow: hidden;
  padding: 22px;
}

.game-card::before {
  content: "";
  position: absolute;
  inset: auto -20% -18% -20%;
  height: 110px;
  background: radial-gradient(ellipse, var(--game-color), transparent 70%);
  opacity: 0.38;
}

.game-card span {
  display: inline-flex;
  margin-bottom: 46px;
  color: var(--game-color);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
  text-shadow: 0 0 18px var(--game-color);
}

.game-card h3 {
  font-family: Bebas Neue, Impact, sans-serif;
  font-size: clamp(2.2rem, 3vw, 3.3rem);
  line-height: 0.9;
}

.game-card strong {
  position: relative;
  display: block;
  margin-top: 18px;
  color: var(--bone);
  font-size: 0.98rem;
}

.game-green {
  --game-color: #31e981;
}

.game-orange {
  --game-color: #ff9f2d;
}

.game-red {
  --game-color: #ff2374;
}

.game-purple {
  --game-color: #ba5cff;
}

.game-blue {
  --game-color: #35a7ff;
}

.games-mission {
  margin: 28px 0 0;
  color: var(--teal);
  font-family: Bebas Neue, Impact, sans-serif;
  font-size: clamp(2.4rem, 6vw, 5.6rem);
  line-height: 0.9;
  text-align: center;
  text-shadow: 0 0 24px rgba(0, 226, 208, 0.5);
}

.tickets {
  padding-top: 90px;
}

.section-heading {
  max-width: 760px;
  margin-bottom: 34px;
}

.ticket-layout {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: clamp(22px, 5vw, 56px);
}

.ticket-list {
  display: grid;
  gap: 14px;
  align-content: start;
}

.ticket-option {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 14px;
  align-items: center;
  min-height: 104px;
  padding: 20px;
  cursor: pointer;
}

.ticket-option:has(input:checked) {
  border-color: var(--teal);
  box-shadow: 0 0 0 3px rgba(0, 226, 208, 0.18), 0 0 44px rgba(0, 226, 208, 0.18);
}

.ticket-option input {
  width: 22px;
  height: 22px;
  accent-color: var(--teal);
}

.ticket-option b {
  display: block;
  font-size: 1.22rem;
}

.ticket-option small {
  display: block;
  margin-top: 4px;
  color: var(--muted);
}

.ticket-option strong {
  color: var(--teal);
  font-size: 1.2rem;
}

.payment-summary {
  padding: 22px;
  border: 1px solid rgba(0, 226, 208, 0.34);
  border-radius: 6px;
  background: rgba(0, 226, 208, 0.08);
  box-shadow: 0 0 34px rgba(0, 226, 208, 0.12);
}

.payment-summary span,
.payment-summary small {
  display: block;
}

.payment-summary span {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.payment-summary strong {
  display: block;
  margin: 4px 0;
  color: var(--teal);
  font-family: Bebas Neue, Impact, sans-serif;
  font-size: 4.8rem;
  line-height: 0.9;
  text-shadow: 0 0 24px rgba(0, 226, 208, 0.52);
}

.signup-form {
  padding: clamp(20px, 3vw, 34px);
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

label {
  display: grid;
  gap: 8px;
  color: rgba(255, 247, 237, 0.82);
  font-size: 0.92rem;
  font-weight: 800;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="number"] {
  width: 100%;
  min-height: 50px;
  padding: 0 14px;
  border: 1px solid rgba(255, 247, 237, 0.18);
  border-radius: 4px;
  background: rgba(255, 247, 237, 0.96);
  color: var(--black);
  font: 700 1rem/1 Inter, sans-serif;
}

input:focus {
  outline: 3px solid rgba(0, 226, 208, 0.34);
  outline-offset: 1px;
}

.check {
  grid-template-columns: auto 1fr;
  align-items: start;
  gap: 10px;
  margin-top: 14px;
  font-weight: 600;
}

.check input {
  width: 18px;
  height: 18px;
  margin-top: 2px;
  accent-color: var(--pink);
}

.wide {
  grid-column: 1 / -1;
}

.consent-panel {
  margin-top: 18px;
  padding: 18px;
  border: 1px solid rgba(255, 35, 116, 0.28);
  border-radius: 6px;
  background: rgba(255, 35, 116, 0.07);
}

.consent-panel h3 {
  margin-bottom: 14px;
}

.form-message {
  margin: 14px 0 0;
  font-size: 0.9rem;
}

.award-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.experience-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.experience-grid article {
  min-height: 250px;
  padding: 24px;
}

.experience-grid span {
  display: inline-flex;
  margin-bottom: 54px;
  color: var(--teal);
  font-family: Bebas Neue, Impact, sans-serif;
  font-size: 3.5rem;
  line-height: 0.8;
  text-shadow: 0 0 22px rgba(0, 226, 208, 0.48);
}

.prize-columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.prize-columns article {
  padding: clamp(22px, 3vw, 34px);
}

.prize-columns h3 {
  margin-bottom: 22px;
  color: var(--teal);
  font-family: Bebas Neue, Impact, sans-serif;
  font-size: clamp(2.4rem, 4vw, 4rem);
  line-height: 0.9;
  text-shadow: 0 0 20px rgba(0, 226, 208, 0.45);
}

.prize-list {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.prize-list li {
  display: grid;
  grid-template-columns: 108px 1fr;
  gap: 16px;
  align-items: center;
  min-height: 76px;
  padding: 16px;
  border-left: 5px solid var(--pink);
  background: rgba(2, 2, 4, 0.42);
}

.prize-list strong {
  color: var(--pink);
  font-family: Bebas Neue, Impact, sans-serif;
  font-size: 2rem;
  line-height: 0.9;
  text-shadow: 0 0 18px rgba(255, 35, 116, 0.46);
}

.prize-list span {
  color: rgba(255, 247, 237, 0.86);
  font-weight: 800;
}

.award-grid article {
  min-height: 236px;
  padding: 24px;
}

.award-grid span {
  display: block;
  margin-bottom: 62px;
  color: var(--pink);
  font-family: Bebas Neue, Impact, sans-serif;
  font-size: 4rem;
  line-height: 0.8;
  text-shadow: 0 0 22px rgba(255, 35, 116, 0.52);
}

.rule-list {
  display: grid;
  gap: 12px;
}

.rule-list p {
  margin: 0;
  padding: 20px;
  border-left: 5px solid var(--teal);
  background: rgba(12, 10, 18, 0.72);
}

.legal {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  padding-top: 40px;
}

.legal article {
  padding: 24px;
}

.legal button {
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--teal);
  font-weight: 900;
  text-transform: uppercase;
  cursor: pointer;
}

.footer {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 28px clamp(18px, 5vw, 72px);
  border-top: 1px solid rgba(255, 35, 116, 0.22);
  color: var(--muted);
}

.cookie-banner {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 30;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: end;
  gap: 16px;
  width: min(720px, calc(100vw - 36px));
  padding: 16px;
  border: 1px solid rgba(255, 35, 116, 0.36);
  border-radius: 6px;
  background: rgba(8, 7, 12, 0.94);
  box-shadow: var(--shadow);
}

.cookie-banner h2 {
  margin: 0 0 8px;
  font-family: Inter, system-ui, sans-serif;
  font-size: 1rem;
  line-height: 1.2;
}

.cookie-banner p {
  margin: 0;
  color: var(--muted);
  font-size: 0.9rem;
}

.cookie-banner label {
  display: inline-flex;
  grid-auto-flow: column;
  align-items: center;
  margin: 10px 14px 0 0;
  color: rgba(255, 247, 237, 0.84);
}

.cookie-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
}

.cookie-banner.is-hidden {
  display: none;
}

.modal {
  width: min(560px, calc(100vw - 32px));
  padding: 32px;
  border: 1px solid rgba(255, 35, 116, 0.42);
  border-radius: 6px;
  background: #0d0b12;
  color: var(--bone);
  box-shadow: var(--shadow);
}

.modal-large {
  width: min(820px, calc(100vw - 32px));
  max-height: min(760px, calc(100vh - 32px));
  overflow: auto;
}

.modal::backdrop {
  background: rgba(0, 0, 0, 0.78);
}

.modal-close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 34px;
  height: 34px;
  border: 1px solid var(--line);
  border-radius: 4px;
  background: transparent;
  color: var(--bone);
  font-weight: 900;
  cursor: pointer;
}

@media (max-width: 960px) {
  .hero {
    min-height: 96svh;
  }

  .hero-shade {
    background:
      linear-gradient(180deg, rgba(2, 2, 4, 0.2), rgba(2, 2, 4, 0.9) 68%, #020204 98%),
      linear-gradient(90deg, rgba(2, 2, 4, 0.86), rgba(2, 2, 4, 0.2));
  }

  .hero-card {
    display: none;
  }

  .intro,
  .split-section,
  .visual-band,
  .ticket-layout,
  .rules,
  .legal,
  .experience,
  .prize-columns {
    grid-template-columns: 1fr;
  }

  .award-grid,
  .intro-points,
  .experience-grid,
  .games-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 680px) {
  .site-header {
    position: absolute;
  }

  .nav {
    display: none;
  }

  .hero {
    padding-top: 96px;
  }

  h1 {
    font-size: clamp(5.2rem, 23vw, 8rem);
  }

  .hero-actions,
  .cookie-banner {
    align-items: stretch;
    grid-template-columns: 1fr;
  }

  .intro-points,
  .award-grid,
  .experience-grid,
  .games-grid,
  .prize-list li,
  .timeline article,
  .form-grid,
  .ticket-option {
    grid-template-columns: 1fr;
  }

  .ticket-option strong {
    justify-self: start;
  }
}
