/* =========================================================
   HA LONG XANH - BANG MAU & FONT CHUNG
   Bang mau "xanh bien ruc ro" - tuoi sang, bat mat, khong
   toi/nang ne: xanh duong-cyan song dong lam chu dao, cam
   san ho lam diem nhan CTA. Font Be Vietnam Pro cho chu dep,
   ro net, ho tro day du dau tieng Viet.
   ========================================================= */
:root {
  --navy-deep: #0c4a6e;   /* xanh bien dam (chi dung it: footer, chu nhan manh) */
  --navy: #0284c7;        /* xanh duong song dong - navbar, nut vien, lien ket */
  --navy-light: #0ea5e9;  /* xanh duong sang hon */
  --teal: #22d3ee;        /* xanh cyan ruc ro - icon, diem nhan */
  --sky: #bae6fd;         /* xanh troi rat nhat - nen phu, badge */
  --gold: #fb923c;        /* cam san ho - nut CTA chinh, noi bat */
  --gold-dark: #ea580c;   /* cam dam hon - hover CTA */
  --bg-soft: #f0f9ff;
  --text-muted: #4f6b7a;
}

* { font-family: 'Be Vietnam Pro', 'Segoe UI', Arial, sans-serif; }

html { scroll-behavior: smooth; }

body {
  background-color: var(--bg-soft);
  color: #16323f;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

a {
  color: var(--navy);
  transition: color 0.15s ease;
}

/* =========================================================
   TYPOGRAPHY - chu dep va nhat quan tren toan site
   ========================================================= */
h1, h2, h3, h4, h5, h6 {
  font-weight: 800;
  color: var(--navy-deep);
  letter-spacing: 0.2px;
}
h1 { letter-spacing: 0.1px; }
p { line-height: 1.7; }

.card-title {
  font-weight: 700;
  color: var(--navy-deep);
}
.card-body h6 {
  font-weight: 700;
}
label.form-label, .form-label {
  font-weight: 600;
  color: #2a4a5c;
  font-size: 0.92rem;
}
.btn {
  font-weight: 600;
  border-radius: 0.5rem;
  letter-spacing: 0.1px;
  transition: transform 0.12s ease, box-shadow 0.12s ease, background-color 0.15s ease;
}
.btn-primary:hover, .btn-outline-primary:hover {
  transform: translateY(-1px);
}
.btn-lg { border-radius: 0.6rem; }
.text-muted { color: var(--text-muted) !important; }
::selection { background: var(--teal); color: #fff; }

/* ghi de mau chu dao Bootstrap cho dong bo toan trang (nut, badge, vien...) */
.btn-primary {
  background-color: var(--gold);
  border-color: var(--gold);
  color: var(--navy-deep);
  font-weight: 600;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  background-color: var(--gold-dark) !important;
  border-color: var(--gold-dark) !important;
  color: #1a2536 !important;
}
.btn-outline-primary {
  color: var(--navy);
  border-color: var(--navy);
}
.btn-outline-primary:hover {
  background-color: var(--navy);
  border-color: var(--navy);
  color: #fff;
}
.btn-outline-secondary:hover { color: #fff; }
.text-primary { color: var(--navy) !important; }
.bg-primary { background-color: var(--navy) !important; }
.badge.bg-info-subtle { background-color: #e4f1f6 !important; color: var(--navy) !important; }
.nav-pills .nav-link.active { background-color: var(--navy) !important; }
.page-link { color: var(--navy); }
.page-item.active .page-link { background-color: var(--navy); border-color: var(--navy); }

.card {
  border: none;
  border-radius: 0.6rem;
}
.card-img-top {
  border-top-left-radius: calc(0.6rem - 1px);
  border-top-right-radius: calc(0.6rem - 1px);
}

/* =========================================================
   THANH TIEN ICH TREN CUNG
   ========================================================= */
.topbar {
  background-color: var(--navy);
  color: #eaf7ff;
  font-size: 0.8rem;
  padding: 0.35rem 0;
}
.topbar a { color: #eaf7ff; text-decoration: none; }
.topbar a:hover { color: #fff; text-decoration: underline; }
.topbar .divider { opacity: 0.4; margin: 0 0.6rem; }

/* =========================================================
   THANH DIEU HUONG CHINH
   ========================================================= */
.navbar-main {
  background: linear-gradient(95deg, var(--navy) 0%, var(--navy-light) 60%, var(--teal) 100%);
  border-bottom: 3px solid var(--gold);
}
.navbar-main .nav-link {
  color: #eaf3fa !important;
  font-weight: 500;
}
.navbar-main .nav-link:hover,
.navbar-main .nav-link.active {
  color: var(--gold) !important;
}

.brand-badge {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: linear-gradient(160deg, var(--gold) 0%, var(--gold-dark) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--navy-deep);
  font-size: 1.25rem;
  flex-shrink: 0;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.25);
}
.brand-text-main {
  font-weight: 800;
  font-size: 1.28rem;
  letter-spacing: 0.4px;
  line-height: 1.15;
  background: linear-gradient(180deg, #ffffff 0%, #d8f1fb 60%, var(--sky) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.brand-text-sub {
  display: block;
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--gold);
  opacity: 0.95;
}

/* =========================================================
   HERO TRANG CHU
   ========================================================= */
.hero-pro {
  position: relative;
  background: linear-gradient(115deg, var(--navy) 0%, var(--navy-light) 55%, var(--teal) 100%);
  padding: 3.2rem 1rem 6.5rem;
  overflow: hidden;
  border-radius: 0.75rem;
}
.hero-pro::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle at 85% 12%, rgba(251, 146, 60, 0.22), transparent 45%),
                     radial-gradient(circle at 10% 85%, rgba(255, 255, 255, 0.08), transparent 40%),
                     radial-gradient(circle at 60% 100%, rgba(255, 255, 255, 0.12), transparent 55%),
                     repeating-linear-gradient(115deg, rgba(255,255,255,0.035) 0px, rgba(255,255,255,0.035) 2px, transparent 2px, transparent 46px);
  pointer-events: none;
}
.hero-pro::after {
  /* Vien sang mo o goc, tao chieu sau cho hero - hoan toan trang tri, khong che noi dung */
  content: "";
  position: absolute;
  width: 340px;
  height: 340px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.16), transparent 70%);
  top: -120px;
  left: -100px;
  pointer-events: none;
}
.hero-pro .hero-inner {
  position: relative;
  z-index: 1;
  max-width: 720px;
}
.hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  color: var(--navy-deep);
  background: var(--gold);
  font-weight: 700;
  letter-spacing: 1.5px;
  font-size: 0.72rem;
  text-transform: uppercase;
  padding: 0.35rem 0.9rem;
  border-radius: 30px;
  margin-bottom: 1rem;
}
.hero-pro h1 {
  color: #ffffff;
  font-weight: 800;
  font-size: 2.15rem;
  letter-spacing: 0.2px;
  line-height: 1.2;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
  margin-bottom: 0.9rem;
}
.hero-pro p.lead-text {
  color: #dcebf4;
  font-size: 1.08rem;
  max-width: 580px;
  margin-bottom: 1.75rem;
}
.hero-cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-bottom: 1.75rem;
}
.hero-cta-row .btn {
  padding: 0.75rem 1.6rem;
  font-weight: 700;
  font-size: 1rem;
  border-radius: 0.5rem;
}
.hero-cta-row .btn-primary {
  box-shadow: 0 8px 22px rgba(251, 146, 60, 0.4);
}
.hero-trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
}
.hero-trust-row .trust-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: #eaf3fa;
  font-size: 0.88rem;
  font-weight: 500;
}
.hero-trust-row .trust-item i {
  color: var(--gold);
  font-size: 1.1rem;
}
@media (min-width: 768px) {
  .hero-pro h1 { font-size: 2.9rem; }
}

