.page-home {
  max-width: 1280px;
  margin: 0 auto;
  padding: 16px 16px 84px;
  font-family: var(--wh-font-body);
  color: var(--wh-body-text);
}

.page-home .home-breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: var(--wh-text-soft);
  margin-bottom: 14px;
  padding: 0 4px;
}

.page-home .home-breadcrumbs a {
  color: var(--wh-orange);
  text-decoration: none;
  font-weight: 500;
}

.page-home .home-breadcrumbs a:hover {
  text-decoration: underline;
}

.page-home .home-breadcrumbs__sep {
  color: rgba(10, 31, 68, .35);
}

.page-home .home-breadcrumbs [aria-current="page"] {
  color: var(--wh-body-text);
  font-weight: 800;
}

.page-home .home-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: var(--wh-font-titles);
  font-weight: 800;
  font-size: 15px;
  line-height: 1;
  padding: 13px 22px;
  border-radius: 999px;
  text-decoration: none;
  border: 2px solid transparent;
  cursor: pointer;
  transition: transform var(--wh-fast), background-color var(--wh-fast), border-color var(--wh-fast), box-shadow var(--wh-fast), color var(--wh-fast);
}

.page-home .home-btn--solid {
  background: var(--wh-orange);
  color: var(--wh-white);
  box-shadow: 0 8px 20px rgba(255, 107, 0, .32);
}

.page-home .home-btn--solid:hover,
.page-home .home-btn--solid:focus-visible {
  background: #ff7c1f;
  transform: translateY(-2px);
  box-shadow: 0 12px 26px rgba(255, 107, 0, .4);
}

.page-home .home-btn--outline {
  background: transparent;
  border-color: rgba(10, 31, 68, .45);
  color: var(--wh-navy);
}

.page-home .home-btn--outline:hover,
.page-home .home-btn--outline:focus-visible {
  border-color: var(--wh-orange);
  color: var(--wh-orange);
  transform: translateY(-2px);
}

.page-home .home-btn--on-dark {
  border-color: rgba(255, 255, 255, .55);
  color: var(--wh-white);
}

.page-home .home-btn--on-dark:hover,
.page-home .home-btn--on-dark:focus-visible {
  border-color: var(--wh-orange);
  color: var(--wh-white);
}

.page-home .home-btn--small {
  padding: 9px 16px;
  font-size: 13px;
}

.page-home .home-hero {
  position: relative;
  overflow: hidden;
  background: var(--wh-navy);
  color: var(--wh-cream);
  border-radius: 28px;
  padding: 22px 18px 30px;
}

.page-home .home-hero::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 6px;
  background: linear-gradient(90deg, var(--wh-orange) 0 32%, var(--wh-green) 32% 48%, var(--wh-cream) 48% 64%, var(--wh-orange) 64% 100%);
  z-index: 2;
}

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

.page-home .home-hero__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr;
  gap: 26px;
}

.page-home .home-hero__kicker {
  font-family: var(--wh-font-data);
  font-weight: 700;
  font-size: 13px;
  letter-spacing: .1em;
  color: var(--wh-orange);
  text-transform: uppercase;
  margin-bottom: 12px;
}

.page-home .home-hero h1 {
  font-family: var(--wh-font-titles);
  font-weight: 800;
  font-size: clamp(30px, 5vw, 52px);
  line-height: 1.08;
  letter-spacing: -.02em;
  color: var(--wh-white);
  margin: 0 0 18px;
  max-width: 14em;
}

.page-home .home-hero__title-brand {
  display: inline-block;
  word-break: keep-all;
}

.page-home .home-hero__title-cut {
  display: block;
}

.page-home .home-hero__lead {
  font-size: 16px;
  line-height: 1.75;
  color: rgba(245, 240, 235, .86);
  max-width: 46em;
  margin: 0 0 24px;
}

.page-home .home-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 28px;
}

