.page-home {
  --home-bg-deep: #010e21;
  --home-bg-navy: #0a1f44;
  --home-card-line: rgba(255, 255, 255, 0.12);
  --home-text-dim: rgba(245, 247, 250, 0.72);
  background:
    linear-gradient(180deg, var(--home-bg-deep) 0%, var(--home-bg-navy) 45%, var(--home-bg-deep) 100%);
  color: var(--c-white);
  overflow: hidden;
  font-family: var(--font-body);
}

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

.page-home .page-kicker {
  font-family: var(--font-mono);
  font-size: 13px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--c-green);
  margin: 0 0 10px;
}

.page-home .section-title {
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: clamp(30px, 4.4vw, 54px);
  line-height: 1.05;
  color: var(--c-white);
  margin: 0 0 14px;
  letter-spacing: 0.4px;
}

.page-home .section-head p:not(.page-kicker) {
  color: var(--home-text-dim);
  line-height: 1.7;
  max-width: 640px;
}

.page-home .breadcrumb ol {
  flex-wrap: wrap;
}

.page-home .breadcrumb a,
.page-home .breadcrumb span {
  color: rgba(245, 247, 250, 0.68);
}

.page-home .btn-primary {
  background: var(--c-orange);
  border-color: var(--c-orange);
  color: var(--c-white);
}

.page-home .btn-primary:hover,
.page-home .btn-primary:focus-visible {
  background: #ff8257;
  border-color: #ff8257;
}

.page-home .btn-outline {
  border-color: rgba(255, 255, 255, 0.35);
  color: var(--c-white);
}

.page-home .btn-outline:hover,
.page-home .btn-outline:focus-visible {
  border-color: var(--c-green);
  color: var(--c-green);
}

.page-home .btn-ghost {
  color: var(--c-white);
  border-color: rgba(255, 255, 255, 0.2);
}

.page-home .btn-ghost:hover,
.page-home .btn-ghost:focus-visible {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.5);
}

.page-home .chip {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.16);
  color: rgba(245, 247, 250, 0.82);
  border-radius: var(--radius-pill);
}

.page-home .chip-data {
  background: rgba(57, 255, 20, 0.1);
  border-color: rgba(57, 255, 20, 0.3);
  color: var(--c-green);
}

.page-home .dash-card {
  background: linear-gradient(160deg, rgba(10, 31, 68, 0.85), rgba(1, 14, 33, 0.95));
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--radius-lg);
  padding: 24px;
}

.page-home .dash-card__title {
  display: block;
  font-size: 13px;
  color: rgba(245, 247, 250, 0.6);
  margin-bottom: 10px;
}

.page-home .dash-card__value {
  font-family: var(--font-mono);
  font-size: clamp(30px, 3.4vw, 42px);
  font-weight: 700;
  color: var(--c-green);
  line-height: 1;
}

.page-home .dash-card small {
  font-family: var(--font-body);
  font-size: 14px;
  color: rgba(245, 247, 250, 0.55);
  margin-left: 4px;
}

.page-home .dash-card--cyan .dash-card__value {
  color: var(--c-cyan);
}

.page-home .pulse-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--c-green);
  display: inline-block;
}

.page-home .section {
  padding: 76px 0;
}

.page-home [data-reveal] {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.7s var(--ease-out), transform 0.7s var(--ease-out);
}

.page-home [data-reveal].is-visible {
  opacity: 1;
  transform: none;
}

.page-home [data-reveal-delay="100"] {
  transition-delay: 0.1s;
}

.page-home [data-reveal-delay="150"] {
  transition-delay: 0.15s;
}

.page-home [data-reveal-delay="200"] {
  transition-delay: 0.2s;
}

.page-home [data-reveal-delay="300"] {
  transition-delay: 0.3s;
}

@media (prefers-reduced-motion: reduce) {
  .page-home [data-reveal] {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

.page-home .home-hero {
  position: relative;
  min-height: 100svh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  isolation: isolate;
  padding-top: calc(var(--header-h) + 20px);
  background: var(--home-bg-navy);
}

.page-home .home-hero__bg {
  position: absolute;
  inset: 0;
  z-index: -3;
}

.page-home .home-hero__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.38;
}

.page-home .home-hero__bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(105deg, rgba(1, 14, 33, 0.95) 0%, rgba(10, 31, 68, 0.8) 48%, rgba(1, 14, 33, 0.4) 100%);
}

.page-home .home-hero__grid {
  position: absolute;
  inset: 0;
  z-index: -2;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0.92), transparent 78%);
  -webkit-mask-image: linear-gradient(90deg, rgba(0, 0, 0, 0.92), transparent 78%);
}

