/**
 * Bottom-of-page consultation CTAs (site-wide).
 * Load after page <style>; pair with shared-buttons.css + shared-interactions.css.
 */

.apply,
.cs-cta {
  background: #0b0f20;
  padding: 6rem 0 6.5rem;
  text-align: center;
}

.apply .container,
.cs-cta .container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* CTA headlines — slightly smaller on all viewports */
.apply-heading,
.cta-title {
  margin: 0 0 1.1rem;
  font-family: "Fraunces", serif;
  font-weight: 400;
  letter-spacing: -0.03em;
  color: #ffffff;
  font-size: clamp(1.6rem, 2.85vw, 2.05rem) !important;
  line-height: 1.22 !important;
}

.apply-heading-line2,
.cta-title-line2 {
  display: block;
  margin-top: 0.15rem;
  font-family: inherit;
  font-weight: inherit;
  font-style: normal;
  color: inherit;
  line-height: inherit;
}

.apply-subtext,
.apply-note,
.cs-cta-note {
  margin: 1.4rem auto 0;
  font-size: 13px !important;
  line-height: 1.55 !important;
  color: rgba(148, 163, 184, 0.95);
  max-width: 36rem;
}

.what-i-do-cta-headline {
  font-size: clamp(1rem, 2.4vw, 1.125rem) !important;
  line-height: 1.3 !important;
}

@media (max-width: 768px) {
  .apply,
  .cs-cta {
    padding: 5rem 1.5rem 5.25rem;
  }

  .apply-heading,
  .cta-title {
    font-size: clamp(1.45rem, 4.2vw, 1.75rem) !important;
  }

  .what-i-do-cta-headline {
    font-size: 1rem !important;
  }
}
