.page-home {
  --home-glow: radial-gradient(circle at 80% 10%, rgba(0, 212, 255, 0.18), transparent 34%);
  --home-grid: rgba(245, 240, 230, 0.05);
  position: relative;
  background:
    linear-gradient(var(--home-grid) 1px, transparent 1px),
    linear-gradient(90deg, var(--home-grid) 1px, transparent 1px),
    var(--bg-deep);
  background-size: 48px 48px, 48px 48px, auto;
  color: var(--text);
  scroll-padding-top: calc(var(--header-height) + 1rem);
  overflow-x: hidden;
}

.page-home img {
  max-width: 100%;
  height: auto;
  display: block;
}

.page-home .home-hero {
  position: relative;
  padding: 5rem 0 2rem;
  overflow: hidden;
  border-bottom: 1px solid rgba(0, 212, 255, 0.18);
}

.page-home .home-hero::before {
  content: "";
  position: absolute;
  inset: -20% -10% 0;
  background:
    var(--home-glow),
    radial-gradient(circle at 16% 78%, rgba(57, 255, 20, 0.07), transparent 32%);
  pointer-events: none;
}

.page-home .hero-inner {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.2rem;
  align-items: center;
}

.page-home .hero-copy {
  position: relative;
  z-index: 2;
}

.page-home .home-breadcrumb {
  margin-bottom: 1rem;
}

.page-home .home-breadcrumb ol {
  list-style: none;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 0;
  padding: 0;
  color: rgba(245, 240, 230, 0.6);
  font-size: 0.82rem;
}

.page-home .home-breadcrumb li + li::before {
  content: "／";
  margin-right: 0.5rem;
  color: var(--moss);
}

.page-home .hero-eyebrow {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  margin: 0 0 0.7rem;
  color: var(--accent);
  font-size: 0.88rem;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.page-home .hero-eyebrow::before {
  content: "";
  display: inline-block;
  width: 1.6rem;
  height: 2px;
  background: var(--accent);
  box-shadow: 0 0 10px rgba(0, 212, 255, 0.7);
}

.page-home .hero-title {
  font-family: var(--font-display);
  font-size: clamp(2.1rem, 8vw, 4.6rem);
  font-weight: 900;
  line-height: 1.06;
  letter-spacing: 0.01em;
  margin: 0 0 1.1rem;
}

.page-home .hero-title-mark {
  color: var(--accent);
  margin: 0 0.12em;
  text-shadow: 0 0 18px rgba(0, 212, 255, 0.65);
}

.page-home .hero-subline {
  max-width: 38rem;
  font-size: 1.02rem;
  line-height: 1.8;
  color: rgba(245, 240, 230, 0.82);
  margin: 0;
}

.page-home .hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  margin: 1.6rem 0 1.4rem;
}

.page-home .hero-btn-primary {
  position: relative;
  overflow: hidden;
  font-weight: 800;
}

.page-home .hero-btn-primary::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.14);
  transform: translateX(-100%);
  transition: transform var(--transition);
  pointer-events: none;
}

.page-home .hero-btn-primary:hover::before {
  transform: translateX(0);
}

.page-home .hero-btn-outline {
  font-weight: 700;
}

.page-home .hero-fact-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1.4rem;
  font-size: 0.9rem;
  color: rgba(245, 240, 230, 0.72);
}

.page-home .hero-fact {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
}

.page-home .fact-dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 10px rgba(0, 212, 255, 0.8);
}

.page-home .fact-dot-green {
  background: var(--acid);
  box-shadow: 0 0 10px rgba(57, 255, 20, 0.6);
}

.page-home .fact-dot-heat {
  background: var(--heat);
  box-shadow: 0 0 10px rgba(255, 62, 62, 0.55);
}

.page-home .hero-stage {
  position: relative;
  z-index: 1;
}

.page-home .hero-data-panel {
  position: relative;
  background: linear-gradient(160deg, rgba(42, 47, 58, 0.92), rgba(11, 15, 25, 0.82));
  border: 1px solid rgba(0, 212, 255, 0.3);
  border-radius: var(--radius);
  padding: 1.1rem;
  box-shadow:
    0 0 34px rgba(0, 212, 255, 0.18),
    inset 0 1px 0 rgba(245, 240, 230, 0.06);
  clip-path: polygon(0 0, calc(100% - 22px) 0, 100% 100%, 22px 100%);
  transition: border-color var(--transition), box-shadow var(--transition);
}

.page-home .hero-data-panel:hover {
  border-color: var(--acid);
  box-shadow:
    0 0 40px rgba(0, 212, 255, 0.24),
    inset 0 1px 0 rgba(245, 240, 230, 0.06);
}

.page-home .panel-topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 0.85rem;
}

