.page-home {
  --home-hero-title: clamp(2.5rem, 8vw, 5rem);
  --home-card-radius: 18px 26px 18px 26px;
  position: relative;
  overflow-x: hidden;
  background: var(--bg-deep);
  color: var(--text-primary);
}

.page-home .hero {
  position: relative;
  min-height: 92vh;
  display: flex;
  align-items: center;
  padding: 6rem 0 5rem;
  overflow: hidden;
  background: linear-gradient(150deg, var(--bg-deep) 0%, var(--bg-panel) 55%, var(--bg-soft) 100%);
}

.page-home .hero-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.28;
  mix-blend-mode: screen;
}

.page-home .hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(11, 7, 33, 0.9) 0%, rgba(11, 7, 33, 0.78) 60%, rgba(28, 21, 69, 0.82) 100%);
}

.page-home .hero-particles {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  overflow: hidden;
}

.page-home .hero-particle {
  position: absolute;
  width: 4px;
  height: 4px;
  background: var(--accent-gold-light);
  border-radius: 50%;
  opacity: 0.6;
  animation: home-particle-float 6s ease-in-out infinite;
}

.page-home .hero-particle--one { left: 18%; top: 30%; }
.page-home .hero-particle--two { left: 74%; top: 18%; animation-delay: 1.4s; opacity: 0.4; }
.page-home .hero-particle--three { left: 60%; top: 66%; animation-delay: 2.6s; }
.page-home .hero-particle--four { left: 34%; top: 74%; animation-delay: 4.2s; opacity: 0.5; }

@keyframes home-particle-float {
  0%, 100% { transform: translate3d(0, 0, 0); opacity: 0.25; }
  50% { transform: translate3d(0, -28px, 0); opacity: 0.8; }
}

.page-home .hero-inner {
  position: relative;
  z-index: 2;
  max-width: 68rem;
}

.page-home .hero-note {
  display: inline-block;
  font-family: var(--font-index);
  font-size: 0.78rem;
  letter-spacing: 0.24em;
  color: var(--accent-gold-light);
  text-transform: uppercase;
  margin-bottom: 1.25rem;
  border: 1px solid var(--border-gold);
  border-radius: 100px;
  padding: 0.4rem 1rem;
}

.page-home .hero-title {
  font-family: var(--font-heading);
  font-size: var(--home-hero-title);
  line-height: 1.05;
  margin: 0 0 1.25rem;
  letter-spacing: 0.02em;
}

.page-home .hero-title-mark {
  display: block;
  color: var(--accent-gold);
}

.page-home .hero-intro {
  max-width: 38rem;
  font-size: 1rem;
  line-height: 1.85;
  color: var(--text-secondary);
  margin: 0 0 2rem;
}

.page-home .hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-bottom: 2.75rem;
}

.page-home .hero-actions .btn {
  box-shadow: 0 10px 30px rgba(11, 7, 33, 0.45);
}

.page-home .hero-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.25rem;
}

.page-home .hero-stat {
  min-width: 7rem;
  background: rgba(28, 21, 69, 0.66);
  border: 1px solid var(--border-gold);
  border-radius: 12px 18px 12px 18px;
  padding: 0.85rem 1rem;
  backdrop-filter: blur(6px);
}

.page-home .hero-stat-num {
  display: block;
  font-family: var(--font-heading);
  font-size: 1.7rem;
  color: var(--accent-gold-light);
  line-height: 1.2;
}

.page-home .hero-stat-label {
  display: block;
  font-size: 0.75rem;
  color: var(--text-secondary);
  margin-top: 0.2rem;
}

.page-home .sitemap-section {
  position: relative;
  padding: 5rem 0;
  background: linear-gradient(180deg, var(--bg-deep) 0%, rgba(28, 21, 69, 0.95) 100%);
}

.page-home .section-head {
  margin-bottom: 2.5rem;
  max-width: 44rem;
}

.page-home .section-label {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-family: var(--font-index);
  font-size: 0.72rem;
  letter-spacing: 0.18em;
  color: var(--accent-gold);
  text-transform: uppercase;
  border: 1px solid var(--border-gold);
  border-radius: 100px;
  padding: 0.38rem 0.85rem;
  background: rgba(28, 21, 69, 0.55);
}

.page-home .index-tag {
  font-family: var(--font-index);
  font-size: 0.72rem;
  color: var(--accent-orange);
}

.page-home .section-head h2,
.page-home .cycle-main h2,
.page-home .cross-section > .container > h2,
.page-home .tier-inner h2,
.page-home .android-main h2 {
  font-family: var(--font-heading);
  font-size: clamp(1.7rem, 3.2vw, 2.6rem);
  line-height: 1.22;
  margin: 0.8rem 0 0.9rem;
  letter-spacing: 0.02em;
}

.page-home .section-summary,
.page-home .cycle-lead,
.page-home .android-main > p {
  color: var(--text-secondary);
  font-size: 0.95rem;
  line-height: 1.75;
  margin: 0 0 1.4rem;
}

.page-home .sitemap-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}

