.page-home {
  --home-tilt: -2deg;
  --home-section-gap: clamp(64px, 10vw, 128px);
  background: var(--color-bg);
  color: var(--color-text);
  font-family: var(--font-body);
  line-height: 1.6;
  overflow-x: hidden;
}

.page-home .container {
  width: 100%;
  max-width: var(--container-w);
  margin-inline: auto;
  padding-inline: var(--gutter);
  box-sizing: border-box;
}

.page-home a { color: var(--color-link); text-decoration: none; }
.page-home a:hover { text-decoration: underline; }

.page-home .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 22px;
  border-radius: var(--radius-sm);
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 0.95rem;
  border: 1px solid transparent;
  cursor: pointer;
  transition: transform 0.25s var(--ease), background 0.25s, color 0.25s, border-color 0.25s;
}
.page-home .btn:hover { text-decoration: none; transform: translateY(-2px); }
.page-home .btn--primary { background: var(--color-accent); color: var(--color-bg); }
.page-home .btn--primary:hover { background: #FF8255; }
.page-home .btn--ghost { background: transparent; border-color: rgba(0, 229, 255, 0.45); color: var(--color-link); }
.page-home .btn--ghost:hover { background: rgba(0, 229, 255, 0.08); }

.page-home section { scroll-margin-top: 24px; }

.page-home .breadcrumb {
  display: flex;
  gap: 10px;
  align-items: center;
  font-family: var(--font-mono);
  font-size: 0.78rem;
  color: var(--color-muted);
  margin-bottom: clamp(28px, 5vw, 56px);
}
.page-home .breadcrumb-current {
  color: var(--color-link);
  padding: 4px 12px;
  border: 1px solid rgba(0, 229, 255, 0.3);
  border-radius: 999px;
}

.page-home__hero {
  position: relative;
  overflow: hidden;
  background: var(--color-bg-2);
  padding-block: clamp(40px, 6vw, 84px) clamp(48px, 8vw, 96px);
}

.page-home__hero-bg,
.page-home__hero-bg img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.page-home__hero-bg img {
  object-fit: cover;
  opacity: 0.3;
}

.page-home__hero-veil {
  position: absolute;
  inset: 0;
  background: linear-gradient(105deg, rgba(10, 17, 40, 0.96) 0%, rgba(10, 17, 40, 0.75) 35%, rgba(26, 35, 64, 0.4) 68%, rgba(19, 29, 56, 0.6) 100%);
}

.page-home__hero-inner { position: relative; z-index: 2; }
.page-home__hero-grid { display: grid; gap: clamp(30px, 5vw, 56px); align-items: center; }
.page-home__hero-copy { max-width: 640px; }

.page-home__eyebrow {
  font-family: var(--font-mono);
  font-size: 0.8rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--color-link);
  display: flex;
  gap: 10px;
  align-items: center;
}
.page-home__eyebrow::before { content: "//"; color: var(--color-accent); letter-spacing: -0.05em; }

.page-home__hero h1 {
  font-family: var(--font-display);
  font-weight: 900;
  font-size: clamp(2.6rem, 8vw, 5.8rem);
  line-height: 0.98;
  text-transform: uppercase;
  color: var(--color-white);
  margin: 18px 0 16px;
  letter-spacing: 0.01em;
}

.page-home__lead {
  font-size: clamp(1rem, 1.4vw, 1.18rem);
  color: var(--color-text);
  max-width: 52ch;
  margin: 0 0 28px;
}

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

.page-home__hero-facts {
  list-style: none;
  padding: 20px 0 0;
  margin: 32px 0 0;
  border-top: 1px solid rgba(90, 107, 140, 0.35);
  display: flex;
  flex-wrap: wrap;
  gap: 14px 32px;
}
.page-home__hero-facts li {
  font-family: var(--font-mono);
  font-size: 0.86rem;
  color: var(--color-muted);
}
.page-home__hero-facts strong { color: var(--color-white); font-weight: 600; }

