.cta-banner{margin:2.5rem 0;padding:0}.cta-banner__inner{align-items:center;background:#fff;border-left:4px solid var(--secondary-color,#17b26a);border-radius:0 12px 12px 0;box-shadow:0 4px 20px rgba(0,0,0,.06);display:flex;gap:2rem;justify-content:space-between;padding:1.5rem;transition:transform .3s ease}.cta-banner__inner:hover{transform:translateY(-4px)}.cta-banner__content{align-items:flex-start;display:flex;flex:1;gap:1rem}.cta-banner__icon{align-items:center;background:rgba(23,178,106,.1);border-radius:10px;display:flex;flex-shrink:0;height:48px;justify-content:center;width:48px}.cta-banner__icon img{filter:invert(68%) sepia(41%) saturate(870%) hue-rotate(108deg) brightness(93%) contrast(92%);height:24px;object-fit:contain;width:24px}.cta-banner__text h3{color:#1f2937;font-size:1.25rem;font-weight:700;margin:0 0 .35rem}.cta-banner__text p{color:#6b7280;line-height:1.6;margin:0}@media (max-width:640px){.cta-banner__inner{align-items:flex-start;flex-direction:column;gap:1.5rem}.cta-banner__content{width:100%}.cta-banner .pink-button{width:stretch}}