/* Vertically center nav items so the CTA button aligns with menu links */
.navbar-nav {
  align-items: center;
}

/* Nav CTA button */
.nav-demo-btn {
  background: #00b8d9 !important;
  color: #fff !important;
  border-radius: 4px;
  padding: 6px 18px !important;
  font-weight: 600;
  margin-left: 8px;
  border: none;
}
.nav-demo-btn:hover {
  background: #0096b4 !important;
  color: #fff !important;
}

/* Dropdown styles */
.dropdown-menu {
  border: 1px solid #e8ecf0;
  border-radius: 8px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
  padding: 8px 0;
}
.dropdown-item {
  font-size: 0.9rem;
  padding: 8px 18px;
  color: #444;
}
.dropdown-item:hover {
  background: #f0fbfd;
  color: #00b8d9;
}

/* Integrations strip */
.integrations-strip {
  background: #f8f9fa;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  padding: 40px 0;
  text-align: center;
}
.integrations-strip h3 {
  font-size: 1.4rem;
  color: #1a2332;
  margin-bottom: 10px;
}
.integrations-strip p {
  color: #666;
  margin-bottom: 20px;
}

/* Solution card links */
.solution-learn-more {
  display: inline-block;
  margin-top: 10px;
  font-size: 0.88rem;
  color: #00b8d9;
  text-decoration: none;
  font-weight: 600;
}
.solution-learn-more:hover {
  color: #0096b4;
  text-decoration: underline;
}

/* Fix outline button visibility */
.btn-outline-primary {
  color: #00b8d9 !important;
  border-color: #00b8d9 !important;
}
.btn-outline-primary:hover {
  background-color: #00b8d9 !important;
  color: #fff !important;
}

.btn-primary {
  background-color: #00b8d9 !important;
  border-color: #00b8d9 !important;
}
.btn-primary:hover, .btn-primary:focus {
  background-color: #0096b4 !important;
  border-color: #0096b4 !important;
}

.btn-outline-secondary {
  color: #666 !important;
  border-color: #666 !important;
}
.btn-outline-secondary:hover {
  background-color: #666 !important;
  color: #fff !important;
}

/* ==========================================================================
   Audit fixes — May/June 2026 (hero, eyebrows, FAQ, CTAs, spacing, a11y)
   ========================================================================== */

/* Skip-to-content (a11y) */
.skip-to-content {
  position: absolute;
  left: 8px;
  top: -48px;
  z-index: 2000;
  background: #00b8d9;
  color: #fff;
  padding: 10px 18px;
  border-radius: 4px;
  font-weight: 600;
  transition: top 150ms ease;
}
.skip-to-content:focus {
  top: 8px;
  color: #fff;
  text-decoration: none;
}

/* Visible focus states for keyboard users */
a:focus-visible,
button:focus-visible,
summary:focus-visible,
.btn:focus-visible {
  outline: 3px solid #00b8d9 !important;
  outline-offset: 2px;
  box-shadow: none !important;
}

/* Eyebrow / kicker label above headings */
.eyebrow {
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.72rem;
  font-weight: 700;
  color: #00b8d9;
  margin-bottom: 12px;
}
.eyebrow-inverse {
  color: #fff;
  opacity: 0.85;
}

/* Sentence-case CTAs with subtle lift + arrow affordance */
.btn-lg {
  text-transform: none !important;
  letter-spacing: 0 !important;
  font-size: 1rem !important;
}
.btn-primary {
  box-shadow: 0 4px 12px rgba(0, 184, 217, 0.25) !important;
}
.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0, 184, 217, 0.35) !important;
}

/* Two-column hero */
.hero-split {
  text-align: left;
  padding: 70px 0 60px;
}
.hero-split .hero-box {
  text-align: left;
}
.hero-split .hero-heading {
  font-size: 2.6rem;
  line-height: 1.15;
  letter-spacing: -0.01em;
  margin-bottom: 18px;
}
.hero-split .hero-text {
  margin-bottom: 28px;
  max-width: 34em;
}
.hero-split .hero-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
}
.hero-split .hero-image {
  max-width: 100%;
  height: auto;
  margin: 0;
  border-radius: 10px;
  box-shadow: 0 18px 50px rgba(16, 35, 50, 0.16);
}
@media (max-width: 991px) {
  .hero-split {
    text-align: center;
  }
  .hero-split .hero-box {
    text-align: center;
  }
  .hero-split .hero-cta {
    justify-content: center;
  }
  .hero-split .hero-image {
    margin-top: 36px;
  }
}

/* Headings — slightly larger H2 with tighter tracking, roomier body */
.heading-box .heading {
  font-size: 2.2rem;
  letter-spacing: -0.01em;
}
.heading-box .sub-heading {
  line-height: 1.6;
}

/* Tighter section rhythm + alternating backgrounds */
.pt-100 { padding-top: 76px !important; }
.pb-80 { padding-bottom: 60px !important; }
.pb-100 { padding-bottom: 76px !important; }
.bgcolor3 { background-color: #f8fafb !important; }

/* Native <details> FAQ accordion */
.faq-accordion {
  border-top: 1px solid #e8ecf0;
}
.faq-item {
  border-bottom: 1px solid #e8ecf0;
}
.faq-q {
  list-style: none;
  cursor: pointer;
  padding: 20px 40px 20px 4px;
  position: relative;
  font-size: 1.05rem;
  font-weight: 600;
  color: #1a2332;
}
.faq-q::-webkit-details-marker {
  display: none;
}
.faq-q::after {
  content: "";
  position: absolute;
  right: 8px;
  top: 26px;
  width: 9px;
  height: 9px;
  border-right: 2px solid #00b8d9;
  border-bottom: 2px solid #00b8d9;
  transform: rotate(45deg);
  transition: transform 200ms ease;
}
.faq-item[open] .faq-q::after {
  transform: rotate(-135deg);
}
.faq-a {
  padding: 0 40px 22px 4px;
}
.faq-a p {
  margin: 0;
  color: #555;
  line-height: 1.7;
}
.faq-a a {
  color: #00b8d9;
}

/* Integrations — grouped category chips */
.integrations-strip .integration-groups {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px 28px;
  margin: 22px auto 26px;
  max-width: 920px;
}
.integration-group {
  display: flex;
  align-items: center;
  gap: 8px;
}
.integration-group-label {
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #9aa5b1;
}
.integration-chip {
  display: inline-block;
  background: #fff;
  border: 1px solid #e1e6ea;
  border-radius: 999px;
  padding: 5px 14px;
  font-size: 0.85rem;
  font-weight: 600;
  color: #344;
}
