.page-home {
  position: relative;
  overflow-x: clip;
  background: var(--navy-700);
  color: var(--text-main);
}

.page-home .home-hero {
  position: relative;
  display: flex;
  align-items: flex-end;
  isolation: isolate;
  min-height: 620px;
  overflow: hidden;
  background: var(--navy-900);
}

.page-home .home-hero__bg {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 32%;
  filter: saturate(0.6) brightness(0.46) contrast(1.12);
}

.page-home .home-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(180deg, rgba(5, 13, 26, 0.82) 0%, rgba(11, 27, 58, 0.5) 42%, rgba(5, 13, 26, 0.98) 100%),
    repeating-linear-gradient(90deg, rgba(245, 247, 250, 0.05) 0 1px, transparent 1px 120px),
    repeating-linear-gradient(0deg, rgba(245, 247, 250, 0.025) 0 1px, transparent 1px 80px);
}

.page-home .home-hero__inner {
  position: relative;
  z-index: 2;
  width: 100%;
  padding-top: 56px;
  padding-bottom: 44px;
  display: grid;
  gap: 36px;
}

.page-home .home-hero__crumb {
  margin: 0;
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.08em;
  color: var(--text-muted);
  text-transform: uppercase;
  border-bottom: 1px solid var(--line);
  padding-bottom: 14px;
}

.page-home .home-hero__panel {
  display: grid;
  gap: 32px;
  align-items: end;
}

.page-home .home-hero__content {
  max-width: 880px;
}

.page-home .home-hero__title {
  margin: 14px 0 12px;
  font-size: clamp(46px, 13vw, 104px);
  line-height: 1.04;
  letter-spacing: -0.03em;
  font-weight: 900;
  text-shadow: 0 16px 60px rgba(0, 0, 0, 0.35);
}

.page-home .home-hero__title .accent {
  color: var(--accent);
  font-family: var(--font-mono);
  font-weight: 700;
  letter-spacing: -0.04em;
}

.page-home .home-hero__subtitle {
  margin: 0 0 12px;
  font-size: clamp(20px, 3.4vw, 34px);
  font-weight: 700;
  letter-spacing: 0.01em;
}

.page-home .home-hero__subtitle strong {
  color: var(--accent);
  font-family: var(--font-mono);
  font-weight: 700;
  border-bottom: 2px solid var(--line-accent);
  padding-bottom: 2px;
}

.page-home .home-hero__desc {
  max-width: 720px;
  margin: 0 0 24px;
  font-size: 15px;
  line-height: 1.75;
  color: var(--text-muted);
}

.page-home .home-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.page-home .home-hero__actions .btn {
  padding: 14px 26px;
  font-size: 15px;
  border-radius: 4px 16px 4px 16px;
  text-decoration: none;
  font-weight: 700;
  transition: transform 0.25s var(--ease), box-shadow 0.25s var(--ease), background 0.25s var(--ease);
}

.page-home .home-hero__actions .btn--primary {
  background: linear-gradient(100deg, var(--accent) 0%, #00c678 100%);
  color: var(--navy-900);
  box-shadow: 0 10px 30px rgba(0, 230, 138, 0.28);
}

.page-home .home-hero__actions .btn--primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 40px rgba(0, 230, 138, 0.36);
}

.page-home .home-hero__actions .btn--ghost {
  border: 1px solid var(--line-strong);
  color: var(--text-main);
  background: rgba(245, 247, 250, 0.04);
}

.page-home .home-hero__actions .btn--ghost:hover {
  border-color: var(--line-accent);
  color: var(--accent);
  transform: translateY(-2px);
}

.page-home .home-hero__index {
  display: none;
}

.page-home .home-hero__stats {
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  border-top: 1px solid var(--line);
  padding-top: 18px;
}

.page-home .home-hero__stat {
  background: rgba(11, 27, 58, 0.55);
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 14px 16px;
  backdrop-filter: blur(8px);
}

.page-home .home-hero__stat dt {
  font-size: 12px;
  color: var(--text-faint);
  margin-bottom: 4px;
  letter-spacing: 0.04em;
}

.page-home .home-hero__stat dd {
  margin: 0;
  font-family: var(--font-mono);
  font-size: 20px;
  font-weight: 700;
  color: var(--text-main);
  line-height: 1.2;
}

.page-home .home-hero__stat dd .data-num {
  color: var(--accent);
  font-size: 28px;
  font-weight: 700;
}

