.page-home {
  --home-section-pad: clamp(4rem, 8vw, 6.5rem);
  background: var(--color-primary-dark);
  color: var(--color-text-light);
  overflow-x: hidden;
}

.page-home .home-head {
  max-width: 860px;
  margin-bottom: clamp(2rem, 4vw, 3rem);
}

.page-home .section-number {
  display: block;
  font-family: var(--font-heading);
  font-size: 0.95rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--color-accent);
  margin-bottom: 8px;
}

.page-home .home-head h2 {
  font-family: var(--font-heading);
  font-size: var(--font-h2);
  line-height: 1.1;
  margin: 0 0 12px;
  letter-spacing: 0.02em;
  color: var(--color-text-light);
}

.page-home .home-lead {
  color: var(--color-text-muted);
  font-size: 1rem;
  line-height: 1.7;
  max-width: 720px;
  margin: 0;
}

.page-home .home-hero {
  position: relative;
  padding: calc(var(--header-height) + 2rem) 0 var(--home-section-pad);
  background:
    radial-gradient(circle at 85% 10%, rgba(255, 107, 0, 0.18), transparent 42%),
    linear-gradient(135deg, var(--color-primary) 0%, var(--color-primary-dark) 70%);
}

.page-home .home-hero::before {
  content: "";
  position: absolute;
  top: 0;
  right: -30px;
  width: 170px;
  height: 680px;
  background: var(--color-accent);
  opacity: 0.08;
  transform: skewX(-18deg);
  pointer-events: none;
}

.page-home .home-hero::after {
  content: "";
  position: absolute;
  top: 14%;
  left: -70px;
  width: 220px;
  height: 110px;
  background: repeating-linear-gradient(-45deg, rgba(255, 107, 0, 0.1) 0 6px, transparent 6px 16px);
  transform: rotate(-12deg);
  pointer-events: none;
}

.page-home .home-hero__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.5rem;
  align-items: center;
  position: relative;
  z-index: 1;
}

.page-home .home-hero__content .breadcrumb {
  margin-bottom: 1.25rem;
}

.page-home .home-hero__eyebrow {
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 0.9rem;
  letter-spacing: 0.16em;
  color: var(--color-accent-light);
  text-transform: uppercase;
  margin-bottom: 1rem;
}

.page-home .home-hero h1 {
  font-family: var(--font-heading);
  font-size: var(--font-h1);
  line-height: 1.02;
  letter-spacing: 0.01em;
  margin: 0 0 1rem;
  color: var(--color-text-light);
  text-wrap: balance;
}

.page-home .home-hero__mark {
  display: inline-block;
  color: var(--color-accent);
  font-size: 0.62em;
  line-height: 1.4;
  vertical-align: middle;
  margin-left: 0.18em;
  letter-spacing: 0.08em;
  border: 2px solid var(--color-accent);
  padding: 0.16em 0.34em;
  border-radius: 6px;
  white-space: nowrap;
}

.page-home .home-hero__lead {
  font-size: 1.05rem;
  line-height: 1.75;
  color: var(--color-text-muted);
  margin-bottom: 1.75rem;
  max-width: 46ch;
}

.page-home .home-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-bottom: 1.5rem;
}

.page-home .home-hero__lang {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.5rem 0.85rem;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  font-size: 0.85rem;
  color: var(--color-text-muted);
  letter-spacing: 0.02em;
}

.page-home .home-hero__visual {
  position: relative;
}

.page-home .home-hero__figure {
  margin: 0;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.35);
}

.page-home .home-hero__figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.page-home .home-hero__trajectory {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 2;
}

.page-home .home-hero__trajectory .traj-line-1 {
  stroke: var(--color-accent);
  stroke-width: 4;
  stroke-dasharray: 2 10;
  stroke-linecap: round;
}

.page-home .home-hero__trajectory .traj-line-2 {
  stroke: var(--color-accent-light);
  stroke-width: 2;
  stroke-dasharray: 8 6;
  stroke-linecap: round;
  opacity: 0.55;
}

.page-home .home-hero__trajectory .traj-dot {
  fill: var(--color-accent);
}

.page-home .home-hero__trajectory .traj-halo {
  fill: var(--color-accent);
  opacity: 0.3;
}

