.page-home {
  background: #fff;
  color: var(--color-gray-900);
}

.page-home .home-hero {
  position: relative;
  color: #fff;
  overflow: hidden;
  background: var(--color-navy-900);
}

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

.page-home .home-hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.4;
}

.page-home .home-hero-inner {
  position: relative;
  z-index: 1;
  padding-top: 28px;
  padding-bottom: 64px;
}

.page-home .home-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  font-family: var(--font-mono);
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.62);
  margin-bottom: 32px;
  letter-spacing: 0.04em;
}

.page-home .home-breadcrumb .breadcrumb-sep {
  opacity: 0.5;
}

.page-home .home-hero-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin-bottom: 24px;
}

.page-home .mono-tag {
  font-family: var(--font-mono);
  font-size: 0.78rem;
  letter-spacing: 0.14em;
  color: rgba(255, 255, 255, 0.72);
  text-transform: uppercase;
}

.page-home .hero-meta-dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--color-orange);
  display: inline-block;
}

.page-home .home-hero-grid {
  display: grid;
  gap: 18px;
  align-items: stretch;
}

.page-home .glass-panel {
  background: rgba(10, 18, 32, 0.58);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(0, 229, 255, 0.16);
  border-radius: var(--radius);
  box-shadow: 0 18px 44px rgba(6, 11, 20, 0.28);
}

.page-home .home-hero-copy {
  padding: 30px 26px;
  position: relative;
  overflow: hidden;
}

.page-home .home-hero-copy::after {
  content: "";
  position: absolute;
  right: -40px;
  top: -40px;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 107, 53, 0.32), transparent 70%);
  pointer-events: none;
}

.page-home .home-hero-copy h1 {
  font-size: 2.2rem;
  line-height: 1.16;
  font-weight: 900;
  margin: 0 0 16px;
  color: #fff;
  letter-spacing: -0.02em;
}

.page-home .home-hero-lead {
  font-size: 0.98rem;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.85);
  max-width: 34em;
  margin: 0 0 24px;
}

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

.page-home .home-hero-stats {
  padding: 24px 22px;
  display: grid;
  gap: 16px;
  align-content: center;
}

.page-home .hero-stat {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 14px;
}

.page-home .hero-stat:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.page-home .hero-stat .stat-num {
  font-family: var(--font-mono);
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1;
  color: var(--color-orange);
  display: block;
  letter-spacing: -0.02em;
}

.page-home .hero-stat .stat-suffix {
  font-size: 1.3rem;
  margin-left: 2px;
}

.page-home .hero-stat .stat-label {
  display: block;
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.68);
  letter-spacing: 0.12em;
  margin-top: 8px;
  text-transform: uppercase;
}

.page-home .home-schedule {
  padding: 64px 0 72px;
  background: var(--color-gray-100);
}

.page-home .section-header {
  margin-bottom: 26px;
}

.page-home .section-kicker {
  display: inline-block;
  font-family: var(--font-mono);
  font-size: 0.82rem;
  letter-spacing: 0.16em;
  color: var(--color-orange);
  background: rgba(255, 107, 53, 0.08);
  padding: 6px 12px;
  border-radius: 999px;
  margin-bottom: 12px;
  text-transform: uppercase;
}

.page-home .section-header h2 {
  font-size: 1.7rem;
  font-weight: 900;
  color: var(--color-navy-900);
  margin: 0 0 10px;
  line-height: 1.2;
}

.page-home .section-header p {
  color: var(--color-gray-500);
  font-size: 0.94rem;
  line-height: 1.7;
  margin: 0;
  max-width: 48em;
}

.page-home .schedule-filter {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  background: var(--color-navy-800);
  border-radius: var(--radius);
  padding: 14px 16px;
  margin-bottom: 26px;
  box-shadow: 0 12px 28px rgba(6, 11, 20, 0.14);
}

.page-home .filter-label {
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.82rem;
  font-family: var(--font-mono);
  letter-spacing: 0.1em;
  margin-right: 4px;
}

.page-home .filter-chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
  padding: 8px 14px;
  border-radius: 999px;
  font-size: 0.88rem;
  font-weight: 500;
  text-decoration: none;
  border: 1px solid transparent;
  transition: background 0.2s ease, color 0.2s ease;
}

.page-home .filter-chip:hover {
  background: rgba(255, 255, 255, 0.18);
}

.page-home .filter-chip.is-active {
  background: var(--color-orange);
  color: #fff;
  border-color: rgba(255, 255, 255, 0.12);
}

.page-home .chip-icon {
  width: 16px;
  height: 16px;
  opacity: 0.9;
}

.page-home .schedule-layout {
  display: grid;
  gap: 24px;
  align-items: start;
}

.page-home .schedule-main {
  display: block;
}

.page-home .league-group {
  background: #fff;
  border-radius: var(--radius);
  padding: 18px 18px 8px;
  margin-bottom: 18px;
  box-shadow: var(--shadow);
  border-left: 4px solid var(--color-electric);
  scroll-margin-top: 24px;
}

.page-home .league-head {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 6px;
}

