.page-home {
  --hero-panel-glow: 0 0 0 1px rgba(255, 107, 53, 0.14), 0 18px 48px rgba(0, 0, 0, 0.5);
  --page-radius: 6px;
  background: var(--color-space);
}

.page-home .hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding: 160px 0 90px;
  background: var(--color-space);
}

.page-home .hero-bg-wrap {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.page-home .hero-bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.36;
  display: block;
}

.page-home .hero-veil {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(105deg, rgba(11, 16, 38, 0.96) 0%, rgba(11, 16, 38, 0.82) 42%, rgba(15, 76, 92, 0.62) 100%),
    radial-gradient(1100px 540px at 82% 18%, rgba(255, 107, 53, 0.18), transparent 62%);
}

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

.page-home .hero-grid {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 44px;
  align-items: center;
  width: 100%;
}

.page-home .hero-copy {
  max-width: 820px;
}

.page-home .hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  letter-spacing: 0.22em;
  color: var(--color-orange);
  border: 1px solid rgba(255, 107, 53, 0.4);
  border-radius: 999px;
  padding: 6px 14px;
  margin-bottom: 24px;
  background: rgba(255, 107, 53, 0.08);
}

.page-home .eyebrow-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--color-orange);
  box-shadow: 0 0 12px var(--color-orange);
}

.page-home .hero h1 {
  font-family: var(--font-heading);
  font-size: clamp(2.3rem, 8.4vw, 4rem);
  line-height: 1.06;
  letter-spacing: -0.02em;
  color: var(--color-white);
  margin: 0 0 22px;
  text-wrap: balance;
}

.page-home .hero-heading-accent {
  color: var(--color-orange);
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.22);
  text-shadow: 0 0 38px rgba(255, 107, 53, 0.3);
}

.page-home .hero-lead {
  font-size: 16px;
  line-height: 1.9;
  color: var(--color-silver);
  max-width: 62ch;
  margin-bottom: 34px;
}

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

.page-home .hero-panel {
  position: relative;
  border: 2px solid rgba(192, 200, 216, 0.35);
  background: linear-gradient(145deg, rgba(15, 76, 92, 0.94), rgba(11, 16, 38, 0.97));
  box-shadow: var(--hero-panel-glow), 14px 14px 0 rgba(59, 46, 110, 0.32);
  transform: rotate(1.2deg);
  padding: 26px;
  max-width: 460px;
  width: calc(100% - 18px);
  margin-left: 12px;
}

.page-home .hero-panel::before {
  content: "";
  position: absolute;
  top: -12px;
  left: -12px;
  width: 58px;
  height: 58px;
  background: repeating-linear-gradient(45deg, var(--color-orange) 0 6px, transparent 6px 12px);
  z-index: -1;
  opacity: 0.8;
}

.page-home .hero-panel-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(192, 200, 216, 0.22);
  margin-bottom: 10px;
}

.page-home .hero-panel-title {
  font-family: var(--font-heading);
  font-size: 18px;
  letter-spacing: 0.06em;
  color: var(--color-white);
}

.page-home .hero-panel-ver {
  flex: 0 0 auto;
  font-size: 12px;
  letter-spacing: 0.08em;
  color: var(--color-orange);
  border: 1px solid rgba(255, 107, 53, 0.45);
  border-radius: 999px;
  padding: 4px 10px;
  background: rgba(255, 107, 53, 0.08);
}

.page-home .hero-panel-list {
  margin: 0;
  padding: 0;
}

.page-home .hero-panel-item {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 16px;
  padding: 13px 0;
  border-bottom: 1px dashed rgba(192, 200, 216, 0.16);
}

.page-home .hero-panel-item dt {
  font-size: 13px;
  letter-spacing: 0.1em;
  color: var(--color-silver);
}

.page-home .hero-panel-item dd {
  margin: 0;
  font-size: 15px;
  font-weight: 700;
  color: var(--color-white);
  text-align: right;
}

.page-home .hero-panel-foot {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 18px;
  font-size: 13px;
  color: var(--color-silver);
}

.page-home .live-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--color-orange);
  box-shadow: 0 0 0 4px rgba(255, 107, 53, 0.16), 0 0 14px var(--color-orange);
}

.page-home .hero-skip {
  position: absolute;
  left: 50%;
  bottom: 34px;
  transform: translateX(-50%);
  z-index: 4;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  letter-spacing: 0.18em;
  color: var(--color-silver);
  text-decoration: none;
}

