/**
 * Novixa production utilities — accessibility & consent (no layout overrides).
 */
.novixa-skip-link {
  position: absolute;
  left: -9999px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
  z-index: 10000;
  padding: 12px 16px;
  background: #1e293b;
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
  font-weight: 600;
}

.novixa-skip-link:focus {
  left: 16px;
  top: 16px;
  width: auto;
  height: auto;
  overflow: visible;
  outline: 3px solid #8cb369;
  outline-offset: 2px;
}

:focus-visible {
  outline: 2px solid #8cb369;
  outline-offset: 2px;
}

.novixa-consent-banner {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1085;
  background: #1e293b;
  color: #f8fafc;
  padding: 16px 0;
  box-shadow: 0 -4px 24px rgba(0, 0, 0, 0.15);
}

.novixa-consent-banner__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.novixa-consent-banner__text {
  flex: 1 1 280px;
  font-size: 14px;
  line-height: 1.5;
}

.novixa-consent-banner__link {
  color: #8cb369;
  text-decoration: underline;
}

.novixa-consent-banner__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

/* Hero fallback when assets load slowly or Swiper is not ready */
.swiper-slider-hero .slide-bg-image {
  min-height: 100vh;
  background-color: #1e293b;
}

.swiper-slider-hero .swiper-wrapper:empty {
  min-height: 100vh;
  background-color: #1e293b;
}

/* Trust metrics — descriptive copy (not numeric counters) */
.counter-box .trust-metric-value {
  font-size: 15px;
  line-height: 1.6;
}

#pricing .row > [class*="col-lg-3"] {
  display: flex;
}

#pricing .card.h-100 {
  display: grid !important;
  grid-template-rows: 1fr auto;
  height: 100%;
  width: 100%;
  min-height: 100%;
}

#pricing .pricing-card-head {
  display: grid;
  grid-template-rows: auto 1fr auto;
  min-height: 0;
  height: 100%;
}

#pricing .pricing-card-title {
  min-height: 2.75rem;
  line-height: 1.35;
}

#pricing .pricing-card-summary {
  line-height: 1.6;
  min-height: 0;
  align-self: start;
}

#pricing .pricing-card-cta {
  align-self: end;
  width: 100%;
}

#pricing .pricing-card-includes {
  min-height: 18.25rem;
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
