.home-mobile-banner[hidden]{display:none!important}

.home-mobile-banner{
    position:fixed;
    z-index:9998;
    left:12px;
    right:12px;
    bottom:calc(12px + env(safe-area-inset-bottom));
    max-width:440px;
    margin:auto;
    padding:18px;
    background:#fff;
    border:1px solid #d6e2e7;
    border-radius:18px;
    box-shadow:0 12px 35px rgba(18,48,60,.22);
    opacity:0;
    transform:translateY(22px);
    transition:opacity .25s ease,transform .25s ease;
}

.home-mobile-banner.is-visible{
    opacity:1;
    transform:none;
}

.home-mobile-banner-close{
    position:absolute;
    top:10px;
    right:10px;
    width:34px;
    height:34px;
    border:0;
    border-radius:50%;
    background:#eef4f6;
    color:#294957;
    font-size:23px;
    line-height:1;
}

.home-mobile-banner-kicker{
    display:block;
    margin-bottom:5px;
    color:#1688aa;
    font-size:11px;
    font-weight:800;
    letter-spacing:.08em;
    text-transform:uppercase;
}

.home-mobile-banner h3{
    margin:0 42px 7px 0;
    color:#203f4d;
    font-size:20px;
}

.home-mobile-banner p{
    margin:0 38px 15px 0;
    color:#607681;
    font-size:14px;
    line-height:1.45;
}

.home-mobile-banner-action{
    display:flex;
    align-items:center;
    justify-content:center;
    min-height:44px;
    padding:0 18px;
    border-radius:10px;
    background:#1688aa;
    color:#fff!important;
    font-weight:800;
    text-decoration:none!important;
}

.home-mobile-banner-stores{
    display:flex;
    gap:10px;
    align-items:center;
}

.home-mobile-banner-store{
    display:inline-flex;
    height:44px;
    text-decoration:none!important;
}

.home-mobile-banner-store img{
    display:block;
    width:auto;
    height:44px;
}

.home-mobile-banner-google{
    align-items:center;
    gap:9px;
    padding:0 13px 0 11px;
    border:1px solid #363636;
    border-radius:8px;
    background:#000;
    color:#fff!important;
}

.home-mobile-banner-google svg{
    width:25px;
    height:29px;
}

.home-mobile-banner-google span{
    display:flex;
    flex-direction:column;
    line-height:1;
}

.home-mobile-banner-google small{
    margin-bottom:3px;
    font-size:8px;
}

.home-mobile-banner-google b{
    font-size:17px;
    font-weight:500;
}

@media(min-width:951px){
    .home-mobile-banner{display:none!important}
}

/* Banner mobile v2 - maggiore evidenza */
.home-mobile-banner{
    left:8px;
    right:8px;
    bottom:calc(10px + env(safe-area-inset-bottom));
    max-width:520px;
    padding:22px 20px 20px;
    border:1px solid #c7dbe3;
    border-top:4px solid #1688aa;
    border-radius:22px;
    box-shadow:0 18px 48px rgba(18,48,60,.30);
}

.home-mobile-banner-close{
    top:12px;
    right:12px;
    width:40px;
    height:40px;
    font-size:26px;
}

.home-mobile-banner-kicker{
    margin-bottom:7px;
    font-size:12px;
}

.home-mobile-banner h3{
    margin:0 48px 10px 0;
    font-size:23px;
    line-height:1.18;
}

.home-mobile-banner p{
    margin:0 42px 18px 0;
    font-size:15.5px;
    line-height:1.5;
}

.home-mobile-banner-action{
    min-height:54px;
    border-radius:12px;
    font-size:17px;
}

.home-mobile-banner-stores{
    justify-content:center;
    gap:12px;
    flex-wrap:wrap;
}

.home-mobile-banner-store,
.home-mobile-banner-store img{
    height:48px;
}

.home-mobile-banner-google{
    height:48px;
    padding:0 14px 0 12px;
}

.home-mobile-banner-google svg{
    width:27px;
    height:31px;
}

.home-mobile-banner-google small{
    font-size:8px;
}

.home-mobile-banner-google b{
    font-size:18px;
}
