.page-home .home-hero {
  position: relative;
  background: var(--green-950);
  overflow: hidden;
  border-bottom: 1px solid var(--gray-line);
}
.page-home .home-hero__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.page-home .home-hero__bg-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.38;
  display: block;
}
.page-home .home-hero__scrim {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(105deg, rgba(10, 31, 28, 0.97) 0%, rgba(10, 31, 28, 0.9) 40%, rgba(18, 52, 46, 0.62) 75%, rgba(10, 31, 28, 0.72) 100%);
}
.page-home .home-hero__grid {
  position: absolute;
  inset: 0;
  z-index: 2;
  background-image:
    linear-gradient(rgba(245, 245, 245, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(245, 245, 245, 0.05) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: linear-gradient(90deg, #000 0%, transparent 88%);
}
.page-home .home-hero__inner {
  position: relative;
  z-index: 3;
  padding-block: calc(var(--header-h) + 28px) 44px;
}
.page-home .home-hero__frame {
  border: 1px solid rgba(212, 160, 23, 0.55);
  background: rgba(10, 31, 28, 0.48);
  padding: 14px;
}
.page-home .home-hero__ruler {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 8px 2px;
  border-block: 1px solid rgba(245, 245, 245, 0.18);
  font-family: var(--data-font);
  font-size: 11px;
  letter-spacing: 0.16em;
  line-height: 1.4;
  color: var(--silver);
  text-transform: uppercase;
  margin-bottom: 16px;
}
.page-home .home-hero__layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
}
.page-home .home-hero__kicker {
  margin: 0 0 12px;
  font-family: var(--data-font);
  font-size: 13px;
  letter-spacing: 0.22em;
  color: var(--gold-bright);
  text-transform: uppercase;
}
.page-home .home-hero__title {
  margin: 0 0 16px;
  font-family: var(--title-font);
  font-weight: 900;
  font-size: clamp(38px, 7vw, 64px);
  line-height: 1.1;
  letter-spacing: 0.02em;
  color: var(--white);
}
.page-home .home-hero__lead {
  margin: 0 0 28px;
  max-width: 44rem;
  font-size: 17px;
  line-height: 1.65;
  color: rgba(245, 245, 245, 0.78);
}
.page-home .home-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}
.page-home .home-hero__cta--primary,
.page-home .home-hero__cta--ghost {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 46px;
  padding: 0 22px;
  border: 1px solid var(--gold);
  font-family: var(--title-font);
  font-weight: 700;
  font-size: 14px;
  text-decoration: none;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}
.page-home .home-hero__cta--primary {
  background: var(--gold);
  color: var(--green-950);
}
.page-home .home-hero__cta--primary:hover {
  background: var(--gold-bright);
}
.page-home .home-hero__cta--ghost {
  color: var(--gold);
}
.page-home .home-hero__cta--ghost:hover {
  background: rgba(212, 160, 23, 0.12);
}
.page-home .home-hero__panel {
  position: relative;
  background: rgba(38, 50, 56, 0.78);
  border: 1px solid rgba(212, 160, 23, 0.65);
  padding: 18px 16px 14px;
  clip-path: polygon(0 0, calc(100% - 20px) 0, 100% 20px, 100% 100%, 20px 100%, 0 calc(100% - 20px));
  backdrop-filter: blur(4px);
}
.page-home .home-hero__panel::before {
  content: "";
  position: absolute;
  top: 7px;
  left: 7px;
  right: 7px;
  bottom: 7px;
  border: 1px solid rgba(245, 245, 245, 0.16);
  pointer-events: none;
}
.page-home .home-hero__panel-head {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: var(--data-font);
  font-size: 11px;
  letter-spacing: 0.14em;
  color: var(--silver);
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(245, 245, 245, 0.16);
}
.page-home .home-hero__signal-dot {
  width: 8px;
  height: 8px;
  background: var(--gold);
  border-radius: 999px;
}
.page-home .home-hero__live-badge {
  margin-left: auto;
  font-size: 10px;
  color: var(--gold);
  border: 1px solid rgba(212, 160, 23, 0.6);
  padding: 2px 6px;
  letter-spacing: 0.08em;
}
.page-home .home-hero__stats {
  margin: 0;
  padding: 16px 0 8px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}
.page-home .home-hero__stat {
  display: flex;
  flex-direction: column;
  background: rgba(10, 31, 28, 0.5);
  border: 1px solid rgba(245, 245, 245, 0.12);
  padding: 12px 8px;
}
.page-home .home-hero__stat-label {
  font-size: 12px;
  color: var(--silver);
  margin-bottom: 6px;
}
.page-home .home-hero__stat-value {
  margin: 0;
  font-family: var(--data-font);
  font-size: 28px;
  color: var(--gold);
  font-weight: 700;
  line-height: 1;
}
.page-home .home-hero__stat-value span {
  font-size: 16px;
}
.page-home .home-hero__panel-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding-top: 10px;
  border-top: 1px solid rgba(245, 245, 245, 0.16);
}
.page-home .home-hero__panel-note {
  font-size: 12px;
  color: var(--silver);
}