.page-home .skip-line {
  display: inline-block;
  width: 42px;
  height: 1px;
  background: var(--color-orange);
  box-shadow: 0 0 8px rgba(255, 107, 53, 0.6);
}

.page-home .hero-side-note {
  position: absolute;
  right: 18px;
  bottom: 36px;
  z-index: 4;
  writing-mode: vertical-rl;
  font-family: var(--font-heading);
  font-size: 13px;
  letter-spacing: 0.32em;
  color: rgba(192, 200, 216, 0.62);
  border-right: 1px solid rgba(255, 107, 53, 0.5);
  padding-right: 10px;
}

.page-home .chapter {
  position: relative;
  padding: 92px 0;
}

.page-home .chapter-watch {
  background:
    repeating-linear-gradient(90deg, rgba(192, 200, 216, 0.05) 0 1px, transparent 1px 80px),
    repeating-linear-gradient(0deg, rgba(192, 200, 216, 0.04) 0 1px, transparent 1px 80px),
    linear-gradient(180deg, var(--color-space) 0%, #0b1a2e 100%);
}

.page-home .chapter-data {
  background: var(--color-space);
}

.page-home .chapter-data::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 38%;
  height: 100%;
  background: linear-gradient(180deg, rgba(59, 46, 110, 0.3), transparent 72%);
  clip-path: polygon(100% 0, 100% 100%, 30% 100%);
  pointer-events: none;
}

.page-home .chapter-report {
  background:
    linear-gradient(160deg, rgba(15, 76, 92, 0.4), transparent 56%),
    var(--color-space);
}

.page-home .chapter-update {
  background:
    radial-gradient(720px 300px at 18% 0%, rgba(15, 76, 92, 0.32), transparent 68%),
    var(--color-space);
}

.page-home .chapter-feedback {
  position: relative;
  overflow: hidden;
}

.page-home .feedback-bg-wrap {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.page-home .feedback-bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.16;
  display: block;
}

.page-home .chapter-feedback .container {
  position: relative;
  z-index: 1;
}

.page-home .chapter-head {
  display: flex;
  align-items: flex-start;
  gap: 22px;
  margin-bottom: 52px;
}

.page-home .chapter-num {
  font-family: var(--font-heading);
  font-size: clamp(3rem, 7vw, 4.5rem);
  line-height: 0.95;
  color: rgba(255, 107, 53, 0.22);
  -webkit-text-stroke: 2px var(--color-orange);
  min-width: 1.1em;
}

.page-home .chapter-head-inner h2 {
  font-family: var(--font-heading);
  font-size: clamp(1.8rem, 4vw, 2.5rem);
  line-height: 1.15;
  letter-spacing: -0.01em;
  color: var(--color-white);
  margin: 4px 0 10px;
}

.page-home .chapter-sub {
  font-size: 14px;
  line-height: 1.7;
  color: var(--color-silver);
  margin: 0;
}

.page-home .watch-track {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 22px;
}

.page-home .watch-node {
  border: 1px solid rgba(192, 200, 216, 0.22);
  background: rgba(26, 29, 41, 0.88);
  padding: 30px 26px 26px 30px;
  position: relative;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.3);
}

.page-home .watch-node::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background: var(--color-orange);
}

.page-home .watch-phase {
  font-family: var(--font-heading);
  font-size: 13px;
  letter-spacing: 0.16em;
  color: var(--color-orange);
  text-transform: uppercase;
}

.page-home .watch-node h3 {
  font-size: 24px;
  line-height: 1.3;
  color: var(--color-white);
  margin: 10px 0 12px;
}

.page-home .watch-node p {
  font-size: 15px;
  line-height: 1.75;
  color: var(--color-silver);
  margin: 0;
}

.page-home .watch-line {
  display: none;
}

.page-home .data-stat-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: 52px;
}

.page-home .data-stat {
  text-align: center;
  background: linear-gradient(155deg, rgba(59, 46, 110, 0.9), rgba(11, 16, 38, 0.94));
  border: 1px solid rgba(192, 200, 216, 0.2);
  padding: 22px 12px;
}

.page-home .stat-num {
  display: block;
  font-family: var(--font-heading);
  font-size: clamp(1.7rem, 4vw, 2.5rem);
  line-height: 1;
  color: var(--color-white);
}

