/**
 * Chỉ xử lý xung đột giữa Flatsome và CSS giao diện gốc.
 * File này phải được enqueue sau vgc-home.css.
 */

body.vgc-flatsome {
  min-height: 100%;
  padding-top: 0 !important;
}

body.vgc-flatsome #vgc-page,
body.vgc-flatsome .vgc-interface {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background: var(--paper);
}

body.vgc-flatsome .vgc-interface .section {
  display: block;
  width: 100%;
  min-height: 0;
}

body.vgc-flatsome .vgc-interface .container {
  float: none;
  padding-right: 0;
  padding-left: 0;
}

body.vgc-flatsome .vgc-interface .button,
body.vgc-flatsome .vgc-interface button {
  margin: 0;
  line-height: 1.2;
  text-shadow: none;
}

body.vgc-flatsome .vgc-interface .button::after,
body.vgc-flatsome .vgc-interface .button::before {
  display: none;
}

body.vgc-flatsome .vgc-interface input,
body.vgc-flatsome .vgc-interface select {
  margin: 0;
  box-shadow: none;
}

body.vgc-flatsome .vgc-interface img {
  margin: 0;
  border: 0;
}

body.vgc-flatsome .vgc-interface footer {
  width: 100%;
}

.vgc-lead-form.is-loading {
  opacity: .72;
  pointer-events: none;
}

.form-status {
  display: none;
  grid-column: 1 / -1;
  margin-top: 8px;
  font-size: 11px;
  line-height: 1.5;
}

.form-status.is-visible { display: block; }
.form-status.is-error { color: #9f2f27; }
.hero-form .form-status.is-error { text-align: center; }
.cta-form .form-status.is-error { color: #ffe0d9; }

.product-image img,
.gallery-image img {
  transition: opacity .22s ease;
}

.product-image img.is-changing,
.gallery-image img.is-changing {
  opacity: .35;
}

body.admin-bar.vgc-flatsome .notice-bar {
  margin-top: 32px;
}

@media screen and (max-width: 782px) {
  body.admin-bar.vgc-flatsome .notice-bar {
    margin-top: 46px;
  }
}

@media (max-width: 640px) {
  .cta-form .form-status {
    grid-column: 1;
  }
}

/* ===================================================
 * TYPOGRAPHY ĐỒNG BỘ FLATSOME & HIỆU ỨNG LUXURY TOÀN DIỆN
 * =================================================== */

:root {
  --vgc-font-body: 'Roboto', -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  --vgc-font-display: 'Playfair Display', "Times New Roman", Georgia, serif;
  --vgc-gold-bright: #dfb96c;
  --vgc-gold-gradient: linear-gradient(135deg, #dfb96c 0%, #f6e3b4 50%, #c69c55 100%);
  --vgc-gold-shadow: 0 4px 20px rgba(223, 185, 108, 0.35);
  --vgc-emerald-dark: #0f2e29;
  --vgc-emerald-deep: #08201b;
}

body.vgc-flatsome,
body.vgc-flatsome #vgc-page,
body.vgc-flatsome .vgc-interface {
  font-family: var(--vgc-font-body);
}

body.vgc-flatsome h1,
body.vgc-flatsome h2,
body.vgc-flatsome h3,
body.vgc-flatsome .hero-subtitle,
body.vgc-flatsome .section-copy h2,
body.vgc-flatsome .section-heading h2,
body.vgc-flatsome .brand b {
  font-family: var(--vgc-font-display);
  letter-spacing: -0.01em;
}

/* ===================================================
 * 1. HEADER & NOTICE BAR
 * =================================================== */
.site-header {
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  background: linear-gradient(180deg, rgba(15, 46, 41, 0.98) 0%, rgba(11, 35, 31, 0.96) 100%) !important;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(223, 185, 108, 0.25);
  height: 80px;
  padding: 0;
  display: block;
  box-shadow: 0 4px 25px rgba(0, 0, 0, 0.28);
  transition: height .3s cubic-bezier(.2,.8,.2,1), background .3s ease, box-shadow .3s ease, top .3s ease;
}

/* Khi Header dính (Sticky Scrolled) */
.site-header.is-sticky {
  position: fixed;
  top: 0;
  height: 70px;
  background: rgba(11, 35, 31, 0.97) !important;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.45);
  border-bottom: 1px solid rgba(223, 185, 108, 0.35);
}

.site-header.is-sticky .site-header-container .brand.brand-image img {
  max-height: 46px;
}

.site-header.is-sticky .vgc-header-cta-btn {
  padding: 8px 16px;
  font-size: 12px;
}

/* Xử lý tương thích khi đang đăng nhập WordPress Admin Bar */
body.admin-bar .site-header {
  top: 32px;
}

body.admin-bar .site-header.is-sticky {
  top: 32px;
}

@media screen and (max-width: 782px) {
  body.admin-bar .site-header {
    top: 46px;
  }
  body.admin-bar .site-header.is-sticky {
    top: 46px;
  }
}

.site-header-container {
  max-width: 1400px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 0 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.notice-bar {
  background: #081d19;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.notice-bar-container {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
  padding: 0 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 34px;
  font-size: 12px;
  color: #a3c4bd;
}

.vgc-hotline-link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--vgc-gold-bright) !important;
  text-decoration: none;
  font-weight: 500;
  transition: transform .2s ease, opacity .2s ease;
}

.vgc-hotline-link:hover {
  transform: translateY(-1px);
  color: #fff !important;
}

/* ===================================================
 * 2. LOGO CĂN TRÁI & MENU CĂN PHẢI
 * =================================================== */
.site-header .brand {
  display: inline-flex;
  align-items: center;
  margin-right: auto;
  text-decoration: none;
  flex-shrink: 0;
}

.site-header .brand.brand-image img {
  max-height: 54px;
  width: auto;
  object-fit: contain;
  filter: drop-shadow(0 3px 8px rgba(0,0,0,0.4));
  transition: transform .3s cubic-bezier(.2,.8,.2,1);
}

.site-header .brand.brand-image:hover img {
  transform: scale(1.04);
}

.nav.flatsome-nav.header-nav {
  margin-left: auto;
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  align-items: center !important;
  justify-content: flex-end !important;
  gap: 20px !important;
  flex: 1 1 auto;
}

.nav.flatsome-nav.header-nav .header-nav-main.vgc-nav-list {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  align-items: center !important;
  justify-content: flex-end !important;
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
  gap: 18px !important;
}

.nav.flatsome-nav.header-nav .header-nav-main.vgc-nav-list > li {
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
  display: inline-flex !important;
  align-items: center !important;
  white-space: nowrap !important;
}

.nav.flatsome-nav.header-nav .header-nav-main.vgc-nav-list > li > a {
  color: rgba(255, 255, 255, 0.9);
  font-size: 13.5px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-decoration: none;
  transition: color .25s ease, transform .2s ease;
  position: relative;
  padding: 8px 4px;
  white-space: nowrap;
  display: inline-block;
  line-height: 1.4;
}

.nav.flatsome-nav.header-nav .header-nav-main.vgc-nav-list > li > a:hover,
.nav.flatsome-nav.header-nav .header-nav-main.vgc-nav-list > li.current-menu-item > a {
  color: var(--vgc-gold-bright);
}

.nav.flatsome-nav.header-nav .header-nav-main.vgc-nav-list > li > a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2.5px;
  background: var(--vgc-gold-gradient);
  border-radius: 2px;
  transition: width .28s cubic-bezier(.2,.8,.2,1);
}