.page-home .home-section-heading {
  max-width: 760px;
  margin-bottom: 28px;
}
.page-home .home-section-heading__kicker {
  margin: 0 0 6px;
  font-family: var(--data-font);
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 12px;
  color: var(--gold);
}
.page-home .home-section-heading__title {
  margin: 0 0 8px;
  font-family: var(--title-font);
  font-weight: 900;
  font-size: clamp(26px, 4vw, 40px);
  line-height: 1.2;
}
.page-home .home-section-heading__desc {
  margin: 0;
  font-size: 15px;
  line-height: 1.65;
  opacity: 0.82;
}
.page-home .home-section-heading--split {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 20px;
  max-width: none;
}
.page-home .home-section-heading__more {
  flex-shrink: 0;
  font-size: 14px;
}

.page-home .home-overview {
  background: linear-gradient(180deg, var(--green-950) 0%, var(--green-900) 100%);
  color: var(--white);
  padding-block: clamp(48px, 8vw, 84px);
}
.page-home .home-overview .home-section-heading__title {
  color: var(--white);
}
.page-home .home-overview__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px;
}
.page-home .home-overview__metrics {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}
.page-home .home-overview__metric {
  position: relative;
  border: 1px solid rgba(245, 245, 245, 0.18);
  background: rgba(38, 50, 56, 0.55);
  padding: 22px 16px 16px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-height: 132px;
}
.page-home .home-overview__metric::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background: var(--gold);
}
.page-home .home-overview__metric-num {
  font-family: var(--data-font);
  font-size: 36px;
  font-weight: 700;
  color: var(--gold);
  line-height: 1;
  margin-bottom: 6px;
}
.page-home .home-overview__metric-num em {
  font-style: normal;
  font-size: 18px;
}
.page-home .home-overview__metric-num span {
  font-size: 16px;
  margin-left: 4px;
}
.page-home .home-overview__metric-name {
  font-weight: 700;
  color: var(--white);
  font-size: 15px;
}
.page-home .home-overview__metric-desc {
  font-size: 13px;
  color: var(--silver);
}
.page-home .home-overview__visual {
  display: grid;
  gap: 16px;
}
.page-home .home-overview__chart,
.page-home .home-overview__leagues {
  border: 1px solid rgba(245, 245, 245, 0.18);
  background: rgba(38, 50, 56, 0.35);
  padding: 18px;
}
.page-home .home-overview__chart-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 14px;
  font-family: var(--title-font);
  font-weight: 700;
  font-size: 14px;
  color: var(--white);
}
.page-home .home-overview__bars {
  width: 100%;
  height: auto;
  display: block;
}
.page-home .home-overview__league-grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}
.page-home .home-overview__league-grid li {
  display: grid;
  place-items: center;
  color: var(--silver);
  background: rgba(10, 31, 28, 0.45);
  border: 1px solid rgba(245, 245, 245, 0.18);
  transition: color 0.2s ease, border-color 0.2s ease;
}
.page-home .home-overview__league-grid li:hover {
  color: var(--gold-bright);
  border-color: rgba(212, 160, 23, 0.6);
}
.page-home .home-overview__league-grid li:first-child {
  color: var(--gold-bright);
  border-color: rgba(212, 160, 23, 0.6);
}
.page-home .home-overview__league-grid svg {
  width: 100%;
  height: auto;
  display: block;
}
.page-home .home-overview__services {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1px;
  background: rgba(245, 245, 245, 0.18);
  border: 1px solid rgba(245, 245, 245, 0.18);
  margin-top: 28px;
}
.page-home .home-overview__service {
  background: var(--green-900);
  padding: 20px 18px;
  display: flex;
  align-items: flex-start;
  gap: 16px;
}
.page-home .home-overview__service-num {
  font-family: var(--data-font);
  color: var(--gold);
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}
.page-home .home-overview__service-num em {
  font-style: normal;
  font-size: 16px;
}
.page-home .home-overview__service > div {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.page-home .home-overview__service strong {
  color: var(--white);
  font-size: 16px;
}
.page-home .home-overview__service span {
  font-size: 13px;
  color: var(--silver);
  line-height: 1.5;
}

.page-home .home-results {
  background: var(--white);
  color: var(--green-950);
  padding-block: clamp(48px, 8vw, 84px);
  border-top: 1px solid var(--gray-line);
}
.page-home .home-results .home-section-heading__title {
  color: var(--green-950);
}
.page-home .home-results__layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
.page-home .home-results__switch {
  position: relative;
  min-width: 0;
}
.page-home .home-results__radio,
.page-home .home-calendar__radio {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}
.page-home .home-results__tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 18px;
}
.page-home .home-results__tab {
  display: inline-flex;
  padding: 8px 18px;
  border: 1px solid rgba(10, 31, 28, 0.3);
  color: var(--green-950);
  background: transparent;
  font-family: var(--title-font);
  font-weight: 700;
  font-size: 13px;
  cursor: pointer;
  transition: all 0.2s ease;
}
.page-home .home-results__tab:hover {
  border-color: var(--gold);
  color: var(--gold);
}
.page-home #round-24:checked ~ .home-results__tabs label[for="round-24"],
.page-home #round-23:checked ~ .home-results__tabs label[for="round-23"],
.page-home #round-22:checked ~ .home-results__tabs label[for="round-22"] {
  background: var(--gold);
  border-color: var(--gold);
  color: var(--green-950);
}
.page-home .home-results__switch .home-results__group {
  display: none;
}
.page-home #round-24:checked ~ .home-results__groups .home-results__group[data-round="24"],
.page-home #round-23:checked ~ .home-results__groups .home-results__group[data-round="23"],
.page-home #round-22:checked ~ .home-results__groups .home-results__group[data-round="22"] {
  display: block;
}
.page-home .home-results__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}
.page-home .home-match {
  position: relative;
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(10, 31, 28, 0.18);
  background: var(--green-950);
  color: var(--white);
  padding: 16px 14px 14px;
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
}
.page-home .home-match:hover {
  border-color: var(--gold);
  box-shadow: inset 0 0 0 1px var(--gold);
}
.page-home .home-match__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(245, 245, 245, 0.14);
}
.page-home .home-match__round {
  font-family: var(--data-font);
  font-size: 11px;
  letter-spacing: 0.08em;
  color: var(--silver);
}
.page-home .home-match__teams {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
}
.page-home .home-match__team {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
  color: var(--white);
}
.page-home .home-match__team--home {
  text-align: right;
}
.page-home .home-match__team--away {
  text-align: left;
}
.page-home .home-match__score {
  font-family: var(--data-font);
  font-weight: 700;
  font-size: 20px;
  color: var(--gold);
  background: rgba(212, 160, 23, 0.1);
  padding: 5px 8px;
  border-radius: var(--radius);
}
.page-home .home-match__meta {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 6px;
  font-size: 12px;
  color: var(--silver);
  padding-top: 10px;
  border-top: 1px dashed rgba(245, 245, 245, 0.18);
  margin-top: auto;
}
.page-home .home-match__details {
  margin-top: 10px;
  border-top: 1px solid rgba(245, 245, 245, 0.12);
  padding-top: 8px;
}
.page-home .home-match__details summary {
  cursor: pointer;
  font-size: 12px;
  color: var(--cyan);
  letter-spacing: 0.04em;
}
.page-home .home-match__details p {
  margin: 8px 0 0;
  font-size: 12px;
  line-height: 1.6;
  color: var(--silver);
}
.page-home .home-match__details p strong {
  color: var(--gold-bright);
  font-family: var(--data-font);
}
.page-home .home-results__focus {
  border: 1px solid rgba(212, 160, 23, 0.6);
  background: var(--green-950);
  color: var(--white);
  display: flex;
  flex-direction: column;
}
.page-home .home-results__focus img {
  width: 100%;
  height: auto;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  display: block;
}
.page-home .home-results__focus-body {
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: flex-start;
}
.page-home .home-results__focus-body h3 {
  margin: 0;
  font-family: var(--title-font);
  font-weight: 900;
  font-size: 18px;
}
.page-home .home-results__focus-body p {
  margin: 0;
  font-size: 13px;
  line-height: 1.6;
  color: var(--silver);
}