.page-home .panel-image-zone {
  position: relative;
  height: 320px;
  overflow: hidden;
  border-radius: 4px;
  border: 1px solid rgba(245, 240, 230, 0.1);
}

.page-home .hero-stadium-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.page-home .panel-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.6rem;
  margin: 1rem 0 0;
  padding: 0;
}

.page-home .stat-item {
  background: rgba(11, 15, 25, 0.5);
  border-radius: 4px;
  padding: 0.65rem 0.5rem;
  text-align: center;
  border: 1px solid rgba(245, 240, 230, 0.08);
}

.page-home .stat-item dt {
  font-size: 0.76rem;
  color: rgba(245, 240, 230, 0.58);
  margin-bottom: 0.3rem;
}

.page-home .stat-item dd {
  margin: 0;
  font-family: var(--font-data);
  font-variant-numeric: tabular-nums;
  font-size: 1.35rem;
  font-weight: 800;
  color: var(--accent);
  text-shadow: 0 0 12px rgba(0, 212, 255, 0.45);
}

.page-home .league-strip-wrap {
  position: relative;
  z-index: 2;
  margin-top: 2rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(245, 240, 230, 0.08);
  scroll-margin-top: 6rem;
}

.page-home .league-strip-container {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.page-home .league-strip-label {
  flex: 0 0 auto;
  font-size: 0.88rem;
  font-weight: 700;
  color: var(--clay);
  letter-spacing: 0.06em;
}

.page-home .league-strip {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 0.6rem;
  overflow-x: auto;
  scroll-snap-type: x proximity;
  padding: 0.4rem 0 0.8rem;
  margin: 0;
  flex: 1 1 auto;
  scrollbar-width: thin;
  scrollbar-color: rgba(0, 212, 255, 0.5) transparent;
}

.page-home .league-pill {
  flex: 0 0 auto;
  scroll-snap-align: start;
  display: inline-block;
  padding: 0.55rem 1.15rem;
  border: 1px solid rgba(245, 240, 230, 0.16);
  border-radius: 999px;
  background: rgba(42, 47, 58, 0.5);
  color: var(--text);
  font-size: 0.9rem;
  font-weight: 700;
  text-decoration: none;
  transition: border-color var(--transition), color var(--transition), background var(--transition);
}

.page-home .league-pill:hover {
  border-color: var(--accent);
  color: var(--accent);
  background: rgba(0, 212, 255, 0.08);
}

.page-home .league-scroll-arrow {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  border: 1px solid rgba(0, 212, 255, 0.4);
  border-radius: 50%;
  color: var(--accent);
  font-weight: 800;
  text-decoration: none;
  transition: background var(--transition), color var(--transition), border-color var(--transition);
}

.page-home .league-scroll-arrow:hover {
  background: rgba(0, 212, 255, 0.1);
  border-color: var(--accent);
  color: var(--text);
}

.page-home .home-section {
  position: relative;
  padding: 3.2rem 0;
  scroll-margin-top: calc(var(--header-height) + 0.5rem);
  border-top: 1px solid rgba(245, 240, 230, 0.07);
}

.page-home .section-ident {
  max-width: 48rem;
}

.page-home .section-ident .kicker + .display-title {
  margin-top: 0.45rem;
}

.page-home .section-ident .lead {
  margin-top: 0.85rem;
}

.page-home .kicker {
  color: var(--accent);
  font-weight: 800;
  letter-spacing: 0.1em;
}

.page-home .lead {
  color: rgba(245, 240, 230, 0.78);
  line-height: 1.8;
}

.page-home .search-grid,
.page-home .subscribe-grid,
.page-home .mobile-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  align-items: center;
  margin-top: 2rem;
}

.page-home .search-chart-card {
  border: 1px solid rgba(245, 240, 230, 0.14);
  border-radius: var(--radius);
  background: rgba(42, 47, 58, 0.5);
  padding: 0.8rem;
  transition: border-color var(--transition), box-shadow var(--transition);
}

.page-home .search-chart-card:hover {
  border-color: var(--accent);
  box-shadow: 0 0 26px rgba(0, 212, 255, 0.18);
}

.page-home .search-chart-card img {
  width: 100%;
  height: auto;
  border-radius: 4px;
}

.page-home .chart-note {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.8rem;
  padding-top: 0.8rem;
  font-size: 0.88rem;
  color: rgba(245, 240, 230, 0.7);
}

.page-home .check-list {
  list-style: none;
  margin: 1.2rem 0 1.4rem;
  padding: 0;
  display: grid;
  gap: 0.85rem;
}

.page-home .check-list li {
  position: relative;
  padding-left: 1.7rem;
  line-height: 1.7;
  color: rgba(245, 240, 230, 0.88);
}

.page-home .check-list li::before {
  content: "";
  position: absolute;
  left: 0.15rem;
  top: 0.58rem;
  width: 0.6rem;
  height: 0.6rem;
  background: var(--accent);
  transform: skew(-14deg);
}