.page-home .sitemap-card {
  position: relative;
  display: block;
  min-height: 6.8rem;
  padding: 1.35rem 1.1rem 1.35rem 3.6rem;
  background: linear-gradient(140deg, var(--bg-panel) 0%, rgba(42, 33, 107, 0.65) 100%);
  border: 1px solid rgba(212, 175, 55, 0.14);
  border-radius: var(--home-card-radius);
  text-decoration: none;
  transition: transform 0.25s var(--ease), border-color 0.25s var(--ease), box-shadow 0.25s var(--ease);
}

.page-home .sitemap-card:hover {
  transform: translateY(-4px);
  border-color: var(--border-gold);
  box-shadow: 0 16px 32px rgba(11, 7, 33, 0.7);
}

.page-home .sitemap-card--featured {
  background: linear-gradient(140deg, #241b4e 0%, var(--bg-soft) 100%);
  border-color: var(--border-gold);
}

.page-home .sitemap-num {
  position: absolute;
  left: 1.3rem;
  top: 1.5rem;
  font-family: var(--font-index);
  font-size: 0.8rem;
  color: var(--accent-gold);
}

.page-home .sitemap-title {
  display: block;
  font-family: var(--font-heading);
  font-size: 1.08rem;
  color: var(--text-primary);
  margin-bottom: 0.35rem;
  letter-spacing: 0.02em;
}

.page-home .sitemap-desc {
  display: block;
  font-size: 0.84rem;
  color: var(--text-muted);
  line-height: 1.5;
}

.page-home .cycle-section {
  position: relative;
  padding: 5rem 0;
  background: linear-gradient(180deg, var(--bg-deep) 0%, var(--bg-panel) 60%, var(--bg-deep) 100%);
}

.page-home .cycle-layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.5rem;
  align-items: center;
}

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

.page-home .cycle-list-item {
  position: relative;
  padding-left: 1.3rem;
  margin-bottom: 0.7rem;
  color: var(--text-secondary);
  font-size: 0.92rem;
  line-height: 1.6;
}

.page-home .cycle-list-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 6px;
  height: 6px;
  background: var(--accent-gold);
  transform: rotate(45deg);
}

.page-home .cycle-media {
  position: relative;
  display: flex;
  justify-content: center;
}

.page-home .cycle-media-img {
  width: 100%;
  max-width: 34rem;
  height: auto;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: var(--home-card-radius);
  border: 1px solid var(--border-gold);
}

.page-home .cycle-chart-card {
  position: absolute;
  right: 2%;
  bottom: -1.25rem;
  width: 48%;
  max-width: 15rem;
  background: rgba(28, 21, 69, 0.92);
  border: 1px solid var(--border-gold);
  border-radius: 14px 22px 14px 22px;
  padding: 0.85rem;
  box-shadow: 0 14px 30px rgba(11, 7, 33, 0.55);
  backdrop-filter: blur(6px);
}

.page-home .cycle-chart-card svg {
  display: block;
  width: 100%;
  height: auto;
}

.page-home .chart-grid {
  fill: none;
  stroke: rgba(212, 175, 55, 0.14);
  stroke-width: 1;
}

.page-home .chart-line {
  fill: none;
  stroke: var(--accent-gold);
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.page-home .chart-dot {
  fill: var(--accent-orange);
}

.page-home .chart-label {
  font-family: var(--font-index);
  font-size: 9px;
  fill: var(--text-muted);
}

.page-home .cross-section {
  padding: 5rem 0;
  background: linear-gradient(180deg, var(--bg-deep), #140e36);
}

.page-home .cross-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.2rem;
  margin-top: 2.2rem;
}

.page-home .cross-card {
  background: linear-gradient(160deg, var(--bg-panel) 0%, rgba(28, 21, 69, 0.55) 100%);
  border: 1px solid rgba(212, 175, 55, 0.16);
  border-radius: var(--home-card-radius);
  padding: 1.6rem;
}

.page-home .cross-card--speed {
  background: linear-gradient(160deg, var(--bg-soft) 0%, var(--bg-panel) 100%);
  border-color: rgba(255, 106, 0, 0.24);
}

.page-home .card-icon {
  width: 2.6rem;
  height: 2.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px 14px 10px 14px;
  background: rgba(212, 175, 55, 0.12);
  color: var(--accent-gold);
  margin-bottom: 1rem;
}

.page-home .card-icon svg {
  width: 1.4rem;
  height: 1.4rem;
}

.page-home .cross-card h3 {
  font-family: var(--font-heading);
  font-size: 1.15rem;
  margin: 0 0 0.6rem;
}

.page-home .cross-card p {
  color: var(--text-secondary);
  font-size: 0.9rem;
  line-height: 1.65;
  margin: 0 0 1rem;
}

.page-home .tag {
  margin-right: 0.4rem;
}

.page-home .speed-bar {
  height: 0.5rem;
  background: rgba(11, 7, 33, 0.75);
  border-radius: 100px;
  overflow: hidden;
  margin-bottom: 0.6rem;
}

.page-home .speed-bar-fill {
  display: block;
  width: 40%;
  height: 100%;
  background: linear-gradient(90deg, var(--accent-orange), var(--accent-gold));
  border-radius: 100px;
}

.page-home .tier-section {
  position: relative;
  padding: 5rem 0;
  overflow: hidden;
  background: linear-gradient(180deg, var(--bg-deep) 0%, var(--bg-panel) 55%, var(--bg-deep) 100%);
}

.page-home .tier-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.16;
}