.page-home .home-hero__cut {
  position: absolute;
  inset-inline: 0;
  bottom: 0;
  height: 18px;
  z-index: 3;
  background: linear-gradient(90deg, var(--accent) 0%, #00b86c 100%);
  clip-path: polygon(0 0, 100% 14%, 100% 100%, 0 100%);
}

.page-home .pitch-panel {
  position: relative;
  padding: 64px 0 72px;
  background:
    linear-gradient(180deg, var(--navy-900) 0%, var(--navy-700) 100%);
}

.page-home .pitch-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(rgba(245, 247, 250, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(245, 247, 250, 0.04) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: radial-gradient(ellipse at 50% 0%, rgba(0, 0, 0, 0.8), transparent 80%);
}

.page-home .pitch-panel__head {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 32px;
}

.page-home .pitch-panel__heading {
  max-width: 780px;
}

.page-home .pitch-panel__heading h2 {
  margin: 10px 0 8px;
  font-size: clamp(28px, 4.4vw, 44px);
  line-height: 1.18;
  font-weight: 900;
  letter-spacing: -0.02em;
}

.page-home .pitch-panel__sub {
  margin: 0;
  font-size: 15px;
  line-height: 1.7;
  color: var(--text-muted);
}

.page-home .pitch-panel .tag {
  margin-top: 28px;
}

.page-home .pitch-panel__body {
  position: relative;
  z-index: 1;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(5, 13, 26, 0.55);
  overflow: hidden;
}

.page-home .pitch-panel__body .tablist,
.page-home .team-index__table .tablist {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  padding: 14px 16px 0;
  border-bottom: 1px solid var(--line);
  margin: 0;
}

.page-home .pitch-panel__body .tab,
.page-home .team-index__table .tab {
  flex: 0 0 auto;
  appearance: none;
  background: transparent;
  border: 1px solid var(--line);
  color: var(--text-muted);
  padding: 9px 16px;
  border-radius: 999px;
  font-family: var(--font-sans);
  font-size: 13px;
  font-weight: 500;
  cursor: pointer;
  transition: background 0.2s var(--ease), color 0.2s var(--ease), border-color 0.2s var(--ease);
}

.page-home .pitch-panel__body .tab:hover,
.page-home .team-index__table .tab:hover {
  color: var(--text-main);
  border-color: var(--line-strong);
}

.page-home .pitch-panel__body .tab[aria-selected="true"],
.page-home .team-index__table .tab[aria-selected="true"] {
  background: var(--accent);
  color: var(--navy-900);
  border-color: var(--accent);
  font-weight: 700;
}

.page-home .pitch-panel__body .tab:focus-visible,
.page-home .team-index__table .tab:focus-visible,
.page-home .home-hero__actions .btn:focus-visible,
.page-home .link-nexus__item:focus-visible,
.page-home .download-entry__actions .btn:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 3px;
}

.page-home .pitch-panel__body .tabpanel,
.page-home .team-index__table .tabpanel {
  padding: 20px 16px 24px;
}

.page-home .pitch-panel__grid {
  display: grid;
  gap: 20px;
}

.page-home .pitch-panel__matches {
  display: grid;
  gap: 12px;
  min-width: 0;
}

.page-home .match-card {
  display: flex;
  flex-direction: column;
  gap: 6px;
  background: linear-gradient(135deg, rgba(46, 58, 89, 0.36), rgba(11, 27, 58, 0.6));
  border: 1px solid var(--line);
  border-left: 2px solid var(--line-accent);
  border-radius: 14px;
  padding: 15px 16px;
  transition: border-color 0.25s var(--ease), background 0.25s var(--ease), transform 0.25s var(--ease);
}

.page-home .match-card:hover {
  border-left-color: var(--accent);
  background: linear-gradient(135deg, rgba(46, 58, 89, 0.5), rgba(11, 27, 58, 0.75));
  transform: translateX(3px);
}

.page-home .match-card__meta {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.05em;
}

.page-home .match-card__status {
  color: var(--accent);
}

.page-home .match-card__league {
  color: var(--text-faint);
}

.page-home .match-card__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 6px 0;
}

.page-home .match-card__team {
  font-size: 15px;
  font-weight: 700;
  line-height: 1.3;
  flex: 1;
}

.page-home .match-card__team--away {
  text-align: right;
}

.page-home .match-card__score {
  font-family: var(--font-mono);
  font-size: clamp(26px, 6vw, 36px);
  font-weight: 700;
  color: var(--accent);
  letter-spacing: -0.02em;
  white-space: nowrap;
}

.page-home .match-card__score .colon {
  color: var(--text-faint);
  margin: 0 4px;
}

.page-home .match-card__footer {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  font-family: var(--font-mono);
  font-size: 12px;
  color: var(--text-muted);
  border-top: 1px dashed var(--line);
  padding-top: 8px;
}

