.page-home {
  --home-bg: #0A1128;
  --home-card: #1A2240;
  --home-neon: #39FF14;
  --home-orange: #FF6A00;
  --home-blue: #00C6FF;
  --home-gold: #FFD700;
  --home-white: #FFFFFF;
  --home-muted: #A0B0D0;
  --home-glass: rgba(26, 34, 64, 0.72);
  --home-glass-border: rgba(255, 255, 255, 0.1);
  background:
    radial-gradient(1200px 600px at 95% -5%, rgba(0, 198, 255, 0.14), transparent 60%),
    radial-gradient(900px 520px at -10% 35%, rgba(57, 255, 20, 0.1), transparent 65%),
    var(--home-bg);
  overflow-x: hidden;
}

.page-home .home-hero {
  position: relative;
  overflow: hidden;
  padding: 48px 0 64px;
}

.page-home .home-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.018) 0 1px, transparent 1px 44px),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.012) 0 1px, transparent 1px 44px);
  pointer-events: none;
}

.page-home .hero-track-svg {
  position: absolute;
  top: 8%;
  left: 0;
  width: 160%;
  height: auto;
  opacity: 0.6;
  pointer-events: none;
}

.page-home .hero-layout {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 40px;
}

.page-home .hero-left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.page-home .hero-kicker {
  background: rgba(57, 255, 20, 0.1);
  border-left: 4px solid var(--home-neon);
  padding: 6px 14px;
  color: var(--home-neon);
  font-family: var(--font-data);
  font-size: 12px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 18px;
}

.page-home .hero-title {
  margin: 0 0 14px;
  color: var(--home-white);
  font-family: var(--font-headline);
  font-weight: 900;
  font-size: 30px;
  line-height: 1.24;
  letter-spacing: -0.6px;
  transform: skew(-3deg);
}

.page-home .hero-lede {
  max-width: 46em;
  margin: 0 0 26px;
  color: var(--home-muted);
  font-size: 16px;
  line-height: 1.8;
}

.page-home .hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 24px;
}

.page-home .hero-meta-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  padding-top: 18px;
  border-top: 1px solid rgba(160, 176, 208, 0.22);
}

.page-home .meta-item {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--home-muted);
  font-size: 13px;
}

.page-home .meta-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--home-blue);
  box-shadow: 0 0 12px var(--home-blue);
}

.page-home .meta-dot.green {
  background: var(--home-neon);
  box-shadow: 0 0 12px var(--home-neon);
}

.page-home .meta-dot.orange {
  background: var(--home-orange);
  box-shadow: 0 0 12px var(--home-orange);
}

.page-home .hero-right {
  position: relative;
  min-width: 0;
}

.page-home .report-wall-art {
  position: absolute;
  right: -10%;
  bottom: 0;
  width: 120%;
  max-width: 620px;
  height: 100%;
  pointer-events: none;
}

.page-home .report-wall-art .wall-art-img {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.45;
  border-radius: 18px;
  filter: saturate(1.2) contrast(1.1);
}

@keyframes homePanelIn {
  from { opacity: 0; transform: translateY(24px) rotateX(4deg); }
  to { opacity: 1; transform: translateY(0) rotateX(0); }
}

.page-home .report-wall-panel {
  position: relative;
  z-index: 2;
  border: 1px solid var(--home-glass-border);
  background: linear-gradient(145deg, rgba(26, 34, 64, 0.78), rgba(10, 17, 40, 0.55));
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  padding: 16px;
  box-shadow: 0 24px 50px rgba(0, 0, 0, 0.45);
  clip-path: polygon(0 0, calc(100% - 22px) 0, 100% 22px, 100% 100%, 22px 100%, 0 calc(100% - 22px));
  animation: homePanelIn 0.7s ease both;
}

.page-home .report-wall-head {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
  padding-right: 12px;
}

.page-home .wall-live-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #FF3B3B;
  animation: homePulse 1.6s infinite;
}

@keyframes homePulse {
  0% { box-shadow: 0 0 0 0 rgba(255, 59, 59, 0.6); }
  70% { box-shadow: 0 0 0 12px rgba(255, 59, 59, 0); }
  100% { box-shadow: 0 0 0 0 rgba(255, 59, 59, 0); }
}

.page-home .wall-title {
  margin: 0;
  color: var(--home-white);
  font-family: var(--font-headline);
  font-weight: 900;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 0.4px;
}