.page-home__hero-panel {
  position: relative;
  background: rgba(19, 29, 56, 0.82);
  border: 1px solid rgba(0, 229, 255, 0.22);
  border-radius: var(--radius);
  padding: 22px;
  backdrop-filter: blur(8px);
  transform: rotate(var(--home-tilt));
  box-shadow: 18px 26px 44px rgba(0, 0, 0, 0.32);
  max-width: 520px;
  margin-inline: auto;
}
.page-home__hero-panel::before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  width: 30px;
  height: 30px;
  border-top: 3px solid var(--color-accent);
  border-left: 3px solid var(--color-accent);
  border-top-left-radius: 10px;
}
.page-home__hero-panel::after {
  content: "";
  position: absolute;
  bottom: -1px;
  right: -1px;
  width: 30px;
  height: 30px;
  border-bottom: 3px solid var(--color-volt);
  border-right: 3px solid var(--color-volt);
  border-bottom-right-radius: 10px;
}

.page-home__panel-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 14px;
  font-family: var(--font-mono);
  font-size: 0.76rem;
  letter-spacing: 0.12em;
  color: var(--color-link);
}

.page-home__pulse {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--color-volt);
  box-shadow: 0 0 14px var(--color-volt);
  animation: page-home-pulse 1.6s ease-in-out infinite;
}
@keyframes page-home-pulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.4; transform: scale(0.7); }
}

.page-home__stat {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 4px 10px;
  padding: 16px 0;
  border-bottom: 1px solid rgba(90, 107, 140, 0.22);
}
.page-home__stat:last-child { border-bottom: 0; }
.page-home__stat-label {
  font-family: var(--font-mono);
  font-size: 0.78rem;
  color: var(--color-muted);
}
.page-home__stat-num {
  grid-row: span 2;
  font-family: var(--font-display);
  font-weight: 900;
  font-size: 2.6rem;
  line-height: 1;
  color: var(--color-white);
}
.page-home__stat-trend {
  font-family: var(--font-mono);
  font-size: 0.72rem;
  color: var(--color-volt);
  justify-self: start;
}
.page-home__panel-foot {
  margin-top: 16px;
  background: rgba(0, 229, 255, 0.08);
  border-radius: 8px;
  padding: 10px 14px;
  text-align: center;
  font-family: var(--font-mono);
  font-size: 0.78rem;
  color: var(--color-link);
}

.page-home__section-head {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 14px 18px;
  align-items: start;
  margin-bottom: 28px;
}
.page-home__section-index {
  font-family: var(--font-mono);
  font-size: 0.8rem;
  color: var(--color-accent);
  border: 1px solid rgba(255, 107, 53, 0.4);
  padding: 4px 8px;
  border-radius: 6px;
  line-height: 1;
  transform: rotate(-5deg);
}
.page-home__section-head h2 {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: clamp(1.9rem, 4vw, 3rem);
  line-height: 1.1;
  text-transform: uppercase;
  color: var(--color-white);
  margin: 0 0 8px;
}
.page-home__section-head p {
  margin: 0;
  max-width: 560px;
  color: var(--color-muted);
}

.page-home__refresh { padding-block: var(--home-section-gap); }
.page-home__refresh-head {
  display: flex;
  flex-direction: column;
  gap: 16px;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 8px;
}
.page-home__refresh-status {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-mono);
  font-size: 0.82rem;
  color: var(--color-link);
  padding: 8px 14px;
  border: 1px solid rgba(0, 229, 255, 0.22);
  border-radius: 999px;
  background: rgba(0, 229, 255, 0.05);
  white-space: nowrap;
}

.page-home__refresh-grid { display: grid; grid-template-columns: 1fr; gap: 20px; }

.page-home__refresh-card {
  position: relative;
  border-radius: var(--radius);
  background: var(--color-bg-2);
  border: 1px solid rgba(90, 107, 140, 0.2);
  padding: 22px;
  transition: transform 0.3s var(--ease), box-shadow 0.3s var(--ease);
}
.page-home__refresh-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.2);
}

