.page-home {
  position: relative;
  background:
    radial-gradient(circle at 88% 8%, rgba(57, 255, 136, 0.09), transparent 34%),
    linear-gradient(180deg, var(--deep-blue) 0%, #0B1C38 100%);
  color: var(--light-text);
  font-family: var(--body-font);
  line-height: 1.6;
  overflow: clip;
}

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

.page-home .container {
  max-width: var(--content-width);
  margin-inline: auto;
  padding-inline: 20px;
}

.page-home .home-statusbar {
  border-bottom: 1px solid var(--border-line);
  background: rgba(10, 30, 63, 0.6);
}

.page-home .home-statusbar__inner {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-block: 10px;
}

.page-home .home-statusbar__live {
  width: 8px;
  height: 8px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: var(--neon-green);
  box-shadow: 0 0 12px var(--neon-green);
}

.page-home .home-statusbar p {
  margin: 0;
  font-size: 13px;
  color: var(--muted-text);
}

.page-home .home-hero {
  padding: 44px 0 56px;
  position: relative;
}

.page-home .home-hero__inner {
  display: grid;
  gap: 36px;
  align-items: center;
}

.page-home .home-hero__kicker {
  margin: 0 0 12px;
  font-family: var(--mono-font);
  font-size: 13px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--neon-green-dim);
}

.page-home .home-hero__title {
  margin: 0 0 18px;
  font-family: var(--heading-font);
  font-size: clamp(38px, 8vw, 72px);
  line-height: 1.12;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: var(--light-text);
}

.page-home .hero-title__accent {
  font-style: normal;
  color: var(--neon-green);
}

.page-home .home-hero__desc {
  margin: 0 0 26px;
  max-width: 60ch;
  font-size: 16px;
  color: var(--muted-text);
}

.page-home .home-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
}

.page-home .home-hero__visual {
  position: relative;
}

.page-home .hero-pitch {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius);
  aspect-ratio: 4 / 5;
  background: var(--mid-blue);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.35);
}

.page-home .hero-pitch::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(160deg, rgba(57, 255, 136, 0.14), transparent 42%);
  pointer-events: none;
}

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

.page-home .hero-pitch__number {
  position: absolute;
  right: -18px;
  bottom: -48px;
  z-index: 1;
  font-family: var(--mono-font);
  font-size: 200px;
  font-weight: 800;
  line-height: 1;
  color: rgba(57, 255, 136, 0.07);
  user-select: none;
  pointer-events: none;
}

.page-home .hero-pitch__field {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.page-home .hero-pitch__card {
  position: absolute;
  left: 16px;
  right: 16px;
  z-index: 3;
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 14px 16px;
  background: var(--glass-bg);
  border: 1px solid var(--border-line);
  border-radius: var(--radius);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.page-home .hero-pitch__card--top {
  top: 16px;
}

.page-home .hero-pitch__card--bottom {
  bottom: 16px;
}

.page-home .hero-pitch__tag {
  font-size: 12px;
  letter-spacing: 0.06em;
  color: var(--neon-green-dim);
}

.page-home .hero-pitch__stat {
  font-family: var(--mono-font);
  font-size: 15px;
  color: var(--light-text);
}

.page-home .hero-pitch__stat-num {
  font-weight: 800;
  color: var(--neon-green);
}

.page-home .home-section-head {
  position: relative;
  margin-bottom: 28px;
  padding-left: 16px;
}

.page-home .home-section-head::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  bottom: 6px;
  width: 4px;
  background: var(--neon-green);
  border-radius: 2px;
}

.page-home .home-section-head__eyebrow {
  margin: 0 0 8px;
  font-family: var(--mono-font);
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--neon-green-dim);
}

.page-home .section-title {
  margin: 0;
  font-family: var(--heading-font);
  font-size: clamp(28px, 4.5vw, 44px);
  line-height: 1.18;
  color: var(--light-text);
}

