/*
  CRO section-level booking CTA injected site-wide.
*/

.cov-cro-section-cta {
  margin-top: clamp(16px, 2.2vw, 26px);
  display: flex;
  justify-content: center;
}

.cov-cro-section-cta__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 46px;
  padding: 0 22px;
  border-radius: 999px;
  border: 1px solid #1d4ed8;
  background: linear-gradient(145deg, #3270ff, #2659d6);
  color: #fff;
  font-family: "Poppins", "Segoe UI", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  box-shadow: 0 10px 24px rgba(14, 36, 86, 0.2);
}

.cov-cro-section-cta__button:hover,
.cov-cro-section-cta__button:focus-visible {
  outline: none;
  background: linear-gradient(145deg, #3a78ff, #2c65e2);
  color: #fff;
}

.dark-section .cov-cro-section-cta__button {
  border-color: rgba(147, 197, 253, 0.7);
  background: linear-gradient(145deg, #1e40af, #1d4ed8);
}

@media (max-width: 760px) {
  .cov-cro-section-cta__button {
    width: 100%;
    max-width: 320px;
  }
}