.page-home .match-card__more {
  color: var(--text-faint);
  margin-left: auto;
}

.page-home .pitch-panel__chart {
  margin: 0;
  align-self: stretch;
}

.page-home .pitch-panel__chart img {
  width: 100%;
  height: auto;
  border-radius: 14px;
  border: 1px solid var(--line);
  display: block;
}

.page-home .pitch-panel__chart figcaption {
  margin-top: 8px;
  font-family: var(--font-mono);
  font-size: 12px;
  color: var(--text-faint);
}

.page-home .pitch-panel__note {
  display: flex;
  flex-direction: column;
  gap: 14px;
  justify-content: center;
  align-items: flex-start;
  background: rgba(0, 230, 138, 0.07);
  border: 1px dashed var(--line-accent);
  border-radius: 14px;
  padding: 22px;
}

.page-home .pitch-panel__note p {
  margin: 0;
  font-size: 14px;
  line-height: 1.7;
  color: var(--text-muted);
}

.page-home .svc {
  position: relative;
  padding: 72px 0;
  background:
    linear-gradient(180deg, var(--navy-700) 0%, var(--navy-900) 100%);
}

.page-home .svc__head {
  max-width: 760px;
  margin-bottom: 36px;
}

.page-home .svc__head h2 {
  margin: 10px 0 10px;
  font-size: clamp(28px, 4.4vw, 44px);
  font-weight: 900;
  letter-spacing: -0.02em;
}

.page-home .svc__head p {
  margin: 0;
  font-size: 15px;
  line-height: 1.7;
  color: var(--text-muted);
}

.page-home .svc__grid {
  display: grid;
  gap: 20px;
}

.page-home .svc__item {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 26px 22px 22px;
  background: linear-gradient(145deg, var(--light) 0%, #e3ebf4 100%);
  color: var(--navy-900);
  border-radius: 20px;
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.24);
  overflow: hidden;
  transition: transform 0.3s var(--ease), box-shadow 0.3s var(--ease);
}

.page-home .svc__item:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.3);
}

.page-home .svc__item::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 74px;
  height: 74px;
  background: linear-gradient(135deg, transparent 50%, var(--accent) 50%);
  opacity: 0.15;
  border-radius: 0 0 0 16px;
  pointer-events: none;
}

.page-home .svc__num {
  font-family: var(--font-mono);
  font-size: 13px;
  font-weight: 700;
  color: var(--red);
  letter-spacing: 0.08em;
}

.page-home .svc__icon {
  width: 58px;
  height: auto;
  border-radius: 12px;
  border: 1px solid rgba(11, 27, 58, 0.14);
  object-fit: cover;
}

.page-home .svc__item h3 {
  margin: 4px 0 0;
  font-size: 22px;
  font-weight: 900;
  line-height: 1.3;
  color: var(--navy-900);
}

.page-home .svc__item p {
  margin: 0;
  font-size: 14px;
  line-height: 1.7;
  color: rgba(11, 27, 58, 0.74);
}

.page-home .svc__item a {
  color: var(--navy-900);
  font-weight: 700;
  font-size: 14px;
  text-decoration: none;
  border-bottom: 2px solid var(--accent);
  align-self: flex-start;
  transition: color 0.2s var(--ease), border-color 0.2s var(--ease);
}

.page-home .svc__item a:hover {
  color: #005e3d;
  border-color: #005e3d;
}

.page-home .svc__tagln {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: auto;
  padding-top: 8px;
}

.page-home .svc__tagln .tag {
  background: var(--navy-700);
  color: var(--text-main);
  border: 1px solid transparent;
}

.page-home .svc__tagln .tag--hot {
  background: var(--red);
  color: #fff;
  border-color: var(--red);
}

.page-home .team-index {
  position: relative;
  padding: 72px 0;
  background:
    radial-gradient(ellipse at 85% 20%, rgba(0, 230, 138, 0.08), transparent 60%),
    var(--navy-900);
}

.page-home .team-index__head {
  display: grid;
  gap: 24px;
  align-items: start;
  margin-bottom: 36px;
}

.page-home .team-index__intro h2 {
  margin: 10px 0 10px;
  font-size: clamp(28px, 4.4vw, 44px);
  font-weight: 900;
  letter-spacing: -0.02em;
}

.page-home .team-index__intro p {
  max-width: 640px;
  margin: 0 0 18px;
  font-size: 15px;
  line-height: 1.7;
  color: var(--text-muted);
}