.nav.flatsome-nav.header-nav .header-nav-main.vgc-nav-list > li > a:hover::after,
.nav.flatsome-nav.header-nav .header-nav-main.vgc-nav-list > li.current-menu-item > a::after {
  width: 100%;
}

.nav.flatsome-nav.header-nav .vgc-header-cta-btn {
  flex-shrink: 0 !important;
  white-space: nowrap !important;
  margin: 0 0 0 10px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
}

/* ===================================================
 * 3. NÚT BUTTON VỚI ICON & HIỆU ỨNG HOVER GLOW / SHINE
 * =================================================== */
.button,
button.button,
a.button,
.vgc-header-cta-btn {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 9px;
  font-weight: 700;
  position: relative;
  overflow: hidden;
  border-radius: 4px;
  cursor: pointer;
  transition: all .28s cubic-bezier(.2,.8,.2,1);
  text-decoration: none;
}

.button svg,
.vgc-header-cta-btn svg {
  flex-shrink: 0;
  transition: transform .25s ease;
}

.button.gold,
.vgc-header-cta-btn {
  background: var(--vgc-gold-gradient) !important;
  color: #0b2520 !important;
  border: 1px solid rgba(255, 255, 255, 0.4);
  box-shadow: 0 4px 18px rgba(198, 156, 85, 0.35);
}

.vgc-header-cta-btn {
  font-size: 12.5px;
  letter-spacing: 0.05em;
  padding: 10px 20px;
  text-transform: uppercase;
  margin-left: 10px;
}