.page-home .quick-entry {
  background: rgba(255, 255, 255, .06);
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 22px;
  padding: 18px 16px;
  transition: border-color var(--wh-base), transform var(--wh-base);
}

.page-home .quick-entry:hover {
  border-color: rgba(255, 107, 0, .6);
}

.page-home .quick-entry__head {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 16px;
}

.page-home .quick-entry__index,
.page-home .match-section__index,
.page-home .data-section__index,
.page-home .feedback-section__index,
.page-home .index-section__index {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: var(--wh-orange);
  color: var(--wh-white);
  font-family: var(--wh-font-data);
  font-weight: 700;
  font-size: 13px;
  flex-shrink: 0;
}

.page-home .quick-entry__title {
  font-family: var(--wh-font-titles);
  font-size: 20px;
  font-weight: 800;
  color: var(--wh-white);
  margin: 0;
  line-height: 1.2;
}

.page-home .quick-entry__meta {
  margin-left: auto;
  font-family: var(--wh-font-data);
  font-size: 12px;
  color: rgba(245, 240, 235, .62);
}

.page-home .quick-entry__cols {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  transform: rotate(-.5deg);
}

.page-home .quick-entry__group-title {
  margin: 0 0 10px;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: var(--wh-green);
}

.page-home .quick-entry__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 8px;
}

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

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

.page-home .quick-entry__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  background: rgba(255, 255, 255, .08);
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 10px;
  padding: 9px 11px;
  font-size: 14px;
  font-weight: 700;
  color: var(--wh-cream);
  text-decoration: none;
  transition: background-color var(--wh-fast), color var(--wh-fast), transform var(--wh-fast), border-color var(--wh-fast);
}

.page-home .quick-entry__item:hover {
  background: var(--wh-orange);
  border-color: var(--wh-orange);
  color: var(--wh-white);
  transform: translateY(-2px);
}

.page-home .quick-entry__tag {
  font-size: 11px;
  font-family: var(--wh-font-data);
  color: rgba(245, 240, 235, .55);
  background: rgba(10, 31, 68, .3);
  padding: 2px 8px;
  border-radius: 999px;
}

.page-home .quick-entry__item:hover .quick-entry__tag {
  color: var(--wh-cream);
}

.page-home .quick-entry__note {
  margin: 16px 0 0;
  font-size: 12px;
  color: rgba(245, 240, 235, .58);
  font-family: var(--wh-font-data);
  border-top: 1px dashed rgba(255, 255, 255, .18);
  padding-top: 12px;
}

.page-home .home-hero__side {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}

.page-home .hero-data-card {
  background: var(--wh-navy-deep);
  border: 1px solid rgba(0, 200, 83, .35);
  border-radius: 18px;
  padding: 18px;
  display: grid;
  gap: 4px;
  box-shadow: 0 10px 24px rgba(7, 23, 50, .25);
}

.page-home .hero-data-card__label {
  font-size: 12px;
  color: rgba(245, 240, 235, .66);
}

.page-home .hero-data-card__value {
  font-family: var(--wh-font-data);
  font-weight: 800;
  font-size: 38px;
  line-height: 1.05;
  color: var(--wh-green);
  display: flex;
  align-items: baseline;
  gap: 6px;
}

.page-home .hero-data-card__value span {
  font-size: 15px;
  color: rgba(245, 240, 235, .8);
}

.page-home .hero-data-card__note {
  font-size: 12px;
  color: rgba(245, 240, 235, .7);
}

.page-home .hero-feedback-card {
  background: var(--wh-orange);
  border-radius: 18px;
  padding: 18px;
  color: var(--wh-white);
  box-shadow: 0 12px 26px rgba(255, 107, 0, .3);
  transition: transform var(--wh-fast);
}

.page-home .hero-feedback-card:hover {
  transform: translateY(-3px);
}

.page-home .hero-feedback-card__tag {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
  opacity: .85;
}

