.page-home {
  position: relative;
  overflow: hidden;
  background: var(--primary-space-blue);
}

.page-home .hero-panel {
  position: relative;
  display: flex;
  min-height: min(94vh, 980px);
  align-items: center;
  overflow: hidden;
  background: var(--primary-space-blue);
  padding-top: calc(var(--header-height) + 2.5rem);
  padding-bottom: 4rem;
}

.page-home .hero-photo {
  position: absolute;
  inset: 0;
  z-index: 0;
  opacity: 0.38;
}

.page-home .hero-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page-home .hero-angle {
  position: absolute;
  z-index: 1;
  right: -14%;
  top: 56%;
  width: 66%;
  height: 32%;
  background: linear-gradient(135deg, var(--accent-orange), var(--volt-yellow));
  transform: skew(-13deg) rotate(2deg);
  opacity: 0.92;
  clip-path: polygon(0 0, 100% 0, 92% 100%, 6% 100%);
}

.page-home .hero-angle::after {
  content: "";
  position: absolute;
  inset: 12px;
  border: 1px solid rgba(255, 255, 255, 0.42);
}

.page-home .hero-content {
  position: relative;
  z-index: 2;
  max-width: 920px;
}

.page-home .hero-title {
  margin: 1rem 0 0.4rem;
  font: 900 clamp(2.6rem, 7vw, 6rem) / 0.94 var(--font-headline);
  letter-spacing: -0.03em;
  color: var(--pure-white);
}

.page-home .hero-tagline {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  margin: 0.6rem 0 1.4rem;
  font: 800 clamp(1.35rem, 3vw, 2.4rem) / 1 var(--font-headline);
  font-style: italic;
  letter-spacing: 0.06em;
  color: var(--volt-yellow);
}

.page-home .hero-tagline::before {
  content: "";
  display: block;
  width: 3.6rem;
  height: 0.28rem;
  background: var(--accent-orange);
}

.page-home .hero-lead {
  max-width: 64ch;
  color: var(--galaxy-mist);
  font-size: clamp(0.95rem, 1.3vw, 1.06rem);
  line-height: 1.75;
}

.page-home .hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 2rem;
}

.page-home .hero-ticket {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 0.85rem;
  margin-top: 2.1rem;
  padding: 0.7rem 1.05rem;
  background: rgba(11, 16, 38, 0.72);
  border-left: 4px solid var(--volt-yellow);
  color: var(--galaxy-mist);
  font: 700 0.875rem / 1.2 var(--font-headline);
  letter-spacing: 0.08em;
}

.page-home .hero-ticket-num {
  font-size: 1.1rem;
  color: var(--volt-yellow);
}

.page-home .quick-index {
  position: relative;
  z-index: 3;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 0.75rem;
  margin-top: -1rem;
  padding-top: 1.1rem;
  padding-bottom: 1.1rem;
  border-top: 1px solid rgba(232, 236, 248, 0.14);
  border-bottom: 1px solid rgba(232, 236, 248, 0.14);
  background: rgba(26, 35, 64, 0.82);
}

.page-home .quick-index a {
  padding: 0.5rem 0.85rem;
  border-left: 3px solid var(--accent-orange);
  color: var(--galaxy-mist);
  font: 700 0.9rem / 1.3 var(--font-headline);
  text-decoration: none;
  transition: color 0.2s ease, background 0.2s ease;
}

.page-home .quick-index a:hover {
  color: var(--pure-white);
  background: rgba(255, 106, 0, 0.18);
}

.page-home .section-index {
  position: absolute;
  z-index: 0;
  top: 2.1rem;
  right: 1rem;
  font: 900 7rem / 1 var(--font-headline);
  letter-spacing: -0.06em;
  pointer-events: none;
  color: rgba(232, 236, 248, 0.12);
}

.page-home .section-index--mist {
  color: rgba(11, 16, 38, 0.05);
}

.page-home .compare-section {
  position: relative;
  padding: clamp(4rem, 8vw, 8rem) 0 5.5rem;
  background: var(--primary-space-blue);
}

.page-home .compare-grid {
  position: relative;
  display: grid;
  gap: 2.4rem;
  align-items: center;
}

.page-home .compare-aside {
  position: relative;
  z-index: 2;
}

.page-home .compare-aside h2,
.page-home .device-content h2,
.page-home .record-shell h2 {
  margin-top: 0.8rem;
  color: var(--pure-white);
}

.page-home .section-copy {
  max-width: 56ch;
  margin-top: 1.2rem;
  color: var(--galaxy-mist);
  line-height: 1.75;
}

.page-home .trust-copy {
  max-width: 56ch;
  margin-top: 1.1rem;
  color: rgba(232, 236, 248, 0.72);
  line-height: 1.7;
}

.page-home .compare-visual {
  position: relative;
  z-index: 1;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 2rem), calc(100% - 2rem) 100%, 0 100%);
  background: var(--ink-blue);
}

.page-home .compare-visual img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.page-home .compare-strip {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.1rem;
  margin-top: 3rem;
  padding: 1.6rem;
  background: var(--ink-blue);
}

.page-home .compare-item {
  display: grid;
  grid-template-columns: 2.6rem 1fr;
  gap: 0.75rem;
  align-items: start;
  color: var(--galaxy-mist);
  font-size: 0.95rem;
  line-height: 1.65;
}

.page-home .compare-num {
  font: 900 1rem / 1 var(--font-headline);
  color: var(--volt-yellow);
}

.page-home .quota-section {
  position: relative;
  padding: clamp(4rem, 8vw, 7rem) 0;
  background: var(--galaxy-mist);
  color: var(--charcoal);
}

.page-home .quota-head {
  position: relative;
  max-width: 720px;
}

.page-home .quota-head h2 {
  margin-top: 0.8rem;
}

