.final-cta-section {
  padding: 20px 0;
  background: var(--bg);
  text-align: center;
}
.final-cta-section__content {
  max-width: 710px;
}
.final-cta-section__badge {
  display: inline-flex;
  margin-bottom: 20px;
  padding: 7px 13px;
  border: 1px solid rgba(201, 124, 135, 0.28);
  border-radius: 999px;
  background: #f5e2e5;
  color: var(--pink-dark);
  font:
    800 0.69rem/1 Montserrat,
    sans-serif;
  letter-spacing: 0.08em;
}
.final-cta-section h2 {
  margin-bottom: 17px;
  font-size: clamp(2rem, 8vw, 3.5rem);
}
.final-cta-section h2 span {
  color: var(--pink-dark);
}
.final-cta-section p:not(.final-cta-section__badge) {
  max-width: 570px;
  margin: 0 auto 25px;
  color: var(--muted);
}
.final-cta-section__reassurance {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 5px;
  margin-top: 20px;
  padding: 10px 13px;
  border: 1px solid rgba(201, 124, 135, 0.25);
  border-radius: 999px;
  background: #f9eaec;
  color: var(--pink-dark);
  font-size: 0.73rem;
  font-weight: 700;
}
.final-cta-section__reassurance b {
  padding: 0 2px;
}
.site-footer {
  padding: 46px 0 28px;
  background: #21191e;
  color: #d7bdc3;
  text-align: center;
}
.site-footer__brand {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
}
.site-footer .brand {
  display: inline-block;
  font-size: 1.3rem;
}
.site-footer__brand p {
  max-width: 360px;
  margin: 0;
  color: #c2aab0;
  font-size: 0.84rem;
  line-height: 1.55;
}
.site-footer__line {
  height: 1px;
  margin: 31px 0 21px;
  background: linear-gradient(90deg, transparent, #8f6873, transparent);
}
.site-footer__copyright {
  margin: 0;
  color: #ae929a;
  font-size: 0.72rem;
}
@media (min-width: 768px) {
  .final-cta-section {
    padding: 98px 0;
  }
  .site-footer__brand {
    flex-direction: row;
    justify-content: space-between;
    gap: 40px;
    text-align: left;
  }
  .site-footer__brand p {
    text-align: right;
  }
}
