.hg-booking-full{
  width:100vw;
  margin-left:calc(50% - 50vw);
  margin-right:calc(50% - 50vw);
  background:#f6f4ef;
  padding:0;
}

.hg-booking-inner{
  width:100%;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:32px;
  padding:34px 7vw;
  background:#fff;
  border-bottom:1px solid rgba(6,69,54,.08);
  box-shadow:0 10px 35px rgba(0,0,0,.05);
}

.hg-booking-content{
  flex:1;
}

.hg-booking-content h2{
  margin:0 0 6px;
  font-size:42px;
  line-height:1.1;
  color:#064536;
  font-weight:800;
}

.hg-route{
  margin:0 0 12px;
  color:#0E5F49;
  font-size:18px;
  font-weight:600;
}

.hg-desc{
  max-width:760px;
  margin:0;
  font-size:17px;
  line-height:1.7;
  color:#666;
}

.hg-features{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:20px;
}

.hg-features span{
  display:inline-flex;
  align-items:center;
  border-radius:999px;
  padding:9px 15px;
  background:#f2f4f3;
  color:#333;
  font-size:14px;
  font-weight:700;
}

.hg-booking-action{
  width:310px;
  display:flex;
  flex-direction:column;
  gap:12px;
}

.hg-phone-box{
  background:#064536;
  color:#fff;
  border-radius:0;
  text-align:center;
  padding:18px 16px;
}

.hg-phone-box small{
  display:block;
  font-size:12px;
  letter-spacing:.18em;
  opacity:.8;
}

.hg-phone-box strong{
  display:block;
  margin-top:8px;
  font-size:32px;
  line-height:1;
}

.hg-call-btn,
.hg-zalo-btn{
  height:56px;
  display:flex;
  align-items:center;
  justify-content:center;
  text-decoration:none !important;
  border-radius:10px;
  font-size:16px;
  font-weight:800;
}

.hg-call-btn{
  background:#ff5a3d;
  color:#fff !important;
  box-shadow:0 12px 24px rgba(255,90,61,.22);
}

.hg-zalo-btn{
  background:#f2f4f7;
  color:#064536 !important;
}

.hg-call-btn:hover,
.hg-zalo-btn:hover{
  transform:translateY(-2px);
}

@media(max-width:849px){
  .hg-booking-inner{
    flex-direction:column;
    align-items:stretch;
    padding:28px 20px;
  }

  .hg-booking-content h2{
    font-size:32px;
  }

  .hg-booking-action{
    width:100%;
  }

  .hg-phone-box strong{
    font-size:28px;
  }
}