.mrr-cta {
  position: relative;
  background: linear-gradient(120deg, var(--mrr-blue-900), var(--mrr-blue-700));
  overflow: hidden;
  padding: 80px 0;
}

.mrr-cta .mrr-motif-ring:nth-of-type(1) { width: 300px; height: 300px; left: -100px; bottom: -120px; border-color: rgba(255,255,255,0.14); }
.mrr-cta .mrr-motif-ring:nth-of-type(2) { width: 160px; height: 160px; right: 8%; top: -60px; border-color: rgba(201,162,39,0.4); }

.mrr-cta h2 {
  font-family: var(--mrr-font-display);
  color: #fff;
  font-size: 36px;
  margin-bottom: 14px;
}
.mrr-cta p {
  font-family: var(--mrr-font-body);
  color: rgba(255,255,255,0.82);
  font-size: 16px;
  max-width: 520px;
  margin-bottom: 0;
  line-height: 1.8;
}

.mrr-cta .mrr-cta-actions { display: flex; gap: 16px; flex-wrap: wrap; }

@media (max-width: 767.98px) {
  .mrr-cta h2 { font-size: 27px; }
  .mrr-cta .text-lg-end { text-align: left !important; margin-top: 26px; }
}
