.slice-sm {
    padding-bottom: 0px !important;
}

.hero-eyebrow {
  color: rgba(255, 255, 255, 0.78);
  font-size: 1rem;
  letter-spacing: 0.02em;
}

.hero-title {
  font-size: 2.6rem;
  line-height: 1.08;
  font-weight: 500;
  letter-spacing: -0.01em;
}

.hero-subtext {
  color: rgba(255, 255, 255, 0.84);
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

.hero-cta .btn {
  min-width: 200px;
  text-align: center;
}

.hero-pills {
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
  gap: 6px;

}

.hero-pill {
 background: rgba(255, 255, 255, 0.07);
  color: rgba(255, 255, 255, 0.85);
  border: none;
  border-radius: 999px;
  padding: 6px 12px;
  font-size: 0.8rem;
  letter-spacing: 0.02em;
  text-wrap-mode: nowrap;
  display: inline-block;
  width: auto;
  margin-bottom: 5px;
}

.hero-pill:last-child {
  margin-right: 0;
}

.hero-cta {
  margin-top: 0.75rem;
}

  .hero-pills .badge {
    background: rgba(255,255,255,.18);
    color: #fff;
    border: 1px solid rgba(255,255,255,.28);
    font-weight: 600;
  }
  .homepage-panel {
    border-radius: 1rem;
  }
  .homepage-band {
    margin: 10px 0;
    padding:10px;
    background: #f8f9fe;
    border-radius: 1.25rem;
  }
  .homepage-highlight-card {
    border-radius: 1rem;
  }
  @media (min-width: 992px) {
    .homepage-hero-title {
      font-size: 2.8rem;
      line-height: 1.15;
    }
  }
  @media (max-width: 991.98px) {
    .homepage-hero-title {
      font-size: 2.2rem;
      line-height: 1.15;
    }
  }

.hero-support-note {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.95rem;
}
.home-apps-section {
  padding: 1rem;
}

.home-apps-intro {
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
}

.home-feature-card,
.home-use-case-card {
  background: #fff;
}

.home-feature-card .card-body,
.home-use-case-card .card-body {
  padding: 0.75rem;
}

.home-feature-card .icon {
  
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.home-feature-card h4 {
  font-size: 1.2rem;
  line-height: 1.25;
  margin-bottom: 0.75rem;
}

.home-feature-card p {
  font-size: 1rem;
  line-height: 1.7;
}

.eyebrow-text {
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #7a8599;
}

.media-icon {
  width: 24px;
  text-align: center;
  color: #23366f;
  flex: 0 0 24px;
}

.home-use-case-card h3 {
  font-size: 2rem;
  line-height: 1.2;
}

.home-use-case-card h5 {
  font-size: 1.15rem;
}

.home-use-case-note {
  padding-top: 1rem;
}

.home-section-cta {
  justify-content: flex-start;
  margin-top: 20px;
}

.home-section-cta .btn {
  min-width: 190px;
}

@media (max-width: 991.98px) {
  .home-apps-section {
    padding: 2rem;
  }

  .home-section-cta {
    justify-content: center;
  }
}

@media (max-width: 767.98px) {
  .home-apps-section {
    padding: 0.5rem;
  }

  .home-feature-card .card-body,
  .home-use-case-card .card-body {
    padding: 0rem 0.5rem;

  }

  .home-section-cta .btn {
    width: 100%;
    max-width: 280px;
  }
}

@media (max-width: 991.98px) {
  .hero-title {
    font-size: 3.2rem;
  }
}

@media (max-width: 767px) {
  .hero-title {
    font-size: 2.3rem;
    line-height: 1.15;
  }

    .hero-pills {
    justify-content: center;
    gap: 6px;
  }

  .hero-pill {
    padding: 9px 16px;
  }

  .hero-subtext {
    font-size: 1.15rem;
    max-width: 90%;
  }
    .hero-cta {
    flex-direction: column;
  }

  .hero-cta .btn {
    width: 100%;
    max-width: 280px;
  }
}

@media (min-width: 768px) {
  .hero-pills {
    flex-wrap: nowrap;
    justify-content: center;
  }
}