/* =========================================================
   HUY HIEU "UU DAI KHI DAT TRUC TUYEN" - nhap nhay, hien tren hero
   Mobile: dang the/pill nam trong luong noi dung (de doc, khong che chu).
   Desktop (>=768px): dang vong tron noi bat goc phai tren cua hero.
   ========================================================= */
.hero-promo-badge {
  position: relative;
  z-index: 2;
  display: inline-flex;
  margin-bottom: 1.1rem;
}
.hero-promo-badge-inner {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  background: linear-gradient(135deg, #fb923c 0%, #ef4444 100%);
  color: #fff;
  font-weight: 800;
  font-size: 0.8rem;
  letter-spacing: 0.2px;
  padding: 0.55rem 1.1rem;
  border-radius: 999px;
  box-shadow: 0 4px 14px rgba(239, 68, 68, 0.45), 0 0 0 0 rgba(239, 68, 68, 0.55);
  animation: hero-promo-pulse 1.7s ease-in-out infinite;
}
.hero-promo-badge-icon {
  font-size: 0.95rem;
  color: #fff7ed;
}
.hero-promo-badge-text {
  animation: hero-promo-blink 1.4s ease-in-out infinite;
  white-space: nowrap;
}
@keyframes hero-promo-pulse {
  0%, 100% { box-shadow: 0 4px 14px rgba(239, 68, 68, 0.45), 0 0 0 0 rgba(239, 68, 68, 0.55); }
  50% { box-shadow: 0 4px 14px rgba(239, 68, 68, 0.45), 0 0 0 9px rgba(239, 68, 68, 0); }
}
@keyframes hero-promo-blink {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.4; }
}

@media (min-width: 768px) {
  .hero-promo-badge {
    position: absolute;
    top: 1.4rem;
    right: 2rem;
    margin-bottom: 0;
  }
  .hero-promo-badge-inner {
    position: relative;
    width: 172px;
    height: 172px;
    border-radius: 50%;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    gap: 0.35rem;
    padding: 0.7rem;
    font-size: 0.94rem;
    line-height: 1.3;
    box-shadow: 0 10px 30px rgba(239, 68, 68, 0.5), 0 0 0 6px rgba(255, 255, 255, 0.16);
  }
  .hero-promo-badge-inner::before {
    content: "";
    position: absolute;
    inset: -9px;
    border-radius: 50%;
    border: 2px dashed rgba(255, 255, 255, 0.8);
    animation: hero-promo-xoay 18s linear infinite;
  }
  .hero-promo-badge-icon { font-size: 1.55rem; }
}
@media (min-width: 992px) {
  .hero-promo-badge { top: 1.6rem; right: 3.2rem; }
  .hero-promo-badge-inner { width: 200px; height: 200px; font-size: 1.04rem; padding: 0.9rem; }
  .hero-promo-badge-icon { font-size: 1.75rem; }
}
@media (min-width: 1200px) {
  .hero-promo-badge { top: 2rem; right: 4.5rem; }
  .hero-promo-badge-inner { width: 218px; height: 218px; font-size: 1.1rem; }
}
@keyframes hero-promo-xoay {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}
@media (prefers-reduced-motion: reduce) {
  .hero-promo-badge-inner,
  .hero-promo-badge-text,
  .hero-promo-badge-inner::before {
    animation: none !important;
  }
}

/* duong song nhieu lop chuyen tiep hero -> noi dung, tao chieu sau + 1 thuyen nho
   troi tren song de sinh dong hoa, van giu nhe nhang, khong roi mat. */
