:root {
  --ink: #04070d;
  --ink-2: #07111f;
  --panel: #061020;
  --panel-2: #0a1829;
  --blue: #0b63ff;
  --blue-soft: #78b4ff;
  --gold: #ffbf36;
  --white: #ffffff;
  --muted: rgba(255, 255, 255, 0.76);
  --line: rgba(11, 99, 255, 0.42);
}

* {
  box-sizing: border-box;
  letter-spacing: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--ink);
  color: var(--white);
  font-family: Arial, Helvetica, sans-serif;
}

a {
  color: inherit;
  text-decoration: none;
}

img,
svg {
  display: block;
}

svg {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.hero {
  position: relative;
  min-height: 86svh;
  overflow: hidden;
}

.hero-art,
.hero-shade,
.hero-floor {
  position: absolute;
  inset: 0;
}

.hero-art {
  width: 122%;
  height: 100%;
  object-fit: cover;
  object-position: left top;
  opacity: 0.65;
}

.hero-shade {
  background: linear-gradient(
    90deg,
    rgba(2, 5, 13, 0.96) 0%,
    rgba(2, 5, 13, 0.78) 48%,
    rgba(2, 5, 13, 0.32) 100%
  );
}

.hero-floor {
  top: auto;
  height: 180px;
  background: linear-gradient(0deg, var(--ink) 0%, rgba(4, 7, 13, 0) 100%);
}

.site-nav,
.hero-content,
.detail-grid,
.section-grid,
.section-header,
.training-grid,
.media-grid,
.register-grid,
.sponsors-section,
.site-footer {
  position: relative;
  z-index: 2;
  width: min(100% - 40px, 1200px);
  margin: 0 auto;
}

.site-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 16px;
  padding: 14px 16px;
  border: 1px solid rgba(120, 180, 255, 0.26);
  border-radius: 8px;
  background: rgba(3, 14, 29, 0.96);
  box-shadow: 0 18px 54px rgba(0, 0, 0, 0.38);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.brand-mark,
.detail-icon,
.feature-icon,
.gold-icon {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 8px;
}

.brand-mark,
.detail-icon,
.feature-icon {
  background: var(--blue);
}

.brand-mark {
  overflow: hidden;
  padding: 4px;
}

.brand-mark img {
  width: 100%;
  height: 100%;
  border-radius: 5px;
  object-fit: cover;
}

.brand-mark svg,
.detail-icon svg,
.feature-icon svg,
.gold-icon svg {
  width: 28px;
  height: 28px;
}

.brand-text {
  display: block;
  font-size: 18px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.brand-text strong {
  display: block;
  color: var(--blue);
}

.nav-links {
  display: flex;
  gap: 10px;
  color: rgba(255, 255, 255, 0.92);
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
}

.nav-links a {
  padding: 10px 12px;
  border-radius: 8px;
}

.nav-links a:hover,
.site-footer a:hover {
  color: var(--gold);
}

.nav-links a:hover {
  background: rgba(255, 255, 255, 0.08);
}

.nav-cta,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  border-radius: 8px;
  padding: 12px 22px;
  border: 1px solid transparent;
  font-size: 15px;
  font-weight: 900;
  text-transform: uppercase;
}

.nav-cta,
.button.primary {
  background: var(--blue);
  color: var(--white);
  box-shadow: 0 0 28px rgba(11, 99, 255, 0.4);
}

.nav-cta:hover,
.button.primary:hover {
  background: #2b7bff;
}

.button.secondary,
.button.outline {
  border-color: rgba(255, 255, 255, 0.24);
  background: rgba(255, 255, 255, 0.08);
}

.button.secondary:hover,
.button.outline:hover {
  background: rgba(255, 255, 255, 0.14);
}

.button.compact {
  min-height: 44px;
  padding: 10px 18px;
  font-size: 14px;
}

.hero-content {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.86fr);
  gap: 36px;
  min-height: calc(86svh - 88px);
  align-items: center;
  padding: 32px 0 56px;
}

.hero-copy-panel {
  min-width: 0;
  max-width: 620px;
}

.hero-video-card {
  overflow: hidden;
  border: 1px solid rgba(120, 180, 255, 0.28);
  border-radius: 8px;
  background: rgba(6, 16, 32, 0.92);
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.5);
}

