.page-home {
  background: var(--clr-ink);
  color: var(--clr-light);
  overflow-x: clip;
}

/* ===== Hero ===== */
.page-home .hero-frame {
  position: relative;
  min-height: min(92vh, 960px);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  padding-bottom: 0;
}

.page-home .hero-media {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.page-home .hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.page-home .hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    105deg,
    rgba(11, 27, 43, 0.97) 0%,
    rgba(11, 27, 43, 0.88) 38%,
    rgba(14, 29, 47, 0.52) 68%,
    rgba(11, 27, 43, 0.82) 100%
  );
}

.page-home .hero-inner {
  position: relative;
  z-index: 2;
  flex: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  margin: clamp(18px, 4vw, 44px) clamp(16px, 4vw, 48px) 0;
  border: 1px solid var(--line-gold);
  background: rgba(11, 27, 43, 0.3);
  clip-path: polygon(
    0 0,
    calc(100% - 26px) 0,
    100% 26px,
    100% calc(100% - 26px),
    calc(100% - 26px) 100%,
    0 100%
  );
}

.page-home .hero-corner {
  position: absolute;
  width: 40px;
  height: 40px;
  pointer-events: none;
  z-index: 3;
}

.page-home .hero-corner-tl {
  top: 10px;
  left: 10px;
  border-top: 2px solid var(--clr-gold);
  border-left: 2px solid var(--clr-gold);
}

.page-home .hero-corner-br {
  bottom: 10px;
  right: 10px;
  border-bottom: 2px solid var(--clr-orange);
  border-right: 2px solid var(--clr-orange);
}

.page-home .hero-main {
  padding: clamp(26px, 5vw, 52px);
}

.page-home .hero-eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--clr-gray);
  margin-bottom: 18px;
}

.page-home .eyebrow-live {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--clr-green);
  box-shadow: 0 0 0 4px rgba(34, 197, 94, 0.16), 0 0 14px rgba(34, 197, 94, 0.8);
  animation: page-home-live 1.8s ease-in-out infinite;
}

@keyframes page-home-live {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.45; }
}

.page-home .eyebrow-sep {
  color: var(--clr-gold);
}

.page-home .hero-main h1 {
  font-family: var(--font-heading);
  font-size: clamp(2.1rem, 6vw, 4.2rem);
  line-height: 1.12;
  margin: 0 0 18px;
  color: var(--clr-light);
  letter-spacing: 0.01em;
}

.page-home .h1-accent {
  color: var(--clr-gold);
  display: block;
}

.page-home .hero-desc {
  font-size: calc(0.94rem + 0.2vw);
  line-height: 1.9;
  color: rgba(243, 244, 246, 0.84);
  max-width: 620px;
  margin: 0 0 28px;
}

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

.page-home .hero-btn-primary,
.page-home .hero-btn-secondary {
  min-width: 176px;
  justify-content: center;
}

.page-home .hero-console {
  padding: clamp(20px, 4vw, 30px);
  background: rgba(17, 24, 37, 0.78);
  border-top: 1px solid var(--line-gold);
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 16px;
}

.page-home .console-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--clr-gray);
}

.page-home .console-lamp {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--clr-green);
  font-weight: 600;
}

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

.page-home .console-refresh {
  color: var(--clr-gray);
  font-size: 12px;
}

.page-home .console-round {
  display: flex;
  align-items: baseline;
  gap: 10px;
}

.page-home .round-num {
  font-family: var(--font-heading);
  font-size: clamp(3.2rem, 8vw, 5.2rem);
  line-height: 1;
  color: var(--clr-gold);
  text-shadow: 0 0 40px rgba(212, 175, 55, 0.35);
}

.page-home .round-label {
  color: var(--clr-gray);
  font-size: 14px;
  letter-spacing: 0.12em;
}

.page-home .console-track {
  position: relative;
  height: 4px;
  background: rgba(255, 255, 255, 0.08);
  background-image: repeating-linear-gradient(
    90deg,
    transparent 0 26px,
    rgba(255, 255, 255, 0.06) 26px 27px
  );
}

.page-home .console-track-fill {
  position: relative;
  width: 96%;
  height: 100%;
  background: linear-gradient(90deg, var(--clr-gold), var(--clr-orange));
}

.page-home .console-track-dot {
  position: absolute;
  right: -7px;
  top: 50%;
  transform: translateY(-50%);
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: var(--clr-orange);
  box-shadow: 0 0 14px var(--clr-orange);
}

