.home-sprite {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

.hero-trust {
  display: flex;
  max-width: 100%;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 7px;
  margin: 0 0 14px;
}

.hero-trust span {
  display: inline-flex;
  min-height: 28px;
  align-items: center;
  padding: 3px 10px;
  border: 1px solid var(--color-line);
  border-radius: var(--radius-pill);
  color: var(--color-text-muted);
  background: rgba(var(--rgb-paper), .62);
  font-size: 12px;
  font-weight: 700;
}

.window-mode {
  margin-left: auto;
  padding: 2px 8px;
  border: 1px solid var(--color-line);
  border-radius: var(--radius-pill);
  color: var(--color-text-muted);
  background: var(--color-paper);
  font-size: 10px;
  font-weight: 700;
}

.window-platforms {
  display: flex;
  align-items: center;
  gap: 11px;
  margin: auto 0 0;
  padding: 10px 2px 0;
  border-top: 1px solid var(--color-line);
  list-style: none;
}

.window-platforms li {
  color: var(--color-text-muted);
}

.window-platforms svg {
  width: 16px;
  height: 16px;
}

.payment-note {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.payment-note svg {
  width: 18px;
  height: 18px;
}

.refund-note {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.refund-note svg {
  width: 17px;
  height: 17px;
}

.home-stats {
  position: relative;
  z-index: 1;
  border-top: 1px solid var(--color-line);
  border-bottom: 1px solid var(--color-line);
  background: var(--color-paper);
}

.home-stats-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.home-stats-grid > div {
  display: flex;
  min-width: 0;
  min-height: 82px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 12px;
  text-align: center;
}

.home-stats-grid > div + div {
  border-left: 1px solid var(--color-line);
}

.home-stats strong {
  color: var(--color-accent);
  font-family: var(--font-mono);
  font-size: 18px;
  font-weight: 800;
}

.home-stats span {
  color: var(--color-text-muted);
  font-size: 12px;
}

.section-heading {
  max-width: 820px;
  margin-bottom: 30px;
}

.section-heading > p:last-child,
.split-heading > p,
.difference-heading > p {
  color: var(--color-text-muted);
}

.section-kicker {
  margin-bottom: 8px;
  color: var(--color-danger);
  font-family: var(--font-mono);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .09em;
}

.feature-tabs {
  margin-bottom: 0;
}

.feature-current {
  margin: 13px 0 0;
  color: var(--color-text-muted);
  font-family: var(--font-mono);
  font-size: 12px;
}

.feature-panel {
  display: grid;
  min-height: 360px;
  grid-template-columns: minmax(0, 1.08fr) minmax(280px, .92fr);
  align-items: stretch;
  gap: 24px;
  padding: 28px;
  border: 1px solid var(--color-line);
  border-radius: var(--radius-lg);
  background: linear-gradient(135deg, var(--color-hero-bottom), var(--color-paper-muted));
  box-shadow: var(--shadow-panel);
}

.feature-panel[hidden] {
  display: none;
}

.feature-copy {
  min-width: 0;
  padding: 10px 6px;
}

.feature-copy h3 {
  margin-top: 16px;
  font-size: 30px;
}

.feature-copy p {
  color: var(--color-text-muted);
}

.feature-copy p:last-child {
  margin-bottom: 0;
}

.feature-visual {
  position: relative;
  display: flex;
  min-width: 0;
  min-height: 270px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border: 1px solid var(--color-line);
  border-radius: var(--radius-window);
  color: var(--color-accent);
  background: var(--color-paper);
  box-shadow: var(--shadow-window), inset 0 1px 0 var(--color-white);
}

.feature-visual::before {
  position: absolute;
  inset: 0;
  content: "";
  pointer-events: none;
  background-image: var(--noise-image);
  opacity: .03;
}

.route-sketch {
  gap: 9px;
  padding: 24px;
}

.route-sketch span,
.ai-sketch span {
  position: relative;
  z-index: 1;
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  padding: 7px 13px;
  border: 1px solid var(--color-line);
  border-radius: var(--radius-sm);
  background: var(--color-hero-top);
  font-size: 13px;
  font-weight: 800;
}

.route-sketch i,
.ai-sketch i {
  width: 42px;
  height: 1px;
  flex: 0 1 auto;
  background: var(--color-danger);
}

.lock-sketch svg,
.device-sketch svg,
.media-sketch svg {
  position: relative;
  z-index: 1;
  width: min(62%, 190px);
  height: auto;
}

.ai-sketch {
  gap: 15px;
}

.ai-sketch i {
  position: relative;
  width: 70px;
}

.ai-sketch i::after {
  position: absolute;
  top: -4px;
  right: 0;
  width: 7px;
  height: 7px;
  content: "";
  border-top: 2px solid var(--color-danger);
  border-right: 2px solid var(--color-danger);
  transform: rotate(45deg);
}

.refund-sketch {
  align-content: center;
  flex-direction: column;
  color: var(--color-danger);
}

.refund-sketch span {
  position: relative;
  z-index: 1;
  font-family: var(--font-display);
  font-size: 58px;
  font-weight: 800;
  line-height: 1;
}

.refund-sketch small {
  position: relative;
  z-index: 1;
  margin-top: 13px;
  font-size: 15px;
  font-weight: 800;
}

.split-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 470px);
  align-items: end;
  gap: 36px;
  margin-bottom: 30px;
}

.split-heading > p {
  margin-bottom: 4px;
}

.home-routes {
  background: linear-gradient(180deg, var(--color-hero-top), var(--color-page));
}

.route-note {
  margin: 0 0 22px;
  padding: 17px 19px;
  border: 1px solid var(--color-line);
  border-radius: var(--radius-md);
  background: var(--color-paper-muted);
}

.route-note strong {
  color: var(--color-accent);
}

.route-note p {
  margin: 3px 0 0;
  color: var(--color-text-muted);
  font-size: 14px;
}

.route-guidance {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin-top: 22px;
  overflow: hidden;
  border: 1px solid var(--color-line);
  border-radius: var(--radius-md);
  background: var(--color-line);
}

.route-guidance article {
  min-width: 0;
  padding: 22px;
  background: var(--color-paper);
}

.route-guidance h3 {
  font-size: 19px;
}

.route-guidance p {
  margin-bottom: 0;
  color: var(--color-text-muted);
  font-size: 15px;
}

.text-link {
  display: inline-flex;
  min-height: 40px;
  align-items: center;
  margin-top: 24px;
  color: var(--color-danger);
  font-weight: 800;
}

.platform-card .btn {
  width: 100%;
}

.platform-callout {
  margin-bottom: 0;
}

.home-pricing {
  background: var(--color-hero-top);
}

.plan-card > p:not(.plan-period) {
  color: var(--color-text-muted);
  font-size: 15px;
}

.traffic-pack-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, .75fr);
  align-items: center;
  gap: 28px;
  margin-top: 28px;
  padding: 28px;
  border: 1px solid var(--color-line);
  border-radius: var(--radius-lg);
  background: var(--color-paper);
  box-shadow: var(--shadow-panel);
}

