.mobile-smart-banner{display:none;position:fixed;left:16px;right:16px;bottom:16px;z-index:50;background:rgba(15,23,42,.96);border:1px solid rgba(148,163,184,.28);border-radius:18px;box-shadow:0 24px 60px rgba(2,6,23,.35);padding:16px;color:#e2e8f0;backdrop-filter:blur(18px)}
.mobile-smart-banner.is-visible{display:block}
.mobile-smart-banner h3{margin:0 0 6px;font-size:1rem;color:#fff}
.mobile-smart-banner p{margin:0;font-size:.92rem;line-height:1.4;color:#cbd5e1}
.mobile-smart-banner__actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:14px}
.mobile-smart-banner__btn{appearance:none;border:0;border-radius:12px;padding:11px 14px;font-weight:700;text-decoration:none;cursor:pointer}
.mobile-smart-banner__btn--primary{background:#38bdf8;color:#082f49}
.mobile-smart-banner__btn--secondary{background:rgba(148,163,184,.18);color:#f8fafc}
.mobile-smart-banner__close{position:absolute;top:10px;right:10px;background:transparent;border:0;color:#cbd5e1;font-size:18px;cursor:pointer}
@media (min-width: 992px){.mobile-smart-banner{display:none!important}}
