/* Template-like (light, tourism promo) */
*{box-sizing:border-box}
html,body{height:100%}
body{
  margin:0;
  font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;
  color:#12181B;
  background:#F6F7F8;
  line-height:1.65;
}
a{color:inherit;text-decoration:none}
.container{width:min(1120px,calc(100% - 48px));margin:0 auto}

.skip{position:absolute;left:-9999px;top:auto;width:1px;height:1px;overflow:hidden}
.skip:focus{
  left:16px;top:16px;width:auto;height:auto;padding:10px 12px;border-radius:10px;
  background:#fff;outline:2px solid rgba(225,29,72,.35)
}

.topbar{
  position:sticky;top:0;z-index:30;
  background:rgba(246,247,248,.86);
  backdrop-filter:saturate(140%) blur(14px);
  border-bottom:1px solid rgba(18,24,27,.08);
}
.topbar__inner{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:14px 0}
.brand{display:flex;align-items:center;gap:12px}
.brand__mark{
  width:42px;height:42px;border-radius:12px;
  background:#fff;border:1px solid rgba(18,24,27,.10);
  display:grid;place-items:center;color:#12181B
}
.brand__name{font-weight:800;font-size:13px;letter-spacing:.2px}
.brand__tag{font-size:12px;color:rgba(18,24,27,.62);margin-top:2px}
.nav{display:flex;align-items:center;gap:18px}
.nav a{font-size:14px;color:rgba(18,24,27,.72);padding:10px 20px;border-radius:10px}
.nav a:hover{background:rgba(18,24,27,.04);color:#12181B}
.nav a.is-active{background:rgba(225,29,72,.08);color:#12181B}
.nav a.btn{background:#12181B;color:#fff}
.nav a.btn:hover{background:#12181B;color:#fff}
.navbtn{
  display:none;background:#fff;border:1px solid rgba(18,24,27,.12);
  border-radius:12px;padding:10px 10px;cursor:pointer
}
.navbtn span{display:block;width:18px;height:2px;background:rgba(18,24,27,.80);margin:4px 0;border-radius:999px}

.btn{
  display:inline-flex;align-items:center;justify-content:center;gap:8px;
  padding:12px 16px;border-radius:12px;
  border:1px solid transparent;
  font-weight:800;
}
.btn--sm{padding:10px 12px;border-radius:12px;font-weight:800;font-size:13px}
.btn--block{width:100%}
.btn--dark{background:#12181B;color:#fff;box-shadow:0 14px 30px rgba(0,0,0,.14)}
.btn--dark:hover{filter:brightness(1.03)}
.btn--outline{background:#fff;color:#12181B;border-color:rgba(18,24,27,.16)}
.btn--outline:hover{background:rgba(18,24,27,.03)}

.section{padding:80px 0}
.section--alt{background:#fff;border-top:1px solid rgba(18,24,27,.04);border-bottom:1px solid rgba(18,24,27,.04)}
/* nền xám nhẹ cho các khối giống mẫu */
#dich-vu.section--alt,
#ve-chung-toi.section--alt{
  background:#F4F4F5;
}

.hero--template{padding:64px 0 24px;background:#FCFCFC;}
.heroT{display:grid;grid-template-columns:1.05fr .95fr;gap:40px;align-items:center}
.kicker{
  display:inline-flex;align-items:center;gap:10px;
  font-weight:700;font-size:12px;letter-spacing:.08em;text-transform:uppercase;
  color:rgba(225,29,72,.95);
  background:rgba(225,29,72,.06);
  border:1px solid rgba(225,29,72,.12);
  border-radius:999px;
  padding:8px 14px;
  margin-bottom:18px;
}
.kicker:before{content:"";display:none}
.heroT__title{
  margin:22px 0 18px;
  font-family:"Playfair Display",serif;
  font-size:46px;line-height:1.08;letter-spacing:-.02em;
  color:#12181B;
}
.heroT__title em{font-style:italic;color:rgba(225,29,72,.96)}
.heroT__desc{
  margin:0;
  color:rgba(18,24,27,.64);
  font-size:14px;
  line-height:1.7;
  max-width:520px;
  margin-bottom:22px;
}
.heroT__desc{
  color:rgba(18,24,27,.64);
  font-size:14px;
  line-height:1.7;
}
.heroT__actions .btn--dark{
  background:#ca0c25 !important;
  color:#fff !important;
  border-radius:14px !important;
  padding:14px 32px !important;
  box-shadow:0 12px 26px rgba(225,29,72,.20) !important;
  border:1px solid rgba(225,29,72,.25) !important;
}
.heroT__actions .btn--dark:hover{
  filter:brightness(0.98);
}
.heroT__actions .btn--outline{
  background:#fff !important;
  color:#ca0c25 !important;
  border-radius:14px !important;
  padding:14px 22px !important;
  border:1px solid rgba(225,29,72,.28) !important;
  box-shadow:none !important;
}
.heroT__actions .btn--outline:hover{
  background:rgba(225,29,72,.06) !important;
  text-decoration:none !important;
}
.heroT__actions{margin-top:0;display:flex;gap:12px;flex-wrap:wrap}

.heroPic{
  position:relative;
  aspect-ratio:4/5;
  border-radius:24px;
  overflow:hidden;
  background:#fff;
  border:1px solid rgba(18,24,27,.08);
  box-shadow:0 28px 70px rgba(0,0,0,.10);
}
.heroPic img{display:block;width:100%;height:100%;object-fit:cover}
.heroPic__card{
  position:absolute;left:16px;bottom:16px;
  left:26px;
  bottom:26px;
  width:min(280px,calc(100% - 52px));
  background:#fff;
  border:0;
  border-radius:18px;
  padding:16px 18px 14px;
  box-shadow:0 22px 52px rgba(0,0,0,.14);
}
.heroPic__label{font-size:12px;color:rgba(225,29,72,.92);font-weight:800;letter-spacing:.01em}
.heroPic__name{margin-top:6px;font-weight:900}
.heroPic__meta{margin-top:4px;font-size:12px;color:rgba(18,24,27,.55)}

.sectionHead{display:flex;gap:14px;align-items:flex-start;margin-bottom:30px}
/* Dùng border đỏ dưới tiêu đề (pseudo-element) thay vì thanh cạnh trái */
.sectionHead__bar{display:none}
.sectionHead__title{
  margin:0;
  font-family:"Playfair Display",serif;
  font-size:26px;letter-spacing:-.01em;
  position:relative;
  padding-bottom:18px;
}
.sectionHead__title::after{
  content:"";
  position:absolute;
  left:0;
  bottom:6px;
  width:46px;
  height:4px;
  background:rgba(225,29,72,.92);
  border-radius:6px;
}
.sectionHead__desc{margin:6px 0 0;color:rgba(18,24,27,.62)}

.svcGrid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:24px;
}
.svcCard{
  background:#fff;
  border:1px solid rgba(18,24,27,.06);
  border-radius:24px;
  padding:28px 28px 26px;
  box-shadow:0 18px 48px rgba(0,0,0,.06);
  min-height:220px;
}
.svcCard__icon{
  width:56px;height:56px;border-radius:18px;
  background:rgba(225,29,72,.08);
  border:1px solid rgba(225,29,72,.12);
  display:grid;place-items:center;font-size:22px
  color:rgba(225,29,72,.95);
}
.svcCard__icon svg{
  color:rgba(225,29,72,.95);
}
.svcCard__icon svg *{
  stroke:rgba(225,29,72,.95) !important;
  fill:none !important;
}
.svcCard h3{
  margin:16px 0 8px;
  font-size:18px;
}
.svcCard p{
  margin:0;
  color:rgba(18,24,27,.62);
  font-size:14px;
}

.destRow{
  display:grid;
  grid-template-columns:repeat(4, minmax(240px, 1fr));
  gap:16px;
  overflow:auto;
  padding-bottom:6px;
  scroll-snap-type:x mandatory;
}
.destCard{
  scroll-snap-align:start;
  position:relative;
  background:#000;
  border-radius:24px;
  overflow:hidden;
  min-width:240px;
  aspect-ratio:3/4;
}
.destCard img{
  position:absolute;inset:0;
  width:100%;height:100%;
  object-fit:cover;
  transition:transform .4s ease;
}
.destCard::after{
  content:"";
  position:absolute;inset:0;
  background:linear-gradient(to top,rgba(0,0,0,.78),rgba(0,0,0,.1) 55%,transparent);
}
.destCard__txt{
  position:absolute;left:0;right:0;bottom:0;
  padding:16px 16px 18px;
  color:#F9FAFB;
}
.destCard__ttl{
  font-family:"Playfair Display",serif;
  font-size:20px;
  font-weight:700;
}
.destCard__sub{
  margin-top:4px;
  font-size:12px;
  color:rgba(249,250,251,.72);
}
.destCard:hover{transform:translateY(-2px);transition:transform .18s ease}
.destCard{transition:transform .18s ease, box-shadow .18s ease}
.destCard:hover{
  box-shadow:0 26px 64px rgba(0,0,0,.22);
}
.destCard:hover img{transform:scale(1.04);}

.about{display:grid;grid-template-columns:1.15fr .85fr;gap:18px;align-items:start}
.about__box{
  margin-top:8px;
  background:#FCFCFC;
  border:1px solid rgba(18,24,27,.08);
  border-radius:18px;
  padding:16px;
}
.about__name{font-weight:900}
.about__muted{margin-top:6px;color:rgba(18,24,27,.62);font-size:13px}
.contactCards{display:grid;gap:10px}
.contactCard{
  background:#fff;border:1px solid rgba(18,24,27,.08);
  border-radius:16px;
  padding:12px 12px;
}
.contactCard__k{font-size:12px;color:rgba(18,24,27,.55);font-weight:800}
.contactCard__v{margin-top:4px;font-weight:800}
.contactCard__v a{color:#12181B}
.contactCard__v a:hover{text-decoration:underline}

.formWrap{display:grid;gap:14px}
.formCard{
  background:#fff;border:1px solid rgba(18,24,27,.08);
  border-radius:18px;padding:16px;
  box-shadow:0 18px 44px rgba(0,0,0,.06);
}
.fieldRow{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.field{display:grid;gap:6px;margin-bottom:12px}
label{font-weight:750;font-size:13px;color:rgba(18,24,27,.82)}
.req{color:rgba(225,29,72,.92)}
input,select,textarea{
  width:100%;
  padding:12px 12px;
  border-radius:12px;
  border:1px solid rgba(18,24,27,.14);
  background:#fff;
  color:#12181B;
  outline:none;
}
select{appearance:none}
input:focus,select:focus,textarea:focus{border-color:rgba(18,24,27,.38);box-shadow:0 0 0 4px rgba(18,24,27,.06)}
.err{color:rgba(225,29,72,.92);font-size:12px}
.alert{
  padding:12px 12px;border-radius:14px;margin-bottom:12px;
  border:1px solid rgba(18,24,27,.10);
  background:#F6F7F8
}
.alert--ok{border-color:rgba(55,214,122,.35);background:rgba(55,214,122,.10)}
.alert--err{border-color:rgba(225,29,72,.30);background:rgba(225,29,72,.08)}
.fineprint{margin:10px 0 0;color:rgba(18,24,27,.60);font-size:12px}
.fineprint a{color:#12181B;text-decoration:underline}

.footer{border-top:1px solid rgba(18,24,27,.08);padding:34px 0 18px;background:#fff}
.footer__grid{display:grid;grid-template-columns:1.4fr .8fr .8fr;gap:16px;align-items:start}
.footer__brand{font-weight:900}
.footer__ttl{font-weight:900;margin-bottom:6px}
.footer__muted{color:rgba(18,24,27,.62);font-size:13px;margin:4px 0}
.footer__bottom{
  margin-top:14px;padding-top:14px;
  border-top:1px solid rgba(18,24,27,.08);
  display:flex;justify-content:space-between;gap:12px;flex-wrap:wrap;
  color:rgba(18,24,27,.55);font-size:12px
}
.footer__bottom a{color:rgba(18,24,27,.72)}
.footer__bottom a:hover{text-decoration:underline}

@media (max-width: 980px){
  .heroT{grid-template-columns:1fr;gap:24px}
  .heroT__title{font-size:38px}
  .svcGrid{grid-template-columns:1fr;gap:18px}
  .about{grid-template-columns:1fr}
  .fieldRow{grid-template-columns:1fr}
  .topbar__inner{padding:12px 0}
  .nav{position:fixed;inset:64px 16px auto 16px;display:none;flex-direction:column;gap:10px;
    background:#fff;border:1px solid rgba(18,24,27,.12);border-radius:18px;padding:14px}
  .nav a{width:100%}
  .navbtn{display:block}
  body.nav-open .nav{display:flex}
}