.page-home .stat-label {
  display: block;
  margin-top: 8px;
  font-size: 12px;
  letter-spacing: 0.08em;
  color: var(--color-silver);
}

.page-home .data-board {
  padding: 28px;
  background: linear-gradient(150deg, rgba(15, 76, 92, 0.95), rgba(11, 16, 38, 0.98));
}

.page-home .data-board-scorer {
  background: linear-gradient(150deg, rgba(59, 46, 110, 0.96), rgba(11, 16, 38, 0.98));
}

.page-home .data-board-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 22px;
}

.page-home .data-board-kicker {
  font-size: 12px;
  letter-spacing: 0.2em;
  color: var(--color-orange);
}

.page-home .data-board h3 {
  font-size: 24px;
  line-height: 1.3;
  color: var(--color-white);
  margin: 6px 0 0;
}

.page-home .data-board-icon {
  color: var(--color-orange);
  font-size: 20px;
  opacity: 0.8;
}

.page-home .data-board-list {
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 1px solid rgba(192, 200, 216, 0.22);
}

.page-home .data-board-list li {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 13px 0;
  border-bottom: 1px dashed rgba(192, 200, 216, 0.16);
  font-size: 14px;
  color: var(--color-silver);
}

.page-home .data-board-list strong {
  font-size: 15px;
  color: var(--color-white);
  font-weight: 700;
}

.page-home .data-screen {
  margin: 52px 0 0;
  border: 1px solid rgba(192, 200, 216, 0.22);
  padding: 10px;
  background: var(--color-dark);
  overflow: hidden;
}

.page-home .data-screen img {
  width: 100%;
  height: auto;
  max-height: 460px;
  object-fit: cover;
  display: block;
}

.page-home .report-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 48px;
  align-items: center;
}

.page-home .report-figure {
  margin: 0;
  border: 1px solid rgba(192, 200, 216, 0.22);
  padding: 10px;
  background: var(--color-dark);
  position: relative;
}

.page-home .report-figure img {
  width: 100%;
  height: auto;
  max-height: 480px;
  object-fit: cover;
  display: block;
}

.page-home .report-figure figcaption {
  margin-top: 12px;
  font-size: 13px;
  color: var(--color-silver);
}

.page-home .report-text {
  display: flex;
  flex-direction: column;
  gap: 26px;
}

.page-home .report-lead {
  font-size: 16px;
  line-height: 1.9;
  color: var(--color-silver);
  margin: 0;
}

.page-home .report-compare {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 12px;
}

.page-home .compare-node {
  border: 1px solid rgba(192, 200, 216, 0.22);
  background: var(--color-dark);
  padding: 18px;
}

.page-home .compare-old {
  border-color: rgba(107, 42, 58, 0.6);
}

.page-home .compare-new {
  border-color: rgba(255, 107, 53, 0.55);
  background: linear-gradient(160deg, rgba(255, 107, 53, 0.12), rgba(11, 16, 38, 0.92));
}

.page-home .compare-tag {
  display: inline-block;
  font-family: var(--font-heading);
  font-size: 13px;
  letter-spacing: 0.08em;
  color: var(--color-white);
  background: var(--color-wine);
  padding: 4px 12px;
  margin-bottom: 10px;
}

.page-home .compare-new .compare-tag {
  background: var(--color-orange);
  color: var(--color-space);
}

.page-home .compare-node p {
  font-size: 14px;
  line-height: 1.6;
  color: var(--color-silver);
  margin: 0;
}

.page-home .compare-arrow {
  justify-self: center;
  font-size: 28px;
  line-height: 1;
  color: var(--color-orange);
  transform: rotate(90deg);
}

.page-home .report-benefits {
  list-style: none;
  margin: 0;
  padding: 0;
}

.page-home .report-benefits li {
  display: flex;
  align-items: baseline;
  gap: 10px;
  padding: 10px 0;
  border-bottom: 1px dashed rgba(192, 200, 216, 0.16);
  font-size: 15px;
  line-height: 1.6;
  color: var(--color-white);
}

.page-home .report-benefit-icon {
  color: var(--color-orange);
  font-size: 11px;
}

.page-home .update-card {
  border: 1px solid rgba(192, 200, 216, 0.22);
  background: linear-gradient(170deg, var(--color-dark), var(--color-space));
  padding: 28px;
  display: flex;
  flex-direction: column;
  gap: 18px;
  position: relative;
  overflow: hidden;
}