.button.gold:hover,
.vgc-header-cta-btn:hover {
  background: linear-gradient(135deg, #f7e6bb 0%, #dfb96c 100%) !important;
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(223, 185, 108, 0.55);
}

.button.gold:hover svg,
.vgc-header-cta-btn:hover svg {
  transform: scale(1.15);
}

.button.glass {
  background: rgba(255, 255, 255, 0.12) !important;
  border: 1px solid rgba(255, 255, 255, 0.35) !important;
  color: #ffffff !important;
  backdrop-filter: blur(8px);
}

.button.glass:hover {
  background: rgba(255, 255, 255, 0.25) !important;
  border-color: var(--vgc-gold-bright) !important;
  color: var(--vgc-gold-bright) !important;
  transform: translateY(-2px);
}

/* Hiệu ứng Shine quét qua khi hover */
.button.gold::before,
.vgc-header-cta-btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: -120%;
  width: 70%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.5), transparent);
  transform: skewX(-25deg);
  transition: left .65s ease;
  pointer-events: none;
}

.button.gold:hover::before,
.vgc-header-cta-btn:hover::before {
  left: 140%;
}

.vgc-arrow-icon {
  display: inline-block;
  transition: transform .25s ease;
}

.button:hover .vgc-arrow-icon {
  transform: translateX(4px);
}

.vgc-icon-move {
  display: inline-block;
  transition: transform .25s ease;
}

.vgc-link-arrow:hover .vgc-icon-move {
  transform: translate(3px, -3px);
}

/* ===================================================
 * 4. HIỆU ỨNG RUNG CHUÔNG ĐIỆN THOẠI (PHONE WIGGLE)
 * =================================================== */
@keyframes vgc-phone-wiggle {
  0% { transform: rotate(0deg) scale(1); }
  15% { transform: rotate(-16deg) scale(1.1); }
  30% { transform: rotate(14deg) scale(1.1); }
  45% { transform: rotate(-12deg) scale(1.1); }
  60% { transform: rotate(10deg) scale(1.1); }
  75% { transform: rotate(-6deg) scale(1.05); }
  100% { transform: rotate(0deg) scale(1); }
}

.vgc-phone-shake-icon,
.vgc-phone-shake .vgc-contact-call-icon,
.vgc-phone-shake .vgc-phone-circle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  animation: vgc-phone-wiggle 2.4s infinite ease-in-out;
  transform-origin: center center;
}

.vgc-phone-shake:hover .vgc-phone-shake-icon,
.vgc-phone-shake:hover .vgc-contact-call-icon,
.vgc-phone-shake:hover .vgc-phone-circle {
  animation: vgc-phone-wiggle 0.7s infinite ease-in-out;
}

/* Box điện thoại nổi bật tại FAQ & Sections */
.vgc-call-box {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: linear-gradient(135deg, #0d362e 0%, #07231e 100%);
  border: 1px solid rgba(223, 185, 108, 0.4);
  padding: 12px 22px;
  border-radius: 50px;
  color: #ffffff !important;
  text-decoration: none;
  font-size: 16px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25);
  transition: all .28s ease;
  margin-top: 14px;
}

.vgc-call-box .vgc-phone-circle {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--vgc-gold-gradient);
  color: #0b2520;
}

.vgc-call-box:hover {
  border-color: var(--vgc-gold-bright);
  transform: translateY(-2px);
  box-shadow: var(--vgc-gold-shadow);
  color: var(--vgc-gold-bright) !important;
}

/* ===================================================
 * 5. CSS CHO NUMBER 01, 02, 03 NỔI BẬT MẠ VÀNG
 * =================================================== */
.value-grid article > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: linear-gradient(135deg, rgba(223, 185, 108, 0.15) 0%, rgba(11, 60, 53, 0.4) 100%);
  border: 1px solid rgba(223, 185, 108, 0.5);
  color: #dfb96c !important;
  font-family: var(--vgc-font-display);
  font-size: 22px !important;
  font-weight: 800;
  letter-spacing: 0.05em;
  margin-bottom: 18px;
  box-shadow: 0 4px 15px rgba(223, 185, 108, 0.2);
  transition: all .3s ease;
}

.value-grid article:hover > span {
  background: var(--vgc-gold-gradient);
  color: #0b2520 !important;
  transform: scale(1.1) rotate(-3deg);
  box-shadow: 0 6px 20px rgba(223, 185, 108, 0.45);
}

.policy-tabs button small {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 6px;
  background: rgba(223, 185, 108, 0.2);
  border: 1px solid rgba(223, 185, 108, 0.4);
  color: var(--vgc-gold-bright) !important;
  font-size: 13px !important;
  font-weight: 700;
  margin-right: 8px;
  transition: all .25s ease;
}

.policy-tabs button.active small,
.policy-tabs button:hover small {
  background: var(--vgc-gold-gradient);
  color: #0b2520 !important;
  border-color: #ffffff;
  transform: scale(1.08);
}