.page-home .console-leagues {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.page-home .console-leagues span {
  font-size: 12px;
  padding: 4px 9px;
  border: 1px solid var(--line-gold);
  border-radius: 999px;
  color: rgba(243, 244, 246, 0.78);
}

.page-home .console-note {
  font-size: 13px;
  line-height: 1.7;
  color: var(--clr-gray);
  margin: 0;
  border-left: 2px solid var(--clr-gold);
  padding-left: 12px;
}

.page-home .hero-ticker {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: stretch;
  margin: 20px clamp(16px, 4vw, 48px) 0;
  background: linear-gradient(90deg, #101820, #0d151f);
  border-left: 3px solid var(--clr-orange);
  min-height: 44px;
}

.page-home .ticker-title {
  background: linear-gradient(90deg, var(--clr-gold), var(--clr-orange));
  color: var(--clr-ink);
  font-weight: 700;
  display: flex;
  align-items: center;
  padding: 0 14px;
  letter-spacing: 0.1em;
  font-size: 12px;
  text-transform: uppercase;
  white-space: nowrap;
}

.page-home .ticker-text {
  flex: 1;
  display: flex;
  align-items: center;
  padding: 10px 16px;
  color: var(--clr-gray);
  font-size: 13px;
  line-height: 1.6;
}

/* ===== Section headings ===== */
.page-home .section-heading {
  padding-top: clamp(48px, 7vw, 72px);
}

.page-home .section-index {
  font-family: var(--font-heading);
  font-size: 13px;
  letter-spacing: 0.22em;
  color: var(--clr-gold);
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
}

.page-home .section-index::after {
  content: "";
  width: 42px;
  height: 1px;
  background: linear-gradient(90deg, var(--clr-gold), transparent);
}

.page-home .section-heading h2 {
  font-family: var(--font-heading);
  font-size: clamp(1.9rem, 4vw, 3rem);
  line-height: 1.2;
  margin: 6px 0 12px;
  color: var(--clr-light);
}

.page-home .section-lead {
  color: var(--clr-gray);
  font-size: 1rem;
  line-height: 1.8;
  max-width: 720px;
  margin: 0;
}

/* ===== Highlights ===== */
.page-home .highlights-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 18px;
  padding-top: 34px;
  padding-bottom: clamp(48px, 7vw, 72px);
}

.page-home .mat-card {
  position: relative;
  overflow: hidden;
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.015));
  border: 1px solid var(--line-gold);
  clip-path: polygon(
    0 0,
    calc(100% - 18px) 0,
    100% 18px,
    100% 100%,
    18px 100%,
    0 calc(100% - 18px)
  );
  padding: 22px;
  display: flex;
  flex-direction: column;
}

.page-home .mat-card::after {
  content: "";
  position: absolute;
  inset: 10px;
  border: 1px solid rgba(212, 175, 55, 0.18);
  pointer-events: none;
}

.page-home .mat-visual {
  min-height: 136px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
  padding: 14px;
  background:
    radial-gradient(circle at 80% 20%, rgba(212, 175, 55, 0.1), transparent 55%),
    linear-gradient(135deg, rgba(11, 27, 43, 0.6), rgba(17, 24, 37, 0.9));
  border-bottom: 1px solid var(--line-light);
}

.page-home .mat-body {
  position: relative;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.page-home .mat-index {
  position: absolute;
  top: -18px;
  right: 0;
  font-family: var(--font-heading);
  font-size: 22px;
  color: rgba(212, 175, 55, 0.44);
}

.page-home .mat-body h3 {
  font-size: 1.18rem;
  margin: 0 0 8px;
  color: var(--clr-light);
  letter-spacing: 0.01em;
}

.page-home .mat-body p {
  font-size: 0.92rem;
  line-height: 1.75;
  color: var(--clr-gray);
  margin: 0 0 16px;
}

.page-home .page-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: auto;
  color: var(--clr-gold);
  font-size: 0.9rem;
  font-weight: 600;
  text-decoration: none;
  transition: color var(--dur) var(--ease);
}

.page-home .page-link i {
  display: inline-block;
  width: 18px;
  height: 1px;
  background: currentColor;
  transition: width var(--dur) var(--ease);
}

.page-home .page-link:hover {
  color: var(--clr-orange);
}

.page-home .page-link:hover i {
  width: 28px;
}