.page-home .home-hero__status-card {
  position: relative;
  z-index: 3;
  display: grid;
  gap: 4px;
  margin: -28px 18px 0;
  padding: 14px 16px 14px 18px;
  background: var(--color-primary-dark);
  border: 1px solid rgba(255, 107, 0, 0.25);
  border-left: 4px solid var(--color-accent);
  border-radius: 14px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.35);
}

.page-home .home-hero__status-card .status-live {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--color-success);
}

.page-home .home-hero__status-card strong {
  font-size: 1rem;
  font-weight: 700;
  color: var(--color-text-light);
}

.page-home .home-hero__status-card em {
  font-style: normal;
  font-size: 0.85rem;
  color: var(--color-text-muted);
}

.page-home .home-browser {
  position: relative;
  background: var(--color-surface-dark);
  padding: var(--home-section-pad) 0;
  overflow: hidden;
}

.page-home .home-browser::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, var(--color-accent), transparent 70%);
}

.page-home .home-browser::after {
  content: "";
  position: absolute;
  right: -60px;
  top: 40%;
  width: 180px;
  height: 180px;
  background: repeating-linear-gradient(-45deg, var(--color-accent) 0, var(--color-accent) 3px, transparent 3px, transparent 12px);
  opacity: 0.07;
  transform: rotate(-8deg);
  pointer-events: none;
}

.page-home .home-browser__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  position: relative;
  z-index: 1;
}

.page-home .browser-step {
  position: relative;
  padding: 1.75rem 1.5rem 1.5rem 1.75rem;
  background: var(--color-primary);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 16px;
  transition: border-color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}

.page-home .browser-step:hover {
  border-color: rgba(255, 107, 0, 0.55);
  transform: translateY(-4px);
  box-shadow: 0 16px 28px rgba(0, 0, 0, 0.22);
}

.page-home .browser-step__index {
  font-family: var(--font-heading);
  display: block;
  font-size: 2.2rem;
  line-height: 1;
  color: var(--color-accent);
  opacity: 0.8;
  margin-bottom: 1rem;
}

.page-home .browser-step h3 {
  font-family: var(--font-heading);
  font-size: calc(var(--font-h3) * 0.92);
  margin-bottom: 0.5rem;
  color: var(--color-text-light);
  letter-spacing: 0.02em;
}

.page-home .browser-step p {
  color: var(--color-text-muted);
  font-size: 0.95rem;
  line-height: 1.6;
  margin: 0;
}

.page-home .home-quicknav {
  background: var(--color-primary);
  padding: var(--home-section-pad) 0;
}

.page-home .home-quicknav__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}

.page-home .quicknav-card {
  display: block;
  position: relative;
  padding: 1.75rem 1.5rem;
  background: var(--color-primary-light);
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: var(--color-text-light);
  text-decoration: none;
  transition: background 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
  overflow: hidden;
}

.page-home .quicknav-card::after {
  content: "";
  position: absolute;
  right: -28px;
  bottom: -28px;
  width: 96px;
  height: 96px;
  border-radius: 50%;
  background: var(--color-accent);
  opacity: 0;
  transition: opacity 0.25s ease;
}

.page-home .quicknav-card:hover {
  background: var(--color-primary-dark);
  border-color: var(--color-accent);
  transform: translateY(-4px);
}

.page-home .quicknav-card:hover::after {
  opacity: 0.14;
}

.page-home .quicknav-card__index {
  font-family: var(--font-heading);
  color: var(--color-accent);
  font-size: 0.95rem;
  letter-spacing: 0.1em;
  display: block;
  margin-bottom: 0.9rem;
}

.page-home .quicknav-card h3 {
  font-family: var(--font-heading);
  font-size: 1.4rem;
  margin-bottom: 0.4rem;
  color: var(--color-text-light);
}

.page-home .quicknav-card p {
  color: var(--color-text-muted);
  font-size: 0.92rem;
  line-height: 1.6;
  max-width: 34ch;
  margin: 0;
}

.page-home .home-schedule {
  position: relative;
  background: linear-gradient(180deg, var(--color-primary-dark), var(--color-surface-dark));
  padding: var(--home-section-pad) 0;
  overflow: hidden;
}

