@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;
  }
}
