.page-home {
  --home-hero-min-height: 640px;
  --home-gauge-gap: 8px;
  --home-round-gap: 12px;
  --home-card-spacing: clamp(1.25rem, 3vw, 2.25rem);
  position: relative;
}

.page-home .split-hero {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  background: var(--color-bg);
  background-image: linear-gradient(rgba(11, 28, 46, 0.98), rgba(11, 28, 46, 0.98)), linear-gradient(#0B1C2E, #0B1C2E);
  min-height: var(--home-hero-min-height);
  overflow: hidden;
}

.page-home .hero-copy {
  position: relative;
  z-index: 2;
  padding: clamp(1.5rem, 4vw, 3.5rem);
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: var(--color-light);
}

.page-home .breadcrumbs {
  font-family: var(--font-data);
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(248, 250, 252, 0.5);
  margin-bottom: 1.5rem;
  display: flex;
  gap: 0.5rem;
  align-items: center;
}

.page-home .breadcrumbs-sep {
  color: rgba(248, 250, 252, 0.3);
}

.page-home .hero-title {
  font-family: var(--font-head);
  font-weight: 700;
  font-size: clamp(1.75rem, 5vw, 3.25rem);
  line-height: 1.05;
  margin: 0 0 1.25rem;
  color: var(--color-light);
  max-width: 12em;
  text-transform: uppercase;
}

.page-home .hero-lead {
  font-family: var(--font-body);
  font-size: clamp(0.95rem, 1.4vw, 1.125rem);
  line-height: 1.8;
  color: rgba(248, 250, 252, 0.82);
  max-width: 36em;
  margin: 0 0 2rem;
}

.page-home .hero-metrics {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(1rem, 3vw, 2.5rem);
  margin-bottom: 2rem;
}

.page-home .hero-metric {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.page-home .hero-metric-value {
  font-family: var(--font-data);
  font-size: clamp(1.5rem, 3vw, 2.25rem);
  font-weight: 700;
  color: var(--color-accent);
}

.page-home .hero-metric-label {
  font-size: 0.8125rem;
  color: rgba(248, 250, 252, 0.6);
  letter-spacing: 0.04em;
}

.page-home .hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
}

.page-home .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem 1.5rem;
  border-radius: 6px;
  font-family: var(--font-body);
  font-size: 0.9375rem;
  font-weight: 600;
  text-decoration: none;
  transition: transform 0.18s ease, box-shadow 0.18s ease;
  cursor: pointer;
  border: 1px solid transparent;
}

.page-home .btn-primary {
  background: var(--color-accent);
  color: var(--color-bg);
}

.page-home .btn-primary:hover {
  box-shadow: var(--glow);
  transform: translateY(-2px);
}

.page-home .btn-ghost {
  background: transparent;
  color: var(--color-light);
  border-color: rgba(248, 250, 252, 0.35);
}

.page-home .btn-ghost:hover {
  border-color: var(--color-accent);
  color: var(--color-accent);
}

.page-home .hero-visual {
  position: relative;
  min-height: 420px;
  overflow: hidden;
  background: var(--color-bg-2);
}

.page-home .hero-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.28;
}

.page-home .data-panel {
  position: absolute;
  z-index: 2;
  backdrop-filter: blur(6px);
  background: rgba(30, 58, 95, 0.65);
  border: 1px solid rgba(188, 204, 220, 0.18);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: 1rem 1.25rem;
  display: flex;
  flex-direction: column;
}

.page-home .data-panel--primary {
  top: 8%;
  left: 6%;
  right: 6%;
  min-height: 220px;
}

.page-home .data-panel--secondary {
  bottom: 10%;
  left: 6%;
  max-width: 200px;
}

.page-home .data-panel--tertiary {
  top: 38%;
  right: 5%;
  max-width: 150px;
}

.page-home .data-panel--quaternary {
  bottom: 10%;
  right: 5%;
  max-width: 170px;
}

.page-home .data-panel-header {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.75rem;
}

.page-home .live-dot {
  width: 8px;
  height: 8px;
  background: var(--color-accent);
  border-radius: 50%;
  box-shadow: 0 0 12px var(--color-accent);
  animation: homePulse 2.4s ease-in-out infinite;
}