.page-home .quota-head p:last-child {
  margin-top: 1rem;
  line-height: 1.75;
  color: var(--charcoal);
}

.page-home .quota-wrap {
  position: relative;
  display: grid;
  gap: 2rem;
  margin-top: 2.5rem;
}

.page-home .quota-info {
  display: grid;
  gap: 1.4rem;
  justify-items: start;
  align-content: center;
}

.page-home .quota-media {
  position: relative;
  width: 100%;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 1.5rem), calc(100% - 1.5rem) 100%, 0 100%);
  background: var(--primary-space-blue);
}

.page-home .quota-media img,
.page-home .device-media img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

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

.page-home .quota-list li {
  display: grid;
  grid-template-columns: 3.4rem 1fr;
  gap: 1rem;
  align-items: baseline;
  padding: 1.05rem 0.6rem;
  border-bottom: 1px solid rgba(46, 52, 64, 0.16);
  color: var(--charcoal);
  font-size: 1rem;
  line-height: 1.6;
}

.page-home .quota-list li:last-child {
  border-bottom: 0;
}

.page-home .quota-list li span {
  font: 900 0.95rem / 1 var(--font-headline);
  letter-spacing: 0.08em;
  color: var(--accent-orange);
}

.page-home .device-section {
  position: relative;
  padding: clamp(4rem, 8vw, 7rem) 0 6rem;
  background: var(--primary-space-blue);
}

.page-home .device-grid {
  position: relative;
  display: grid;
  gap: 2.5rem;
  align-items: center;
}

.page-home .device-media {
  position: relative;
  clip-path: polygon(0 0, calc(100% - 2rem) 0, 100% 38%, 100% 100%, 2rem 100%, 0 68%);
  background: var(--ink-blue);
}

.page-home .device-content p {
  max-width: 56ch;
  margin-top: 1rem;
  color: var(--galaxy-mist);
  line-height: 1.75;
}

.page-home .step-list {
  list-style: none;
  margin: 1.8rem 0 0;
  padding: 0;
  counter-reset: step;
}

.page-home .step-list li {
  position: relative;
  counter-increment: step;
  margin: 0 0 0.75rem;
  padding-left: 2.4rem;
  color: var(--galaxy-mist);
  line-height: 1.7;
}

.page-home .step-list li::before {
  content: counter(step, decimal-leading-zero) " ";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--volt-yellow);
  font: 900 0.9rem / 1.6 var(--font-headline);
  letter-spacing: 0.04em;
}

.page-home .step-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 1.7rem;
}

.page-home .record-section {
  position: relative;
  padding: clamp(4.5rem, 8vw, 8rem) 0;
  background: linear-gradient(120deg, rgba(11, 16, 38, 0.46), rgba(26, 35, 64, 0.92)), var(--ink-blue);
  color: var(--pure-white);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 36px);
}

.page-home .record-shell {
  position: relative;
}

.page-home .record-shell > p {
  max-width: 64ch;
  margin-top: 1rem;
  color: rgba(232, 236, 248, 0.78);
  line-height: 1.75;
}

.page-home .record-grid {
  display: grid;
  gap: 1.25rem;
  margin-top: 2.6rem;
}

.page-home .record-card {
  position: relative;
  padding: 1.7rem 1.5rem;
  border-left: 4px solid var(--accent-orange);
  background: rgba(255, 255, 255, 0.06);
}

.page-home .record-card h3 {
  margin-top: 1rem;
  color: var(--pure-white);
  font-size: clamp(1.15rem, 2vw, 1.4rem);
}

.page-home .record-card p {
  margin-top: 0.8rem;
  color: rgba(232, 236, 248, 0.74);
  line-height: 1.65;
}

.page-home .record-more {
  margin-top: 2.2rem;
}

.page-home .contact-home {
  position: relative;
  padding: clamp(4rem, 8vw, 7rem) 0;
  background: var(--galaxy-mist);
  color: var(--charcoal);
}

.page-home .contact-grid {
  position: relative;
  display: grid;
  gap: 2rem;
}

.page-home .contact-grid h2 {
  margin-top: 0.8rem;
}

.page-home .contact-grid p {
  max-width: 48ch;
  margin-top: 1rem;
  line-height: 1.75;
}

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

.page-home .contact-list li {
  padding: 1rem 0;
  border-bottom: 1px solid rgba(46, 52, 64, 0.18);
  font-size: 1.06rem;
  line-height: 1.6;
}

.page-home .contact-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 1.5rem;
  margin-top: 2rem;
  padding-top: 1.2rem;
  border-top: 1px solid rgba(46, 52, 64, 0.18);
  font-size: 0.875rem;
}

.page-home .contact-meta a {
  color: var(--ink-blue);
  text-decoration: none;
  transition: color 0.2s ease;
}

.page-home .contact-meta a:hover {
  color: var(--accent-orange);
}

@media (min-width: 760px) {
  .page-home .compare-strip {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
    padding: 2rem 2.4rem;
  }

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

  .page-home .contact-grid {
    grid-template-columns: 1fr 1.2fr;
    gap: 4rem;
  }
}

@media (min-width: 900px) {
  .page-home .compare-grid {
    grid-template-columns: minmax(0, 1fr) minmax(0, 0.95fr);
    gap: 4rem;
  }

  .page-home .quota-wrap {
    grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.35fr);
    gap: 4rem;
    align-items: center;
  }

  .page-home .device-grid {
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
    gap: 4.5rem;
  }
}

@media (min-width: 1200px) {
  .page-home .hero-panel {
    min-height: 100vh;
  }

  .page-home .hero-content {
    max-width: 980px;
  }

  .page-home .section-index {
    font-size: 10rem;
    top: 3rem;
    right: 3rem;
  }
}