.page-home .home-calendar {
  background: var(--green-950);
  color: var(--white);
  padding-block: clamp(48px, 8vw, 84px);
  border-top: 1px solid rgba(212, 160, 23, 0.35);
}
.page-home .home-calendar .home-section-heading__title {
  color: var(--white);
}
.page-home .home-calendar__body {
  display: grid;
  grid-template-columns: 1fr;
  gap: 26px;
}
.page-home .home-calendar__content {
  min-width: 0;
}
.page-home .home-calendar__filters {
  position: relative;
}
.page-home .home-calendar__labels {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 18px;
}
.page-home .home-calendar__label {
  cursor: pointer;
  border: 1px solid rgba(245, 245, 245, 0.35);
  padding: 6px 14px;
  font-size: 13px;
  color: var(--silver);
  transition: all 0.2s ease;
}
.page-home .home-calendar__label:hover {
  border-color: var(--gold);
  color: var(--gold);
}
.page-home #cal-all:checked ~ .home-calendar__labels label[for="cal-all"],
.page-home #cal-csl:checked ~ .home-calendar__labels label[for="cal-csl"],
.page-home #cal-pl:checked ~ .home-calendar__labels label[for="cal-pl"],
.page-home #cal-liga:checked ~ .home-calendar__labels label[for="cal-liga"],
.page-home #cal-bundesliga:checked ~ .home-calendar__labels label[for="cal-bundesliga"],
.page-home #cal-seriea:checked ~ .home-calendar__labels label[for="cal-seriea"],
.page-home #cal-ligue1:checked ~ .home-calendar__labels label[for="cal-ligue1"] {
  background: var(--gold);
  border-color: var(--gold);
  color: var(--green-950);
  font-weight: 700;
}
.page-home .home-calendar__list {
  border: 1px solid rgba(245, 245, 245, 0.14);
  background: rgba(10, 31, 28, 0.45);
  padding: 10px;
  display: grid;
  gap: 10px;
}
.page-home .home-calendar__list .home-fixture {
  display: none;
}
.page-home #cal-all:checked ~ .home-calendar__list .home-fixture,
.page-home #cal-csl:checked ~ .home-calendar__list .home-fixture[data-league="中超"],
.page-home #cal-pl:checked ~ .home-calendar__list .home-fixture[data-league="英超"],
.page-home #cal-liga:checked ~ .home-calendar__list .home-fixture[data-league="西甲"],
.page-home #cal-bundesliga:checked ~ .home-calendar__list .home-fixture[data-league="德甲"],
.page-home #cal-seriea:checked ~ .home-calendar__list .home-fixture[data-league="意甲"],
.page-home #cal-ligue1:checked ~ .home-calendar__list .home-fixture[data-league="法甲"] {
  display: grid;
}
.page-home .home-fixture {
  grid-template-columns: 76px 1fr auto;
  align-items: center;
  gap: 12px;
  padding: 12px 14px;
  background: rgba(38, 50, 56, 0.55);
  border: 1px solid transparent;
  transition: border-color 0.2s ease;
}
.page-home .home-fixture:hover {
  border-color: rgba(212, 160, 23, 0.65);
}
.page-home .home-fixture__date {
  display: flex;
  flex-direction: column;
  gap: 2px;
  font-family: var(--data-font);
  font-size: 11px;
  color: var(--silver);
  border-right: 1px solid rgba(245, 245, 245, 0.12);
  padding-right: 10px;
}
.page-home .home-fixture__weekday {
  color: var(--gold-bright);
  font-weight: 700;
}
.page-home .home-fixture__match {
  margin: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  font-size: 14px;
  font-weight: 600;
  color: var(--white);
}
.page-home .home-fixture__match span[aria-hidden="true"] {
  color: var(--silver);
  font-size: 12px;
}
.page-home .home-fixture__league {
  font-family: var(--data-font);
  font-size: 11px;
  color: var(--cyan);
  border: 1px solid rgba(0, 191, 165, 0.45);
  padding: 2px 8px;
  white-space: nowrap;
  text-align: center;
}
.page-home .home-calendar__aside {
  display: grid;
  gap: 14px;
  align-content: start;
}
.page-home .home-calendar__media {
  border: 1px solid rgba(212, 160, 23, 0.5);
  padding: 6px;
  background: rgba(10, 31, 28, 0.4);
}
.page-home .home-calendar__media img {
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  display: block;
}
.page-home .home-calendar__stats {
  border: 1px solid rgba(245, 245, 245, 0.14);
  background: rgba(38, 50, 56, 0.5);
  padding: 4px 16px;
}
.page-home .home-calendar__stat-row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 12px;
  padding-block: 10px;
  border-bottom: 1px dashed rgba(245, 245, 245, 0.16);
  font-size: 13px;
}
.page-home .home-calendar__stat-row:last-child {
  border-bottom: 0;
}
.page-home .home-calendar__stat-key {
  color: var(--silver);
}
.page-home .home-calendar__stat-val {
  font-family: var(--data-font);
  color: var(--gold);
  font-weight: 700;
}