.page-home__refresh-card--primary { display: grid; gap: 16px; }
.page-home__refresh-card--accent {
  background: linear-gradient(135deg, rgba(255, 107, 53, 0.12), rgba(255, 107, 53, 0.02));
  border-color: rgba(255, 107, 53, 0.28);
}
.page-home__refresh-card--volt {
  background: linear-gradient(135deg, rgba(200, 245, 66, 0.1), rgba(200, 245, 66, 0.02));
  border-color: rgba(200, 245, 66, 0.24);
}
.page-home__refresh-card--info {
  background: linear-gradient(135deg, rgba(0, 229, 255, 0.08), rgba(0, 229, 255, 0.015));
  border-color: rgba(0, 229, 255, 0.2);
}

.page-home__refresh-media { border-radius: var(--radius-sm); overflow: hidden; }
.page-home__refresh-media img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}

.page-home__refresh-copy { display: grid; gap: 6px; }
.page-home__refresh-copy h3 {
  font-family: var(--font-display);
  font-size: 1.7rem;
  font-weight: 800;
  color: var(--color-white);
  margin: 0;
}
.page-home__refresh-copy p { margin: 0; color: var(--color-muted); font-size: 0.95rem; }
.page-home__refresh-copy strong {
  font-family: var(--font-display);
  font-weight: 900;
  font-size: 3.4rem;
  line-height: 1;
  color: var(--color-accent);
}
.page-home__refresh-card--volt .page-home__refresh-copy strong { color: var(--color-volt); }
.page-home__refresh-card--info .page-home__refresh-copy strong { color: var(--color-link); }

.page-home__refresh-hover {
  margin-top: 8px;
  padding-top: 12px;
  border-top: 1px dashed rgba(200, 245, 66, 0.4);
  font-family: var(--font-mono);
  font-size: 0.78rem;
  color: var(--color-volt);
  display: none;
}
.page-home__refresh-card:hover .page-home__refresh-hover { display: block; }

.page-home__benefits {
  padding-block: var(--home-section-gap);
  background: linear-gradient(180deg, var(--color-bg) 0%, var(--color-bg-2) 100%);
}

.page-home__filter-bar { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 24px; }
.page-home__filter-bar .filter-btn {
  font-family: var(--font-mono);
  font-size: 0.82rem;
  padding: 8px 16px;
  border-radius: 999px;
  border: 1px solid rgba(90, 107, 140, 0.3);
  background: transparent;
  color: var(--color-text);
  cursor: pointer;
}
.page-home__filter-bar .filter-btn.is-active {
  border-color: var(--color-accent);
  color: var(--color-accent);
  background: rgba(255, 107, 53, 0.1);
}

.page-home__benefit-grid { display: grid; grid-template-columns: 1fr; gap: 22px; }

.page-home__benefit-card {
  position: relative;
  border-radius: var(--radius);
  background: var(--color-bg-3);
  padding: 24px;
  border: 1px solid rgba(90, 107, 140, 0.2);
  display: grid;
  align-content: start;
}
.page-home__benefit-card--review {
  background: linear-gradient(145deg, var(--color-bg-3), rgba(200, 245, 66, 0.05));
}
.page-home__benefit-no {
  font-family: var(--font-mono);
  font-size: 0.9rem;
  color: var(--color-accent);
  border: 1px solid rgba(255, 107, 53, 0.4);
  border-radius: 50%;
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  margin-bottom: 14px;
}
.page-home__benefit-card h3 {
  font-family: var(--font-display);
  font-size: 1.6rem;
  font-weight: 800;
  color: var(--color-white);
  margin: 0 0 10px;
}
.page-home__benefit-card p { margin: 0 0 16px; color: var(--color-muted); font-size: 0.96rem; }
.page-home__text-link {
  font-family: var(--font-mono);
  font-size: 0.84rem;
  color: var(--color-link);
}

.page-home__benefit-card--phone { display: grid; gap: 16px; }
.page-home__benefit-media { border-radius: var(--radius-sm); overflow: hidden; }
.page-home__benefit-media img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}

.page-home__nav-history { padding-block: var(--home-section-gap); }
.page-home__history-grid { display: grid; grid-template-columns: 1fr; gap: 28px; align-items: center; }