.page-home .check-list li:nth-child(2)::before {
  background: var(--acid);
}

.page-home .check-list li:nth-child(3)::before {
  background: var(--heat);
}

.page-home .search-details {
  border: 1px solid rgba(245, 240, 230, 0.16);
  background: rgba(42, 47, 58, 0.4);
  border-radius: var(--radius);
  padding: 0.1rem 1.1rem;
  margin-bottom: 1.5rem;
  transition: border-color var(--transition);
}

.page-home .search-details:hover {
  border-color: rgba(0, 212, 255, 0.5);
}

.page-home .search-details summary {
  cursor: pointer;
  list-style: none;
  padding: 0.95rem 0;
  font-weight: 800;
  color: var(--accent);
}

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

.page-home .search-details summary::after {
  content: "＋";
  float: right;
  color: var(--clay);
  font-family: var(--font-data);
  font-weight: 700;
}

.page-home .search-details[open] summary::after {
  content: "－";
  color: var(--acid);
}

.page-home .details-copy {
  padding: 0.2rem 0 1rem;
  line-height: 1.75;
  color: rgba(245, 240, 230, 0.78);
}

.page-home .details-copy p {
  margin: 0 0 0.6rem;
}

.page-home .details-copy p:last-child {
  margin-bottom: 0;
}

.page-home .subscribe-section {
  overflow: hidden;
}

.page-home .subscribe-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, var(--accent), var(--acid), transparent);
}

.page-home .subscribe-steps {
  display: grid;
  gap: 1rem;
  margin-top: 1.6rem;
}

.page-home .step-card {
  display: flex;
  align-items: center;
  gap: 1rem;
  border: 1px solid rgba(245, 240, 230, 0.14);
  background: rgba(42, 47, 58, 0.45);
  padding: 1rem 1.1rem;
  border-radius: var(--radius);
  clip-path: polygon(8px 0, 100% 0, calc(100% - 8px) 100%, 0 100%);
  font-weight: 700;
  transition: border-color var(--transition), box-shadow var(--transition);
}

.page-home .step-card:hover {
  border-color: var(--acid);
  box-shadow: 0 0 18px rgba(57, 255, 20, 0.12);
}

.page-home .step-num {
  font-family: var(--font-data);
  font-variant-numeric: tabular-nums;
  font-size: 1.15rem;
  font-weight: 800;
  color: var(--acid);
}

.page-home .subscribe-note {
  margin: 1.2rem 0 0;
  font-size: 0.92rem;
  line-height: 1.8;
  color: rgba(245, 240, 230, 0.66);
}

.page-home .notice-card {
  border: 1px solid rgba(0, 212, 255, 0.32);
  border-radius: var(--radius);
  background: rgba(11, 15, 25, 0.72);
  padding: 0.8rem;
  box-shadow: 0 0 28px rgba(0, 212, 255, 0.12);
  transition: border-color var(--transition), box-shadow var(--transition);
}

.page-home .notice-card:hover {
  border-color: var(--acid);
  box-shadow: 0 0 34px rgba(57, 255, 20, 0.12);
}

.page-home .notice-card img {
  width: 100%;
  height: auto;
  border-radius: 4px;
}

.page-home .notice-meta {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  padding-top: 0.8rem;
  font-size: 0.9rem;
  color: rgba(245, 240, 230, 0.7);
}

.page-home .phone-frame {
  max-width: 260px;
  margin-inline: auto;
  border: 1px solid rgba(0, 212, 255, 0.36);
  border-radius: 26px;
  padding: 0.65rem;
  background: rgba(11, 15, 25, 0.7);
  box-shadow: 0 0 40px rgba(0, 212, 255, 0.14);
  transition: border-color var(--transition), box-shadow var(--transition);
}

.page-home .phone-frame:hover {
  border-color: var(--acid);
  box-shadow: 0 0 46px rgba(57, 255, 20, 0.16);
}

.page-home .phone-frame img {
  width: 100%;
  height: auto;
  border-radius: 18px;
}

.page-home .browser-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  margin: 1.2rem 0 1.3rem;
}

.page-home .mobile-note {
  font-size: 0.92rem;
  line-height: 1.8;
  color: rgba(245, 240, 230, 0.68);
  margin: 0 0 1.5rem;
}

.page-home .mix-section {
  border-top-color: rgba(0, 212, 255, 0.14);
}

.page-home .mix-section .section-ident .lead {
  max-width: 44rem;
}

.page-home .mix-cards {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  margin-top: 2rem;
}

.page-home .mix-card {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.75rem;
  padding: 1.25rem 1.4rem;
  background: linear-gradient(135deg, rgba(42, 47, 58, 0.75), rgba(11, 15, 25, 0.6));
  border: 1px solid rgba(245, 240, 230, 0.12);
  border-radius: var(--radius);
  font-weight: 700;
  clip-path: polygon(0 0, calc(100% - 12px) 0, 100% 100%, 12px 100%);
  transition: border-color var(--transition), box-shadow var(--transition);
}