.hero-video-embed {
  position: relative;
  aspect-ratio: 16 / 9;
  background: #050b13;
}

.hero-video-embed iframe,
.hero-video-embed video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 0;
}

.hero-video-copy {
  padding: 18px;
}

.hero-video-copy h2 {
  margin: 0;
  font-size: 22px;
}

.hero-video-copy p {
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.5;
}

.eyebrow,
.section-kicker,
.gold-kicker,
.sponsor-kicker {
  margin: 0;
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
}

.eyebrow {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 16px;
  padding: 8px 12px;
  border: 1px solid rgba(11, 99, 255, 0.6);
  border-radius: 8px;
  background: rgba(11, 99, 255, 0.16);
  color: var(--blue-soft);
}

.hero h1 {
  max-width: 100%;
  margin: 0;
  color: var(--white);
  font-size: clamp(40px, 5vw, 64px);
  font-weight: 900;
  line-height: 0.94;
  text-transform: uppercase;
  overflow-wrap: normal;
  word-break: normal;
}

.hero h1 span {
  display: block;
  color: var(--blue);
}

.hero-copy {
  max-width: 680px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: 20px;
  font-weight: 700;
  line-height: 1.55;
}

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

.detail-band {
  border-block: 1px solid var(--line);
  background: var(--panel);
}

.detail-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  padding: 20px 0;
}

.detail-item {
  display: flex;
  align-items: center;
  gap: 16px;
  min-width: 0;
  padding: 16px;
  border-radius: 8px;
  background: var(--panel-2);
}

.detail-item p,
.detail-item strong {
  display: block;
  margin: 0;
}

.detail-item p {
  color: var(--blue-soft);
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
}

.detail-item strong {
  margin-top: 4px;
  font-size: 18px;
  line-height: 1.3;
  text-transform: uppercase;
}

.about-section,
.media-section,
.sponsors-section {
  background: var(--ink);
}

.about-section,
.training-section,
.media-section,
.register-section {
  padding: 72px 0;
}

.bio-graphic-section {
  padding: 0 0 72px;
  background:
    radial-gradient(circle at 50% 45%, rgba(11, 99, 255, 0.2), transparent 56%),
    var(--ink);
}

.bio-graphic-heading {
  width: min(100% - 40px, 980px);
  margin: 0 auto 24px;
  text-align: center;
}

.bio-graphic-frame {
  width: min(100% - 40px, 980px);
  margin: 0 auto;
  overflow: hidden;
  border: 1px solid rgba(120, 180, 255, 0.34);
  border-radius: 8px;
  background: #020915;
  box-shadow:
    0 0 36px rgba(11, 99, 255, 0.22),
    0 28px 80px rgba(0, 0, 0, 0.48);
}

.bio-graphic-frame img {
  display: block;
  width: 100%;
  height: auto;
}

.section-grid {
  display: grid;
  grid-template-columns: 1fr 0.82fr;
  gap: 40px;
  align-items: center;
}

.section-kicker {
  color: var(--blue-soft);
}

.gold-kicker {
  color: var(--gold);
}

h2 {
  margin: 12px 0 0;
  color: var(--white);
  font-size: 44px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.section-copy,
.section-header > p {
  max-width: 760px;
  margin: 22px 0 0;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.7;
}

.coming-soon {
  display: inline-flex;
  width: fit-content;
  margin: 18px 0 0;
  padding: 8px 12px;
  border: 1px solid rgba(255, 191, 54, 0.58);
  border-radius: 8px;
  background: rgba(255, 191, 54, 0.14);
  color: var(--gold);
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
}

.feature-grid,
.training-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 32px;
}

.feature-card,
.training-card,
.media-card,
.logistics-card {
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.14);
}

.feature-card {
  padding: 20px;
  border-color: rgba(11, 99, 255, 0.34);
  background: var(--ink-2);
}

.feature-card h3,
.training-card h3,
.media-card h3,
.logistics-card h3 {
  margin: 16px 0 0;
  color: var(--white);
  font-size: 19px;
  font-weight: 900;
  line-height: 1.15;
  text-transform: uppercase;
}

.feature-card p,
.training-card p,
.media-card p {
  margin: 10px 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 15px;
  line-height: 1.6;
}