.page-home__history-svg { width: 100%; height: auto; }
.page-home__history-svg path { stroke: var(--color-link); fill: none; stroke-dasharray: 10 8; }
.page-home__history-svg circle { fill: var(--color-accent); stroke: var(--color-bg); stroke-width: 2; }
.page-home__history-svg circle:nth-child(3) { fill: var(--color-volt); }
.page-home__history-svg circle:nth-child(5) { fill: var(--color-link); }

.page-home__history-list { list-style: none; margin: 0; padding: 0; display: grid; gap: 10px; }
.page-home__history-list li { margin: 0; padding: 0; }
.page-home__history-list a {
  display: flex;
  align-items: center;
  gap: 14px;
  font-family: var(--font-mono);
  font-size: 0.88rem;
  color: var(--color-text);
  padding: 12px 16px;
  border: 1px solid rgba(90, 107, 140, 0.2);
  border-radius: var(--radius-sm);
  background: var(--color-bg-2);
  transition: background 0.25s, transform 0.25s var(--ease);
}
.page-home__history-list a:hover {
  background: var(--color-bg-3);
  transform: translateX(4px);
  text-decoration: none;
}
.page-home__history-list span {
  color: var(--color-accent);
  font-size: 0.76rem;
  border: 1px solid rgba(255, 107, 53, 0.35);
  padding: 4px 8px;
  border-radius: 999px;
  white-space: nowrap;
}

.page-home__leagues {
  padding-block: var(--home-section-gap);
  background: linear-gradient(180deg, var(--color-bg-2) 0%, var(--color-bg) 100%);
}
.page-home__leagues-media { border-radius: var(--radius); overflow: hidden; margin-bottom: 24px; }
.page-home__leagues-media img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}
.page-home__league-strip { display: flex; flex-wrap: wrap; gap: 10px; }
.page-home__league-chip {
  font-family: var(--font-mono);
  font-size: 0.82rem;
  color: var(--color-text);
  padding: 10px 16px;
  border: 1px solid rgba(90, 107, 140, 0.3);
  border-radius: 999px;
  background: var(--color-bg-2);
  transition: background 0.25s, border-color 0.25s, color 0.25s;
}
.page-home__league-chip:hover {
  border-color: var(--color-accent);
  color: var(--color-accent);
  background: rgba(255, 107, 53, 0.08);
  text-decoration: none;
}

.page-home__support-cta {
  margin-top: 44px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px 24px;
  padding: 22px;
  border: 1px solid rgba(0, 229, 255, 0.2);
  border-radius: var(--radius);
  background: rgba(0, 229, 255, 0.05);
}
.page-home__support-cta p { margin: 0; flex: 1 1 260px; color: var(--color-text); }

@media (min-width: 680px) {
  .page-home__refresh-grid { grid-template-columns: repeat(2, 1fr); }
  .page-home__refresh-card--primary { grid-column: span 2; }
  .page-home__history-grid { grid-template-columns: 1.1fr 0.9fr; }
}

@media (min-width: 960px) {
  .page-home__hero-grid { grid-template-columns: 1.1fr 0.9fr; }
  .page-home__refresh-head { flex-direction: row; align-items: center; }
  .page-home__refresh-grid { grid-template-columns: repeat(6, 1fr); }
  .page-home__refresh-card--primary { grid-column: span 4; }
  .page-home__refresh-card--accent { grid-column: span 2; }
  .page-home__refresh-card--volt { grid-column: span 3; }
  .page-home__refresh-card--info { grid-column: span 3; }
  .page-home__benefit-grid { grid-template-columns: repeat(4, 1fr); }
  .page-home__benefit-card--phone {
    grid-column: span 2;
    grid-template-columns: 1fr 1fr;
    align-items: center;
  }
  .page-home__refresh .container,
  .page-home__benefits .container,
  .page-home__nav-history .container,
  .page-home__leagues .container {
    border-left: 2px solid rgba(90, 107, 140, 0.18);
    padding-left: calc(var(--gutter) + 28px);
  }
}

@media (max-width: 380px) {
  .page-home .btn { width: 100%; }
}
