
body { padding-bottom: 60px; }
.sticky-mobile-bar { display: none; }
.cta-button { transition: transform 0.2s ease, box-shadow 0.2s ease; }
.cta-button:hover { transform: translateY(-2px); box-shadow: 0 5px 15px rgba(0, 255, 255, 0.4); }
@media(max-width:768px) {
    .sticky-mobile-bar {
        display: flex; position: fixed; bottom: 0; left: 0; width: 100%; height: 60px;
        background: #0f172a; z-index: 9999; box-shadow: 0 -2px 10px rgba(0,255,255,0.2);
    }
    .sticky-mobile-bar a {
        flex: 1; display: flex; align-items: center; justify-content: center;
        font-weight: bold; font-size: 1.1em; text-decoration: none; color: #020617;
    }
    .sticky-call { background: #00ffff; }
    .sticky-wa { background: #25D366; color: white !important; }
}
.seo-paragraph-box { box-shadow: 0 4px 15px rgba(0,0,0,0.2); transition: background 0.3s ease; }
