@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,400;0,500;0,600;0,700;0,800;1,700;1,800&display=swap");.cta-section{align-items:center;background:#fff;border-radius:0 0 48px 48px;display:flex;flex-direction:column;font-family:Poppins,sans-serif;overflow:hidden;padding:100px 24px 80px;position:relative;text-align:center;z-index:2}.cta__heading{color:#111827;font-size:clamp(1.75rem,3.6vw,3rem);font-weight:800;letter-spacing:-.03em;line-height:1.15;margin-bottom:20px;max-width:820px}.cta__heading em{color:#0279ff;font-style:normal;font-weight:800}.cta__sub{color:#6b7280;font-size:clamp(.875rem,1.4vw,1rem);font-weight:400;line-height:1.75;margin-bottom:40px;max-width:540px}.cta__btn-wrap{margin-bottom:64px}.cta-section .btn{align-items:center;background:#0279ff;border:none;border-radius:100px;color:#fff;cursor:pointer;display:inline-flex;font-family:Poppins,sans-serif;font-size:.95rem;font-weight:600;justify-content:center;padding:15px 32px;text-decoration:none;transition:opacity .15s ease,transform .15s ease;white-space:nowrap}.cta-section .btn:hover{opacity:.88;transform:translateY(-1px)}.cta-section .data-box{background:#fff;border:1.5px solid #e5e7eb;border-radius:16px;max-width:860px;overflow:hidden;width:100%}.cta-section .stats{display:flex}.cta-section .stat{align-items:center;border-right:1.5px solid #e5e7eb;display:flex;flex:1;flex-direction:column;gap:5px;padding:24px 16px}.cta-section .stat:last-child{border-right:none}.cta-section .stat__value{font-size:clamp(1.35rem,2.4vw,1.85rem);font-variant-numeric:tabular-nums;font-weight:800;letter-spacing:-.02em;line-height:1}.cta-section .stat__value--dark{color:#111827}.cta-section .stat__value--blue{color:#0279ff}.cta-section .stat__value--green{color:#10b981}.cta-section .stat__label{color:#6b7280;font-size:.75rem;font-weight:500;line-height:1.4;text-align:center}.cta-section .stat__year{color:#9ca3af;font-size:.7rem;font-weight:400}.cta-section .stat__label-row{align-items:center;display:flex;gap:5px;justify-content:center}.live-dot{animation:live-pulse 1.8s ease-out infinite;background:#10b981;border-radius:50%;box-shadow:0 0 0 0 rgba(16,185,129,.6);display:inline-block;flex-shrink:0;height:6px;width:6px}@keyframes live-pulse{0%{box-shadow:0 0 0 0 rgba(16,185,129,.6)}70%{box-shadow:0 0 0 7px rgba(16,185,129,0)}to{box-shadow:0 0 0 0 rgba(16,185,129,0)}}@media (max-width:640px){.cta-section{padding:72px 20px 56px}.cta-section .stats{flex-wrap:wrap}.cta-section .stat{border-bottom:1.5px solid #e5e7eb;border-right:none;flex:1 1 50%}.cta-section .stat:nth-child(odd){border-right:1.5px solid #e5e7eb}.cta-section .stat:last-child,.cta-section .stat:nth-last-child(2):nth-child(odd){border-bottom:none}}