.page-home {
  --page-grid-line: rgba(157, 78, 221, 0.22);
  --page-scan: rgba(0, 229, 255, 0.5);
  --page-lime-glow: 0 0 10px rgba(182, 255, 0, 0.55);
}

.page-home .site-section {
  padding: clamp(3rem, 7vw, 5.5rem) var(--space-page);
}

.page-home .site-container {
  width: min(100%, 1440px);
  margin-inline: auto;
}

.page-home .site-kicker {
  color: var(--color-cyan);
  letter-spacing: 0.14em;
  font-weight: 700;
  margin-bottom: 0.75rem;
}

.page-home .hp-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
}

.page-home .hp-hero__media {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.page-home .hp-hero__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.32;
}

.page-home .hp-hero__media::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(10, 14, 23, 0.55), rgba(10, 14, 23, 0.82)), linear-gradient(90deg, rgba(10, 14, 23, 0.72), transparent 72%);
}

.page-home .hp-hero__grid {
  position: absolute;
  inset: 0;
  z-index: 2;
  background-image: linear-gradient(rgba(0, 229, 255, 0.08) 1px, transparent 1px), linear-gradient(90deg, rgba(0, 229, 255, 0.08) 1px, transparent 1px);
  background-size: 48px 48px;
}

.page-home .hp-hero__inner {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 2.25rem;
}

.page-home .hp-hero__copy {
  max-width: 720px;
}

.page-home .hp-hero__copy h1 {
  margin: 0 0 1.25rem;
  font-family: var(--font-display);
  font-size: clamp(2rem, 5.5vw, 3.5rem);
  line-height: 1.12;
  letter-spacing: 0.02em;
  color: var(--color-text);
}

.page-home .hp-hero__lead {
  color: var(--color-dim);
  font-size: 1.06rem;
  max-width: 56ch;
  margin: 0;
}

.page-home .home-countdown {
  margin-block: 2rem;
  padding: 1.15rem 1.25rem;
  background: linear-gradient(120deg, rgba(0, 229, 255, 0.1), rgba(157, 78, 221, 0.14));
  border-left: 3px solid var(--color-lime);
}

.page-home .home-countdown__meta {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  flex-wrap: wrap;
  margin-bottom: 0.6rem;
}

.page-home .home-countdown__demo {
  background: var(--color-warm);
  color: var(--color-ink);
  font-weight: 800;
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  padding: 0.15rem 0.5rem;
}

.page-home .home-countdown__next {
  color: var(--color-text);
  font-weight: 700;
  font-size: 0.86rem;
}

.page-home .home-countdown__label {
  margin: 0 0 0.6rem;
  color: var(--color-dim);
  font-size: 0.85rem;
}

.page-home .home-countdown__digits {
  display: flex;
  gap: 0.25rem;
  flex-wrap: wrap;
}

.page-home .home-countdown__digit {
  flex: 1 1 auto;
  min-width: 3.5rem;
  text-align: center;
}

.page-home .home-countdown__digit strong {
  display: block;
  font-family: var(--font-display);
  font-size: clamp(1.8rem, 6vw, 3.2rem);
  line-height: 1.1;
  color: var(--color-lime);
  text-shadow: var(--page-lime-glow);
}

.page-home .home-countdown__digit small {
  color: var(--color-dim);
  font-size: 0.8rem;
}

.page-home .hp-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.75rem;
}

.page-home .hp-hero__actions .site-btn,
.page-home .pc-entry__cta-wrap .site-btn {
  padding: 0.85rem 1.25rem;
  font-weight: 700;
}

.page-home .hp-hero__facts {
  list-style: none;
  padding: 0;
  margin: 1.5rem 0 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem 1.25rem;
  color: var(--color-dim);
  font-size: 0.9rem;
}

.page-home .hp-hero__facts li::before {
  content: "//";
  margin-right: 0.4rem;
  color: var(--color-purple);
  font-weight: 700;
}

.page-home .hp-hero__panel {
  min-width: 0;
}

.page-home .region-switch {
  position: relative;
  padding: 1.35rem;
  background: linear-gradient(145deg, rgba(19, 26, 42, 0.92), rgba(10, 14, 23, 0.88));
  border: 1px solid var(--page-grid-line);
}