.page-home .nav-mini {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.page-home .nav-mini span {
  font-size: 12px;
  padding: 5px 10px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid var(--line-light);
  color: var(--clr-gray);
}

.page-home .nav-mini .nav-mini-hot {
  background: rgba(255, 107, 53, 0.16);
  border-color: var(--clr-orange);
  color: var(--clr-orange);
  font-weight: 600;
}

.page-home .data-panel-mini {
  width: 100%;
  max-width: 220px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.page-home .dim-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
  padding: 6px 10px;
  background: rgba(11, 27, 43, 0.72);
  border-left: 2px solid var(--clr-gold);
  color: var(--clr-gray);
}

.page-home .dim-row b {
  color: var(--clr-light);
  font-size: 14px;
}

.page-home .phone-mini {
  width: 104px;
  background: #0b1b2b;
  border: 2px solid var(--line-gold);
  border-radius: 16px;
  padding: 9px 8px 14px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.page-home .phone-mini-top {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  font-size: 10px;
  color: var(--clr-green);
  letter-spacing: 0.08em;
}

.page-home .phone-mini-top i {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--clr-green);
}

.page-home .phone-mini-line {
  display: block;
  height: 5px;
  background: rgba(255, 255, 255, 0.14);
  border-radius: 99px;
}

.page-home .phone-mini-line.short {
  width: 70%;
}

.page-home .phone-mini-tag {
  margin-top: 6px;
  align-self: center;
  font-size: 10px;
  padding: 3px 8px;
  border-radius: 99px;
  background: rgba(255, 107, 53, 0.16);
  border: 1px solid var(--clr-orange);
  color: var(--clr-orange);
}

.page-home .fav-badge {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.page-home .fav-badge-star {
  font-size: 42px;
  line-height: 1;
  color: var(--clr-gold);
  text-shadow: 0 0 30px rgba(212, 175, 55, 0.6);
}

.page-home .fav-badge-text {
  font-size: 12px;
  letter-spacing: 0.08em;
  color: var(--clr-gray);
  text-align: center;
  line-height: 1.7;
}

/* ===== Replays ===== */
.page-home .replays-section {
  background: linear-gradient(180deg, transparent, rgba(17, 24, 37, 0.6), transparent);
  border-top: 1px solid var(--line-gold);
  border-bottom: 1px solid var(--line-gold);
}

.page-home .match-listing {
  padding: 34px 0 clamp(52px, 8vw, 84px);
  position: relative;
}

.page-home .league-filter-input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.page-home .league-filter-tab {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 6px 10px 0;
  padding: 8px 18px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: var(--clr-gray);
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid var(--line-gold);
  border-radius: 999px;
  cursor: pointer;
  transition: background var(--dur) var(--ease), color var(--dur) var(--ease);
}

.page-home .league-filter-input:checked + .league-filter-tab {
  background: var(--clr-orange);
  border-color: var(--clr-orange);
  color: var(--clr-light);
}

.page-home .league-filter-input:focus-visible + .league-filter-tab {
  outline: 2px solid var(--clr-gold);
  outline-offset: 3px;
}

.page-home #league-all:checked ~ .match-grid .match-card {
  display: flex;
}

.page-home #league-premier:checked ~ .match-grid .match-card:not([data-league="premier"]),
.page-home #league-laliga:checked ~ .match-grid .match-card:not([data-league="laliga"]),
.page-home #league-seriea:checked ~ .match-grid .match-card:not([data-league="seriea"]),
.page-home #league-bundesliga:checked ~ .match-grid .match-card:not([data-league="bundesliga"]),
.page-home #league-ligue1:checked ~ .match-grid .match-card:not([data-league="ligue1"]),
.page-home #league-csl:checked ~ .match-grid .match-card:not([data-league="csl"]) {
  display: none;
}

.page-home .match-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 18px;
  margin-top: 18px;
}

.page-home .match-card {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 20px;
  background: linear-gradient(155deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.01));
  border: 1px solid var(--line-gold);
  clip-path: polygon(
    0 0,
    calc(100% - 14px) 0,
    100% 14px,
    100% 100%,
    14px 100%,
    0 calc(100% - 14px)
  );
  transition: border-color var(--dur) var(--ease), transform var(--dur) var(--ease);
}

.page-home .match-card:hover {
  border-color: rgba(255, 107, 53, 0.6);
  transform: translateY(-3px);
}

.page-home .match-card-featured {
  padding: 0;
  overflow: hidden;
}

.page-home .match-card-featured > :not(.match-thumb) {
  margin-left: 20px;
  margin-right: 20px;
}

.page-home .match-thumb {
  position: relative;
  margin: 0 0 16px;
  overflow: hidden;
}

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