.page-home .wall-all-link {
  margin-left: auto;
  color: var(--home-muted);
  font-size: 13px;
  text-decoration: none;
  border-bottom: 1px solid rgba(57, 255, 20, 0.5);
  transition: color var(--transition-fast);
}

.page-home .wall-all-link:hover {
  color: var(--home-neon);
}

.page-home .report-tabs {
  position: relative;
}

.page-home .filter-input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.page-home .report-tab-labels {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 16px;
}

.page-home .report-tab-labels label {
  cursor: pointer;
  border: 1px solid rgba(160, 176, 208, 0.35);
  border-radius: 20px;
  padding: 4px 12px;
  font-size: 12px;
  color: var(--home-muted);
  background: rgba(26, 34, 64, 0.4);
  transition: background var(--transition-fast), color var(--transition-fast), border-color var(--transition-fast);
  font-family: var(--font-body);
  -webkit-tap-highlight-color: transparent;
}

.page-home #home-tab-all:checked ~ .report-tab-labels label[for="home-tab-all"],
.page-home #home-tab-football:checked ~ .report-tab-labels label[for="home-tab-football"],
.page-home #home-tab-basketball:checked ~ .report-tab-labels label[for="home-tab-basketball"],
.page-home #home-tab-key:checked ~ .report-tab-labels label[for="home-tab-key"] {
  background: rgba(57, 255, 20, 0.16);
  color: var(--home-neon);
  border-color: var(--home-neon);
}

.page-home .report-wall-scroll {
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding-bottom: 6px;
  scrollbar-width: thin;
  scrollbar-color: rgba(57, 255, 20, 0.4) rgba(255, 255, 255, 0.06);
}

.page-home .report-wall-scroll::-webkit-scrollbar {
  height: 4px;
}

.page-home .report-wall-scroll::-webkit-scrollbar-thumb {
  background: rgba(57, 255, 20, 0.35);
  border-radius: 4px;
}

.page-home .report-wall-track {
  display: flex;
  width: max-content;
}

.page-home .report-wall-clone {
  display: flex;
  gap: 12px;
  padding-right: 12px;
}

.page-home .report-wall-clone[aria-hidden="true"] {
  pointer-events: none;
}

.page-home .report-card {
  flex: 0 0 244px;
  scroll-snap-align: start;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: linear-gradient(150deg, rgba(26, 34, 64, 0.9), rgba(15, 22, 48, 0.92));
  overflow: hidden;
  transition: border-color var(--transition-fast), transform var(--transition-fast), box-shadow var(--transition-fast);
}

.page-home .report-card::before {
  content: "";
  display: block;
  height: 4px;
  background: linear-gradient(90deg, var(--home-orange) 0 40%, transparent 40%);
}

.page-home .report-card:hover {
  border-color: rgba(57, 255, 20, 0.6);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.35);
  transform: translateY(-4px);
}

.page-home .report-card details summary {
  list-style: none;
  cursor: pointer;
}

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

.page-home .report-card-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 12px 0;
}

.page-home .report-league {
  color: var(--home-blue);
  font-size: 11px;
  letter-spacing: 0.5px;
}

.page-home .report-time {
  color: var(--home-muted);
  font-family: var(--font-data);
  font-size: 11px;
}

.page-home .report-scoreline {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 12px 12px 6px;
}

.page-home .team-name {
  color: var(--home-white);
  font-size: 13px;
  font-weight: 700;
  flex: 1;
  line-height: 1.3;
}

.page-home .team-name:first-of-type {
  text-align: right;
}

.page-home .score-box {
  display: flex;
  align-items: center;
  gap: 2px;
  background: rgba(255, 215, 0, 0.12);
  padding: 4px 8px;
  border-radius: 6px;
}

.page-home .sc-score {
  color: var(--home-gold);
  font-family: var(--font-data);
  font-weight: 700;
  font-size: 17px;
}

.page-home .sc-colon {
  color: var(--home-muted);
  font-size: 13px;
  font-family: var(--font-data);
}

.page-home .report-hint {
  color: rgba(160, 176, 208, 0.6);
  font-size: 11px;
  padding: 0 12px 10px;
}

.page-home .report-detail {
  border-top: 1px dashed rgba(255, 255, 255, 0.14);
  padding: 10px 12px 12px;
  background: rgba(0, 198, 255, 0.04);
}