.policy-card-top b[data-policy-number] {
  font-family: var(--vgc-font-display);
  font-size: 38px;
  font-weight: 800;
  background: var(--vgc-gold-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(0 2px 8px rgba(223, 185, 108, 0.3));
}

/* ===================================================
 * 6. FOOTER CONTACT LIST ĐẸP & CHUYÊN NGHIỆP
 * =================================================== */
footer {
  background: linear-gradient(180deg, #07211c 0%, #03120f 100%) !important;
  border-top: 1px solid rgba(223, 185, 108, 0.25);
  position: relative;
  overflow: hidden;
}

footer::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 600px;
  height: 2px;
  background: var(--vgc-gold-gradient);
  box-shadow: 0 0 20px var(--vgc-gold-bright);
}

.vgc-footer-heading {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--vgc-gold-bright);
  font-size: 15px;
  margin-bottom: 14px;
}

.vgc-foot-contact-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.vgc-foot-contact-card {
  display: flex;
  align-items: center;
  gap: 12px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(223, 185, 108, 0.2);
  padding: 10px 14px;
  border-radius: 8px;
  color: #ffffff !important;
  text-decoration: none;
  transition: all .25s cubic-bezier(.2,.8,.2,1);
}

.vgc-foot-contact-card:hover {
  background: rgba(223, 185, 108, 0.12);
  border-color: var(--vgc-gold-bright);
  transform: translateX(4px);
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.35);
}

.vgc-contact-avatar {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: rgba(223, 185, 108, 0.18);
  color: var(--vgc-gold-bright);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.vgc-contact-info {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
}

.vgc-contact-name {
  font-size: 13.5px;
  font-weight: 600;
  color: #ffffff;
  display: flex;
  align-items: center;
  gap: 6px;
}

.vgc-badge-role {
  font-size: 10px;
  color: var(--vgc-gold-bright);
  background: rgba(223, 185, 108, 0.15);
  padding: 1px 6px;
  border-radius: 4px;
  font-weight: 400;
}

.vgc-contact-phone {
  font-size: 13px;
  color: #dfb96c;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.vgc-contact-call-icon {
  color: var(--vgc-gold-bright);
  flex-shrink: 0;
}

/* ===================================================
 * 7. HIỆU ỨNG NỀN & CHUYỂN ĐỘNG CHO TỪNG BLOCK
 * =================================================== */
.overview {
  background: radial-gradient(circle at 10% 20%, rgba(223, 185, 108, 0.04) 0%, transparent 40%),
              radial-gradient(circle at 90% 80%, rgba(11, 60, 53, 0.04) 0%, transparent 40%),
              #fffdf8;
}

.value-section {
  background: linear-gradient(180deg, #fbf8f0 0%, #f4eee1 100%);
  position: relative;
}

.policy-section {
  background: linear-gradient(180deg, #0e342d 0%, #08231e 100%) !important;
  color: #ffffff;
  position: relative;
}

.policy-card {
  background: rgba(255, 255, 255, 0.05) !important;
  border: 1px solid rgba(223, 185, 108, 0.3) !important;
  backdrop-filter: blur(12px);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.35);
  border-radius: 12px;
  transition: transform .3s ease, border-color .3s ease;
}

.policy-card:hover {
  transform: translateY(-4px);
  border-color: var(--vgc-gold-bright) !important;
}

.value-grid article {
  background: #ffffff;
  border: 1px solid rgba(16, 35, 31, 0.08);
  border-radius: 12px;
  padding: 32px 26px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.03);
  transition: all .32s cubic-bezier(.2,.8,.2,1);
}

.value-grid article:hover {
  transform: translateY(-6px);
  border-color: rgba(223, 185, 108, 0.6);
  box-shadow: 0 18px 40px rgba(223, 185, 108, 0.15);
}

.amenity-grid article {
  border-radius: 10px;
  overflow: hidden;
  transition: all .32s cubic-bezier(.2,.8,.2,1);
}

.amenity-grid article:hover {
  transform: translateY(-5px);
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.08);
}

.amenity-grid article:hover img {
  transform: scale(1.06);
}

.amenity-grid article img {
  transition: transform .5s ease;
}

/* Animations Reveal */
.vgc-reveal-block {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity .7s cubic-bezier(.2,.8,.2,1), transform .7s cubic-bezier(.2,.8,.2,1);
  will-change: opacity, transform;
}

.vgc-reveal-block.is-revealed {
  opacity: 1;
  transform: translateY(0);
}

/* ===================================================
 * 8. MOBILE RESPONSIVE
 * =================================================== */