.page-home .match-duration {
  position: absolute;
  left: 12px;
  bottom: 12px;
  font-size: 12px;
  padding: 4px 10px;
  background: rgba(11, 27, 43, 0.82);
  border: 1px solid var(--clr-gold);
  color: var(--clr-light);
  border-radius: 99px;
}

.page-home .match-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}

.page-home .league-pill {
  font-size: 12px;
  font-weight: 700;
  color: var(--clr-gold);
  background: rgba(212, 175, 55, 0.1);
  border: 1px solid rgba(212, 175, 55, 0.4);
  padding: 3px 12px;
  border-radius: 999px;
}

.page-home .match-round {
  font-size: 12px;
  color: var(--clr-gray);
  letter-spacing: 0.08em;
}

.page-home .match-teams-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 1rem;
  color: var(--clr-light);
  margin-bottom: 6px;
}

.page-home .match-teams-row b {
  font-family: var(--font-heading);
  font-size: 1.6rem;
  color: var(--clr-orange);
}

.page-home .match-card h3 {
  font-size: 1.12rem;
  margin: 0 0 6px;
  color: var(--clr-light);
}

.page-home .match-desc {
  font-size: 0.86rem;
  color: var(--clr-gray);
  line-height: 1.7;
  margin: 0 0 14px;
}

.page-home .match-price {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-top: 12px;
  border-top: 1px dashed var(--line-light);
  margin-top: auto;
}

.page-home .price-fee {
  font-size: 14px;
  font-weight: 700;
  color: var(--clr-orange);
}

.page-home .price-free {
  font-size: 12px;
  color: var(--clr-green);
  border: 1px solid rgba(34, 197, 94, 0.4);
  padding: 2px 8px;
  border-radius: 999px;
}

.page-home .match-link {
  margin-top: 14px;
  font-size: 13px;
  font-weight: 600;
  color: var(--clr-gold);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  transition: color var(--dur) var(--ease);
}

.page-home .match-link::after {
  content: "→";
  transition: transform var(--dur) var(--ease);
}

.page-home .match-link:hover {
  color: var(--clr-orange);
}

.page-home .match-link:hover::after {
  transform: translateX(4px);
}

/* ===== Schedule ===== */
.page-home .schedule-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 36px;
  padding: clamp(52px, 8vw, 84px) 0;
  align-items: center;
}

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

.page-home .schedule-frame {
  position: relative;
  border: 1px solid var(--line-gold);
  padding: 8px;
  background: rgba(17, 24, 37, 0.5);
  clip-path: polygon(0 0, calc(100% - 22px) 0, 100% 22px, 100% calc(100% - 22px), calc(100% - 22px) 100%, 0 100%);
}

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

.page-home .schedule-badge {
  position: absolute;
  right: 18px;
  bottom: 18px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  background: rgba(11, 27, 43, 0.88);
  border: 1px solid var(--clr-orange);
  color: var(--clr-light);
  font-size: 12px;
}

.page-home .schedule-badge b {
  font-family: var(--font-heading);
  font-size: 1.5rem;
  color: var(--clr-orange);
}

.page-home .schedule-content {
  padding: 20px 0;
}

.page-home .schedule-content h2 {
  font-family: var(--font-heading);
  font-size: clamp(1.9rem, 4vw, 3rem);
  margin: 8px 0 16px;
  color: var(--clr-light);
}

.page-home .schedule-desc {
  color: var(--clr-gray);
  line-height: 1.9;
  font-size: 0.98rem;
  margin: 0 0 24px;
  border-left: 3px solid var(--clr-gold);
  padding-left: 16px;
}

.page-home .schedule-features {
  list-style: none;
  margin: 0 0 28px;
  padding: 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 12px;
}

.page-home .schedule-features li {
  display: flex;
  align-items: center;
  gap: 10px;
  color: rgba(243, 244, 246, 0.82);
  font-size: 0.92rem;
  background: rgba(255, 255, 255, 0.025);
  padding: 11px 14px;
  border: 1px solid var(--line-light);
}

.page-home .schedule-features b {
  font-family: var(--font-heading);
  font-size: 1.2rem;
  color: var(--clr-gold);
  min-width: 58px;
}

/* ===== Mobile ===== */
.page-home .mobile-section {
  background: linear-gradient(180deg, transparent, rgba(17, 24, 37, 0.55));
  border-top: 1px solid var(--line-gold);
}

