.final-cta {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  color: #2e2e2e;
  background: #fff;
  overflow-x: hidden;
}

.btn-cta-dark {
      background: #020b0f;
      color: #fff;
      border-radius: 50px;
      padding: 12px 16px 12px 24px;
      font-size: 18px;
      font-weight: 600;
      display: inline-flex;
      align-items: center;
      gap: 24px;
      white-space: nowrap;
      text-decoration: none;
      border: none;
    }

.btn-cta-dark:hover { background: #1a2630; color: #fff; }
 
.final-actions{
  margin: 68px 0;
  padding-top: 32px;
} 
@media (max-width: 991px) { .final-actions { margin: 40px 0; } }

.body-18 { font-size: 18px; line-height: 24px; color: #2e2e2e; }

.body-16 { font-size: 16px; line-height: 24px; color: #666; }

.final-cta-section { padding: 120px 0 88px; position: relative;}

@media (max-width: 991px) { .final-cta-section { padding: 80px 0; } }

.final-cta-title {
      font-family: 'Roboto Flex', sans-serif;
      font-weight: 700;
      font-size: 40px;
      color: #000;
      text-align: center;
      line-height: 1.2;
      font-variation-settings: "GRAD" 0, "XOPQ" 96, "XTRA" 468, "YOPQ" 79,
        "YTAS" 750, "YTDE" -203, "YTFI" 738, "YTLC" 514, "YTUC" 712, "wdth" 112;
    }

@media (max-width: 575px) { .final-cta-title { font-size: 28px; } }



.circle-final{
height: 300px;
    overflow: hidden;
    text-align: center;
    position: absolute;
    left: 50%;
    top: -30px;
    transform: translate(-50%, 0);
}
.circle-final .circle-gradient{
  width: 994px;
  height: 994px;
  background: linear-gradient(316deg, rgba(159, 204, 250, 0.40) -0.38%, rgba(9, 116, 241, 0.40) 88.88%); 
  border-radius: 994px;
  margin: auto;
}
