/*
Theme Name: Hoàng Gia Travel
Theme URI: https://hoanggiatravel.com.vn/
Description: Giao diện WordPress độc lập cho Hoàng Gia Travel.
Author: Hoàng Gia Travel
Version: 1.1.0
Text Domain: hoang-gia-travel
*/

:root {
  --hgt-ink: #202124;
  --hgt-deep: #202124;
  --hgt-teal: #087F5B;
  --hgt-teal-dark: #056044;
  --hgt-coral: #E8763B;
  --hgt-amber: #FFC247;
  --hgt-purple: #6A1B9A;
  --hgt-paper: #F8F5EF;
  --hgt-cloud: #FFF3D9;
  --hgt-sand: #ECF7F1;
  --hgt-muted: #5F6368;
  --hgt-line: #DDD7E4;
  --hgt-shadow: 0 15px 36px rgba(32, 33, 36, .14);
  --hgt-wrap: min(1200px, calc(100% - 48px));
  --hgt-radius: 17px;
}

/* Hoàng Gia brand refresh · orange primary, purple accent, emerald support */
.hgt-news-quiz {
  display: grid;
  grid-template-columns: minmax(190px, .72fr) minmax(180px, .86fr) minmax(0, 1.42fr);
  gap: 22px 30px;
  align-items: center;
  margin-top: 22px;
  padding: 24px 27px;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 22px;
  background: linear-gradient(120deg, #E8763B 0%, #B95324 58%, #6A1B9A 150%);
  color: #fff;
  box-shadow: 0 18px 38px rgba(106,27,154,.18);
}
.hgt-news-quiz__eyebrow { display: inline-flex; color: #B7F1D6; font-size: 10px; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
.hgt-news-quiz h3 { margin: 8px 0 6px; color: #fff; font-size: clamp(22px, 3vw, 32px); line-height: 1.05; letter-spacing: -.055em; }
.hgt-news-quiz__intro p { max-width: 330px; margin: 0; color: rgba(255,255,255,.78); font-size: 12px; line-height: 1.65; }
.hgt-news-quiz__visual { position: relative; min-height: 194px; overflow: hidden; border: 1px solid rgba(255,255,255,.24); border-radius: 17px; background: rgba(255,255,255,.12); box-shadow: 0 13px 28px rgba(32,33,36,.16); }
.hgt-news-quiz__visual:after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(32,33,36,.02), rgba(32,33,36,.55)); pointer-events: none; }
.hgt-news-quiz__visual img { display: block; width: 100%; height: 194px; object-fit: cover; }
.hgt-news-quiz__visual span { position: absolute; z-index: 1; right: 12px; bottom: 11px; left: 12px; color: #fff; font-size: 10px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.hgt-news-quiz__panel { min-width: 0; padding: 17px; border: 1px solid rgba(255,255,255,.2); border-radius: 16px; background: rgba(255,255,255,.1); backdrop-filter: blur(8px); }
.hgt-news-quiz__meta { display: flex; align-items: center; justify-content: space-between; gap: 15px; margin-bottom: 10px; color: #B7F1D6; font-size: 10px; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.hgt-news-quiz__question { min-height: 44px; margin-bottom: 12px; color: #fff; font-size: 14px; font-weight: 800; line-height: 1.45; }
.hgt-news-quiz__options { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }
.hgt-news-quiz__option { min-height: 54px; padding: 10px 11px; border: 1px solid rgba(255,255,255,.27); border-radius: 11px; background: rgba(255,255,255,.08); color: #fff; font-size: 11px; font-weight: 750; line-height: 1.35; text-align: left; transition: background .18s ease, border-color .18s ease, transform .18s ease; }
.hgt-news-quiz__option:hover, .hgt-news-quiz__option:focus-visible { border-color: #B7F1D6; background: rgba(255,255,255,.18); outline: 0; transform: translateY(-2px); }
.hgt-news-quiz__option.is-correct { border-color: #B7F1D6; background: #087F5B; }
.hgt-news-quiz__option.is-wrong { border-color: #FFB4C7; background: #9D174D; }
.hgt-news-quiz__option:disabled { cursor: default; opacity: .95; }
.hgt-news-quiz__feedback { min-height: 19px; margin-top: 9px; color: #fff; font-size: 11px; font-weight: 700; }
.hgt-news-quiz__next { display: inline-flex; align-items: center; gap: 7px; margin-top: 7px; padding: 9px 13px; border: 0; border-radius: 999px; background: #F8F5EF; color: #E8763B; font-size: 11px; font-weight: 900; }
.hgt-news-quiz__next:hover, .hgt-news-quiz__next:focus-visible { background: #B7F1D6; outline: 0; }
.hgt-news-quiz.is-complete .hgt-news-quiz__question { color: #B7F1D6; font-size: 18px; }

@media (max-width: 980px) {
  .hgt-news-quiz { grid-template-columns: minmax(180px, .8fr) minmax(0, 1.2fr); }
  .hgt-news-quiz__intro { grid-column: 1 / -1; }
}

@media (max-width: 700px) {
  .hgt-news-quiz { grid-template-columns: 1fr; gap: 16px; padding: 20px; }
  .hgt-news-quiz__options { grid-template-columns: 1fr; }
  .hgt-news-quiz__intro { grid-column: auto; }
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--hgt-ink); background: var(--hgt-paper); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
body, button, input, select, textarea { font-size: 16px; }
a { color: inherit; }
img { max-width: 100%; height: auto; }
button, select, input, textarea { font-family: inherit; }
button { cursor: pointer; }
.hgt-site { overflow: hidden; }
.hgt-wrap { width: var(--hgt-wrap); margin-inline: auto; }
.hgt-screen-reader { position: absolute!important; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(1px,1px,1px,1px); clip-path: inset(50%); white-space: nowrap; border: 0; }

/* Header */
.hgt-topbar { color: #cbe3df; background: var(--hgt-deep); font-size: 11px; }
.hgt-topbar__inner { display: flex; align-items: center; justify-content: space-between; min-height: 32px; gap: 20px; }
.hgt-topbar b { color: var(--hgt-amber); }
.hgt-topbar__inner div { display: flex; gap: 23px; }
.hgt-topbar a { color: #fff; text-decoration: none; }
.hgt-topbar a:hover { color: var(--hgt-amber); }
.hgt-header { position: relative; z-index: 30; background: rgba(255,255,255,.98); box-shadow: 0 1px 0 rgba(16,62,68,.08); }
.hgt-header__main { display: flex; align-items: center; min-height: 79px; gap: 30px; }
.hgt-brand { display: inline-flex; flex: 0 0 auto; align-items: center; gap: 11px; color: var(--hgt-ink); text-decoration: none; }
.hgt-brand__mark { position: relative; display: grid; place-items: center; width: 43px; height: 43px; border: 1.5px solid var(--hgt-teal); border-radius: 50% 50% 50% 8px; color: var(--hgt-teal); transform: rotate(-12deg); }
.hgt-brand__mark--image { overflow: hidden; border: 0; border-radius: 50%; background: #fff; transform: none; }
.hgt-brand__mark--image img { display: block; width: 43px; height: 43px; object-fit: contain; }
.hgt-brand__mark i, .hgt-brand__mark b { position: absolute; font-size: 16px; font-style: normal; line-height: 1; letter-spacing: -.12em; }
.hgt-brand__mark i { top: 10px; left: 11px; }
.hgt-brand__mark b { right: 9px; bottom: 9px; color: var(--hgt-coral); }
.hgt-brand__text { display: grid; gap: 5px; line-height: 1; }
.hgt-brand__text strong { font-size: 15px; letter-spacing: .15em; }
.hgt-brand__text span { color: var(--hgt-teal); font-size: 9px; font-weight: 800; letter-spacing: .2em; }
.hgt-global-search { display: flex; flex: 1 1 370px; align-items: center; max-width: 430px; height: 40px; padding: 0 8px 0 14px; border: 1px solid var(--hgt-line); border-radius: 999px; background: var(--hgt-cloud); color: #91a5a6; }
.hgt-global-search > span { font-size: 23px; line-height: 1; transform: translateY(-1px); }
.hgt-global-search input { min-width: 0; flex: 1; height: 100%; padding: 0 10px; border: 0; outline: 0; background: transparent; color: var(--hgt-ink); font-size: 12px; }
.hgt-global-search input::placeholder { color: #8ca0a0; }
.hgt-global-search button { display: grid; place-items: center; width: 28px; height: 28px; padding: 0; border: 0; border-radius: 50%; background: var(--hgt-teal); color: #fff; font-size: 16px; }
.hgt-global-search:focus-within { border-color: var(--hgt-teal); box-shadow: 0 0 0 3px rgba(0,132,129,.1); }
.hgt-header__actions { display: flex; align-items: center; gap: 22px; margin-left: auto; }
.hgt-header__hotline, .hgt-header__account { display: inline-flex; align-items: center; gap: 8px; color: var(--hgt-ink); text-decoration: none; }
.hgt-header__hotline > span:first-child { display: grid; place-items: center; width: 28px; height: 28px; border-radius: 50%; background: #e3f3f0; color: var(--hgt-teal); font-size: 14px; }
.hgt-header__hotline span:last-child { display: grid; gap: 3px; }
.hgt-header__hotline small { color: var(--hgt-muted); font-size: 9px; }
.hgt-header__hotline strong { font-size: 12px; }
.hgt-header__account { color: var(--hgt-teal); font-size: 11px; font-weight: 800; line-height: 1.25; }
.hgt-header__account > span:first-child { font-size: 23px; font-weight: 400; }
.hgt-nav-wrap { border-top: 1px solid #edf2f1; border-bottom: 1px solid var(--hgt-line); }
.hgt-nav-row { display: flex; align-items: center; justify-content: space-between; min-height: 48px; gap: 20px; }
.hgt-nav { display: flex; align-items: center; gap: 27px; }
.hgt-nav > ul { display: contents; margin: 0; padding: 0; list-style: none; }
.hgt-nav li { list-style: none; }
.hgt-nav a { display: inline-flex; align-items: center; gap: 5px; padding: 15px 0 14px; color: var(--hgt-ink); font-size: 12px; font-weight: 750; text-decoration: none; }
.hgt-nav a:after { content: ""; width: 0; height: 2px; margin-top: 19px; background: var(--hgt-coral); transition: width .2s ease; }
.hgt-nav a:hover, .hgt-nav a:focus-visible { color: var(--hgt-teal); }
.hgt-nav a:hover:after, .hgt-nav a:focus-visible:after { width: 19px; }
.hgt-nav__booking { display: inline-flex; align-items: center; gap: 9px; color: var(--hgt-coral); font-size: 11px; font-weight: 850; text-decoration: none; }
.hgt-nav__booking span { display: grid; place-items: center; width: 22px; height: 22px; border: 1px solid currentColor; border-radius: 50%; font-size: 13px; }
.hgt-menu-toggle { display: none; align-items: center; gap: 8px; padding: 4px; border: 0; background: transparent; color: var(--hgt-ink); font-size: 24px; }
.hgt-menu-toggle__label { font-size: 9px; font-weight: 850; letter-spacing: .12em; }
.hgt-menu-toggle__bars, .hgt-menu-toggle__bars:before, .hgt-menu-toggle__bars:after { display: block; width: 22px; height: 2px; background: currentColor; }
.hgt-menu-toggle__bars { position: relative; }
.hgt-menu-toggle__bars:before, .hgt-menu-toggle__bars:after { content: ""; position: absolute; left: 0; }
.hgt-menu-toggle__bars:before { top: -7px; }
.hgt-menu-toggle__bars:after { top: 7px; }

/* Mega navigation */
.hgt-nav-wrap { position: relative; }
.hgt-nav > ul.hgt-mega-nav { display: flex; align-items: stretch; gap: 27px; margin: 0; padding: 0; list-style: none; }
.hgt-mega-nav__item { position: static; list-style: none; }
.hgt-mega-nav__item > a { position: relative; }
.hgt-mega-nav__item > a:after { margin-top: 0; }
.hgt-mega-nav__chevron { display: inline-block; margin-left: 2px; color: var(--hgt-teal); font-size: 13px; line-height: 1; transition: transform .2s ease; }
.hgt-mega-nav__item.is-open > a .hgt-mega-nav__chevron { transform: rotate(180deg); }
.hgt-mega-panel { position: absolute; z-index: 45; top: 100%; right: 0; left: 0; display: grid; grid-template-columns: 255px minmax(0, 1fr); gap: 31px; visibility: hidden; padding: 28px 31px 25px; border: 1px solid var(--hgt-line); border-top: 3px solid var(--hgt-teal); border-radius: 0 0 18px 18px; background: rgba(255,255,255,.98); box-shadow: 0 25px 46px rgba(8,54,61,.2); opacity: 0; pointer-events: none; transform: translateY(9px); transition: opacity .2s ease, transform .2s ease, visibility .2s ease; }
.hgt-mega-nav__item:hover > .hgt-mega-panel,
.hgt-mega-nav__item:focus-within > .hgt-mega-panel,
.hgt-mega-nav__item.is-open > .hgt-mega-panel { visibility: visible; opacity: 1; pointer-events: auto; transform: translateY(0); }
.hgt-mega-panel__intro { padding-right: 27px; border-right: 1px solid var(--hgt-line); }
.hgt-mega-panel__eyebrow, .hgt-mega-panel__label { display: block; color: var(--hgt-teal); font-size: 9px; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
.hgt-mega-panel__intro h2 { margin: 13px 0 12px; color: var(--hgt-ink); font-size: 29px; line-height: 1.03; letter-spacing: -.07em; }
.hgt-mega-panel__intro h2 em { color: var(--hgt-coral); font-style: normal; }
.hgt-mega-panel__intro p { margin: 0; color: var(--hgt-muted); font-size: 11px; line-height: 1.7; }
.hgt-mega-panel__more { display: inline-flex !important; align-items: center; gap: 9px; margin-top: 19px; color: var(--hgt-teal) !important; font-size: 11px !important; font-weight: 900 !important; text-decoration: none; }
.hgt-mega-panel__more b { color: var(--hgt-coral); font-size: 16px; font-weight: 400; }
.hgt-mega-panel__body { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); align-content: start; gap: 9px 29px; }
.hgt-mega-panel__body--services, .hgt-mega-panel__body--promos, .hgt-mega-panel__body--articles { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.hgt-mega-panel__label { margin: 1px 0 5px; color: #88a09e; }
.hgt-mega-topic, .hgt-mega-tour, .hgt-mega-service, .hgt-mega-promo, .hgt-mega-article { display: flex !important; align-items: center; min-width: 0; padding: 9px 0 !important; color: var(--hgt-ink) !important; text-decoration: none; }
.hgt-mega-topic:after, .hgt-mega-tour:after, .hgt-mega-service:after, .hgt-mega-promo:after, .hgt-mega-article:after { display: none !important; content: none !important; }
.hgt-mega-topic { gap: 11px; }
.hgt-mega-topic__icon, .hgt-mega-service__icon { display: grid; flex: 0 0 auto; place-items: center; width: 33px; height: 33px; border: 1px solid #b9ded6; border-radius: 10px; background: #eef9f5; color: var(--hgt-teal); font-size: 15px; }
.hgt-mega-topic > span:last-child, .hgt-mega-service__copy { display: grid; min-width: 0; gap: 3px; }
.hgt-mega-topic strong, .hgt-mega-tour strong, .hgt-mega-service strong, .hgt-mega-article strong { overflow: hidden; font-size: 11px; line-height: 1.25; text-overflow: ellipsis; white-space: nowrap; }
.hgt-mega-topic small, .hgt-mega-tour small, .hgt-mega-service small, .hgt-mega-article small { overflow: hidden; color: var(--hgt-muted); font-size: 9px; line-height: 1.35; text-overflow: ellipsis; white-space: nowrap; }
.hgt-mega-panel__column--featured { padding-left: 4px; }
.hgt-mega-tour { gap: 11px; }
.hgt-mega-tour__visual { display: grid; flex: 0 0 auto; place-items: center; width: 39px; height: 39px; overflow: hidden; border-radius: 11px; color: #fff; font-size: 13px; font-weight: 900; letter-spacing: -.08em; }
.hgt-mega-tour__visual--teal { background: linear-gradient(135deg, #008f88, #004852); }
.hgt-mega-tour__visual--amber { background: linear-gradient(135deg, #e6a62e, #a96723); }
.hgt-mega-tour__visual--coral { background: linear-gradient(135deg, #ff7568, #b84d4a); }
.hgt-mega-tour__visual--violet { background: linear-gradient(135deg, #8174bd, #4d4c83); }
.hgt-mega-tour__visual--slate { background: linear-gradient(135deg, #718588, #35565e); }
.hgt-mega-tour > span:nth-child(2) { display: grid; min-width: 0; flex: 1; gap: 3px; }
.hgt-mega-tour > b, .hgt-mega-service > b { flex: 0 0 auto; color: var(--hgt-coral); font-size: 16px; font-weight: 400; }
.hgt-mega-service { align-items: flex-start; gap: 10px; padding: 11px 0 !important; }
.hgt-mega-service__copy em { color: var(--hgt-teal); font-size: 8px; font-style: normal; font-weight: 800; }
.hgt-mega-panel__footer { grid-column: 2; display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-top: 9px; padding-top: 14px; border-top: 1px solid var(--hgt-line); color: var(--hgt-muted); font-size: 10px; }
.hgt-mega-panel__footer a { display: inline-flex !important; gap: 9px; color: var(--hgt-teal) !important; font-size: 10px !important; font-weight: 900 !important; }
.hgt-mega-panel__footer a b { color: var(--hgt-coral); font-size: 15px; font-weight: 400; }
.hgt-mega-panel--promos, .hgt-mega-panel--articles { grid-template-columns: 230px minmax(0, 1fr); }
.hgt-mega-panel--managed .hgt-mega-panel__body { align-content: start; }
.hgt-mega-topic--managed small { white-space: normal; }
.hgt-mega-panel--promos .hgt-mega-panel__body { gap: 12px; }
.hgt-mega-promo { min-height: 118px; flex-direction: column; align-items: flex-start; justify-content: space-between; padding: 15px !important; border-radius: 12px; background: var(--hgt-sand) !important; }
.hgt-mega-promo--large { background: linear-gradient(135deg, var(--hgt-teal), var(--hgt-deep)) !important; color: #fff !important; }
.hgt-mega-promo--teal { background: #e5f6f1 !important; }
.hgt-mega-promo > span { color: var(--hgt-teal); font-size: 8px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.hgt-mega-promo--large > span { color: var(--hgt-amber); }
.hgt-mega-promo strong { font-size: 16px; line-height: 1.05; letter-spacing: -.045em; white-space: pre-line; }
.hgt-mega-promo small { color: var(--hgt-coral); font-size: 9px; font-weight: 900; }
.hgt-mega-promo--large small { color: var(--hgt-amber); }
.hgt-mega-article { display: grid !important; align-content: start; gap: 6px; padding: 12px 14px !important; border-left: 2px solid var(--hgt-teal); background: #f4fbf8 !important; }
.hgt-mega-article > span { color: var(--hgt-coral); font-size: 9px; font-weight: 900; }
.hgt-mega-article small { white-space: normal; }

/* Hero */
.hgt-hero { position: relative; min-height: 500px; background: var(--hgt-deep); color: #fff; }
.hgt-hero__slides { position: absolute; inset: 0; }
.hgt-hero__slide { position: absolute; inset: 0; display: flex; align-items: center; opacity: 0; background-image: linear-gradient(90deg, rgba(0,55,63,.72) 0%, rgba(0,68,73,.46) 39%, rgba(0,0,0,.05) 100%), linear-gradient(0deg, rgba(0,47,54,.32), transparent 45%), var(--hero-image); background-position: center; background-size: cover; transition: opacity .55s ease; }
.hgt-hero__slide.is-active { opacity: 1; }
.hgt-hero__content { padding-top: 18px; padding-bottom: 78px; }
.hgt-eyebrow { display: inline-flex; align-items: center; gap: 9px; color: var(--hgt-amber); font-size: 11px; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.hgt-eyebrow:before { content: ""; width: 25px; height: 2px; background: var(--hgt-amber); }
.hgt-hero h1 { max-width: 600px; margin: 18px 0 20px; font-size: clamp(45px, 6vw, 76px); line-height: .99; letter-spacing: -.075em; font-weight: 820; }
.hgt-hero h1 strong { color: #b6eee0; font-weight: inherit; }
.hgt-hero p { max-width: 485px; margin: 0; color: #e2f0ec; font-size: 16px; line-height: 1.75; }
.hgt-actions { display: flex; flex-wrap: wrap; gap: 11px; margin-top: 29px; }
.hgt-btn { display: inline-flex; align-items: center; justify-content: center; gap: 13px; min-height: 47px; padding: 0 20px; border: 1px solid transparent; border-radius: 7px; font-size: 12px; font-weight: 850; text-decoration: none; transition: transform .2s ease, box-shadow .2s ease, background .2s ease, border-color .2s ease; }
.hgt-btn:hover { transform: translateY(-2px); }
.hgt-btn--primary { background: var(--hgt-teal); color: #fff; box-shadow: 0 11px 23px rgba(0,164,149,.3); }
.hgt-btn--primary:hover { background: var(--hgt-teal-dark); }
.hgt-btn--light { border-color: rgba(255,255,255,.55); background: rgba(255,255,255,.09); color: #fff; }
.hgt-btn--light:hover { border-color: #fff; background: #fff; color: var(--hgt-ink); }
.hgt-btn--outline { border-color: #a4c0bb; color: var(--hgt-ink); background: transparent; }
.hgt-btn--outline:hover { border-color: var(--hgt-teal); background: #fff; color: var(--hgt-teal); }
.hgt-home-section-action { display: flex; justify-content: center; margin-top: 28px; }
.hgt-home-section-action .hgt-btn { min-height: 46px; padding-inline: 24px; }
.hgt-hero__footer { position: absolute; right: 0; bottom: 25px; left: 0; display: flex; align-items: center; justify-content: space-between; color: rgba(255,255,255,.78); font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
.hgt-hero__controls { display: flex; align-items: center; gap: 12px; }
.hgt-hero__arrow { display: grid; place-items: center; width: 30px; height: 30px; padding: 0; border: 1px solid rgba(255,255,255,.45); border-radius: 50%; background: transparent; color: #fff; font-size: 15px; }
.hgt-hero__arrow:hover { border-color: var(--hgt-amber); color: var(--hgt-amber); }
.hgt-hero__dots { display: flex; align-items: center; gap: 7px; }
.hgt-hero__dots button { width: 26px; height: 3px; padding: 0; border: 0; background: rgba(255,255,255,.36); }
.hgt-hero__dots button.is-active { background: var(--hgt-amber); }
.hgt-mobile-break { display: none; }

/* Search tabs inspired by the reference booking surface */
.hgt-service-search { position: relative; z-index: 5; margin-top: -64px; }
.hgt-service-search__box { overflow: hidden; border-radius: 11px; background: #fff; box-shadow: 0 18px 42px rgba(5,52,59,.18); }
.hgt-service-tabs { display: flex; overflow-x: auto; border-bottom: 1px solid var(--hgt-line); }
.hgt-service-tabs button { position: relative; flex: 1 0 auto; display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 57px; padding: 0 23px; border: 0; background: #fff; color: #6c8183; font-size: 12px; font-weight: 800; white-space: nowrap; }
.hgt-service-tabs button:first-letter { color: var(--hgt-teal); font-size: 17px; }
.hgt-service-tabs button:after { content: ""; position: absolute; right: 18px; bottom: -1px; left: 18px; height: 3px; background: transparent; }
.hgt-service-tabs button:hover, .hgt-service-tabs button.is-active { color: var(--hgt-teal); }
.hgt-service-tabs button.is-active:after { background: var(--hgt-teal); }
.hgt-service-search__panels { min-height: 118px; }
.hgt-service-panel { padding: 16px 24px 13px; }
.hgt-service-panel[hidden] { display: none; }
.hgt-tour-search { display: grid; grid-template-columns: 1.05fr 1fr .9fr auto; align-items: end; gap: 0; }
.hgt-tour-search label { display: grid; gap: 7px; min-width: 0; padding: 0 19px; border-right: 1px solid var(--hgt-line); }
.hgt-tour-search label:first-child { padding-left: 0; }
.hgt-tour-search label span { color: #91a1a0; font-size: 9px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.hgt-tour-search select { width: 100%; min-width: 0; padding: 0 22px 0 0; border: 0; outline: 0; background: #fff; color: var(--hgt-ink); font-size: 13px; font-weight: 750; }
.hgt-tour-search .hgt-btn { min-height: 47px; margin-left: 20px; }
.hgt-search-highlights { display: flex; align-items: center; flex-wrap: wrap; gap: 15px; margin-top: 16px; padding-top: 10px; border-top: 1px solid #eef3f1; color: #91a1a0; font-size: 10px; }
.hgt-search-highlights a { color: var(--hgt-teal); font-weight: 750; text-decoration: none; }
.hgt-search-highlights a:hover { color: var(--hgt-coral); }
.hgt-service-panel:not([data-service-panel="tour"]) { display: block; min-height: 149px; }
.hgt-service-panel:not([data-service-panel="tour"])[hidden] { display: none; }
.hgt-service-panel__copy { display: flex; align-items: center; gap: 16px; }
.hgt-service-panel__icon { display: grid; place-items: center; width: 48px; height: 48px; border-radius: 50%; background: #e8f6f2; color: var(--hgt-teal); font-size: 20px; }
.hgt-service-panel h3 { margin: 0 0 6px; font-size: 18px; letter-spacing: -.035em; }
.hgt-service-panel p { margin: 0; color: var(--hgt-muted); font-size: 12px; }
.hgt-service-link { flex: 0 0 auto; }
.hgt-service-panel__top { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.hgt-product-strip { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-top: 15px; padding-top: 13px; border-top: 1px solid #eef3f1; }
.hgt-product-mini { display: flex; align-items: center; justify-content: space-between; gap: 12px; min-width: 0; padding: 11px 12px; border: 1px solid #e0ece9; border-radius: 8px; background: #fbfefd; color: var(--hgt-ink); text-decoration: none; transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease; }
.hgt-product-mini:hover { border-color: var(--hgt-teal); box-shadow: 0 8px 18px rgba(0,132,129,.1); transform: translateY(-2px); }
.hgt-product-mini__main { display: grid; min-width: 0; gap: 4px; }
.hgt-product-mini__main small { overflow: hidden; color: var(--hgt-teal); font-size: 8px; font-weight: 850; letter-spacing: .08em; text-overflow: ellipsis; text-transform: uppercase; white-space: nowrap; }
.hgt-product-mini__main strong { overflow: hidden; font-size: 11px; line-height: 1.25; text-overflow: ellipsis; white-space: nowrap; }
.hgt-product-mini__main > span { overflow: hidden; color: var(--hgt-muted); font-size: 9px; text-overflow: ellipsis; white-space: nowrap; }
.hgt-product-mini > b { flex: 0 0 auto; color: var(--hgt-coral); font-size: 10px; text-align: right; }
.hgt-product-mini--amber { border-color: #f4dfae; }
.hgt-product-mini--coral { border-color: #f4c9c1; }
.hgt-product-mini--violet { border-color: #d5d5ec; }
.hgt-service-empty { margin: 15px 0 0 !important; padding-top: 13px; border-top: 1px solid #eef3f1; }

/* Shared sections */
.hgt-section { padding: 48px 0; }
.hgt-service-search + .hgt-section { padding-top: 12px; }
.hgt-section--light { background: var(--hgt-cloud); }
.hgt-section--white { background: #fff; }
.hgt-section--sand { background: var(--hgt-sand); }
.hgt-section--teal { background: var(--hgt-deep); color: #fff; }
.hgt-section-heading { display: flex; align-items: end; justify-content: space-between; gap: 32px; margin-bottom: 20px; }
.hgt-kicker { display: inline-flex; align-items: center; gap: 9px; color: var(--hgt-teal); font-size: 10px; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.hgt-kicker:before { content: ""; width: 25px; height: 2px; background: var(--hgt-coral); }
.hgt-kicker--light { color: var(--hgt-amber); }
.hgt-kicker--light:before { background: var(--hgt-amber); }
.hgt-section-heading h2, .hgt-about-grid h2, .hgt-contact h2 { margin: 14px 0 0; font-size: clamp(34px, 4.5vw, 58px); line-height: 1.02; letter-spacing: -.075em; }
.hgt-section-heading p { max-width: 380px; margin: 0; color: var(--hgt-muted); font-size: 13px; line-height: 1.75; }
.hgt-section--teal .hgt-section-heading p, .hgt-about-grid p { color: #b5d0cc; }
.hgt-text-link { display: inline-flex; align-items: center; gap: 10px; color: var(--hgt-teal); font-size: 12px; font-weight: 850; text-decoration: none; white-space: nowrap; }
.hgt-text-link b, .hgt-tour-card__link b, .hgt-promo-card__action b { font-size: 16px; font-weight: 400; }
.hgt-text-link:hover { color: var(--hgt-coral); }

/* Services */
.hgt-service-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 14px; }
.hgt-service-card { position: relative; display: flex; min-height: 198px; flex-direction: column; padding: 17px 16px 15px; overflow: hidden; border: 1px solid var(--hgt-line); border-radius: var(--hgt-radius); background: #fff; text-decoration: none; transition: transform .2s ease, box-shadow .2s ease; }
.hgt-service-card:hover { transform: translateY(-5px); box-shadow: var(--hgt-shadow); }
.hgt-service-card--featured { border-color: var(--hgt-teal); background: var(--hgt-teal); color: #fff; }
.hgt-service-card:nth-child(2) { border-color: #f4d58d; background: #fff5d8; }
.hgt-service-card:nth-child(3) { border-color: #a7ded4; background: #e8f7f2; }
.hgt-service-card:nth-child(4) { border-color: #ffc4b9; background: #fff0ec; }
.hgt-service-card__number { position: absolute; top: 14px; right: 17px; color: rgba(23,61,68,.14); font-size: 40px; font-weight: 900; letter-spacing: -.09em; }
.hgt-service-card--featured .hgt-service-card__number { color: rgba(255,255,255,.18); }
.hgt-service-card__icon { display: grid; place-items: center; width: 44px; height: 44px; border: 1px solid var(--hgt-teal); border-radius: 12px; color: var(--hgt-teal); font-size: 19px; }
.hgt-service-card--featured .hgt-service-card__icon { border-color: rgba(255,255,255,.55); color: #fff; }
.hgt-service-card h3 { margin: 15px 0 6px; font-size: 16px; line-height: 1.15; letter-spacing: -.04em; }
.hgt-service-card p { margin: 0; color: var(--hgt-muted); font-size: 12px; line-height: 1.65; }
.hgt-service-card--featured p { color: #d4efea; }
.hgt-service-card__link { display: inline-flex; align-items: center; gap: 8px; margin-top: auto; padding-top: 14px; color: var(--hgt-teal); font-size: 11px; font-weight: 850; }
.hgt-service-card__link b { font-size: 17px; font-weight: 400; }
.hgt-service-card--featured .hgt-service-card__link { color: var(--hgt-amber); }

/* Tour cards */
.hgt-filter-note { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin: -13px 0 25px; padding: 11px 14px; border-left: 3px solid var(--hgt-coral); background: rgba(255,255,255,.68); color: var(--hgt-muted); font-size: 12px; }
.hgt-filter-note a { color: var(--hgt-teal); font-weight: 800; text-decoration: none; }
.hgt-tour-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 14px; }
.hgt-tour-card { display: flex; min-width: 0; flex-direction: column; overflow: hidden; border: 1px solid var(--hgt-line); border-radius: var(--hgt-radius); background: #fff; transition: transform .22s ease, box-shadow .22s ease; }
.hgt-tour-card:hover { transform: translateY(-5px); box-shadow: var(--hgt-shadow); }
.hgt-tour-card__visual { position: relative; display: flex; min-height: 145px; align-items: end; padding: 15px; overflow: hidden; color: #fff; background-color: var(--hgt-teal); background-position: center; background-size: cover; text-decoration: none; }
.hgt-tour-card__visual > img { position: absolute; z-index: 0; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.hgt-tour-card:hover .hgt-tour-card__visual > img { transform: scale(1.06); }
.hgt-tour-card__visual:before { content: ""; position: absolute; z-index: 1; inset: 0; background: linear-gradient(180deg, rgba(0,50,55,.04) 24%, rgba(0,28,33,.7) 100%); pointer-events: none; }
.hgt-tour-card__visual:after { content: ""; position: absolute; z-index: 1; right: -37px; top: -50px; width: 190px; height: 190px; border: 1px solid rgba(255,255,255,.44); border-radius: 50%; box-shadow: 0 0 0 24px rgba(255,255,255,.08), 0 0 0 48px rgba(255,255,255,.05); pointer-events: none; }
.hgt-tour-card__visual--teal { background-image: url('assets/images/destinations/mien-tay.webp'); }
.hgt-tour-card__visual--amber { background-color: #b98032; background-image: url('assets/images/destinations/phu-quoc.webp'); }
.hgt-tour-card__visual--coral { background-color: #c86b5c; background-image: url('assets/images/destinations/da-lat-nha-trang.webp'); }
.hgt-tour-card__visual--violet { background-color: #67709b; background-image: url('assets/images/destinations/singapore-malaysia.webp'); }
.hgt-tour-card__visual--slate { background-color: #52666b; background-image: url('assets/images/destinations/doanh-nghiep.webp'); }
.hgt-tour-card__image-label { position: relative; z-index: 2; display: grid; gap: 5px; }
.hgt-tour-card__image-label small { color: rgba(255,255,255,.82); font-size: 9px; letter-spacing: .12em; text-transform: uppercase; }
.hgt-tour-card__image-label strong { font-size: 38px; line-height: .85; letter-spacing: -.1em; }
.hgt-tour-card__ribbon { position: absolute; z-index: 4; top: 19px; left: -43px; display: block; width: 158px; padding: 7px 5px; transform: rotate(-43deg); background: linear-gradient(135deg, var(--hgt-coral), #ff8b54); color: #fff; text-align: center; box-shadow: 0 5px 13px rgba(50,25,20,.28); }
.hgt-tour-card__ribbon span { display: block; font-size: 9px; font-weight: 950; letter-spacing: .12em; line-height: 1; text-transform: uppercase; }
.hgt-tour-card__badge { position: absolute; z-index: 3; top: 17px; right: 17px; padding: 6px 9px; border: 1px solid rgba(255,255,255,.5); border-radius: 4px; background: rgba(0,37,43,.25); font-size: 9px; font-weight: 800; }
.hgt-tour-card__visual-arrow { position: absolute; z-index: 3; right: 17px; bottom: 17px; display: grid; place-items: center; width: 27px; height: 27px; border: 1px solid rgba(255,255,255,.55); border-radius: 50%; font-size: 15px; }
.hgt-tour-card__body { display: flex; flex: 1; flex-direction: column; padding: 14px 15px 15px; }
.hgt-tour-card__eyebrow { display: flex; justify-content: space-between; gap: 10px; color: #91a1a0; font-size: 9px; letter-spacing: .07em; text-transform: uppercase; }
.hgt-tour-card__eyebrow span:last-child { color: var(--hgt-coral); font-size: 7px; }
.hgt-tour-card__body h3 { margin: 10px 0 7px; font-size: 16px; line-height: 1.18; letter-spacing: -.045em; }
.hgt-tour-card__body h3 a { text-decoration: none; }
.hgt-tour-card__body h3 a:hover { color: var(--hgt-teal); }
.hgt-tour-card__body p { min-height: 42px; margin: 0; color: var(--hgt-muted); font-size: 12px; line-height: 1.65; }
.hgt-tour-card__meta { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin: 11px 0; padding-top: 10px; border-top: 1px solid var(--hgt-line); }
.hgt-tour-card__meta span { display: block; color: #8ca09e; font-size: 9px; }
.hgt-tour-card__meta strong { display: block; margin-top: 4px; font-size: 11px; line-height: 1.3; }
.hgt-tour-card__footer { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: auto; }
.hgt-tour-card__pricing { display: grid; gap: 2px; min-width: 0; }
.hgt-tour-card__original-price { color: #93a3a1; font-size: 10px; line-height: 1.1; text-decoration: line-through; }
.hgt-tour-card__discount-price, .hgt-tour-card__price { color: var(--hgt-coral); font-size: 13px; font-weight: 900; line-height: 1.15; }
.hgt-tour-card__link { display: inline-flex; align-items: center; gap: 6px; color: var(--hgt-teal); font-size: 11px; font-weight: 850; text-decoration: none; }
.hgt-tour-card__link:hover { color: var(--hgt-coral); }
.hgt-tour-detail__original-price { display: block; margin-top: 4px; color: #93a3a1; font-size: 10px; }
.hgt-tour-detail__discount-price { color: var(--hgt-coral) !important; font-size: 15px !important; }
.hgt-center { display: flex; justify-content: center; margin-top: 37px; }
.hgt-empty-state { padding: 35px; border: 1px dashed #abc4be; border-radius: 12px; background: rgba(255,255,255,.5); text-align: center; }
.hgt-empty-state strong { font-size: 17px; }
.hgt-empty-state p { color: var(--hgt-muted); font-size: 13px; }
.hgt-empty-state a { color: var(--hgt-teal); font-weight: 800; }

/* Promotions */
.hgt-promo-grid { display: grid; grid-template-columns: 1.15fr .85fr .85fr; grid-template-rows: repeat(2, 155px); gap: 13px; }
.hgt-promo-card { position: relative; display: flex; flex-direction: column; justify-content: end; overflow: hidden; padding: 20px; border-radius: var(--hgt-radius); color: #fff; text-decoration: none; transition: transform .2s ease, box-shadow .2s ease; }
.hgt-promo-card:hover { transform: translateY(-5px); box-shadow: var(--hgt-shadow); }
.hgt-promo-card--large { grid-row: span 2; background: linear-gradient(0deg, rgba(5,43,49,.85), rgba(5,43,49,.04)), url('assets/images/destinations/phu-quoc.webp') center/cover; }
.hgt-promo-card--large:after { content: ""; position: absolute; right: -62px; top: -56px; width: 250px; height: 250px; border: 1px solid rgba(255,255,255,.38); border-radius: 50%; box-shadow: 0 0 0 23px rgba(255,255,255,.06), 0 0 0 47px rgba(255,255,255,.06); }
.hgt-promo-card--small { justify-content: space-between; color: #fff; background-color: #f5e7c7; background-position: center; background-size: cover; }
.hgt-promo-card--small:before { content: ""; position: absolute; z-index: 0; inset: 0; background: linear-gradient(135deg, rgba(0,48,54,.7), rgba(0,48,54,.16)); }
.hgt-promo-card--amber { background-image: url('assets/images/destinations/mien-tay.webp'); }
.hgt-promo-card--teal { color: #fff; background-image: url('assets/images/destinations/singapore-malaysia.webp'); }
.hgt-promo-card__overlay { position: absolute; z-index: 0; inset: 0; }
.hgt-promo-card > div { position: relative; z-index: 1; }
.hgt-promo-card__tag, .hgt-promo-card__eyebrow { display: inline-flex; color: var(--hgt-amber); font-size: 9px; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.hgt-promo-card--small .hgt-promo-card__eyebrow { color: #ffe08a; }
.hgt-promo-card--teal .hgt-promo-card__eyebrow { color: #b5e7da; }
.hgt-promo-card h3 { position: relative; z-index: 1; max-width: 400px; margin: 10px 0 11px; font-size: clamp(24px, 3vw, 37px); line-height: 1.02; letter-spacing: -.065em; }
.hgt-promo-card--small h3 { margin: 13px 0 0; font-size: 23px; }
.hgt-promo-card p { position: relative; z-index: 1; margin: 0; color: rgba(23,61,68,.72); font-size: 11px; line-height: 1.55; }
.hgt-promo-card--small p { color: rgba(255,255,255,.86); }
.hgt-promo-card--teal p { color: #d4eeea; }
.hgt-promo-card__action { position: relative; z-index: 1; display: inline-flex; align-items: center; gap: 11px; margin-top: 18px; color: inherit; font-size: 11px; font-weight: 850; }
.hgt-promo-card--tour { min-height: 155px; padding: 17px; color: #fff; }
.hgt-promo-card--tour > img { position: absolute; z-index: 0; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.hgt-promo-card--tour:hover > img { transform: scale(1.07); }
.hgt-promo-card--tour:before { content: ""; position: absolute; z-index: 1; inset: 0; background: linear-gradient(180deg, rgba(0,35,42,.08), rgba(0,35,42,.82)); pointer-events: none; }
.hgt-promo-card--tour > div { position: relative; z-index: 2; }
.hgt-promo-card--tour .hgt-promo-card__tag { color: #ffe08a; }
.hgt-promo-card--tour h3 { margin: 8px 0 0; font-size: clamp(20px, 2vw, 27px); text-shadow: 0 2px 12px rgba(0,25,30,.28); }
.hgt-promo-card--tour .hgt-promo-card__action { margin-top: 11px; color: #fff; }

/* About + stats */
.hgt-about-grid { display: grid; grid-template-columns: .88fr 1.12fr; align-items: center; gap: 65px; }
.hgt-about-grid h2 { max-width: 610px; }
.hgt-about-grid p { max-width: 560px; margin: 21px 0 0; font-size: 14px; line-height: 1.8; }
.hgt-about-visual { position: relative; display: grid; place-items: center; min-height: 360px; overflow: hidden; isolation: isolate; border: 1px solid rgba(255,255,255,.18); border-radius: 50% 50% 18px 18px; background: linear-gradient(135deg, #0b7075, #073f49); }
.hgt-about-visual > img { position: absolute; z-index: 0; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .62; filter: saturate(.92); }
.hgt-about-visual__veil { position: absolute !important; z-index: 1 !important; inset: 0 !important; display: block !important; width: auto !important; height: auto !important; background: linear-gradient(135deg, rgba(0,72,82,.86), rgba(0,72,82,.35) 58%, rgba(0,26,34,.5)); }
.hgt-about-visual:before, .hgt-about-visual:after { content: ""; position: absolute; z-index: 2; border: 1px solid rgba(255,255,255,.3); border-radius: 50%; pointer-events: none; }
.hgt-about-visual:before { width: 280px; height: 280px; }
.hgt-about-visual:after { width: 410px; height: 410px; border-style: dashed; transform: rotate(32deg); }
.hgt-about-visual span:not(.hgt-about-visual__veil) { position: relative; z-index: 3; color: rgba(255,255,255,.91); font-size: 116px; font-weight: 900; letter-spacing: -.18em; }
.hgt-about-visual__sticker { position: absolute !important; z-index: 4 !important; top: 24px; left: 23px; display: block !important; width: auto !important; height: auto !important; padding: 9px 12px; border-radius: 9px; background: var(--hgt-amber); color: var(--hgt-ink) !important; font-size: 9px !important; font-weight: 950; letter-spacing: .08em !important; line-height: 1.25; transform: rotate(-6deg); box-shadow: 0 9px 20px rgba(0,35,40,.2); }
.hgt-about-visual i { position: absolute; z-index: 2; width: 115px; height: 2px; background: var(--hgt-amber); transform: rotate(-43deg); }
.hgt-about-visual b { position: absolute; z-index: 2; right: 31px; bottom: 27px; color: #b2dcd3; font-size: 9px; line-height: 1.4; letter-spacing: .2em; }
.hgt-stat-row { display: grid; grid-template-columns: repeat(3, 1fr); max-width: 570px; margin: 31px 0 29px; border-top: 1px solid rgba(255,255,255,.19); border-bottom: 1px solid rgba(255,255,255,.19); }
.hgt-stat-row div { padding: 16px 18px 17px 0; border-right: 1px solid rgba(255,255,255,.19); }
.hgt-stat-row div:not(:first-child) { padding-left: 18px; }
.hgt-stat-row div:last-child { border-right: 0; }
.hgt-stat-row strong { display: block; color: var(--hgt-amber); font-size: 25px; letter-spacing: -.08em; }
.hgt-stat-row span { display: block; margin-top: 5px; color: #bed8d3; font-size: 10px; }

/* Articles */
.hgt-article-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.hgt-article-card { position: relative; display: flex; min-height: 360px; flex-direction: column; overflow: hidden; border: 1px solid var(--hgt-line); border-radius: var(--hgt-radius); background: #fff; text-decoration: none; transition: transform .2s ease, box-shadow .2s ease; }
.hgt-article-card:hover { transform: translateY(-5px); box-shadow: var(--hgt-shadow); }
.hgt-article-card:nth-child(2) { background: #fff3d9; }
.hgt-article-card:nth-child(3) { background: #e1f2ed; }
.hgt-article-card__image { position: relative; display: block; min-height: 142px; background-color: #a6d8d0; background-position: center; background-size: cover; }
.hgt-article-card__image img { display: block; width: 100%; height: 142px; object-fit: cover; }
.hgt-article-card__image:after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(5,44,52,.03), rgba(5,44,52,.42)); }
.hgt-article-card__body { position: relative; display: flex; flex: 1; flex-direction: column; padding: 20px 21px 19px; }
.hgt-article-card__number { position: absolute; top: 11px; right: 14px; color: rgba(23,61,68,.14); font-size: 35px; font-weight: 900; }
.hgt-article-card__icon { display: grid; place-items: center; width: 39px; height: 39px; border: 1px solid var(--hgt-teal); border-radius: 50%; background: rgba(255,255,255,.8); color: var(--hgt-teal); font-size: 17px; }
.hgt-article-card h3 { max-width: 255px; margin: 17px 0 7px; font-size: 17px; line-height: 1.15; letter-spacing: -.045em; }
.hgt-article-card p { margin: 0; color: var(--hgt-muted); font-size: 11px; line-height: 1.6; }
.hgt-article-card .hgt-text-link { margin-top: auto; padding-top: 13px; }

/* Article detail + conversion block */
.hgt-article-single { margin-inline: auto; }
.hgt-article-single__date { margin: 0 0 22px; color: var(--hgt-teal) !important; font-size: 11px; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.hgt-article-single__image { margin: 0 0 29px; overflow: hidden; border-radius: 18px; background: #dcefea; box-shadow: var(--hgt-shadow); }
.hgt-article-single__image img { display: block; width: 100%; max-height: 440px; object-fit: cover; }
.hgt-article-single__cta { margin-top: 39px; padding: 28px 30px; overflow: hidden; border-radius: 18px; background: linear-gradient(120deg, var(--hgt-teal-dark), var(--hgt-teal)); color: #fff; box-shadow: 0 18px 40px rgba(0,132,129,.2); }
.hgt-article-single__cta > span { color: var(--hgt-amber); font-size: 10px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.hgt-article-single__cta h2 { margin: 10px 0 7px; color: #fff; font-size: 27px; }
.hgt-article-single__cta p { max-width: 600px; margin: 0; color: #d7efea !important; font-size: 13px; line-height: 1.7 !important; }
.hgt-article-single__cta .hgt-btn { margin-top: 19px; }
.hgt-related-articles { margin-top: 53px; padding-top: 37px; border-top: 1px solid var(--hgt-line); }
.hgt-related-articles h2 { margin: 0 0 20px; }
.hgt-related-articles .hgt-article-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }

/* Contact + footer */
.hgt-contact { padding: 48px 0; background: var(--hgt-sand); }
.hgt-contact__grid { display: grid; grid-template-columns: .88fr 1.12fr; align-items: start; gap: 78px; }
.hgt-contact h2 { max-width: 535px; }
.hgt-contact__intro { max-width: 470px; margin: 20px 0 0; color: var(--hgt-muted); font-size: 14px; line-height: 1.8; }
.hgt-contact__details { display: grid; gap: 10px; margin: 26px 0 0; padding: 0; list-style: none; }
.hgt-contact__details li { position: relative; padding-left: 21px; color: var(--hgt-ink); font-size: 12px; line-height: 1.65; }
.hgt-contact__details li:before { content: ""; position: absolute; top: 8px; left: 1px; width: 7px; height: 7px; border-radius: 50%; background: var(--hgt-coral); }
.hgt-contact__details a { font-weight: 850; text-decoration: none; }
.hgt-contact__details a:hover { color: var(--hgt-teal); }
.hgt-form { padding: 28px; border: 1px solid rgba(23,61,68,.08); border-radius: var(--hgt-radius); background: #fff; box-shadow: var(--hgt-shadow); }
.hgt-form h3 { margin: 0 0 23px; font-size: 22px; letter-spacing: -.045em; }
.hgt-form__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0 14px; }
.hgt-form label { display: block; margin-bottom: 14px; color: var(--hgt-ink); font-size: 11px; font-weight: 850; }
.hgt-form input, .hgt-form select, .hgt-form textarea { display: block; width: 100%; margin-top: 7px; padding: 0 12px; border: 1px solid #dce8e5; border-radius: 6px; outline: 0; background: #fbfdfc; color: var(--hgt-ink); font-size: 12px; }
.hgt-form input, .hgt-form select { height: 45px; }
.hgt-form textarea { min-height: 95px; padding-top: 12px; resize: vertical; }
.hgt-form input:focus, .hgt-form select:focus, .hgt-form textarea:focus { border-color: var(--hgt-teal); box-shadow: 0 0 0 3px rgba(0,132,129,.1); }
.hgt-form .hgt-btn { width: 100%; margin-top: 4px; border: 0; }
.hgt-form__privacy { margin: 11px 0 0; color: #91a09d; text-align: center; font-size: 10px; }
.hgt-notice { margin-bottom: 18px; padding: 12px 15px; border-radius: 7px; background: #e2f5eb; color: #176b48; font-size: 12px; font-weight: 750; }
.hgt-notice--error { background: #fce8e4; color: #9a473c; }
.hgt-footer { padding: 0 0 20px; background: var(--hgt-ink); color: #fff; }
.hgt-footer__top { display: grid; grid-template-columns: 1.2fr .8fr; align-items: center; gap: 50px; padding: 50px 0 38px; border-bottom: 1px solid rgba(255,255,255,.12); }
.hgt-footer .hgt-brand { color: #fff; }
.hgt-footer .hgt-brand__mark--image { background: #fff; }
.hgt-footer .hgt-brand__mark { border-color: var(--hgt-amber); color: var(--hgt-amber); }
.hgt-footer .hgt-brand__text span { color: var(--hgt-amber); }
.hgt-footer__intro { max-width: 380px; margin: 18px 0 0; color: #aec9c4; font-size: 12px; line-height: 1.75; }
.hgt-footer__newsletter { padding-left: 30px; border-left: 1px solid rgba(255,255,255,.13); }
.hgt-footer__eyebrow { color: var(--hgt-amber); font-size: 9px; font-weight: 850; letter-spacing: .15em; text-transform: uppercase; }
.hgt-footer__newsletter h3 { margin: 11px 0 15px; font-size: 25px; line-height: 1.08; letter-spacing: -.055em; }
.hgt-footer__newsletter-link { color: #b5e5d9; font-size: 11px; font-weight: 850; text-decoration: none; }
.hgt-footer__newsletter-link:hover { color: #fff; }
.hgt-footer__newsletter-link b { margin-left: 8px; font-size: 16px; font-weight: 400; }
.hgt-footer__grid { display: grid; grid-template-columns: 1.3fr .78fr .78fr .82fr; gap: 42px; padding: 35px 0 32px; }
.hgt-footer h3 { margin: 0 0 16px; color: var(--hgt-amber); font-size: 10px; letter-spacing: .15em; text-transform: uppercase; }
.hgt-footer ul { display: grid; gap: 9px; margin: 0; padding: 0; list-style: none; }
.hgt-footer li, .hgt-footer a { color: #d0e1dd; font-size: 11px; line-height: 1.55; text-decoration: none; }
.hgt-footer a:hover { color: #fff; }
.hgt-footer__social ul { gap: 10px; }
.hgt-footer__social a { display: inline-flex; align-items: center; gap: 8px; }
.hgt-social-mark { display: inline-grid; place-items: center; width: 22px; height: 22px; border: 1px solid rgba(255,255,255,.28); border-radius: 50%; color: var(--hgt-amber); font-size: 11px; font-style: normal; font-weight: 900; line-height: 1; }
.hgt-footer__bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 17px; border-top: 1px solid rgba(255,255,255,.12); color: #89a8a3; font-size: 9px; }
.hgt-footer__bottom a { color: var(--hgt-amber); }
.hgt-floating-stack { position: fixed; z-index: 40; right: 21px; bottom: 19px; display: grid; gap: 8px; justify-items: end; }
.hgt-floating { display: inline-flex; align-items: center; gap: 9px; padding: 7px 9px 7px 13px; border-radius: 999px; color: #fff; box-shadow: 0 13px 30px rgba(16,62,68,.25); font-size: 11px; font-weight: 850; text-decoration: none; transition: transform .2s ease, box-shadow .2s ease; }
.hgt-floating:hover { color: #fff; transform: translateY(-2px); box-shadow: 0 16px 32px rgba(16,62,68,.3); }
.hgt-floating b { display: grid; place-items: center; width: 30px; height: 30px; border-radius: 50%; background: #fff; font-size: 14px; font-weight: 900; }
.hgt-floating--phone { background: var(--hgt-coral); }
.hgt-floating--phone b { color: var(--hgt-coral); font-size: 15px; }
.hgt-floating--zalo { background: #0068ff; }
.hgt-floating--zalo b { color: #0068ff; }
.hgt-floating--messenger { background: linear-gradient(135deg, #7b55f8, #087cff); }
.hgt-floating--messenger b { color: #4169e1; }

/* Existing inner pages */
.hgt-page-hero { padding: 72px 0; background: linear-gradient(120deg, var(--hgt-sand), #e5f3ef); }
.hgt-page-hero h1 { margin: 17px 0 0; font-size: clamp(42px, 5vw, 68px); line-height: .98; letter-spacing: -.075em; }
.hgt-page-hero em { color: var(--hgt-teal); font-style: normal; }
.hgt-content { padding: 80px 0; }
.hgt-content__narrow { max-width: 820px; }
.hgt-content h2 { margin: 40px 0 15px; font-size: 30px; letter-spacing: -.05em; }
.hgt-content p, .hgt-content li { color: var(--hgt-muted); line-height: 1.8; }
.hgt-content ul { padding-left: 20px; }
.hgt-tour-detail-hero { padding: 50px 0 60px; }
.hgt-tour-detail-hero__back { display: inline-flex; margin-bottom: 28px; color: var(--hgt-teal); font-size: 11px; font-weight: 850; text-decoration: none; }
.hgt-tour-detail-hero__back:hover { color: var(--hgt-coral); }
.hgt-tour-detail-hero h1 { max-width: 980px; overflow-wrap: anywhere; }
.hgt-tour-detail-hero__offer { display: inline-flex; margin-top: 22px; padding: 8px 12px; border-radius: 999px; background: var(--hgt-coral); color: #fff; font-size: 10px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.hgt-tour-detail { padding-top: 58px; }
.hgt-tour-detail-grid { display: grid; grid-template-columns: minmax(0, 1fr) 342px; align-items: start; gap: 58px; }
.hgt-tour-detail__main { min-width: 0; overflow-wrap: anywhere; }
.hgt-tour-detail__form { position: sticky; top: 22px; }
.hgt-tour-detail__form h2 { margin: 11px 0 8px; font-size: 28px; letter-spacing: -.06em; }
.hgt-tour-detail__form > p { margin: 0; color: var(--hgt-muted); font-size: 12px; line-height: 1.7; }
.hgt-tour-detail__form .hgt-kicker { font-size: 9px; }
.hgt-tour-facts { display: grid; grid-template-columns: repeat(4, 1fr); margin-bottom: 42px; border: 1px solid var(--hgt-line); border-radius: 12px; background: #fbfefd; }
.hgt-tour-facts > div { min-width: 0; padding: 16px 14px; border-right: 1px solid var(--hgt-line); }
.hgt-tour-facts > div:last-child { border-right: 0; }
.hgt-tour-facts span, .hgt-tour-facts del { display: block; color: #8ca09e; font-size: 9px; line-height: 1.35; }
.hgt-tour-facts strong { display: block; margin-top: 6px; font-size: 12px; line-height: 1.35; }
.hgt-tour-facts del { margin-top: 6px; }
.hgt-tour-facts .hgt-tour-detail__discount-price { margin-top: 3px; }
.hgt-tour-detail__intro { padding-bottom: 24px; border-bottom: 1px solid var(--hgt-line); }
.hgt-tour-detail__intro h2 { max-width: 100%; margin: 14px 0 11px; font-size: clamp(30px, 4vw, 44px); overflow-wrap: anywhere; }
.hgt-tour-detail__intro p { max-width: 700px; margin: 0; font-size: 15px; }
.hgt-tour-detail__content { padding-top: 4px; }
.hgt-tour-detail__content h2 { margin-top: 38px; color: var(--hgt-ink); }
.hgt-tour-detail__content h3 { margin: 27px 0 9px; color: var(--hgt-ink); font-size: 19px; letter-spacing: -.04em; }
.hgt-tour-detail__content li { margin-bottom: 5px; }
.hgt-tour-detail__cta { display: flex; align-items: center; justify-content: space-between; gap: 27px; margin-top: 42px; padding: 27px 29px; border-radius: 16px; background: linear-gradient(120deg, var(--hgt-deep), var(--hgt-teal)); box-shadow: 0 16px 34px rgba(0,80,82,.15); }
.hgt-tour-detail__cta h2 { margin: 11px 0 7px; color: #fff; font-size: 27px; }
.hgt-tour-detail__cta p { max-width: 580px; margin: 0; color: #cde8e3; font-size: 12px; line-height: 1.7; }
.hgt-tour-detail__cta .hgt-kicker { font-size: 9px; }
.hgt-tour-detail__cta .hgt-btn { flex: 0 0 auto; }
.hgt-tour-detail__checklist { display: grid; gap: 9px; margin: 21px 0 24px; padding: 0; list-style: none; }
.hgt-tour-detail__checklist li { position: relative; padding-left: 21px; color: var(--hgt-ink); font-size: 11px; line-height: 1.5; }
.hgt-tour-detail__checklist li:before { content: "✓"; position: absolute; left: 0; color: var(--hgt-teal); font-weight: 900; }
.hgt-tour-detail__phone { display: flex; justify-content: space-between; margin-top: 17px; padding-top: 15px; border-top: 1px solid var(--hgt-line); color: var(--hgt-teal); font-size: 11px; font-weight: 850; text-decoration: none; }
.hgt-tour-detail__phone:hover { color: var(--hgt-coral); }
.hgt-related-data { margin-top: 70px; padding-top: 44px; border-top: 1px solid var(--hgt-line); }
.hgt-related-data .hgt-section-heading { margin-bottom: 25px; }
.hgt-related-data--services { margin-top: 52px; padding-top: 39px; }
.hgt-related-data--services .hgt-product-strip { margin-top: 0; padding-top: 0; border-top: 0; }
.hgt-archive-grid { padding: 80px 0; }
.hgt-archive-grid .hgt-section-heading { margin-bottom: 30px; }
.hgt-story-grid { display: grid; grid-template-columns: .87fr 1.13fr; align-items: center; gap: 90px; }
.hgt-story-art { position: relative; min-height: 430px; }
.hgt-story-art__card { position: absolute; inset: 0 35px 35px 0; overflow: hidden; border-radius: 23px; background: #dfeee9; }
.hgt-story-art__card:before { content: "HG"; position: absolute; right: 18px; bottom: -25px; color: rgba(0,132,129,.14); font-size: 180px; font-weight: 900; letter-spacing: -.15em; }
.hgt-story-art__path { position: absolute; top: 20%; left: 21%; width: 58%; height: 52%; border: 2px dashed var(--hgt-teal); border-left-color: transparent; border-radius: 50%; transform: rotate(-25deg); }
.hgt-story-art__pin { position: absolute; display: grid; place-items: center; width: 28px; height: 28px; border: 5px solid #fff; border-radius: 50% 50% 50% 0; background: var(--hgt-coral); transform: rotate(-45deg); box-shadow: 0 7px 16px rgba(19,45,53,.18); }
.hgt-story-art__pin:after { content: ""; width: 6px; height: 6px; border-radius: 50%; background: #fff; }
.hgt-story-art__pin--one { top: 28%; left: 23%; }
.hgt-story-art__pin--two { right: 17%; bottom: 20%; background: var(--hgt-amber); }
.hgt-story-art__label { position: absolute; bottom: 13%; left: 12%; padding: 14px 17px; border-radius: 12px; background: #fff; box-shadow: var(--hgt-shadow); }
.hgt-story-art__label strong, .hgt-story-art__label span { display: block; }
.hgt-story-art__label strong { font-size: 13px; }
.hgt-story-art__label span { margin-top: 4px; color: var(--hgt-muted); font-size: 10px; }
.hgt-bullet-list { display: grid; grid-template-columns: 1fr 1fr; gap: 13px 24px; margin: 28px 0 0; padding: 0; list-style: none; }
.hgt-bullet-list li { position: relative; padding-left: 23px; font-size: 13px; line-height: 1.55; font-weight: 700; }
.hgt-bullet-list li:before { content: "✓"; position: absolute; left: 0; color: var(--hgt-teal); font-weight: 900; }

/* About page refresh · orange-led travel story */
.hgt-page-hero {
  position: relative;
  overflow: hidden;
  padding: 76px 0 70px;
  background:
    radial-gradient(circle at 84% 15%, rgba(232,118,59,.22), transparent 28%),
    linear-gradient(120deg, #fff1d6 0%, #f8f5ef 57%, #e8f6ef 100%);
}
.hgt-page-hero:after {
  position: absolute;
  right: -70px;
  bottom: -145px;
  width: 390px;
  height: 390px;
  border: 1px solid rgba(106,27,154,.15);
  border-radius: 50%;
  content: "";
  box-shadow: 0 0 0 42px rgba(106,27,154,.04), 0 0 0 84px rgba(106,27,154,.025);
  pointer-events: none;
}
.hgt-about-hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(260px, .65fr); align-items: end; gap: 50px; }
.hgt-page-hero h1 { margin: 17px 0 0; font-size: clamp(44px, 6vw, 78px); line-height: .94; letter-spacing: -.085em; }
.hgt-page-hero em { color: var(--hgt-coral); font-style: normal; }
.hgt-page-hero__lead { max-width: 610px; margin: 23px 0 0; color: var(--hgt-muted); font-size: 15px; line-height: 1.75; }
.hgt-page-hero__note { justify-self: end; min-width: 260px; padding: 23px 24px; border: 1px solid rgba(106,27,154,.18); border-radius: 18px; background: rgba(255,255,255,.7); box-shadow: 0 16px 32px rgba(32,33,36,.08); transform: rotate(2deg); }
.hgt-page-hero__note span, .hgt-page-hero__note small { display: block; color: var(--hgt-purple); font-size: 10px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.hgt-page-hero__note strong { display: block; margin: 13px 0 17px; color: var(--hgt-ink); font-size: 22px; line-height: 1.12; letter-spacing: -.045em; }
.hgt-page-hero__note small { color: var(--hgt-muted); font-size: 9px; letter-spacing: .08em; }
.hgt-content { padding: 78px 0 84px; background: #fff; }
.hgt-story-grid { grid-template-columns: minmax(300px, .9fr) minmax(0, 1.1fr); gap: 72px; }
.hgt-story-art { min-height: 455px; }
.hgt-story-art__card { inset: 0 28px 28px 0; border-radius: 25px; background: var(--hgt-deep); box-shadow: 0 22px 44px rgba(32,33,36,.16); }
.hgt-story-art__card:after { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(32,33,36,.02) 18%, rgba(32,33,36,.72) 100%); content: ""; }
.hgt-story-art__card img { display: block; width: 100%; height: 100%; object-fit: cover; transform: scale(1.04); transition: transform .5s ease; }
.hgt-story-art:hover .hgt-story-art__card img { transform: scale(1.09); }
.hgt-story-art__badge { position: absolute; z-index: 1; top: 18px; left: 18px; padding: 8px 10px; border: 1px solid rgba(255,255,255,.42); border-radius: 999px; background: rgba(32,33,36,.32); color: #fff; font-size: 9px; font-weight: 900; letter-spacing: .12em; }
.hgt-story-art__path { z-index: 2; border-color: rgba(255,194,71,.9); border-left-color: transparent; }
.hgt-story-art__label { z-index: 3; bottom: 10%; left: 9%; padding: 15px 18px; border-left: 3px solid var(--hgt-coral); }
.hgt-story-art__label strong { color: var(--hgt-ink); }
.hgt-content__narrow { max-width: 740px; }
.hgt-content h2 { margin: 20px 0 16px; color: var(--hgt-ink); font-size: clamp(32px, 4vw, 50px); line-height: 1.02; letter-spacing: -.075em; }
.hgt-content p, .hgt-content li { font-size: 14px; line-height: 1.8; }
.hgt-about-stat-row { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 27px; border-top: 1px solid var(--hgt-line); border-bottom: 1px solid var(--hgt-line); }
.hgt-about-stat-row div { padding: 14px 16px 14px 0; border-right: 1px solid var(--hgt-line); }
.hgt-about-stat-row div + div { padding-left: 16px; }
.hgt-about-stat-row div:last-child { border-right: 0; }
.hgt-about-stat-row strong, .hgt-about-stat-row span { display: block; }
.hgt-about-stat-row strong { color: var(--hgt-coral); font-size: 25px; letter-spacing: -.06em; }
.hgt-about-stat-row span { margin-top: 4px; color: var(--hgt-muted); font-size: 10px; line-height: 1.35; }
.hgt-bullet-list { margin-top: 23px; }
.hgt-section--sand { background: linear-gradient(135deg, #fff4df 0%, #f8f5ef 55%, #eaf6f1 100%); }
.hgt-section--sand .hgt-section-heading { margin-bottom: 27px; }
.hgt-section--sand .hgt-section-heading h2 { color: var(--hgt-ink); }
.hgt-category-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 13px; }
.hgt-category-card { position: relative; min-height: 205px; padding: 21px 19px 17px; overflow: hidden; border: 1px solid rgba(8,127,91,.18); border-radius: 18px; background: rgba(255,255,255,.82); box-shadow: 0 12px 24px rgba(32,33,36,.06); transition: transform .2s ease, box-shadow .2s ease; }
.hgt-category-card:after { position: absolute; right: -24px; bottom: -38px; width: 110px; height: 110px; border: 1px solid rgba(106,27,154,.14); border-radius: 50%; content: ""; box-shadow: 0 0 0 14px rgba(106,27,154,.035); }
.hgt-category-card:hover { transform: translateY(-5px); box-shadow: 0 18px 34px rgba(32,33,36,.11); }
.hgt-category-card__icon { display: grid; place-items: center; width: 40px; height: 40px; border-radius: 12px; background: var(--hgt-coral); color: #fff; font-size: 12px; font-weight: 900; box-shadow: 0 8px 15px rgba(232,118,59,.24); }
.hgt-category-card:nth-child(2) .hgt-category-card__icon { background: var(--hgt-purple); box-shadow: 0 8px 15px rgba(106,27,154,.2); }
.hgt-category-card:nth-child(3) .hgt-category-card__icon, .hgt-category-card:nth-child(4) .hgt-category-card__icon { background: var(--hgt-teal); box-shadow: 0 8px 15px rgba(8,127,91,.2); }
.hgt-category-card h3 { margin: 25px 0 7px; color: var(--hgt-ink); font-size: 18px; letter-spacing: -.04em; }
.hgt-category-card p { min-height: 38px; margin: 0; color: var(--hgt-muted); font-size: 12px; line-height: 1.55; }
.hgt-category-card a { display: inline-flex; position: relative; z-index: 1; align-items: center; gap: 7px; margin-top: 17px; color: var(--hgt-teal); font-size: 10px; font-weight: 900; text-decoration: none; }
.hgt-category-card a b { color: var(--hgt-coral); font-size: 15px; font-weight: 400; }
.hgt-category-card a:hover { color: var(--hgt-coral); }

@media (max-width: 1050px) {
  .hgt-about-hero-grid { grid-template-columns: 1fr; gap: 27px; }
  .hgt-page-hero__note { justify-self: start; transform: none; }
  .hgt-story-grid { grid-template-columns: 1fr; gap: 45px; }
  .hgt-story-art { width: min(100%, 580px); margin: 0 auto; }
  .hgt-category-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 700px) {
  .hgt-page-hero { padding: 57px 0 50px; }
  .hgt-page-hero__lead { font-size: 13px; }
  .hgt-page-hero__note { min-width: 0; width: 100%; }
  .hgt-content { padding: 50px 0 56px; }
  .hgt-story-art { min-height: 340px; }
  .hgt-story-art__card { inset: 0 15px 15px 0; }
  .hgt-story-art__label { bottom: 8%; left: 6%; }
  .hgt-about-stat-row div { padding-right: 8px; }
  .hgt-about-stat-row div + div { padding-left: 8px; }
  .hgt-about-stat-row strong { font-size: 21px; }
  .hgt-category-grid { grid-template-columns: 1fr 1fr; gap: 10px; }
  .hgt-category-card { min-height: 190px; padding: 16px 14px; }
  .hgt-category-card h3 { margin-top: 18px; font-size: 16px; }
}

@media (max-width: 1050px) {
  :root { --hgt-wrap: min(calc(100% - 34px), 820px); }
  .hgt-header__main { gap: 18px; }
  .hgt-header__account { display: none; }
  .hgt-nav { gap: 17px; }
  .hgt-nav > ul.hgt-mega-nav { gap: 17px; }
  .hgt-nav a { font-size: 11px; }
  .hgt-service-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .hgt-tour-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .hgt-about-grid, .hgt-contact__grid, .hgt-story-grid { grid-template-columns: 1fr; gap: 48px; }
  .hgt-tour-detail-grid { grid-template-columns: 1fr; gap: 38px; }
  .hgt-tour-detail__form { position: static; }
  .hgt-about-visual { max-width: 540px; margin-inline: auto; width: 100%; }
  .hgt-contact__grid { max-width: 720px; }
  .hgt-footer__grid { grid-template-columns: 1.2fr 1fr 1fr 1fr; gap: 24px; }
}

@media (max-width: 700px) {
  :root { --hgt-wrap: min(calc(100% - 28px), 560px); }
  .hgt-topbar__inner { justify-content: center; min-height: 30px; }
  .hgt-topbar__inner > span { display: none; }
  .hgt-topbar__inner div { gap: 13px; }
  .hgt-header__main { position: relative; min-height: 68px; }
  .hgt-brand__mark { width: 38px; height: 38px; }
  .hgt-brand__mark i, .hgt-brand__mark b { font-size: 14px; }
  .hgt-brand__text strong { font-size: 12px; }
  .hgt-brand__text span { font-size: 8px; }
  .hgt-global-search { display: none; }
  .hgt-header__actions { display: none; }
  .hgt-menu-toggle { display: none !important; }
  .hgt-nav-wrap { position: relative; }
  .hgt-nav-row { min-height: 0; overflow: visible; }
  .hgt-nav { position: static; display: flex !important; gap: 22px; overflow-x: auto; padding: 0; background: #fff; box-shadow: none; }
  .hgt-nav > ul { display: contents; }
  .hgt-nav > ul.hgt-mega-nav { display: flex; gap: 22px; }
  .hgt-nav a { justify-content: space-between; padding: 13px 0; border-bottom: 0; font-size: 11px; white-space: nowrap; }
  .hgt-nav a:after { display: none; }
  .hgt-mega-nav__chevron { display: none; }
  .hgt-mega-panel { display: none !important; }
  .hgt-nav__booking { display: none; }
  .hgt-hero { min-height: 510px; }
  .hgt-hero__slide { align-items: start; }
  .hgt-hero__content { padding-top: 63px; padding-bottom: 100px; }
  .hgt-hero h1 { font-size: clamp(42px, 12vw, 56px); }
  .hgt-mobile-break { display: block; }
  .hgt-hero p { max-width: 330px; font-size: 14px; }
  .hgt-hero__footer { bottom: 22px; }
  .hgt-hero__footer > span { display: none; }
  .hgt-service-search { margin-top: -43px; }
  .hgt-service-tabs button { min-height: 52px; padding: 0 15px; font-size: 11px; }
  .hgt-service-panel { padding: 17px 16px 15px; }
  .hgt-tour-search { display: grid; grid-template-columns: 1fr; gap: 0; }
  .hgt-tour-search label, .hgt-tour-search label:first-child { padding: 10px 0; border-right: 0; border-bottom: 1px solid var(--hgt-line); }
  .hgt-tour-search .hgt-btn { width: 100%; margin: 13px 0 0; }
  .hgt-search-highlights { gap: 12px; line-height: 1.45; }
  .hgt-search-highlights span { flex-basis: 100%; }
  .hgt-service-panel:not([data-service-panel="tour"]) { display: block; min-height: 185px; }
  .hgt-service-panel__top { display: grid; gap: 16px; }
  .hgt-product-strip { grid-template-columns: 1fr; }
  .hgt-service-link { width: 100%; }
  .hgt-section { padding: 40px 0; }
  .hgt-section-heading { display: block; margin-bottom: 18px; }
  .hgt-section-heading p { margin-top: 16px; }
  .hgt-section-heading h2, .hgt-about-grid h2, .hgt-contact h2 { font-size: clamp(34px, 11vw, 49px); }
  .hgt-service-grid, .hgt-tour-grid, .hgt-article-grid, .hgt-related-articles .hgt-article-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .hgt-service-card { min-height: 195px; }
  .hgt-tour-card__visual { min-height: 165px; }
  .hgt-promo-grid { display: grid; grid-template-columns: 1fr; grid-template-rows: 240px repeat(4, 170px); }
  .hgt-promo-card--large { grid-row: auto; }
  .hgt-about-visual { min-height: 250px; }
  .hgt-about-visual span:not(.hgt-about-visual__veil) { font-size: 90px; }
  .hgt-stat-row { gap: 0; }
  .hgt-stat-row div { padding-right: 10px; }
  .hgt-stat-row div:not(:first-child) { padding-left: 10px; }
  .hgt-contact { padding: 42px 0; }
  .hgt-form { padding: 21px 17px; }
  .hgt-tour-detail { padding-top: 40px; }
  .hgt-tour-facts { grid-template-columns: repeat(2, 1fr); }
  .hgt-tour-facts > div:nth-child(2) { border-right: 0; }
  .hgt-tour-facts > div:nth-child(-n+2) { border-bottom: 1px solid var(--hgt-line); }
  .hgt-tour-detail__cta { display: block; padding: 23px 20px; }
  .hgt-tour-detail__cta .hgt-btn { margin-top: 19px; }
  .hgt-form__grid { grid-template-columns: 1fr; }
  .hgt-footer__top { display: block; padding: 44px 0 31px; }
  .hgt-footer__newsletter { margin-top: 39px; padding: 28px 0 0; border-top: 1px solid rgba(255,255,255,.13); border-left: 0; }
  .hgt-footer__grid { grid-template-columns: 1fr 1fr; gap: 31px 20px; padding: 35px 0; }
  .hgt-footer__grid > div:first-child { grid-column: span 2; }
  .hgt-footer__bottom { display: block; }
  .hgt-footer__bottom span, .hgt-footer__bottom a { display: block; margin-bottom: 8px; }
  .hgt-floating-stack { right: 13px; bottom: 13px; gap: 7px; }
  .hgt-floating { padding: 7px; }
  .hgt-floating span { display: none; }
  .hgt-archive-grid, .hgt-content { padding: 60px 0; }
  .hgt-story-art { min-height: 320px; }
  .hgt-story-art__card { inset: 0 15px 25px 0; }
  .hgt-bullet-list { grid-template-columns: 1fr; }
}

@media (max-width: 460px) {
  .hgt-service-grid, .hgt-tour-grid, .hgt-article-grid, .hgt-related-articles .hgt-article-grid { grid-template-columns: 1fr; }
}

/* Native Elementor homepage ------------------------------------------------ */
.hgt-home--elementor .elementor-section { padding: 0; }
.hgt-home--elementor .elementor-container { max-width: 1200px; }
.hgt-home--elementor .elementor-widget-text-editor p { margin: 0; }
.hgt-native-hero { min-height: 540px; color: #fff; }
.hgt-native-hero > .elementor-container { min-height: 540px; align-items: center; }
.hgt-native-hero .elementor-column { padding: 0; }
.hgt-native-hero-title .elementor-heading-title { max-width: 620px; margin: 18px 0 20px; color: #fff; font-size: clamp(45px, 6vw, 76px); line-height: .99; letter-spacing: -.075em; font-weight: 820; }
.hgt-native-hero-title .elementor-heading-title span { color: #b6eee0; }
.hgt-native-eyebrow, .hgt-native-kicker { display: inline-flex; align-items: center; gap: 9px; color: var(--hgt-amber); font-size: 10px; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.hgt-native-eyebrow:before, .hgt-native-kicker:before { content: ""; width: 25px; height: 2px; background: var(--hgt-amber); }
.hgt-native-hero-copy { max-width: 485px; color: #e2f0ec; font-size: 16px; line-height: 1.75; }
.hgt-native-button .elementor-button { min-height: 47px; padding: 0 20px; border-radius: 7px; font-size: 12px; font-weight: 850; }
.hgt-native-button--primary .elementor-button { background: var(--hgt-teal); color: #fff; box-shadow: 0 11px 23px rgba(0,164,149,.3); }
.hgt-native-button--light .elementor-button { border: 1px solid rgba(255,255,255,.55); background: rgba(255,255,255,.09); color: #fff; }
.hgt-native-hero-footer-widget { margin-top: 56px; }
.hgt-native-hero-footer { color: rgba(255,255,255,.78); font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
.hgt-native-search-section { position: relative; z-index: 5; }
.hgt-native-search-section > .elementor-container { max-width: 1200px; }
.hgt-native-search-widget .elementor-shortcode { overflow: hidden; border-radius: 11px; background: #fff; box-shadow: 0 18px 42px rgba(5,52,59,.18); }
.hgt-native-search-section .elementor-widget-hgt-travel-search .elementor-widget-container { overflow: hidden; border-radius: 11px; background: #fff; box-shadow: 0 18px 42px rgba(5,52,59,.18); }
.hgt-native-search__tabs { display: flex; overflow-x: auto; border-bottom: 1px solid var(--hgt-line); }
.hgt-native-search__tabs span { flex: 1 0 auto; display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 57px; padding: 0 20px; color: #6c8183; font-size: 12px; font-weight: 800; white-space: nowrap; }
.hgt-native-search__tabs span.is-active { color: var(--hgt-teal); box-shadow: inset 0 -3px 0 var(--hgt-teal); }
.hgt-native-search__form { padding: 16px 24px 13px; }
.hgt-native-search__form .hgt-btn { margin-left: 20px; }
.hgt-native-section--cloud { background: var(--hgt-cloud); }
.hgt-native-section--sand { background: var(--hgt-sand); }
.hgt-native-section--white { background: #fff; }
.hgt-native-section--teal { background: var(--hgt-deep); color: #fff; }
.hgt-native-section > .elementor-container { padding-top: 34px; padding-bottom: 14px; }
.hgt-native-section-title .elementor-heading-title { margin: 10px 0 0; color: var(--hgt-ink); font-size: clamp(34px, 4.5vw, 58px); line-height: 1.02; letter-spacing: -.075em; }
.hgt-native-section-copy { max-width: 520px; margin-top: 10px; color: var(--hgt-muted); font-size: 13px; line-height: 1.65; }
.hgt-native-section--sand + .hgt-native-section--sand > .elementor-container,
.hgt-native-section--white + .hgt-native-section--white > .elementor-container,
.hgt-native-section--cloud + .hgt-native-section--cloud > .elementor-container { padding-top: 10px; }
.hgt-native-tour-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.hgt-native-services-grid > .elementor-container, .hgt-native-promo-grid > .elementor-container, .hgt-native-articles-grid > .elementor-container { gap: 14px; align-items: stretch; }
.hgt-native-services-grid > .elementor-container { padding-top: 0; padding-bottom: 60px; }
.hgt-native-service-column, .hgt-native-promo-column, .hgt-native-article-column { padding: 0; }
.hgt-native-services-grid .hgt-native-service-column { min-height: 238px; padding: 18px 16px; border: 1px solid var(--hgt-line); border-radius: var(--hgt-radius); background: #fff; }
.hgt-native-services-grid .hgt-native-service-column > .elementor-widget-wrap, .hgt-native-promo-grid .hgt-native-promo-column > .elementor-widget-wrap, .hgt-native-articles-grid .hgt-native-article-column > .elementor-widget-wrap { padding: 0; }
.hgt-native-service-icon { display: grid; width: 43px; height: 43px; margin: 0 auto 17px; place-items: center; border-radius: 13px; background: #e8f6f2; color: var(--hgt-teal); font-size: 22px; line-height: 1; }
.hgt-native-service-title .elementor-heading-title { margin: 0 0 9px; color: var(--hgt-ink); font-size: 16px; line-height: 1.15; }
.hgt-native-service-description { color: var(--hgt-muted); font-size: 11px; line-height: 1.55; text-align: center; }

@media (max-width: 1050px) {
  .hgt-native-tour-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 700px) {
  .hgt-native-tour-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 460px) {
  .hgt-native-tour-grid { grid-template-columns: 1fr; }
}

/* Services: bold Gen Z visual system, also applied inside Elementor editor. */
.hgt-native-services-heading,
.elementor-element-hgt-services-heading,
.hgt-native-services-grid {
  position: relative;
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 8% 12%, rgba(0, 196, 178, .22), transparent 27%),
    radial-gradient(circle at 92% 82%, rgba(255, 194, 71, .16), transparent 24%),
    linear-gradient(135deg, #06323b 0%, #07545c 55%, #073943 100%) !important;
}
.hgt-native-services-heading::after,
.elementor-element-hgt-services-heading::after,
.hgt-native-services-grid::after {
  position: absolute;
  right: -90px;
  bottom: -150px;
  width: 320px;
  height: 320px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 50%;
  box-shadow: 0 0 0 22px rgba(255,255,255,.035), 0 0 0 44px rgba(255,255,255,.025);
  content: "";
  pointer-events: none;
}
.hgt-native-services-heading > .elementor-container,
.elementor-element-hgt-services-heading > .elementor-container { position: relative; z-index: 1; padding-top: 46px !important; padding-bottom: 18px !important; }
.hgt-native-services-heading .hgt-native-kicker,
.elementor-element-hgt-services-heading .hgt-native-kicker,
.hgt-native-services-heading .hgt-native-section-title .elementor-heading-title,
.elementor-element-hgt-services-heading .hgt-native-section-title .elementor-heading-title,
.hgt-native-services-heading .hgt-native-section-copy,
.elementor-element-hgt-services-heading .hgt-native-section-copy { position: relative; z-index: 1; }
.hgt-native-services-heading .hgt-native-kicker { color: #ffd166 !important; }
.elementor-element-hgt-services-heading .hgt-native-kicker { color: #ffd166 !important; }
.hgt-native-services-heading .hgt-native-section-title .elementor-heading-title {
  max-width: 820px;
  margin-top: 16px;
  color: #fff !important;
  font-size: clamp(40px, 5.4vw, 70px) !important;
  font-weight: 900 !important;
  line-height: .98 !important;
  letter-spacing: -.07em !important;
  text-wrap: balance;
}
.elementor-element-hgt-services-heading .hgt-native-section-title .elementor-heading-title {
  max-width: 820px;
  margin-top: 16px;
  color: #fff !important;
  font-size: clamp(40px, 5.4vw, 70px) !important;
  font-weight: 900 !important;
  line-height: .98 !important;
  letter-spacing: -.07em !important;
  text-wrap: balance;
}
.hgt-native-services-heading .hgt-native-section-copy {
  max-width: 720px;
  margin-top: 21px;
  color: #c9e6e2 !important;
  font-size: 15px !important;
  line-height: 1.7 !important;
}
.elementor-element-hgt-services-heading .hgt-native-section-copy {
  max-width: 720px;
  margin-top: 21px;
  color: #c9e6e2 !important;
  font-size: 15px !important;
  line-height: 1.7 !important;
}
.elementor-element-hgt-services-heading .elementor-element-hgt-services-heading-title .elementor-heading-title {
  max-width: 820px;
  margin-top: 16px;
  color: #fff !important;
  font-size: clamp(40px, 5.4vw, 70px) !important;
  font-weight: 900 !important;
  line-height: .98 !important;
  letter-spacing: -.07em !important;
  text-wrap: balance;
}
.elementor-element-hgt-services-heading .elementor-element-hgt-services-heading-copy .elementor-widget-container {
  max-width: 720px;
  margin-top: 21px;
  color: #c9e6e2 !important;
  font-size: 15px !important;
  line-height: 1.7 !important;
}
.elementor-element-hgt-services-heading .elementor-element-hgt-services-heading-copy .elementor-widget-container p {
  color: #c9e6e2 !important;
  font-size: inherit !important;
  line-height: inherit !important;
}
body .hgt-home--elementor .elementor-element-hgt-services-heading .elementor-element-hgt-services-heading-copy .elementor-widget-container p {
  color: #e6f7f4 !important;
}
.hgt-native-services-grid > .elementor-container,
.hgt-native-services-grid > .elementor-container > .elementor-row {
  position: relative;
  z-index: 1;
  display: grid !important;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
  align-items: stretch;
}
.hgt-native-services-grid > .elementor-container { padding-top: 0 !important; padding-bottom: 44px !important; }
.hgt-native-services-grid .hgt-native-service-column {
  width: auto !important;
  min-width: 0;
  min-height: 250px;
  display: flex !important;
  padding: 20px 18px 17px !important;
  border: 1px solid rgba(255,255,255,.22) !important;
  border-radius: 24px !important;
  background: rgba(255,255,255,.97) !important;
  box-shadow: 0 18px 34px rgba(0, 22, 29, .2) !important;
  transform: translateY(0);
  transition: transform .22s ease, box-shadow .22s ease;
}
.hgt-native-services-grid .hgt-native-service-column:hover {
  box-shadow: 0 24px 42px rgba(0, 22, 29, .3) !important;
  transform: translateY(-7px);
}
.hgt-native-services-grid .hgt-native-service-column > .elementor-widget-wrap {
  display: flex !important;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 0 !important;
}
.hgt-native-service-icon {
  position: relative;
  display: grid !important;
  width: 62px !important;
  height: 62px !important;
  margin: 0 auto 16px !important;
  place-items: center;
  border: 5px solid rgba(255,255,255,.72);
  border-radius: 20px !important;
  background: linear-gradient(145deg, #00b6a5, #007c78) !important;
  color: #fff !important;
  font-family: "Segoe UI Symbol", "Arial Unicode MS", sans-serif;
  font-size: 0 !important;
  font-weight: 900;
  box-shadow: 0 10px 20px rgba(0, 126, 120, .24);
  line-height: 1;
  transform: rotate(-4deg);
}
.hgt-native-service-icon::before { display: block; color: #fff; content: "✦"; font-size: 31px; font-weight: 900; line-height: 1; transform: rotate(4deg); }
.hgt-native-services-grid .hgt-native-service-column:nth-child(2) .hgt-native-service-icon::before { content: "▣"; }
.hgt-native-services-grid .hgt-native-service-column:nth-child(3) .hgt-native-service-icon::before { content: "⌂"; }
.hgt-native-services-grid .hgt-native-service-column:nth-child(4) .hgt-native-service-icon::before { content: "✈"; }
.hgt-native-services-grid .hgt-native-service-column:nth-child(5) .hgt-native-service-icon::before { content: "＋"; }
.hgt-native-service-icon span { display: block; color: #fff !important; font-family: "Segoe UI Symbol", "Arial Unicode MS", sans-serif; font-size: 31px !important; font-weight: 900; line-height: 1; transform: rotate(4deg); }
.hgt-native-service-icon small { position: absolute; right: 5px; bottom: 4px; color: rgba(255,255,255,.78); font-size: 8px; font-weight: 900; letter-spacing: .1em; line-height: 1; transform: rotate(4deg); }
.hgt-native-services-grid .hgt-native-service-icon::after { position: absolute; right: 7px; bottom: 6px; color: rgba(255,255,255,.8); content: "01"; font-size: 8px; font-weight: 900; letter-spacing: .1em; line-height: 1; }
.hgt-native-services-grid .hgt-native-service-column:nth-child(2) .hgt-native-service-icon::after { content: "02"; }
.hgt-native-services-grid .hgt-native-service-column:nth-child(3) .hgt-native-service-icon::after { content: "03"; }
.hgt-native-services-grid .hgt-native-service-column:nth-child(4) .hgt-native-service-icon::after { content: "04"; }
.hgt-native-services-grid .hgt-native-service-column:nth-child(5) .hgt-native-service-icon::after { content: "05"; }
.hgt-native-service-title .elementor-heading-title {
  margin: 0 0 10px !important;
  color: #073b46 !important;
  font-size: 18px !important;
  font-weight: 900 !important;
  line-height: 1.1 !important;
  letter-spacing: -.045em !important;
  text-align: center;
}
.hgt-native-service-description {
  margin: 0 !important;
  color: #5d7277 !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  line-height: 1.55 !important;
  text-align: center;
}
.hgt-native-service-description p { margin: 0; }
.hgt-native-service-action { margin-top: auto !important; padding-top: 17px; }
.hgt-native-service-action .elementor-button {
  padding: 9px 13px !important;
  border: 1px solid rgba(0, 124, 120, .22) !important;
  border-radius: 999px !important;
  background: #e8f7f3 !important;
  color: #007c78 !important;
  font-size: 11px !important;
  font-weight: 850 !important;
  line-height: 1 !important;
}
.hgt-native-service-action .elementor-button:hover { background: #00a495 !important; color: #fff !important; }
.hgt-native-services-grid .hgt-native-service-column:nth-child(2) .hgt-native-service-icon { background: linear-gradient(145deg, #ffc247, #ed8d26) !important; box-shadow: 0 10px 20px rgba(237, 141, 38, .24); }
.hgt-native-services-grid .hgt-native-service-column:nth-child(3) .hgt-native-service-icon { background: linear-gradient(145deg, #ff806f, #e94e5b) !important; box-shadow: 0 10px 20px rgba(233, 78, 91, .24); }
.hgt-native-services-grid .hgt-native-service-column:nth-child(4) .hgt-native-service-icon { background: linear-gradient(145deg, #9c83ff, #6552d9) !important; box-shadow: 0 10px 20px rgba(101, 82, 217, .24); }
.hgt-native-services-grid .hgt-native-service-column:nth-child(5) .hgt-native-service-icon { background: linear-gradient(145deg, #26c9d4, #1687bd) !important; box-shadow: 0 10px 20px rgba(22, 135, 189, .24); }

/* Elementor 4.x does not print custom widget classes on every frontend
 * wrapper, so the stable widget IDs keep the visual system reliable. */
.hgt-native-services-grid [class*="servicetitle"] .elementor-heading-title {
  margin: 0 0 10px !important;
  color: #073b46 !important;
  font-size: 19px !important;
  font-weight: 900 !important;
  line-height: 1.1 !important;
  letter-spacing: -.045em !important;
  text-align: center;
}
.hgt-native-services-grid [class*="servicedesc"] .elementor-widget-container {
  color: #5d7277 !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  line-height: 1.55 !important;
  text-align: center;
}
.hgt-native-services-grid [class*="servicedesc"] { width: 100%; min-width: 0; }
.hgt-native-services-grid [class*="servicedesc"] .elementor-widget-container { width: 100%; min-width: 0; }
.hgt-native-services-grid [class*="servicedesc"] p { margin: 0; white-space: normal !important; overflow-wrap: break-word; }
.hgt-native-services-grid .hgt-native-service-action-link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-top: 17px;
  padding: 9px 13px;
  border: 1px solid rgba(0, 124, 120, .22);
  border-radius: 999px;
  background: #e8f7f3;
  color: #007c78 !important;
  font-size: 11px;
  font-weight: 850;
  line-height: 1;
  text-decoration: none;
  transition: background .2s ease, color .2s ease, transform .2s ease;
}
.hgt-native-services-grid .hgt-native-service-action-link:hover { background: #00a495; color: #fff !important; transform: translateX(2px); }

/* Compact promotion cards. Stable Elementor widget IDs keep image height and
 * typography consistent even when Elementor omits custom widget classes. */
.hgt-native-promo-grid .hgt-native-promo-column {
  min-height: 410px;
}
.hgt-native-promo-grid .hgt-native-promo-column > .elementor-widget-wrap {
  display: flex !important;
  flex-direction: column;
  height: 100%;
}
.hgt-native-promo-grid [class*="promoimage"] {
  width: calc(100% + 36px);
  margin: 0 -18px 16px;
  overflow: hidden;
  flex: 0 0 auto;
}
.hgt-native-promo-grid [class*="promoimage"] img {
  display: block;
  width: 100%;
  height: 178px !important;
  object-fit: cover;
}
.hgt-native-promo-grid [class*="promotag"] p {
  margin: 0 0 8px;
  color: #008f8b !important;
  font-size: 10px !important;
  font-weight: 850 !important;
  letter-spacing: .12em;
  line-height: 1.2 !important;
  text-transform: uppercase;
}
.hgt-native-promo-grid [class*="promotitle"] .elementor-heading-title {
  margin: 0 0 9px !important;
  color: #073b46 !important;
  font-size: 22px !important;
  font-weight: 900 !important;
  line-height: 1.08 !important;
  letter-spacing: -.045em !important;
}
.hgt-native-promo-grid [class*="promotext"] .elementor-widget-container {
  color: #5d7277 !important;
  font-size: 13px !important;
  line-height: 1.55 !important;
}
.hgt-native-promo-grid [class*="promotext"] p { margin: 0; }
.hgt-native-promo-grid [class*="promotext"] .elementor-heading-title {
  margin: 0 !important;
  color: #5d7277 !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  line-height: 1.55 !important;
}
.hgt-native-promo-grid [class*="promoaction"] { margin-top: auto; padding-top: 14px; }
.hgt-native-promo-grid [class*="promoaction"] .elementor-button {
  padding: 10px 16px !important;
  border-radius: 999px !important;
  background: #00a495 !important;
  color: #fff !important;
  font-size: 11px !important;
  font-weight: 850 !important;
  line-height: 1 !important;
}

/* Contact block: prevent the image from using its natural 800px height and
 * keep the CRM form column wide enough for two fields. */
.hgt-native-contact > .elementor-container {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, .92fr);
  gap: 52px;
  align-items: start;
}
.hgt-native-contact > .elementor-container > .elementor-column { width: auto !important; }
.hgt-native-contact .elementor-element-contact-image { margin-bottom: 22px; }
.hgt-native-contact .elementor-element-contact-image img {
  display: block;
  width: 100%;
  height: 280px !important;
  object-fit: cover;
  border-radius: 22px;
  box-shadow: 0 18px 36px rgba(5,52,59,.14);
}
.hgt-native-contact .elementor-element-contact-title .elementor-heading-title {
  margin: 14px 0 0;
  color: var(--hgt-ink) !important;
  font-size: clamp(34px, 4.2vw, 54px) !important;
  font-weight: 900 !important;
  line-height: 1.02 !important;
  letter-spacing: -.07em !important;
}
.hgt-native-contact .elementor-element-contact-intro .elementor-widget-container {
  max-width: 560px;
  margin-top: 17px;
  color: var(--hgt-muted) !important;
  font-size: 14px !important;
  line-height: 1.75 !important;
}
.hgt-native-contact .elementor-element-contact-intro p { color: var(--hgt-muted) !important; }
.hgt-native-services-grid .elementor-widget-icon-box { height: 100%; padding: 18px 16px; border: 1px solid var(--hgt-line); border-radius: var(--hgt-radius); background: #fff; }
.hgt-native-services-grid .elementor-widget-icon-box .elementor-icon-box-wrapper { text-align: left; }
.hgt-native-services-grid .elementor-widget-icon-box .elementor-icon { width: 43px; height: 43px; margin-bottom: 17px; padding: 12px; border-radius: 13px; background: #e8f6f2; color: var(--hgt-teal); font-size: 18px; }
.hgt-native-services-grid .elementor-widget-icon-box .elementor-icon-box-title { margin: 0 0 9px; color: var(--hgt-ink); font-size: 16px; line-height: 1.15; }
.hgt-native-services-grid .elementor-widget-icon-box .elementor-icon-box-description { color: var(--hgt-muted); font-size: 11px; line-height: 1.55; }
.hgt-native-promo-grid > .elementor-container { padding-top: 0; padding-bottom: 40px; }
.hgt-native-promo-grid .hgt-native-promo-column { overflow: hidden; min-height: 360px; padding: 0 18px 18px; border: 1px solid var(--hgt-line); border-radius: var(--hgt-radius); background: #fff; box-shadow: var(--hgt-shadow); }
.hgt-native-promo-grid .hgt-native-promo-image { margin: 0 -18px 17px; width: calc(100% + 36px); }
.hgt-native-promo-grid .hgt-native-promo-image img { display: block; width: 100%; height: 190px; object-fit: cover; }
.hgt-native-promo-tag { margin: 0 0 7px; color: var(--hgt-teal); font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.hgt-native-promo-title .elementor-heading-title { margin: 0 0 8px; color: var(--hgt-ink); font-size: 22px; line-height: 1.05; letter-spacing: -.045em; }
.hgt-native-promo-text { color: var(--hgt-muted); font-size: 12px; line-height: 1.65; }
.hgt-native-promo-action { margin-top: 7px; }
.hgt-native-promo-grid .elementor-widget-image-box { height: 100%; overflow: hidden; border: 1px solid var(--hgt-line); border-radius: var(--hgt-radius); background: #fff; box-shadow: var(--hgt-shadow); }
.hgt-native-promo-grid .elementor-widget-image-box .elementor-image-box-img { margin: 0 !important; }
.hgt-native-promo-grid .elementor-widget-image-box .elementor-image-box-img img { display: block; width: 100%; height: 190px; object-fit: cover; }
.hgt-native-promo-grid .elementor-widget-image-box .elementor-image-box-content { padding: 18px; text-align: left; }
.hgt-native-promo-grid .elementor-widget-image-box .elementor-image-box-title { margin: 0 0 8px; color: var(--hgt-ink); font-size: 22px; letter-spacing: -.045em; }
.hgt-native-promo-grid .elementor-widget-image-box .elementor-image-box-description { color: var(--hgt-muted); font-size: 12px; line-height: 1.65; }
.hgt-native-about > .elementor-container { padding-top: 50px; padding-bottom: 50px; align-items: center; gap: 56px; }
.hgt-native-about .elementor-column { padding: 0; }
.hgt-native-about-image img { width: 100%; height: 350px; object-fit: cover; border-radius: 50% 50% 18px 18px; opacity: .88; }
.hgt-native-about .hgt-native-kicker { color: var(--hgt-amber); }
.hgt-native-about-title .elementor-heading-title, .hgt-native-about-copy { color: #fff; }
.hgt-native-about-title .elementor-heading-title { margin: 14px 0 0; font-size: clamp(34px, 4.5vw, 58px); line-height: 1.02; letter-spacing: -.075em; }
.hgt-native-about-copy { max-width: 560px; margin-top: 21px !important; color: #b5d0cc; font-size: 14px; line-height: 1.8; }
.hgt-native-stats { display: flex; margin-top: 28px; border-top: 1px solid rgba(255,255,255,.22); border-bottom: 1px solid rgba(255,255,255,.22); }
.hgt-native-stats span { flex: 1; display: grid; gap: 5px; padding: 18px 12px 18px 0; border-right: 1px solid rgba(255,255,255,.22); }
.hgt-native-stats span + span { padding-left: 16px; }
.hgt-native-stats span:last-child { border-right: 0; }
.hgt-native-stats b { color: var(--hgt-amber); font-size: 24px; }
.hgt-native-stats small { color: #b5d0cc; font-size: 9px; }
.hgt-native-articles-grid > .elementor-container { padding-top: 0; padding-bottom: 40px; }
.hgt-native-articles-grid .hgt-native-article-column { overflow: hidden; min-height: 350px; padding: 0 18px 18px; border: 1px solid var(--hgt-line); border-radius: var(--hgt-radius); background: #fff; }
.hgt-native-articles-grid .hgt-native-article-image { margin: 0 -18px 17px; width: calc(100% + 36px); }
.hgt-native-articles-grid .hgt-native-article-image img { display: block; width: 100%; height: 180px; object-fit: cover; }
.hgt-native-article-title .elementor-heading-title { margin: 0 0 8px; color: var(--hgt-ink); font-size: 18px; line-height: 1.1; }
.hgt-native-article-text { color: var(--hgt-muted); font-size: 12px; line-height: 1.65; }
.hgt-native-article-action { margin-top: 7px; }
.hgt-native-articles-grid .elementor-widget-image-box { height: 100%; overflow: hidden; border: 1px solid var(--hgt-line); border-radius: var(--hgt-radius); background: #fff; }
.hgt-native-articles-grid .elementor-widget-image-box .elementor-image-box-img { margin: 0 !important; }
.hgt-native-articles-grid .elementor-widget-image-box .elementor-image-box-img img { display: block; width: 100%; height: 180px; object-fit: cover; }
.hgt-native-articles-grid .elementor-widget-image-box .elementor-image-box-content { padding: 18px; text-align: left; }
.hgt-native-articles-grid .elementor-widget-image-box .elementor-image-box-title { margin: 0 0 8px; color: var(--hgt-ink); font-size: 18px; line-height: 1.1; }
.hgt-native-articles-grid .elementor-widget-image-box .elementor-image-box-description { color: var(--hgt-muted); font-size: 12px; line-height: 1.65; }
.hgt-native-contact { background: var(--hgt-sand); }
.hgt-native-contact > .elementor-container { padding-top: 44px; padding-bottom: 44px; align-items: start; gap: 56px; }
.hgt-native-contact .elementor-column { padding: 0; }
.hgt-native-contact-image { margin-bottom: 24px; }
.hgt-native-contact-image img { display: block; width: 100%; height: 210px; object-fit: cover; border-radius: 22px; box-shadow: 0 18px 36px rgba(5,52,59,.14); }
.hgt-native-contact-title .elementor-heading-title { margin: 14px 0 0; color: var(--hgt-ink); font-size: clamp(34px, 4.5vw, 58px); line-height: 1.02; letter-spacing: -.075em; }
.hgt-native-contact-copy { max-width: 470px; margin-top: 20px !important; color: var(--hgt-muted); font-size: 14px; line-height: 1.8; }
.hgt-native-contact-highlights { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 24px; }
.hgt-native-contact-highlights span { padding: 9px 12px; border: 1px solid rgba(23,61,68,.12); border-radius: 999px; color: var(--hgt-teal); background: rgba(255,255,255,.65); font-size: 11px; font-weight: 700; }
.hgt-native-form-widget .elementor-shortcode { padding: 28px; border: 1px solid rgba(23,61,68,.08); border-radius: var(--hgt-radius); background: #fff; box-shadow: var(--hgt-shadow); }
.hgt-native-contact .elementor-widget-hgt-crm-form .elementor-widget-container { padding: 28px; border: 1px solid rgba(23,61,68,.08); border-radius: var(--hgt-radius); background: #fff; box-shadow: var(--hgt-shadow); }
.hgt-native-contact .elementor-widget-hgt-crm-form .hgt-form { padding: 0; border: 0; box-shadow: none; }
.hgt-native-form-widget .hgt-form { padding: 0; border: 0; box-shadow: none; }

@media (max-width: 767px) {
  .hgt-home--elementor .elementor-container { width: calc(100% - 32px); }
  .hgt-native-hero, .hgt-native-hero > .elementor-container { min-height: 510px; }
  .hgt-native-hero-title .elementor-heading-title { font-size: clamp(42px, 12vw, 56px); }
  .hgt-native-hero-copy { font-size: 14px; }
  .hgt-native-search__form { padding: 17px 16px 15px; }
  .hgt-native-search__form .hgt-btn { width: 100%; margin: 18px 0 0; }
  .hgt-native-section > .elementor-container, .hgt-native-about > .elementor-container, .hgt-native-contact > .elementor-container { padding-top: 30px; padding-bottom: 30px; }
  .hgt-native-services-grid > .elementor-container, .hgt-native-promo-grid > .elementor-container, .hgt-native-articles-grid > .elementor-container { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
  .hgt-native-services-heading > .elementor-container, .elementor-element-hgt-services-heading > .elementor-container { padding-top: 34px !important; padding-bottom: 16px !important; }
  .hgt-native-services-heading .hgt-native-section-title .elementor-heading-title, .elementor-element-hgt-services-heading .hgt-native-section-title .elementor-heading-title { font-size: clamp(38px, 11vw, 54px) !important; }
  .hgt-native-services-heading .hgt-native-section-copy, .elementor-element-hgt-services-heading .hgt-native-section-copy { font-size: 14px !important; }
  .hgt-native-services-grid > .elementor-container > .elementor-row { display: grid !important; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
  .hgt-native-services-grid .elementor-column, .hgt-native-promo-grid .elementor-column, .hgt-native-articles-grid .elementor-column { width: auto; }
  .hgt-native-services-grid .hgt-native-service-column { min-height: 270px; padding: 17px 13px 14px !important; border-radius: 20px !important; }
  .hgt-native-service-icon { width: 58px !important; height: 58px !important; margin-bottom: 15px !important; border-radius: 18px !important; }
  .hgt-native-service-icon::before { font-size: 26px !important; }
  .hgt-native-service-title .elementor-heading-title { font-size: 17px !important; }
  .hgt-native-service-description { font-size: 12px !important; }
  .hgt-native-about > .elementor-container, .hgt-native-contact > .elementor-container { display: block; }
  .hgt-native-about .elementor-column + .elementor-column, .hgt-native-contact .elementor-column + .elementor-column { margin-top: 32px; }
  .hgt-native-about-image img { height: 260px; }
  .hgt-native-promo-grid .elementor-widget-image-box .elementor-image-box-img img, .hgt-native-articles-grid .elementor-widget-image-box .elementor-image-box-img img { height: 150px; }
}

@media (max-width: 460px) {
  .hgt-native-services-grid > .elementor-container, .hgt-native-promo-grid > .elementor-container, .hgt-native-articles-grid > .elementor-container { grid-template-columns: 1fr; }
}

@media (max-width: 700px) {
  .hgt-native-services-grid > .elementor-container,
  .hgt-native-services-grid > .elementor-container > .elementor-row {
    width: calc(100% - 28px) !important;
    max-width: calc(100% - 28px) !important;
    grid-template-columns: 1fr !important;
  }
  .hgt-native-services-grid .hgt-native-service-column {
    width: 100% !important;
    max-width: 100% !important;
    min-height: 250px;
  }
  .hgt-native-promo-grid .hgt-native-promo-column { min-height: 360px; }
  .hgt-native-promo-grid [class*="promoimage"] img { height: 150px !important; }
}

/* Contact form: keep the consultation card wide and balanced with the image. */
.hgt-native-contact > .elementor-container {
  display: grid !important;
  grid-template-columns: minmax(0, 1.05fr) minmax(430px, .95fr) !important;
  gap: 48px !important;
  align-items: start !important;
}
.hgt-native-contact > .elementor-container > .elementor-column {
  width: auto !important;
  max-width: none !important;
  min-width: 0 !important;
  flex: none !important;
  padding: 0 !important;
}
.hgt-native-contact .elementor-widget-hgt-crm-form,
.hgt-native-contact .elementor-widget-hgt-crm-form .elementor-widget-container,
.hgt-native-contact .hgt-form {
  width: 100% !important;
  max-width: none !important;
  box-sizing: border-box;
}
.hgt-native-contact .elementor-widget-hgt-crm-form .elementor-widget-container {
  padding: 30px !important;
}
.hgt-native-contact .hgt-form__grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}
.hgt-native-contact .hgt-form input,
.hgt-native-contact .hgt-form select,
.hgt-native-contact .hgt-form textarea {
  width: 100%;
  box-sizing: border-box;
}

@media (max-width: 900px) {
  .hgt-native-contact > .elementor-container {
    grid-template-columns: minmax(0, 1fr) minmax(360px, .9fr) !important;
    gap: 30px !important;
  }
}

@media (max-width: 767px) {
  .hgt-native-contact > .elementor-container {
    display: block !important;
  }
  .hgt-native-contact .elementor-widget-hgt-crm-form .elementor-widget-container {
    padding: 22px !important;
  }
  .hgt-native-contact .hgt-form__grid {
    grid-template-columns: 1fr;
  }
}

/* Tighten the vertical rhythm between homepage blocks. */
.elementor-page-97 .elementor-element-hgt-services-heading > .elementor-container {
  padding-top: 20px !important;
  padding-bottom: 8px !important;
}
.elementor-page-97 .elementor-element-hgt-services-grid > .elementor-container {
  padding-top: 0 !important;
  padding-bottom: 4px !important;
}
.elementor-page-97 .elementor-element-hgt-tours-heading > .elementor-container,
.elementor-page-97 .elementor-element-hgt-promos-heading > .elementor-container,
.elementor-page-97 .elementor-element-hgt-articles-heading > .elementor-container {
  padding-top: 8px !important;
  padding-bottom: 4px !important;
}
.elementor-page-97 .elementor-element-hgt-tours-grid > .elementor-container,
.elementor-page-97 .elementor-element-hgt-promos-grid > .elementor-container,
.elementor-page-97 .elementor-element-hgt-articles-grid > .elementor-container {
  padding-top: 0 !important;
  padding-bottom: 8px !important;
}
.elementor-page-97 .elementor-element-hgt-about-native > .elementor-container {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}
.elementor-page-97 .elementor-element-hgt-contact-native > .elementor-container {
  padding-top: 22px !important;
  padding-bottom: 22px !important;
  gap: 24px !important;
}

@media (max-width: 767px) {
  .elementor-page-97 .elementor-element-hgt-services-heading > .elementor-container {
    padding-top: 16px !important;
    padding-bottom: 6px !important;
  }
  .elementor-page-97 .elementor-element-hgt-services-grid > .elementor-container {
    padding-bottom: 2px !important;
  }
  .elementor-page-97 .elementor-element-hgt-tours-heading > .elementor-container,
  .elementor-page-97 .elementor-element-hgt-promos-heading > .elementor-container,
  .elementor-page-97 .elementor-element-hgt-articles-heading > .elementor-container {
    padding-top: 6px !important;
    padding-bottom: 3px !important;
  }
  .elementor-page-97 .elementor-element-hgt-tours-grid > .elementor-container,
  .elementor-page-97 .elementor-element-hgt-promos-grid > .elementor-container,
  .elementor-page-97 .elementor-element-hgt-articles-grid > .elementor-container {
    padding-bottom: 6px !important;
  }
  .elementor-page-97 .elementor-element-hgt-about-native > .elementor-container,
  .elementor-page-97 .elementor-element-hgt-contact-native > .elementor-container {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
  }
}

/* Editorial content imported from ND WEB.docx. */
.hgt-article-single > h2,
.hgt-tour-detail__content > h2 {
  margin: 38px 0 13px;
  color: var(--hgt-ink);
  font-size: clamp(25px, 3vw, 36px);
  line-height: 1.08;
  letter-spacing: -.055em;
}
.hgt-article-single > h3,
.hgt-tour-detail__content > h3 {
  margin: 27px 0 9px;
  color: var(--hgt-ink);
  font-size: clamp(19px, 2vw, 25px);
  line-height: 1.16;
  letter-spacing: -.04em;
}
.hgt-article-single > p:not(.hgt-article-single__date),
.hgt-tour-detail__content > p {
  margin: 0 0 15px;
  color: var(--hgt-muted);
  font-size: 15px;
  line-height: 1.82;
}
.hgt-article-single > .hgt-article-lede {
  margin-bottom: 24px;
  color: var(--hgt-ink);
  font-size: 19px;
  font-weight: 650;
  line-height: 1.65;
}
.hgt-article-single > ul,
.hgt-tour-detail__content > ul {
  display: grid;
  gap: 9px;
  margin: 7px 0 21px;
  padding-left: 23px;
  color: var(--hgt-muted);
  font-size: 14px;
  line-height: 1.7;
}
.hgt-article-single > ul li::marker,
.hgt-tour-detail__content > ul li::marker {
  color: var(--hgt-coral);
}
.hgt-content-figure {
  margin: 26px 0;
  overflow: hidden;
  border: 1px solid var(--hgt-line);
  border-radius: 18px;
  background: #eaf6f2;
  box-shadow: 0 14px 30px rgba(5,52,59,.1);
}
.hgt-content-figure img {
  display: block;
  width: 100%;
  max-height: 500px;
  object-fit: cover;
}
.hgt-article-single > p strong,
.hgt-tour-detail__content > p strong {
  color: var(--hgt-ink);
  font-weight: 850;
}

@media (max-width: 767px) {
  .hgt-article-single > h2,
  .hgt-tour-detail__content > h2 {
    margin-top: 29px;
    font-size: 27px;
  }
  .hgt-article-single > h3,
  .hgt-tour-detail__content > h3 {
    margin-top: 22px;
    font-size: 21px;
  }
  .hgt-article-single > p:not(.hgt-article-single__date),
  .hgt-tour-detail__content > p {
    font-size: 14px;
    line-height: 1.72;
  }
  .hgt-content-figure {
    margin: 20px 0;
    border-radius: 14px;
  }
}
