body {
  background: #f8f9fa;
}

main {
  overflow-x: hidden;
}

section {
  padding: 5.5rem 0;
}

@media (max-width: 767.98px) {
  section {
    padding: 4rem 0;
  }
}

.navbar-brand {
  padding-top: 0.1rem;
}

.navbar-dark .navbar-nav .nav-link,
.navbar-dark .navbar-nav .nav-item > a,
.navbar-dark .navbar-text,
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.92);
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-item > a:hover,
.navbar-dark .navbar-nav .nav-item > a:focus {
  color: rgba(255, 255, 255, 1);
}

.logo.logo-sm {
  height: 1.6875rem;
  width: auto;
}

.demo-btn {
  border: 1px solid #fff;
  border-radius: 4px;
  padding: 0.4rem 0.8rem;
  margin: 0 0 0 0.3rem;
}

.section-intro {
  margin-bottom: 2rem;
}

@media (min-width: 576px) {
  .section-intro {
    margin-bottom: 3.5rem;
  }
}

.row.align-items-center .section-intro {
  margin-bottom: 0;
}

@media (max-width: 575.98px) {
  .row.align-items-center .section-intro {
    margin-bottom: 1.5rem;
  }

  .display-3 {
    font-size: 2.5rem;
    line-height: 3rem;
  }

  .display-4 {
    font-size: 2rem;
    line-height: 2.75rem;
  }

  .display-5 {
    font-size: 1.5rem;
    line-height: 2.2rem;
  }
}

.display-1,
.display-2,
.display-3,
.display-4,
.display-5,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  display: block;
  color: #212529;
}

.display-3,
.display-4,
.display-5 {
  margin-bottom: 1.5rem;
}

.display-3 {
  font-size: 3.25rem;
  line-height: 4rem;
}

.display-4 {
  font-size: 2.5rem;
  line-height: 3.15rem;
}

.display-5 {
  font-size: 2rem;
  line-height: 2.65rem;
  font-weight: 300;
}

.lead {
  display: block;
  max-width: 40rem;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.125rem;
  line-height: 1.8;
}

.text-md-left .lead {
  margin-left: 0;
  margin-right: 0;
}

.btn-lg {
  font-size: 0.95rem;
  padding: 0.75rem 1.15rem;
}

.integrations {
  align-content: center;
  row-gap: 1rem;
  margin-top: 2rem !important;
}

.integrations [class*='col-'] {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 76px;
  padding-bottom: 0.25rem;
}

.integrations img {
  max-height: 66px;
  max-width: 172px;
  width: auto;
  object-fit: contain;
}

.integrations img.livekit-logo {
  max-height: 60px;
  max-width: 160px;
}

.navbar-dark .dropdown-menu {
  margin-top: 0.5rem;
  border: 0;
  border-radius: 0.5rem;
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.18);
  min-width: 13rem;
}

.navbar-dark .dropdown-item {
  color: #212529;
  font-weight: 400;
}

.navbar-dark .dropdown-item:hover,
.navbar-dark .dropdown-item:focus {
  background: rgba(40, 167, 69, 0.08);
  color: #212529;
}

.integration-page {
  background: #f8f9fa;
}

.integration-page-hero {
  padding-bottom: 2rem;
}

.integration-page-summary {
  max-width: 48rem;
  margin-left: 0;
  margin-right: 0;
}

.integration-intro-copy {
  max-width: 36rem;
  line-height: 1.8;
  color: #495057;
}

.integration-hero-panel {
  padding: 2rem;
  border-radius: 0.75rem;
  background: #ffffff;
  color: #212529;
  border: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 0 18px 36px rgba(15, 23, 42, 0.08);
}

.integration-hero-panel h3 {
  color: #212529;
  margin-bottom: 1rem;
}

.integration-platform-logo {
  display: block;
  max-height: 52px;
  max-width: 180px;
  width: auto;
  margin-bottom: 1rem;
  object-fit: contain;
}

.integration-hero-chip {
  display: inline-block;
  margin-bottom: 1rem;
  padding: 0.35rem 0.7rem;
  border-radius: 999px;
  background: rgba(40, 167, 69, 0.1);
  color: #218838;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.integration-hero-list {
  margin: 0;
  padding-left: 1.2rem;
}

.integration-hero-list li {
  margin-bottom: 0.6rem;
  line-height: 1.7;
}

.integration-page-card {
  border: 1px solid rgba(0, 0, 0, 0.06);
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.08);
}

.integration-steps {
  margin: 0 0 1.5rem;
  padding-left: 1.2rem;
}

.integration-steps li {
  margin-bottom: 0.65rem;
  line-height: 1.7;
}

.integration-code-wrap {
  overflow: hidden;
  border-radius: 0.5rem;
  background: #0f172a;
}

.integration-code-header {
  padding: 0.75rem 1rem;
  background: #111827;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.85rem;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.integration-code {
  margin: 0;
  padding: 1rem;
  color: #e2e8f0;
  font-size: 0.92rem;
  line-height: 1.6;
  white-space: pre-wrap;
}

.integration-footnote {
  margin-top: 1rem;
  color: #6c757d;
}

.feature-list li {
  margin-bottom: 5.5rem;
}

.feature-list li:last-child {
  margin-bottom: 0;
}

.feature-list h5 {
  font-size: 1.35rem;
  margin-bottom: 1rem;
}

.feature-list p {
  max-width: 30rem;
  line-height: 1.8;
}

#contact .card,
#managed-services .lead,
#about .lead {
  text-align: left;
}

#about article,
#managed-services .row,
#contact .row {
  margin-top: 1.5rem;
}

#contact .card-body,
#managed-services .col-12,
#about .col-12 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

#contact .card {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

#contact .section-intro .lead,
#managed-services .section-intro .lead,
#about .section-intro .lead {
  text-align: center;
}

.hero-section {
  padding-top: 4.5rem;
}

.hero-copy {
  padding-right: 1.5rem;
}

.hero-image-wrap img {
  border-radius: 0.5rem;
}

@media (max-width: 767.98px) {
  .hero-copy {
    padding-right: 0;
  }

  .hero-image-wrap {
    margin-top: 1rem;
  }
}

footer.footer-short {
  margin-top: 1rem;
  padding-top: 0.5rem;
}

#hubspot-form iframe {
  width: 100% !important;
}
