* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Arial, sans-serif;
  color: #f7f4ea;
  background: #060712;
  line-height: 1.65;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

.site-header,
.paper-header,
.app-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 18px clamp(18px, 5vw, 72px);
  background: #101629;
  border-bottom: 1px solid #f4b740;
}

.site-header img,
.paper-header img,
.app-header img {
  width: 220px;
}

nav {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

nav a,
.hero-actions a {
  padding: 10px 14px;
  border: 1px solid #f4b740;
  border-radius: 6px;
  font-weight: 700;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.hero-actions a:first-child {
  color: #060712;
  background: #f4b740;
}

.eyebrow,
.section-kicker {
  display: inline-flex;
  color: #f4b740;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0;
  font-size: 13px;
}

h1 {
  margin: 14px 0 18px;
  font-size: clamp(38px, 6vw, 72px);
  line-height: 1.03;
}

h2 {
  margin: 8px 0 16px;
  font-size: clamp(28px, 4vw, 42px);
  line-height: 1.15;
}

p {
  margin: 0 0 16px;
}

.hero-arena {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(360px, 1.08fr);
  gap: clamp(24px, 5vw, 66px);
  align-items: center;
  min-height: 650px;
  padding: clamp(42px, 7vw, 90px) clamp(18px, 5vw, 72px);
  background: radial-gradient(circle at 22% 22%, color-mix(in srgb, #f4b740 18%, transparent), transparent 30%), #060712;
}

.hero-media,
.paper-hero img,
.phone-card,
.route-section img,
.stadium-section img,
.essay-section img {
  overflow: hidden;
  border-radius: 8px;
  border: 1px solid #f4b740;
}

.hero-media img {
  width: 100%;
}

.live-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: #f4b740;
}

.live-strip div {
  padding: 24px;
  background: #101629;
}

.live-strip strong {
  display: block;
  color: #f4b740;
  font-size: 34px;
}

.arena-grid,
.stadium-section,
.three-cards,
.wide-panel,
.payment-grid,
.article-flow,
.faq-section,
.paper-columns,
.magazine-grid,
.essay-section,
.route-section,
.step-timeline,
.soft-panel {
  width: min(1180px, calc(100% - 36px));
  margin: 58px auto;
}

.arena-grid,
.stadium-section,
.paper-columns,
.essay-section,
.route-section,
.payment-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(320px, 0.88fr);
  gap: 24px;
  align-items: center;
}

.main-card,
.odds-card,
.three-cards article,
.wide-panel,
.payment-grid div,
.article-flow,
.faq-section,
.paper-main,
.paper-aside,
.magazine-grid article,
.essay-section div,
.route-section article,
.step-timeline div,
.soft-panel {
  padding: clamp(24px, 4vw, 44px);
  background: #101629;
  border: 1px solid color-mix(in srgb, #f4b740 55%, transparent);
  border-radius: 8px;
}

.odds-card ul,
.paper-aside ul {
  display: grid;
  gap: 12px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.odds-card li {
  display: flex;
  justify-content: space-between;
  padding: 14px;
  background: color-mix(in srgb, #27e0a0 16%, #101629);
  border-radius: 6px;
}

.three-cards,
.magazine-grid,
.step-timeline {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.step-timeline {
  grid-template-columns: repeat(4, 1fr);
}

.step-timeline span {
  color: #f4b740;
  font-size: 38px;
  font-weight: 800;
}

.paper-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(360px, 1.12fr);
  gap: 30px;
  align-items: center;
  padding: clamp(42px, 7vw, 88px) clamp(18px, 5vw, 72px);
  background: linear-gradient(180deg, #060712, #101629);
}

.paper-title {
  padding: 0 clamp(0px, 3vw, 34px);
}

.paper-aside li {
  padding: 13px 0;
  border-bottom: 1px solid color-mix(in srgb, #f4b740 35%, transparent);
}

.app-hero {
  display: grid;
  grid-template-columns: minmax(320px, 0.78fr) minmax(0, 1.22fr);
  gap: clamp(24px, 5vw, 70px);
  align-items: center;
  padding: clamp(42px, 7vw, 88px) clamp(18px, 5vw, 72px);
  background: linear-gradient(135deg, #060712, #101629);
}

.phone-card {
  padding: 18px;
  background: #f7f4ea;
  border-radius: 38px;
}

.phone-card img {
  border-radius: 28px;
}

details {
  padding: 18px 20px;
  margin-top: 12px;
  background: color-mix(in srgb, #f4b740 12%, #101629);
  border-radius: 8px;
}

summary {
  cursor: pointer;
  font-weight: 800;
}

.site-footer,
.paper-footer,
.app-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 32px clamp(18px, 5vw, 72px);
  background: #101629;
  border-top: 1px solid #f4b740;
}

.site-footer img,
.paper-footer img,
.app-footer img {
  width: 220px;
}

.site-footer p,
.paper-footer p,
.app-footer p {
  max-width: 720px;
  margin: 0;
  color: #b6bfd6;
}

@media (max-width: 920px) {
  .site-header,
  .paper-header,
  .app-header,
  .site-footer,
  .paper-footer,
  .app-footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .hero-arena,
  .arena-grid,
  .stadium-section,
  .payment-grid,
  .paper-hero,
  .paper-columns,
  .essay-section,
  .app-hero,
  .route-section {
    grid-template-columns: 1fr;
  }

  .live-strip,
  .three-cards,
  .magazine-grid,
  .step-timeline {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 560px) {
  .live-strip,
  .three-cards,
  .magazine-grid,
  .step-timeline {
    grid-template-columns: 1fr;
  }
}
