.page-home {
  position: relative;
  background:
    radial-gradient(ellipse at 82% 8%, rgba(212, 175, 55, 0.10) 0%, transparent 48%),
    radial-gradient(ellipse at 12% 92%, rgba(59, 42, 90, 0.55) 0%, transparent 55%),
    linear-gradient(168deg, #12061F 0%, #1A0A2E 42%, #25123B 100%);
  color: var(--color-cream);
  overflow: hidden;
}
.page-home::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--color-gold), transparent);
  z-index: 2;
}
.page-home::after {
  content: "";
  position: absolute;
  top: 0;
  right: 7%;
  bottom: 0;
  width: 1px;
  background: linear-gradient(to bottom, transparent, rgba(212, 175, 55, 0.25), transparent);
  pointer-events: none;
  z-index: 0;
}
.page-home .container {
  position: relative;
  z-index: 1;
}
.home-breadcrumb-wrap {
  padding-top: 20px;
}
.page-home .breadcrumb {
  font-family: var(--font-mono);
  font-size: 0.82rem;
  letter-spacing: 0.04em;
  color: rgba(245, 240, 230, 0.55);
}
.home-hero {
  padding: 28px 0 40px;
  position: relative;
}
.home-hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: -16%;
  width: 130%;
  height: 100%;
  background: linear-gradient(100deg, transparent 0%, rgba(212, 175, 55, 0.075) 44%, transparent 62%);
  transform: skewX(-12deg);
  pointer-events: none;
}
.home-hero-grid {
  display: grid;
  gap: 28px;
  align-items: center;
}
.home-hero-copy {
  position: relative;
}
.home-version-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-mono);
  font-size: 0.8rem;
  letter-spacing: 0.08em;
  color: var(--color-gold);
  border: 1px solid rgba(212, 175, 55, 0.5);
  border-radius: 999px;
  padding: 5px 14px;
  margin-bottom: 18px;
  background: rgba(212, 175, 55, 0.08);
}
.home-version-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--color-green);
  box-shadow: 0 0 0 3px rgba(74, 124, 89, 0.25);
}
.home-num {
  font-family: var(--font-mono);
  font-size: 58px;
  font-weight: 700;
  line-height: 1;
  color: transparent;
  -webkit-text-stroke: 1px rgba(212, 175, 55, 0.6);
  margin: 0 0 10px;
}
.home-eyebrow {
  font-family: var(--font-mono);
  font-size: 0.8rem;
  letter-spacing: 0.22em;
  color: var(--color-gold);
  text-transform: uppercase;
  margin: 0 0 12px;
}
.home-hero h1 {
  font-family: var(--font-title);
  font-size: clamp(1.9rem, 4vw, 3rem);
  line-height: 1.28;
  font-weight: 700;
  color: var(--color-gold-light);
  margin: 0 0 18px;
  border-left: 3px solid var(--color-gold);
  padding-left: 16px;
}
.home-hero-lead {
  font-size: 0.98rem;
  line-height: 1.85;
  color: rgba(245, 240, 230, 0.78);
  max-width: 60ch;
  margin: 0 0 24px;
}
.home-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.home-hero-visual img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 16px;
  border: 1px solid rgba(212, 175, 55, 0.35);
  clip-path: polygon(0 0, calc(100% - 34px) 0, 100% 34px, 100% 100%, 34px 100%, 0 calc(100% - 34px));
}
.home-stats {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
  background: rgba(212, 175, 55, 0.22);
  border: 1px solid rgba(212, 175, 55, 0.25);
  margin: 40px 0 8px;
  border-radius: 12px;
  overflow: hidden;
}
.home-stat {
  background: rgba(26, 10, 46, 0.92);
  padding: 20px 14px;
  text-align: center;
}
.home-stat-num {
  display: block;
  font-family: var(--font-mono);
  font-size: 1.7rem;
  font-weight: 700;
  color: var(--color-gold);
  line-height: 1.2;
}
.home-stat-label {
  display: block;
  font-size: 0.8rem;
  color: rgba(245, 240, 230, 0.72);
  margin-top: 6px;
  letter-spacing: 0.04em;
}
.home-section-head {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 26px;
  padding-top: 36px;
}
.home-big-num {
  font-family: var(--font-mono);
  font-size: 2.7rem;
  font-weight: 700;
  line-height: 1;
  color: rgba(212, 175, 55, 0.9);
  flex: 0 0 auto;
}
.home-section-head h2,
.home-feature-copy h2 {
  font-family: var(--font-title);
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--color-gold-light);
  margin: 2px 0 6px;
  line-height: 1.3;
}
.home-section-lead {
  font-size: 0.9rem;
  line-height: 1.75;
  color: rgba(245, 240, 230, 0.7);
  max-width: 62ch;
  margin: 0;
}
.home-nav-section {
  padding: 0 0 52px;
}
.home-filter {
  margin-top: 18px;
  flex-wrap: wrap;
}
.home-nav-grid {
  display: grid;
  gap: 14px;
  margin-top: 24px;
}
.home-nav-card {
  position: relative;
  background: rgba(59, 42, 90, 0.42);
  border: 1px solid rgba(212, 175, 55, 0.18);
  border-radius: 12px;
  padding: 22px 18px 20px 22px;
  backdrop-filter: blur(8px);
  overflow: hidden;
  transition: background 0.3s ease, transform 0.3s ease, border-color 0.3s ease;
}
.home-nav-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  height: 100%;
  background: linear-gradient(to bottom, var(--color-gold), rgba(212, 175, 55, 0));
}
.home-nav-card:hover {
  background: rgba(59, 42, 90, 0.7);
  border-color: rgba(212, 175, 55, 0.5);
  transform: translateY(-3px);
}
.home-nav-index {
  font-family: var(--font-mono);
  font-size: 0.8rem;
  letter-spacing: 0.1em;
  color: var(--color-gold);
}
.home-card-title {
  font-family: var(--font-title);
  font-size: 1.12rem;
  font-weight: 700;
  color: var(--color-gold-light);
  margin: 8px 0 6px;
}
.home-card-desc {
  font-size: 0.86rem;
  line-height: 1.7;
  color: rgba(245, 240, 230, 0.74);
  margin: 0 0 10px;
}
.home-card-link {
  display: inline-block;
  font-size: 0.84rem;
  font-weight: 600;
  color: var(--color-orange);
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: border-color 0.2s ease, color 0.2s ease;
}
.home-card-link:hover {
  color: var(--color-gold);
  border-color: rgba(212, 175, 55, 0.6);
}
.home-feature-section {
  padding: 44px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}