.page-home .detail-row {
  display: flex;
  align-items: baseline;
  gap: 8px;
  padding: 5px 0;
  font-size: 12px;
  color: var(--home-white);
  line-height: 1.4;
}

.page-home .detail-clock {
  color: var(--home-neon);
  font-family: var(--font-data);
  font-size: 11px;
  white-space: nowrap;
  min-width: 36px;
}

.page-home .detail-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 8px;
}

.page-home .detail-meta span {
  border: 1px solid rgba(255, 106, 0, 0.35);
  background: rgba(255, 106, 0, 0.08);
  color: var(--home-orange);
  padding: 2px 8px;
  border-radius: 12px;
  font-size: 11px;
}

.page-home .filter-input:not(#home-tab-all):checked ~ .report-wall-scroll .report-card {
  display: none;
}

.page-home #home-tab-football:checked ~ .report-wall-scroll .report-card[data-cat*="football"],
.page-home #home-tab-basketball:checked ~ .report-wall-scroll .report-card[data-cat*="basketball"],
.page-home #home-tab-key:checked ~ .report-wall-scroll .report-card[data-cat*="keymatch"] {
  display: block;
}

.page-home .switch-hub {
  position: relative;
  padding: 56px 0 72px;
}

.page-home .switch-hub::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, var(--home-orange), transparent 60%, rgba(0, 198, 255, 0.7));
}

.page-home .section-head {
  margin-bottom: 32px;
}

.page-home .section-kicker {
  display: inline-block;
  color: var(--home-neon);
  font-family: var(--font-data);
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 8px;
  padding-left: 10px;
  border-left: 3px solid var(--home-orange);
}

.page-home .section-title {
  margin: 0;
  font-family: var(--font-headline);
  font-weight: 900;
  font-size: 32px;
  color: var(--home-white);
  line-height: 1.2;
}

.page-home .section-sub {
  color: var(--home-muted);
  font-size: 15px;
  line-height: 1.7;
  max-width: 56em;
  margin: 8px 0 0;
}

.page-home .switch-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
  animation: homeSwitchIn 0.7s ease both;
}

@keyframes homeSwitchIn {
  from { opacity: 0; transform: translateY(24px); }
  to { opacity: 1; transform: translateY(0); }
}

.page-home .switch-card {
  display: block;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: linear-gradient(155deg, rgba(26, 34, 64, 0.85), rgba(16, 24, 50, 0.9));
  border-radius: 12px;
  padding: 20px 18px;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  transition: transform var(--transition-fast), border-color var(--transition-fast), background var(--transition-fast);
}

.page-home .switch-card::before {
  content: "";
  display: block;
  height: 3px;
  background: linear-gradient(90deg, var(--home-neon) 0 20%, rgba(57, 255, 20, 0.2) 20% 100%);
  border-radius: 2px 0 0 0;
  margin-bottom: 14px;
}

.page-home .switch-card::after {
  content: "";
  position: absolute;
  right: -30px;
  top: -30px;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 106, 0, 0.25), transparent 70%);
  transition: transform var(--transition-fast);
}

.page-home .switch-card:hover {
  border-color: rgba(57, 255, 20, 0.5);
  transform: translateY(-4px);
}

.page-home .switch-card:hover::after {
  transform: scale(1.3);
}

.page-home .switch-card-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
}

.page-home .switch-index {
  font-family: var(--font-data);
  color: var(--home-orange);
  font-size: 14px;
}

.page-home .switch-icon {
  font-size: 22px;
  filter: saturate(0.8);
}

.page-home .switch-card h3 {
  color: var(--home-white);
  font-size: 18px;
  font-weight: 800;
  margin: 0 0 12px;
}

.page-home .switch-card ul {
  list-style: none;
  margin: 0 0 16px;
  padding: 0;
  display: grid;
  gap: 6px;
}

.page-home .switch-card li {
  color: var(--home-muted);
  font-size: 13px;
  line-height: 1.5;
  padding-left: 14px;
  position: relative;
}

.page-home .switch-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 6px;
  height: 2px;
  background: var(--home-neon);
}

.page-home .switch-go {
  color: var(--home-blue);
  font-size: 13px;
  font-weight: 700;
}