.page-home .mobile-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 40px;
  padding: clamp(52px, 8vw, 84px) 0;
  align-items: center;
}

.page-home .mobile-visual {
  position: relative;
  display: flex;
  justify-content: center;
  padding: 18px 0;
}

.page-home .mobile-phone {
  position: relative;
  width: min(300px, 72%);
  padding: 10px;
  background: #050a10;
  border-radius: 30px;
  border: 1px solid var(--line-gold);
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.45);
}

.page-home .mobile-phone img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 20px;
  object-fit: cover;
  aspect-ratio: 3 / 4;
}

.page-home .phone-badge {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 46px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-heading);
  font-size: 14px;
  color: var(--clr-ink);
  background: linear-gradient(135deg, var(--clr-gold), var(--clr-orange));
  border-radius: 50%;
  font-weight: 700;
}

.page-home .mobile-glow {
  position: absolute;
  inset: 12%;
  background: radial-gradient(circle, rgba(255, 107, 53, 0.12), transparent 68%);
  pointer-events: none;
  z-index: -1;
}

.page-home .mobile-content h2 {
  font-family: var(--font-heading);
  font-size: clamp(1.8rem, 4vw, 2.8rem);
  margin: 8px 0 16px;
  color: var(--clr-light);
  line-height: 1.28;
}

.page-home .mobile-desc {
  color: var(--clr-gray);
  line-height: 1.9;
  font-size: 0.98rem;
  margin: 0 0 26px;
}

.page-home .mobile-points {
  list-style: none;
  margin: 0 0 28px;
  padding: 0;
  display: grid;
  gap: 10px;
}

.page-home .mobile-points li {
  position: relative;
  padding: 12px 16px 12px 48px;
  background: rgba(255, 255, 255, 0.025);
  border: 1px solid var(--line-light);
  color: rgba(243, 244, 246, 0.84);
  font-size: 0.92rem;
  line-height: 1.65;
}

.page-home .mobile-points li span {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 700;
  color: var(--clr-orange);
  background: rgba(255, 107, 53, 0.08);
  border-right: 1px solid var(--line-light);
}

/* ===== Favorites ===== */
.page-home .favorites-panel {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  overflow: hidden;
  margin: clamp(52px, 8vw, 84px) 0;
  background: linear-gradient(135deg, rgba(17, 24, 37, 0.96), rgba(11, 27, 43, 0.96));
  border: 1px solid var(--line-gold);
  clip-path: polygon(
    0 0,
    calc(100% - 32px) 0,
    100% 32px,
    100% calc(100% - 32px),
    calc(100% - 32px) 100%,
    0 100%
  );
}

.page-home .favorites-panel::before {
  content: "";
  position: absolute;
  top: -60%;
  right: -16%;
  width: 64%;
  height: 180%;
  background: radial-gradient(circle, rgba(212, 175, 55, 0.16), transparent 66%);
  pointer-events: none;
}

.page-home .favorites-content {
  position: relative;
  z-index: 1;
  padding: clamp(28px, 5vw, 48px);
}

.page-home .favorites-content h2 {
  font-family: var(--font-heading);
  font-size: clamp(1.8rem, 4vw, 2.8rem);
  margin: 8px 0 16px;
  color: var(--clr-light);
  line-height: 1.3;
}

.page-home .favorites-desc {
  color: var(--clr-gray);
  line-height: 1.85;
  margin: 0 0 26px;
  max-width: 640px;
}

.page-home .favorites-steps {
  display: grid;
  gap: 10px;
  margin-bottom: 28px;
}

.page-home .fav-step {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 10px 14px;
  background: rgba(255, 255, 255, 0.025);
  border: 1px solid var(--line-light);
}

.page-home .fav-step span {
  width: 26px;
  height: 26px;
  flex: 0 0 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 700;
  color: var(--clr-ink);
  background: var(--clr-gold);
  border-radius: 50%;
}

.page-home .fav-step p {
  margin: 0;
  color: rgba(243, 244, 246, 0.86);
  font-size: 0.92rem;
}

.page-home .favorites-demo {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 34px 26px;
  background: rgba(11, 27, 43, 0.7);
  border-top: 1px solid var(--line-gold);
  border-left: none;
  overflow: hidden;
}

.page-home .demo-star {
  font-size: 66px;
  line-height: 1;
  color: var(--clr-gold);
  text-shadow: 0 0 40px rgba(212, 175, 55, 0.6);
}

.page-home .demo-label {
  margin-top: 14px;
  font-size: 13px;
  letter-spacing: 0.1em;
  color: var(--clr-gray);
}