.page-home .team-index__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.page-home .team-index__actions .btn {
  border-radius: 4px 14px 4px 14px;
}

.page-home .team-index__shot {
  margin: 0;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid var(--line);
  background: rgba(11, 27, 58, 0.5);
}

.page-home .team-index__shot img {
  width: 100%;
  height: auto;
  display: block;
}

.page-home .team-index__shot figcaption {
  padding: 10px 14px;
  font-family: var(--font-mono);
  font-size: 12px;
  color: var(--text-faint);
  background: rgba(5, 13, 26, 0.6);
}

.page-home .team-index__table {
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(5, 13, 26, 0.55);
  overflow: hidden;
}

.page-home .team-index__table .tabpanel {
  padding: 18px 16px 20px;
  overflow: hidden;
}

.page-home .team-table__note {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  margin-bottom: 14px;
}

.page-home .team-table__hint {
  font-size: 13px;
  color: var(--text-muted);
}

.page-home .team-table__scroll {
  overflow-x: auto;
  border: 1px solid var(--line);
  border-radius: 12px;
}

.page-home .team-table {
  width: 100%;
  min-width: 620px;
  border-collapse: collapse;
  background: rgba(11, 27, 58, 0.45);
}

.page-home .team-table th {
  font-family: var(--font-mono);
  font-size: 12px;
  font-weight: 500;
  color: var(--text-faint);
  text-align: left;
  background: rgba(0, 230, 138, 0.07);
  padding: 10px 12px;
  border-bottom: 1px solid var(--line);
  white-space: nowrap;
}

.page-home .team-table td {
  padding: 10px 12px;
  font-family: var(--font-mono);
  font-size: 14px;
  color: var(--text-main);
  border-bottom: 1px solid rgba(245, 247, 250, 0.08);
}

.page-home .team-table tr:last-child td {
  border-bottom: none;
}

.page-home .team-table tr:hover td {
  background: rgba(245, 247, 250, 0.05);
}

.page-home .team-table td:first-child {
  color: var(--text-muted);
}

.page-home .team-table td:nth-child(2) {
  color: var(--accent);
  font-weight: 700;
}

.page-home .link-nexus {
  padding: 64px 0 72px;
  background: var(--navy-900);
}

.page-home .link-nexus__head {
  margin-bottom: 28px;
}

.page-home .link-nexus__head h2 {
  margin: 8px 0 0;
  font-size: clamp(24px, 3.6vw, 34px);
  font-weight: 900;
}

.page-home .link-nexus__grid {
  display: grid;
  gap: 14px;
}

.page-home .link-nexus__item {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 20px 18px;
  background: rgba(46, 58, 89, 0.3);
  border: 1px solid var(--line);
  border-left: 2px solid var(--line);
  border-radius: 16px;
  text-decoration: none;
  color: var(--text-main);
  transition: border-color 0.25s var(--ease), background 0.25s var(--ease), transform 0.25s var(--ease);
}

.page-home .link-nexus__item:hover {
  border-left-color: var(--accent);
  background: rgba(46, 58, 89, 0.45);
  transform: translateX(3px);
}

.page-home .link-nexus__num {
  font-family: var(--font-mono);
  font-size: 13px;
  font-weight: 700;
  color: var(--accent);
}

.page-home .link-nexus__title {
  font-size: 19px;
  font-weight: 900;
}

.page-home .link-nexus__desc {
  font-size: 13px;
  line-height: 1.6;
  color: var(--text-muted);
}

.page-home .download-entry {
  position: relative;
  padding: 60px 0 72px;
  background:
    linear-gradient(180deg, var(--navy-900) 0%, var(--navy-700) 100%);
}

.page-home .download-entry::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    repeating-linear-gradient(135deg, rgba(245, 247, 250, 0.035) 0 1px, transparent 1px 16px);
  pointer-events: none;
}

.page-home .download-entry__inner {
  position: relative;
  z-index: 1;
  max-width: 720px;
  margin-inline: auto;
  text-align: center;
  padding: 48px 24px;
  border: 1px solid var(--line-accent);
  background: var(--accent-soft);
  border-radius: 28px;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.25);
}

.page-home .download-entry__inner h2 {
  margin: 12px 0 12px;
  font-size: clamp(28px, 5vw, 48px);
  font-weight: 900;
  letter-spacing: -0.02em;
}

.page-home .download-entry__inner p {
  max-width: 560px;
  margin-inline: auto;
  margin-bottom: 26px;
  font-size: 15px;
  line-height: 1.75;
  color: var(--text-muted);
}

.page-home .download-entry__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
}