.page-home .league-badge {
  font-family: var(--font-mono);
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  padding: 4px 10px;
  border-radius: 999px;
}

.page-home .league-head h3 {
  font-size: 1.2rem;
  font-weight: 900;
  margin: 0;
  color: var(--color-navy-900);
}

.page-home .league-count {
  margin-left: auto;
  font-family: var(--font-mono);
  font-size: 0.8rem;
  color: var(--color-gray-500);
}

.page-home .match-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.page-home .match-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 14px;
  padding: 13px 2px;
  border-bottom: 1px solid var(--color-gray-300);
}

.page-home .match-row:last-child {
  border-bottom: none;
}

.page-home .match-time {
  font-family: var(--font-mono);
  font-size: 0.8rem;
  color: var(--color-gray-500);
  min-width: 96px;
  white-space: nowrap;
}

.page-home .match-teams {
  font-weight: 600;
  color: var(--color-gray-900);
  font-size: 0.95rem;
  flex: 1 1 170px;
}

.page-home .match-teams em {
  font-style: normal;
  color: var(--color-gray-500);
  font-size: 0.78rem;
  margin: 0 6px;
  font-family: var(--font-mono);
}

.page-home .match-status {
  font-size: 0.75rem;
  color: var(--color-electric);
  background: rgba(0, 180, 216, 0.08);
  padding: 4px 10px;
  border-radius: 999px;
  white-space: nowrap;
  font-weight: 500;
}

.page-home .schedule-more {
  margin-top: 8px;
  width: 100%;
  justify-content: center;
}

.page-home .schedule-side {
  display: grid;
  gap: 18px;
}

.page-home .home-stand-card {
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
}

.page-home .stand-frame img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.page-home .side-card {
  padding: 22px 20px;
  color: #fff;
}

.page-home .side-card-label {
  display: inline-block;
  color: var(--color-cyan);
  margin-bottom: 10px;
}

.page-home .side-card h3 {
  font-size: 1.3rem;
  font-weight: 900;
  margin: 0 0 12px;
  color: #fff;
}

.page-home .side-picks {
  list-style: none;
  margin: 0 0 14px;
  padding: 0;
  font-size: 0.92rem;
  line-height: 1.9;
  color: rgba(255, 255, 255, 0.82);
}

.page-home .side-picks li {
  padding-left: 14px;
  position: relative;
}

.page-home .side-picks li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.72em;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--color-orange);
}

.page-home .side-note {
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.58);
  margin: 0;
  line-height: 1.6;
}

.page-home .home-panel {
  padding: 64px 0;
  background: linear-gradient(135deg, var(--color-navy-900) 0%, var(--color-navy-700) 100%);
  color: #fff;
}

.page-home .home-panel .section-header h2 {
  color: #fff;
}

.page-home .home-panel .section-header p {
  color: rgba(255, 255, 255, 0.66);
}

.page-home .panel-layout {
  display: grid;
  gap: 32px;
  align-items: center;
}

.page-home .panel-lead {
  font-size: 0.98rem;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.8);
  margin: 0 0 28px;
  max-width: 38em;
}

.page-home .panel-facts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-bottom: 28px;
}

.page-home .fact-item {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(0, 229, 255, 0.22);
  border-radius: var(--radius);
  padding: 18px 12px;
  text-align: center;
}

.page-home .fact-item .fact-num {
  display: block;
  font-family: var(--font-mono);
  font-weight: 700;
  font-size: 1.7rem;
  color: var(--color-cyan);
  line-height: 1.1;
  letter-spacing: -0.02em;
}

.page-home .fact-item .fact-text {
  display: block;
  font-size: 0.78rem;
  color: rgba(255, 255, 255, 0.64);
  margin-top: 8px;
  line-height: 1.4;
}

.page-home .panel-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.page-home .panel-media {
  position: relative;
}

.page-home .phone-frame {
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: 0 24px 50px rgba(6, 11, 20, 0.4);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.page-home .phone-frame img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.page-home .panel-note {
  position: absolute;
  left: 18px;
  bottom: 18px;
  max-width: 220px;
  padding: 16px 18px;
  background: rgba(10, 18, 32, 0.72);
  color: #fff;
}

.page-home .panel-note .mono-tag {
  color: var(--color-orange);
  font-size: 0.72rem;
}

.page-home .panel-note p {
  margin: 8px 0 0;
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.5;
}

.page-home .home-teamdb {
  padding: 64px 0;
  background: var(--color-gray-100);
}

.page-home .teamdb-grid {
  display: grid;
  gap: 18px;
  margin-top: 8px;
}

.page-home .teamdb-card {
  position: relative;
  border-top: 4px solid var(--color-orange);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.page-home .teamdb-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 36px rgba(6, 11, 20, 0.1);
}

.page-home .teamdb-card h3 {
  font-size: 1.15rem;
  font-weight: 900;
  color: var(--color-navy-900);
  margin: 22px 0 10px;
}

.page-home .teamdb-card p {
  font-size: 0.88rem;
  line-height: 1.7;
  color: var(--color-gray-500);
  margin: 0 0 18px;
}

.page-home .price-tag {
  font-family: var(--font-mono);
  font-size: 1.6rem;
  font-weight: 700;
  color: var(--color-orange);
}

.page-home .price-unit {
  font-size: 0.8rem;
  font-weight: 400;
  color: var(--color-gray-500);
}

.page-home .teamdb-foot {
  margin-top: 24px;
  padding: 20px 22px;
  background: var(--color-navy-800);
  border-radius: var(--radius);
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.86rem;
  line-height: 1.75;
}

.page-home .teamdb-foot a {
  color: var(--color-cyan);
  text-decoration: none;
}

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

.page-home .home-download {
  padding: 64px 0;
  background: var(--color-navy-900);
  color: #fff;
  position: relative;
  overflow: hidden;
}

.page-home .home-download::before {
  content: "";
  position: absolute;
  top: -80px;
  right: -60px;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 107, 53, 0.24), transparent 70%);
  pointer-events: none;
}

