.page-home {
  background: var(--c-bg);
  color: var(--c-ink);
  overflow-x: clip;
}
.page-home *,
.page-home *::before,
.page-home *::after {
  box-sizing: border-box;
}
.page-home img {
  max-width: 100%;
}
.page-home .container.home-container {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding: 32px 20px 72px;
}
.page-home .breadcrumb {
  margin-bottom: 28px;
}
.page-home .breadcrumb ol {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 13px;
  color: var(--c-muted);
}
.page-home .breadcrumb li + li::before {
  content: "/";
  margin-right: 6px;
  color: var(--c-muted);
}
.page-home .breadcrumb a {
  color: var(--c-muted);
  text-decoration: none;
  transition: color 0.15s ease;
}
.page-home .breadcrumb a:hover {
  color: var(--c-green);
}
.page-home .breadcrumb li[aria-current="page"] {
  color: var(--c-ink);
  font-weight: 500;
}
.page-home .page-entry {
  display: flex;
  flex-direction: column;
  margin-bottom: 64px;
}
.page-home .page-entry .doc {
  order: 1;
}
.page-home .page-entry .rail {
  order: 2;
  margin-top: 28px;
}
.page-home .rail {
  border-left: 3px solid var(--c-green);
  padding-left: 16px;
}
.page-home .rail-note {
  font-size: 14px;
  line-height: 1.7;
  color: var(--c-muted);
  margin: 0 0 24px;
}
.page-home .entry-figure {
  margin: 0;
  aspect-ratio: 4 / 3;
}
.page-home .entry-doc .kicker {
  margin-bottom: 8px;
}
.page-home .display-title {
  font-family: var(--font-display);
  font-weight: 900;
  font-size: clamp(2rem, 6vw, 3.4rem);
  line-height: 1.08;
  letter-spacing: -0.03em;
  margin: 0 0 20px;
  color: var(--c-green-deep);
  max-width: 780px;
}
.page-home .entry-doc .lead {
  font-size: 1.0625rem;
  line-height: 1.75;
  color: var(--c-ink);
  max-width: 660px;
  margin: 0 0 28px;
}
.page-home .home-actions,
.page-home .actions-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.page-home .section {
  margin-top: 64px;
}
.page-home .section-head {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 10px 20px;
  margin-bottom: 20px;
  padding-bottom: 12px;
  border-bottom: 2px solid var(--c-green-deep);
}
.page-home .section-head .kicker {
  font-family: var(--font-num);
  font-weight: 700;
  font-size: 13px;
  color: var(--c-red);
  letter-spacing: 0.04em;
}
.page-home .section-title {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(1.5rem, 3vw, 2rem);
  color: var(--c-green-deep);
  margin: 0;
}
.page-home .section-more {
  margin-left: auto;
  font-size: 14px;
  font-weight: 600;
  color: var(--c-green);
  text-decoration: none;
  transition: color 0.15s ease;
}
.page-home .section-more:hover {
  color: var(--c-red);
}
.page-home .split {
  display: block;
}
.page-home .doc {
  min-width: 0;
}
.page-home .match-list {
  display: grid;
  gap: 20px;
  margin-top: 4px;
}
.page-home .match-card {
  position: relative;
  background: var(--c-surface);
  border: 1px solid var(--c-line-strong);
  padding: 22px 22px 24px 24px;
  -webkit-clip-path: polygon(0 0, calc(100% - 14px) 0, 100% 14px, 100% 100%, 14px 100%, 0 calc(100% - 14px));
  clip-path: polygon(0 0, calc(100% - 14px) 0, 100% 14px, 100% 100%, 14px 100%, 0 calc(100% - 14px));
  transition: background 0.15s ease, border-color 0.15s ease;
}
.page-home .match-meta {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  font-size: 13px;
  color: var(--c-muted);
}
.page-home .match-time {
  margin-left: auto;
  font-family: var(--font-num);
  font-size: 1.25rem;
  color: var(--c-red);
  letter-spacing: 0.02em;
}
.page-home .match-teams {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 10px;
  margin: 18px 0 14px;
}
.page-home .match-team {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 1rem;
  color: var(--c-ink);
  line-height: 1.15;
}
.page-home .match-team:first-child {
  text-align: right;
}
.page-home .match-team:last-child {
  text-align: left;
}
.page-home .match-score {
  font-family: var(--font-num);
  font-size: 2rem;
  color: var(--c-green-deep);
  padding: 0 14px;
  border-left: 1px solid var(--c-line);
  border-right: 1px solid var(--c-line);
}
.page-home .match-note {
  margin: 0;
  font-size: 13px;
  color: var(--c-muted);
  border-top: 1px dashed var(--c-line);
  padding-top: 10px;
}
.page-home .match-footnote {
  margin: 16px 0 0;
  font-size: 13px;
  color: var(--c-muted);
  line-height: 1.6;
}
.page-home .snapshot-grid {
  display: grid;
  gap: 20px;
}
.page-home .data-panel,
.page-home .stat-panel {
  background: var(--c-surface);
  border: 1px solid var(--c-line-strong);
  padding: 24px;
  transition: border-color 0.15s ease;
}
.page-home .data-panel h3,
.page-home .sub-copy h3,
.page-home .feature-copy h3 {
  font-family: var(--font-display);
  font-size: 1.3rem;
  color: var(--c-green-deep);
  margin: 6px 0 10px;
}
.page-home .data-panel p {
  color: var(--c-ink);
  line-height: 1.7;
  margin: 0 0 16px;
}
.page-home .heatmap-fig {
  aspect-ratio: 3 / 2;
}
.page-home .stat-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin-top: 20px;
}
.page-home .stat {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 96px;
  background: var(--c-white);
  border-top: 4px solid var(--c-green);
  padding: 14px;
  transition: border-top-width 0.15s ease;
}
.page-home .stat-num {
  display: block;
  font-family: var(--font-num);
  font-size: 2rem;
  line-height: 1;
  color: var(--c-green-deep);
}
.page-home .stat-label {
  display: block;
  font-size: 13px;
  color: var(--c-muted);
  margin-top: 8px;
}
.page-home .stat-blue {
  border-top-color: var(--c-blue);
}
.page-home .stat-blue .stat-num {
  color: var(--c-blue);
}
.page-home .stat-caption {
  margin-top: 16px;
  font-size: 13px;
  color: var(--c-muted);
  line-height: 1.6;
}
.page-home .subscription-card {
  display: grid;
  gap: 24px;
  background: linear-gradient(135deg, var(--c-surface) 0%, var(--c-bg) 100%);
  border: 1px solid var(--c-line-strong);
  padding: 24px;
}
.page-home .sub-copy .kicker {
  color: var(--c-red);
}
.page-home .sub-copy > p {
  margin: 12px 0 16px;
  color: var(--c-ink);
  line-height: 1.7;
}
.page-home .step-list {
  display: grid;
  gap: 8px;
  margin: 18px 0 22px;
  padding: 0;
  list-style: none;
  counter-reset: steps;
}
.page-home .step-list li {
  counter-increment: steps;
  font-size: 14px;
  color: var(--c-ink);
}
.page-home .step-list li::before {
  content: counter(steps, decimal-leading-zero);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  background: var(--c-green);
  color: var(--c-white);
  font-family: var(--font-num);
  font-size: 13px;
  margin-right: 10px;
}
.page-home .sub-screen {
  aspect-ratio: 2 / 3;
  max-width: 300px;
  margin: 0 auto;
}
.page-home .feature-grid {
  display: grid;
  gap: 24px;
  border: 1px solid var(--c-line-strong);
  background: var(--c-surface);
  padding: 14px;
}
.page-home .feature-figure {
  aspect-ratio: 16 / 9;
}
.page-home .feature-copy p {
  margin: 10px 0 0;
  line-height: 1.7;
}
.page-home .feature-copy .actions-row {
  margin-top: 18px;
}
.page-home .trust-band {
  margin-top: 64px;
  padding: 32px 28px;
  background: var(--c-green-deep);
  border-left: 8px solid var(--c-red);
  color: var(--c-white);
}
.page-home .trust-claim {
  font-size: 1.125rem;
  line-height: 1.7;
  max-width: 860px;
  margin: 0 0 20px;
}
.page-home .trust-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 40px;
  margin: 0 0 14px;
}
.page-home .trust-stat {
  color: var(--c-bg);
  font-size: 14px;
}
.page-home .trust-stat b {
  color: var(--c-white);
  font-family: var(--font-num);
  font-size: 1.6rem;
  margin-right: 6px;
}
.page-home .trust-more {
  margin-top: 18px;
  color: var(--c-bg);
  font-size: 14px;
}
.page-home .trust-more a {
  color: #ffe1d0;
  text-underline-offset: 3px;
}
.page-home .media {
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
  margin: 0;
  background: var(--c-line);
}
.page-home .media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.page-home .media-caption {
  font-size: 13px;
  color: var(--c-muted);
  margin-top: 8px;
  line-height: 1.5;
}
.page-home details.details {
  margin-top: 18px;
  border-top: 1px dashed var(--c-line-strong);
  padding-top: 12px;
}
.page-home .details summary {
  cursor: pointer;
  font-weight: 700;
  font-size: 14px;
  color: var(--c-green-deep);
}
.page-home .details-body {
  padding-top: 8px;
  color: var(--c-muted);
  font-size: 14px;
  line-height: 1.7;
}
.page-home .details-body p {
  margin: 0;
}
@media (hover: hover) {
  .page-home .match-card:hover {
    background: var(--c-white);
    border-color: var(--c-green);
  }
  .page-home .data-panel:hover,
  .page-home .stat-panel:hover {
    border-color: var(--c-green);
  }
  .page-home .stat:hover {
    border-top-width: 6px;
  }
}
@media (min-width: 800px) {
  .page-home .snapshot-grid {
    grid-template-columns: 1.2fr 0.8fr;
  }
  .page-home .subscription-card {
    grid-template-columns: 1.4fr 0.6fr;
    align-items: center;
    gap: 32px;
  }
}
@media (min-width: 900px) {
  .page-home .page-entry {
    display: grid;
    grid-template-columns: 240px minmax(0, 1fr);
    align-items: start;
    column-gap: 48px;
  }
  .page-home .page-entry .doc {
    order: 2;
  }
  .page-home .page-entry .rail {
    order: 1;
    margin-top: 0;
  }
  .page-home .split {
    display: grid;
    grid-template-columns: 220px minmax(0, 1fr);
    gap: 40px;
    align-items: start;
  }
  .page-home .split .rail {
    margin-bottom: 0;
  }
  .page-home .feature-grid {
    grid-template-columns: 1.1fr 1fr;
    align-items: center;
    gap: 32px;
    padding: 18px;
  }
}