.page-home .section-subtitle {
  margin: 10px 0 0;
  max-width: 70ch;
  color: var(--muted-text);
}

.page-home .home-watchlist {
  padding: 48px 0;
  position: relative;
}

.page-home .home-watchlist::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--border-line), transparent);
}

.page-home .watch-grid {
  display: grid;
  gap: 20px;
}

.page-home .watch-card {
  position: relative;
  overflow: hidden;
  padding: 0;
  background: var(--card-bg);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--radius);
  transition: transform var(--transition-fast), border-color var(--transition-fast), box-shadow var(--transition-fast);
}

.page-home .watch-card:hover {
  transform: translateY(-6px);
  border-color: var(--border-line);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.3);
}

.page-home .watch-card--feature {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
}

.page-home .watch-card__img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.page-home .watch-card__body {
  padding: 20px;
}

.page-home .watch-card__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
}

.page-home .watch-card__name {
  margin: 0;
  font-family: var(--heading-font);
  font-size: 20px;
  line-height: 1.3;
  color: var(--light-text);
}

.page-home .watch-card__abbr {
  display: inline-block;
  margin-left: 6px;
  padding: 2px 6px;
  font-family: var(--mono-font);
  font-size: 12px;
  color: var(--muted-text);
  background: rgba(255, 255, 255, 0.05);
  border-radius: 4px;
  vertical-align: middle;
}

.page-home .watch-card__stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  margin: 0;
}

.page-home .watch-card__stat dt {
  margin-bottom: 4px;
  font-size: 12px;
  color: var(--muted-text);
}

.page-home .watch-card__stat dd {
  margin: 0;
  font-family: var(--mono-font);
  font-size: clamp(22px, 3vw, 30px);
  font-weight: 800;
  color: var(--neon-green);
  line-height: 1;
}

.page-home .watch-card__stat:first-child dd {
  color: var(--orange);
}

.page-home .watch-card__note {
  margin: 16px 0 14px;
  font-size: 14px;
  line-height: 1.55;
  color: var(--muted-text);
}

.page-home .watch-note {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 24px;
  padding: 14px 18px;
  font-size: 14px;
  border-radius: var(--radius);
  background: rgba(57, 255, 136, 0.06);
  border: 1px solid rgba(57, 255, 136, 0.12);
  color: var(--muted-text);
}

.page-home .watch-note a {
  color: var(--neon-green);
  text-decoration-color: rgba(57, 255, 136, 0.45);
}

.page-home .watch-note__dot {
  width: 8px;
  height: 8px;
  flex: 0 0 auto;
  transform: rotate(45deg);
  background: var(--neon-green);
  border-radius: 2px;
}

.page-home .home-compare {
  padding: 56px 0;
  position: relative;
}

.page-home .compare-panel {
  position: relative;
  overflow: hidden;
  clip-path: polygon(0 3%, 100% 0, 100% 97%, 0 100%);
  background: linear-gradient(135deg, rgba(18, 59, 110, 0.94), rgba(10, 30, 63, 0.97));
  border: 1px solid var(--border-line);
  border-radius: var(--radius);
  padding: 40px 20px;
}

.page-home .compare-panel__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.16;
  z-index: 0;
}

.page-home .compare-panel__content {
  position: relative;
  z-index: 1;
}

.page-home .round-slider {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 14px;
  max-width: 580px;
  padding: 14px 18px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid var(--border-line);
  text-decoration: none;
  transition: border-color var(--transition-fast), background var(--transition-fast);
}

.page-home .round-slider:hover {
  background: rgba(57, 255, 136, 0.06);
  border-color: rgba(57, 255, 136, 0.5);
}

.page-home .round-slider__label {
  font-family: var(--mono-font);
  font-size: 13px;
  color: var(--muted-text);
}

.page-home .round-slider__label--current {
  color: var(--neon-green);
  font-weight: 700;
}

.page-home .round-slider__track {
  position: relative;
  display: block;
  height: 6px;
  border-radius: 3px;
  background: linear-gradient(90deg, var(--neon-green) 0%, var(--neon-green) 78%, rgba(255, 255, 255, 0.16) 78%);
}