@media (max-width: 980px) {
  .site-header {
    height: 72px;
    padding: 0;
  }

  .site-header-container {
    padding: 0 18px;
  }

  .site-header .brand.brand-image img {
    max-height: 44px;
  }

  .menu-toggle {
    margin-left: auto;
  }

  .nav.flatsome-nav {
    position: absolute;
    top: 72px;
    left: 0;
    right: 0;
    background: #0f2e29;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    gap: 16px;
    padding: 20px 24px 26px;
    display: none;
    box-shadow: 0 16px 32px rgba(0, 0, 0, 0.4);
    margin-left: 0;
  }

  .nav.flatsome-nav.open {
    display: flex;
  }

  .nav.flatsome-nav .vgc-nav-list {
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    gap: 12px;
    margin: 0;
  }

  .nav.flatsome-nav .vgc-nav-list li a {
    display: block;
    padding: 10px 0;
    font-size: 14px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }

  .vgc-header-cta-btn {
    width: 100%;
    text-align: center;
    padding: 13px;
    font-size: 13px;
    margin-top: 6px;
    margin-left: 0;
  }
}

/* Flatsome Native Header & Button Alignment */
.site-header-container .header-nav-main {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  gap: 16px !important;
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.site-header-container .header-nav-main > li {
  display: inline-flex !important;
  align-items: center !important;
  white-space: nowrap !important;
  margin: 0 !important;
}

.site-header-container .header-nav-main > li > a.nav-top-link {
  color: rgba(255, 255, 255, 0.9) !important;
  font-size: 13.5px !important;
  font-weight: 600 !important;
  letter-spacing: 0.04em !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
  padding: 8px 6px !important;
  white-space: nowrap !important;
  position: relative !important;
  transition: color .25s ease !important;
}

.site-header-container .header-nav-main > li > a.nav-top-link:hover,
.site-header-container .header-nav-main > li.current-menu-item > a.nav-top-link {
  color: #dfb96c !important;
}

.site-header-container .header-nav-main > li.header-button-1 {
  margin-left: 8px !important;
}

.site-header-container .header-nav-main > li.header-button-1 .button {
  background: linear-gradient(135deg, #dfb96c 0%, #f6e3b4 50%, #c69c55 100%) !important;
  color: #0b2520 !important;
  font-weight: 700 !important;
  font-size: 12.5px !important;
  letter-spacing: 0.04em !important;
  text-transform: uppercase !important;
  border: 1px solid rgba(255, 255, 255, 0.4) !important;
  box-shadow: 0 4px 18px rgba(198, 156, 85, 0.35) !important;
  padding: 10px 20px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  white-space: nowrap !important;
  line-height: 1.2 !important;
  transition: all .25s cubic-bezier(.2,.8,.2,1) !important;
}

.site-header-container .header-nav-main > li.header-button-1 .button:hover {
  background: linear-gradient(135deg, #f7e6bb 0%, #dfb96c 100%) !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 8px 25px rgba(223, 185, 108, 0.55) !important;
}

/* ===================================================
 * 9. DANH SÁCH HOTLINE & ZALO VIP (.vgc-contact-list-pro)
 * =================================================== */
.vgc-contact-list-pro {
  display: flex !important;
  flex-direction: column !important;
  gap: 14px !important;
  margin-top: 24px !important;
}

.vgc-hotline-card-vip {
  display: flex !important;
  align-items: center !important;
  gap: 16px !important;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.07) 0%, rgba(255, 255, 255, 0.02) 100%) !important;
  border: 1px solid rgba(223, 185, 108, 0.3) !important;
  border-radius: 14px !important;
  padding: 14px 18px !important;
  backdrop-filter: blur(12px) !important;
  -webkit-backdrop-filter: blur(12px) !important;
  box-shadow: 0 6px 22px rgba(0, 0, 0, 0.25) !important;
  transition: all .3s cubic-bezier(.2,.8,.2,1) !important;
  position: relative !important;
  overflow: hidden !important;
}

.vgc-hotline-card-vip::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background: var(--vgc-gold-gradient);
  opacity: 0;
  transition: opacity .3s ease;
}

.vgc-hotline-card-vip:hover {
  transform: translateY(-3px) scale(1.01) !important;
  border-color: var(--vgc-gold-bright) !important;
  box-shadow: 0 10px 30px rgba(223, 185, 108, 0.25) !important;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.12) 0%, rgba(223, 185, 108, 0.05) 100%) !important;
}

.vgc-hotline-card-vip:hover::before {
  opacity: 1;
}

.vgc-card-avatar-wrap {
  position: relative;
  flex-shrink: 0;
}

.vgc-card-avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(223, 185, 108, 0.25) 0%, rgba(11, 35, 31, 0.8) 100%);
  border: 1.5px solid var(--vgc-gold-bright);
  color: var(--vgc-gold-bright);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
}