.page-home .hero-feedback-card__text {
  margin: 6px 0 10px;
  font-family: var(--wh-font-titles);
  font-size: 17px;
  font-weight: 800;
  line-height: 1.25;
}

.page-home .hero-feedback-card__link {
  color: var(--wh-white);
  font-weight: 700;
  font-size: 13px;
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, .55);
  padding-bottom: 2px;
}

.page-home .hero-feedback-card__link:hover {
  border-color: var(--wh-white);
}

.page-home .home-hero__media {
  margin: 0;
  border-radius: 18px;
  overflow: hidden;
  position: relative;
  transform: rotate(1.2deg);
  transition: transform var(--wh-base);
  border: 1px solid rgba(255, 255, 255, .14);
}

.page-home .home-hero__media:hover {
  transform: rotate(0deg) scale(1.01);
}

.page-home .home-hero__img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
  object-fit: cover;
}

.page-home .home-hero__media figcaption {
  position: absolute;
  left: 10px;
  bottom: 10px;
  background: rgba(10, 31, 68, .84);
  color: var(--wh-white);
  font-size: 12px;
  padding: 4px 12px;
  border-radius: 999px;
  font-family: var(--wh-font-data);
}

.page-home .match-section {
  padding: 42px 2px 8px;
}

.page-home .match-section__head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px 16px;
  margin-bottom: 20px;
}

.page-home .match-section__title {
  display: flex;
  align-items: center;
  gap: 12px;
}

.page-home .match-section__title h2,
.page-home .data-section__title h2,
.page-home .feedback-section__title h2,
.page-home .index-section__title h2 {
  font-family: var(--wh-font-titles);
  font-weight: 800;
  font-size: 28px;
  line-height: 1.15;
  margin: 0;
}

.page-home .match-section__title h2 {
  color: var(--wh-navy);
}

.page-home .match-section__desc {
  flex-basis: 100%;
  max-width: 62ch;
  margin: 0;
  color: var(--wh-text-soft);
  font-size: 15px;
}

.page-home .match-section__tool {
  margin-left: auto;
}

.page-home .match-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}

.page-home .match-card {
  background: var(--wh-white);
  border-radius: 16px;
  padding: 18px 16px;
  border: 1px solid rgba(10, 31, 68, .1);
  border-top: 4px solid var(--wh-orange);
  box-shadow: 0 8px 20px rgba(10, 31, 68, .06);
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 12px;
  transition: transform var(--wh-base), box-shadow var(--wh-base), border-color var(--wh-base), background-color var(--wh-base);
}

.page-home .match-card:nth-child(odd) {
  transform: rotate(-.6deg);
}

.page-home .match-card:nth-child(even) {
  transform: rotate(.6deg);
}

.page-home .match-card:hover,
.page-home .match-card:focus-within {
  transform: rotate(0deg) translateY(-6px);
  border-top-color: var(--wh-green);
  box-shadow: 0 18px 34px rgba(10, 31, 68, .12);
  background: #fffefb;
}

.page-home .match-card__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}

.page-home .match-card__league {
  font-family: var(--wh-font-data);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .1em;
  color: var(--wh-orange);
  text-transform: uppercase;
}

.page-home .match-card__status {
  font-family: var(--wh-font-data);
  font-size: 12px;
  color: var(--wh-navy);
  background: rgba(10, 31, 68, .07);
  border-radius: 999px;
  padding: 3px 10px;
  white-space: nowrap;
}

.page-home .match-card__status--live {
  background: rgba(0, 200, 83, .14);
  color: #007a2f;
  font-weight: 700;
}

.page-home .match-card__status--done {
  color: var(--wh-text-soft);
}

.page-home .match-card__teams {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 10px;
}

.page-home .match-card__team {
  font-family: var(--wh-font-titles);
  font-weight: 800;
  font-size: 17px;
  color: var(--wh-navy);
  line-height: 1.2;
}

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

