/* ==========================================================================
   Section: CTA Banner
   ADVANCE v2
   ========================================================================== */

.s-cta-banner {
  text-align: center;
  padding: clamp(40px, 6vw, 80px) 20px;
}

.s-cta-banner__catch {
  font-weight: var(--font-weight-heading);
  font-size: clamp(1.3rem, 2.5vw, 2rem);
  line-height: 1.4;
  color: var(--color-text);
  margin-bottom: 0.5em;
}

/* When on bg image, text is white */
.s-section--bg-image .s-cta-banner__catch {
  color: #fff;
}

.s-cta-banner__text {
  font-size: 1rem;
  line-height: 1.8;
  color: var(--color-text-light);
  max-width: 640px;
  margin: 0 auto 1.5em;
}

.s-section--bg-image .s-cta-banner__text {
  color: rgba(255, 255, 255, 0.9);
}

.s-cta-banner__phone {
  font-size: clamp(1.5rem, 3vw, 2.2rem);
  font-weight: 900;
  color: var(--color-primary);
  margin-bottom: 0.3em;
  letter-spacing: 0.02em;
}

.s-section--bg-image .s-cta-banner__phone {
  color: #fff;
}

.s-cta-banner__phone-note {
  font-size: 0.85rem;
  color: var(--color-text-light);
}

.s-section--bg-image .s-cta-banner__phone-note {
  color: rgba(255, 255, 255, 0.8);
}

/* ---------- Responsive ---------- */
@media (max-width: 767px) {
  .s-cta-banner__phone {
    display: block;
  }

  .s-cta-banner__phone a {
    color: inherit;
    text-decoration: none;
  }
}