.page-home .download-wrap {
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 var(--gap);
  display: grid;
  gap: 28px;
  align-items: center;
  position: relative;
  z-index: 1;
}

.page-home .download-copy .section-kicker {
  background: rgba(255, 107, 53, 0.14);
}

.page-home .download-copy h2 {
  font-size: 1.8rem;
  font-weight: 900;
  color: #fff;
  margin: 0 0 16px;
  line-height: 1.2;
}

.page-home .download-lead {
  font-size: 0.96rem;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.8);
  margin: 0 0 22px;
  max-width: 40em;
}

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

.page-home .download-points li {
  padding-left: 26px;
  position: relative;
  font-size: 0.92rem;
  color: rgba(255, 255, 255, 0.86);
  line-height: 1.6;
}

.page-home .download-points li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: var(--color-cyan);
  color: var(--color-navy-900);
  font-size: 0.7rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-home .download-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.page-home .download-media .app-frame {
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 20px 44px rgba(6, 11, 20, 0.38);
}

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

.page-home .home-trust {
  background: var(--color-navy-800);
  color: rgba(255, 255, 255, 0.72);
  padding: 28px 0;
}

.page-home .trust-inner {
  display: grid;
  gap: 14px;
  font-size: 0.84rem;
  line-height: 1.7;
}

.page-home .trust-text {
  display: flex;
  gap: 10px;
  align-items: flex-start;
}

.page-home .trust-mark {
  color: var(--color-orange);
  font-size: 1rem;
  margin-top: 2px;
}

.page-home .trust-text p {
  margin: 0;
}

.page-home .trust-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
}

.page-home .trust-list li {
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.6);
}

.page-home .trust-list li::before {
  content: "●";
  font-size: 0.5rem;
  color: var(--color-cyan);
  margin-right: 8px;
  vertical-align: middle;
}

.page-home .trust-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.page-home .trust-links a {
  color: var(--color-cyan);
  text-decoration: none;
  font-size: 0.84rem;
}

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

.page-home .trust-sep {
  color: rgba(255, 255, 255, 0.2);
}

.page-home .back-btn {
  position: fixed;
  right: 18px;
  bottom: 24px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: none;
  background: var(--color-orange);
  color: #fff;
  font-size: 1.1rem;
  cursor: pointer;
  box-shadow: 0 10px 20px rgba(6, 11, 20, 0.28);
  z-index: 90;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.page-home .back-btn:hover {
  transform: translateY(-3px);
}

@media (min-width: 768px) {
  .page-home .home-hero-copy {
    padding: 40px 38px;
  }

  .page-home .home-hero-copy h1 {
    font-size: 2.8rem;
  }

  .page-home .home-hero-stats {
    grid-template-columns: 1fr 1fr;
    gap: 12px 22px;
    padding: 30px 26px;
  }

  .page-home .hero-stat {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }

  .page-home .hero-stat:nth-child(3) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }

  .page-home .hero-stat:nth-child(4) {
    border-bottom: none;
  }

  .page-home .schedule-filter {
    padding: 16px 20px;
  }

  .page-home .league-group {
    padding: 20px 22px 12px;
  }

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

  .page-home .download-copy h2 {
    font-size: 2rem;
  }

  .page-home .trust-inner {
    grid-template-columns: 1.4fr 1fr 1fr;
    align-items: center;
  }
}

@media (min-width: 1024px) {
  .page-home .home-hero-inner {
    padding-top: 36px;
    padding-bottom: 88px;
  }

  .page-home .home-hero-grid {
    grid-template-columns: 1.35fr 0.75fr;
    gap: 22px;
  }

  .page-home .home-hero-stats {
    align-content: center;
  }

  .page-home .home-schedule,
  .page-home .home-panel,
  .page-home .home-teamdb,
  .page-home .home-download {
    padding: 84px 0;
  }

  .page-home .schedule-layout {
    grid-template-columns: 1fr 320px;
  }

  .page-home .panel-layout {
    grid-template-columns: 1.05fr 0.95fr;
    gap: 48px;
  }

  .page-home .download-wrap {
    grid-template-columns: 1.2fr 0.8fr;
    gap: 48px;
  }

  .page-home .panel-media {
    padding-left: 16px;
  }

  .page-home .download-media {
    padding-right: 16px;
  }
}