.page-home .tier-inner {
  position: relative;
  z-index: 2;
}

.page-home .tier-row {
  display: flex;
  gap: 0.55rem;
  overflow-x: auto;
  margin: 2.25rem -1.25rem 1.5rem;
  padding: 0 1.25rem 0.75rem;
  align-items: flex-end;
}

.page-home .tier-card {
  flex: 0 0 6.3rem;
  background: linear-gradient(180deg, rgba(28, 21, 69, 0.9) 0%, rgba(42, 33, 107, 0.85) 100%);
  border: 1px solid rgba(212, 175, 55, 0.18);
  border-radius: 12px 18px 12px 18px;
  padding: 1rem 0.4rem;
  text-align: center;
}

.page-home .tier-card--bronze { margin-top: 3.4rem; }
.page-home .tier-card--silver { margin-top: 2.5rem; }
.page-home .tier-card--gold { margin-top: 1.7rem; }
.page-home .tier-card--platinum { margin-top: 1rem; }

.page-home .tier-card--diamond {
  margin-top: 0;
  border-color: var(--border-gold);
  background: linear-gradient(180deg, rgba(212, 175, 55, 0.16) 0%, rgba(28, 21, 69, 0.9) 100%);
}

.page-home .tier-name {
  display: block;
  font-family: var(--font-heading);
  font-size: 1.02rem;
  color: var(--accent-gold-light);
  margin-bottom: 0.3rem;
}

.page-home .tier-desc {
  display: block;
  font-size: 0.66rem;
  color: var(--text-muted);
  line-height: 1.45;
}

.page-home .android-section {
  padding: 5rem 0;
  background: linear-gradient(180deg, var(--bg-deep) 0%, #1a1344 100%);
}

.page-home .android-layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  align-items: center;
}

.page-home .android-media {
  text-align: center;
}

.page-home .android-img {
  width: 100%;
  max-width: 21rem;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: var(--home-card-radius);
  border: 1px solid var(--border-gold);
}

.page-home .dimension-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.7rem;
  margin: 0 0 1.75rem;
}

.page-home .dimension-chip {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.75rem 0.85rem;
  background: rgba(28, 21, 69, 0.75);
  border: 1px solid rgba(212, 175, 55, 0.18);
  border-radius: 8px 14px 8px 14px;
  font-size: 0.88rem;
  color: var(--text-primary);
}

.page-home .dimension-num {
  font-family: var(--font-index);
  font-size: 0.68rem;
  color: var(--accent-orange);
}

.page-home .trust-section {
  padding: 3.5rem 0 4.5rem;
  background: var(--bg-deep);
}

.page-home .trust-layout {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.75rem;
  text-align: center;
}

.page-home .trust-layout .footer-trust {
  max-width: 40rem;
  font-size: 0.9rem;
  color: var(--text-secondary);
  line-height: 1.8;
  margin: 0;
  border-top: 1px solid var(--border-gold);
  padding-top: 1.75rem;
}

.page-home .trust-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: center;
}

@media (min-width: 768px) {
  .page-home .hero {
    min-height: 88vh;
    padding: 7rem 0;
  }

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

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

  .page-home .tier-row {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    overflow: visible;
    margin: 2.25rem 0 1.5rem;
    padding: 0;
  }

  .page-home .tier-card {
    flex: none;
  }

  .page-home .android-layout {
    grid-template-columns: 0.9fr 1.1fr;
    gap: 2.5rem;
  }

  .page-home .android-img {
    max-width: 18rem;
  }

  .page-home .trust-layout {
    flex-direction: row;
    justify-content: space-between;
    text-align: left;
  }

  .page-home .trust-layout .footer-trust {
    border-top: none;
    border-left: 2px solid var(--border-gold);
    padding-top: 0.35rem;
    padding-left: 1.5rem;
  }
}

@media (min-width: 1024px) {
  .page-home .hero {
    min-height: 100vh;
    padding: 7rem 0;
  }

  .page-home .hero-overlay {
    background: linear-gradient(90deg, rgba(11, 7, 33, 0.94) 0%, rgba(11, 7, 33, 0.76) 55%, rgba(28, 21, 69, 0.52) 100%);
  }

  .page-home .hero-intro {
    font-size: 1.1rem;
    max-width: 40rem;
  }

  .page-home .hero-stat-num {
    font-size: 1.9rem;
  }

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

  .page-home .cycle-layout {
    grid-template-columns: 0.95fr 1.05fr;
  }

  .page-home .cycle-media {
    justify-content: flex-end;
  }

  .page-home .cycle-media-img {
    max-width: 30rem;
  }

  .page-home .android-layout {
    grid-template-columns: 0.8fr 1.2fr;
  }

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