.page-home { --home-ease: cubic-bezier(.22,.61,.36,1); }

.page-home .breadcrumb {
  display: flex;
  align-items: center;
  gap: .5rem;
  max-width: var(--page-max);
  margin: 0 auto;
  padding: .75rem var(--gutter) 0;
  font-size: .75rem;
  font-family: var(--font-mono);
  color: var(--muted);
}

.page-home .breadcrumb a { color: var(--muted); text-decoration: none; transition: color .2s var(--ease); }
.page-home .breadcrumb a:hover { color: var(--orange); }
.page-home .breadcrumb__sep { color: var(--silver); }
.page-home .breadcrumb__current { color: var(--ink); }

.page-home .home-hero {
  background: linear-gradient(135deg, #0A1E3F 0%, #0B0B0F 62%, #0B0B0F 100%);
  color: #fff;
  position: relative;
  overflow: hidden;
}

.page-home .home-hero__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.5rem;
  padding-block: clamp(3rem, 7vw, 5.5rem) clamp(3.5rem, 8vw, 6rem);
  position: relative;
  z-index: 2;
}

.page-home .home-hero__kicker {
  display: flex;
  align-items: center;
  gap: .5rem;
  font-family: var(--font-mono);
  font-size: .8rem;
  letter-spacing: .08em;
  color: rgba(255,255,255,.7);
  margin-bottom: 1.25rem;
}

.page-home .home-hero h1 {
  font-size: clamp(1.9rem, 5vw, 3.6rem);
  font-weight: 900;
  line-height: 1.18;
  margin: 0 0 .75rem;
  letter-spacing: -0.02em;
}

.page-home .home-hero__cn {
  font-size: clamp(1.1rem, 2.4vw, 1.8rem);
  font-weight: 700;
  color: rgba(255,255,255,.65);
}

.page-home .home-hero__lead {
  max-width: 34em;
  font-size: 1rem;
  line-height: 1.75;
  color: rgba(255,255,255,.72);
  margin-bottom: 2rem;
}

.page-home .home-hero__actions { display: flex; flex-wrap: wrap; gap: .75rem; margin-bottom: 2.25rem; }

.page-home .home-hero__stats {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  max-width: 34em;
  margin: 0;
}

.page-home .home-hero__stats dt {
  font-size: .72rem;
  font-family: var(--font-mono);
  color: rgba(255,255,255,.55);
  letter-spacing: .06em;
}

.page-home .home-hero__stats dd {
  margin: .25rem 0 0;
  font-family: var(--font-mono);
  font-size: 1.5rem;
  font-weight: 700;
  color: #fff;
}

.page-home .home-hero__visual {
  position: relative;
  min-height: 340px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-home .home-orbit { width: min(440px, 88vw); height: auto; }

.page-home .home-hero__glass {
  position: absolute;
  right: clamp(.25rem, 4vw, 2rem);
  bottom: clamp(.25rem, 5vw, 2.5rem);
  display: flex;
  flex-direction: column;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.page-home .home-hero__glass-num {
  font-family: var(--font-mono);
  font-size: clamp(2rem, 5vw, 3.2rem);
  font-weight: 700;
  color: var(--orange);
  line-height: 1;
}

.page-home .home-hero__glass-label {
  font-family: var(--font-mono);
  font-size: .75rem;
  color: rgba(255,255,255,.75);
  letter-spacing: .12em;
  margin-top: .25rem;
}

.page-home .home-hero__glass-sub {
  font-size: .78rem;
  color: rgba(255,255,255,.5);
  margin-top: .25rem;
}

.page-home .home-hero__stripe {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 5px;
  background: linear-gradient(90deg, transparent, var(--orange) 18%, rgba(255,107,53,.25) 52%, transparent);
}

.page-home .index-map-wrap { position: relative; overflow: hidden; }

.page-home .index-map {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
  padding-block: 1.5rem clamp(2.5rem, 6vw, 4rem);
  z-index: 2;
}

.page-home .index-map__item {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto auto auto;
  column-gap: 1rem;
  background: rgba(255,255,255,.92);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  border: 1px solid rgba(11,11,15,.08);
  border-left: 4px solid var(--orange);
  padding: 1.5rem 1.25rem;
  text-decoration: none;
  color: var(--ink);
  box-shadow: 0 4px 16px rgba(11,11,15,.04);
  transition: transform .25s var(--home-ease), box-shadow .25s var(--home-ease);
}

.page-home .index-map__item:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 32px rgba(11,11,15,.14);
}

.page-home .index-map__item--1 { margin-left: 0; }
.page-home .index-map__item--2 { margin-left: clamp(.5rem, 6vw, 3rem); }
.page-home .index-map__item--3 { margin-left: clamp(1rem, 10vw, 6rem); }
.page-home .index-map__item--4 { margin-left: clamp(.5rem, 5vw, 2.5rem); }

.page-home .index-map__num {
  grid-row: 1 / 4;
  font-family: var(--font-mono);
  font-size: 2rem;
  font-weight: 700;
  color: var(--orange);
  line-height: 1.1;
}

.page-home .index-map__tag {
  grid-column: 2;
  font-family: var(--font-mono);
  font-size: .72rem;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: .3rem;
}

.page-home .index-map__title { grid-column: 2; font-size: 1.25rem; font-weight: 800; margin-bottom: .4rem; }

.page-home .index-map__text { grid-column: 2; font-size: .9rem; line-height: 1.6; color: var(--muted-strong); max-width: 36em; }

.page-home .index-map__link-arrow {
  position: absolute;
  right: 1.25rem;
  bottom: 1rem;
  font-family: var(--font-mono);
  color: var(--orange);
  font-size: 1.4rem;
  opacity: .75;
}

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

.page-home .index-map__bg-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .32;
  filter: grayscale(1) contrast(1.05);
}