.page-home .match-card__score {
  font-family: var(--wh-font-data);
  font-weight: 700;
  font-size: 21px;
  color: var(--wh-navy-deep);
  background: rgba(10, 31, 68, .05);
  border-radius: 8px;
  padding: 4px 10px;
  white-space: nowrap;
}

.page-home .match-card__foot {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 12px;
  border-top: 1px dashed rgba(10, 31, 68, .14);
  padding-top: 10px;
  font-family: var(--wh-font-data);
  font-size: 12px;
  color: var(--wh-text-soft);
}

.page-home .match-card__enter {
  margin-left: auto;
  font-family: var(--wh-font-body);
  font-weight: 700;
  font-size: 13px;
  color: var(--wh-orange);
  text-decoration: none;
  transition: color var(--wh-fast);
}

.page-home .match-card__enter:hover {
  color: var(--wh-green);
  text-decoration: underline;
}

.page-home .match-card--preview {
  border-top-color: var(--wh-moss);
}

.page-home .match-card--preview:hover,
.page-home .match-card--preview:focus-within {
  border-top-color: var(--wh-orange);
}

.page-home .data-section {
  position: relative;
  overflow: hidden;
  margin: 48px 0;
  background: var(--wh-navy);
  border-radius: 28px;
  color: var(--wh-cream);
  padding: 36px 22px;
}

.page-home .data-section::before {
  content: "";
  position: absolute;
  width: 360px;
  height: 360px;
  right: -80px;
  top: -100px;
  background: radial-gradient(circle, rgba(255, 107, 0, .26), transparent 70%);
  pointer-events: none;
}

.page-home .data-section__head,
.page-home .data-stat-grid,
.page-home .data-visual,
.page-home .data-cert {
  position: relative;
  z-index: 1;
}

.page-home .data-section__head {
  margin-bottom: 24px;
}

.page-home .data-section__kicker {
  font-family: var(--wh-font-data);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--wh-green);
  margin-bottom: 10px;
}

.page-home .data-section__title {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}

.page-home .data-section__title h2 {
  color: var(--wh-white);
}

.page-home .data-section__desc {
  max-width: 64ch;
  color: rgba(245, 240, 235, .72);
  font-size: 15px;
  line-height: 1.7;
  margin: 0;
}

.page-home .data-stat-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}

.page-home .data-stat {
  background: rgba(255, 255, 255, .06);
  border: 1px solid rgba(255, 255, 255, .09);
  border-radius: 16px;
  padding: 16px 14px;
  display: grid;
  gap: 5px;
  align-content: start;
  transition: transform var(--wh-fast), border-color var(--wh-fast), background-color var(--wh-fast);
}

.page-home .data-stat:hover {
  transform: translateY(-3px);
  border-color: rgba(255, 107, 0, .55);
  background: rgba(255, 255, 255, .1);
}

.page-home .data-stat__num {
  font-family: var(--wh-font-data);
  font-size: 27px;
  font-weight: 800;
  line-height: 1.1;
  color: var(--wh-orange);
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 5px;
}

.page-home .data-stat__unit {
  font-size: 14px;
  font-weight: 700;
  color: rgba(245, 240, 235, .8);
}

.page-home .data-stat__label {
  font-size: 13px;
  font-weight: 700;
  color: var(--wh-cream);
}

.page-home .data-stat__note {
  font-family: var(--wh-font-data);
  font-size: 11px;
  color: rgba(245, 240, 235, .55);
}

.page-home .data-stat__trend {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-family: var(--wh-font-data);
  font-size: 11px;
  font-weight: 700;
  color: var(--wh-green);
  background: rgba(0, 200, 83, .14);
  width: max-content;
  padding: 3px 8px;
  border-radius: 999px;
}

.page-home .data-visual {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  margin-top: 26px;
}