.flyer-frame {
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--panel);
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.55);
}

.flyer-frame img {
  width: 100%;
  height: auto;
}

.training-section {
  border-block: 1px solid rgba(255, 255, 255, 0.1);
  background: #0a0e13;
}

.section-header {
  display: flex;
  justify-content: space-between;
  gap: 32px;
  align-items: end;
}

.section-header > p {
  max-width: 540px;
  margin-top: 0;
}

.training-card {
  padding: 24px;
  background: #111822;
}

.gold-icon {
  background: var(--gold);
  color: #101010;
}

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

.game-section-header {
  width: min(100% - 40px, 1200px);
  margin: 0 auto 24px;
}

.game-grid {
  grid-template-columns: minmax(0, 1fr);
}

.game-grid .game-card {
  max-width: 960px;
  margin: 0 auto;
}

.media-card {
  overflow: hidden;
  background: var(--ink-2);
  border-color: rgba(11, 99, 255, 0.34);
}

.game-card {
  display: flex;
  flex-direction: column;
}

.game-embed,
.video-embed {
  position: relative;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #050b13;
}

.game-embed iframe,
.video-embed iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.game-placeholder {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  overflow: hidden;
  background:
    radial-gradient(circle at center, rgba(11, 99, 255, 0.18), transparent 58%),
    #050b13;
}

.game-placeholder[hidden] {
  display: none;
}

.game-placeholder img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center;
  opacity: 0.72;
}

.game-placeholder::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(180deg, rgba(4, 7, 13, 0.08) 0%, rgba(4, 7, 13, 0.72) 100%);
}

.game-placeholder-copy {
  position: absolute;
  z-index: 2;
  max-width: 420px;
  padding: 20px;
  text-align: center;
}

.game-placeholder-copy p,
.game-placeholder-copy strong {
  display: block;
  margin: 0;
}

.game-placeholder-copy p {
  color: var(--gold);
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
}

.game-placeholder-copy strong {
  margin-top: 8px;
  color: var(--white);
  font-size: 24px;
  line-height: 1.15;
  text-transform: uppercase;
}

.game-controls {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 18px 20px 0;
}

.game-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.game-controls .button {
  cursor: pointer;
  font-family: inherit;
}

.game-controls .button:disabled {
  cursor: not-allowed;
  opacity: 0.45;
}

.itch-badge {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 8px;
  background: #000;
  box-shadow: 0 0 22px rgba(250, 92, 92, 0.24);
  overflow: hidden;
}

.itch-badge img {
  display: block;
  width: min(100%, 210px);
  height: auto;
}

.game-caption {
  position: static;
  padding: 20px;
}

.media-image {
  position: relative;
  aspect-ratio: 16 / 9;
  overflow: hidden;
}

.media-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.86;
}

.media-left img {
  object-position: left top;
}

.media-right img {
  object-position: right top;
}

.media-image::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(180deg, rgba(4, 7, 13, 0) 0%, rgba(4, 7, 13, 0.86) 100%);
}

.media-caption {
  position: absolute;
  z-index: 2;
  left: 20px;
  right: 20px;
  bottom: 20px;
}

.media-card .game-caption {
  position: static;
  left: auto;
  right: auto;
  bottom: auto;
  padding: 20px;
}

.media-card .game-caption h3 {
  margin-top: 0;
}

.media-card .game-caption p {
  max-width: 100%;
  overflow-wrap: anywhere;
}

.game-instructions {
  margin-top: 18px;
  padding: 16px;
  border: 1px solid rgba(120, 180, 255, 0.26);
  border-radius: 8px;
  background: rgba(4, 7, 13, 0.58);
}

.game-instructions-title,
.game-note {
  margin: 0;
  font-weight: 900;
  text-transform: uppercase;
}

.game-instructions-title {
  color: var(--gold);
  font-size: 14px;
}

.game-instructions ul {
  display: grid;
  gap: 8px;
  margin: 12px 0 0;
  padding: 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: 15px;
  line-height: 1.45;
  list-style: none;
}

.game-instructions kbd {
  display: inline-flex;
  min-width: 30px;
  min-height: 28px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.1);
  color: var(--white);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 900;
}

