@media screen and (max-width: 640px) {
.mobile-cta-bar {
position: fixed;
bottom: 0;
width: 100%;
background-color: #00a3e0;
color: white;
text-align: center;
padding: 14px;
z-index: 9999;
box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.2);
}
.mobile-cta-button {
color: white;
text-decoration: none;
font-weight: bold;
font-size: 16px;
display: inline-block;
width: 100%;
}
}