.page-home .region-switch__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.page-home .region-switch__input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  margin: 0;
}

.page-home .region-switch__nav {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.5rem;
  margin-top: 1rem;
}

.page-home .region-switch__nav label {
  min-width: 0;
  text-align: center;
  padding: 0.65rem 0.35rem;
  border: 1px solid var(--color-purple);
  background: rgba(157, 78, 221, 0.12);
  color: var(--color-text);
  font-weight: 700;
  font-size: 0.9rem;
  cursor: pointer;
  transition: background 0.15s, color 0.15s, border-color 0.15s;
}

.page-home #home-region-cn:checked ~ .region-switch__nav label[for="home-region-cn"],
.page-home #home-region-asia:checked ~ .region-switch__nav label[for="home-region-asia"],
.page-home #home-region-eu:checked ~ .region-switch__nav label[for="home-region-eu"] {
  background: var(--color-cyan);
  border-color: var(--color-cyan);
  color: var(--color-ink);
}

.page-home #home-region-cn:focus-visible ~ .region-switch__nav label[for="home-region-cn"],
.page-home #home-region-asia:focus-visible ~ .region-switch__nav label[for="home-region-asia"],
.page-home #home-region-eu:focus-visible ~ .region-switch__nav label[for="home-region-eu"] {
  outline: 2px solid var(--color-cyan);
  outline-offset: 2px;
}

.page-home .region-switch__panels {
  margin-top: 1.25rem;
  border-top: 1px solid var(--page-grid-line);
  padding-top: 0.25rem;
  min-width: 0;
}

.page-home .region-panel {
  display: none;
  padding-top: 0.75rem;
  min-width: 0;
}

.page-home #home-region-cn:checked ~ .region-switch__panels .region-panel--cn,
.page-home #home-region-asia:checked ~ .region-switch__panels .region-panel--asia,
.page-home #home-region-eu:checked ~ .region-switch__panels .region-panel--eu {
  display: block;
  animation: page-panel-in 0.2s ease;
}

