/* =========================================================
   Shared CTA Section
   ========================================================= */

.cta-au {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: max(3vw, 40px) 0;
  text-align: center;
  overflow: hidden;
}

/* .cta-au__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.62);
  z-index: 0;
} */

.cta-au__button {
  margin-top: 0.75rem;
  width: fit-content;
  max-width: 100%;
  white-space: nowrap;
  flex: 0 0 auto;
}

.cta-au__button-icon {
  flex: 0 0 auto;
}

.cta-au__button:hover {
  border: 2px solid var(--primary);
}

.cta-au__inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}

.cta-au__heading {
  font-weight: 700;
  color: #fff;
  font-size: clamp(26px, 2.5vw, 48px);
  line-height: 140%;
  margin: 0;
  max-width: 1350px;
}

.cta-au__desc {
  color: rgba(255, 255, 255, 0.65);
  font-size: clamp(14px, 0.835vw, 16px);
  line-height: 150%;
  margin: 0;
  max-width: 520px;
}

.cta-au__btn {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  background: #ebf441;
  color: #111;
  font-size: 0.95rem;
  font-weight: 700;
  text-decoration: none;
  padding: 0.75rem 1.4rem 0.75rem 1.75rem;
  border-radius: 999px;
  margin-top: 0.25rem;
  transition: background 0.25s, transform 0.2s;
}

.cta-au__btn:hover {
  background: #d8e03a;
  transform: translateY(-2px);
  color: #111;
}

.cta-au__btn-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  background: #111;
  border-radius: 50%;
  flex-shrink: 0;
  transition: background 0.2s;
}

.cta-au__btn-icon svg {
  stroke: #ebf441;
}

.cta-au__btn:hover .cta-au__btn-icon {
  background: #000;
}

.cta-au__trusted-label {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 1300px;
  margin: 2.5rem auto 0;
  color: rgba(255, 255, 255, 0.45);
  font-size: clamp(14px, 0.835vw, 16px);
  line-height: 150%;
}

.cta-au__trusted-label::before,
.cta-au__trusted-label::after {
  content: "";
  flex: 1;
  height: 1px;
  background: rgba(255, 255, 255, 0.12);
}

.cta-au__trusted-label::before {
  margin-right: 1.5rem;
}

.cta-au__trusted-label::after {
  margin-left: 1.5rem;
}

.cta-au__logos {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin-top: 1.5rem;
  width: 100%;
  max-width: 1300px;
}

.cta-au__logo-item img {
  width: auto;
  object-fit: contain;
  filter: brightness(0) invert(1);
  opacity: 0.55;
  transition: opacity 0.2s;
}

.cta-au__logo-item img:hover {
  opacity: 1;
}

.cta-au__marquee-wrap {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin-top: 1.5rem;
}

.cta-au__marquee-wrap .logo-marquee {
  display: flex;
  overflow: hidden;
  width: 100%;
}

.cta-au__marquee-wrap .logo-track {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-shrink: 0;
  will-change: transform;
}

.cta-au__marquee-wrap .logo-item {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  margin: 0 clamp(0.8rem, 1.8vw, 2rem);
}

.cta-au__marquee-wrap .logo-item img {
  height: clamp(55px, 5vw, 90px);
  width: auto;
  object-fit: contain;
  filter: brightness(0) invert(1);
  opacity: 0.55;
  transition: opacity 0.2s;
  display: block;
}

.cta-au__marquee-wrap .logo-item img:hover {
  opacity: 1;
}
