
/* HOTEL PAGE PRO FINAL */
.hotel-booking-page{
  padding:24px;
  background:#eef5fb;
  min-height:100vh;
  color:#08213f;
}
.hotel-hero-pro{
  background:linear-gradient(135deg,#0b73f6 0%,#1e5bea 55%,#04b6a8 100%);
  color:#fff;
  border-radius:30px;
  padding:30px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:22px;
  box-shadow:0 22px 60px rgba(8,33,63,.16);
  margin-bottom:20px;
}
.hotel-hero-pro span{
  display:inline-flex;
  padding:7px 12px;
  border-radius:999px;
  background:rgba(255,255,255,.17);
  border:1px solid rgba(255,255,255,.23);
  font-size:12px;
  font-weight:1000;
  letter-spacing:.04em;
}
.hotel-hero-pro h1{
  margin:12px 0 8px;
  font-size:34px;
  line-height:1.1;
  font-weight:1000;
  letter-spacing:-.04em;
}
.hotel-hero-pro p{
  max-width:850px;
  margin:0;
  color:rgba(255,255,255,.90);
  line-height:1.65;
  font-weight:760;
}
.hotel-filter-card{
  display:grid;
  grid-template-columns:1.4fr .8fr .8fr;
  gap:14px;
  background:#fff;
  border:1px solid #d9e8f7;
  border-radius:24px;
  padding:18px;
  box-shadow:0 16px 38px rgba(12,43,93,.08);
  margin-bottom:18px;
}
.hotel-filter-card label,
.hotel-booking-form label span{
  display:block;
  margin-bottom:7px;
  font-size:13px;
  font-weight:950;
  color:#223854;
}
.hotel-filter-card input,
.hotel-booking-form input,
.hotel-booking-form select{
  width:100%;
  min-height:50px;
  border:1px solid #c9daf0;
  border-radius:14px;
  background:#fff;
  padding:0 14px;
  outline:0;
  color:#10233f;
  font-weight:800;
}
.hotel-filter-card input:focus,
.hotel-booking-form input:focus,
.hotel-booking-form select:focus{
  border-color:#1677ff;
  box-shadow:0 0 0 4px rgba(22,119,255,.10);
}
.hotel-grid-pro{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:18px;
}
.hotel-card-pro{
  background:#fff;
  border:1px solid #d9e8f7;
  border-radius:26px;
  padding:20px;
  box-shadow:0 16px 38px rgba(12,43,93,.08);
}
.hotel-card-head{
  display:grid;
  grid-template-columns:54px 1fr auto;
  gap:14px;
  align-items:start;
  margin-bottom:16px;
}
.hotel-icon{
  width:54px;
  height:54px;
  display:grid;
  place-items:center;
  border-radius:18px;
  background:linear-gradient(135deg,#e0f2fe,#dbeafe);
  font-size:27px;
}
.hotel-card-head h3{
  margin:0 0 7px;
  font-size:20px;
  font-weight:1000;
  color:#09244a;
}
.hotel-card-head p{
  margin:0;
  color:#64748b;
  line-height:1.45;
  font-weight:760;
}
.hotel-city{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:30px;
  padding:0 11px;
  border-radius:999px;
  background:#eaf5ff;
  color:#0b6ee8;
  font-size:12px;
  font-weight:1000;
}
.hotel-price-line{
  display:flex;
  align-items:end;
  justify-content:space-between;
  gap:12px;
  padding:12px 14px;
  background:linear-gradient(135deg,#f8fbff,#eef9ff);
  border:1px solid #dce9f8;
  border-radius:18px;
  margin-bottom:16px;
}
.hotel-price-line small{
  color:#64748b;
  font-weight:850;
}
.hotel-price-line strong{
  color:#00a676;
  font-size:19px;
  font-weight:1000;
}
.hotel-form-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:14px;
}
.hotel-btn{
  min-height:50px;
  padding:0 18px;
  border-radius:15px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  text-decoration:none;
  border:1px solid transparent;
  font-weight:950;
  cursor:pointer;
}
.hotel-btn-primary{
  width:100%;
  margin-top:16px;
  color:#fff;
  background:linear-gradient(135deg,#2196ff,#0b75ef);
  box-shadow:0 14px 28px rgba(37,99,235,.22);
}
.hotel-btn-light{
  color:#0b63ce;
  background:#fff;
  border-color:#cfe3f8;
  white-space:nowrap;
}
.hotel-empty{
  background:#fff;
  border:1px dashed rgba(14,165,233,.42);
  border-radius:22px;
  padding:22px;
  color:#0f2f52;
  box-shadow:0 16px 38px rgba(12,43,93,.06);
}
.hotel-empty b{
  display:block;
  margin-bottom:6px;
}
@media(max-width:1180px){
  .hotel-grid-pro{
    grid-template-columns:1fr;
  }
}
@media(max-width:760px){
  .hotel-booking-page{
    padding:14px;
  }
  .hotel-hero-pro{
    display:block;
    border-radius:24px;
    padding:22px;
  }
  .hotel-hero-pro h1{
    font-size:28px;
  }
  .hotel-hero-pro p{
    font-size:14px;
  }
  .hotel-hero-pro .hotel-btn{
    width:100%;
    margin-top:16px;
  }
  .hotel-filter-card{
    grid-template-columns:1fr;
    border-radius:22px;
    padding:16px;
  }
  .hotel-card-pro{
    border-radius:22px;
    padding:16px;
  }
  .hotel-card-head{
    grid-template-columns:48px 1fr;
  }
  .hotel-city{
    grid-column:1/-1;
    justify-self:start;
  }
  .hotel-form-grid{
    grid-template-columns:1fr;
  }
}