@keyframes homePulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.5; transform: scale(0.75); }
}

.page-home .live-label {
  font-family: var(--font-data);
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--color-accent);
}

.page-home .gauge-wrap {
  text-align: center;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.page-home .gauge {
  width: min(180px, 60%);
  overflow: visible;
}

.page-home .gauge-track {
  fill: none;
  stroke: rgba(188, 204, 220, 0.2);
  stroke-width: 10;
  stroke-linecap: round;
}

.page-home .gauge-fill {
  fill: none;
  stroke: var(--color-accent);
  stroke-width: 10;
  stroke-linecap: round;
  stroke-dasharray: 251.2;
  stroke-dashoffset: 75.36;
  filter: drop-shadow(0 0 6px var(--color-accent));
}

.page-home .gauge-text {
  font-family: var(--font-data);
  font-size: 26px;
  font-weight: 700;
  fill: var(--color-light);
  text-anchor: middle;
}

.page-home .gauge-label {
  font-family: var(--font-body);
  font-size: 0.8125rem;
  color: rgba(248, 250, 252, 0.65);
  margin-top: 0.5rem;
  line-height: 1.5;
}

.page-home .metric-value {
  font-family: var(--font-data);
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--color-accent);
}

.page-home .metric-label {
  font-size: 0.75rem;
  color: rgba(248, 250, 252, 0.6);
  line-height: 1.4;
  margin-top: 0.25rem;
}

.page-home .section {
  padding: clamp(3rem, 8vw, 6rem) 0;
}

.page-home .container {
  width: min(100% - 2rem, var(--content-width));
  margin-inline: auto;
}

.page-home .section--dark {
  background: var(--color-bg);
  background-image: linear-gradient(rgba(11, 28, 46, 0.95), rgba(11, 28, 46, 0.95)),
    repeating-linear-gradient(0deg, transparent, transparent 39px, rgba(188, 204, 220, 0.05) 40px),
    repeating-linear-gradient(90deg, transparent, transparent 39px, rgba(188, 204, 220, 0.05) 40px);
}

.page-home .section--light {
  background: var(--color-light);
  color: var(--color-ink);
}

.page-home .section-kicker {
  display: inline-block;
  font-family: var(--font-data);
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--color-accent);
  margin-bottom: 0.75rem;
}

.page-home .section-title {
  font-family: var(--font-head);
  font-size: clamp(1.75rem, 3.4vw, 2.75rem);
  line-height: 1.1;
  margin: 0 0 1rem;
  color: var(--color-light);
}

.page-home .section--light .section-title {
  color: var(--color-ink);
}

.page-home .section-lead {
  font-size: 1rem;
  line-height: 1.75;
  color: rgba(248, 250, 252, 0.72);
  max-width: 42em;
}

.page-home .section--light .section-lead {
  color: var(--color-slate);
}

.page-home .season-band {
  border-top: 1px solid rgba(188, 204, 220, 0.15);
  border-bottom: 1px solid rgba(188, 204, 220, 0.15);
}

.page-home .season-head {
  max-width: 680px;
}

.page-home .season-lead {
  color: rgba(248, 250, 252, 0.72);
  line-height: 1.75;
  font-size: 0.9375rem;
  margin-top: 0.5rem;
  max-width: 36em;
}

.page-home .season-progress {
  margin: clamp(1.5rem, 4vw, 2.5rem) 0 1.75rem;
}

.page-home .progress-track {
  height: 8px;
  border-radius: 99px;
  background: rgba(188, 204, 220, 0.15);
  overflow: hidden;
  position: relative;
}

.page-home .progress-fill {
  height: 100%;
  background: linear-gradient(90deg, var(--color-bg-2), var(--color-accent));
  border-radius: inherit;
  box-shadow: 0 0 20px rgba(0, 229, 160, 0.35);
}

.page-home .progress-meta {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-top: 0.5rem;
}

.page-home .progress-num {
  font-family: var(--font-data);
  font-size: 1.125rem;
  color: var(--color-accent);
}

.page-home .progress-label {
  font-size: 0.8125rem;
  color: rgba(248, 250, 252, 0.6);
}

.page-home .round-list {
  display: grid;
  gap: 0.75rem;
}

