@font-face {
  font-family: "Satoshi";
  src:
    url("/Weboldal assets/Fontok/Satoshi_Complete/Fonts/WEB/fonts/Satoshi-Variable.woff2") format("woff2"),
    url("/Weboldal assets/Fontok/Satoshi_Complete/Fonts/WEB/fonts/Satoshi-Variable.woff") format("woff");
  font-weight: 300 900;
  font-style: normal;
  font-display: swap;
}

:root {
  color-scheme: dark;
  --section-bg: #050505;
  --section-panel: #121116;
  --section-panel-soft: #1a181f;
  --section-text: #fff;
  --section-muted: #bbb6c3;
  --section-line: rgba(255, 255, 255, 0.13);
  font-family: "Satoshi", Arial, Helvetica, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  min-width: 320px;
  margin: 0;
  overflow-x: hidden;
  color: var(--section-text);
  background:
    radial-gradient(circle at 14% 4%, rgba(255, 36, 121, 0.16), transparent 28rem),
    radial-gradient(circle at 88% 18%, rgba(49, 143, 255, 0.15), transparent 32rem),
    var(--section-bg);
}

a {
  color: inherit;
}

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 10px;
  left: 10px;
  padding: 10px 14px;
  border-radius: 999px;
  color: #050505;
  background: #fff;
  transform: translateY(-160%);
}

.skip-link:focus {
  transform: none;
}

.site-header {
  position: relative;
  display: flex;
  width: min(100%, 1440px);
  height: 112px;
  align-items: center;
  margin-inline: auto;
  padding-inline: 5.55%;
}

.brand {
  display: inline-flex;
}

.brand img {
  display: block;
  width: 193px;
  height: auto;
}

.section-main {
  min-height: calc(100vh - 220px);
}

.section-hero {
  position: relative;
  display: grid;
  width: min(1180px, calc(100% - 56px));
  min-height: 460px;
  align-items: center;
  margin: 20px auto 60px;
  padding: clamp(34px, 7vw, 84px);
  overflow: hidden;
  border: 1px solid var(--section-line);
  border-radius: 36px;
  background: rgba(13, 12, 17, 0.78);
  box-shadow: 0 30px 100px rgba(0, 0, 0, 0.34);
}

.section-hero::before {
  content: "";
  position: absolute;
  width: 520px;
  height: 520px;
  right: -90px;
  bottom: -260px;
  border-radius: 50%;
  background: conic-gradient(from 210deg, #ff263e, #ffca28, #42dc61, #16d6f2, #9a58ff, #ff3c9a, #ff263e);
  filter: blur(12px);
  opacity: 0.7;
}

.section-hero::after {
  content: "";
  position: absolute;
  width: 390px;
  height: 390px;
  right: -25px;
  bottom: -205px;
  border-radius: 50%;
  background: var(--section-bg);
}

.section-hero-copy {
  position: relative;
  z-index: 2;
  max-width: 760px;
}

.section-kicker {
  margin: 0 0 14px;
  color: #ff78b7;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.section-hero h1 {
  margin: 0;
  font-family: "Satoshi", Arial, Helvetica, sans-serif;
  font-size: clamp(3rem, 8vw, 6.4rem);
  line-height: 0.94;
  letter-spacing: -0.06em;
}

.section-lead {
  max-width: 680px;
  margin: 26px 0 0;
  color: var(--section-muted);
  font-size: clamp(1rem, 2.2vw, 1.25rem);
  line-height: 1.65;
}

.section-content {
  width: min(1180px, calc(100% - 56px));
  margin: 0 auto 90px;
}

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

.section-heading h2 {
  margin: 0;
  font-size: clamp(2rem, 4vw, 3.3rem);
  line-height: 1.05;
  letter-spacing: -0.045em;
}

.section-heading p {
  color: var(--section-muted);
  line-height: 1.65;
}

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

.section-grid.three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.feature-card,
.info-card,
.live-panel {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--section-line);
  border-radius: 28px;
  background: rgba(18, 17, 22, 0.92);
}

.feature-card img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.feature-card-copy,
.info-card {
  padding: clamp(22px, 4vw, 36px);
}

