.hg-lp{
  font-family:Arial,sans-serif;
  background:#f7f5ef;
  color:#073f33;
  overflow:hidden;
}

.hg-lp *{
  box-sizing:border-box;
}

.hg-hero{
  min-height:760px;
  padding:90px 6%;
  display:grid;
  grid-template-columns:1fr 1fr;
  align-items:center;
  gap:50px;
  background:
    radial-gradient(circle at 80% 20%, rgba(255,112,79,.18), transparent 35%),
    linear-gradient(135deg,#073f33,#075d49);
  color:#fff;
}

.hg-pill{
  display:inline-block;
  padding:10px 18px;
  border-radius:999px;
  background:rgba(255,255,255,.14);
  border:1px solid rgba(255,255,255,.25);
  margin-bottom:24px;
  font-weight:700;
}

.hg-hero h1{
  font-size:68px;
  line-height:1.04;
  margin:0 0 24px;
  letter-spacing:-2px;
    color: white !important;
}

.hg-hero h1 span{
  color:#ffd8a8;
}

.hg-hero p{
  font-size:21px;
  line-height:1.75;
  max-width:680px;
  color:rgba(255,255,255,.78);
}

.hg-actions{
  display:flex;
  flex-wrap:wrap;
  gap:16px;
  margin-top:32px;
}

.hg-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:58px;
  padding:16px 26px;
  border-radius:16px;
  font-size:18px;
  font-weight:800;
  text-decoration:none;
  transition:.25s ease;
}

.hg-btn:hover{
  transform:translateY(-4px);
}

.hg-btn.primary{
  background:#ff6d4f;
  color:black !important;
  box-shadow:0 16px 34px rgba(255,109,79,.35);
}

.hg-btn.white{
  background:#fff;
  color:#073f33;
}

.hg-btn.outline{
  border:2px solid #073f33;
  color:#073f33;
  background:#fff;
}

.hg-mini{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-top:32px;
}

.hg-mini span{
  background:rgba(255,255,255,.13);
  padding:11px 16px;
  border-radius:999px;
  font-weight:700;
}

.hg-hero-gallery{
  position:relative;
  height:560px;
}

.hg-hero-gallery img.main{
  width:100%;
  height:100%;
  object-fit:cover;
  border-radius:34px;
  box-shadow:0 34px 90px rgba(0,0,0,.38);
  animation:hgFloat 5s ease-in-out infinite;
}

.hg-hero-gallery img.small{
  position:absolute;
  width:210px;
  height:150px;
  object-fit:cover;
  right:-22px;
  top:40px;
  border:8px solid #fff;
  border-radius:24px;
  box-shadow:0 20px 50px rgba(0,0,0,.28);
}

.hg-price{
  position:absolute;
  left:34px;
  bottom:34px;
  background:#fff;
  color:#073f33;
  border-radius:24px;
  padding:22px 28px;
  box-shadow:0 18px 44px rgba(0,0,0,.25);
}

.hg-price strong{
  display:block;
  font-size:36px;
}

.hg-price small{
  font-size:16px;
}

.hg-strip{
  margin:-42px 6% 0;
  position:relative;
  z-index:4;
  display:grid;
  grid-template-columns:repeat(4,1fr);
  background:#fff;
  border-radius:28px;
  box-shadow:0 22px 60px rgba(7,63,51,.16);
  overflow:hidden;
}

.hg-strip div{
  padding:28px;
  border-right:1px solid #edf0ed;
}

.hg-strip div:last-child{
  border-right:none;
}

.hg-strip strong{
  display:block;
  font-size:30px;
  color:#ff6d4f;
}

.hg-strip span{
  display:block;
  margin-top:6px;
  color:#62716c;
  font-weight:700;
}

.hg-section,
.hg-why{
  padding:90px 6%;
}

.hg-head{
  text-align:center;
  margin-bottom:42px;
}

.hg-head span{
  color:#ff6d4f;
  font-weight:900;
  font-size:18px;
}

.hg-head h2{
  font-size:48px;
  margin:12px 0 0;
  letter-spacing:-1px;
}

.hg-service-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:26px;
}

.hg-card{
  background:#fff;
  border-radius:30px;
  overflow:hidden;
  box-shadow:0 18px 55px rgba(7,63,51,.1);
  transition:.25s ease;
}

.hg-card:hover{
  transform:translateY(-8px);
}

.hg-card img{
  width:100%;
  height:260px;
  object-fit:cover;
}

.hg-card div{
  padding:28px;
}

.hg-card h3{
  font-size:25px;
  margin:0 0 12px;
}

.hg-card p{
  font-size:17px;
  line-height:1.65;
  color:#5d6c67;
}

.hg-card a{
  display:inline-flex;
  margin-top:10px;
  color:#ff6d4f;
  font-weight:900;
  text-decoration:none;
}