.vgc-card-avatar.executive {
  background: linear-gradient(135deg, #dfb96c 0%, #c69c55 100%);
  color: #0b2520;
  border-color: #ffffff;
}

.vgc-status-dot.online {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 12px;
  height: 12px;
  background: #22c55e;
  border: 2px solid #08201b;
  border-radius: 50%;
  box-shadow: 0 0 8px #22c55e;
  animation: pulse-online 2s infinite;
}

@keyframes pulse-online {
  0% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(34, 197, 94, 0.7); }
  70% { transform: scale(1); box-shadow: 0 0 0 6px rgba(34, 197, 94, 0); }
  100% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(34, 197, 94, 0); }
}

.vgc-card-main-info {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  min-width: 0;
}

.vgc-card-head {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 3px;
}

.vgc-rep-name {
  font-size: 15px;
  font-weight: 700;
  color: #ffffff;
}

.vgc-badge-chip-role {
  font-size: 10.5px;
  font-weight: 600;
  color: var(--vgc-gold-bright);
  background: rgba(223, 185, 108, 0.15);
  border: 1px solid rgba(223, 185, 108, 0.35);
  padding: 2px 8px;
  border-radius: 20px;
  letter-spacing: 0.02em;
}

.vgc-badge-chip-role.gold {
  background: var(--vgc-gold-gradient);
  color: #0b2520;
  border-color: #fff;
}

.vgc-rep-phone {
  font-size: 16px;
  font-weight: 800;
  color: #dfb96c;
  letter-spacing: 0.04em;
  font-family: var(--vgc-font-display);
}

.vgc-card-action-btns {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
}

.vgc-btn-act {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 6px !important;
  padding: 8px 14px !important;
  border-radius: 8px !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  text-decoration: none !important;
  transition: all .25s ease !important;
  white-space: nowrap !important;
}

.vgc-btn-act-call {
  background: var(--vgc-gold-gradient) !important;
  color: #0b2520 !important;
  border: 1px solid rgba(255, 255, 255, 0.4) !important;
  box-shadow: 0 4px 12px rgba(198, 156, 85, 0.3) !important;
}