.page-home .home-schedule::after {
  content: "";
  position: absolute;
  right: -70px;
  bottom: -70px;
  width: 280px;
  height: 280px;
  border: 28px solid rgba(255, 107, 0, 0.06);
  border-radius: 50%;
  pointer-events: none;
}

.page-home .home-schedule__layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  position: relative;
  z-index: 1;
}

.page-home .home-schedule__table {
  background: rgba(10, 27, 61, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 18px;
  padding: 0.5rem 1.5rem 1.25rem;
  backdrop-filter: blur(6px);
}

.page-home .schedule-row {
  display: grid;
  grid-template-columns: 74px 1fr auto;
  gap: 0.75rem;
  align-items: center;
  padding: 1.1rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.075);
  transition: background 0.25s ease, padding-left 0.25s ease;
}

.page-home .schedule-row:last-of-type {
  border-bottom: 0;
}

.page-home .schedule-row:hover {
  padding-left: 0.5rem;
  background: rgba(255, 107, 0, 0.05);
}

.page-home .schedule-row__league .tag {
  font-size: 0.78rem;
}

.page-home .schedule-row__teams {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.45rem 0.6rem;
  color: var(--color-text-light);
  font-weight: 500;
  font-size: 0.95rem;
}

.page-home .schedule-row__teams .score {
  font-family: var(--font-heading);
  color: var(--color-accent);
  font-size: 1.35rem;
  padding: 0 0.2rem;
}

.page-home .schedule-row__state {
  color: var(--color-text-muted);
  font-size: 0.8rem;
  text-align: right;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  white-space: nowrap;
}

.page-home .schedule-row__state .status-dot {
  background: var(--color-success);
}

.page-home .schedule-row__state.is-live .status-dot {
  background: var(--color-accent);
}

.page-home .home-schedule__tips {
  display: grid;
  gap: 0.35rem;
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px dashed rgba(255, 255, 255, 0.12);
  color: var(--color-text-muted);
  font-size: 0.85rem;
  line-height: 1.6;
}

.page-home .home-schedule__tips p {
  margin: 0;
}

.page-home .home-schedule__tips strong {
  color: var(--color-accent);
}

.page-home .home-schedule__media {
  margin: 0;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 20px 44px rgba(0, 0, 0, 0.32);
}

.page-home .home-schedule__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.page-home .home-reports {
  background: var(--color-primary);
  padding: var(--home-section-pad) 0;
}

.page-home .home-reports__layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  align-items: start;
}

.page-home .home-reports__media {
  margin: 0;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 20px 44px rgba(0, 0, 0, 0.32);
}

.page-home .home-reports__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.page-home .home-reports__list {
  display: grid;
  gap: 1rem;
}

.page-home .report-card {
  background: var(--color-surface-dark);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

.page-home .report-card[open] {
  border-color: rgba(255, 107, 0, 0.55);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.22);
}

.page-home .report-card summary {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.6rem 1rem;
  padding: 1.35rem 1.4rem;
  cursor: pointer;
}

.page-home .report-card summary::-webkit-details-marker {
  display: none;
}

.page-home .report-card__tag {
  font-size: 0.78rem;
}

.page-home .report-card__title {
  font-family: var(--font-heading);
  font-size: 1.28rem;
  color: var(--color-text-light);
  letter-spacing: 0.02em;
}

.page-home .report-card__hint {
  margin-left: auto;
  font-size: 0.8rem;
  color: var(--color-text-muted);
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  white-space: nowrap;
}

.page-home .report-card__hint::after {
  content: "+";
  display: inline-block;
  font-weight: 700;
  color: var(--color-accent);
  font-size: 1.1rem;
  transition: transform 0.25s ease;
}

.page-home .report-card[open] .report-card__hint::after {
  transform: rotate(45deg);
}

.page-home .report-card__bullets {
  margin: 0;
  padding: 0 1.4rem 1.4rem 2.4rem;
  color: var(--color-text-muted);
  font-size: 0.95rem;
  line-height: 1.7;
  display: grid;
  gap: 0.45rem;
}

.page-home .report-card__bullets li::marker {
  color: var(--color-accent);
  font-weight: 700;
}

