.nineti-phase-cta-hidden { display: none !important; }
.nineti-phase-cta-wrap { width: 100%; display: flex; justify-content: center; align-items: center; margin-top: 28px; }
.nineti-phase-cta-wrap .nineti-phase-cta { display: inline-flex; align-items: center; justify-content: center; min-width: 220px; min-height: 54px; padding: 14px 28px; border-radius: 999px; background: linear-gradient(135deg, #38d27d 0%, #23995b 100%); color: #07120d; font-weight: 800; font-size: 1rem; letter-spacing: 0.01em; text-decoration: none; box-shadow: 0 16px 34px rgba(31, 186, 104, 0.2); transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.nineti-phase-cta-wrap .nineti-phase-cta:hover { transform: translateY(-2px); box-shadow: 0 20px 38px rgba(31, 186, 104, 0.28); }
@media (max-width: 767px) { .nineti-phase-cta-wrap { margin-top: 20px; } .nineti-phase-cta-wrap .nineti-phase-cta { width: 100%; max-width: 320px; } }