.home .qt-site-main {
  background: linear-gradient(180deg, #f8fbff 0%, #ffffff 100%);
}

.home .home-hero {
  position: relative;
  overflow: hidden;
  min-height: 88vh;
  background:
    radial-gradient(circle at 14% 12%, rgb(20 240 181 / 12%) 0%, transparent 34%),
    radial-gradient(circle at 88% 20%, rgb(0 61 255 / 22%) 0%, transparent 38%),
    linear-gradient(180deg, #060d24 0%, #0c1d4b 58%, #12306f 100%);
}

.home .home-hero__layer {
  position: absolute;
  border-radius: 999px;
  filter: blur(2px);
  pointer-events: none;
  opacity: 0.9;
}

.home .home-hero__layer--blue {
  width: 520px;
  height: 520px;
  top: -120px;
  right: -120px;
  background: radial-gradient(circle at center, rgb(0 117 255 / 24%) 0%, transparent 70%);
}

.home .home-hero__layer--green {
  width: 300px;
  height: 300px;
  bottom: 20px;
  left: 8%;
  background: radial-gradient(circle at center, rgb(20 240 181 / 20%) 0%, transparent 72%);
}

.home .home-hero__inner {
  position: relative;
  z-index: 2;
}

.home .home-hero .hero__grid {
  gap: clamp(0.9rem, 2vw, 1.6rem);
}

.home .home-hero .hero__title {
  line-height: 1.1;
  margin-bottom: 1rem;
  max-width: 19ch;
}

.home .home-hero .hero__subtitle {
  margin-bottom: 1.8rem;
  max-width: 58ch;
}

.home .text-gradient {
  background: linear-gradient(90deg, #14f0b5 0%, #69ffdd 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.home .hero__ctas {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

.home .qt-hero-btn-primary .wp-block-button__link {
  box-shadow: 0 4px 14px rgb(0 61 255 / 35%);
}

.home .qt-hero-btn-secondary .wp-block-button__link {
  border-color: rgb(255 255 255 / 30%);
  color: #ffffff;
}

.home .qt-hero-btn-secondary .wp-block-button__link:hover {
  border-color: #ffffff;
  color: #ffffff;
  background: rgb(255 255 255 / 10%);
}

.home .hero + .qt-section {
  padding-top: clamp(2rem, 5vw, 3.5rem);
}

.home .card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.2rem;
}

.home .service-card {
  min-height: 100%;
}

.home .proof-wall {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.8rem;
}

.home .proof-tile {
  border-radius: 14px;
  border: 1px solid rgb(255 255 255 / 16%);
  padding: 0.95rem;
  background: rgb(255 255 255 / 6%);
}

.home .proof-tile strong {
  display: block;
  color: #ffffff;
  font-size: 1.8rem;
  line-height: 1;
}

.home .proof-tile span {
  display: block;
  margin-top: 0.4rem;
  color: rgb(255 255 255 / 76%);
  font-size: 0.82rem;
}

.home .proof-tile--ecosystems {
  grid-column: 1 / -1;
}

.home .ecosystem-note {
  margin: 0 0 0.8rem;
  color: rgb(255 255 255 / 76%);
  font-size: 0.82rem;
  text-align: center;
}

.home .ecosystem-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.66rem;
  max-width: 520px;
  margin-inline: auto;
}

.home .ecosystem-item {
  text-align: center;
  background: transparent;
  border: 0;
  padding: 0;
}

.home .ecosystem-item__icon {
  width: 56px;
  height: 56px;
  margin: 0 auto;
  border-radius: 10px;
  border: 1px solid rgb(255 255 255 / 24%);
  background: rgb(255 255 255 / 11%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 1rem;
  font-weight: 700;
}

.home .ecosystem-item__label {
  margin-top: 0.38rem;
  color: rgb(255 255 255 / 78%);
  font-size: 0.72rem;
  line-height: 1.15;
  text-align: center;
}

.home .whyus-section {
  background: #f3f6fc;
}

.home .whyus-stack {
  display: grid;
  gap: 0.85rem;
}

.home .whyus-card {
  border: 1px solid #d8e2f5;
  border-radius: 14px;
}

.home .home-testimonials-section {
  background: linear-gradient(180deg, #f8faff 0%, #f2f6ff 100%);
}

.home .home-tm-head {
  margin-bottom: 1rem;
}

.home .home-tm-controls {
  display: inline-flex;
  gap: 0.5rem;
}

.home .home-tm-arrow {
  border: 1px solid #c9d8fc;
  border-radius: 11px;
  background: #ffffff;
  color: #1f4bde;
  padding: 0.5rem 0.75rem;
}

.home .home-tm-track-wrap {
  overflow: hidden;
}

.home .home-tm-track {
  display: flex;
  gap: 0.8rem;
  transition: transform 320ms ease;
}

.home .home-tm-card {
  min-width: calc((100% - 2.4rem) / 4);
  min-height: 260px;
  border-radius: 12px;
  border: 1px solid #e5edff;
  background: #f8fbff;
  padding: 0.95rem;
}

.home .home-tm-dots {
  display: flex;
  justify-content: center;
  gap: 0.4rem;
  margin-top: 1rem;
}

.home .home-tm-dots button {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  border: 0;
  background: #c6d7ff;
}

.home .home-tm-dots button.is-active {
  background: #003dff;
}

.home .final-cta-section p {
  max-width: 54ch;
  margin-inline: auto;
}

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

  .home .ecosystem-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .home .home-tm-card {
    min-width: calc((100% - 0.8rem) / 2);
  }
}

@media (max-width: 768px) {
  .home .card-grid,
  .home .proof-wall {
    grid-template-columns: 1fr;
  }

  .home .ecosystem-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home .hero__visual {
    display: none;
  }

  .home .home-tm-card {
    min-width: 100%;
  }
}