.page-home .home-subscribe {
  background: var(--white);
  color: var(--green-950);
  padding-block: clamp(48px, 8vw, 84px);
  border-top: 4px solid var(--green-900);
}
.page-home .home-subscribe .home-section-heading__title {
  color: var(--green-950);
}
.page-home .home-subscribe__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}
.page-home .home-plan {
  border: 1px solid rgba(10, 31, 28, 0.2);
  background: var(--green-900);
  color: var(--white);
  padding: 24px 20px 20px;
  display: flex;
  flex-direction: column;
  position: relative;
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
}
.page-home .home-plan:hover {
  border-color: var(--gold);
  box-shadow: inset 0 0 0 1px var(--gold);
}
.page-home .home-plan--featured {
  border-color: var(--gold);
}
.page-home .home-plan__tag {
  font-family: var(--data-font);
  font-size: 11px;
  letter-spacing: 0.12em;
  color: var(--gold-bright);
  text-transform: uppercase;
  margin-bottom: 10px;
}
.page-home .home-plan__title {
  margin: 0 0 8px;
  font-family: var(--title-font);
  font-weight: 900;
  font-size: 20px;
}
.page-home .home-plan__desc {
  margin: 0 0 16px;
  font-size: 14px;
  line-height: 1.6;
  color: var(--silver);
}
.page-home .home-plan__list {
  list-style: none;
  margin: 0 0 20px;
  padding: 0;
  display: grid;
  gap: 8px;
}
.page-home .home-plan__list li {
  position: relative;
  padding-left: 18px;
  font-size: 14px;
  line-height: 1.5;
  color: rgba(245, 245, 245, 0.88);
}
.page-home .home-plan__list li::before {
  content: "▸";
  position: absolute;
  left: 0;
  color: var(--gold);
}
.page-home .home-plan__cta {
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  border: 1px solid var(--gold);
  color: var(--gold);
  font-weight: 700;
  text-decoration: none;
  font-size: 14px;
  transition: background-color 0.2s ease, color 0.2s ease;
}
.page-home .home-plan__cta:hover {
  background: var(--gold);
  color: var(--green-950);
}
.page-home .home-subscribe__cta {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  margin-top: 28px;
  border: 1px solid rgba(10, 31, 28, 0.2);
  background: var(--green-950);
  color: var(--white);
}
.page-home .home-subscribe__cta img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 1 / 1;
  display: block;
}
.page-home .home-subscribe__cta-content {
  padding: 18px 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: flex-start;
}
.page-home .home-subscribe__cta-content h3 {
  margin: 0;
  font-family: var(--title-font);
  font-weight: 900;
  font-size: 20px;
}
.page-home .home-subscribe__cta-content p {
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
  color: var(--silver);
}
.page-home .home-subscribe__cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 4px;
}
.page-home .home-subscribe__cta-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0 16px;
  border: 1px solid var(--gold);
  color: var(--gold);
  font-weight: 700;
  font-size: 13px;
  text-decoration: none;
  transition: background-color 0.2s ease, color 0.2s ease;
}
.page-home .home-subscribe__cta-link:hover {
  background: var(--gold);
  color: var(--green-950);
}

