/* Extra mobile polish — core breakpoints live in style.css */

@media (max-width: 480px) {
    .container,
    .container-wide {
        width: min(100% - 28px, 1240px);
    }

    .cta-banner {
        border-radius: 22px;
        min-height: 360px;
    }

    .whatsapp {
        right: 14px;
        bottom: 14px;
    }

    .scroll-top {
        right: 18px;
        bottom: 80px;
    }
}