.traffic-pack-panel h3 {
  margin-top: 15px;
}

.traffic-pack-panel p {
  margin-bottom: 0;
  color: var(--color-text-muted);
}

.traffic-pack-panel ul {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.traffic-pack-panel li {
  display: flex;
  min-height: 52px;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 8px 14px;
  border: 1px solid var(--color-line);
  border-radius: var(--radius-sm);
  background: var(--color-hero-top);
}

.traffic-pack-panel strong {
  color: var(--color-accent);
  font-family: var(--font-mono);
}

.traffic-pack-panel span {
  color: var(--color-text-muted);
  font-family: var(--font-mono);
}

.pricing-explain {
  max-width: 920px;
  margin-top: 32px;
}

.pricing-explain h3 {
  font-size: 27px;
}

.pricing-explain p {
  color: var(--color-text-muted);
}

.difference-layout {
  display: grid;
  grid-template-columns: minmax(280px, .72fr) minmax(0, 1.28fr);
  align-items: start;
  gap: 56px;
}

.difference-heading {
  position: sticky;
  top: calc(var(--header-height) + 28px);
}

.difference-heading .btn {
  margin-top: 8px;
}

.difference-list {
  display: grid;
  gap: 1px;
  overflow: hidden;
  border: 1px solid var(--color-line);
  border-radius: var(--radius-md);
  background: var(--color-line);
}

.difference-list article {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 18px;
  padding: 24px;
  background: var(--color-paper);
}

.difference-index {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid var(--color-danger);
  border-radius: var(--radius-sm);
  color: var(--color-danger);
  font-family: var(--font-mono);
  font-weight: 800;
}

.difference-list h3 {
  font-size: 20px;
}

.difference-list p {
  margin-bottom: 0;
  color: var(--color-text-muted);
  font-size: 15px;
}

.home-blog {
  background: linear-gradient(180deg, var(--color-page), var(--color-hero-bottom));
}

.article-card {
  position: relative;
}

.article-tag {
  position: absolute;
  top: 21px;
  right: 22px;
  max-width: calc(100% - 150px);
  overflow: hidden;
  color: var(--color-danger);
  font-size: 12px;
  font-weight: 800;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.home-promo {
  margin-top: 0;
}

.server-status {
  display: grid;
  width: 100%;
  max-width: 100%;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px;
  margin-bottom: 22px;
  overflow: hidden;
}

.server-status:empty {
  display: none;
}

.srv-row {
  display: grid;
  min-width: 0;
  min-height: 54px;
  grid-template-columns: auto auto minmax(0, 1fr) auto auto auto;
  align-items: center;
  gap: 9px;
  padding: 9px 12px;
  border: 1px solid var(--color-line);
  border-radius: var(--radius-sm);
  background: var(--color-paper);
}

.srv-dot {
  width: 8px;
  height: 8px;
  flex: 0 0 auto;
  border-radius: var(--radius-pill);
  background: var(--color-success);
  box-shadow: 0 0 0 3px rgba(var(--rgb-success), .16);
  animation: server-pulse 2.4s ease-in-out infinite;
}

.srv-flag {
  width: 21px;
  height: 16px;
  overflow: hidden;
  border-radius: var(--radius-xs);
  box-shadow: 0 0 0 1px rgba(var(--rgb-accent), .14);
}

.srv-name {
  min-width: 0;
  overflow: hidden;
  color: var(--color-text);
  font-weight: 750;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.srv-type {
  max-width: 100%;
  overflow: hidden;
  padding: 2px 7px;
  border: 1px solid var(--color-line);
  border-radius: var(--radius-xs);
  color: var(--color-text-muted);
  background: var(--color-hero-top);
  font-size: 11px;
  font-weight: 700;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.srv-ms,
.srv-bw {
  color: var(--color-text-muted);
  font-family: var(--font-mono);
  font-size: 11px;
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
}

@keyframes server-pulse {
  0%,
  100% {
    opacity: .62;
    transform: scale(.84);
  }

  50% {
    opacity: 1;
    transform: scale(1);
  }
}

@media (max-width: 1050px) {
  .feature-panel {
    grid-template-columns: minmax(0, 1fr) minmax(250px, .75fr);
  }

  .traffic-pack-panel {
    grid-template-columns: 1fr;
  }

  .difference-layout {
    gap: 34px;
  }
}

@media (max-width: 900px) {
  .home-stats-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-stats-grid > div + div {
    border-left: 0;
  }

  .home-stats-grid > div:nth-child(even) {
    border-left: 1px solid var(--color-line);
  }

  .home-stats-grid > div:nth-child(n + 3) {
    border-top: 1px solid var(--color-line);
  }

  .feature-panel,
  .split-heading,
  .difference-layout {
    grid-template-columns: 1fr;
  }

  .feature-visual {
    min-height: 230px;
  }

  .route-guidance {
    grid-template-columns: 1fr;
  }

  .difference-heading {
    position: static;
  }

  .server-status {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .hero-trust {
    gap: 6px;
  }

  .feature-panel {
    padding: 22px;
  }

  .feature-copy h3 {
    font-size: 25px;
  }

  .route-guidance article {
    padding: 20px;
  }

  .article-tag {
    position: static;
    display: block;
    max-width: 100%;
    margin-top: 7px;
    white-space: normal;
  }

  .traffic-pack-panel {
    padding: 22px;
  }
}

@media (max-width: 640px) {
  .home-stats-grid > div {
    min-height: 72px;
  }

  .feature-panel {
    padding: 18px;
  }

  .feature-visual {
    min-height: 190px;
  }

  .route-sketch,
  .ai-sketch {
    align-items: stretch;
    flex-direction: column;
  }

  .route-sketch i,
  .ai-sketch i {
    width: 1px;
    height: 28px;
    margin-inline: auto;
  }

  .ai-sketch i::after {
    top: auto;
    right: -3px;
    bottom: 0;
    transform: rotate(135deg);
  }

  .refund-sketch span {
    font-size: 44px;
  }

  .traffic-pack-panel {
    min-width: 0;
  }

  .difference-list article {
    grid-template-columns: 38px minmax(0, 1fr);
    gap: 13px;
    padding: 19px;
  }

  .difference-index {
    width: 36px;
    height: 36px;
  }

  .srv-row {
    grid-template-columns: auto auto minmax(0, 1fr) auto;
  }

  .srv-type {
    grid-column: 3;
    justify-self: start;
  }

  .srv-ms,
  .srv-bw {
    font-size: 10px;
  }
}

@media (max-width: 380px) {
  .home-stats strong {
    font-size: 16px;
  }

  .home-stats span {
    font-size: 11px;
  }

  .srv-row {
    gap: 7px;
    padding-inline: 9px;
  }

  .srv-bw {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .srv-dot {
    animation: none;
  }
}