.page-home .download-entry__actions .btn {
  padding: 14px 28px;
  font-size: 15px;
  font-weight: 700;
  border-radius: 4px 16px 4px 16px;
  text-decoration: none;
  transition: transform 0.25s var(--ease), box-shadow 0.25s var(--ease);
}

.page-home .download-entry__actions .btn--primary {
  background: linear-gradient(100deg, var(--accent) 0%, #00c678 100%);
  color: var(--navy-900);
  box-shadow: 0 10px 30px rgba(0, 230, 138, 0.25);
}

.page-home .download-entry__actions .btn--primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 40px rgba(0, 230, 138, 0.34);
}

.page-home .download-entry__actions .btn--ghost {
  border: 1px solid var(--line-strong);
  color: var(--text-main);
  background: rgba(245, 247, 250, 0.04);
}

.page-home .download-entry__actions .btn--ghost:hover {
  border-color: var(--line-accent);
  color: var(--accent);
  transform: translateY(-2px);
}

.page-home .home-honor {
  position: relative;
  z-index: 1;
  max-width: 980px;
  margin: 40px auto 0;
  text-align: center;
  font-size: 12px;
  line-height: 1.8;
  color: var(--text-faint);
  border-top: 1px solid var(--line);
  padding-top: 24px;
}

@media (min-width: 640px) {
  .page-home .home-hero {
    min-height: 680px;
  }

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

  .page-home .home-hero__stat dd {
    font-size: 22px;
  }

  .page-home .pitch-panel__grid {
    grid-template-columns: 1fr 1fr;
    align-items: stretch;
  }

  .page-home .pitch-panel__chart {
    display: flex;
    flex-direction: column;
  }

  .page-home .pitch-panel__chart img {
    flex: 1;
    object-fit: cover;
    min-height: 180px;
  }

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

  .page-home .svc__item:last-child {
    grid-column: span 2;
  }

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

  .page-home .team-index__head {
    grid-template-columns: 1fr 1fr;
  }
}

@media (min-width: 960px) {
  .page-home .home-hero {
    min-height: 760px;
  }

  .page-home .home-hero__inner {
    gap: 48px;
  }

  .page-home .home-hero__panel {
    grid-template-columns: minmax(0, 1fr) 240px;
    gap: 24px;
  }

  .page-home .home-hero__index {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 10px;
    padding-bottom: 12px;
    border-right: 1px solid var(--line);
    padding-right: 20px;
    text-align: right;
  }

  .page-home .home-hero__spark {
    width: 220px;
    height: 80px;
    display: block;
  }

  .page-home .home-hero__index-line {
    display: block;
    width: 72px;
    height: 2px;
    background: var(--accent);
    margin-left: auto;
  }

  .page-home .home-hero__index-num {
    font-family: var(--font-mono);
    font-size: 64px;
    font-weight: 700;
    line-height: 1;
    color: rgba(245, 247, 250, 0.18);
  }

  .page-home .home-hero__index-label {
    font-family: var(--font-mono);
    font-size: 14px;
    font-weight: 700;
    color: var(--accent);
    letter-spacing: 0.14em;
  }

  .page-home .home-hero__index-tail {
    font-family: var(--font-mono);
    font-size: 11px;
    letter-spacing: 0.12em;
    color: var(--text-faint);
  }

  .page-home .pitch-panel {
    padding: 80px 0 90px;
  }

  .page-home .pitch-panel__grid {
    grid-template-columns: minmax(0, 1.25fr) minmax(280px, 0.75fr);
    gap: 28px;
  }

  .page-home .svc {
    padding: 88px 0;
  }

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

  .page-home .svc__item:last-child {
    grid-column: span 1;
  }

  .page-home .team-index {
    padding: 88px 0;
  }

  .page-home .team-index__head {
    grid-template-columns: 1.05fr 0.95fr;
    gap: 48px;
    align-items: center;
    margin-bottom: 44px;
  }

  .page-home .team-index__shot {
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.28);
  }

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

@media (min-width: 1280px) {
  .page-home .pitch-panel__grid {
    gap: 36px;
  }

  .page-home .match-card__team {
    font-size: 17px;
  }

  .page-home .match-card__score {
    font-size: 36px;
  }

  .page-home .download-entry__inner {
    padding: 60px 40px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .page-home .home-hero__actions .btn,
  .page-home .download-entry__actions .btn,
  .page-home .svc__item,
  .page-home .link-nexus__item,
  .page-home .match-card {
    transition: none;
    transform: none;
  }

  .page-home .match-card:hover,
  .page-home .link-nexus__item:hover,
  .page-home .svc__item:hover {
    transform: none;
  }
}