.page-home .data-visual__figure {
  margin: 0;
  padding: 10px;
  background: rgba(7, 23, 50, .5);
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 18px;
  transition: border-color var(--wh-fast), transform var(--wh-fast);
}

.page-home .data-visual__figure:hover {
  border-color: rgba(255, 107, 0, .45);
  transform: translateY(-2px);
}

.page-home .data-visual__img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.page-home .data-visual__figure figcaption {
  font-size: 12px;
  color: rgba(245, 240, 235, .66);
  padding: 8px 4px 2px;
  line-height: 1.5;
}

.page-home .data-cert {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 26px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, .14);
}

.page-home .data-cert__item {
  font-family: var(--wh-font-data);
  font-size: 12px;
  color: rgba(245, 240, 235, .72);
  background: rgba(255, 255, 255, .07);
  border: 1px solid rgba(255, 255, 255, .1);
  padding: 6px 12px;
  border-radius: 999px;
  text-decoration: none;
}

.page-home a.data-cert__item:hover {
  border-color: rgba(255, 107, 0, .6);
  color: var(--wh-white);
}

.page-home .feedback-section {
  padding: 12px 0 36px;
}

.page-home .feedback-section__title {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
}

.page-home .feedback-section__title h2 {
  color: var(--wh-navy);
  word-break: keep-all;
}

.page-home .feedback-section__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}

.page-home .feedback-card,
.page-home .index-panel {
  background: var(--wh-white);
  border-radius: 18px;
  padding: 22px;
  border: 1px solid rgba(10, 31, 68, .1);
  box-shadow: 0 8px 20px rgba(10, 31, 68, .05);
}

.page-home .feedback-card h3,
.page-home .index-panel h3 {
  font-family: var(--wh-font-titles);
  font-size: 20px;
  font-weight: 800;
  margin: 0 0 10px;
  color: var(--wh-navy);
}

.page-home .feedback-card > p,
.page-home .index-panel > p {
  font-size: 14px;
  line-height: 1.7;
  color: var(--wh-text-soft);
  margin: 0 0 16px;
}

.page-home .feedback-card__list {
  list-style: none;
  margin: 0 0 20px;
  padding: 0;
  display: grid;
  gap: 8px;
}

.page-home .feedback-card__list li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  padding: 10px 12px;
  background: rgba(10, 31, 68, .03);
  border-radius: 10px;
  font-size: 14px;
  line-height: 1.5;
  color: var(--wh-body-text);
}

.page-home .feedback-card__list li::before {
  content: "";
  width: 8px;
  height: 8px;
  margin-top: 7px;
  border-radius: 50%;
  background: var(--wh-orange);
  flex-shrink: 0;
}

.page-home .feedback-card--step {
  background: #fff6f0;
  border-color: rgba(184, 87, 58, .18);
}

.page-home .feedback-step__list {
  list-style: none;
  margin: 0 0 18px;
  padding: 0;
}

.page-home .feedback-step__list li {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  padding: 11px 0;
  border-bottom: 1px dashed rgba(184, 87, 58, .18);
  font-size: 14px;
  line-height: 1.5;
  color: var(--wh-body-text);
}

.page-home .feedback-step__list li:last-child {
  border-bottom: 0;
}

.page-home .feedback-step__list li span {
  font-family: var(--wh-font-data);
  font-weight: 800;
  font-size: 13px;
  color: var(--wh-terracotta);
  min-width: 24px;
}

.page-home .feedback-card__mail {
  margin: 0;
  font-family: var(--wh-font-data);
  font-size: 13px;
  color: var(--wh-terracotta);
  background: rgba(184, 87, 58, .08);
  padding: 9px 12px;
  border-radius: 8px;
}

.page-home .index-section {
  padding: 12px 0 12px;
}

.page-home .index-section__title {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
}

.page-home .index-section__title h2 {
  color: var(--wh-navy);
  word-break: keep-all;
}

.page-home .index-section__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}