.page-home .switch-thumb-row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  align-items: center;
  margin-top: 32px;
  padding: 18px;
  border: 1px dashed rgba(160, 176, 208, 0.3);
  border-radius: 14px;
  background: rgba(160, 176, 208, 0.04);
}

.page-home .switch-thumb-copy {
  color: var(--home-muted);
  font-size: 14px;
  line-height: 1.7;
}

.page-home .thumb-label {
  color: var(--home-neon);
  font-family: var(--font-data);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  display: block;
  margin-bottom: 4px;
}

.page-home .switch-thumb-img img {
  display: block;
  width: 100%;
  max-width: 420px;
  height: auto;
  object-fit: contain;
  border-radius: 10px;
}

.page-home .highlights-section {
  position: relative;
  padding: 64px 0;
  background: linear-gradient(180deg, rgba(0, 198, 255, 0.06), transparent 20%);
}

.page-home .highlights-layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px;
}

.page-home .highlights-feature {
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 14px;
  overflow: hidden;
  background: var(--home-card);
}

.page-home .feature-visual {
  position: relative;
}

.page-home .feature-visual img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  aspect-ratio: 16 / 9;
}

.page-home .play-badge {
  position: absolute;
  inset: 0;
  margin: auto;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: rgba(255, 106, 0, 0.92);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--home-white);
  font-size: 18px;
  box-shadow: 0 0 0 8px rgba(255, 106, 0, 0.2);
  transition: transform var(--transition-fast), box-shadow var(--transition-fast);
  cursor: pointer;
}

.page-home .feature-visual:hover .play-badge {
  transform: scale(1.08);
  box-shadow: 0 0 0 16px rgba(255, 106, 0, 0.15);
}

.page-home .duration-tag {
  position: absolute;
  right: 10px;
  bottom: 10px;
  background: rgba(10, 17, 40, 0.85);
  color: var(--home-neon);
  font-family: var(--font-data);
  font-size: 12px;
  padding: 3px 8px;
  border-radius: 4px;
}

.page-home .feature-caption {
  padding: 18px;
}

.page-home .feature-caption h3 {
  color: var(--home-white);
  font-size: 20px;
  margin: 0 0 8px;
}

.page-home .feature-caption p {
  color: var(--home-muted);
  font-size: 14px;
  margin: 0 0 12px;
}

.page-home .text-link {
  color: var(--home-neon);
  font-weight: 700;
  text-decoration: none;
}

.page-home .highlights-list {
  display: grid;
  gap: 10px;
  align-content: start;
}

.page-home .highlight-row {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px;
  border-radius: 10px;
  background: rgba(26, 34, 64, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.06);
  transition: border-color var(--transition-fast), background var(--transition-fast);
}

.page-home .highlight-row:hover {
  border-color: rgba(0, 198, 255, 0.5);
  background: rgba(26, 34, 64, 0.95);
}

.page-home .hl-rank {
  color: var(--home-orange);
  font-family: var(--font-data);
  font-size: 14px;
  min-width: 24px;
}

.page-home .hl-body {
  flex: 1;
  min-width: 0;
}

.page-home .hl-body h4 {
  color: var(--home-white);
  margin: 0 0 4px;
  font-size: 15px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.page-home .hl-type {
  color: var(--home-muted);
  font-size: 12px;
}

.page-home .hl-time {
  color: var(--home-neon);
  font-family: var(--font-data);
  font-size: 13px;
  white-space: nowrap;
}

.page-home .scorer-section {
  position: relative;
  padding: 64px 0 80px;
  background: radial-gradient(800px 500px at 90% 10%, rgba(255, 215, 0, 0.09), transparent 55%), linear-gradient(180deg, rgba(10, 17, 40, 0.4), rgba(10, 17, 40, 0.9));
}

.page-home .scorer-layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px;
  align-items: center;
}

.page-home .scorer-desc {
  color: var(--home-muted);
  max-width: 50em;
  margin: 6px 0 18px;
}

.page-home .scorer-table {
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  overflow: hidden;
  background: rgba(10, 17, 40, 0.6);
}

.page-home .scorer-head-row {
  display: grid;
  grid-template-columns: 48px 1fr 1fr 60px;
  gap: 8px;
  padding: 10px 14px;
  background: rgba(0, 198, 255, 0.08);
  color: var(--home-muted);
  font-size: 12px;
  font-family: var(--font-data);
}

