.page-home {
  --home-clip-angle: 8deg;
  --home-hero-title-size: clamp(2.75rem, 8vw, 6rem);
  --home-card-radius: 18px;
  --home-neon-glow: 0 0 24px rgba(0, 255, 158, 0.28);
  overflow-x: hidden;
}

.page-home .home-hero {
  position: relative;
  min-height: 92vh;
  display: flex;
  align-items: center;
  padding: 72px 0 64px;
  background: radial-gradient(ellipse 80% 55% at 18% 88%, rgba(0, 212, 255, 0.14), transparent 62%),
    radial-gradient(ellipse 65% 42% at 82% 16%, rgba(0, 255, 158, 0.12), transparent 60%),
    linear-gradient(135deg, #080B10 0%, #0E141C 45%, #0A0D12 100%);
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 2.5vw), 0 100%);
  border-bottom: 1px solid rgba(0, 255, 158, 0.3);
}

.page-home .home-hero__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.26;
  z-index: 0;
}

.page-home .home-hero__bg,
.page-home .home-hero__veil {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.page-home .home-hero__bg {
  background-image:
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.035) 0 1px, transparent 1px 80px),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.025) 0 1px, transparent 1px 80px);
  mask-image: radial-gradient(ellipse 75% 65% at 50% 42%, #000 20%, transparent 78%);
  -webkit-mask-image: radial-gradient(ellipse 75% 65% at 50% 42%, #000 20%, transparent 78%);
}

.page-home .home-hero__veil {
  background: linear-gradient(115deg, rgba(10, 13, 18, 0.92) 0%, rgba(10, 13, 18, 0.62) 48%, rgba(10, 13, 18, 0.82) 100%);
}

.page-home .home-hero__speedlines {
  position: absolute;
  left: 0;
  right: 0;
  top: 18%;
  width: 100%;
  height: 46%;
  z-index: 1;
  pointer-events: none;
}

.page-home .home-hero__speedlines path {
  fill: none;
  stroke: #00D4FF;
  stroke-width: 2;
  opacity: 0.18;
  stroke-dasharray: 14 560;
}

.page-home .home-hero__speedlines path:nth-child(1) {
  stroke: #00FF9E;
  opacity: 0.3;
  stroke-dasharray: 24 620;
}

.page-home .home-hero__speedlines path:nth-child(4) {
  stroke: #00FF9E;
  opacity: 0.22;
}

.page-home .home-hero__inner {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
}

.page-home .home-hero__content {
  text-align: left;
}

.page-home .home-hero__kicker {
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  color: #00FF9E;
  text-transform: uppercase;
  margin-bottom: 18px;
  padding-left: 14px;
  border-left: 3px solid #00FF9E;
  display: inline-block;
}

.page-home .home-hero__title {
  font-size: var(--home-hero-title-size);
  line-height: 0.92;
  font-weight: 900;
  letter-spacing: -0.03em;
  color: #F2F5F8;
  margin: 0 0 24px;
  text-shadow: 0 0 42px rgba(0, 255, 158, 0.12), 0 0 90px rgba(0, 212, 255, 0.1);
}

.page-home .home-hero__title-accent {
  display: inline-block;
  background: linear-gradient(105deg, #00FF9E 0%, #00D4FF 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  transform: skewX(-7deg) translateX(4px);
  letter-spacing: -0.02em;
}

.page-home .home-hero__lead {
  font-size: 1rem;
  line-height: 1.85;
  color: #A8B2BD;
  max-width: 560px;
  margin-bottom: 32px;
}

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

.page-home .home-hero__btn {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  font-size: 0.95rem;
  font-weight: 700;
  text-decoration: none;
  clip-path: polygon(10px 0, 100% 0, calc(100% - 10px) 100%, 0 100%);
  transition: transform 0.25s var(--ease-out), box-shadow 0.25s var(--ease-out), filter 0.2s ease;
}

.page-home .home-hero__btn:hover,
.page-home .home-hero__btn:focus-visible {
  transform: translateY(-2px);
  filter: brightness(1.08);
  box-shadow: var(--glow-neon);
  outline: none;
}

.page-home .home-hero__stats {
  background: rgba(21, 26, 34, 0.72);
  border: 1px solid rgba(0, 212, 255, 0.3);
  border-left: 3px solid #00FF9E;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  padding: 26px 22px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px 16px;
  position: relative;
  transform: skewX(-3deg);
}

.page-home .home-hero__stats::after {
  content: "ROUND 29";
  position: absolute;
  top: 10px;
  right: 12px;
  font-family: var(--font-data);
  font-size: 2.1rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  color: rgba(0, 212, 255, 0.13);
  line-height: 1;
  pointer-events: none;
}

.page-home .home-hero__stat {
  display: flex;
  flex-direction: column;
  gap: 4px;
  position: relative;
  z-index: 1;
}

.page-home .home-hero__stat-num {
  font-family: var(--font-data);
  font-size: clamp(2rem, 5vw, 3.2rem);
  font-weight: 800;
  line-height: 1;
  color: #00FF9E;
  text-shadow: 0 0 14px rgba(0, 255, 158, 0.5);
}

.page-home .home-hero__stat:nth-child(2) .home-hero__stat-num {
  color: #00D4FF;
  text-shadow: 0 0 14px rgba(0, 212, 255, 0.5);
}

.page-home .home-hero__stat-label {
  font-size: 0.72rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #A8B2BD;
  font-weight: 600;
}

.page-home .home-hero__note {
  grid-column: 1 / -1;
  margin-top: 6px;
  padding-top: 14px;
  border-top: 1px solid rgba(248, 252, 255, 0.08);
  font-size: 0.82rem;
  color: #6B7A8A;
  line-height: 1.6;
}

.page-home .home-hero__scroll {
  position: absolute;
  left: 50%;
  bottom: 28px;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  z-index: 2;
  opacity: 0.8;
}

.page-home .home-hero__scroll-text {
  font-size: 0.7rem;
  letter-spacing: 0.28em;
  color: #6B7A8A;
  text-transform: uppercase;
}

.page-home .home-hero__scroll-line {
  width: 1px;
  height: 46px;
  background: linear-gradient(180deg, #00FF9E 0%, transparent 100%);
  overflow: hidden;
  position: relative;
}

.page-home .home-hero__scroll-line::after {
  content: "";
  position: absolute;
  top: -40%;
  left: 0;
  width: 100%;
  height: 50%;
  background: #00D4FF;
  animation: home-scroll-pulse 2.2s var(--ease-inout) infinite;
}

@keyframes home-scroll-pulse {
  0% { top: -45%; }
  45% { top: 100%; }
  100% { top: 100%; }
}

.page-home .home-hero__btn:visited {
  color: #0A0D12;
}

.page-home .home-hero__btn--ghost:visited {
  color: #00D4FF;
}

.page-home .home-focus {
  padding: 88px 20px 44px;
}

.page-home .home-focus__head,
.page-home .home-news__head,
.page-home .home-plans__head,
.page-home .home-coverage__head {
  margin-bottom: 40px;
  max-width: 1200px;
}

.page-home .section__head {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 18px;
}

.page-home .section__kicker {
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: #00FF9E;
  margin-bottom: 8px;
}

.page-home .section__title {
  font-size: clamp(2rem, 4.6vw, 3.4rem);
  font-weight: 850;
  letter-spacing: -0.02em;
  line-height: 1.1;
  color: #F2F5F8;
  margin: 0;
}

.page-home .section__desc {
  font-size: 0.95rem;
  line-height: 1.7;
  color: #A8B2BD;
  max-width: 540px;
  margin: 0;
}

.page-home .home-focus__grid {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 18px;
  max-width: 1200px;
  margin: 0 auto;
}

.page-home .home-match {
  position: relative;
  background: #151A22;
  border: 1px solid #26303D;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform 0.28s var(--ease-out), box-shadow 0.28s var(--ease-out), border-color 0.28s ease;
  clip-path: polygon(14px 0, 100% 0, calc(100% - 14px) 100%, 0 100%);
  min-height: 0;
}

.page-home .home-match:hover,
.page-home .home-match:focus-within {
  transform: translateY(-3px);
  box-shadow: 0 14px 42px rgba(0, 255, 158, 0.12);
  border-color: rgba(0, 255, 158, 0.35);
}

.page-home .home-match__img {
  width: 100%;
  height: 100%;
  max-height: 160px;
  object-fit: cover;
  filter: saturate(1.05) contrast(1.05);
}

.page-home .home-match__body {
  padding: 18px 18px 20px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.page-home .home-match__meta {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
}

.page-home .home-match__league {
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #0A0D12;
  background: #00FF9E;
  padding: 3px 8px;
  clip-path: polygon(4px 0, 100% 0, calc(100% - 4px) 100%, 0 100%);
}

.page-home .home-match__round {
  font-size: 0.72rem;
  color: #6B7A8A;
  letter-spacing: 0.06em;
}

.page-home .home-match__title {
  font-size: 1.02rem;
  font-weight: 800;
  line-height: 1.45;
  color: #F2F5F8;
  margin-bottom: 14px;
}

.page-home .home-match__score {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
}

.page-home .home-match__team {
  font-size: 0.88rem;
  font-weight: 700;
  color: #A8B2BD;
  line-height: 1.35;
}

.page-home .home-match__team:first-of-type {
  text-align: left;
}

.page-home .home-match__team:last-of-type {
  text-align: right;
}

.page-home .home-match__nums {
  font-family: var(--font-data);
  font-size: 1.6rem;
  font-weight: 800;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: #F2F5F8;
  white-space: nowrap;
}

.page-home .home-match__nums i {
  font-style: normal;
  color: #6B7A8A;
  font-weight: 600;
}

.page-home .home-match__status {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 0.74rem;
  color: #6B7A8A;
  margin-bottom: 12px;
}

.page-home .home-match__dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #00FF9E;
  box-shadow: 0 0 8px rgba(0, 255, 158, 0.75);
}

.page-home .home-match__link {
  margin-top: auto;
  font-size: 0.84rem;
  font-weight: 800;
  color: #00D4FF;
  text-decoration: none;
  border-bottom: 1px solid rgba(0, 212, 255, 0.4);
  align-self: flex-start;
  padding-bottom: 2px;
  transition: color 0.2s, border-color 0.2s;
}

.page-home .home-match__link:hover {
  color: #00FF9E;
  border-color: #00FF9E;
}

.page-home .home-match--feature {
  grid-column: 1 / -1;
  clip-path: polygon(22px 0, 100% 0, calc(100% - 22px) 100%, 0 100%);
}

.page-home .home-match--feature .home-match__img {
  max-height: 220px;
}

.page-home .home-news {
  padding: 88px 20px 68px;
  background: linear-gradient(180deg, #11161E 0%, #151A22 100%);
  border-top: 1px solid #26303D;
  border-bottom: 1px solid #26303D;
  position: relative;
}

.page-home .home-news::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, transparent 0%, rgba(0, 255, 158, 0.4) 25%, rgba(0, 212, 255, 0.4) 75%, transparent 100%);
  box-shadow: 0 0 18px rgba(0, 255, 158, 0.45);
}

.page-home .home-news__head {
  align-items: center;
}

.page-home .home-news__more {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0 18px;
  font-weight: 700;
  font-size: 0.86rem;
  text-decoration: none;
  color: #00D4FF;
  border: 1px solid rgba(0, 212, 255, 0.5);
  clip-path: polygon(8px 0, 100% 0, calc(100% - 8px) 100%, 0 100%);
  transition: background 0.2s ease, box-shadow 0.2s ease, color 0.2s;
}

.page-home .home-news__more:hover {
  background: rgba(0, 212, 255, 0.08);
  box-shadow: var(--glow-blue);
}

.page-home .home-news__scroller {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 16px;
  max-width: 1200px;
  margin: 0 auto;
  scrollbar-width: thin;
  scrollbar-color: #00D4FF #151A22;
}

.page-home .home-news__scroller.is-visible {
  animation: home-news-rise 0.5s var(--ease-out) both;
}

@keyframes home-news-rise {
  from { opacity: 0; transform: translateY(18px); }
  to { opacity: 1; transform: translateY(0); }
}

.page-home .home-news__item {
  background: rgba(21, 26, 34, 0.9);
  border: 1px solid #26303D;
  border-left: 3px solid #00D4FF;
  padding: 20px 18px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  min-width: 0;
  clip-path: polygon(10px 0, 100% 0, calc(100% - 10px) 100%, 0 100%);
  transition: background 0.2s ease, border-color 0.2s ease;
}

.page-home .home-news__item:hover {
  background: rgba(30, 36, 47, 0.95);
  border-color: rgba(0, 212, 255, 0.4);
}

.page-home .home-news__tag {
  display: inline-flex;
  align-self: flex-start;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  color: #00FF9E;
  background: rgba(0, 255, 158, 0.08);
  padding: 2px 9px;
  clip-path: polygon(4px 0, 100% 0, calc(100% - 4px) 100%, 0 100%);
}

.page-home .home-news__title {
  font-size: 0.98rem;
  font-weight: 750;
  color: #F2F5F8;
  line-height: 1.5;
  margin: 0;
}

.page-home .home-news__meta {
  font-size: 0.75rem;
  color: #6B7A8A;
}

.page-home .home-news__thumb {
  width: 100%;
  height: 88px;
  object-fit: cover;
  margin-top: 10px;
  filter: brightness(0.85) contrast(1.05);
  border: 1px solid rgba(255, 255, 255, 0.04);
}

.page-home .home-news__promise {
  text-align: center;
  max-width: 640px;
  margin: 36px auto 0;
  font-size: 0.88rem;
  line-height: 1.7;
  color: #6B7A8A;
  border-top: 1px solid #26303D;
  padding-top: 20px;
}

.page-home .home-plans {
  padding: 88px 20px 56px;
  background:
    radial-gradient(ellipse 70% 60% at 90% 10%, rgba(0, 212, 255, 0.08), transparent 58%),
    radial-gradient(ellipse 65% 55% at 8% 88%, rgba(0, 255, 158, 0.07), transparent 55%),
    #0A0D12;
}

.page-home .home-plans__grid {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 20px;
  max-width: 1200px;
  margin: 0 auto;
}

.page-home .home-plan {
  position: relative;
  background: #151A22;
  border: 1px solid #26303D;
  overflow: hidden;
  min-height: 285px;
  display: flex;
  flex-direction: column;
  clip-path: polygon(18px 0, 100% 0, calc(100% - 18px) 100%, 0 100%);
  transition: transform 0.28s var(--ease-out), box-shadow 0.28s var(--ease-out);
}

.page-home .home-plan:hover,
.page-home .home-plan:focus-within {
  transform: translateY(-3px);
  box-shadow: var(--glow-neon);
}

.page-home .home-plan__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.14;
  z-index: 0;
  transition: opacity 0.3s ease;
}

.page-home .home-plan:hover .home-plan__bg {
  opacity: 0.2;
}

.page-home .home-plan__body {
  position: relative;
  z-index: 1;
  padding: 34px 26px 28px;
  display: flex;
  flex-direction: column;
  flex: 1;
  background: linear-gradient(145deg, rgba(10, 13, 18, 0.88) 0%, rgba(21, 26, 34, 0.82) 100%);
}

.page-home .home-plan__name {
  font-size: 1.25rem;
  font-weight: 850;
  letter-spacing: 0.04em;
  color: #F2F5F8;
  margin-bottom: 4px;
}

.page-home .home-plan__price {
  display: flex;
  align-items: baseline;
  gap: 8px;
  margin-bottom: 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  padding-bottom: 16px;
}

.page-home .home-plan__num {
  font-family: var(--font-data);
  font-size: 3.1rem;
  font-weight: 850;
  line-height: 1;
  color: #00FF9E;
  text-shadow: 0 0 18px rgba(0, 255, 158, 0.3);
}

.page-home .home-plan__unit {
  font-size: 0.85rem;
  color: #A8B2BD;
  font-weight: 600;
}

.page-home .home-plan:nth-child(2) .home-plan__num {
  color: #00D4FF;
  text-shadow: 0 0 18px rgba(0, 212, 255, 0.3);
}

.page-home .home-plan__desc {
  font-size: 0.9rem;
  line-height: 1.7;
  color: #A8B2BD;
  margin-bottom: 20px;
  flex: 1;
}

.page-home .home-plan__link {
  font-size: 0.85rem;
  font-weight: 800;
  color: #00FF9E;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  border-bottom: 1px solid rgba(0, 255, 158, 0.4);
  align-self: flex-start;
  padding-bottom: 2px;
  transition: color 0.2s, border-color 0.2s;
}

.page-home .home-plan__link:hover {
  color: #00D4FF;
  border-color: #00D4FF;
}

.page-home .home-plan--wide {
  grid-column: 1 / -1;
}

.page-home .home-plans__note {
  max-width: 1200px;
  margin: 40px auto 0;
  padding: 22px 24px;
  border: 1px solid #26303D;
  border-left: 3px solid #00FF9E;
  background: rgba(21, 26, 34, 0.5);
  display: grid;
  gap: 10px;
  font-size: 0.88rem;
  line-height: 1.75;
  color: #A8B2BD;
}

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

.page-home .home-plans__note a {
  color: #00D4FF;
  font-weight: 700;
  text-decoration: none;
  border-bottom: 1px solid rgba(0, 212, 255, 0.3);
}

.page-home .home-plans__note a:hover {
  color: #00FF9E;
  border-bottom-color: #00FF9E;
}

.page-home .home-coverage {
  padding: 88px 20px 64px;
  background: #0E141C;
  position: relative;
}

.page-home .home-coverage::before {
  content: "29";
  position: absolute;
  right: -30px;
  top: 20px;
  font-size: 15vw;
  font-weight: 900;
  font-family: var(--font-data);
  line-height: 1;
  color: rgba(0, 212, 255, 0.04);
  pointer-events: none;
  user-select: none;
}

.page-home .home-coverage__grid {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 16px;
  max-width: 1200px;
  margin: 0 auto 32px;
}

.page-home .home-coverage__item {
  background: #151A22;
  border: 1px solid #26303D;
  padding: 24px 22px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  position: relative;
  transition: border-color 0.2s ease, transform 0.25s var(--ease-out);
  clip-path: polygon(12px 0, 100% 0, calc(100% - 12px) 100%, 0 100%);
}

.page-home .home-coverage__item:hover {
  border-color: rgba(0, 255, 158, 0.4);
  transform: translateX(3px);
}

.page-home .home-coverage__item--highlight {
  background: linear-gradient(135deg, rgba(0, 255, 158, 0.1) 0%, rgba(0, 212, 255, 0.06) 100%);
  border-left: 3px solid #00FF9E;
}

.page-home .home-coverage__num {
  font-family: var(--font-data);
  font-size: 2.85rem;
  font-weight: 850;
  line-height: 1;
  color: #00FF9E;
  text-shadow: 0 0 18px rgba(0, 255, 158, 0.2);
}

.page-home .home-coverage__item:nth-child(even) .home-coverage__num {
  color: #00D4FF;
  text-shadow: 0 0 18px rgba(0, 212, 255, 0.2);
}

.page-home .home-coverage__label {
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #B8C5D9;
}

.page-home .home-coverage__desc {
  font-size: 0.84rem;
  line-height: 1.5;
  color: #6B7A8A;
}

.page-home .home-coverage__foot {
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 22px;
  border-top: 1px solid #26303D;
  font-size: 0.88rem;
  line-height: 1.75;
  color: #A8B2BD;
  display: flex;
  justify-content: center;
  text-align: center;
  flex-wrap: wrap;
}

.page-home .home-coverage__foot p {
  max-width: 720px;
  margin: 0;
}

.page-home .home-coverage__foot a {
  color: #00D4FF;
  font-weight: 700;
  text-decoration: none;
  border-bottom: 1px solid rgba(0, 212, 255, 0.3);
}

.page-home .home-coverage__foot a:hover {
  color: #00FF9E;
  border-bottom-color: #00FF9E;
}

@media (min-width: 640px) {
  .page-home .home-hero__inner {
    grid-template-columns: 1.55fr 0.85fr;
    align-items: center;
    gap: 48px;
    padding: 0 24px;
  }

  .page-home .home-hero__stats {
    padding: 30px 26px;
  }

  .page-home .home-focus__grid,
  .page-home .home-plans__grid,
  .page-home .home-news__scroller,
  .page-home .home-coverage__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .page-home .home-match--feature {
    grid-column: 1 / -1;
  }

  .page-home .home-match--feature .home-match__img {
    max-height: 300px;
  }

  .page-home .home-plan--wide {
    grid-column: 1 / -1;
  }

  .page-home .home-news__item--feature {
    grid-column: 1 / -1;
  }
}

@media (min-width: 1024px) {
  .page-home .container,
  .page-home .home-focus__head,
  .page-home .home-news__head,
  .page-home .home-plans__head,
  .page-home .home-coverage__head,
  .page-home .home-focus__grid,
  .page-home .home-news__scroller,
  .page-home .home-plans__grid,
  .page-home .home-coverage__grid {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 24px;
    padding-right: 24px;
  }

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

  .page-home .home-focus__grid .home-match--feature {
    grid-column: span 2 / span 2;
    grid-row: span 2 / span 2;
  }

  .page-home .home-match--feature .home-match__img {
    max-height: 310px;
  }

  .page-home .home-focus__grid .home-match:nth-child(-n+2) {
    grid-column: auto;
  }

  .page-home .home-news__head {
    padding-left: 0;
    padding-right: 0;
  }

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

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

  .page-home .home-plan--wide {
    grid-column: span 2 / span 2;
  }

  .page-home .home-plans__grid .home-plan:first-child {
    grid-column: 1 / -1;
  }

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

  .page-home .home-coverage__item--highlight {
    grid-column: span 2 / span 2;
  }

  .page-home .home-hero__title {
    letter-spacing: -0.035em;
  }
}

@media (prefers-reduced-motion: reduce) {
  .page-home .home-hero__scroll-line::after {
    animation: none;
  }

  .page-home .home-match,
  .page-home .home-plan,
  .page-home .home-coverage__item {
    transition: none;
  }
}