.page-home .demo-price {
  margin-top: 8px;
  font-family: var(--font-heading);
  font-size: 2rem;
  color: var(--clr-orange);
}

.page-home .demo-note {
  margin-top: 4px;
  font-size: 12px;
  color: var(--clr-green);
}

/* ===== News ===== */
.page-home .news-section {
  border-top: 1px solid var(--line-gold);
}

.page-home .news-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 18px;
  padding: 34px 0 clamp(52px, 8vw, 84px);
}

.page-home .news-card {
  position: relative;
  padding: 24px 22px 22px;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(212, 175, 55, 0.14);
  border-left: 3px solid var(--clr-gold);
  display: flex;
  flex-direction: column;
  transition: border-color var(--dur) var(--ease);
}

.page-home .news-card:hover {
  border-color: var(--clr-orange);
}

.page-home .news-category {
  display: inline-block;
  width: max-content;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  padding: 4px 10px;
  color: var(--clr-orange);
  background: rgba(255, 107, 53, 0.08);
  border: 1px solid rgba(255, 107, 53, 0.3);
  border-radius: 999px;
  margin-bottom: 14px;
}

.page-home .news-card h3 {
  font-size: 1.05rem;
  line-height: 1.45;
  margin: 0 0 10px;
  color: var(--clr-light);
}

.page-home .news-card p {
  font-size: 0.9rem;
  line-height: 1.75;
  color: var(--clr-gray);
  margin: 0 0 16px;
}

.page-home .news-card .page-link {
  margin-top: auto;
}

/* ===== Trust ===== */
.page-home .trust-section {
  background: var(--clr-charcoal);
  border-top: 1px solid var(--line-gold);
  border-bottom: 1px solid var(--line-gold);
}

.page-home .trust-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.page-home .trust-item {
  background: linear-gradient(180deg, rgba(11, 27, 43, 0.9), rgba(17, 24, 37, 0.9));
  border-top: 0;
  border-left: 0;
  padding: 34px 16px;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 6px;
  transition: background var(--dur) var(--ease);
}

.page-home .trust-item:nth-child(even) {
  border-left: 1px solid var(--line-light);
}

.page-home .trust-item:nth-child(3),
.page-home .trust-item:nth-child(4) {
  border-top: 1px solid var(--line-light);
}

.page-home .trust-item:hover {
  background: linear-gradient(180deg, rgba(212, 175, 55, 0.08), rgba(17, 24, 37, 0.9));
}

.page-home .trust-num {
  font-family: var(--font-heading);
  font-size: clamp(1.9rem, 4vw, 2.7rem);
  color: var(--clr-gold);
  line-height: 1.1;
}

.page-home .trust-label {
  font-size: 12px;
  letter-spacing: 0.1em;
  color: var(--clr-gray);
}

/* ===== Responsive ===== */
@media (min-width: 768px) {
  .page-home .highlights-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .page-home .schedule-layout {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 44px;
  }

  .page-home .mobile-layout {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.2fr);
    gap: 48px;
  }

  .page-home .mobile-visual {
    order: -1;
  }

  .page-home .favorites-panel {
    grid-template-columns: minmax(0, 1.2fr) minmax(260px, 0.8fr);
  }

  .page-home .favorites-demo {
    border-top: none;
    border-left: 1px solid var(--line-gold);
  }

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

  .page-home .schedule-features {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .page-home .trust-item:nth-child(even) {
    border-left: 0;
  }

  .page-home .trust-item:nth-child(3),
  .page-home .trust-item:nth-child(4) {
    border-top: 0;
  }

  .page-home .trust-item + .trust-item {
    border-left: 1px solid var(--line-light);
  }
}

@media (min-width: 1024px) {
  .page-home .hero-inner {
    grid-template-columns: minmax(0, 1.25fr) minmax(300px, 0.65fr);
  }

  .page-home .hero-console {
    border-top: none;
    border-left: 1px solid var(--line-gold);
  }

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

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

  .page-home .schedule-layout {
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    gap: 64px;
  }

  .page-home .mobile-layout {
    grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
    gap: 64px;
  }

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

  .page-home .section-heading {
    padding-top: clamp(56px, 8vw, 92px);
  }

  .page-home .replays-section .match-listing {
    padding-top: 44px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .page-home .eyebrow-live {
    animation: none;
  }

  .page-home .match-card,
  .page-home .mat-card,
  .page-home .news-card {
    transition: none;
  }
}