.page-home .home-hero__speed {
  position: absolute;
  top: 24%;
  right: -28%;
  width: 96%;
  max-width: 720px;
  height: auto;
  z-index: 1;
  pointer-events: none;
  opacity: 0.5;
}

.page-home .home-hero__inner {
  position: relative;
  z-index: 2;
  padding-top: 32px;
  padding-bottom: 24px;
}

.page-home .home-hero__lead {
  max-width: 780px;
}

.page-home .home-hero__lead h1 {
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: clamp(36px, 6.4vw, 80px);
  line-height: 0.96;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  margin: 12px 0 22px;
  color: var(--c-white);
}

.page-home .home-hero__desc {
  font-size: 16px;
  line-height: 1.85;
  color: rgba(245, 247, 250, 0.8);
  max-width: 660px;
  border-left: 3px solid var(--c-green);
  padding-left: 18px;
  margin: 0;
}

.page-home .home-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.page-home .home-hero__toc {
  position: relative;
  z-index: 2;
  margin-top: auto;
  padding-top: 32px;
  padding-bottom: 36px;
  background: linear-gradient(180deg, transparent, rgba(1, 14, 33, 0.82));
}

.page-home .home-hero__toc-label {
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: rgba(245, 247, 250, 0.5);
  margin: 0 0 14px;
}

.page-home .home-toc {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}

.page-home .home-toc__item a {
  display: flex;
  align-items: center;
  gap: 14px;
  color: rgba(245, 247, 250, 0.88);
  text-decoration: none;
  font-size: 15px;
  padding: 12px 14px;
  border: 1px solid transparent;
  border-radius: var(--radius-pill);
  background: rgba(255, 255, 255, 0.04);
  transition: background var(--trans), border-color var(--trans), transform var(--trans);
}

.page-home .home-toc__item a:hover,
.page-home .home-toc__item a:focus-visible {
  background: rgba(57, 255, 20, 0.08);
  border-color: rgba(57, 255, 20, 0.25);
  color: var(--c-white);
  transform: translateX(4px);
}

.page-home .home-toc__num {
  font-family: var(--font-mono);
  font-size: 14px;
  font-weight: 700;
  color: var(--c-green);
  background: rgba(57, 255, 20, 0.12);
  border-radius: var(--radius-pill);
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: none;
}

.page-home .home-steps {
  background: var(--home-bg-deep);
  position: relative;
}

.page-home .home-steps__head {
  max-width: 660px;
  margin-bottom: 40px;
}

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

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

.page-home .home-step-card {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  background: linear-gradient(135deg, rgba(10, 31, 68, 0.88), rgba(1, 14, 33, 0.96));
  border: 1px solid var(--home-card-line);
  border-radius: var(--radius-md);
  padding: 22px 22px;
  text-decoration: none;
  color: var(--c-white);
  transition: border-color var(--trans), transform var(--trans), box-shadow var(--trans);
}

.page-home .home-step-card:hover,
.page-home .home-step-card:focus-visible,
.page-home .home-step-card:active {
  border-color: var(--c-orange);
  transform: translateX(6px);
  box-shadow: 0 0 0 3px rgba(255, 107, 53, 0.18);
}

.page-home .home-step-card__num {
  font-family: var(--font-mono);
  font-size: 18px;
  font-weight: 700;
  color: var(--c-green);
  background: rgba(57, 255, 20, 0.1);
  border-radius: var(--radius-pill);
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: none;
}

.page-home .home-step-card__content {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.page-home .home-step-card__content strong {
  font-family: var(--font-heading);
  font-size: 22px;
  line-height: 1.1;
  letter-spacing: 0.4px;
  color: var(--c-white);
}

.page-home .home-step-card__content span {
  font-size: 14px;
  line-height: 1.65;
  color: var(--home-text-dim);
}

.page-home .home-steps__media {
  margin: 0;
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid var(--home-card-line);
}

.page-home .home-steps__media img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  aspect-ratio: 1 / 1;
}

.page-home .home-price {
  background:
    radial-gradient(1000px 480px at 88% -5%, rgba(255, 107, 53, 0.18), transparent 62%),
    var(--home-bg-navy);
}

.page-home .home-price__head {
  margin-bottom: 40px;
}

.page-home .home-price__grid {
  display: grid;
  gap: 22px;
  margin-top: 44px;
}

.page-home .price-card {
  position: relative;
  display: flex;
  flex-direction: column;
  background: linear-gradient(180deg, rgba(10, 31, 68, 0.78), rgba(1, 14, 33, 0.94));
  border: 1px solid var(--home-card-line);
  border-radius: var(--radius-lg);
  padding: 30px 26px 26px;
  transition: transform var(--trans), border-color var(--trans), box-shadow var(--trans);
}