.page-home .round-item {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1rem 1.25rem;
  background: rgba(30, 58, 95, 0.55);
  border: 1px solid rgba(188, 204, 220, 0.12);
  border-radius: var(--radius);
  flex-wrap: wrap;
  justify-content: space-between;
}

.page-home .round-num {
  font-family: var(--font-head);
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--color-accent-2);
  min-width: 2.25rem;
}

.page-home .round-range {
  font-weight: 600;
  color: var(--color-light);
  font-size: 0.9375rem;
}

.page-home .round-status {
  font-family: var(--font-data);
  font-size: 0.75rem;
  color: rgba(248, 250, 252, 0.6);
  border: 1px solid rgba(188, 204, 220, 0.2);
  padding: 0.25rem 0.65rem;
  border-radius: 99px;
  white-space: nowrap;
}

.page-home .season-note {
  display: flex;
  gap: 0.85rem;
  margin-top: 1.75rem;
  flex-wrap: wrap;
}

.page-home .heatmap-strip .container {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  align-items: center;
  padding-block: clamp(2.5rem, 5vw, 4rem);
}

.page-home .heatmap-img {
  width: 100%;
  height: auto;
  max-height: 420px;
  object-fit: cover;
  object-position: center;
  border-radius: var(--radius-lg);
  border: 1px solid var(--color-line);
  box-shadow: var(--shadow);
}

.page-home .heatmap-copy {
  color: var(--color-ink);
}

.page-home .heatmap-copy .section-kicker {
  color: var(--color-accent);
}

.page-home .heatmap-title {
  font-family: var(--font-head);
  font-size: clamp(1.5rem, 3rem, 2.25rem);
  margin: 0 0 0.85rem;
  color: var(--color-ink);
}

.page-home .heatmap-desc {
  color: var(--color-slate);
  line-height: 1.75;
  margin-bottom: 1.5rem;
  max-width: 32em;
}

.page-home .legend-row {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.8125rem;
  color: var(--color-slate);
  flex-wrap: wrap;
  margin-bottom: 1.5rem;
}

.page-home .legend-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: inline-block;
}

.page-home .legend-dot--high {
  background: #FF3B3B;
}

.page-home .legend-dot--mid {
  background: #FFB020;
}

.page-home .legend-dot--low {
  background: #1E3A5F;
}

.page-home .services-section {
  background: var(--color-light);
}

.page-home .services-section .section-head {
  margin-bottom: clamp(2rem, 5vw, 3rem);
}

.page-home .service-grid {
  display: grid;
  gap: 1.25rem;
}

.page-home .service-card {
  background: var(--color-light);
  border: 1px solid var(--color-line);
  border-radius: var(--radius-lg);
  padding: clamp(1.5rem, 3vw, 2.25rem);
  position: relative;
  overflow: hidden;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.page-home .service-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 30px rgba(16, 42, 67, 0.12);
}

.page-home .service-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
}

.page-home .service-card--rank::before {
  background: var(--color-accent);
}

.page-home .service-card--points::before {
  background: var(--color-accent-2);
}

.page-home .service-card--report::before {
  background: var(--color-warn);
}

.page-home .service-icon {
  font-family: var(--font-head);
  font-size: 2.25rem;
  font-weight: 700;
  color: transparent;
  -webkit-text-stroke: 1px var(--color-line);
  margin-bottom: 1rem;
}

.page-home .service-title {
  font-family: var(--font-head);
  font-size: 1.375rem;
  margin: 0 0 0.75rem;
  color: var(--color-ink);
}

.page-home .service-desc {
  font-size: 0.9375rem;
  line-height: 1.7;
  color: var(--color-slate);
  margin-bottom: 1.25rem;
}

.page-home .service-stats {
  border-top: 1px solid var(--color-line);
  padding-top: 1rem;
  margin: 0;
  display: grid;
  gap: 0.5rem;
}

.page-home .service-stat {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
}

.page-home .service-stat dt {
  color: var(--color-slate);
  font-size: 0.8125rem;
}

.page-home .service-stat dd {
  margin: 0;
  font-family: var(--font-data);
  font-size: 0.8125rem;
  color: var(--color-ink);
  font-weight: 600;
  text-align: right;
}