@keyframes page-panel-in {
  from {
    opacity: 0;
    transform: translateY(6px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

.page-home .region-panel__title {
  margin: 0 0 0.75rem;
  font-family: var(--font-display);
  font-size: 1rem;
  font-weight: 700;
  color: var(--color-text);
}

.page-home .region-panel__list {
  list-style: none;
  margin: 0;
  padding: 0 0 0.5rem;
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(150px, 1fr);
  gap: 0.75rem;
  overflow-x: auto;
  scrollbar-width: thin;
}

.page-home .region-panel__list li {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  padding: 0.85rem;
  background: rgba(10, 14, 23, 0.5);
  border: 1px solid rgba(139, 155, 180, 0.25);
}

.page-home .region-panel__list span {
  color: var(--color-cyan);
  font-weight: 700;
  font-size: 0.88rem;
}

.page-home .region-panel__list strong {
  color: var(--color-text);
  font-weight: 600;
  font-size: 0.88rem;
}

.page-home .region-panel a {
  display: inline-block;
  margin-top: 0.85rem;
  color: var(--color-cyan);
  font-weight: 700;
}

.page-home .pc-entry {
  background: var(--color-bg);
}

.page-home .pc-entry .site-grid {
  align-items: center;
}

.page-home .pc-entry__content {
  order: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-width: 0;
}

.page-home .pc-entry__visual {
  order: 2;
  min-width: 0;
}

.page-home .pc-entry__content h2,
.page-home .kills-stats__content h2,
.page-home .compat-list__content h2 {
  margin: 0 0 1rem;
  font-family: var(--font-display);
  font-size: clamp(1.6rem, 3vw, 2.4rem);
  line-height: 1.25;
  letter-spacing: 0.01em;
  color: var(--color-text);
}

.page-home .pc-entry__content > p:not(.pc-entry__version) {
  color: var(--color-dim);
  margin: 0 0 1rem;
  max-width: 56ch;
}

.page-home .pc-entry__version {
  font-family: var(--font-display);
  font-size: 1.4rem;
  color: var(--color-cyan);
  letter-spacing: 0.06em;
  text-shadow: 0 0 14px rgba(0, 229, 255, 0.4);
  padding: 0.75rem 1rem;
  border: 1px solid rgba(0, 229, 255, 0.35);
  display: inline-block;
  margin: 0.25rem 0 1.25rem;
}

.page-home .pc-entry__points {
  list-style: none;
  margin: 0 0 1.5rem;
  padding: 0;
  display: grid;
  gap: 0.6rem;
  color: var(--color-dim);
}

.page-home .pc-entry__points li {
  position: relative;
  padding-left: 1.4rem;
}

.page-home .pc-entry__points li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.5rem;
  width: 8px;
  height: 8px;
  background: var(--color-cyan);
  transform: rotate(45deg);
}

.page-home .pc-entry__cta-wrap {
  position: relative;
  display: inline-block;
  overflow: hidden;
  vertical-align: top;
}

.page-home .pc-entry__cta-wrap::after {
  content: "";
  position: absolute;
  top: -25%;
  bottom: -25%;
  left: -80%;
  width: 40%;
  background: linear-gradient(90deg, transparent, var(--page-scan), transparent);
  transform: skewX(-24deg) translateX(-120%);
  transition: transform 0.4s ease;
  pointer-events: none;
}

.page-home .pc-entry__cta-wrap:hover::after,
.page-home .pc-entry__cta-wrap:focus-within::after {
  transform: skewX(-24deg) translateX(560%);
}

.page-home .pc-entry__note {
  margin-top: 1rem;
  color: var(--color-dim);
}

.page-home .pc-entry__note a {
  color: var(--color-cyan);
  font-weight: 700;
}

.page-home .pc-entry__visual img,
.page-home .kills-stats__visual img,
.page-home .compat-list__visual img {
  max-width: 100%;
  height: auto;
  display: block;
}

.page-home .pc-entry__visual {
  position: relative;
}

.page-home .pc-entry__visual img {
  border: 1px solid rgba(0, 229, 255, 0.35);
  background: var(--color-panel);
}

.page-home .pc-entry__visual::after {
  content: "";
  position: absolute;
  inset: -18px -18px auto auto;
  width: 120px;
  height: 120px;
  border-top: 2px solid var(--color-purple);
  border-right: 2px solid var(--color-purple);
  pointer-events: none;
}

.page-home .kills-stats {
  position: relative;
  overflow: hidden;
  background: var(--color-panel);
}

.page-home .kills-stats::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 68%;
  height: 4px;
  background: linear-gradient(90deg, var(--color-cyan), var(--color-purple), transparent);
  pointer-events: none;
}

.page-home .kills-stats__grid,
.page-home .compat-list__grid {
  align-items: center;
}

.page-home .kills-stats__content {
  min-width: 0;
}

.page-home .kills-stats__content > p {
  color: var(--color-dim);
  margin: 0 0 1.25rem;
  max-width: 56ch;
}

.page-home .kills-stats__metrics {
  list-style: none;
  padding: 0;
  margin: 1.5rem 0 2rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.5rem 0.75rem;
}

.page-home .kills-stats__metrics span {
  display: block;
  font-family: var(--font-display);
  font-size: clamp(1.75rem, 4vw, 2.6rem);
  line-height: 1.2;
  color: var(--color-lime);
  text-shadow: var(--page-lime-glow);
}

.page-home .kills-stats__metrics em {
  font-style: normal;
  color: var(--color-dim);
  font-size: 0.9rem;
}

.page-home .kills-stats__visual {
  margin-top: 2rem;
  min-width: 0;
}

.page-home .kills-stats__visual img {
  border: 1px solid rgba(157, 78, 221, 0.4);
}

.page-home .compat-list {
  background: var(--color-bg);
}

.page-home .compat-list__content {
  min-width: 0;
}

.page-home .compat-list__content > p:not(.compat-list__version) {
  color: var(--color-dim);
  margin: 0 0 1rem;
  max-width: 56ch;
}

.page-home .compat-list__version {
  display: inline-block;
  margin-bottom: 1.25rem;
  font-family: var(--font-display);
  font-size: 1.35rem;
  letter-spacing: 0.06em;
  color: var(--color-purple);
  border-bottom: 2px solid var(--color-purple);
  padding-bottom: 0.35rem;
}

.page-home .compat-list__panel {
  margin-top: 1.25rem;
}

.page-home .compat-item {
  background: rgba(19, 26, 42, 0.6);
  border: 1px solid rgba(157, 78, 221, 0.35);
  border-left: 3px solid var(--color-purple);
  margin-top: 0.85rem;
}

.page-home .compat-item summary {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.95rem 1rem;
  cursor: pointer;
  font-weight: 700;
  color: var(--color-text);
}

.page-home .compat-item summary::-webkit-details-marker {
  display: none;
}

.page-home .compat-item summary::before {
  content: "+";
  flex: 0 0 1.3rem;
  width: 1.3rem;
  height: 1.3rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--color-cyan);
  color: var(--color-cyan);
  font-weight: 800;
}