.hg-route{
  padding:95px 6%;
  background:#fff;
  display:grid;
  grid-template-columns:.92fr 1.08fr;
  gap:48px;
  align-items:center;
}

.hg-route-text span{
  color:#ff6d4f;
  font-weight:900;
}

.hg-route h2{
  font-size:56px;
  margin:12px 0 18px;
}

.hg-route p{
  font-size:20px;
  line-height:1.75;
  color:#5d6c67;
}

.hg-route ul{
  list-style:none;
  padding:0;
  margin:25px 0;
}

.hg-route li{
  font-size:19px;
  font-weight:800;
  margin:14px 0;
}

.hg-mosaic{
  display:grid;
  grid-template-columns:1fr 1fr;
  grid-template-rows:260px 260px;
  gap:18px;
}

.hg-mosaic img{
  width:100%;
  height:100%;
  object-fit:cover;
  border-radius:28px;
  box-shadow:0 18px 45px rgba(7,63,51,.12);
}

.hg-mosaic img:first-child{
  grid-row:span 2;
}

.hg-why-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:24px;
}

.hg-why-grid div{
  background:#fff;
  border-radius:30px;
  padding:36px 28px;
  text-align:center;
  box-shadow:0 18px 50px rgba(7,63,51,.09);
}

.hg-why-grid b{
  font-size:42px;
}

.hg-why-grid h3{
  font-size:24px;
  margin:18px 0 10px;
}

.hg-why-grid p{
  color:#5d6c67;
  line-height:1.6;
  font-size:16px;
}

.hg-final{
  padding:90px 6% 120px;
  text-align:center;
  color:#fff;
  background:
    radial-gradient(circle at 20% 20%, rgba(255,112,79,.16), transparent 30%),
    linear-gradient(135deg,#073f33,#075d49);
}

.hg-final h2{
  font-size:50px;
  margin:0 0 12px;
    color: white !important;
}

.hg-final p{
  font-size:20px;
  color:rgba(255,255,255,.78);
}

.hg-contact{
  display:flex;
  flex-direction:column;
  gap:10px;
  margin:30px 0;
  font-size:18px;
}

.center{
  justify-content:center;
}

.hg-float{
  position:fixed;
  right:22px;
  bottom:24px;
  z-index:9999;
  display:flex;
  flex-direction:column;
  gap:12px;
}

.hg-float a{
  min-width:145px;
  padding:16px 22px;
  border-radius:999px;
  text-align:center;
  color:#fff;
  text-decoration:none;
  font-weight:900;
  box-shadow:0 16px 36px rgba(0,0,0,.22);
  animation:hgPulse 1.8s infinite;
}

.hg-float .call{
  background:#ff6d4f;
}

.hg-float .zalo{
  background:#075d49;
}

.hg-reveal{
  opacity:0;
  transform:translateY(34px);
  transition:opacity .75s ease, transform .75s ease;
}

.hg-reveal.show{
  opacity:1;
  transform:translateY(0);
}

@keyframes hgFloat{
  0%,100%{transform:translateY(0)}
  50%{transform:translateY(-14px)}
}

@keyframes hgPulse{
  0%{box-shadow:0 0 0 0 rgba(255,109,79,.45)}
  70%{box-shadow:0 0 0 14px rgba(255,109,79,0)}
  100%{box-shadow:0 0 0 0 rgba(255,109,79,0)}
}

@media(max-width:1024px){
  .hg-hero,
  .hg-route{
    grid-template-columns:1fr;
  }

  .hg-hero h1{
    font-size:52px;
  }

  .hg-strip,
  .hg-service-grid,
  .hg-why-grid{
    grid-template-columns:1fr 1fr;
  }
}

@media(max-width:640px){
  .hg-hero{
    padding:60px 20px;
    min-height:auto;
  }

  .hg-hero h1{
    font-size:39px;
  }

  .hg-hero p,
  .hg-route p{
    font-size:17px;
  }

  .hg-hero-gallery{
    height:380px;
  }

  .hg-hero-gallery img.small{
    display:none;
  }

  .hg-strip,
  .hg-service-grid,
  .hg-why-grid,
  .hg-mosaic{
    grid-template-columns:1fr;
  }

  .hg-strip{
    margin:0 20px;
  }

  .hg-strip div{
    border-right:none;
    border-bottom:1px solid #edf0ed;
  }

  .hg-head h2,
  .hg-route h2,
  .hg-final h2{
    font-size:34px;
  }

  .hg-section,
  .hg-route,
  .hg-why,
  .hg-final{
    padding:60px 20px;
  }

  .hg-mosaic{
    grid-template-rows:auto;
  }

  .hg-mosaic img{
    height:240px;
  }

  .hg-mosaic img:first-child{
    grid-row:auto;
  }

  .hg-float{
    left:12px;
    right:12px;
    bottom:12px;
    flex-direction:row;
  }

  .hg-float a{
    flex:1;
    min-width:0;
    padding:14px 10px;
  }
}