.page-home .price-card:hover {
  transform: translateY(-5px);
  border-color: rgba(57, 255, 20, 0.45);
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.32);
}

.page-home .price-card--family {
  border-color: rgba(255, 107, 53, 0.55);
  box-shadow: 0 20px 54px rgba(255, 107, 53, 0.12);
}

.page-home .price-card--family:hover {
  border-color: var(--c-orange);
}

.page-home .price-card__badge {
  position: absolute;
  top: -12px;
  right: 22px;
  background: var(--c-orange);
  color: var(--c-white);
  font-size: 12px;
  font-weight: 700;
  padding: 4px 14px;
  border-radius: var(--radius-pill);
  letter-spacing: 0.4px;
}

.page-home .price-card__badge--family {
  background: var(--c-green);
  color: var(--home-bg-deep);
}

.page-home .price-card h3 {
  font-family: var(--font-heading);
  font-size: 26px;
  margin: 0 0 2px;
  color: var(--c-white);
  letter-spacing: 0.5px;
}

.page-home .price-card__price {
  font-size: 14px;
  color: rgba(245, 247, 250, 0.55);
  margin: 0 0 22px;
}

.page-home .price-card__price strong {
  font-family: var(--font-mono);
  font-size: 42px;
  font-weight: 700;
  color: var(--c-green);
  margin-right: 4px;
}

.page-home .price-card ul {
  list-style: none;
  margin: 0 0 24px;
  padding: 0;
  display: grid;
  gap: 10px;
}

.page-home .price-card li {
  position: relative;
  padding-left: 22px;
  font-size: 14px;
  line-height: 1.6;
  color: rgba(245, 247, 250, 0.82);
}

.page-home .price-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--c-cyan);
}

.page-home .price-card--family li::before {
  background: var(--c-orange);
}

.page-home .price-card .btn {
  margin-top: auto;
}

.page-home .home-price__note {
  margin-top: 28px;
  padding-top: 20px;
  border-top: 1px dashed rgba(255, 255, 255, 0.18);
  text-align: center;
  font-size: 13px;
  color: rgba(245, 247, 250, 0.55);
}

.page-home .home-sync {
  background: var(--home-bg-deep);
}

.page-home .home-sync__body {
  display: grid;
  gap: 40px;
  align-items: center;
}

.page-home .home-sync__content h2 {
  font-size: clamp(28px, 3.4vw, 44px);
}

.page-home .home-sync__content p {
  color: var(--home-text-dim);
  line-height: 1.75;
}

.page-home .home-sync__highlight {
  background: rgba(57, 255, 20, 0.08);
  border-left: 3px solid var(--c-green);
  padding: 12px 16px;
  border-radius: 0 var(--radius-md) var(--radius-md) 0;
  font-size: 15px;
  color: rgba(245, 247, 250, 0.9);
}

.page-home .home-sync__content ul {
  list-style: none;
  margin: 24px 0;
  padding: 0;
  display: grid;
  gap: 12px;
}

.page-home .home-sync__content li {
  position: relative;
  padding-left: 24px;
  color: rgba(245, 247, 250, 0.85);
  line-height: 1.6;
  font-size: 14px;
}

.page-home .home-sync__content li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 10px;
  height: 10px;
  background: var(--c-green);
  border-radius: 2px;
  transform: rotate(45deg);
}

.page-home .home-sync__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

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

.page-home .sync-board {
  position: relative;
  width: 100%;
  max-width: 460px;
  border-radius: var(--radius-lg);
  background: linear-gradient(160deg, rgba(10, 31, 68, 0.95), rgba(1, 14, 33, 0.92));
  border: 1px solid var(--home-card-line);
  padding: 44px 32px;
  display: grid;
  justify-items: center;
  gap: 14px;
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.36);
}

.page-home .sync-board__device {
  font-family: var(--font-mono);
  font-size: 14px;
  padding: 13px 22px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.16);
  color: var(--c-white);
}

.page-home .sync-board__line {
  position: relative;
  width: 1px;
  height: 36px;
  background: linear-gradient(to bottom, var(--c-green), var(--c-cyan));
}

.page-home .sync-board__line::after {
  content: "";
  position: absolute;
  top: -4px;
  left: -3px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--c-green);
  box-shadow: 0 0 12px var(--c-green);
}

.page-home .sync-board__status {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: var(--c-green);
  margin-top: 6px;
  font-family: var(--font-mono);
}