.feature-card h2,
.info-card h2,
.info-card h3 {
  margin: 0 0 12px;
  letter-spacing: -0.035em;
}

.feature-card h2 {
  font-size: clamp(1.8rem, 4vw, 3rem);
}

.info-card h2 {
  font-size: clamp(1.5rem, 3vw, 2.15rem);
}

.feature-card p,
.info-card p,
.info-card li {
  color: var(--section-muted);
  line-height: 1.65;
}

.card-label {
  display: inline-flex;
  margin-bottom: 14px;
  padding: 7px 11px;
  border: 1px solid var(--section-line);
  border-radius: 999px;
  color: #fff;
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.section-button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  margin-top: 18px;
  padding: 12px 22px;
  border: 2px solid transparent;
  border-radius: 16px;
  color: #fff;
  font-weight: 850;
  text-decoration: none;
  background: linear-gradient(#121116, #121116) padding-box,
    linear-gradient(100deg, #ff2727, #ffd221, #31df67, #22cfff, #9b5cff) border-box;
}

.section-button:hover {
  filter: brightness(1.14);
}

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

.live-panel {
  display: grid;
  min-height: 470px;
  place-items: center;
  padding: 40px;
  text-align: center;
  background:
    linear-gradient(rgba(5, 5, 5, 0.36), rgba(5, 5, 5, 0.86)),
    url("/assets/photos/livecomingsoon.png") center / cover no-repeat;
}

.live-panel-content {
  max-width: 590px;
}

.live-dot {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-right: 8px;
  border-radius: 50%;
  background: #ff334f;
  box-shadow: 0 0 0 8px rgba(255, 51, 79, 0.16);
}

.live-panel h2 {
  margin: 18px 0 12px;
  font-size: clamp(2.2rem, 5vw, 4.5rem);
  letter-spacing: -0.05em;
}

.live-panel p {
  color: #d6d2dc;
  font-size: 1.08rem;
  line-height: 1.6;
}

.section-footer {
  display: flex;
  width: min(1180px, calc(100% - 56px));
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin: 0 auto;
  padding: 30px 0 42px;
  color: #8d8795;
  border-top: 1px solid var(--section-line);
  font-size: 0.86rem;
}

.section-footer a {
  color: #fff;
}

@media (max-width: 1023px) {
  .site-header {
    display: block;
    padding: 0;
  }

  .brand {
    position: absolute;
    top: 22px;
  }
}

@media (max-width: 760px) {
  .section-hero,
  .section-content,
  .section-footer {
    width: min(100% - 28px, 1180px);
  }

  .section-hero {
    min-height: 420px;
    margin-top: 12px;
    border-radius: 26px;
  }

  .section-grid,
  .section-grid.three {
    grid-template-columns: 1fr;
  }

  .wide-card {
    grid-column: auto;
  }

  .section-footer {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 480px) {
  .section-hero {
    min-height: 390px;
    padding: 28px 22px;
  }

  .section-hero::before {
    right: -250px;
  }

  .section-hero::after {
    right: -185px;
  }

  .live-panel {
    min-height: 420px;
    padding: 26px;
  }
}

/* Fluid media and content safeguards. */
html,
body {
  width: 100%;
  max-width: 100%;
  overflow-x: clip;
}

img,
picture,
video,
svg,
canvas {
  max-width: 100%;
}

img,
video {
  height: auto;
}

/* Subpage brand alignment. */
:root {
  --brand-black: #050505;
  --brand-red: #ff0000;
  --brand-orange: #ff8b00;
  --brand-yellow: #ffd400;
  --brand-green: #2fe045;
  --brand-cyan: #00e7ff;
  --brand-purple: #9857ff;
  --brand-spectrum: linear-gradient(
    90deg,
    var(--brand-red) 0%,
    var(--brand-orange) 19%,
    var(--brand-yellow) 38%,
    var(--brand-green) 57%,
    var(--brand-cyan) 76%,
    var(--brand-purple) 100%
  );
  --section-bg: var(--brand-black);
  --section-panel: #0a0a0a;
  --section-panel-soft: #0d0d0d;
  --section-muted: rgba(255, 255, 255, 0.76);
  --section-line: rgba(255, 255, 255, 0.2);
}

body {
  background: var(--brand-black);
}

.section-hero {
  min-height: 400px;
  margin-top: 0;
  padding: clamp(48px, 7vw, 86px);
  border: 0;
  border-radius: 0;
  background: var(--brand-black);
  box-shadow: none;
}

.section-hero::before {
  content: "";
  position: absolute;
  inset: auto 0 0;
  width: 100%;
  height: 8px;
  border-radius: 0;
  background: var(--brand-spectrum);
  filter: none;
  opacity: 1;
}

.section-hero::after {
  content: none;
}

.section-hero-copy {
  max-width: 820px;
}

.section-kicker {
  color: var(--brand-orange);
  font-size: clamp(0.75rem, 1.2vw, 0.9rem);
  font-weight: 700;
  letter-spacing: 0.12em;
}

.section-hero h1 {
  max-width: 900px;
  font-size: clamp(3rem, 7vw, 6.2rem);
  line-height: 0.96;
  letter-spacing: -0.045em;
}

.section-lead,
.section-heading p,
.feature-card p,
.info-card p,
.info-card li {
  color: var(--section-muted);
}

.section-content {
  margin-bottom: clamp(64px, 8vw, 104px);
}

.section-grid {
  gap: clamp(18px, 2.4vw, 28px);
}

.feature-card,
.info-card,
.live-panel {
  border: 1px solid var(--section-line);
  border-radius: 18px;
  background: var(--section-panel);
  box-shadow: none;
}

.feature-card,
.info-card {
  position: relative;
}

.feature-card::before,
.info-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  z-index: 2;
  height: 5px;
  background: var(--brand-spectrum);
}

.feature-card img {
  aspect-ratio: 16 / 9;
}

.feature-card-copy,
.info-card {
  padding: clamp(24px, 3.5vw, 40px);
}

.card-label {
  min-height: auto;
  margin-bottom: 16px;
  padding: 0;
  border: 0;
  border-radius: 0;
  color: var(--brand-yellow);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.section-button {
  min-height: 54px;
  padding: 14px 26px;
  border: 0;
  border-radius: 20px;
  color: #050505;
  font-weight: 900;
  text-transform: uppercase;
  background: linear-gradient(270deg, var(--brand-yellow), var(--brand-orange) 50%, var(--brand-red));
}

.section-button:focus-visible {
  outline: 3px solid var(--brand-cyan);
  outline-offset: 4px;
}

.live-panel {
  border-radius: 18px;
}

.live-panel::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  z-index: 1;
  height: 5px;
  background: var(--brand-spectrum);
}

.live-panel-content {
  position: relative;
  z-index: 2;
}

.live-dot {
  background: var(--brand-red);
  box-shadow: 0 0 0 8px rgba(255, 0, 0, 0.16);
}

.section-footer {
  color: rgba(255, 255, 255, 0.58);
  border-top-color: var(--section-line);
}

body .legal-dock,
body .legal-dock.has-cookie-notice {
  position: relative;
  right: auto;
  bottom: auto;
  width: min(1180px, calc(100% - 56px));
  margin: -16px auto 32px;
  text-align: right;
}

@media (max-width: 1180px) {
  .section-grid.three {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .section-hero {
    min-height: auto;
    margin-bottom: 44px;
    padding: 58px 28px 64px;
    border-radius: 0;
  }

  .section-grid,
  .section-grid.three {
    grid-template-columns: 1fr;
  }

  .feature-card,
  .info-card,
  .live-panel {
    border-radius: 14px;
  }

  body .legal-dock,
  body .legal-dock.has-cookie-notice {
    width: min(100% - 28px, 1180px);
    margin-top: -12px;
  }
}

@media (max-width: 480px) {
  .section-hero {
    min-height: auto;
    padding: 46px 20px 54px;
  }

  .section-hero h1 {
    font-size: clamp(2.75rem, 15vw, 4.3rem);
  }

  .section-lead {
    margin-top: 20px;
    font-size: 1rem;
    line-height: 1.55;
  }

  .feature-card-copy,
  .info-card,
  .live-panel {
    padding: 24px 20px;
  }

  .section-button {
    width: 100%;
  }
}
