/* AI Travel Super Pack integrated */
.ai-map-experience-super,
.weather-box-super,
.live-booking-box-super{
    background:#fff;
    border:1px solid rgba(24,20,14,.08);
    border-radius:28px;
    padding:26px;
    margin:26px 0;
    box-shadow:0 16px 45px rgba(20,16,10,.06);
    overflow:hidden;
}
.ai-map-head-super span,
.weather-head-super span{
    display:inline-flex;
    padding:8px 12px;
    border-radius:999px;
    background:#fff3d6;
    color:#7a5618;
    font-size:11px;
    font-weight:950;
    text-transform:uppercase;
    letter-spacing:.07em;
    margin-bottom:12px;
}
.ai-map-head-super h2,
.weather-head-super h2{
    margin:0 0 10px;
    color:#17130b;
    font-size:clamp(30px,3vw,44px);
    line-height:1;
    letter-spacing:-.06em;
}
.ai-map-head-super p,
.weather-head-super p{
    margin:0 0 20px;
    color:#756b5c;
    line-height:1.65;
}
.ai-map-grid-super{
    display:grid;
    grid-template-columns:repeat(4,minmax(0,1fr));
    gap:14px;
}
.ai-map-card-super{
    background:#fbf7ee;
    border:1px solid rgba(200,164,93,.16);
    border-radius:22px;
    overflow:hidden;
}
.ai-map-card-super img{
    width:100%;
    height:150px;
    object-fit:cover;
    display:block;
    background:#f3d98d;
}
.ai-map-card-super div{
    padding:14px;
}
.ai-map-card-super small{
    display:block;
    color:#7a5618;
    font-size:11px;
    font-weight:900;
    margin-bottom:6px;
}
.ai-map-card-super h3{
    margin:0 0 7px;
    color:#17130b;
    font-size:18px;
    line-height:1.1;
}
.ai-map-card-super p{
    margin:0;
    color:#756b5c;
    font-size:13px;
    line-height:1.5;
}
.ai-map-card-super b{
    display:inline-flex;
    margin-top:10px;
    padding:7px 9px;
    border-radius:999px;
    background:#fff;
    color:#17130b;
    font-size:11px;
}
.weather-grid-super{
    display:grid;
    grid-template-columns:repeat(4,minmax(0,1fr));
    gap:12px;
}
.weather-grid-super article{
    padding:17px;
    border-radius:18px;
    background:#fbf7ee;
    border:1px solid rgba(200,164,93,.14);
}
.weather-grid-super b{
    display:block;
    font-size:26px;
    margin-bottom:8px;
}
.weather-grid-super strong{
    display:block;
    color:#17130b;
    margin-bottom:5px;
}
.weather-grid-super span{
    color:#756b5c;
    font-size:13px;
}
.live-booking-box-super{
    margin-top:18px;
}
.live-booking-top-super span,
.live-booking-top-super small{
    color:#756b5c;
}
.live-booking-top-super strong{
    display:inline-block;
    font-size:34px;
    line-height:1;
    color:#17130b;
    letter-spacing:-.05em;
}
.live-booking-alert-super{
    margin:12px 0;
    padding:11px 13px;
    border-radius:16px;
    background:#fff3d6;
    color:#7a5618;
    font-size:13px;
    font-weight:900;
}
.live-booking-alert-super.dark{
    background:#171717;
    color:#fff;
}
.live-booking-main-btn-super{
    display:flex;
    justify-content:center;
    align-items:center;
    padding:13px 14px;
    border-radius:999px;
    background:linear-gradient(135deg,#f3d98d,#c8a45d);
    color:#17130b!important;
    text-decoration:none!important;
    font-size:13px;
    font-weight:950;
}
.mobile-app-extra-bar-super{
    display:none;
}
@media(max-width:980px){
    .ai-map-grid-super,
    .weather-grid-super{
        grid-template-columns:repeat(2,minmax(0,1fr));
    }
}
@media(max-width:720px){
    .ai-map-grid-super,
    .weather-grid-super{
        grid-template-columns:1fr;
    }
    .ai-map-experience-super,
    .weather-box-super{
        padding:20px;
        border-radius:24px;
    }
    .mobile-app-extra-bar-super{
        position:fixed;
        left:12px;
        right:12px;
        bottom:84px;
        z-index:9998;
        display:grid;
        grid-template-columns:1fr 1fr;
        gap:8px;
    }
    .mobile-app-extra-bar-super a{
        text-align:center;
        padding:12px 10px;
        border-radius:999px;
        background:#171717;
        color:#fff!important;
        text-decoration:none!important;
        font-size:12px;
        font-weight:900;
        box-shadow:0 12px 32px rgba(0,0,0,.16);
    }
}