.page-home .home-hero {
  padding: 48px 0 20px;
}

.page-home .home-hero-grid {
  display: grid;
  grid-template-columns: 1fr 1.05fr;
  gap: 36px;
  align-items: center;
}

.page-home .home-copy h1 {
  margin: 16px 0 14px;
  font-size: clamp(2.4rem, 5vw, 4rem);
  line-height: 1.05;
  letter-spacing: -0.045em;
}

.page-home .home-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 20px;
  padding: 0;
  margin: 26px 0 0;
  list-style: none;
  color: #d4d4d4;
  font-size: 0.88rem;
  font-weight: 500;
}

.page-home .home-trust li {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.page-home .home-visual {
  position: relative;
  min-height: 520px;
  display: grid;
  place-items: center;
}

.page-home .home-circuit {
  position: absolute;
  inset: 8% 0 12%;
  background:
    linear-gradient(rgba(255, 51, 51, 0.09) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 51, 51, 0.09) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: radial-gradient(circle at 55% 45%, #000 18%, transparent 72%);
  opacity: 0.7;
}

.page-home .home-server {
  width: min(100%, 560px);
  position: relative;
  z-index: 1;
  filter: drop-shadow(0 20px 50px rgba(0, 0, 0, 0.55)) drop-shadow(0 0 38px rgba(255, 40, 40, 0.28));
}

.page-home .home-status {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: min(100%, 230px);
  padding: 16px;
  z-index: 3;
  background: rgba(10, 10, 10, 0.86);
  border: 1px solid var(--red-line);
  border-radius: 14px;
  backdrop-filter: blur(16px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.45), 0 0 28px rgba(255, 51, 51, 0.1);
}

.page-home .home-status .card-kicker {
  text-align: left;
  margin-bottom: 12px;
}

.page-home .home-status ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.page-home .home-status li {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  padding: 8px 0;
  border-bottom: 1px solid var(--line);
  color: var(--muted);
  font-size: 0.82rem;
}

.page-home .home-status li:last-of-type {
  border-bottom: 0;
}

.page-home .home-status strong {
  color: #fff;
}

.page-home .home-operational {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 12px 0 0;
  color: #86efac;
  font-size: 0.78rem;
  font-weight: 600;
}

.page-home .home-operational span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #22c55e;
  box-shadow: 0 0 10px #22c55e;
}

.page-home .home-features {
  padding: 28px 0 12px;
  border-top: 1px solid rgba(255, 51, 51, 0.12);
}

.page-home .home-feature-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.page-home .home-feature {
  padding: 20px 18px;
  border: 1px solid var(--red-line);
  border-radius: 14px;
  background: linear-gradient(180deg, #141414, #0c0c0c);
}

.page-home .home-feature h3 {
  margin: 12px 0 6px;
  font-size: 1.02rem;
}

.page-home .home-feature p {
  margin: 0;
  color: var(--muted);
  font-size: 0.88rem;
}

.page-home .home-popular {
  padding: 36px 0 20px;
  border-top: 1px solid rgba(255, 51, 51, 0.12);
}

.page-home .home-popular-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
}

.page-home .home-popular-head h2 {
  margin: 0;
  font-size: 1.45rem;
}

.page-home .home-popular-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 260px;
  gap: 16px;
  align-items: stretch;
}

.page-home .home-program-row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 300px));
  justify-content: center;
  gap: 16px;
}

.page-home .home-start {
  position: relative;
  overflow: hidden;
  padding: 20px;
  border-radius: 14px;
  border: 1px solid var(--red-line);
  background: linear-gradient(180deg, rgba(255, 51, 51, 0.12), #0d0d0d);
}

.page-home .home-start h3 {
  margin: 0 0 8px;
  font-size: 1.2rem;
}

.page-home .home-start p {
  color: var(--muted);
  margin: 0 0 16px;
}

.page-home .home-start-art {
  width: 120px;
  margin-top: 12px;
  margin-left: auto;
  opacity: 0.9;
  filter: drop-shadow(0 0 18px rgba(255, 51, 51, 0.3));
}

.page-home .home-strip {
  padding: 8px 0 28px;
}

.page-home .home-strip-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  padding: 22px 18px;
  border-radius: 16px;
  border: 1px solid var(--red-line);
  background: #0a0a0a;
  text-align: center;
}

.page-home .home-strip-grid strong {
  display: block;
  color: var(--red);
  font-size: 1.6rem;
  letter-spacing: -0.03em;
  text-shadow: 0 0 18px rgba(255, 51, 51, 0.3);
}

.page-home .home-strip-grid span {
  color: var(--muted);
  font-size: 0.85rem;
}

@media (max-width: 1080px) {
  .page-home .home-hero-grid,
  .page-home .home-popular-layout,
  .page-home .home-feature-grid,
  .page-home .home-strip-grid {
    grid-template-columns: 1fr 1fr;
  }

  .page-home .home-status {
    position: relative;
    right: auto;
    top: auto;
    transform: none;
    width: min(100%, 360px);
    margin: 12px auto 0;
  }

  .page-home .home-visual {
    min-height: 0;
  }
}

@media (max-width: 820px) {
  .page-home .home-hero-grid,
  .page-home .home-popular-layout,
  .page-home .home-feature-grid,
  .page-home .home-strip-grid,
  .page-home .home-program-row {
    grid-template-columns: 1fr;
  }

  .page-home .home-popular-head {
    flex-direction: column;
    align-items: flex-start;
  }
}