@media (min-width: 700px) {
  .page-home .home-overview__metrics {
    grid-template-columns: repeat(4, 1fr);
  }
  .page-home .home-overview__league-grid {
    grid-template-columns: repeat(6, 1fr);
  }
  .page-home .home-overview__services {
    grid-template-columns: repeat(3, 1fr);
  }
  .page-home .home-results__grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .page-home .home-subscribe__grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .page-home .home-subscribe__cta {
    grid-template-columns: 160px 1fr;
    align-items: stretch;
  }
  .page-home .home-subscribe__cta img {
    aspect-ratio: auto;
    height: 100%;
  }
}

@media (min-width: 1024px) {
  .page-home .home-hero__inner {
    padding-block: calc(var(--header-h) + 56px) 64px;
  }
  .page-home .home-hero__layout {
    grid-template-columns: minmax(0, 1fr) 340px;
    align-items: center;
    gap: 48px;
    padding-block: 24px 8px;
  }
  .page-home .home-overview__grid {
    grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
    gap: 40px;
  }
  .page-home .home-results__layout {
    grid-template-columns: minmax(0, 1fr) 280px;
    gap: 24px;
  }
  .page-home .home-calendar__body {
    grid-template-columns: minmax(0, 1fr) 300px;
    gap: 40px;
  }
  .page-home .home-plan {
    padding: 28px 22px 22px;
  }
  .page-home .home-subscribe__cta-content {
    padding: 24px 28px;
  }
}