.page-home .compat-item[open] summary::before {
  content: "–";
}

.page-home .compat-item p {
  margin: 0;
  padding: 0 1rem 1rem 2.75rem;
  color: var(--color-dim);
}

.page-home .compat-list__visual {
  margin-top: 2rem;
  min-width: 0;
}

.page-home .compat-list__visual img {
  border: 1px solid rgba(0, 229, 255, 0.3);
}

.page-home .home-news {
  background: var(--color-panel);
  border-top: 1px solid rgba(157, 78, 221, 0.3);
}

.page-home .home-news__head {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  gap: 1rem;
  margin-bottom: 2rem;
}

.page-home .home-news__head h2 {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(1.6rem, 3vw, 2.25rem);
  color: var(--color-text);
}

.page-home .home-news__head a {
  color: var(--color-cyan);
  font-weight: 700;
}

.page-home .home-news__list {
  display: grid;
  gap: 2rem;
  max-width: 980px;
}

.page-home .news-item {
  position: relative;
  padding-left: 1.5rem;
}

.page-home .news-item::before {
  content: "";
  position: absolute;
  top: 0.85rem;
  left: 0;
  width: 0.55rem;
  height: 0.55rem;
  background: var(--color-cyan);
  transform: rotate(45deg);
}

.page-home .news-item::after {
  content: "";
  position: absolute;
  top: 1.35rem;
  bottom: -1rem;
  left: 0.22rem;
  width: 1px;
  background: linear-gradient(180deg, var(--color-cyan), transparent);
}

.page-home .news-item:last-child::after {
  display: none;
}

.page-home .news-item__tag {
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  color: var(--color-lime);
}

.page-home .news-item h3 {
  margin: 0.5rem 0 0.35rem;
  font-size: 1.1rem;
  line-height: 1.4;
}

.page-home .news-item h3 a {
  color: var(--color-text);
  text-decoration: none;
}

.page-home .news-item h3 a:hover {
  color: var(--color-cyan);
}

.page-home .news-item p {
  margin: 0;
  color: var(--color-dim);
}

.page-home .home-trust {
  background: var(--color-warm);
  color: var(--color-ink);
}

.page-home .home-trust .site-kicker {
  color: var(--color-ink);
  opacity: 0.8;
}

.page-home .home-trust h2 {
  margin: 0 0 1rem;
  font-family: var(--font-display);
  font-size: clamp(1.5rem, 3vw, 2.25rem);
  line-height: 1.25;
  color: var(--color-ink);
}

.page-home .home-trust p {
  color: var(--color-ink);
  opacity: 0.85;
}

.page-home .home-trust a {
  color: var(--color-ink);
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 2px 0 currentColor;
}

.page-home .home-trust a:hover {
  box-shadow: none;
}

.page-home .home-trust__card {
  margin-top: 2rem;
  padding: 1.5rem;
  background: rgba(11, 8, 18, 0.08);
  border-left: 4px solid var(--color-ink);
}

.page-home .home-trust__card h3 {
  margin-top: 0;
  font-size: 1.15rem;
}

@media (min-width: 960px) {
  .page-home .hp-hero__inner {
    grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
    gap: clamp(2.5rem, 5vw, 5rem);
    align-items: start;
  }

  .page-home .hp-hero {
    min-height: min(860px, 100vh);
    display: flex;
    align-items: center;
  }

  .page-home .pc-entry__content {
    order: 2;
  }

  .page-home .pc-entry__visual {
    order: 1;
  }

  .page-home .kills-stats__visual,
  .page-home .compat-list__visual {
    margin-top: 0;
  }

  .page-home .home-trust__grid {
    align-items: center;
  }

  .page-home .home-trust__card {
    margin-top: 0;
  }
}