.page-home .home-stats {
  position: relative;
  padding: var(--home-section-pad) 0;
  background: linear-gradient(180deg, var(--color-primary-dark), var(--color-primary));
  overflow: hidden;
}

.page-home .home-stats__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.25rem 1rem;
  margin-bottom: 2.5rem;
}

.page-home .home-stats__grid .stat-item {
  background: rgba(255, 255, 255, 0.035);
  border-radius: 16px;
  padding: 1.5rem 1.25rem;
  border-top: 2px solid rgba(255, 107, 0, 0.35);
  transition: background 0.25s ease, border-color 0.25s ease;
}

.page-home .home-stats__grid .stat-item:hover {
  background: rgba(255, 107, 0, 0.07);
  border-top-color: var(--color-accent);
}

.page-home .home-stats__grid .stat-value {
  display: block;
  font-family: var(--font-heading);
  font-size: clamp(2.4rem, 6vw, 4.4rem);
  line-height: 1;
  color: var(--color-accent);
  letter-spacing: 0.01em;
}

.page-home .home-stats__grid .stat-label {
  display: block;
  margin-top: 0.6rem;
  color: var(--color-text-muted);
  font-size: 0.9rem;
  line-height: 1.4;
}

.page-home .home-stats__figure {
  margin: 0 0 2rem;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 20px 44px rgba(0, 0, 0, 0.32);
}

.page-home .home-stats__figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.page-home .home-stats__facts {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
}

.page-home .home-stats__facts span {
  padding: 0.55rem 1rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  color: var(--color-text-light);
  font-size: 0.82rem;
  background: rgba(10, 27, 61, 0.55);
}

.page-home .home-helpcta {
  padding: 0 0 calc(var(--home-section-pad) * 1.2);
  background: var(--color-primary-dark);
}

.page-home .home-helpcta__inner {
  background: linear-gradient(120deg, var(--color-primary), var(--color-primary-light));
  border-radius: 24px;
  padding: clamp(2rem, 5vw, 3.5rem) clamp(1.5rem, 4vw, 3rem);
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  align-items: flex-start;
  position: relative;
  overflow: hidden;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.32);
}

.page-home .home-helpcta__inner::after {
  content: "";
  position: absolute;
  top: -40px;
  right: -40px;
  width: 180px;
  height: 180px;
  background: var(--color-accent);
  opacity: 0.15;
  transform: rotate(12deg);
  border-radius: 24px;
}

.page-home .home-helpcta h2 {
  font-family: var(--font-heading);
  font-size: var(--font-h3);
  line-height: 1.2;
  margin: 0 0 0.6rem;
  color: var(--color-text-light);
}

.page-home .home-helpcta p {
  color: var(--color-text-muted);
  font-size: 0.95rem;
  line-height: 1.7;
  max-width: 46ch;
  margin: 0;
}

.page-home .home-helpcta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  position: relative;
  z-index: 2;
}

@media (min-width: 640px) {
  .page-home .home-lead {
    font-size: 1.125rem;
  }

  .page-home .home-browser__grid {
    grid-template-columns: repeat(3, 1fr);
  }

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

  .page-home .home-stats__grid {
    grid-template-columns: repeat(4, 1fr);
  }

  .page-home .home-helpcta__inner {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }

  .page-home .home-helpcta__actions {
    flex-shrink: 0;
  }
}

@media (min-width: 920px) {
  .page-home .home-hero__grid {
    grid-template-columns: 0.92fr 1.08fr;
    gap: 3.5rem;
  }

  .page-home .home-hero__status-card {
    position: absolute;
    left: -20px;
    bottom: 26px;
    margin: 0;
  }

  .page-home .home-schedule__layout {
    grid-template-columns: 1.15fr 0.85fr;
    align-items: stretch;
  }

  .page-home .home-reports__layout {
    grid-template-columns: 0.8fr 1.2fr;
  }

  .page-home .home-quicknav__grid {
    grid-template-columns: repeat(4, 1fr);
  }

  .page-home .home-schedule__media {
    aspect-ratio: 4 / 3;
  }

  .page-home .home-reports__media {
    aspect-ratio: 4 / 3;
  }
}

@media (min-width: 1200px) {
  .page-home .home-hero__grid {
    gap: 5rem;
  }
}