.page-home .scorer-row {
  display: grid;
  grid-template-columns: 48px 1fr 1fr 60px;
  gap: 8px;
  align-items: center;
  padding: 14px;
  text-decoration: none;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  position: relative;
  overflow: hidden;
  transition: background var(--transition-fast);
}

.page-home .scorer-row::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(57, 255, 20, 0.15), transparent 70%);
  width: 0;
  transition: width 0.4s ease;
}

.page-home .scorer-row:hover::before,
.page-home .scorer-row:focus::before {
  width: 100%;
}

.page-home .s-rank {
  color: var(--home-orange);
  font-family: var(--font-data);
  font-size: 14px;
  font-weight: 700;
}

.page-home .s-player {
  color: var(--home-white);
  font-weight: 700;
  font-size: 15px;
}

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

.page-home .s-goals {
  color: var(--home-gold);
  font-family: var(--font-data);
  font-size: 18px;
  font-weight: 700;
  text-shadow: 0 0 10px rgba(255, 215, 0, 0.3);
  transition: transform var(--transition-fast), text-shadow var(--transition-fast);
}

.page-home .scorer-row:hover .s-goals {
  transform: scale(1.15);
  text-shadow: 0 0 18px rgba(255, 215, 0, 0.6);
}

.page-home .scorer-cta {
  margin-top: 18px;
}

.page-home .scorer-viz {
  position: relative;
  min-width: 0;
}

.page-home .scorer-viz img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.page-home .viz-caption {
  color: var(--home-muted);
  font-size: 13px;
  margin-top: 10px;
  padding-left: 12px;
  border-left: 3px solid var(--home-neon);
  font-family: var(--font-data);
}

.page-home .proof-section {
  padding: 40px 0 60px;
  background: rgba(0, 198, 255, 0.03);
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

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

.page-home .proof-item {
  text-align: center;
  padding: 18px 10px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 10px;
  background: linear-gradient(155deg, rgba(26, 34, 64, 0.5), rgba(10, 17, 40, 0.5));
}

.page-home .proof-num {
  display: block;
  color: var(--home-neon);
  font-family: var(--font-data);
  font-size: 30px;
  font-weight: 700;
  line-height: 1.1;
}

.page-home .proof-label {
  display: block;
  color: var(--home-muted);
  font-size: 13px;
  margin-top: 6px;
}

.page-home .home-outro {
  padding: 56px 0 64px;
}

.page-home .outro-card {
  display: flex;
  flex-direction: column;
  gap: 18px;
  align-items: flex-start;
  padding: 28px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: linear-gradient(135deg, rgba(255, 106, 0, 0.14), rgba(26, 34, 64, 0.9)), var(--home-card);
  position: relative;
  overflow: hidden;
}

.page-home .outro-card::before {
  content: "";
  position: absolute;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(57, 255, 20, 0.25), transparent 70%);
  top: -80px;
  right: -40px;
}

.page-home .outro-text {
  position: relative;
  z-index: 1;
}

.page-home .outro-text h2 {
  color: var(--home-white);
  font-size: 24px;
  line-height: 1.3;
  margin: 0 0 10px;
}

.page-home .outro-text p {
  color: var(--home-muted);
  font-size: 15px;
  margin: 0;
  max-width: 42em;
}

.page-home .outro-card .btn {
  position: relative;
  z-index: 1;
  flex-shrink: 0;
}

@media (min-width: 768px) {
  .page-home .hero-layout {
    grid-template-columns: 5fr 7fr;
    gap: 36px;
    align-items: center;
  }

  .page-home .hero-title {
    font-size: 42px;
  }

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

  .page-home .switch-thumb-row {
    grid-template-columns: 2fr 1fr;
  }

  .page-home .highlights-layout {
    grid-template-columns: 5fr 6fr;
    gap: 20px;
  }

  .page-home .scorer-layout {
    grid-template-columns: 1fr 0.9fr;
    gap: 32px;
  }

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

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

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

  .page-home .hero-title {
    font-size: 46px;
    line-height: 1.2;
  }

  .page-home .report-wall-scroll {
    overflow: hidden;
  }

  .page-home .report-wall-track {
    animation: homeReportFlow 80s linear infinite;
  }

  .page-home .report-wall-scroll:hover .report-wall-track,
  .page-home .report-wall-scroll:focus-within .report-wall-track {
    animation-play-state: paused;
  }
}

@keyframes homeReportFlow {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}