.page-home .home-stats {
  background:
    radial-gradient(800px 360px at 12% 10%, rgba(57, 255, 20, 0.06), transparent 58%),
    var(--home-bg-navy);
}

.page-home .home-stats__head {
  margin-bottom: 40px;
}

.page-home .home-stats__chart {
  margin: 0 0 32px;
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid var(--home-card-line);
}

.page-home .home-stats__chart img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  aspect-ratio: 16 / 8;
}

.page-home .home-metrics {
  display: grid;
  gap: 18px;
}

.page-home .home-news {
  background: var(--home-bg-deep);
}

.page-home .home-news__body {
  display: grid;
  gap: 40px;
}

.page-home .home-news__head p {
  color: var(--home-text-dim);
  line-height: 1.7;
}

.page-home .home-news__head .btn {
  margin-top: 8px;
}

.page-home .home-news__list {
  display: grid;
  gap: 14px;
}

.page-home .news-item {
  display: flex;
  align-items: center;
  gap: 16px;
  background: linear-gradient(135deg, rgba(10, 31, 68, 0.78), rgba(1, 14, 33, 0.9));
  border: 1px solid var(--home-card-line);
  border-radius: var(--radius-md);
  padding: 18px 20px;
  text-decoration: none;
  transition: border-color var(--trans), transform var(--trans), background var(--trans);
}

.page-home .news-item:hover,
.page-home .news-item:focus-visible {
  border-color: var(--c-orange);
  transform: translateX(6px);
  background: linear-gradient(135deg, rgba(255, 107, 53, 0.1), rgba(1, 14, 33, 0.94));
}

.page-home .news-item__tag {
  flex: none;
}

.page-home .news-item__text {
  font-size: 15px;
  font-weight: 600;
  color: var(--c-white);
  line-height: 1.5;
}

.page-home .home-trust {
  background:
    linear-gradient(180deg, var(--home-bg-deep), var(--home-bg-navy));
}

.page-home .home-trust__media {
  margin: 0 0 36px;
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid var(--home-card-line);
}

.page-home .home-trust__media img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  aspect-ratio: 16 / 9;
}

.page-home .home-trust__content {
  text-align: center;
  max-width: 860px;
  margin: 0 auto;
}

.page-home .home-trust__content p {
  color: var(--home-text-dim);
  line-height: 1.7;
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
}

.page-home .home-trust__list {
  display: grid;
  gap: 14px;
  margin-top: 32px;
}

.page-home .home-trust__list div {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid var(--home-card-line);
  border-radius: var(--radius-md);
  padding: 20px 16px;
}

.page-home .home-trust__list strong {
  display: block;
  font-family: var(--font-mono);
  font-size: clamp(26px, 3vw, 36px);
  font-weight: 700;
  color: var(--c-green);
}

.page-home .home-trust__list span {
  display: block;
  font-size: 13px;
  color: rgba(245, 247, 250, 0.62);
  margin-top: 4px;
}

.page-home .home-trust__honors {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin: 28px 0 24px;
}

@media (min-width: 700px) {
  .page-home .home-toc {
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
  }

  .page-home .home-toc__item:last-child {
    grid-column: span 2;
  }

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

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

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

  .page-home .home-hero__speed {
    right: -10%;
    width: 58%;
    opacity: 0.65;
  }
}

@media (min-width: 960px) {
  .page-home .section {
    padding: 124px 0;
  }

  .page-home .home-hero__toc {
    padding-top: 40px;
    padding-bottom: 44px;
  }

  .page-home .home-toc {
    grid-template-columns: repeat(5, 1fr);
    gap: 16px;
  }

  .page-home .home-toc__item:last-child {
    grid-column: auto;
  }

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

  .page-home .home-steps::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 280px;
    height: 220px;
    background: radial-gradient(closest-side, rgba(255, 107, 53, 0.14), transparent);
    pointer-events: none;
  }

  .page-home .home-steps__body {
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 48px;
  }

  .page-home .home-steps__media {
    justify-self: end;
    width: 100%;
    max-width: 540px;
  }

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

  .page-home .home-sync__body {
    grid-template-columns: 1fr 1fr;
    gap: 60px;
  }

  .page-home .home-news__body {
    grid-template-columns: 360px 1fr;
    gap: 52px;
  }
}

@media (min-width: 1200px) {
  .page-home .home-hero__speed {
    width: 42%;
    right: 4%;
    top: 16%;
  }

  .page-home .home-step-card {
    padding: 24px 28px;
  }

  .page-home .home-news__body {
    grid-template-columns: 420px 1fr;
  }
}