.hero-wave-divider {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 78px;
  line-height: 0;
  overflow: visible;
}
.hero-wave-divider > svg:not(.hero-wave-boat) {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.hero-wave-layer-1 { animation: hero-wave-troi 9s ease-in-out infinite; transform-origin: center; }
.hero-wave-layer-2 { animation: hero-wave-troi 7s ease-in-out infinite reverse; transform-origin: center; }
@keyframes hero-wave-troi {
  0%, 100% { transform: translateX(0) translateY(0); }
  50% { transform: translateX(-18px) translateY(4px); }
}
.hero-wave-boat {
  position: absolute;
  width: 46px;
  height: auto;
  left: 12%;
  bottom: 30px;
  filter: drop-shadow(0 3px 4px rgba(3, 61, 94, 0.25));
  animation: hero-boat-bap-benh 4.5s ease-in-out infinite;
}
@keyframes hero-boat-bap-benh {
  0%, 100% { transform: translateY(0) rotate(0deg); }
  50% { transform: translateY(-5px) rotate(-2deg); }
}
@media (max-width: 767.98px) {
  .hero-wave-divider { height: 46px; }
  .hero-wave-boat { display: none; }
}
@media (min-width: 992px) {
  .hero-wave-divider { height: 96px; }
  .hero-wave-boat { width: 58px; left: 16%; bottom: 38px; }
}
@media (prefers-reduced-motion: reduce) {
  .hero-wave-layer-1, .hero-wave-layer-2, .hero-wave-boat { animation: none !important; }
}

.search-card {
  position: relative;
  margin-top: -4.5rem;
  z-index: 2;
}
.search-card .card {
  border-radius: 0.75rem;
  box-shadow: 0 14px 34px rgba(7, 42, 69, 0.18);
}
.search-card label.form-label,
.search-card .form-label-sm {
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: var(--text-muted);
  margin-bottom: 0.2rem;
}

/* =========================================================
   KHOI GIOI THIEU BAN DO KHAM PHA (o trang chu)
   ========================================================= */
.explore-map-teaser {
  background: linear-gradient(100deg, var(--sky) 0%, #e0f4ff 100%);
  border-radius: 0.9rem;
  padding: 2rem;
  border: 1px solid #d7ecf7;
}

/* =========================================================
   TIEU DE KHOI NOI DUNG (kieu "Tin tuc / Xem tat ca")
   ========================================================= */
.section-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.25rem;
  padding-bottom: 0.6rem;
  border-bottom: 1px solid #e1e8ee;
}
.section-heading h2 {
  font-weight: 800;
  color: var(--navy-deep);
  font-size: 1.35rem;
  margin: 0;
  padding-left: 0.75rem;
  border-left: 5px solid var(--gold);
}
.section-heading a {
  font-size: 0.85rem;
  font-weight: 600;
  text-decoration: none;
  color: var(--navy);
}
.section-heading a:hover { color: var(--gold-dark); }

/* =========================================================
   THE BAN TIN (nha hang / tau du lich)
   ========================================================= */
.listing-card {
  position: relative;
  overflow: hidden;
  transition: transform 0.18s ease, box-shadow 0.18s ease;
  box-shadow: 0 3px 10px rgba(7, 42, 69, 0.08);
}
.listing-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 28px rgba(7, 42, 69, 0.16);
}
.listing-thumb {
  height: 190px;
  object-fit: cover;
  width: 100%;
}
.listing-thumb-placeholder {
  position: relative;
  overflow: hidden;
  height: 190px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--navy) 0%, var(--teal) 100%);
  color: rgba(255, 255, 255, 0.9);
}
.listing-thumb-placeholder.placeholder-hero { height: 380px; border-radius: 0.5rem; }
.listing-thumb-placeholder::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle, rgba(255, 255, 255, 0.16) 1.6px, transparent 1.6px);
  background-size: 20px 20px;
  opacity: 0.7;
}
.listing-thumb-placeholder::after {
  content: "";
  position: absolute;
  right: -18%;
  bottom: -28%;
  width: 65%;
  padding-top: 65%;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
}
.placeholder-icon-circle {
  position: relative;
  z-index: 1;
  width: 74px;
  height: 74px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.1rem;
  color: #fff;
  background: rgba(255, 255, 255, 0.15);
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.2), inset 0 0 0 1.5px rgba(255, 255, 255, 0.35);
}
.listing-thumb-placeholder.placeholder-hero .placeholder-icon-circle {
  width: 100px;
  height: 100px;
  font-size: 2.8rem;
}
.placeholder-label {
  position: absolute;
  z-index: 1;
  bottom: 12px;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.88);
}
/* Bang mau rieng cho tung loai hinh - dong bo voi bang do kham pha */
.placeholder-nha-hang { background: linear-gradient(135deg, #0ea5e9 0%, #0c4a6e 100%); }
.placeholder-khach-san { background: linear-gradient(135deg, #c084fc 0%, #7e22ce 100%); }
.placeholder-tau { background: linear-gradient(135deg, #22d3ee 0%, #0e7490 100%); }
.placeholder-diem { background: linear-gradient(135deg, #fb923c 0%, #c2410c 100%); }
.listing-type-ribbon {
  position: absolute;
  top: 0.75rem;
  left: 0;
  background: var(--gold);
  color: var(--navy-deep);
  font-weight: 700;
  font-size: 0.72rem;
  letter-spacing: 0.4px;
  padding: 0.28rem 0.75rem 0.28rem 0.6rem;
  border-radius: 0 4px 4px 0;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}
.verified-badge {
  position: absolute;
  top: 0.65rem;
  right: 0.6rem;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  gap: 0.32rem;
  background: linear-gradient(120deg, #0ea5e9 0%, #0284c7 55%, #0369a1 100%);
  color: #fff;
  font-weight: 800;
  font-size: 0.72rem;
  letter-spacing: 0.3px;
  padding: 0.34rem 0.7rem 0.34rem 0.55rem;
  border-radius: 20px;
  border: 1.5px solid rgba(255, 255, 255, 0.85);
  box-shadow: 0 3px 10px rgba(2, 82, 133, 0.45), 0 0 0 3px rgba(14, 165, 233, 0.18);
  overflow: hidden;
  animation: xacminh-pulse 2.4s ease-in-out infinite;
}
.verified-badge::after {
  /* Hieu ung anh sang "quet" qua chu de trong sang trong, chuyen nghiep */
  content: "";
  position: absolute;
  top: 0;
  left: -60%;
  width: 45%;
  height: 100%;
  background: linear-gradient(120deg, transparent, rgba(255, 255, 255, 0.55), transparent);
  transform: skewX(-20deg);
  animation: xacminh-shine 3.2s ease-in-out infinite;
}
.verified-badge i {
  color: #fff;
  font-size: 0.9rem;
  filter: drop-shadow(0 0 3px rgba(255, 255, 255, 0.7));
}
.verified-badge span { position: relative; z-index: 1; text-shadow: 0 1px 1px rgba(0, 0, 0, 0.15); }
@keyframes xacminh-pulse {
  0%, 100% { box-shadow: 0 3px 10px rgba(2, 82, 133, 0.45), 0 0 0 3px rgba(14, 165, 233, 0.18); }
  50% { box-shadow: 0 3px 14px rgba(2, 82, 133, 0.55), 0 0 0 6px rgba(14, 165, 233, 0.05); }
}
@keyframes xacminh-shine {
  0% { left: -60%; }
  45%, 100% { left: 130%; }
}
@media (max-width: 767.98px) {
  .verified-badge { font-size: 0.66rem; padding: 0.28rem 0.6rem 0.28rem 0.48rem; top: 0.5rem; right: 0.5rem; }
  .verified-badge i { font-size: 0.8rem; }
}
@media (prefers-reduced-motion: reduce) {
  .verified-badge, .verified-badge::after { animation: none; }
}

/* Huy hieu GOI DICH VU (Gold/VIP) cua chu co so - dat o goc duoi-phai anh de
   khong chong len ribbon loai-hinh (goc trai) va huy hieu Da xac minh (goc phai
   tren). Mau tim = VIP, mau vang dong = Gold, tao cam giac dang cap ro rang. */
.goi-badge {
  position: absolute;
  bottom: 0.6rem;
  right: 0.6rem;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  font-weight: 800;
  font-size: 0.7rem;
  letter-spacing: 0.3px;
  padding: 0.3rem 0.68rem;
  border-radius: 20px;
  color: #fff;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.35);
  border: 1.5px solid rgba(255, 255, 255, 0.85);
}
.goi-badge-vip {
  background: linear-gradient(120deg, #6d28d9 0%, #9333ea 55%, #c084fc 100%);
}
.goi-badge-gold {
  background: linear-gradient(120deg, #b45309 0%, #f59e0b 55%, #fbbf24 100%);
  color: #3b1d02;
  text-shadow: none;
}
.goi-badge i { font-size: 0.82rem; }
@media (max-width: 767.98px) {
  .goi-badge { font-size: 0.64rem; padding: 0.26rem 0.55rem; bottom: 0.5rem; right: 0.5rem; }
}

/* =========================================================
   NUT CHUYEN NGON NGU (VI / EN)
   ========================================================= */
.lang-switch-link {
  color: rgba(255, 255, 255, 0.75) !important;
  font-weight: 700;
  font-size: 0.78rem;
  letter-spacing: 0.5px;
  text-decoration: none;
}
.lang-switch-link.active { color: #fff !important; text-decoration: underline; }
.lang-switch-link-mobile {
  color: var(--navy);
  font-weight: 800;
  font-size: 0.78rem;
  padding: 0.2rem 0.5rem;
  border-radius: 6px;
  border: 1.5px solid var(--navy);
  text-decoration: none;
}
.lang-switch-link-mobile.active { background: var(--navy); color: #fff; }

/* =========================================================
   TRANG "BANG GIA" (goi dich vu Free/Gold/VIP cho doi tac)
   ========================================================= */
.price-card {
  border-radius: 1rem;
  border: 1px solid #e2e8f0;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  position: relative;
  overflow: hidden;
}
.price-card:hover { transform: translateY(-6px); box-shadow: 0 16px 30px rgba(2, 132, 199, 0.15); }
.price-card-gold {
  border: 2px solid #f7cd6b;
  background: linear-gradient(180deg, #fffdf7 0%, #fffbeb 100%);
}
.price-card-vip {
  border: none;
  background: linear-gradient(160deg, #4c1d95 0%, #7c3aed 55%, #a855f7 100%);
  color: #fff;
}
.price-ribbon {
  position: absolute;
  top: 0.9rem;
  right: -2.6rem;
  transform: rotate(40deg);
  background: linear-gradient(120deg, #f59e0b, #ea580c);
  color: #fff;
  font-weight: 800;
  font-size: 0.68rem;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  padding: 0.3rem 3rem;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
}
.price-tag { display: flex; align-items: baseline; gap: 0.3rem; }
.price-amount { font-size: 1.9rem; font-weight: 800; color: var(--navy-deep); }
.price-card-vip .price-amount { color: #fff; }
.price-period { color: #64748b; font-size: 0.9rem; }
.price-features { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 0.55rem; font-size: 0.9rem; }
.price-features i { margin-right: 0.4rem; }

/* =========================================================
   KHU VUC "NOI BAT" (quang cao len top trang chu)
   ========================================================= */
.featured-section {
  padding: 1.75rem 1.5rem 2rem;
  border-radius: 1rem;
  background: linear-gradient(135deg, #fffbeb 0%, #fef3c7 60%, #fde9c8 100%);
  border: 1px solid #fbd98a;
  box-shadow: 0 6px 22px rgba(245, 158, 11, 0.12);
}
.featured-heading {
  border-bottom: 1px solid #f3d385;
}
.featured-heading h2 {
  border-left-color: #f59e0b;
  color: #92400e;
}
.featured-heading h2 i {
  color: #f59e0b;
  filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.15));
}
.featured-card {
  position: relative;
  border: 2px solid #f7cd6b;
  box-shadow: 0 8px 22px rgba(245, 158, 11, 0.22);
}
.featured-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 34px rgba(245, 158, 11, 0.32);
}
.featured-ribbon {
  position: absolute;
  z-index: 2;
  top: -0.6rem;
  right: 0.85rem;
  background: linear-gradient(135deg, #fbbf24, #f59e0b);
  color: #78350f;
  font-weight: 800;
  font-size: 0.68rem;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  padding: 0.32rem 0.7rem;
  border-radius: 999px;
  box-shadow: 0 4px 10px rgba(245, 158, 11, 0.45);
}
/* Boc ngoai the "Doi tac Noi bat": tao vi tri tuong doi cho ribbon va ap
   lai style vien/do bong cua .featured-card len .listing-card ben trong,
   vi phan card gio dung chung 1 macro voi danh sach thuong. */
.featured-card-wrap {
  position: relative;
  height: 100%;
}
.featured-card-wrap .listing-card {
  border: 2px solid #f7cd6b;
  box-shadow: 0 8px 22px rgba(245, 158, 11, 0.22);
}
.featured-card-wrap .listing-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 34px rgba(245, 158, 11, 0.32);
}

/* =========================================================
   3 DANH MUC RIENG TREN TRANG CHU (Nha hang / Khach san / Tau du lich)
   ========================================================= */
.category-section { scroll-margin-top: 90px; }
.category-sub-heading {
  margin-bottom: 1.1rem;
  padding-bottom: 0.5rem;
}
.category-sub-heading h3 {
  font-weight: 800;
  color: var(--navy-deep);
  font-size: 1.15rem;
  margin: 0;
  padding-left: 0.65rem;
  border-left: 4px solid var(--teal);
  display: flex;
  align-items: center;
  gap: 0.45rem;
}
@media (max-width: 576px) {
  .category-sub-heading h3 { font-size: 1.02rem; }
}
.listing-card .card-title {
  color: var(--navy-deep);
  font-weight: 700;
  font-size: 1.02rem;
}
.listing-meta {
  font-size: 0.85rem;
  color: var(--text-muted);
}
.listing-meta i { color: var(--teal); width: 1.1em; }
.distance-badge { color: var(--navy); font-weight: 700; }
.distance-badge i { color: var(--gold-dark); }

/* =========================================================
   BANNER "UU DAI CUC LON KHI DAT DICH VU"
   ========================================================= */
.promo-banner {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1rem 1.25rem;
  border-radius: 0.9rem;
  background: linear-gradient(120deg, #ff6a3d 0%, #ff3d5a 55%, #ff2f8f 100%);
  box-shadow: 0 10px 26px rgba(255, 61, 90, 0.32);
  color: #fff;
  position: relative;
  overflow: hidden;
}
.promo-banner::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle, rgba(255, 255, 255, 0.18) 1.5px, transparent 1.5px);
  background-size: 18px 18px;
  opacity: 0.5;
  pointer-events: none;
}
.promo-banner-icon {
  position: relative;
  z-index: 1;
  flex: 0 0 auto;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.22);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  animation: nhun-nhe 1.8s ease-in-out infinite;
}
@keyframes nhun-nhe {
  0%, 100% { transform: scale(1) rotate(0deg); }
  50% { transform: scale(1.12) rotate(-8deg); }
}
.promo-banner-text { position: relative; z-index: 1; flex: 1 1 auto; min-width: 0; }
.promo-banner-title {
  font-weight: 800;
  font-size: 1.12rem;
  letter-spacing: 0.2px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
}
.promo-banner-sub {
  font-size: 0.82rem;
  opacity: 0.95;
  margin-top: 0.1rem;
}
.promo-banner-btn {
  position: relative;
  z-index: 1;
  flex: 0 0 auto;
  background: #fff;
  color: #ff3d5a;
  font-weight: 800;
  padding: 0.55rem 1.1rem;
  border-radius: 999px;
  white-space: nowrap;
  text-decoration: none;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.18);
  transition: transform 0.15s ease;
}
.promo-banner-btn:hover { transform: translateY(-2px); color: #ff3d5a; }

/* =========================================================
   "TIM GAN TOI NHAT" (dinh vi GPS)
   ========================================================= */
.near-me-row {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.6rem;
}
.near-me-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  background: var(--bg-soft);
  color: var(--navy-deep);
  border: 1px solid var(--sky);
  font-weight: 700;
  font-size: 0.85rem;
  padding: 0.5rem 0.9rem;
  border-radius: 999px;
}
.near-me-cancel {
  font-size: 0.82rem;
  color: var(--text-muted);
  text-decoration: none;
}
.near-me-cancel:hover { color: var(--gold-dark); }
.near-me-hint {
  flex-basis: 100%;
  text-align: center;
  margin-top: 0.3rem;
}

/* =========================================================
   KHOI "VI SAO CHON HA LONG XANH" - THUYET PHUC DANG KY
   ========================================================= */
.feature-section {
  padding: 3rem 0 1rem;
}
.feature-card {
  height: 100%;
  padding: 1.75rem 1.5rem;
  border-radius: 0.75rem;
  background: #ffffff;
  box-shadow: 0 3px 14px rgba(7, 42, 69, 0.07);
  transition: transform 0.18s ease, box-shadow 0.18s ease;
  text-align: center;
}
.feature-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 16px 30px rgba(7, 42, 69, 0.14);
}
.feature-icon {
  width: 62px;
  height: 62px;
  margin: 0 auto 1.1rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  background: linear-gradient(150deg, var(--navy) 0%, var(--teal) 100%);
  color: #fff;
  box-shadow: 0 6px 16px rgba(13, 72, 112, 0.3);
}
.feature-card h5 {
  color: var(--navy-deep);
  font-weight: 700;
  font-size: 1.05rem;
  margin-bottom: 0.6rem;
}
.feature-card p {
  color: var(--text-muted);
  font-size: 0.9rem;
  margin-bottom: 0;
}

/* =========================================================
   BANNER KEU GOI DANG KY (CTA cuoi trang)
   ========================================================= */
.cta-banner {
  position: relative;
  overflow: hidden;
  border-radius: 0.9rem;
  padding: 2.75rem 2rem;
  margin: 3rem 0 1rem;
  background: linear-gradient(120deg, var(--gold) 0%, #ffd166 100%);
  text-align: center;
  box-shadow: 0 16px 34px rgba(234, 88, 12, 0.28);
}
.cta-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle at 15% 20%, rgba(255,255,255,0.35), transparent 40%),
                     radial-gradient(circle at 90% 80%, rgba(7,42,69,0.08), transparent 45%);
  pointer-events: none;
}
.cta-banner h2 {
  position: relative;
  color: var(--navy-deep);
  font-weight: 800;
  font-size: 1.75rem;
  margin-bottom: 0.6rem;
}
.cta-banner p {
  position: relative;
  color: rgba(2, 48, 71, 0.8);
  font-size: 1rem;
  max-width: 560px;
  margin: 0 auto 1.5rem;
}
.cta-banner .btn {
  position: relative;
  background: var(--navy-deep);
  border-color: var(--navy-deep);
  color: #fff;
  font-weight: 700;
  padding: 0.8rem 2.2rem;
  border-radius: 0.5rem;
  font-size: 1.02rem;
}
.cta-banner .btn:hover {
  background: #051f34;
  border-color: #051f34;
}
@media (min-width: 768px) {
  .cta-banner h2 { font-size: 2.1rem; }
}

/* =========================================================
   FOOTER
   ========================================================= */
.footer-pro {
  background: var(--navy-deep);
  color: #b9cbd8;
}
.footer-pro h6 {
  color: var(--gold);
  font-weight: 700;
  letter-spacing: 0.5px;
  font-size: 0.85rem;
  text-transform: uppercase;
  margin-bottom: 0.9rem;
}
.footer-pro a { color: #b9cbd8; text-decoration: none; }
.footer-pro a:hover { color: #ffffff; }
.footer-pro .footer-bottom {
  background: #051f34;
  font-size: 0.8rem;
  padding: 0.75rem 0;
  color: #8fa5b5;
}
.footer-brand {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  margin-bottom: 0.75rem;
}
.footer-brand .brand-badge { width: 36px; height: 36px; font-size: 1.05rem; }
.footer-brand span {
  font-weight: 800;
  color: #ffffff;
  font-size: 1.05rem;
}

footer a { text-decoration: none; }
footer a:hover { text-decoration: underline; }

/* =========================================================
   THANH CTA CO DINH TREN DIEN THOAI (mobile)
   Luon hien khi cuon trang de khuyen khich khach goi dien
   hoac dang ky ngay - toi uu cho ngon tay bam, khong che
   noi dung phia duoi nho co dem padding o body.
   ========================================================= */
.mobile-cta-bar {
  display: none;
}
@media (max-width: 767.98px) {
  .mobile-cta-bar {
    display: flex;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1030;
    background: #ffffff;
    box-shadow: 0 -6px 18px rgba(2, 48, 71, 0.18);
    padding: 0.55rem 0.7rem;
    padding-bottom: calc(0.55rem + env(safe-area-inset-bottom));
    gap: 0.6rem;
  }
  .mobile-cta-bar a {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.4rem;
    padding: 0.72rem 0.5rem;
    border-radius: 0.5rem;
    font-weight: 700;
    font-size: 0.92rem;
    text-decoration: none;
  }
  .mobile-cta-bar .mcta-call {
    background: var(--bg-soft);
    color: var(--navy);
    border: 1.5px solid var(--navy-light);
  }
  .mobile-cta-bar .mcta-register {
    background: linear-gradient(120deg, var(--gold), var(--gold-dark));
    color: var(--navy-deep);
    box-shadow: 0 4px 12px rgba(251, 146, 60, 0.45);
  }
  body { padding-bottom: 68px; }
}

/* =========================================================
   TOI UU DIEN THOAI: chong iOS tu dong zoom khi bam vao o
   nhap, khoang cach thoang hon, nut du to de bam
   ========================================================= */
@media (max-width: 767.98px) {
  input.form-control,
  select.form-select,
  textarea.form-control {
    font-size: 16px;
  }
  .btn {
    min-height: 44px;
  }
  .hero-pro { padding: 2.2rem 1rem 4.5rem; }
  .hero-pro h1 { font-size: 1.6rem; }
  .hero-pro p.lead-text { font-size: 0.96rem; }
  .hero-cta-row { flex-direction: column; }
  .hero-cta-row .btn { width: 100%; }
  .search-card { margin-top: -3.4rem; }
  .search-card .card { padding: 1.25rem !important; }
  .section-heading h2 { font-size: 1.12rem; }
  .cta-banner { padding: 2rem 1.25rem; }
  .cta-banner h2 { font-size: 1.35rem; }
  .topbar { display: none !important; }

  /* Banner khuyen mai: xep doc, chu to hon, nut full-width de bam de */
  .promo-banner {
    flex-wrap: wrap;
    text-align: center;
    padding: 1rem;
  }
  .promo-banner-icon { margin: 0 auto; }
  .promo-banner-text { flex-basis: 100%; order: 2; }
  .promo-banner-btn { flex-basis: 100%; order: 3; text-align: center; padding: 0.7rem; }

  /* Nut "Tim gan toi nhat": full-width, de bam bang ngon tay cai */
  .near-me-row { flex-direction: column; align-items: stretch; }
  #btnTimGan { width: 100%; min-height: 46px; font-weight: 700; }
  .near-me-badge { justify-content: center; text-align: center; }
  .near-me-cancel { text-align: center; }
}

/* luoi the tren tablet: 2 cot cho vua man hinh, desktop 3-4 cot */
@media (min-width: 576px) and (max-width: 991.98px) {
  .listing-card .card-title { font-size: 0.98rem; }
}

/* the dat cho tren trang chi tiet: dinh khi cuon o man hinh lon,
   tro ve binh thuong tren dien thoai/may tinh bang de tranh
   che noi dung khi cuon */
.booking-sticky {
  position: sticky;
  top: 90px;
}
@media (max-width: 991.98px) {
  .booking-sticky {
    position: static;
    top: auto;
  }
}

/* =========================================================
   NUT ZALO NOI - luon hien de khach lien he tu van nhanh
   ========================================================= */
.zalo-float {
  position: fixed;
  right: 20px;
  bottom: 24px;
  z-index: 1040;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: linear-gradient(160deg, #0091ff 0%, #0068ff 100%);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  text-decoration: none;
  box-shadow: 0 8px 20px rgba(0, 104, 255, 0.45);
  animation: zalo-pulse 2.4s ease-in-out infinite;
  overflow: hidden;
}
.zalo-float:hover {
  color: #fff;
  transform: scale(1.06);
}
.zalo-float-label {
  position: absolute;
  right: 68px;
  bottom: 16px;
  background: var(--navy-deep);
  color: #fff;
  font-size: 0.8rem;
  font-weight: 600;
  padding: 0.4rem 0.8rem;
  border-radius: 6px;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease;
}
.zalo-float:hover .zalo-float-label {
  opacity: 1;
}
@keyframes zalo-pulse {
  0%, 100% { box-shadow: 0 8px 20px rgba(0, 104, 255, 0.45), 0 0 0 0 rgba(0, 104, 255, 0.4); }
  50% { box-shadow: 0 8px 20px rgba(0, 104, 255, 0.45), 0 0 0 10px rgba(0, 104, 255, 0); }
}
@media (max-width: 767.98px) {
  .zalo-float {
    bottom: 82px;
    right: 14px;
    width: 52px;
    height: 52px;
    font-size: 1.4rem;
  }
  .zalo-float-label { display: none; }
}

/* =========================================================
   BAN DO KHAM PHA (Leaflet)
   ========================================================= */
.explore-map-canvas {
  height: 62vh;
  min-height: 380px;
  border-radius: 0.9rem;
  overflow: hidden;
  z-index: 1;
}
.explore-map-empty {
  background: #fff;
  border-radius: 0.9rem;
}
.map-legend {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25rem;
}
.map-legend-item {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--text-muted);
  cursor: pointer;
  user-select: none;
}
.map-legend-item input { cursor: pointer; }
.map-legend .dot {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
}
.dot-nha-hang { background: #0284c7; }
.dot-khach-san { background: #a855f7; }
.dot-tau { background: #22d3ee; }
.dot-diem { background: #fb923c; }

.map-pin {
  width: 34px;
  height: 34px;
  border-radius: 50% 50% 50% 0;
  transform: rotate(-45deg);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.35);
  border: 2px solid #fff;
}
.map-pin i {
  transform: rotate(45deg);
  color: #fff;
  font-size: 1rem;
}
.map-popup { min-width: 180px; }
.map-popup-badge {
  display: inline-block;
  color: #fff;
  font-size: 0.68rem;
  font-weight: 700;
  padding: 0.15rem 0.55rem;
  border-radius: 20px;
  margin-bottom: 0.35rem;
}
.map-popup h6 {
  font-weight: 700;
  color: var(--navy-deep);
  margin-bottom: 0.25rem;
}
.map-popup p {
  font-size: 0.82rem;
  color: var(--text-muted);
  margin-bottom: 0.5rem;
}

/* =========================================================
   'TRAI NGHIEM TOUR HA LONG' - hanh trinh dang timeline doc
   ========================================================= */
.hanh-trinh-timeline {
  position: relative;
  max-width: 920px;
  margin: 0 auto;
}
.hanh-trinh-item {
  display: flex;
  gap: 1rem;
  margin-bottom: 1.75rem;
}
.hanh-trinh-moc {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-shrink: 0;
}
.hanh-trinh-so {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--navy) 0%, var(--teal) 100%);
  color: #fff;
  font-weight: 800;
  font-size: 1.05rem;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 10px rgba(2, 132, 199, 0.35);
  flex-shrink: 0;
}
.hanh-trinh-line {
  flex: 1;
  width: 3px;
  background: repeating-linear-gradient(180deg, var(--sky) 0, var(--sky) 6px, transparent 6px, transparent 12px);
  margin-top: 0.4rem;
  min-height: 40px;
}
.hanh-trinh-card {
  flex: 1;
  border: none;
  border-radius: 0.9rem;
  overflow: hidden;
}
.hanh-trinh-anh {
  width: 100%;
  height: 100%;
  min-height: 200px;
  object-fit: cover;
}
.hanh-trinh-ghi-chu {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  background: var(--bg-soft);
  color: var(--navy-deep);
  border: 1px dashed var(--sky);
  font-size: 0.78rem;
  font-weight: 700;
  padding: 0.35rem 0.7rem;
  border-radius: 20px;
  margin-bottom: 0.6rem;
  align-self: flex-start;
}

@media (max-width: 767.98px) {
  .hanh-trinh-item { gap: 0.6rem; margin-bottom: 1.4rem; }
  .hanh-trinh-so { width: 34px; height: 34px; font-size: 0.9rem; }
  .hanh-trinh-anh { min-height: 160px; }
  .hanh-trinh-card .row { flex-direction: column; }
}

/* =========================================================
   NHAN XET & DANH GIA SAO
   ========================================================= */
.danh-gia-list { max-height: 420px; overflow-y: auto; }
.danh-gia-item {
  padding: 0.85rem 0;
  border-bottom: 1px solid #eef2f5;
}
.danh-gia-item:last-child { border-bottom: none; }

/* =========================================================
   THANH BIEU DO MINI CHO TRANG THONG KE (khong can thu vien ngoai)
   ========================================================= */
.thongke-bar-track {
  flex: 1;
  height: 8px;
  background: #eef2f5;
  border-radius: 6px;
  overflow: hidden;
  min-width: 60px;
}
.thongke-bar-fill {
  height: 100%;
  border-radius: 6px;
  transition: width 0.3s ease;
}
.thongke-bar-xem { background: linear-gradient(90deg, var(--navy), var(--teal)); }
.thongke-bar-dat { background: linear-gradient(90deg, var(--gold), var(--gold-dark)); }

/* =========================================================
   MENU DIEU HUONG TRANG QUAN TRI (dung chung tren moi trang admin)
   ========================================================= */
.admin-menu {
  position: sticky;
  top: 0;
  z-index: 1020;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  width: 100vw;
  background: linear-gradient(120deg, var(--navy-deep) 0%, var(--navy) 100%);
  box-shadow: 0 3px 14px rgba(3, 61, 94, 0.25);
}
.admin-menu-inner {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0.55rem 1.25rem;
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
}
.admin-menu-brand {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  color: #fff;
  font-weight: 800;
  font-size: 0.95rem;
  letter-spacing: 0.2px;
  text-decoration: none;
  white-space: nowrap;
}
.admin-menu-brand i { color: var(--teal); font-size: 1.1rem; }
.admin-menu-toggle {
  display: none;
  margin-left: auto;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.25);
  color: #fff;
  border-radius: 8px;
  padding: 0.3rem 0.6rem;
  font-size: 1.1rem;
}
.admin-menu-collapse {
  display: flex;
  align-items: center;
  flex: 1;
  gap: 0.75rem;
  flex-wrap: wrap;
}
.admin-menu-list {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 0.15rem;
  margin: 0;
  padding: 0;
  flex-wrap: wrap;
}
.admin-menu-dropdown { position: relative; }
.admin-menu-link {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  color: rgba(255, 255, 255, 0.88);
  text-decoration: none;
  font-size: 0.86rem;
  font-weight: 600;
  padding: 0.45rem 0.7rem;
  border-radius: 8px;
  transition: background 0.15s ease, color 0.15s ease;
  white-space: nowrap;
}
.admin-menu-link:hover { background: rgba(255, 255, 255, 0.14); color: #fff; }
.admin-menu-link.active { background: rgba(255, 255, 255, 0.95); color: var(--navy-deep); }
.admin-menu-link.dropdown-toggle::after { margin-left: 0.4rem; vertical-align: 0.05em; }
.admin-menu-dropdown .dropdown-menu {
  border: none;
  border-radius: 10px;
  padding: 0.4rem;
  min-width: 250px;
}
.admin-menu-dropdown .dropdown-item {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  font-size: 0.86rem;
  font-weight: 500;
  padding: 0.5rem 0.65rem;
  border-radius: 7px;
  color: #334155;
}
.admin-menu-dropdown .dropdown-item:hover { background: #e6f4fb; color: var(--navy-deep); }
.admin-menu-dropdown .dropdown-item i { color: var(--navy); width: 1.1rem; text-align: center; }
.admin-menu-logout {
  margin-left: auto;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  color: #fecaca;
  text-decoration: none;
  font-size: 0.86rem;
  font-weight: 700;
  padding: 0.45rem 0.7rem;
  border-radius: 8px;
  white-space: nowrap;
}
.admin-menu-logout:hover { background: rgba(239, 68, 68, 0.18); color: #fff; }

.admin-menu-toggle.is-active { background: rgba(255, 255, 255, 0.28); }

@media (max-width: 991.98px) {
  .admin-menu-toggle { display: inline-flex; align-items: center; }
  .admin-menu-collapse { flex-basis: 100%; display: none; }
  .admin-menu-collapse.is-open { display: flex; flex-direction: column; align-items: stretch; padding-top: 0.5rem; }
  .admin-menu-list { flex-direction: column; align-items: stretch; width: 100%; }
  .admin-menu-link { width: 100%; }
  .admin-menu-dropdown .dropdown-menu { position: static !important; transform: none !important; width: 100%; box-shadow: none; background: rgba(255,255,255,0.08); }
  .admin-menu-dropdown .dropdown-item { color: #fff; }
  .admin-menu-dropdown .dropdown-item:hover { background: rgba(255,255,255,0.15); color: #fff; }
  .admin-menu-dropdown .dropdown-item i { color: var(--teal); }
  .admin-menu-logout { margin-left: 0; width: 100%; }
}

/* =========================================================
   "VIEC CAN XU LY" - ACTION CENTER TREN DASHBOARD QUAN TRI
   ========================================================= */
.action-center {
  border: none;
  border-left: 4px solid #f59e0b;
  background: linear-gradient(120deg, #fffbeb 0%, #ffffff 55%);
}
.action-center.action-center-ok {
  border-left-color: #16a34a;
  background: linear-gradient(120deg, #f0fdf4 0%, #ffffff 55%);
}
.action-item {
  display: flex;
  align-items: flex-start;
  gap: 0.7rem;
  height: 100%;
  padding: 0.85rem 1rem;
  border-radius: 12px;
  background: #fff;
  border: 1px solid #eef0f2;
  box-shadow: 0 2px 6px rgba(15, 23, 42, 0.05);
  text-decoration: none;
  color: inherit;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}
.action-item:hover { transform: translateY(-2px); box-shadow: 0 8px 18px rgba(15, 23, 42, 0.1); color: inherit; }
.action-item i { font-size: 1.5rem; margin-top: 0.15rem; }
.action-item-warning i { color: #f59e0b; }
.action-item-primary i { color: var(--navy); }
.action-item-info i { color: #0891b2; }

/* =========================================================
   "TRUY CAP NHANH" - LUOI THE CONG CU TREN DASHBOARD QUAN TRI
   ========================================================= */
.quick-links-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 0.85rem;
}
.quick-link {
  --ql-color: var(--navy);
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  padding: 1.1rem 1rem 1rem;
  border-radius: 14px;
  background: #fff;
  border: 1px solid #eef0f2;
  box-shadow: 0 2px 8px rgba(15, 23, 42, 0.05);
  text-decoration: none;
  color: inherit;
  overflow: hidden;
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}
.quick-link::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: var(--ql-color);
  opacity: 0.85;
}
.quick-link:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 24px rgba(15, 23, 42, 0.13);
  border-color: var(--ql-color);
  color: inherit;
}
.quick-link-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 11px;
  background: #eef2f5;
  background: color-mix(in srgb, var(--ql-color) 14%, white);
  color: var(--ql-color);
  font-size: 1.25rem;
}
.quick-link-label { font-weight: 700; font-size: 0.92rem; color: var(--navy-deep); }
.quick-link-desc { font-size: 0.76rem; color: #64748b; line-height: 1.35; }

/* =========================================================
   CANH BAO GIONG, LOC, SET
   ========================================================= */
.alert-canhbao {
  display: flex;
  align-items: flex-start;
  gap: 0.85rem;
  padding: 1rem 1.15rem;
  border-radius: 0.85rem;
  margin-bottom: 1.5rem;
  font-size: 0.95rem;
  line-height: 1.5;
}
.alert-canhbao > i { font-size: 1.5rem; flex-shrink: 0; margin-top: 0.1rem; }
.alert-canhbao-cao {
  background: linear-gradient(100deg, #fee2e2 0%, #fecaca 100%);
  border: 1px solid #fca5a5;
  color: #7f1d1d;
}
.alert-canhbao-cao > i { color: #dc2626; }
.alert-canhbao-theodoi {
  background: linear-gradient(100deg, #fef3c7 0%, #fde68a 100%);
  border: 1px solid #fcd34d;
  color: #78350f;
}
.alert-canhbao-theodoi > i { color: #d97706; }
.alert-canhbao-binhthuong {
  background: linear-gradient(100deg, #dcfce7 0%, #bbf7d0 100%);
  border: 1px solid #86efac;
  color: #14532d;
}
.alert-canhbao-binhthuong > i { color: #16a34a; }

.khu-vuc-canhbao-item {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 0.7rem;
  padding: 0.85rem 1rem;
  height: 100%;
}
.khu-vuc-canhbao-item .badge {
  font-size: 0.75rem;
  font-weight: 600;
  padding: 0.35rem 0.6rem;
}

.canhbao-map-embed {
  position: relative;
  width: 100%;
  padding-top: 62%;
  border-radius: 0.7rem;
  overflow: hidden;
  border: 1px solid #e2e8f0;
  background: #eef2f6;
}
.canhbao-map-embed iframe {
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
@media (max-width: 576px) {
  .canhbao-map-embed { padding-top: 130%; }
}
