body.index-v2-page {
  position: relative;
  color: #f8fbff;
}

body.index-v2-page .lava-bg .blob {
  animation-duration: 17s !important;
  animation-timing-function: ease-in-out !important;
  filter: blur(60px) saturate(128%);
  opacity: 0.95;
}

body.index-v2-page .lava-grid {
  opacity: 0.28;
  animation: indexV2GridDrift 18s ease-in-out infinite alternate;
}

@keyframes indexV2GridDrift {
  0% {
    transform: translate3d(0, 0, 0) scale(1);
  }

  100% {
    transform: translate3d(0, -10px, 0) scale(1.015);
  }
}

.index-v2-shell {
  position: relative;
  z-index: 4;
  max-width: 72rem;
  margin: 0 auto;
  padding: 1.5rem 1.15rem 3rem;
}

.index-v2-stack {
  display: grid;
  gap: 1rem;
}

.index-v2-glass {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.085), rgba(255, 255, 255, 0.03));
  border: 1px solid rgba(255, 255, 255, 0.22);
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.14), inset 0 1px 0 rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(12px) saturate(132%);
  -webkit-backdrop-filter: blur(12px) saturate(132%);
  border-radius: 1.55rem;
}

.index-v2-hero,
.index-v2-stats-card,
.index-v2-info-card,
.index-v2-feature-card,
.index-v2-steps-card {
  padding: 1.25rem;
}

.index-v2-hero-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 0.78rem;
}

.index-v2-version {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 4rem;
  padding: 0.44rem 0.84rem;
  border-radius: 999px;
  background: rgba(4, 10, 26, 0.66);
  color: #ffffff;
  font-size: 0.72rem;
  font-weight: 700;
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.index-v2-kicker,
.index-v2-subtitle,
.index-v2-card-copy,
.index-v2-info-copy,
.index-v2-feature-copy,
.index-v2-step-copy,
.index-v2-stat-label {
  color: rgba(247, 251, 255, 0.86);
}

.index-v2-subtitle {
  margin-top: 0.48rem;
}

.index-v2-description {
  margin-top: 1rem;
  color: #ffffff;
  font-size: 0.9rem;
  line-height: 1.8;
  text-shadow: 0 1px 10px rgba(0, 0, 0, 0.18);
}

.index-v2-tag-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.68rem;
  margin-top: 1.05rem;
}

.index-v2-tag {
  display: inline-flex;
  align-items: center;
  gap: 0.44rem;
  padding: 0.68rem 0.96rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.035);
  border: 1px solid rgba(255, 255, 255, 0.16);
  color: rgba(255, 255, 255, 0.92);
  font-size: 0.81rem;
  letter-spacing: 0.01em;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
  cursor: default;
  user-select: none;
}

.index-v2-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.82rem;
  margin-top: 1.28rem;
}

.index-v2-btn,
.index-v2-mini-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  text-decoration: none;
  transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease, background-color 0.24s ease;
}

.index-v2-btn:hover,
.index-v2-mini-link:hover {
  transform: translateY(-2px);
}

.index-v2-btn {
  min-height: 3.25rem;
  padding: 0.94rem 1.15rem;
  border-radius: 999px;
  font-size: 0.84rem;
  font-weight: 700;
  overflow: hidden;
}

.index-v2-btn::after,
.index-v2-mini-link::after {
  content: "";
  position: absolute;
  inset: 1px;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.13), rgba(255, 255, 255, 0.035));
  pointer-events: none;
}

.index-v2-btn--primary {
  color: #111827;
  background: rgba(255, 255, 255, 0.93);
  box-shadow: 0 14px 34px rgba(255, 255, 255, 0.11), 0 0 24px rgba(5, 221, 250, 0.15);
}

.index-v2-btn--primary::before {
  content: "";
  position: absolute;
  inset: -1px;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(135deg, #fc51c9, #05ddfa, #fc51c9);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  animation: indexV2BorderShift 3s linear infinite;
}

.index-v2-btn--secondary,
.index-v2-mini-link {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12), inset 0 1px 0 rgba(255, 255, 255, 0.09);
}

.index-v2-btn--secondary::before,
.index-v2-mini-link::before {
  content: "";
  position: absolute;
  inset: -1px;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(135deg, rgba(252, 81, 201, 0.84), rgba(5, 221, 250, 0.84));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}

@keyframes indexV2BorderShift {
  0% {
    filter: hue-rotate(0deg);
  }

  100% {
    filter: hue-rotate(360deg);
  }
}

.index-v2-mini-links {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.76rem;
  margin-top: 1rem;
}

.index-v2-mini-link {
  min-height: 3rem;
  padding: 0.8rem 0.95rem;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 600;
}

.index-v2-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.8rem;
}

.index-v2-stat {
  padding: 1rem;
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.045);
  border: 1px solid rgba(255, 255, 255, 0.16);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.index-v2-stat:hover,
.index-v2-info:hover,
.index-v2-feature:hover,
.index-v2-step:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.14);
  border-color: rgba(5, 221, 250, 0.24);
}

.index-v2-stat-value {
  font-size: 1.24rem;
  font-weight: 700;
  color: #ffffff;
}

.index-v2-card-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 0.82rem;
}

.index-v2-card-title {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  font-size: 0.96rem;
  font-weight: 700;
  color: #ffffff;
}

.index-v2-card-copy {
  font-size: 0.8rem;
  line-height: 1.72;
}

.index-v2-info-grid,
.index-v2-feature-grid,
.index-v2-step-grid {
  display: grid;
  gap: 0.8rem;
  margin-top: 1rem;
}

.index-v2-info,
.index-v2-feature,
.index-v2-step {
  padding: 1rem;
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.045);
  border: 1px solid rgba(255, 255, 255, 0.16);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.index-v2-feature-head,
.index-v2-step-head {
  display: flex;
  align-items: center;
  gap: 0.7rem;
}

.index-v2-feature-icon,
.index-v2-step-number {
  width: 2.35rem;
  height: 2.35rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.85rem;
  background: rgba(8, 16, 34, 0.58);
  color: #ffffff;
  flex-shrink: 0;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.index-v2-feature-title,
.index-v2-step-title {
  font-size: 0.88rem;
  font-weight: 700;
  color: #ffffff;
}

.index-v2-step-copy,
.index-v2-info-copy,
.index-v2-feature-copy {
  margin-top: 0.68rem;
  color: rgba(247, 251, 255, 0.84);
  font-size: 0.78rem;
  line-height: 1.72;
}

.index-v2-footer {
  margin-top: 2rem;
}

@media (min-width: 920px) {
  .index-v2-info-grid,
  .index-v2-feature-grid,
  .index-v2-step-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1180px) {
  .index-v2-feature-grid,
  .index-v2-step-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .index-v2-shell {
    padding: 1.2rem 1rem 2.6rem;
  }

  .index-v2-hero-top {
    flex-direction: column;
    align-items: flex-start;
  }

  .index-v2-actions {
    grid-template-columns: 1fr;
  }

  .index-v2-mini-links {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .index-v2-stats {
    grid-template-columns: 1fr;
  }

  .index-v2-tag-row {
    gap: 0.58rem;
  }

  .index-v2-tag {
    width: fit-content;
    max-width: 100%;
  }
}