.page-home .mix-card:hover {
  border-color: rgba(0, 212, 255, 0.65);
  box-shadow: 0 0 24px rgba(0, 212, 255, 0.14);
}

.page-home .combo-plus {
  color: var(--clay);
  font-family: var(--font-data);
  font-weight: 800;
}

.page-home .mix-card-label {
  width: 100%;
  font-size: 0.88rem;
  color: rgba(245, 240, 230, 0.62);
  font-weight: 500;
}

.page-home .mix-cta-row {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.2rem;
  margin-top: 2.2rem;
  padding-top: 1.6rem;
  border-top: 1px solid rgba(245, 240, 230, 0.1);
}

.page-home .mix-cta-row p {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.8;
  color: rgba(245, 240, 230, 0.72);
}

.page-home .news-panel-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  margin-top: 2rem;
}

.page-home .news-item {
  display: block;
  border: 1px solid rgba(245, 240, 230, 0.13);
  background: rgba(42, 47, 58, 0.45);
  border-radius: var(--radius);
  padding: 1.4rem;
  text-decoration: none;
  color: var(--text);
  transition: border-color var(--transition), box-shadow var(--transition), transform var(--transition);
}

.page-home .news-item:hover {
  border-color: var(--accent);
  box-shadow: 0 0 26px rgba(0, 212, 255, 0.15);
  transform: translateY(-2px);
}

.page-home .news-item h3 {
  font-size: 1.1rem;
  line-height: 1.45;
  margin: 0.9rem 0 0.5rem;
}

.page-home .news-item p {
  font-size: 0.92rem;
  color: rgba(245, 240, 230, 0.7);
  line-height: 1.75;
  margin: 0 0 0.8rem;
}

.page-home .news-more {
  display: inline-block;
  color: var(--accent);
  font-weight: 800;
}

.page-home .news-footer-row {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 1.8rem;
}

.page-home .home-trust {
  position: relative;
  border-top: 1px solid rgba(245, 240, 230, 0.1);
  background:
    linear-gradient(120deg, rgba(42, 47, 58, 0.3), transparent 60%),
    rgba(11, 15, 25, 0.72);
  padding: 2.4rem 0 2.8rem;
}

.page-home .trust-statement {
  max-width: 52rem;
  font-size: 1rem;
  line-height: 1.9;
  color: rgba(245, 240, 230, 0.82);
  border-left: 3px solid var(--acid);
  padding-left: 1rem;
  margin: 0 0 2rem;
}

.page-home .trust-inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}

.page-home .trust-item {
  border-left: 2px solid var(--moss);
  padding: 0.2rem 0 0.2rem 1rem;
}

.page-home .trust-item:hover {
  border-left-color: var(--accent);
}

.page-home .trust-title {
  display: block;
  font-weight: 800;
  letter-spacing: 0.05em;
  margin-bottom: 0.35rem;
}

.page-home .trust-item p {
  margin: 0 0 0.5rem;
  font-size: 0.9rem;
  line-height: 1.75;
  color: rgba(245, 240, 230, 0.66);
}

.page-home .text-link {
  color: var(--accent);
  font-size: 0.88rem;
  font-weight: 700;
  text-decoration: none;
  border-bottom: 1px solid rgba(0, 212, 255, 0.4);
  transition: border-color var(--transition), color var(--transition);
}

.page-home .text-link:hover {
  border-bottom-color: var(--acid);
  color: var(--acid);
}

@media (min-width: 900px) {
  .page-home .home-hero {
    padding: 6.5rem 0 2.5rem;
  }

  .page-home .hero-inner {
    grid-template-columns: minmax(0, 1.06fr) minmax(0, 0.94fr);
    gap: 3.5rem;
  }

  .page-home .panel-image-zone {
    height: 380px;
  }

  .page-home .league-strip-wrap {
    margin-top: 3rem;
    padding-top: 1.2rem;
  }

  .page-home .home-section {
    padding: 4.5rem 0;
  }

  .page-home .search-grid {
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    gap: 3rem;
  }

  .page-home .subscribe-grid {
    grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
    gap: 3rem;
  }

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

  .page-home .step-card {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.6rem;
  }

  .page-home .mobile-grid {
    grid-template-columns: minmax(0, 0.68fr) minmax(0, 1.32fr);
    gap: 3rem;
  }

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

  .page-home .news-panel-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.2rem;
  }

  .page-home .home-trust {
    padding: 3rem 0 3.5rem;
  }

  .page-home .trust-inner {
    grid-template-columns: repeat(4, 1fr);
    gap: 1.8rem;
  }
}