.page-home .index-panel {
  border-bottom: 4px solid var(--wh-moss);
  position: relative;
}

.page-home .index-panel--accent {
  background: var(--wh-navy);
  border-color: rgba(10, 31, 68, .1);
  border-bottom: 4px solid var(--wh-orange);
}

.page-home .index-panel--accent h3 {
  color: var(--wh-white);
}

.page-home .index-panel--accent p {
  color: rgba(245, 240, 235, .8);
}

.page-home .index-panel__tag {
  font-family: var(--wh-font-data);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--wh-moss);
}

.page-home .index-panel--accent .index-panel__tag {
  color: var(--wh-orange);
}

.page-home .index-panel__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.page-home .feedback-float {
  position: fixed;
  right: clamp(12px, 3vw, 28px);
  bottom: clamp(12px, 3vw, 28px);
  z-index: 60;
  display: flex;
  align-items: center;
  gap: 10px;
  background: var(--wh-navy);
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 999px;
  padding: 8px 20px 8px 8px;
  color: var(--wh-white);
  text-decoration: none;
  box-shadow: 0 14px 32px rgba(10, 31, 68, .38);
  transition: transform var(--wh-fast), box-shadow var(--wh-base), background-color var(--wh-fast);
}

.page-home .feedback-float:hover,
.page-home .feedback-float:focus-visible {
  transform: translateY(-4px);
  box-shadow: 0 18px 38px rgba(10, 31, 68, .44);
  background: var(--wh-navy-deep);
}

.page-home .feedback-float__img {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid var(--wh-orange);
  display: block;
}

.page-home .feedback-float__label {
  font-family: var(--wh-font-titles);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.25;
  white-space: nowrap;
}

@media (min-width: 620px) {
  .page-home .quick-entry__list--teams {
    grid-template-columns: repeat(2, 1fr);
  }

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

@media (min-width: 720px) {
  .page-home .quick-entry__cols {
    grid-template-columns: 1fr 1fr;
  }

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

  .page-home .match-section__head {
    align-items: center;
  }

  .page-home .match-section__desc {
    flex-basis: auto;
  }
}

@media (min-width: 780px) {
  .page-home .data-stat-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (min-width: 880px) {
  .page-home .data-visual {
    grid-template-columns: 1fr 1.25fr;
  }

  .page-home .feedback-section__grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (min-width: 900px) {
  .page-home .index-section__grid {
    grid-template-columns: 1fr 1.25fr;
    align-items: stretch;
  }
}

@media (min-width: 1024px) {
  .page-home {
    padding: 20px 28px 96px;
  }

  .page-home .home-hero {
    padding: 44px 40px 42px;
    border-radius: 34px;
  }

  .page-home .home-hero__grid {
    grid-template-columns: minmax(0, 7fr) minmax(0, 4fr);
    gap: 36px;
    align-items: start;
  }

  .page-home .home-hero__side {
    gap: 14px;
  }

  .page-home .quick-entry {
    padding: 24px 22px;
  }

  .page-home .match-section {
    padding: 54px 2px 12px;
  }

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

  .page-home .data-section {
    padding: 48px 40px 40px;
  }

  .page-home .feedback-section {
    padding: 18px 0 48px;
  }
}

@media (max-width: 600px) {
  .page-home .feedback-float__label {
    display: none;
  }

  .page-home .feedback-float {
    padding: 8px;
    border-radius: 50%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .page-home .home-btn,
  .page-home .match-card,
  .page-home .quick-entry,
  .page-home .data-stat,
  .page-home .data-visual__figure,
  .page-home .hero-feedback-card,
  .page-home .home-hero__media,
  .page-home .feedback-float {
    transition: none;
  }

  .page-home .match-card:nth-child(odd),
  .page-home .match-card:nth-child(even),
  .page-home .quick-entry__cols,
  .page-home .home-hero__media {
    transform: none;
  }
}