.vgc-btn-act-call:hover {
  background: linear-gradient(135deg, #fbf2db 0%, #dfb96c 100%) !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 6px 18px rgba(223, 185, 108, 0.5) !important;
  color: #000 !important;
}

.vgc-btn-act-zalo {
  background: rgba(0, 104, 255, 0.2) !important;
  color: #70b4ff !important;
  border: 1px solid rgba(0, 104, 255, 0.45) !important;
}

.vgc-btn-act-zalo:hover {
  background: #0068ff !important;
  color: #ffffff !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 6px 16px rgba(0, 104, 255, 0.4) !important;
}

/* ===================================================
 * 10. CHÂN TRANG NÂNG CẤP VIP (.vgc-footer-pro)
 * =================================================== */
.vgc-footer-pro {
  background: linear-gradient(180deg, #09241f 0%, #051814 100%) !important;
  border-top: 2px solid rgba(223, 185, 108, 0.3) !important;
  padding: 60px 0 5px !important;
  color: #ffffff !important;
  position: relative !important;
}

.footer-grid-pro {
  display: grid !important;
  grid-template-columns: 1.3fr 1fr 1.3fr 1.1fr !important;
  gap: 36px !important;
  align-items: start !important;
}

.vgc-footer-logo-title {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px;
}

.vgc-brand-mark-sm {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: var(--vgc-gold-gradient);
  color: #0b2520;
  font-weight: 900;
  font-family: var(--vgc-font-display);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
}

.vgc-footer-logo-title b {
  font-size: 16px;
  letter-spacing: 0.04em;
  color: #dfb96c;
  display: block;
}

.vgc-footer-logo-title small {
  font-size: 11px;
  color: #9cb8b1;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.company-intro {
  font-size: 12.5px;
  line-height: 1.6;
  color: #9cb8b1;
  margin-bottom: 16px;
}

.company-address-box {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  padding: 12px 14px;
  font-size: 12px;
  line-height: 1.65;
  color: #d1e2dd;
}

.company-address-box p {
  margin-bottom: 6px;
}
.company-address-box p:last-child {
  margin-bottom: 0;
}

.footer-col-title {
  font-size: 15px;
  font-weight: 700;
  color: #dfb96c;
  margin-bottom: 18px;
  display: block;
  letter-spacing: 0.02em;
}

.footer-doc-links {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footer-doc-links li a {
  display: flex;
  align-items: center;
  gap: 10px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(223, 185, 108, 0.15);
  border-radius: 8px;
  padding: 9px 12px;
  color: #ffffff !important;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none !important;
  transition: all .25s ease;
}

.footer-doc-links li a:hover {
  background: rgba(223, 185, 108, 0.12);
  border-color: var(--vgc-gold-bright);
  transform: translateX(4px);
  color: #dfb96c !important;
}

.doc-num {
  font-size: 11px;
  font-weight: 700;
  color: #dfb96c;
  background: rgba(223, 185, 108, 0.15);
  padding: 2px 6px;
  border-radius: 4px;
}

/* Thẻ ngân hàng nhận cọc */
.vgc-bank-card {
  background: linear-gradient(135deg, rgba(223, 185, 108, 0.1) 0%, rgba(11, 35, 31, 0.8) 100%);
  border: 1.5px solid rgba(223, 185, 108, 0.4);
  border-radius: 12px;
  padding: 16px 18px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.35);
  transition: border-color .3s ease;
}

.vgc-bank-card:hover {
  border-color: #dfb96c;
}

.bank-card-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(223, 185, 108, 0.2);
}

.bank-badge {
  font-size: 13px;
  font-weight: 800;
  color: #ff334b;
  background: #ffffff;
  padding: 2px 8px;
  border-radius: 4px;
  letter-spacing: 0.03em;
}

.bank-secure-badge {
  font-size: 10px;
  color: #22c55e;
  background: rgba(34, 197, 94, 0.15);
  border: 1px solid rgba(34, 197, 94, 0.3);
  padding: 2px 6px;
  border-radius: 12px;
}

.bank-number-box {
  margin-bottom: 8px;
}

.bank-number-box small {
  font-size: 11px;
  color: #9cb8b1;
  display: block;
}

.bank-acc-num {
  font-size: 20px;
  font-weight: 800;
  color: #ffffff;
  letter-spacing: 0.08em;
  font-family: Consolas, monospace;
}

.bank-acc-name {
  font-size: 11.5px;
  color: #dfb96c;
  margin-bottom: 6px;
  line-height: 1.4;
}

.bank-syntax-note {
  font-size: 11px;
  color: #d1e2dd;
  background: rgba(0, 0, 0, 0.25);
  padding: 6px 8px;
  border-radius: 6px;
  line-height: 1.4;
}

.bank-syntax-note code {
  color: #dfb96c;
  background: none;
  font-weight: 700;
}

/* Danh sách lãnh đạo chân trang */
.vgc-foot-hotlines-vip {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.vgc-foot-hotline-card {
  display: flex;
  align-items: center;
  gap: 12px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(223, 185, 108, 0.2);
  border-radius: 8px;
  padding: 10px 14px;
  text-decoration: none !important;
  transition: all .25s ease;
}

.vgc-foot-hotline-card:hover {
  background: rgba(223, 185, 108, 0.12);
  border-color: var(--vgc-gold-bright);
  transform: translateX(4px);
}

.vgc-contact-avatar-sm {
  font-size: 18px;
  flex-shrink: 0;
}

.vgc-contact-detail {
  display: flex;
  flex-direction: column;
}

.vgc-foot-name {
  font-size: 13px;
  font-weight: 600;
  color: #ffffff;
  display: flex;
  align-items: center;
  gap: 6px;
}

.vgc-badge-role-sm {
  font-size: 10px;
  color: var(--vgc-gold-bright);
  background: rgba(223, 185, 108, 0.15);
  padding: 1px 6px;
  border-radius: 4px;
}

.vgc-foot-num {
  font-size: 14px;
  font-weight: 800;
  color: #dfb96c;
  letter-spacing: 0.02em;
  font-family: var(--vgc-font-display);
}

.vgc-footer-legal {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  margin-top: 45px;
  padding-top: 22px;
  text-align: center;
  font-size: 11px;
  color: #75948d;
  line-height: 1.6;
}

/* Responsive Footer & Contact */
@media (max-width: 980px) {
  .footer-grid-pro {
    grid-template-columns: 1fr 1fr !important;
    gap: 30px !important;
  }
}

@media (max-width: 640px) {
  .footer-grid-pro {
    grid-template-columns: 1fr !important;
    gap: 26px !important;
  }
  .vgc-hotline-card-vip {
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 12px !important;
  }
  .vgc-card-action-btns {
    width: 100% !important;
    justify-content: flex-start !important;
  }
  .vgc-btn-act {
    flex: 1 1 auto !important;
    text-align: center !important;
  }
}

/* ===================================================
 * 11. CTA CỐ ĐỊNH TRÊN ĐIỆN THOẠI (.vgc-mobile-actions-bar)
 * =================================================== */
.vgc-mobile-actions-bar {
  display: none;
}

@media (max-width: 980px) {
  .vgc-mobile-actions-bar {
    display: grid !important;
    grid-template-columns: 1.4fr 1fr !important;
    position: fixed !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    height: 54px !important;
    background: #08201b !important;
    border-top: 1px solid rgba(223, 185, 108, 0.35) !important;
    box-shadow: 0 -8px 25px rgba(0, 0, 0, 0.45) !important;
    z-index: 9999 !important;
    align-items: stretch !important;
  }

  .vgc-mob-btn {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 6px !important;
    font-size: 11.5px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    text-decoration: none !important;
    letter-spacing: 0.02em !important;
    border: none !important;
    padding: 0 8px !important;
    white-space: nowrap !important;
    transition: background 0.2s ease !important;
  }

  .vgc-mob-call {
    background: #0a4a3f !important;
    color: #ffffff !important;
    border-right: 1px solid rgba(255, 255, 255, 0.1) !important;
  }

  .vgc-mob-zalo {
    background: #0068ff !important;
    color: #ffffff !important;
    border-right: 1px solid rgba(255, 255, 255, 0.1) !important;
  }

  .vgc-mob-price {
    background: var(--vgc-gold-gradient) !important;
    color: #0b2520 !important;
    cursor: pointer !important;
  }

  body.vgc-flatsome {
    padding-bottom: 54px !important;
  }
}
/* ==========================================================
   GOOGLE ADS COMPLIANCE & BRAND IDENTITY ENHANCEMENTS
   ========================================================== */
.vgc-top-identity-bar {
  background: #08211c;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  color: #e2e8f0;
  font-size: 13px;
  line-height: 1.5;
  padding: 8px 16px;
  position: relative;
  z-index: 1000;
  width: 100%;
}
.vgc-identity-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px 16px;
  max-width: 1360px;
  margin: 0 auto;
}
.vgc-identity-text {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  color: #f1f5f9;
}
.vgc-id-badge {
  background: #c69c55;
  color: #0b2520;
  font-weight: 700;
  font-size: 11px;
  padding: 2px 8px;
  border-radius: 4px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  white-space: nowrap;
}
.vgc-identity-contacts {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}
.vgc-id-link {
  color: #f8fafc !important;
  text-decoration: none;
  font-size: 13px;
  transition: color 0.2s ease;
}
.vgc-id-link:hover {
  color: #f6e3b4 !important;
  text-decoration: underline;
}
.vgc-id-sep {
  color: rgba(255, 255, 255, 0.3);
}
.vgc-hero-compliance-notice {
  background: rgba(11, 37, 32, 0.9);
  border: 1px solid rgba(198, 156, 85, 0.5);
  border-left: 4px solid #c69c55;
  border-radius: 6px;
  padding: 14px 18px;
  margin: 20px 0 0 0;
  backdrop-filter: blur(8px);
  color: #f1f5f9;
  font-size: 13px;
  line-height: 1.6;
}
.vgc-hero-compliance-notice p {
  margin: 0;
}
.vgc-hero-compliance-notice strong {
  color: #f6e3b4;
}
.vgc-badge-chip-broker {
  background: rgba(198, 156, 85, 0.25) !important;
  border-color: #c69c55 !important;
  color: #f6e3b4 !important;
}
.vgc-footer-pro {
  background: #081d18 !important;
  color: #cbd5e1;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 48px;
  padding-bottom: 30px;
}
.vgc-footer-bottom-compliance {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-top: 36px;
  padding-top: 24px;
  text-align: center;
}
.vgc-footer-disclaimer-legal {
  font-size: 12px;
  line-height: 1.7;
  color: #94a3b8;
  max-width: 1100px;
  margin: 0 auto 16px auto;
  text-align: justify;
}
.vgc-footer-disclaimer-legal strong {
  color: #e2e8f0;
}
.vgc-footer-links-bar {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px 12px;
  margin-bottom: 12px;
  font-size: 13px;
}
.vgc-footer-links-bar a {
  color: #f1f5f9;
  text-decoration: none;
  transition: color 0.2s;
}
.vgc-footer-links-bar a:hover {
  color: #c69c55;
  text-decoration: underline;
}
.vgc-footer-links-bar span {
  color: #64748b;
}
.vgc-footer-copyright {
  color: #64748b;
  font-size: 12px;
}
.vgc-mob-btn-call2 {
  background: #0d4a3e !important;
  color: #fff !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-decoration: none !important;
  font-size: 12px !important;
  font-weight: 700 !important;
}
@media (max-width: 768px) {
  .vgc-top-identity-bar {
    font-size: 11.5px;
    padding: 6px 12px;
  }
  .vgc-identity-inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
  }
  .vgc-identity-contacts {
    font-size: 11.5px;
    gap: 8px;
  }
  .vgc-hero-compliance-notice {
    font-size: 12px;
    padding: 10px 14px;
  }
}