.game-note {
  margin-top: 14px;
  color: var(--blue-soft);
  font-size: 13px;
  line-height: 1.4;
}

.play-button {
  position: absolute;
  z-index: 3;
  left: 50%;
  top: 50%;
  display: grid;
  width: 80px;
  height: 80px;
  place-items: center;
  transform: translate(-50%, -50%);
  border-radius: 8px;
  background: var(--blue);
  color: var(--white);
  box-shadow: 0 0 35px rgba(11, 99, 255, 0.54);
}

.play-button svg {
  width: 40px;
  height: 40px;
  fill: currentColor;
  stroke: none;
  transform: translateX(2px);
}

.media-card > .button {
  margin: 20px;
}

.register-section {
  border-block: 1px solid var(--line);
  background: #08182e;
}

.register-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 32px;
  align-items: center;
}

.register-grid .button {
  margin-top: 28px;
}

.logistics-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.logistics-card {
  padding: 22px;
  background: var(--panel);
}

.logistics-card ul {
  display: grid;
  gap: 10px;
  margin: 16px 0 0;
  padding: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 15px;
  line-height: 1.5;
  list-style: none;
}

.logistics-card li {
  position: relative;
  padding-left: 18px;
}

.logistics-card li::before {
  position: absolute;
  left: 0;
  top: 0.65em;
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: var(--gold);
  content: "";
}

.sponsors-section {
  position: relative;
  overflow: hidden;
  padding: 48px 0;
  border-block: 1px solid rgba(78, 157, 255, 0.24);
  background:
    radial-gradient(circle at 20% 20%, rgba(11, 99, 255, 0.28), transparent 34%),
    radial-gradient(circle at 80% 72%, rgba(120, 180, 255, 0.2), transparent 32%),
    linear-gradient(180deg, #031025 0%, #061a38 48%, #020915 100%);
  box-shadow:
    inset 0 0 48px rgba(11, 99, 255, 0.22),
    0 0 44px rgba(11, 99, 255, 0.18);
}

.sponsors-section::before {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, transparent, rgba(120, 180, 255, 0.12), transparent),
    repeating-linear-gradient(
      90deg,
      rgba(120, 180, 255, 0.08) 0,
      rgba(120, 180, 255, 0.08) 1px,
      transparent 1px,
      transparent 78px
    );
  opacity: 0.45;
  content: "";
}

.sponsors-section > * {
  position: relative;
  z-index: 1;
}

.sponsor-kicker {
  text-align: center;
  color: var(--blue-soft);
  text-shadow: 0 0 18px rgba(120, 180, 255, 0.92);
}

.sponsor-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: 24px;
}

.sponsor-grid span {
  display: grid;
  min-height: 124px;
  place-items: center;
  padding: 14px;
  border: 1px solid rgba(120, 180, 255, 0.42);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(11, 99, 255, 0.2), rgba(2, 9, 21, 0.72)),
    rgba(255, 255, 255, 0.04);
  box-shadow:
    inset 0 0 22px rgba(120, 180, 255, 0.14),
    0 0 24px rgba(11, 99, 255, 0.22);
  color: rgba(255, 255, 255, 0.88);
  text-align: center;
  font-size: 14px;
  font-weight: 900;
  line-height: 1.25;
  text-transform: uppercase;
}

.sponsor-logo-tile {
  position: relative;
}

.sponsor-logo-tile::before {
  position: absolute;
  inset: 12px;
  border-radius: 8px;
  background: #fff;
  box-shadow:
    inset 0 0 0 1px rgba(2, 9, 21, 0.08),
    0 0 26px rgba(255, 255, 255, 0.18);
  content: "";
}

.sponsor-logo-rts::before {
  background: #000;
  box-shadow:
    inset 0 0 0 1px rgba(255, 214, 60, 0.24),
    0 0 28px rgba(255, 191, 54, 0.18);
}

.sponsor-logo-tile img {
  position: relative;
  z-index: 1;
  width: min(100%, 150px);
  max-height: 84px;
  object-fit: contain;
}

.sponsor-logo-wide img {
  width: min(100%, 220px);
}

.sponsor-logo-bmx img,
.sponsor-logo-ifly img {
  width: min(100%, 210px);
}

.sponsor-logo-kaes img {
  width: min(100%, 200px);
}

