/* Hotel page redesign - isolated additions */
.hotel-hero,
.hotel-hero.home-hero{
    min-height:820px!important;
    overflow:visible!important;
}
.hotel-hero .home-hero__grid{
    align-items:flex-start!important;
    padding-top:82px!important;
    padding-bottom:180px!important;
}
.hotel-hero__search{
    position:relative!important;
    z-index:500!important;
    overflow:visible!important;
}
.hotel-hero__search *,
.hotel-hero__search form,
.hotel-hero__search .form-group,
.hotel-hero__search .input-group,
.hotel-hero__search .select-box,
.hotel-hero__search .bootstrap-select,
.hotel-hero__search .btn-group{
    overflow:visible!important;
}
.hotel-hero__search .dropdown-menu,
.hotel-hero__search .bootstrap-select.btn-group .dropdown-menu,
.hotel-hero__search .open > .dropdown-menu{
    z-index:999999!important;
    max-height:340px!important;
    overflow-y:auto!important;
    box-shadow:0 18px 42px rgba(4,33,61,.24)!important;
}
.hotel-guide-section,
.hotel-season-section,
.hotel-faq-section{
    background:linear-gradient(180deg,#fff 0%,#f3f8fc 100%)!important;
}
.hotel-focus-grid{
    display:grid;
    grid-template-columns:repeat(4,minmax(0,1fr));
    gap:22px;
    margin-top:26px;
}
.hotel-focus-card,
.hotel-advice-card,
.hotel-cta-card,
.hotel-faq-item{
    background:#fff;
    border:1px solid #dce8f2;
    border-radius:16px;
    box-shadow:0 14px 34px rgba(4,33,61,.08);
}
.hotel-focus-card{
    padding:28px 24px;
}
.hotel-focus-card i{
    width:48px;
    height:48px;
    border-radius:50%;
    background:#eef7ff;
    color:var(--travel-blue);
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:20px;
    margin-bottom:18px;
}
.hotel-focus-card h3,
.hotel-advice-card h3,
.hotel-cta-card h3,
.hotel-faq-item h3{
    margin:0 0 10px;
    color:var(--travel-navy);
    line-height:1.2;
    font-weight:900;
}
.hotel-focus-card h3{font-size:21px;}
.hotel-focus-card p,
.hotel-faq-item p{
    margin:0;
    color:var(--travel-muted);
    font-size:14px;
    line-height:1.65;
}
.hotel-checklist-box{
    display:grid;
    grid-template-columns:1fr 1.1fr;
    gap:34px;
    margin-top:42px;
    padding:36px 40px;
    background:var(--travel-sand);
    border:1px solid #f0dfc5;
    border-radius:16px;
}
.hotel-checklist-box h2,
.hotel-season-grid h2{
    margin:6px 0 16px;
    color:var(--travel-navy);
    font-size:34px;
    line-height:1.12;
    font-weight:900;
}
.hotel-emoji-list{
    list-style:none;
    margin:0;
    padding:0;
    display:grid;
    gap:12px;
}
.hotel-emoji-list li{
    background:#fff;
    border:1px solid #f0dfc5;
    border-radius:12px;
    padding:13px 15px;
    color:#29475f;
    line-height:1.5;
}
.hotel-season-grid{
    display:grid;
    grid-template-columns:minmax(0,1fr) 360px;
    gap:38px;
    align-items:start;
}
.hotel-cta-card{
    padding:28px;
}
.hotel-cta-card p{margin:0 0 20px;}
.hotel-advice-card{
    padding:34px;
}
.hotel-advice-card h3{font-size:26px;margin-bottom:18px;}
.hotel-advice-card ul{
    list-style:none;
    margin:0;
    padding:0;
}
.hotel-advice-card li{
    position:relative;
    padding-left:30px;
    margin:12px 0;
    color:#25455f;
    font-weight:700;
}
.hotel-advice-card li::before{
    content:"\f00c";
    font-family:FontAwesome;
    position:absolute;
    left:0;
    top:0;
    color:#2e9d62;
}
.hotel-faq-grid{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:22px;
    margin-top:28px;
}
.hotel-faq-item{
    padding:26px 28px;
}
.hotel-faq-item h3{font-size:22px;}
@media (max-width:1199px){
    .hotel-focus-grid{grid-template-columns:repeat(2,minmax(0,1fr));}
    .hotel-season-grid{grid-template-columns:1fr;}
}
@media (max-width:991px){
    .hotel-hero,.hotel-hero.home-hero{min-height:auto!important;}
    .hotel-hero .home-hero__grid{padding-bottom:90px!important;}
    .hotel-focus-grid,.hotel-faq-grid,.hotel-checklist-box{grid-template-columns:1fr;}
}
