#cta-section { padding: 80px 0; background: #ededed; text-align: center; }
#cta-section h2 { font-size: 46px; font-weight: 900; font-style: italic; color: #010028; margin-bottom: 16px; }
#cta-section p { color: #444; font-size: 16px; max-width: 550px; margin: 0 auto 32px; }
.cta-trust { display: flex; justify-content: center; gap: 32px; margin-top: 40px; flex-wrap: wrap; }
.cta-trust .trust-num { font-size: 20px; font-weight: 900; font-style: italic; color: #010028; text-align: center; }
.cta-trust .trust-label { font-size: 11px; letter-spacing: 1px; text-transform: uppercase; color: #444; margin-top: 2px; text-align: center; }
@media (max-width: 768px) { #cta-section h2 { font-size: 32px; } }