.sponsor-logo-trevair img {
  width: min(100%, 218px);
}

.sponsor-logo-rts img {
  width: min(100%, 148px);
  max-height: 104px;
}

.sponsor-logo-jxd img {
  width: min(100%, 184px);
  max-height: 104px;
}

.counter-section {
  padding: 28px 0;
  background:
    radial-gradient(circle at center, rgba(11, 99, 255, 0.2), transparent 58%),
    #020915;
}

.counter-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 22px 24px;
  border: 1px solid rgba(120, 180, 255, 0.46);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(11, 99, 255, 0.2), rgba(2, 9, 21, 0.92)),
    rgba(255, 255, 255, 0.04);
  box-shadow:
    inset 0 0 26px rgba(120, 180, 255, 0.14),
    0 0 34px rgba(11, 99, 255, 0.24);
}

.counter-card h2,
.counter-card p {
  margin: 0;
}

.counter-card h2 {
  margin-top: 4px;
  font-family: var(--display);
  font-size: clamp(24px, 3vw, 38px);
  text-transform: uppercase;
}

.counter-kicker {
  color: var(--blue-soft);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  text-shadow: 0 0 16px rgba(120, 180, 255, 0.85);
}

.visit-counter {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 196px;
  min-height: 58px;
  padding: 12px 14px;
  border: 1px solid rgba(120, 180, 255, 0.48);
  border-radius: 8px;
  background: rgba(2, 9, 21, 0.72);
  box-shadow:
    inset 0 0 18px rgba(11, 99, 255, 0.16),
    0 0 28px rgba(11, 99, 255, 0.28);
}

.visit-counter img {
  width: 180px;
  height: auto;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 24px 0;
  color: var(--white);
  font-size: 16px;
  font-weight: 900;
  text-transform: uppercase;
}

footer {
  background: var(--blue);
}

.site-footer p {
  margin: 0;
}

::selection {
  background: var(--blue);
  color: var(--white);
}

@media (min-width: 900px) {
  .hero h1 {
    font-size: clamp(52px, 4.5vw, 68px);
  }
}

@media (max-width: 980px) {
  .nav-links {
    display: none;
  }

  .detail-grid,
  .hero-content,
  .section-grid,
  .feature-grid,
  .training-grid,
  .media-grid,
  .register-grid,
  .logistics-grid {
    grid-template-columns: 1fr;
  }

  .section-header {
    display: block;
  }

  .section-header > p {
    margin-top: 20px;
  }

  .sponsor-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 640px) {
  .site-nav,
  .hero-content,
  .game-section-header,
  .detail-grid,
  .section-grid,
  .section-header,
  .training-grid,
  .media-grid,
  .register-grid,
  .counter-section,
  .sponsors-section,
  .site-footer {
    width: min(100% - 28px, 1200px);
  }

  .hero {
    min-height: 84svh;
  }

  .hero-content {
    min-height: calc(84svh - 88px);
    padding-bottom: 42px;
  }

  .brand-text {
    font-size: 15px;
  }

  .brand-mark {
    width: 42px;
    height: 42px;
  }

  .nav-cta {
    min-height: 42px;
    padding: 10px 14px;
    font-size: 13px;
  }

  .hero h1 {
    font-size: clamp(38px, 11vw, 44px);
  }

  h2 {
    font-size: 34px;
  }

  .hero-copy,
  .section-copy,
  .section-header > p {
    font-size: 16px;
    line-height: 1.65;
  }

  .hero-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .button {
    width: 100%;
  }

  .game-buttons,
  .itch-badge {
    width: 100%;
  }

  .itch-badge {
    justify-content: center;
  }

  .counter-card {
    align-items: stretch;
    flex-direction: column;
    text-align: center;
  }

  .visit-counter {
    width: 100%;
  }

  .about-section,
  .training-section,
  .media-section,
  .register-section {
    padding: 56px 0;
  }

  .detail-item {
    align-items: flex-start;
  }

  .media-caption {
    left: 16px;
    right: 16px;
    bottom: 16px;
  }

  .media-card h3 {
    font-size: 20px;
  }

  .play-button {
    width: 64px;
    height: 64px;
  }

  .site-footer {
    align-items: center;
    flex-direction: column;
    text-align: center;
  }
}