.page-home .price-section { color: #fff; }

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

.page-home .price-chart {
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 4px;
  padding: 1.25rem;
  position: relative;
  overflow: hidden;
}

.page-home .price-chart__svg { width: 100%; height: auto; display: block; }

.page-home .price-chart__note {
  font-family: var(--font-mono);
  font-size: .75rem;
  color: rgba(255,255,255,.55);
  margin-top: 1rem;
  text-align: right;
}

.page-home .price-meta {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.page-home .price-meta .data-list { display: flex; flex-direction: column; }

.page-home .price-meta .data-list__item {
  display: grid;
  grid-template-columns: 5rem 1fr;
  grid-template-rows: auto auto;
  padding: 1rem 0;
  border-bottom: 1px solid rgba(255,255,255,.12);
}

.page-home .price-meta .data-list__label { color: rgba(255,255,255,.6); font-family: var(--font-mono); font-size: .8rem; }

.page-home .price-meta .data-list__value { color: #fff; font-size: 1.35rem; font-weight: 700; font-family: var(--font-mono); }

.page-home .price-meta .data-list__desc { grid-column: 2; color: rgba(255,255,255,.5); font-size: .8rem; }

.page-home .price-meta__img img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 4px;
  border: 1px solid rgba(255,255,255,.14);
}

.page-home .score-section { background: #fff; }

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

.page-home .score-card {
  border: 1px solid rgba(11,11,15,.08);
  border-top: 4px solid var(--orange);
  padding: 2rem 1.5rem;
  background: #fff;
  box-shadow: 0 6px 22px rgba(11,11,15,.05);
  position: relative;
  overflow: hidden;
}

.page-home .score-card--alt { border-top-color: var(--space); }

.page-home .score-card__row { display: flex; justify-content: space-between; align-items: center; margin-bottom: 1.5rem; }

.page-home .score-card__league { font-family: var(--font-mono); font-size: .78rem; letter-spacing: .08em; color: var(--muted-strong); }

.page-home .score-card__teams { display: flex; justify-content: space-between; align-items: center; gap: .75rem; margin-bottom: 1.25rem; }

.page-home .score-card__team { font-size: 1.1rem; font-weight: 800; flex: 1; }

.page-home .score-card__score {
  font-family: var(--font-mono);
  font-size: 2.4rem;
  font-weight: 700;
  color: var(--space);
  white-space: nowrap;
}

.page-home .score-card__events { display: flex; flex-wrap: wrap; gap: .5rem; margin-bottom: 1.5rem; }

.page-home .score-card__event {
  display: inline-block;
  padding: .3rem .7rem;
  border-radius: 999px;
  background: var(--mist);
  color: var(--muted-strong);
  font-family: var(--font-mono);
  font-size: .72rem;
  border: 1px solid rgba(11,11,15,.06);
}

.page-home .score-card__event--red { background: #B3261E; color: #fff; border-color: #B3261E; }

.page-home .score-card__event--goal { background: var(--space); color: #fff; border-color: var(--space); }

.page-home .score-card__ticker {
  border-top: 1px dashed rgba(199,201,209,.8);
  padding-top: .75rem;
  display: flex;
  gap: 1.5rem;
  overflow: hidden;
  white-space: nowrap;
}

.page-home .score-card__ticker-item {
  font-family: var(--font-mono);
  font-size: .72rem;
  color: var(--muted);
  animation: pageHomeTicker 18s linear infinite;
  display: inline-block;
}

@keyframes pageHomeTicker {
  0% { transform: translateX(0); }
  100% { transform: translateX(-300%); }
}

.page-home .score-side { display: flex; flex-direction: column; gap: 1rem; }

.page-home .score-side__phone {
  border-radius: 6px;
  overflow: hidden;
  max-width: 280px;
  align-self: center;
  border: 1px solid rgba(199,201,209,.6);
  box-shadow: 0 12px 28px rgba(11,11,15,.12);
}

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

.page-home .score-side__text { max-width: 34em; font-size: .95rem; line-height: 1.7; color: var(--muted-strong); }

.page-home .compare-section { background: var(--mist); }

.page-home .compare-box {
  position: relative;
  margin-top: 2rem;
  background: #fff;
  border: 1px solid rgba(11,11,15,.08);
  box-shadow: 0 10px 30px rgba(11,11,15,.08);
  z-index: 1;
}

.page-home .compare-box__frame { position: relative; overflow: hidden; min-height: 320px; }

.page-home .compare-box__label {
  position: absolute;
  top: 1rem;
  z-index: 5;
  font-family: var(--font-mono);
  font-size: .72rem;
  letter-spacing: .1em;
  padding: .4rem .8rem;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}

.page-home .compare-box__label--old { left: 1rem; background: rgba(11,11,15,.75); color: #fff; }

.page-home .compare-box__label--new { right: 1rem; background: rgba(255,107,53,.9); color: #fff; }

.page-home .compare-box__clipper { position: relative; height: 100%; min-height: inherit; }

.page-home .compare-box__old,
.page-home .compare-box__new { position: absolute; top: 0; bottom: 0; width: 100%; height: 100%; padding: 4.5rem 2rem 2rem; }

.page-home .compare-box__old {
  left: 0;
  background:
    radial-gradient(ellipse at 10% 20%, rgba(10,30,63,.06), transparent 55%),
    #F3F3F7;
  color: var(--ink);
  clip-path: inset(0 55% 0 0);
}

.page-home .compare-box__new {
  left: 0;
  background:
    radial-gradient(ellipse at 90% 15%, rgba(255,107,53,.16), transparent 55%),
    linear-gradient(135deg, #0A1E3F, #0B0B0F);
  color: #fff;
  clip-path: inset(0 0 0 45%);
}

.page-home .compare-box__old-head,
.page-home .compare-box__new-head { font-family: var(--font-mono); font-size: .9rem; letter-spacing: .06em; margin: 0 0 1rem; }

.page-home .compare-box__old-list,
.page-home .compare-box__new-list { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: .6rem; }

.page-home .compare-box__old-list li,
.page-home .compare-box__new-list li { font-size: .95rem; line-height: 1.5; }

.page-home .compare-box__old-list li::before { content: '▪ '; color: var(--muted); }

.page-home .compare-box__new-list li::before { content: '▸ '; color: var(--orange); }

.page-home .compare-box__range {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  z-index: 6;
  margin: 0;
  height: 3.5rem;
  background: transparent;
  -webkit-appearance: none;
  appearance: none;
  cursor: ew-resize;
  outline: none;
}

.page-home .compare-box__range::-webkit-slider-runnable-track { height: 4px; background: rgba(199,201,209,.7); }

.page-home .compare-box__range::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: var(--orange);
  border: 3px solid #fff;
  box-shadow: 0 0 10px rgba(255,107,53,.5);
  margin-top: -10px;
}

.page-home .compare-box__range::-moz-range-track { height: 4px; background: rgba(199,201,209,.7); }

.page-home .compare-box__range::-moz-range-thumb {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: var(--orange);
  border: 3px solid #fff;
  box-shadow: 0 0 10px rgba(255,107,53,.5);
}

.page-home .compare-box__bg {
  width: 100%;
  height: auto;
  display: block;
  position: absolute !important;
  z-index: -1;
  opacity: .5;
  object-fit: cover;
  inset: 0;
  filter: grayscale(1) contrast(1.1) blur(1px);
}

.page-home .compare-box__actions {
  position: relative;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  gap: .75rem;
  padding: 1.5rem;
  background: linear-gradient(135deg, rgba(10,30,63,.92), rgba(11,11,15,.94));
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  border-top: 1px solid rgba(255,255,255,.12);
}

.page-home .rolling-section {
  background: linear-gradient(150deg, #0B0B0F 0%, #0A1E3F 100%);
  color: #fff;
  position: relative;
  overflow: hidden;
}

.page-home .rolling-section::before {
  content: '';
  position: absolute;
  top: -60px;
  right: -30px;
  width: 260px;
  height: 260px;
  background: radial-gradient(circle, rgba(255,107,53,.2), transparent 70%);
  border-radius: 50%;
}

.page-home .rolling-section__inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.25rem;
  padding-block: clamp(3rem, 6vw, 4.5rem);
}

.page-home .rolling-section__title { font-size: clamp(1.5rem, 3vw, 2.2rem); font-weight: 900; margin: 0; }

.page-home .rolling-section__lead { max-width: 34em; line-height: 1.8; color: rgba(255,255,255,.8); margin: 0; }

.page-home .rolling-section__ticker {
  width: 100%;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 4px;
  padding: 1rem 0;
  background: rgba(255,255,255,.04);
}

.page-home .rolling-section__ticker-track {
  display: flex;
  gap: 3rem;
  white-space: nowrap;
  animation: pageHomeRoll 26s linear infinite;
  width: max-content;
  padding-left: 2rem;
}

.page-home .rolling-section__ticker-track span { font-family: var(--font-mono); font-size: .82rem; color: rgba(255,255,255,.72); }

@keyframes pageHomeRoll {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

.page-home .rolling-section__note { max-width: 34em; font-size: .9rem; line-height: 1.7; color: rgba(255,255,255,.6); margin: 0; }

.page-home .connect-strip { background: #fff; border-top: 1px solid rgba(11,11,15,.06); }

.page-home .connect-strip__grid {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  padding-block: clamp(2.5rem, 6vw, 4rem);
}

.page-home .connect-strip__title { font-size: 1.6rem; font-weight: 800; margin: 0 0 .5rem; }

.page-home .connect-strip__lead { color: var(--muted-strong); line-height: 1.7; max-width: 32em; margin: 0; }

.page-home .connect-strip__actions { display: flex; flex-wrap: wrap; gap: .75rem; }

@media (prefers-reduced-motion: reduce) {
  .page-home *,
  .page-home *::before,
  .page-home *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }

  .page-home .score-card__ticker { flex-wrap: wrap; white-space: normal; }
  .page-home .rolling-section__ticker-track { animation: none; flex-wrap: wrap; white-space: normal; }
}

@media (min-width: 720px) {
  .page-home .home-hero__grid { grid-template-columns: 1.1fr .9fr; align-items: center; }

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

  .page-home .index-map { grid-template-columns: 1fr 1fr; }

  .page-home .index-map__item--2 { margin-top: 2.5rem; }
  .page-home .index-map__item--3 { margin-top: -1.5rem; }

  .page-home .price-grid { grid-template-columns: 1.1fr .9fr; }

  .page-home .score-grid { grid-template-columns: 1fr 1fr; }

  .page-home .score-side {
    grid-column: 1 / -1;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    text-align: left;
  }

  .page-home .score-side__phone { align-self: center; max-width: 200px; }

  .page-home .compare-box__actions { justify-content: flex-end; }
}

@media (min-width: 1024px) {
  .page-home .home-hero__grid { gap: 4rem; }

  .page-home .index-map { gap: 1.75rem; }

  .page-home .index-map__item { padding: 2rem 2.5rem 2.5rem; }

  .page-home .score-grid { grid-template-columns: 1fr 1fr .8fr; }

  .page-home .score-side { grid-column: auto; flex-direction: column; justify-content: flex-start; text-align: left; }

  .page-home .score-side__phone { max-width: 220px; }

  .page-home .connect-strip__grid { flex-direction: row; align-items: center; justify-content: space-between; }
}
