/**
 * CLS stability overrides – loaded synchronously after main.css
 */
.site-header {
  min-height: var(--site-header-main-h-mobile, 68px);
}

@media (min-width: 992px) {
  .site-header {
    min-height: calc(var(--site-header-top-h, 40px) + var(--site-header-main-h, 72px));
  }
}

.site-header-logo {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  min-height: 44px;
  min-width: 132px;
}

.header-cta-trial {
  min-height: 40px;
  min-width: 108px;
  white-space: nowrap;
}

.site-nav ul li a.nav-active::after,
.site-nav ul li a.active::after {
  content: "";
  position: absolute;
  bottom: 4px;
  left: 50%;
  transform: translateX(-50%);
  width: 18px;
  height: 2px;
  border-radius: 2px;
  background: var(--site-nav-active, #ffb302);
}

.home-hero__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.page-home {
  padding-bottom: 0;
}

@media (max-width: 767.98px) {
  .mobile-sticky-cta {
    display: flex;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 997;
    min-height: 66px;
    background: #fff;
    border-top: 1px solid #e8ecf4;
    box-shadow: 0 -4px 24px rgba(0, 0, 0, 0.1);
    padding: 10px 12px;
    gap: 10px;
  }
}

.mobile-sticky-cta {
  display: none;
}

.fa,
.fas,
.far,
.fal,
.fab,
.fa-solid,
.fa-light,
.fa-brands {
  display: inline-block;
  width: 1em;
  min-width: 1em;
  line-height: 1;
  text-align: center;
  vertical-align: -0.125em;
}

.back-to-top-wrapper {
  position: fixed !important;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(8px);
  transition: opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease;
}

.back-to-top-wrapper.back-to-top-btn-show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
  bottom: auto;
}

.page-home .back-to-top-wrapper {
  bottom: calc(max(24px, env(safe-area-inset-bottom, 0px)) + 124px);
}

.floating-contact {
  position: fixed !important;
  contain: layout style;
}

.floating-contact.is-hidden {
  opacity: 0;
  pointer-events: none;
  transform: translateY(12px);
}

.home-pricing-card__price-meta [hidden],
.home-pricing-card__saving[hidden] {
  display: none !important;
}

/* Disable layout-affecting entrance animations above the fold */
.home-hero *,
.site-header *,
.home-pricing *,
.home-pricing-card {
  animation-name: none !important;
}

.wow,
[data-wow-delay],
.animate__animated {
  visibility: visible !important;
  animation: none !important;
}