.page-home .update-card::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 96px;
  height: 96px;
  background: radial-gradient(circle at top right, rgba(255, 107, 53, 0.22), transparent 70%);
  pointer-events: none;
}

.page-home .update-card-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
}

.page-home .update-platform {
  font-family: var(--font-heading);
  font-size: 28px;
  color: var(--color-white);
}

.page-home .update-ver {
  border: 1px solid rgba(192, 200, 216, 0.3);
  border-radius: 999px;
  font-size: 12px;
  letter-spacing: 0.06em;
  padding: 4px 10px;
  color: var(--color-silver);
  background: rgba(192, 200, 216, 0.05);
}

.page-home .update-log {
  list-style: none;
  margin: 0;
  padding: 0;
}

.page-home .update-log li {
  position: relative;
  padding: 9px 0 9px 22px;
  color: var(--color-silver);
  border-bottom: 1px dashed rgba(192, 200, 216, 0.16);
  font-size: 14px;
  line-height: 1.6;
}

.page-home .update-log li::before {
  content: "";
  position: absolute;
  left: 4px;
  top: 17px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--color-orange);
  box-shadow: 0 0 8px rgba(255, 107, 53, 0.5);
}

.page-home .update-card .btn {
  margin-top: auto;
  align-self: flex-start;
}

.page-home .feedback-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 20px;
  margin-bottom: 32px;
}

.page-home .feedback-card {
  background: rgba(26, 29, 41, 0.9);
  border: 1px solid rgba(192, 200, 216, 0.22);
  padding: 26px;
}

.page-home .feedback-card h3 {
  font-size: 20px;
  line-height: 1.3;
  color: var(--color-white);
  margin: 0 0 12px;
}

.page-home .feedback-stars {
  font-size: 26px;
  letter-spacing: 6px;
  color: rgba(192, 200, 216, 0.35);
  text-shadow: 0 0 14px rgba(255, 107, 53, 0.28);
}

.page-home .feedback-card p {
  font-size: 14px;
  line-height: 1.7;
  color: var(--color-silver);
  margin: 12px 0 0;
}

.page-home .feedback-cta {
  margin-top: 24px;
  border: 2px solid rgba(255, 107, 53, 0.55);
  background: linear-gradient(120deg, rgba(255, 107, 53, 0.13), rgba(59, 46, 110, 0.3));
  padding: 30px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.page-home .feedback-cta p {
  margin: 0;
  max-width: 580px;
  font-size: 15px;
  line-height: 1.8;
  color: var(--color-white);
}

.page-home .feedback-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

@media (min-width: 768px) {
  .page-home .hero-grid {
    grid-template-columns: minmax(0, 1.18fr) minmax(340px, 0.82fr);
    gap: 60px;
  }

  .page-home .hero-lead {
    font-size: 17px;
  }

  .page-home .hero-panel {
    padding: 30px;
  }

  .page-home .chapter {
    padding: 118px 0;
  }

  .page-home .watch-track {
    grid-template-columns: minmax(0, 1fr) 64px minmax(0, 1fr) 64px minmax(0, 1fr);
    align-items: center;
    gap: 0;
  }

  .page-home .watch-line {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .page-home .watch-line span {
    display: block;
    width: 100%;
    height: 2px;
    background: var(--grad-signal);
  }

  .page-home .watch-node {
    height: 100%;
  }

  .page-home .data-stat-grid {
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 16px;
  }

  .page-home .data-stat {
    padding: 26px 12px;
  }

  .page-home .report-layout {
    grid-template-columns: minmax(0, 1.06fr) minmax(0, 0.94fr);
    gap: 56px;
  }

  .page-home .report-compare {
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
    align-items: stretch;
    gap: 16px;
  }

  .page-home .compare-arrow {
    transform: none;
    align-self: center;
    font-size: 30px;
  }

  .page-home .compare-node {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .page-home .feedback-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
  }
}

@media (min-width: 1024px) {
  .page-home .hero h1 {
    font-size: 4rem;
  }

  .page-home .hero-panel {
    width: 440px;
  }

  .page-home .data-screen {
    margin-top: 60px;
  }

  .page-home .data-screen img {
    max-height: 520px;
  }

  .page-home .report-figure img {
    max-height: 540px;
  }
}