.page-home .services-foot {
  text-align: center;
  margin-top: 2rem;
}

.page-home .services-foot .btn-primary {
  background: var(--color-accent);
  color: var(--color-bg);
}

.page-home .quick-filter-band {
  background: var(--color-bg-2);
  padding: clamp(2.5rem, 6vw, 4.5rem) 0;
}

.page-home .quick-filter-header {
  margin-bottom: 2rem;
}

.page-home .quick-filter-title {
  font-family: var(--font-head);
  font-size: clamp(1.5rem, 3vw, 2.25rem);
  color: var(--color-light);
  margin: 0 0 0.5rem;
}

.page-home .quick-filter-desc {
  color: rgba(248, 250, 252, 0.72);
  line-height: 1.75;
  font-size: 0.9375rem;
  max-width: 36em;
}

.page-home .filter-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin-bottom: 1.75rem;
}

.page-home .filter-tab {
  padding: 0.5rem 1.1rem;
  border-radius: 99px;
  background: transparent;
  border: 1px solid rgba(188, 204, 220, 0.3);
  color: rgba(248, 250, 252, 0.75);
  font-size: 0.8125rem;
  cursor: pointer;
  transition: all 0.16s ease;
  font-family: var(--font-body);
}

.page-home .filter-tab:hover {
  border-color: var(--color-accent);
  color: var(--color-accent);
}

.page-home .filter-tab.is-active {
  background: var(--color-accent);
  border-color: var(--color-accent);
  color: var(--color-bg);
  font-weight: 600;
}

.page-home .data-list {
  display: grid;
  gap: 0.75rem;
}

.page-home .data-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  background: rgba(11, 28, 46, 0.75);
  border: 1px solid rgba(188, 204, 220, 0.14);
  padding: 1rem 1.25rem;
  border-radius: var(--radius);
  transition: all 0.2s ease;
  flex-wrap: wrap;
}

.page-home .data-row:hover {
  background: rgba(30, 58, 95, 0.6);
  border-color: rgba(0, 229, 160, 0.3);
}

.page-home .data-row-tag {
  font-size: 0.7rem;
  font-family: var(--font-data);
}

.page-home .tag {
  display: inline-flex;
  align-items: center;
  padding: 0.2rem 0.65rem;
  border-radius: 99px;
  background: rgba(188, 204, 220, 0.15);
  color: var(--color-light);
  font-size: 0.7rem;
  font-weight: 600;
  white-space: nowrap;
}

.page-home .tag--hot {
  background: var(--color-accent-2);
  color: var(--color-light);
}

.page-home .tag--warn {
  background: var(--color-warn);
  color: var(--color-ink);
}

.page-home .data-row-title {
  font-size: 0.9375rem;
  font-weight: 600;
  color: var(--color-light);
  margin: 0;
  flex: 1;
}

.page-home .data-row-meta {
  font-family: var(--font-data);
  font-size: 0.75rem;
  color: rgba(248, 250, 252, 0.5);
  white-space: nowrap;
}

.page-home .subscribe-section {
  border-top: 1px solid rgba(188, 204, 220, 0.12);
}

.page-home .subscribe-layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  align-items: center;
}

.page-home .subscribe-img {
  width: min(280px, 80%);
  height: auto;
  margin-inline: auto;
  border-radius: var(--radius-lg);
  border: 1px solid rgba(188, 204, 220, 0.2);
  box-shadow: var(--shadow);
}

.page-home .subscribe-copy {
  color: var(--color-light);
}

.page-home .subscribe-copy .section-title {
  color: var(--color-light);
}

.page-home .subscribe-desc {
  color: rgba(248, 250, 252, 0.75);
  line-height: 1.75;
  margin-bottom: 1.5rem;
  max-width: 32em;
}

.page-home .subscribe-features {
  list-style: none;
  margin: 0 0 1.75rem;
  padding: 0;
  display: grid;
  gap: 0.75rem;
}

.page-home .subscribe-features li {
  position: relative;
  padding-left: 1.5rem;
  color: rgba(248, 250, 252, 0.88);
  font-size: 0.9375rem;
}

.page-home .subscribe-features li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.5rem;
  width: 8px;
  height: 8px;
  background: var(--color-accent);
  border-radius: 50%;
  box-shadow: 0 0 8px rgba(0, 229, 160, 0.5);
}

