.cta{padding:0 0 76px;background:#f6faf8}.cta__box{position:relative;overflow:hidden;display:flex;align-items:center;justify-content:space-between;gap:28px;padding:44px;border-radius:38px;background:radial-gradient(circle at 82% 24%,rgba(200,255,106,.24),transparent 26%),linear-gradient(135deg,#07111f 0%,#0a2a22 100%);box-shadow:0 34px 95px rgba(7,17,31,.22);color:#fff}.cta__box:before{content:"";position:absolute;left:-80px;bottom:-120px;width:300px;height:300px;border-radius:50%;background:rgba(22,216,106,.18);filter:blur(20px)}.cta__box>div,.cta__box>a{position:relative;z-index:2}.cta h2{max-width:720px;margin:14px 0 12px;color:#fff;font-size:clamp(32px,4.6vw,58px);line-height:1;letter-spacing:-.06em}.cta p{max-width:720px;margin:0;color:rgba(255,255,255,.72);font-size:18px;line-height:1.6}

.cta__actions {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 12px;
  flex: 0 0 auto;
}