.page-home .round-slider__thumb {
  position: absolute;
  top: 50%;
  left: 78%;
  width: 18px;
  height: 18px;
  transform: translate(-50%, -50%);
  background: var(--neon-green);
  border-radius: 50%;
  box-shadow: 0 0 0 5px rgba(57, 255, 136, 0.16);
}

.page-home .compare-panel__hint {
  margin: 12px 0 28px;
  font-size: 13px;
  color: var(--muted-text);
}

.page-home .compare-charts {
  display: grid;
  gap: 16px;
}

.page-home .compare-chart {
  padding: 18px;
  border-radius: var(--radius);
  background: var(--glass-bg);
  border: 1px solid rgba(57, 255, 136, 0.2);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.page-home .compare-chart__title {
  margin: 0 0 16px;
  font-family: var(--heading-font);
  font-size: 18px;
  color: var(--light-text);
}

.page-home .compare-chart__bars {
  display: flex;
  align-items: flex-end;
  gap: 12px;
  height: 220px;
  padding-top: 28px;
}

.page-home .bar {
  position: relative;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 4px;
  height: var(--bar);
  min-height: 8px;
  background: linear-gradient(180deg, var(--neon-green-dim), var(--neon-green));
  border-radius: 4px 4px 0 0;
  transition: transform var(--transition-fast);
}

.page-home .bar:hover {
  transform: scaleX(1.04);
}

.page-home .bar--warning {
  background: linear-gradient(180deg, #FF8A5C, var(--orange));
}

.page-home .bar__value {
  display: block;
  text-align: center;
  font-family: var(--mono-font);
  font-size: 15px;
  font-weight: 800;
  color: var(--light-text);
}

.page-home .bar__label {
  display: block;
  text-align: center;
  font-size: 11px;
  color: rgba(232, 240, 248, 0.72);
}

.page-home .home-daily {
  padding: 52px 0;
}

.page-home .home-daily__inner {
  display: grid;
  gap: 32px;
}

.page-home .daily-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 14px;
}

.page-home .daily-item {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  gap: 14px;
  padding: 18px;
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.03);
  border-left: 3px solid var(--neon-green);
}

.page-home .daily-item__time {
  padding-top: 4px;
  font-family: var(--mono-font);
  font-size: 14px;
  color: var(--neon-green-dim);
}

.page-home .daily-item__content {
  min-width: 0;
}

.page-home .daily-item__title {
  margin: 8px 0 6px;
  font-family: var(--heading-font);
  font-size: 18px;
  line-height: 1.35;
  color: var(--light-text);
}

.page-home .daily-item p {
  margin: 0;
  font-size: 14px;
  color: var(--muted-text);
}

.page-home .daily-actions {
  margin-top: 24px;
}

.page-home .home-daily__aside {
  display: grid;
  gap: 20px;
  align-content: start;
}

.page-home .daily-aside__img {
  display: block;
  width: 100%;
  height: 240px;
  object-fit: cover;
  border-radius: var(--radius);
}

.page-home .daily-card {
  padding: 22px;
  background: var(--glass-bg);
  border: 1px solid var(--border-line);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.page-home .daily-card__title {
  margin: 0 0 8px;
  font-family: var(--heading-font);
  font-size: 19px;
  color: var(--light-text);
}

.page-home .daily-card p {
  margin: 0 0 14px;
  font-size: 14px;
  color: var(--muted-text);
}

.page-home .home-notice {
  padding: 24px 0 56px;
}

.page-home .notice-banner {
  position: relative;
  overflow: hidden;
  clip-path: polygon(0 0, 100% 4%, 100% 100%, 0 96%);
  display: flex;
  flex-direction: column;
  gap: 18px;
  padding: 30px 24px;
  border: 1px solid rgba(255, 107, 44, 0.35);
  border-radius: var(--radius);
  background: linear-gradient(120deg, rgba(255, 107, 44, 0.16), rgba(255, 107, 44, 0.04) 70%);
}

.page-home .notice-banner__badge {
  flex: 0 0 72px;
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--orange);
  color: var(--deep-blue);
  font-family: var(--mono-font);
  font-size: 32px;
  font-weight: 800;
  box-shadow: 0 0 0 8px rgba(255, 107, 44, 0.12);
}