.home-subscribe-section {
  background: linear-gradient(105deg, rgba(30, 58, 138, 0.16) 0%, transparent 60%);
}
.home-feature-grid {
  display: grid;
  gap: 28px;
  align-items: center;
}
.home-feature-copy .home-big-num {
  display: block;
  margin-bottom: 10px;
}
.home-feature-list {
  list-style: none;
  padding: 0;
  margin: 18px 0 24px;
}
.home-feature-list li {
  position: relative;
  padding-left: 22px;
  font-size: 0.9rem;
  line-height: 1.8;
  color: rgba(245, 240, 230, 0.82);
}
.home-feature-list li::before {
  content: "✦";
  position: absolute;
  left: 0;
  color: var(--color-gold);
  font-size: 0.82rem;
}
.home-feature-media img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 14px;
  border: 1px solid rgba(212, 175, 55, 0.28);
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.25);
}
.home-compare-section {
  padding: 44px 0;
  background: rgba(17, 24, 39, 0.4);
  border-top: 1px solid rgba(212, 175, 55, 0.15);
  border-bottom: 1px solid rgba(212, 175, 55, 0.15);
}
.home-compare-visual {
  margin-bottom: 22px;
}
.home-compare-visual img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 12px;
  border: 1px solid rgba(212, 175, 55, 0.2);
}
.home-table-wrap {
  overflow-x: auto;
  border: 1px solid rgba(212, 175, 55, 0.25);
  border-radius: 12px;
  background: rgba(26, 10, 46, 0.72);
}
.home-compare-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.88rem;
  min-width: 480px;
}
.home-compare-table th,
.home-compare-table td {
  text-align: left;
  padding: 14px 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  vertical-align: top;
}
.home-compare-table th {
  font-family: var(--font-mono);
  font-size: 0.76rem;
  letter-spacing: 0.06em;
  color: var(--color-gold);
  background: rgba(212, 175, 55, 0.08);
  white-space: nowrap;
}
.home-compare-table td:nth-child(2) {
  color: rgba(245, 240, 230, 0.6);
}
.home-compare-table td:nth-child(3) {
  color: var(--color-gold-light);
  font-weight: 600;
  background: rgba(212, 175, 55, 0.06);
}
.home-compare-table td:nth-child(3)::before {
  content: "▲";
  display: inline-block;
  margin-right: 8px;
  color: var(--color-orange);
  font-size: 0.72rem;
}
.home-compare-table tr:last-child td {
  border-bottom: none;
}
.home-support-section {
  padding: 44px 0;
}
.home-support-steps {
  display: grid;
  gap: 16px;
  margin-top: 16px;
}
.home-step {
  background: rgba(59, 42, 90, 0.4);
  border-radius: 14px;
  padding: 22px;
  border-left: 3px solid var(--color-gold);
}
.home-step h3 {
  font-family: var(--font-title);
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--color-gold-light);
  margin: 0 0 8px;
}
.home-step p {
  font-size: 0.88rem;
  line-height: 1.7;
  color: rgba(245, 240, 230, 0.74);
  margin: 0;
  word-break: break-all;
}
.home-step-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: var(--color-gold);
  color: var(--color-charcoal);
  font-family: var(--font-mono);
  font-weight: 700;
  font-size: 0.86rem;
  margin-bottom: 12px;
}
.home-step-arrow {
  text-align: center;
  font-size: 1.6rem;
  color: var(--color-gold);
  line-height: 1;
}
.home-support-note {
  margin-top: 20px;
  padding: 18px 20px;
  border-radius: 12px;
  background: rgba(212, 175, 55, 0.12);
  border: 1px dashed rgba(212, 175, 55, 0.4);
  display: flex;
  flex-direction: column;
  gap: 14px;
  align-items: flex-start;
}
.home-support-note p {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.7;
  color: rgba(245, 240, 230, 0.84);
}
.home-device-section {
  padding: 44px 0;
}
.home-device-alert {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  background: linear-gradient(120deg, rgba(30, 58, 138, 0.38), rgba(59, 42, 90, 0.5));
  border: 1px solid rgba(79, 130, 210, 0.45);
  border-radius: 16px;
  padding: 24px;
  margin-top: 16px;
}
.home-device-alert-icon {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 40px;
  background: var(--color-blue);
  border-radius: 10px;
  color: var(--color-gold-light);
  font-size: 1.2rem;
}
.home-device-alert h3 {
  font-family: var(--font-title);
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--color-gold-light);
  margin: 0 0 6px;
}
.home-device-alert p {
  font-size: 0.88rem;
  line-height: 1.7;
  color: rgba(245, 240, 230, 0.78);
  margin: 0;
}
.home-more-section {
  padding: 48px 0;
  border-top: 1px solid rgba(212, 175, 55, 0.15);
}
.home-more-grid {
  display: grid;
  gap: 14px;
}
.home-more-card {
  background: rgba(59, 42, 90, 0.32);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  padding: 22px;
  transition: border-color 0.3s ease, background 0.3s ease;
}
.home-more-card:hover {
  border-color: rgba(212, 175, 55, 0.4);
  background: rgba(59, 42, 90, 0.55);
}
.home-more-card h3 {
  font-family: var(--font-title);
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--color-gold-light);
  margin: 0 0 8px;
}
.home-more-card p {
  font-size: 0.88rem;
  color: rgba(245, 240, 230, 0.72);
  line-height: 1.7;
  margin: 0 0 14px;
}
@media (min-width: 640px) {
  .home-stats {
    grid-template-columns: repeat(4, 1fr);
  }
  .home-nav-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .home-support-steps {
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
  }
  .home-step-arrow {
    text-align: center;
    padding: 0 4px;
  }
  .home-more-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .home-table-wrap {
    border-radius: 14px;
  }
}
@media (min-width: 920px) {
  .home-hero {
    padding: 48px 0 56px;
  }
  .home-hero-grid {
    grid-template-columns: 7fr 5fr;
    gap: 48px;
  }
  .home-num {
    font-size: 84px;
  }
  .home-feature-grid {
    grid-template-columns: 6fr 4fr;
    gap: 48px;
  }
  .home-feature-grid-reverse {
    grid-template-columns: 4fr 6fr;
  }
  .home-feature-grid-reverse .home-feature-copy {
    order: 2;
  }
  .home-nav-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
  }
  .home-section-head {
    gap: 22px;
  }
  .home-big-num {
    font-size: 3.2rem;
  }
  .home-section-head h2,
  .home-feature-copy h2 {
    font-size: 1.8rem;
  }
  .home-support-steps {
    gap: 24px;
  }
  .home-step {
    padding: 26px;
  }
  .home-device-alert {
    padding: 28px 32px;
  }
  .home-more-grid {
    gap: 18px;
  }
}