.page-home .subscribe-foot {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
}

.page-home .version-band {
  background: var(--color-light);
  padding: clamp(3rem, 7vw, 5rem) 0;
}

.page-home .version-band .container {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}

.page-home .version-copy {
  color: var(--color-ink);
}

.page-home .version-copy .section-kicker {
  color: var(--color-accent-2);
}

.page-home .version-title {
  font-family: var(--font-head);
  font-size: clamp(1.5rem, 3vw, 2.25rem);
  margin: 0 0 1rem;
  color: var(--color-ink);
}

.page-home .version-desc {
  color: var(--color-slate);
  line-height: 1.75;
  margin-bottom: 1.5rem;
  max-width: 38em;
}

.page-home .version-copy .btn-primary {
  background: var(--color-accent);
  color: var(--color-bg);
}

.page-home .version-copy .btn-ghost {
  color: var(--color-ink);
  border-color: var(--color-line);
}

.page-home .version-copy .btn-ghost:hover {
  border-color: var(--color-accent);
  color: var(--color-accent);
}

.page-home .version-panel {
  display: grid;
  gap: 0.85rem;
}

.page-home .accordion-item {
  border: 1px solid var(--color-line);
  border-radius: var(--radius);
  background: var(--color-light);
  overflow: hidden;
}

.page-home .accordion-trigger {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1.25rem;
  background: var(--color-light);
  border: none;
  font-size: 0.9375rem;
  font-weight: 600;
  font-family: var(--font-body);
  color: var(--color-ink);
  cursor: pointer;
  text-align: left;
  position: relative;
  transition: background 0.18s ease;
}

.page-home .accordion-trigger::after {
  content: '+';
  font-family: var(--font-head);
  font-size: 1.25rem;
  color: var(--color-accent);
  transition: transform 0.2s ease;
}

.page-home .accordion-trigger:hover {
  background: rgba(0, 229, 160, 0.06);
}

.page-home .accordion-trigger[aria-expanded="true"]::after {
  content: '−';
}

.page-home .accordion-panel {
  padding: 0 1.25rem;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: max-height 0.22s ease, opacity 0.22s ease, padding 0.22s ease;
}

.page-home .accordion-trigger[aria-expanded="true"] + .accordion-panel {
  padding: 0 1.25rem 1.1rem;
  max-height: 320px;
  opacity: 1;
}

.page-home .accordion-panel p {
  margin: 0;
  color: var(--color-slate);
  line-height: 1.7;
  font-size: 0.875rem;
}

.page-home .dataflow-banner {
  display: block;
  width: 100%;
  height: auto;
  max-height: 220px;
  object-fit: cover;
  object-position: center;
}

.page-home .trust-section {
  background: var(--color-light);
}

.page-home .trust-list {
  margin: 0 0 2.25rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.75rem;
}

.page-home .trust-item {
  padding: 1rem 1.1rem;
  background: var(--color-light);
  border: 1px solid var(--color-line);
  border-radius: var(--radius);
}

.page-home .trust-item dt {
  font-weight: 700;
  color: var(--color-ink);
  font-size: 0.875rem;
  margin-bottom: 0.25rem;
}

.page-home .trust-item dd {
  margin: 0;
  font-size: 0.75rem;
  color: var(--color-slate);
  font-family: var(--font-data);
}

.page-home .trust-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
}

@media (min-width: 768px) {
  .page-home .split-hero {
    grid-template-columns: 1fr 1fr;
  }

  .page-home .data-panel--primary {
    top: 12%;
    left: 8%;
    right: 8%;
  }

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

  .page-home .heatmap-strip .container {
    grid-template-columns: 1.5fr 1fr;
    gap: 3rem;
  }

  .page-home .service-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
  }

  .page-home .subscribe-layout {
    grid-template-columns: 320px 1fr;
    gap: 3rem;
  }

  .page-home .version-band .container {
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
  }

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

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

  .page-home .data-row:nth-child(even) {
    transform: translateY(8px);
  }

  .page-home .data-row:nth-child(even):hover {
    transform: translateY(4px);
  }

  .page-home .subscribe-img {
    width: 320px;
  }
}