.page-home .notice-banner__title {
  margin: 0 0 6px;
  font-family: var(--heading-font);
  font-size: clamp(20px, 3vw, 26px);
  line-height: 1.3;
  color: var(--light-text);
}

.page-home .notice-banner p {
  margin: 0;
  font-size: 14px;
  color: var(--muted-text);
}

.page-home .home-trust {
  padding: 20px 0 64px;
}

.page-home .home-trust__inner {
  position: relative;
  overflow: hidden;
  padding: clamp(28px, 5vw, 48px);
  border: 1px solid var(--border-line);
  border-radius: var(--radius);
  background: linear-gradient(135deg, rgba(18, 59, 110, 0.72), rgba(10, 30, 63, 0.92));
}

.page-home .home-trust__inner::after {
  content: "LEYU";
  position: absolute;
  right: -20px;
  bottom: -36px;
  font-family: var(--mono-font);
  font-size: 120px;
  font-weight: 800;
  line-height: 1;
  color: rgba(57, 255, 136, 0.05);
  user-select: none;
  pointer-events: none;
}

.page-home .trust-stats {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.page-home .trust-stat {
  padding-left: 12px;
  border-left: 3px solid rgba(57, 255, 136, 0.35);
}

.page-home .trust-stat__num {
  display: block;
  font-family: var(--mono-font);
  font-size: clamp(30px, 5vw, 46px);
  font-weight: 800;
  line-height: 1;
  color: var(--neon-green);
}

.page-home .trust-stat__label {
  display: block;
  margin-top: 6px;
  font-size: 13px;
  color: var(--muted-text);
}

.page-home .trust-statement-text {
  position: relative;
  z-index: 1;
  margin: 26px 0 18px;
  max-width: 76ch;
  font-size: 15px;
  color: #C9D9E8;
}

.page-home .trust-links {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
}

.page-home .trust-links a {
  color: var(--light-text);
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: color var(--transition-fast), border-color var(--transition-fast);
}

.page-home .trust-links a:hover {
  color: var(--neon-green);
  border-color: var(--neon-green);
}

@media (min-width: 768px) {
  .page-home .home-hero__inner {
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
    gap: 56px;
  }

  .page-home .home-hero {
    padding-block: 56px 72px;
  }

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

  .page-home .watch-card:first-child {
    grid-column: span 7;
  }

  .page-home .watch-card:nth-child(2) {
    grid-column: span 5;
  }

  .page-home .watch-card:nth-child(n+3):nth-child(-n+5) {
    grid-column: span 4;
  }

  .page-home .watch-card--feature {
    grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  }

  .page-home .watch-card--feature .watch-card__img {
    height: 100%;
    aspect-ratio: auto;
  }

  .page-home .compare-panel {
    padding: 48px;
  }

  .page-home .compare-charts {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .page-home .home-daily__inner {
    grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.8fr);
    gap: 40px;
  }

  .page-home .notice-banner {
    flex-direction: row;
    align-items: center;
    gap: 24px;
    padding-inline: 32px;
  }

  .page-home .notice-banner .btn {
    margin-left: auto;
    flex: 0 0 auto;
  }

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

@media (min-width: 1024px) {
  .page-home .home-hero__inner {
    gap: 72px;
  }

  .page-home .hero-pitch {
    aspect-ratio: 4 / 5;
  }

  .page-home .watch-card__body {
    padding: 24px;
  }

  .page-home .daily-aside__img {
    height: 280px;
  }
}

.page-home {
  --bar: 1rem;
}
