/* ================================================================ */
/* NAVICARE LANDING PAGES (BINH AN & SAFETY) CUSTOM STYLING         */
/* Inherits primary styles from style.css                           */
/* ================================================================ */

/* ================================================================ */
/* 1. HERO SECTIONS FOR LANDINGS                                    */
/* ================================================================ */
.hero-binh-an {
  background: linear-gradient(135deg, #FFF9F9 0%, #FFF0F2 50%, #F5F7FA 100%);
}

.navicare-product-multiselect {
  position: relative;
  z-index: 20;
}

.navicare-product-multiselect-toggle {
  display: flex;
  align-items: center;
  min-height: 54px;
  padding-right: 2.75rem;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
}

.navicare-product-multiselect-text {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #0e2b5c;
  font-weight: 700;
}

.navicare-product-multiselect.has-error .navicare-product-multiselect-toggle {
  border-color: #d9043d;
  box-shadow: 0 0 0 .2rem rgba(217, 4, 61, .12);
}

.navicare-product-multiselect-menu {
  position: absolute;
  z-index: 9999;
  top: calc(100% + 4px);
  left: 0;
  right: 0;
  display: none;
  max-height: 330px;
  overflow: auto;
  background: #fff;
  border: 1px solid #d7dce5;
  border-radius: 14px;
  box-shadow: 0 16px 42px rgba(14, 43, 92, .16);
  text-align: left;
}

.navicare-product-multiselect.is-open .navicare-product-multiselect-menu {
  display: block;
}

.navicare-product-multiselect-group-label {
  padding: 12px 16px 8px;
  color: #33476d;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  border-bottom: 1px solid #edf0f5;
}

.navicare-product-multiselect-option {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin: 0;
  padding: 10px 16px;
  color: #0e2b5c;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.35;
  cursor: pointer;
}

.navicare-product-multiselect-option:hover {
  background: #f7f9fc;
}

.navicare-product-multiselect-option input {
  width: 15px;
  height: 15px;
  margin-top: 2px;
  accent-color: #0e2b5c;
  flex-shrink: 0;
}

/* ================================================================ */
/* ABOUT-US PAGE: HERO COMPOSITION STYLES                            */
/* ================================================================ */

/* Gradient text on hero title highlight */
.text-gradient-red {
  background: linear-gradient(135deg, var(--primary-red) 0%, #ff4d73 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* Heart-red badge label */
.badge-y-duc {
  background: rgba(217, 4, 61, 0.08);
  color: var(--primary-red);
  border: 1px solid rgba(217, 4, 61, 0.2);
  font-size: 13.5px !important;
  font-weight: 700 !important;
  letter-spacing: 0.5px;
  padding: 8px 18px !important;
  border-radius: 50px !important;
  margin-bottom: 16px !important;
  display: inline-block !important;
}

/* Hero CTA Buttons */
.btn-hero-primary {
  background: linear-gradient(135deg, var(--primary-red) 0%, #bd0332 100%) !important;
  border: none !important;
  color: #fff !important;
  font-weight: 700 !important;
  padding: 13px 28px !important;
  border-radius: 12px !important;
  box-shadow: 0 6px 22px rgba(217, 4, 61, 0.28) !important;
  transition: all 0.25s ease !important;
  font-size: 15px !important;
}

.btn-hero-primary:hover {
  transform: translateY(-2px) !important;
  box-shadow: 0 10px 30px rgba(217, 4, 61, 0.38) !important;
  color: #fff !important;
}

.btn-hero-secondary {
  background: rgba(255, 255, 255, 0.8) !important;
  border: 2px solid rgba(14, 43, 92, 0.18) !important;
  color: var(--navy-blue) !important;
  font-weight: 700 !important;
  padding: 11px 26px !important;
  border-radius: 12px !important;
  backdrop-filter: blur(6px) !important;
  transition: all 0.25s ease !important;
  font-size: 15px !important;
}

.btn-hero-secondary:hover {
  background: rgba(14, 43, 92, 0.06) !important;
  border-color: var(--navy-blue) !important;
  transform: translateY(-2px) !important;
  color: var(--navy-blue) !important;
}

/* Hero composition wrapper */
.hero-composition-wrap {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 0;
  min-height: 380px;
}

/* Glowing background blob */
.glow-blob {
  position: absolute;
  width: 340px;
  height: 340px;
  background: radial-gradient(circle at center, rgba(217, 4, 61, 0.10) 0%, transparent 70%);
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  filter: blur(20px);
  pointer-events: none;
  z-index: 0;
}

/* Main image box */
.main-hero-image-box {
  position: relative;
  z-index: 1;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(14, 43, 92, 0.12), 0 4px 20px rgba(0, 0, 0, 0.06);
  width: 100%;
  max-width: 440px;
}

.main-hero-img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 24px;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.main-hero-image-box:hover .main-hero-img {
  transform: scale(1.03);
}

/* Floating glass trust card */
.trust-glass-card {
  position: absolute;
  bottom: -14px;
  left: -18px;
  z-index: 2;
  background: linear-gradient(135deg, rgba(14, 43, 92, 0.95) 0%, rgba(26, 58, 112, 0.95) 100%);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 16px;
  min-width: 220px;
  max-width: 270px;
  box-shadow: 0 12px 40px rgba(14, 43, 92, 0.25);
}

.trust-icon-box {
  width: 42px;
  height: 42px;
  min-width: 42px;
  background: rgba(217, 4, 61, 0.12);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Float animation for trust card */
@keyframes float-card {

  0%,
  100% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(-7px);
  }
}

.animate-float {
  animation: float-card 3.5s ease-in-out infinite;
}

/* ================================================================ */
/* ARTICLE DETAIL PAGE STYLES                                        */
/* ================================================================ */

/* Hero section */
.article-hero-section {
  background: linear-gradient(135deg, #FFF9F9 0%, #FFF0F2 60%, #F5F7FA 100%);
  border-bottom: 1px solid rgba(14, 43, 92, 0.06);
  padding-top: 100px;
  padding-bottom: 32px;
}

.article-main-title {
  font-size: clamp(22px, 3vw, 32px);
  font-weight: 800;
  color: var(--navy-blue);
  line-height: 1.3;
  margin-bottom: 0;
}

/* Author avatar */
.article-author-avatar {
  width: 44px;
  height: 44px;
  min-width: 44px;
  background: var(--navy-blue);
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 13px;
}

/* Share buttons in header */
.article-share-btn {
  width: 34px;
  height: 34px;
  border-radius: 8px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  transition: all 0.2s ease;
  padding: 0 !important;
}

.share-fb {
  background: rgba(24, 119, 242, 0.08) !important;
  color: #1877F2 !important;
  border: 1px solid rgba(24, 119, 242, 0.15) !important;
}

.share-fb:hover {
  background: rgba(24, 119, 242, 0.15) !important;
  color: #1877F2 !important;
  transform: translateY(-2px);
}

.share-zalo {
  background: rgba(0, 104, 255, 0.08) !important;
  color: #0068FF !important;
  border: 1px solid rgba(0, 104, 255, 0.15) !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.share-zalo:hover {
  background: rgba(0, 104, 255, 0.15) !important;
  color: #0068FF !important;
  transform: translateY(-2px);
}

.share-copy {
  background: rgba(14, 43, 92, 0.08) !important;
  color: var(--navy-blue) !important;
  border: 1px solid rgba(14, 43, 92, 0.15) !important;
}

.share-copy:hover {
  background: rgba(14, 43, 92, 0.15) !important;
  color: var(--navy-blue) !important;
  transform: translateY(-2px);
}

/* Share strip at bottom */
.article-share-strip {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px 20px;
  background: rgba(14, 43, 92, 0.03);
  border-radius: 12px;
  border: 1px solid rgba(14, 43, 92, 0.06);
  flex-wrap: wrap;
}

.article-share-strip .article-share-btn {
  width: auto;
  padding: 6px 14px !important;
  font-size: 12.5px;
  gap: 5px;
}

/* Featured image */
.article-featured-img-wrap {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 12px 40px rgba(14, 43, 92, 0.08);
  margin-bottom: 0;
}

.article-featured-img {
  width: 100%;
  height: 440px;
  object-fit: cover;
  display: block;
}

.article-img-caption {
  font-size: 12.5px;
  color: #94a3b8;
  text-align: center;
  margin-top: 10px;
  font-style: italic;
}

/* Article content wrapper */
.article-content-wrap {
  background: #fff;
  border-radius: 20px;
  padding: 36px 40px;
  box-shadow: 0 4px 20px rgba(14, 43, 92, 0.04);
}

/* Article body typography */
.article-body h2 {
  font-size: 20px;
  font-weight: 800;
  color: var(--navy-blue);
  margin-top: 36px;
  margin-bottom: 14px;
  padding-left: 14px;
  border-left: 4px solid var(--primary-red);
  line-height: 1.35;
}

.article-body h2:first-child {
  margin-top: 0;
}

.article-body p {
  font-size: 15px;
  line-height: 1.8;
  color: #374151;
  margin-bottom: 16px;
}

/* Highlight key stats box */
.article-highlight-box {
  background: linear-gradient(135deg, var(--navy-blue) 0%, #1a3a70 100%);
  border-radius: 16px;
  padding: 24px 20px;
}

.article-stat-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.article-stat-num {
  font-size: 26px;
  font-weight: 900;
  color: #fff;
  line-height: 1.1;
}

.article-stat-label {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.4;
  margin-top: 4px;
  text-align: center;
}

/* Cause cards */
.article-cause-card {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  background: #f8fafc;
  border-radius: 12px;
  padding: 14px 16px;
  border: 1px solid rgba(14, 43, 92, 0.06);
  height: 100%;
}

.article-cause-icon {
  width: 38px;
  height: 38px;
  min-width: 38px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
}

/* Article list */
.article-list {
  list-style: none;
  padding: 0;
  margin: 0 0 16px;
}

.article-list li {
  font-size: 15px;
  color: #374151;
  line-height: 1.7;
  padding: 8px 0;
  border-bottom: 1px solid rgba(14, 43, 92, 0.05);
}

.article-list li:last-child {
  border-bottom: none;
}

/* Checklist */
.article-checklist {
  list-style: none;
  padding: 0;
  margin: 0 0 16px;
}

.article-checklist li {
  font-size: 15px;
  color: #374151;
  line-height: 1.7;
  padding: 7px 0;
}

/* Alert boxes */
.article-alert-box {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  border-radius: 12px;
  padding: 16px 18px;
  font-size: 14px;
  line-height: 1.65;
}

.article-alert-warning {
  background: rgba(234, 179, 8, 0.08);
  border: 1px solid rgba(234, 179, 8, 0.25);
  color: #78350f;
}

.article-alert-warning i {
  color: #d97706;
  margin-top: 2px;
}

.article-alert-info {
  background: rgba(14, 43, 92, 0.05);
  border: 1px solid rgba(14, 43, 92, 0.12);
  color: #1e3a6e;
}

.article-alert-info i {
  color: var(--navy-blue);
  margin-top: 2px;
}

/* 4-step blocks */
.article-steps-wrap {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin: 20px 0;
}

.article-step {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  background: #f8fafc;
  border-radius: 14px;
  padding: 16px 18px;
  border: 1px solid rgba(14, 43, 92, 0.06);
}

.article-step-num {
  width: 36px;
  height: 36px;
  min-width: 36px;
  background: linear-gradient(135deg, var(--primary-red) 0%, #bd0332 100%);
  color: #fff;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 900;
  box-shadow: 0 4px 12px rgba(217, 4, 61, 0.2);
}

.article-step-content {
  flex: 1;
  padding-top: 4px;
}

/* Tags */
.article-tag {
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  color: var(--navy-blue);
  background: rgba(14, 43, 92, 0.07);
  border: 1px solid rgba(14, 43, 92, 0.12);
  border-radius: 50px;
  padding: 4px 12px;
  text-decoration: none;
  transition: all 0.2s ease;
}

.article-tag:hover {
  background: var(--primary-red);
  border-color: var(--primary-red);
  color: #fff;
}

/* Author bio */
.article-author-bio {
  background: linear-gradient(135deg, #f8faff 0%, #fff 100%);
  border: 1px solid rgba(14, 43, 92, 0.08);
  border-radius: 16px;
  padding: 24px;
}

.article-author-avatar-lg {
  width: 64px;
  height: 64px;
  background: linear-gradient(135deg, var(--navy-blue) 0%, #1a3a70 100%);
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  font-size: 18px;
  box-shadow: 0 6px 20px rgba(14, 43, 92, 0.15);
}

/* ===== SIDEBAR ===== */
.article-sidebar {
  position: sticky;
  top: 100px;
}

.sidebar-widget {
  background: #fff;
  border-radius: 16px;
  padding: 20px;
  box-shadow: 0 4px 16px rgba(14, 43, 92, 0.05);
  border: 1px solid rgba(14, 43, 92, 0.06);
}

.sidebar-widget-title {
  font-size: 13.5px;
  font-weight: 800;
  color: var(--navy-blue);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 14px;
}

/* Table of contents */
.article-toc {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.toc-link {
  display: block;
  font-size: 13px;
  color: #64748b;
  text-decoration: none;
  padding: 7px 10px;
  border-radius: 8px;
  border-left: 2px solid transparent;
  line-height: 1.4;
  transition: all 0.2s ease;
}

.toc-link:hover,
.toc-link.active {
  color: var(--primary-red);
  border-left-color: var(--primary-red);
  background: rgba(217, 4, 61, 0.05);
}

/* Sidebar CTA widget */
.sidebar-cta-widget {
  background: linear-gradient(135deg, var(--navy-blue) 0%, #1a3a70 100%) !important;
  border: none !important;
  box-shadow: 0 8px 30px rgba(14, 43, 92, 0.2) !important;
}

.sidebar-cta-badge {
  display: inline-block;
  background: rgba(217, 4, 61, 0.15);
  color: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(217, 4, 61, 0.3);
  border-radius: 50px;
  font-size: 11px;
  font-weight: 700;
  padding: 4px 12px;
  letter-spacing: 0.3px;
}

/* Sidebar related items */
.sidebar-related-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(14, 43, 92, 0.06);
}

.sidebar-related-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.sidebar-related-img {
  width: 68px;
  height: 54px;
  min-width: 68px;
  object-fit: cover;
  border-radius: 8px;
}

.sidebar-related-item:hover p {
  color: var(--primary-red) !important;
}

/* Sidebar newsletter */
.sidebar-newsletter-widget {
  background: #f8fafc !important;
}

.sidebar-newsletter-widget .form-control {
  border-color: rgba(14, 43, 92, 0.15) !important;
  font-size: 13px !important;
  border-right: none !important;
}

.sidebar-newsletter-widget .form-control:focus {
  box-shadow: none !important;
  border-color: rgba(14, 43, 92, 0.25) !important;
}

/* ================================================================ */
/* BLOG / NEWS LISTING PAGE STYLES                                   */
/* ================================================================ */

/* Compact page header strip */
.news-page-header {
  background: linear-gradient(135deg, #FFF9F9 0%, #FFF0F2 60%, #F5F7FA 100%);
  border-bottom: 1px solid rgba(14, 43, 92, 0.07);
  padding-top: 90px;
  /* clears fixed navbar */
}

/* Search group inside header */
.news-search-group .input-group-text,
.news-search-group .form-control {
  border: 1.5px solid rgba(14, 43, 92, 0.12) !important;
  border-radius: 0 !important;
  font-size: 14px !important;
}

.news-search-group .input-group-text {
  border-right: none !important;
  border-radius: 10px 0 0 10px !important;
  background: #fff !important;
}

.news-search-group .form-control {
  border-left: none !important;
  border-right: none !important;
}

.news-search-group .form-control:focus {
  box-shadow: none !important;
  border-color: rgba(14, 43, 92, 0.25) !important;
}

.news-search-group .btn {
  border-radius: 0 10px 10px 0 !important;
  font-size: 13.5px !important;
}

/* Category filter count label */
.news-count-label {
  font-size: 12.5px;
  white-space: nowrap;
}

/* News card */
.news-card {
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.news-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 16px 40px rgba(14, 43, 92, 0.10) !important;
}

.news-card-img-wrap {
  position: relative;
  overflow: hidden;
  height: 185px;
}

.news-card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.news-card:hover .news-card-img {
  transform: scale(1.05);
}

/* Category badges on cards */
.news-category-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  font-size: 11px;
  font-weight: 800;
  padding: 5px 12px;
  border-radius: 50px;
  background: #ffffff !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15) !important;
  z-index: 2;
  letter-spacing: 0.3px;
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.badge-phong-tranh {
  color: var(--primary-red) !important;
  border: 1.5px solid var(--primary-red) !important;
  background: #ffffff !important;
}

.badge-dinh-duong {
  color: var(--navy-blue) !important;
  border: 1.5px solid var(--navy-blue) !important;
  background: #ffffff !important;
}

.badge-suc-khoe {
  color: #166534 !important;
  border: 1.5px solid #166534 !important;
  background: #ffffff !important;
}

.badge-so-cuu {
  color: #d97706 !important;
  border: 1.5px solid #d97706 !important;
  background: #ffffff !important;
}

/* Card body typography */
.news-date {
  font-size: 11.5px;
  color: #94a3b8;
  margin-bottom: 8px;
  display: block;
}

.news-title {
  font-size: 15px !important;
  font-weight: 700 !important;
  line-height: 1.4 !important;
  margin-bottom: 8px !important;
  color: var(--navy-blue) !important;
}

.news-title a:hover {
  color: var(--primary-red) !important;
}

.news-excerpt {
  font-size: 13px !important;
  color: #64748b !important;
  line-height: 1.55 !important;
  margin-bottom: 0 !important;
  padding-bottom: 12px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.news-author {
  font-size: 12px;
  color: var(--navy-blue);
  font-weight: 600;
}

.news-read-more {
  font-size: 12.5px;
  font-weight: 700;
  color: var(--primary-red) !important;
  text-decoration: none;
  white-space: nowrap;
}

.news-read-more:hover {
  text-decoration: underline;
}

/* Pagination */
.news-pagination .page-link {
  border-radius: 8px !important;
  margin: 0 2px;
  border: 1.5px solid rgba(14, 43, 92, 0.1) !important;
  color: var(--navy-blue);
  font-size: 13px;
  font-weight: 600;
  padding: 6px 12px;
  transition: all 0.2s ease;
}

.news-pagination .page-item.active .page-link {
  background: var(--primary-red) !important;
  border-color: var(--primary-red) !important;
  color: #fff !important;
  box-shadow: 0 4px 12px rgba(217, 4, 61, 0.2);
}

.news-pagination .page-item.disabled .page-link {
  opacity: 0.35;
  pointer-events: none;
}

.news-pagination .page-link:hover:not(.active) {
  background: rgba(14, 43, 92, 0.06) !important;
  border-color: rgba(14, 43, 92, 0.2) !important;
}

.hero-safety {
  background: linear-gradient(135deg, #F3F6FA 0%, #E6EDF7 50%, #FFFFFF 100%);
}

.badge-safety {
  background: rgba(14, 43, 92, 0.08);
  color: var(--navy-blue);
  border: 1px solid rgba(14, 43, 92, 0.15);
}

.hero-bullets i {
  color: var(--primary-red);
}

.hero-stats-row {
  display: flex;
  gap: 20px;
  margin-top: 30px;
}

.hero-stat-mini {
  background: var(--white);
  border-radius: 12px;
  padding: 12px 18px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.04);
  border-left: 3px solid var(--primary-red);
  flex: 1;
}

.hero-stat-mini.safety {
  border-left-color: var(--navy-blue);
}

/* ================================================================ */
/* 2. EMPATHY & PROBLEM SECTIONS                                    */
/* ================================================================ */
.problem-card {
  background: var(--white);
  border-radius: 16px;
  padding: 24px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.03);
  transition: all 0.3s ease;
  height: 100%;
  border-top: 4px solid transparent;
}

.problem-card p,
.problem-card .text-muted {
  color: #2C3E50 !important;
  /* Tông xám đen cao cấp giúp tăng độ tương phản rõ rệt */
  font-weight: 500;
  line-height: 1.6;
}

.problem-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
}

.problem-card.danger-card {
  border-top-color: var(--primary-red);
}

.problem-card.warning-card {
  border-top-color: var(--accent-yellow);
}

.problem-card.info-card {
  border-top-color: var(--navy-blue);
}

.problem-icon {
  width: 56px;
  height: 56px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  margin-bottom: 20px;
}

.danger-card .problem-icon {
  background: rgba(217, 4, 61, 0.08);
  color: var(--primary-red);
}

.warning-card .problem-icon {
  background: rgba(253, 181, 15, 0.08);
  color: var(--accent-yellow);
}

.info-card .problem-icon {
  background: rgba(14, 43, 92, 0.08);
  color: var(--navy-blue);
}

/* ================================================================ */
/* 3. INTERACTIVE HOTSPOTS (SHOWCASE)                               */
/* ================================================================ */
.hotspot-showcase-container {
  position: relative;
  max-width: 500px;
  margin: 0 auto;
}

.hotspot-img {
  width: 100%;
  border-radius: 20px;
  box-shadow: 0 15px 45px rgba(0, 0, 0, 0.05);
}

.hotspot-point {
  position: absolute;
  width: 24px;
  height: 24px;
  background: var(--primary-red);
  border-radius: 50%;
  cursor: pointer;
  z-index: 10;
  border: 3px solid var(--white);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  transition: transform 0.2s ease;
}

.hotspot-point.safety {
  background: var(--navy-blue);
}

.hotspot-point:hover {
  transform: scale(1.2);
}

/* Hotspot Pulse Waves */
.hotspot-point::after {
  content: '';
  position: absolute;
  top: -8px;
  left: -8px;
  right: -8px;
  bottom: -8px;
  border: 2px solid var(--primary-red);
  border-radius: 50%;
  opacity: 0;
  animation: pulse-wave 2s infinite;
}

.hotspot-point.safety::after {
  border-color: var(--navy-blue);
}

@keyframes pulse-wave {
  0% {
    transform: scale(0.6);
    opacity: 0.8;
  }

  100% {
    transform: scale(1.6);
    opacity: 0;
  }
}

/* Hotspot Tooltip */
.hotspot-tooltip {
  position: absolute;
  bottom: 35px;
  left: 50%;
  transform: translateX(-50%) translateY(10px);
  background: var(--navy-blue);
  color: var(--white);
  padding: 12px 16px;
  border-radius: 12px;
  font-size: 13px;
  line-height: 1.5;
  width: 200px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  z-index: 20;
  text-align: left;
}

.hotspot-tooltip::after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border-width: 6px;
  border-style: solid;
  border-color: var(--navy-blue) transparent transparent transparent;
}

.hotspot-point:hover .hotspot-tooltip,
.hotspot-point.active .hotspot-tooltip {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}

.hotspot-tooltip h6 {
  color: var(--accent-yellow);
  font-size: 14px;
  margin-bottom: 4px;
  font-weight: 700;
}

/* ================================================================ */
/* 4. PRODUCT CARDS & PRICING SECTIONS                              */
/* ================================================================ */
.product-card-landing {
  border: 1px solid rgba(14, 43, 92, 0.08);
  border-radius: 20px;
  background: var(--white);
  transition: all 0.3s ease;
  height: 100%;
}

.product-card-landing:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 45px rgba(14, 43, 92, 0.08);
  border-color: var(--primary-red);
}

.product-card-landing.featured {
  border-color: var(--primary-red);
  background: linear-gradient(180deg, rgba(217, 4, 61, 0.01) 0%, #FFFFFF 100%);
  box-shadow: 0 10px 30px rgba(217, 4, 61, 0.05);
}

.product-card-landing.featured:hover {
  box-shadow: 0 20px 50px rgba(217, 4, 61, 0.12);
}

.product-header-landing {
  padding: 24px;
  border-bottom: 1px solid rgba(14, 43, 92, 0.06);
}

.product-badge-main {
  display: inline-block;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  padding: 4px 12px;
  border-radius: 50px;
  margin-bottom: 12px;
}

.product-badge-main.go {
  background: rgba(217, 4, 61, 0.08);
  color: var(--primary-red);
}

.product-badge-main.home {
  background: rgba(14, 43, 92, 0.08);
  color: var(--navy-blue);
}

.product-spec-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 24px;
}

.product-spec-list li {
  margin-bottom: 10px;
  font-size: 14.5px;
  color: var(--text-dark);
  font-weight: 550;
}

.product-spec-list li i {
  color: var(--primary-red);
  margin-right: 8px;
}

/* ================================================================ */
/* 5. PAGE-SPECIFIC BLOCKS                                          */
/* ================================================================ */
/* "Why Rent" Grid for Binh An */
.rent-benefit-card {
  background: var(--white);
  border-radius: 16px;
  padding: 30px 24px;
  border-bottom: 4px solid var(--accent-yellow);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.03);
  transition: all 0.3s ease;
  height: 100%;
}

.rent-benefit-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
}

.rent-benefit-card .icon-circle {
  width: 52px;
  height: 52px;
  background: rgba(253, 181, 15, 0.1);
  color: var(--navy-blue);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  margin-bottom: 20px;
}

/* "Suitable Industries" Grid for Safety */
.industry-card {
  background: var(--white);
  border-radius: 16px;
  padding: 30px 24px;
  border-left: 4px solid var(--navy-blue);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.03);
  transition: all 0.3s ease;
  height: 100%;
}

.industry-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
  border-left-color: var(--primary-red);
}

.industry-card .icon-box {
  width: 48px;
  height: 48px;
  background: rgba(14, 43, 92, 0.06);
  color: var(--navy-blue);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  margin-bottom: 20px;
  transition: all 0.3s ease;
}

.industry-card:hover .icon-box {
  background: var(--primary-red);
  color: var(--white);
}

/* ================================================================ */
/* 6. CONVERSION FORM DESIGN (FORM TƯ VẤN)                         */
/* ================================================================ */
.consultation-form-card {
  background: var(--white);
  border-radius: 24px;
  padding: 40px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
  border: 1px solid rgba(0, 0, 0, 0.03);
  overflow: visible;
}

.form-label {
  color: var(--navy-blue);
  font-weight: 600;
  margin-bottom: 6px;
}

.form-control-lg,
.form-select-lg {
  border-radius: 12px;
  font-size: 15px;
  border: 2px solid #E5E7EB;
  padding: 12px 18px;
  transition: all 0.25s ease;
}

.form-control-lg:focus,
.form-select-lg:focus {
  border-color: var(--navy-blue);
  box-shadow: 0 0 0 4px rgba(14, 43, 92, 0.08);
  outline: none;
}

.form-control-lg.error,
.form-select-lg.error {
  border-color: var(--primary-red);
}

.form-control-lg.error:focus,
.form-select-lg.error:focus {
  box-shadow: 0 0 0 4px rgba(217, 4, 61, 0.08);
}

label.error {
  color: var(--primary-red);
  font-size: 12.5px;
  font-weight: 600;
  margin-top: 5px;
  display: block;
}

/* SweetAlert customization override */
.swal2-popup {
  border-radius: 20px !important;
  font-family: 'Noto Sans', sans-serif !important;
}

.swal2-styled.swal2-confirm {
  background: linear-gradient(135deg, var(--primary-red) 0%, var(--primary-red-hover) 100%) !important;
  border-radius: 50px !important;
  font-weight: 700 !important;
}

/* ================================================================ */
/* 7. CUSTOM STYLED TABS FOR PRODUCT SHOWCASE                       */
/* ================================================================ */
.product-tabs-container {
  display: inline-flex;
  background-color: #EFEBE9;
  /* Soft warm beige background */
  padding: 6px;
  border-radius: 50px;
  margin-bottom: 40px;
  box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.05);
}

.product-tabs-container .nav-item {
  margin: 0;
}

.product-tabs-container .nav-link {
  background-color: transparent !important;
  color: #4B5563 !important;
  border-radius: 50px !important;
  padding: 12px 32px !important;
  font-weight: 700 !important;
  font-size: 15px !important;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1) !important;
  border: 1px solid transparent !important;
}

.product-tabs-container .nav-link.active {
  background-color: #ffffff !important;
  color: var(--navy-blue) !important;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.06) !important;
  border: 1px solid rgba(14, 43, 92, 0.1) !important;
  width: 100%;
}

.product-tabs-container .nav-link.active.tab-pulse {
  animation: tab-pulse-highlight 1.2s ease-in-out 3;
  border: 1px solid #D9043D !important;
}

@keyframes tab-pulse-highlight {
  0% {
    box-shadow: 0 4px 15px rgba(217, 4, 61, 0.25), 0 0 0 0px rgba(217, 4, 61, 0.5);
  }

  50% {
    box-shadow: 0 4px 22px rgba(217, 4, 61, 0.45), 0 0 0 8px rgba(217, 4, 61, 0);
  }

  100% {
    box-shadow: 0 4px 15px rgba(217, 4, 61, 0.25), 0 0 0 0px rgba(217, 4, 61, 0);
  }
}

/* Tab contents styles matching screenshot */
.product-showcase-title {
  font-size: 2rem;
  font-weight: 800;
  color: var(--navy-blue);
  margin-bottom: 12px;
}

.product-showcase-subtitle {
  font-size: 15.5px;
  color: var(--text-muted);
  max-width: 700px;
  margin: 0 auto 40px;
  line-height: 1.6;
}

.flagship-badge-wrap {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 2;
}

.flagship-badge {
  background-color: #E28743;
  /* Warm gold/orange for Flagship */
  color: #ffffff;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 4px 10px;
  border-radius: 5px;
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.product-card-new {
  position: relative;
  background: var(--white);
  border: 1px solid rgba(14, 43, 92, 0.08);
  border-radius: 16px;
  padding: 24px;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  height: 100%;
}

.product-card-new:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 40px rgba(14, 43, 92, 0.08);
  border-color: #E28743;
}

.product-card-new.featured-border {
  border: 2px solid #E28743;
}

.product-icon-new {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: rgba(14, 43, 92, 0.05);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: var(--navy-blue);
  margin-bottom: 16px;
}

.product-image-new {
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 16px;
}

.product-image-new img {
  max-height: 80px;
  width: auto;
  object-fit: contain;
}

.product-name-new {
  font-size: 18px;
  font-weight: 800;
  color: var(--navy-blue);
  margin-bottom: 4px;
  text-align: left;
}

.product-sub-new {
  font-size: 12.5px;
  color: var(--text-muted);
  margin-bottom: 16px;
  font-weight: 550;
  text-align: left;
}

.product-features-new {
  list-style: none;
  padding-left: 0;
  margin-bottom: 24px;
  border-top: 1px dashed rgba(14, 43, 92, 0.08);
  padding-top: 16px;
  min-height: 163px;
}

.product-features-new li {
  margin-bottom: 8px;
  font-size: 13.5px;
  color: #4B5563;
  font-weight: 550;
  display: flex;
  align-items: flex-start;
  text-align: left;
}

.product-features-new li i {
  color: #2E7D32;
  /* Rich dark green checkmarks matching screenshots */
  margin-right: 8px;
  font-size: 13px;
  margin-top: 4px;
}

.product-pricing-new {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
  border-top: 1px solid rgba(14, 43, 92, 0.05);
  padding-top: 12px;
}

.rent-price-new {
  font-size: 16px;
  font-weight: 800;
  color: var(--navy-blue);
}

.buy-price-new {
  font-size: 12.5px;
  color: var(--text-muted);
}

/* ================================================================ */
/* 8. TESTIMONIALS SLIDER EQUAL HEIGHT STYLING                       */
/* ================================================================ */
#testimonials .swiper-slide {
  height: auto !important;
  display: flex !important;
}

#testimonials .testimonial-swiper,
#testimonials .swiper-wrapper {
  height: auto !important;
  min-height: 0 !important;
}

#testimonials .testimonial-card {
  display: flex !important;
  flex-direction: column !important;
  justify-content: flex-start !important;
  height: auto !important;
  min-height: 0 !important;
  flex: 1 !important;
}

#testimonials .testimonial-text {
  flex-grow: 0 !important;
}

#testimonials .testimonial-author {
  margin-top: auto !important;
}

/* ================================================================ */
/* 9. PRODUCT LOGO SHOWCASE OVERLAY                                 */
/* ================================================================ */
.product-image-new {
  width: 100%;
  height: 120px;
  background-color: rgba(14, 43, 92, 0.02);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
  margin-bottom: 20px;
  transition: all 0.3s ease;
}

.product-card-new:hover .product-image-new {
  transform: scale(1.03);
  background-color: rgba(14, 43, 92, 0.04);
}

/* ================================================================ */
/* PHASE 2: NAVI GUARDIAN & NAVI HOMAGE STYLING                    */
/* ================================================================ */
:root {
  --guardian-green: #10B981;
  --guardian-green-dark: #059669;
  --homage-orange: #E28743;
  --homage-orange-dark: #C96F2C;
  --homage-beige: #FCF8F4;
  --homage-cream: #FFFDFB;
  --homage-brown: #5D4037;
}

/* 1. Heros */
.hero-guardian {
  background: linear-gradient(135deg, #F0FDFA 0%, #E6F4EA 50%, #FFFFFF 100%);
}

.hero-homage {
  background: linear-gradient(135deg, #FFFDFB 0%, #FFF5EC 50%, #FFFFFF 100%);
}

.badge-guardian {
  background: rgba(16, 185, 129, 0.1);
  color: var(--guardian-green-dark);
  border: 1px solid rgba(16, 185, 129, 0.2);
}

.badge-homage {
  background: rgba(226, 135, 67, 0.1);
  color: var(--homage-orange-dark);
  border: 1px solid rgba(226, 135, 67, 0.2);
}

/* 2. Interactive Service Tabs */
.benefit-tabs-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-bottom: 40px;
}

@media (max-width: 991px) {
  .benefit-tabs-container {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 575px) {
  .benefit-tabs-container {
    grid-template-columns: 1fr;
  }
}

.service-tab-btn {
  background: var(--white);
  border: 1px solid rgba(14, 43, 92, 0.06);
  border-radius: 16px;
  padding: 20px;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.02);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}
.service-tab-btn i{
  color: var(--navy-blue) !important;
}
.service-tab-btn:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.06);
}

.service-tab-btn.active {
  border-color: var(--navy-blue);
  box-shadow: 0 10px 30px rgba(14, 43, 92, 0.08);
}
.service-tab-btn.active i{
  color: #fff !important;
}
.service-tab-btn.active.guardian {
  border-color: var(--guardian-green);
  box-shadow: 0 10px 30px rgba(16, 185, 129, 0.12);
}

.service-tab-btn.active.homage {
  border-color: var(--homage-orange);
  box-shadow: 0 10px 30px rgba(226, 135, 67, 0.12);
}

.service-tab-btn .tab-icon {
  width: 56px;
  height: 56px;
  border-radius: 12px;
  background: rgba(14, 43, 92, 0.04);
  color: var(--navy-blue);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  transition: all 0.3s ease;
}

.service-tab-btn.active .tab-icon {
  background: var(--navy-blue);
  color: var(--white);
}

.service-tab-btn.active.guardian .tab-icon {
  background: var(--guardian-green);
  color: var(--white);
}

.service-tab-btn.active.homage .tab-icon {
  background: var(--homage-orange);
  color: var(--white);
}

.service-tab-btn .tab-title {
  font-size: 15px;
  font-weight: 700;
  color: var(--text-dark);
  margin-bottom: 2px;
  transition: all 0.3s ease;
}

.service-tab-btn.active .tab-title {
  color: var(--navy-blue);
}

.service-tab-btn.active.guardian .tab-title {
  color: var(--guardian-green-dark);
}

.service-tab-btn.active.homage .tab-title {
  color: var(--homage-orange-dark);
}

.service-tab-pane {
  display: none;
  background: var(--white);
  border-radius: 20px;
  padding: 30px 40px;
  border: 1px solid rgba(14, 43, 92, 0.06);
  box-shadow: 0 10px 35px rgba(0, 0, 0, 0.03);
  animation: fadeIn 0.4s ease-in-out;
}

.service-tab-pane.active {
  display: block;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* 3. Simulated Chatbot UI */
.chatbot-wrapper {
  background: var(--white);
  border-radius: 24px;
  border: 1px solid rgba(14, 43, 92, 0.08);
  box-shadow: 0 15px 45px rgba(14, 43, 92, 0.06);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: 520px;
}

.chatbot-header {
  background: linear-gradient(135deg, var(--navy-blue) 0%, var(--navy-blue-dark) 100%);
  padding: 16px 24px;
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--white);
}

.chatbot-header.guardian {
  background: linear-gradient(135deg, var(--guardian-green) 0%, var(--guardian-green-dark) 100%);
}

.chatbot-header.homage {
  background: linear-gradient(135deg, var(--homage-orange) 0%, var(--homage-orange-dark) 100%);
}

.chatbot-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}

.chatbot-info h6 {
  font-weight: 700;
  margin-bottom: 2px;
}

.chatbot-status {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.8);
  display: flex;
  align-items: center;
  gap: 4px;
}

.chatbot-status::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  background: #10B981;
  border-radius: 50%;
}

.chatbot-messages {
  flex-grow: 1;
  padding: 20px;
  overflow-y: auto;
  background-color: #F8FAFC;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.message-bubble {
  max-width: 80%;
  padding: 12px 16px;
  border-radius: 16px;
  font-size: 14px;
  line-height: 1.6;
}

.message-bubble.bot {
  background: var(--white);
  color: var(--text-dark);
  align-self: flex-start;
  border-top-left-radius: 4px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.message-bubble.user {
  background: var(--navy-blue);
  color: var(--white);
  align-self: flex-end;
  border-top-right-radius: 4px;
  box-shadow: 0 2px 8px rgba(14, 43, 92, 0.1);
}

.message-bubble.user.guardian {
  background: var(--guardian-green);
}

.message-bubble.user.homage {
  background: var(--homage-orange);
}

/* Presets inputs */
.chatbot-presets {
  padding: 16px 20px;
  border-top: 1px solid rgba(14, 43, 92, 0.06);
  background-color: var(--white);
}

.chatbot-preset-title {
  font-size: 12px;
  font-weight: 700;
  color: var(--text-muted);
  text-transform: uppercase;
  margin-bottom: 10px;
}

.chatbot-presets-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.chatbot-preset-btn {
  background: rgba(14, 43, 92, 0.04);
  border: 1px solid rgba(14, 43, 92, 0.08);
  border-radius: 30px;
  padding: 8px 16px;
  font-size: 13px;
  font-weight: 600;
  color: var(--navy-blue);
  cursor: pointer;
  transition: all 0.2s ease;
  text-align: left;
}

.chatbot-preset-btn:hover {
  background: var(--navy-blue);
  color: var(--white);
  border-color: var(--navy-blue);
}

.chatbot-preset-btn.guardian:hover {
  background: var(--guardian-green);
  border-color: var(--guardian-green);
  color: var(--white);
}

.chatbot-preset-btn.homage:hover {
  background: var(--homage-orange);
  border-color: var(--homage-orange);
  color: var(--white);
}

/* Typing Indicator animation */
.typing-indicator {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 8px 12px;
}

.typing-dot {
  width: 6px;
  height: 6px;
  background: #94A3B8;
  border-radius: 50%;
  animation: typingBounce 1.4s infinite ease-in-out both;
}

.typing-dot:nth-child(1) {
  animation-delay: -0.32s;
}

.typing-dot:nth-child(2) {
  animation-delay: -0.16s;
}

@keyframes typingBounce {

  0%,
  80%,
  100% {
    transform: scale(0);
  }

  40% {
    transform: scale(1);
  }
}

/* 4. Process Steps */
.process-steps-wrap {
  position: relative;
}

.process-steps-line {
  position: absolute;
  top: 55%;
  left: 0;
  right: 0;
  height: 2px;
  background: rgba(14, 43, 92, 0.08);
  z-index: 1;
}

@media (max-width: 991px) {
  .process-steps-line {
    display: none;
  }
}

.step-card-new {
  position: relative;
  z-index: 2;
  text-align: center;
  background: var(--white);
  padding: 20px;
}

.step-card-num {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: var(--navy-blue);
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 700;
  margin: 0 auto 20px;
  box-shadow: 0 4px 15px rgba(14, 43, 92, 0.2);
  border: 4px solid var(--white);
}

.step-card-new.guardian .step-card-num {
  background: var(--guardian-green);
  box-shadow: 0 4px 15px rgba(16, 185, 129, 0.25);
}

.step-card-new.homage .step-card-num {
  background: var(--homage-orange);
  box-shadow: 0 4px 15px rgba(226, 135, 67, 0.25);
}

/* Mockup phone notification styles */
.mockup-notification-phone {
  background: #111;
  border-radius: 40px;
  padding: 12px;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.15);
  max-width: 320px;
  margin: 0 auto;
  border: 4px solid #222;
  position: relative;
  overflow: hidden;
}

.mockup-phone-screen {
  background: linear-gradient(to bottom, #111827, #1f2937);
  border-radius: 32px;
  padding: 24px 16px;
  height: 480px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 16px;
  position: relative;
}

.mockup-phone-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: var(--white);
  font-size: 11px;
  margin-bottom: 20px;
  padding: 0 8px;
}

.mockup-phone-notch {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 110px;
  height: 20px;
  background: #111;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  z-index: 5;
}

.mockup-alert-card {
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 18px;
  padding: 14px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  animation: alertPulse 3s infinite ease-in-out;
}

@keyframes alertPulse {

  0%,
  100% {
    transform: scale(1);
    box-shadow: 0 0 0 rgba(217, 4, 61, 0);
  }

  50% {
    transform: scale(1.02);
    box-shadow: 0 0 20px rgba(217, 4, 61, 0.3);
    border-color: rgba(217, 4, 61, 0.4);
  }
}

.mockup-alert-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.mockup-alert-logo {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  font-weight: 700;
  color: var(--white);
}

.mockup-alert-logo img {
  height: 14px;
}

.mockup-alert-time {
  font-size: 10px;
  color: rgba(255, 255, 255, 0.6);
}

.mockup-alert-body h6 {
  font-size: 13.5px;
  font-weight: 700;
  color: #F87171;
  margin-bottom: 4px;
}

.mockup-alert-body p {
  font-size: 11.5px;
  color: rgba(255, 255, 255, 0.85);
  margin-bottom: 0;
  line-height: 1.5;
}

/* ================================================================ */
/* PHASE 3: HOW IT WORKS (CÁCH THỨC HOẠT ĐỘNG) CUSTOM STYLING       */
/* ================================================================ */

/* 1. Wikipedia / Article Style Inline TOC */
.inline-toc-box {
  background-color: rgba(14, 43, 92, 0.03);
  border: 1px solid rgba(14, 43, 92, 0.08);
  border-radius: 16px;
  padding: 18px 24px;
  max-width: 600px;
  margin: 0 auto 30px;
  transition: all 0.3s ease;
}

.inline-toc-header {
  cursor: pointer;
}

.inline-toc-title {
  font-size: 16px;
  font-weight: 800;
  color: var(--navy-blue);
  letter-spacing: 0.5px;
}

.toc-toggle-btn {
  border-color: rgba(14, 43, 92, 0.15) !important;
  color: var(--navy-blue) !important;
  font-size: 12.5px !important;
  font-weight: 700 !important;
  padding: 4px 10px !important;
  border-radius: 6px !important;
  transition: all 0.2s;
}

.toc-toggle-btn:hover {
  background: var(--navy-blue) !important;
  color: var(--white) !important;
}

.inline-toc-list {
  border-top: 1px solid rgba(14, 43, 92, 0.08);
  padding-top: 14px;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 0;
}

.toc-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14.5px;
  font-weight: 600;
  color: var(--text-muted);
  text-decoration: none;
  transition: all 0.2s ease;
}

.toc-link:hover,
.toc-link.active {
  color: var(--primary-red) !important;
  padding-left: 6px;
  font-weight: 700;
}

/* 2. Timeline quy trình 4 bước */
.how-timeline-container {
  position: relative;
  margin-top: 40px;
}

.how-timeline-line {
  position: absolute;
  top: 55%;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--primary-red) 0%, var(--accent-yellow) 50%, var(--navy-blue) 100%);
  z-index: 1;
  opacity: 0.3;
}

@media (max-width: 991px) {
  .how-timeline-line {
    display: none;
  }
}

.how-step-card {
  position: relative;
  z-index: 2;
  background: var(--white);
  border-radius: 20px;
  padding: 30px 24px;
  box-shadow: var(--shadow-card);
  border: 1px solid rgba(14, 43, 92, 0.04);
  transition: all 0.3s ease;
  height: 100%;
}

.how-step-card:hover {
  transform: translateY(-8px);
  box-shadow: var(--shadow-hover);
  border-color: var(--primary-red);
}

.how-step-icon {
  width: 60px;
  height: 60px;
  border-radius: 18px;
  background: rgba(217, 4, 61, 0.08);
  color: var(--primary-red);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  margin-bottom: 20px;
  transition: all 0.3s ease;
}

.how-step-card:hover .how-step-icon {
  background: var(--primary-red);
  color: var(--white);
  transform: scale(1.1) rotate(5deg);
  box-shadow: 0 6px 20px rgba(217, 4, 61, 0.25);
}

.how-step-number {
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  color: var(--primary-red);
  letter-spacing: 1px;
  margin-bottom: 8px;
  display: block;
}

.how-step-title {
  font-size: 19px;
  font-weight: 800;
  color: var(--navy-blue);
  margin-bottom: 12px;
}

.how-step-desc {
  font-size: 14.5px;
  line-height: 1.6;
  color: var(--text-muted);
}

/* 3. Alternating Article Layout / Use Cases */
.article-section {
  padding: 80px 0;
  border-bottom: 1px solid rgba(14, 43, 92, 0.06);
}

.article-section:last-child {
  border-bottom: none;
}

.article-badge {
  display: inline-block;
  background: rgba(217, 4, 61, 0.08);
  color: var(--primary-red);
  border: 1px solid rgba(217, 4, 61, 0.15);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  padding: 6px 16px;
  border-radius: 50px;
  margin-bottom: 12px;
}

.article-title {
  font-size: 28px;
  font-weight: 800;
  color: var(--navy-blue);
  margin-bottom: 20px;
  line-height: 1.3;
}

.article-text {
  font-size: 16px;
  line-height: 1.8;
  color: var(--text-muted);
  margin-bottom: 24px;
}

.article-points {
  list-style: none;
  padding-left: 0;
  margin-bottom: 24px;
}

.article-points li {
  font-size: 15px;
  font-weight: 600;
  color: var(--text-dark);
  margin-bottom: 12px;
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.article-points li i {
  color: var(--primary-red);
  margin-top: 4px;
}

.article-quote {
  border-left: 4px solid var(--primary-red);
  padding: 16px 20px;
  background: rgba(217, 4, 61, 0.02);
  border-radius: 0 16px 16px 0;
  font-style: italic;
  font-size: 15px;
  color: var(--navy-blue);
  font-weight: 550;
  margin-bottom: 24px;
}

.article-img-wrap {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
  border: 1px solid rgba(0, 0, 0, 0.04);
}

.article-img {
  width: 100%;
  height: auto;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.article-section:hover .article-img {
  transform: scale(1.03);
}

/* Video modal specific styling */
.video-modal .modal-content {
  border-radius: 24px;
  border: none;
  overflow: hidden;
  background: transparent;
}

.video-modal .modal-header {
  border: none;
  padding: 15px 20px;
  background: var(--navy-blue);
}

.video-modal .btn-close {
  filter: invert(1) grayscale(100%) brightness(200%);
  opacity: 0.8;
}

.video-modal .btn-close:hover {
  opacity: 1;
}

/* ================================================================ */
/* 7. CUSTOM STYLING FOR HOW IT WORKS PAGE                          */
/* ================================================================ */

/* Clean badge with navy blue colors */
.article-badge.badge-navy {
  background: rgba(14, 43, 92, 0.08) !important;
  border: 1px solid rgba(14, 43, 92, 0.18) !important;
  color: var(--navy-blue) !important;
}

/* Premium Form Container Specific to How It Works page */
.how-works-form-card {
  background: var(--white);
  border-radius: 24px !important;
  padding: 40px !important;
  box-shadow: 0 25px 55px rgba(14, 43, 92, 0.12) !important;
  border: 1px solid rgba(14, 43, 92, 0.05) !important;
}

/* Equalizing input, select and textarea styling to look completely unified and premium */
.how-works-form-card .form-control,
.how-works-form-card .form-select {
  border: 1.5px solid rgba(14, 43, 92, 0.15) !important;
  border-radius: 12px !important;
  font-size: 15px !important;
  padding: 12px 18px !important;
  height: auto !important;
  line-height: 1.5 !important;
  transition: all 0.25s ease !important;
  background-color: #fff !important;
  color: var(--navy-blue) !important;
}

.how-works-form-card .form-control:focus,
.how-works-form-card .form-select:focus {
  border-color: var(--primary-red) !important;
  box-shadow: 0 0 0 4px rgba(217, 4, 61, 0.08) !important;
  outline: none !important;
}

.how-works-form-card textarea.form-control {
  min-height: 100px !important;
  resize: vertical !important;
}

/* Styled submit button to match modern square-rounded design geometry of input fields */
.how-works-form-card #btn-submit-form {
  border-radius: 12px !important;
  padding: 14px 24px !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  letter-spacing: 0.5px !important;
  transition: all 0.3s ease !important;
}

/* ================================================================ */
/* 8. ABOUT US & TIMELINE DESIGN                                    */
/* ================================================================ */

.about-timeline {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 0;
}

/* Timeline central line */
.about-timeline::after {
  content: '';
  position: absolute;
  width: 4px;
  background-color: var(--navy-blue);
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -2px;
  opacity: 0.15;
}

.timeline-item {
  padding: 10px 40px;
  position: relative;
  background-color: inherit;
  width: 50%;
}

/* Timeline item circles */
.timeline-item::after {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  right: -10px;
  background-color: var(--white);
  border: 4px solid var(--primary-red);
  top: 25px;
  border-radius: 50%;
  z-index: 1;
  transition: all 0.3s ease;
}

.timeline-item.right::after {
  left: -10px;
}

.timeline-item.left {
  left: 0;
}

.timeline-item.right {
  left: 50%;
}

.timeline-content {
  padding: 30px;
  background-color: var(--white);
  position: relative;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(14, 43, 92, 0.04);
  border: 1px solid rgba(14, 43, 92, 0.03);
  transition: all 0.3s ease;
}

.timeline-content:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(14, 43, 92, 0.08);
}

.timeline-content:hover::after {
  background-color: var(--primary-red);
}

.timeline-year {
  display: inline-block;
  background: rgba(217, 4, 61, 0.08);
  color: var(--primary-red);
  font-weight: 700;
  padding: 4px 12px;
  border-radius: 50px;
  font-size: 13px;
  margin-bottom: 12px;
}

@media screen and (max-width: 768px) {
  .about-timeline::after {
    left: 31px;
  }

  .timeline-item {
    width: 100%;
    padding-left: 70px;
    padding-right: 25px;
  }

  .timeline-item.right {
    left: 0%;
  }

  .timeline-item::after {
    left: 21px;
    right: auto;
  }

  .article-section {
    padding: 40px 0px;
  }

  .timeline-item.right::after {
    left: 21px;
  }

  .product-tabs-container .nav-item {
    width: 50%;
  }

  .hero-logo-overlay.guardian,
  .hero-logo-overlay.binh-an,
  .hero-logo-overlay {
    top: 55px !important;
  }
}

/* Achievement and Connect styles */
.text-yellow {
  color: var(--accent-yellow) !important;
}

.zalo-connect-icon {
  width: 50px;
  height: 50px;
  background-color: #0068FF;
  color: #fff;
  font-size: 24px;
  font-weight: 900;
  line-height: 50px;
  border-radius: 50%;
  text-align: center;
  font-family: sans-serif;
}

.social-connect-card {
  background: var(--white);
  transition: all 0.3s ease;
  text-decoration: none;
}

.social-connect-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(14, 43, 92, 0.08) !important;
  border-color: rgba(14, 43, 92, 0.15) !important;
}

/* ================================================================ */
/* 9. BLOG INTERACTIVE AND FILTER DESIGN                            */
/* ================================================================ */

.btn-filter-tag {
  background-color: rgba(14, 43, 92, 0.04);
  color: var(--navy-blue);
  border: 1px solid rgba(14, 43, 92, 0.08);
  padding: 6px 18px;
  border-radius: 50px;
  font-weight: 600;
  transition: all 0.25s ease;
  font-size: 13px;
}

.btn-filter-tag:hover {
  background-color: rgba(14, 43, 92, 0.08);
  color: var(--navy-blue);
}

.btn-filter-tag.active {
  background-color: var(--primary-red) !important;
  color: var(--white) !important;
  border-color: var(--primary-red) !important;
  box-shadow: 0 4px 12px rgba(217, 4, 61, 0.2);
}

.hover-red:hover {
  color: var(--primary-red) !important;
  transition: color 0.2s ease;
}

.blog-post-col {
  transition: all 0.4s ease;
}

.bg-danger-subtle {
  background-color: rgba(217, 4, 61, 0.08) !important;
}

.text-danger {
  color: var(--primary-red) !important;
}

/* ================================================================ */
/* 10. RECRUITMENT POPUP & DRAG-DROP UPLOAD ZONE                     */
/* ================================================================ */

/* Styling careerModal elements for compact and polished layout */
#careerModal .modal-content {
  background: var(--white);
  box-shadow: 0 24px 70px rgba(14, 43, 92, 0.24);
}

#careerModal .career-apply-modal__header {
  background: linear-gradient(135deg, var(--navy-blue) 0%, #1a3a70 100%);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

#careerModal .career-apply-modal__eyebrow {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  margin-bottom: 6px;
  padding: 4px 10px;
  border-radius: 999px;
  background: #fff0f4;
  color: var(--primary-red);
  font-size: 11px;
  font-weight: 700;
  line-height: 1.2;
}

#careerModal .modal-title {
  letter-spacing: 0;
}

#careerModal .career-apply-modal__body {
  background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
}

#careerModal .wpcf7-form {
  margin: 0;
}

#careerModal .form-control,
#careerModal .form-select {
  min-height: 44px;
  border: 1.5px solid rgba(14, 43, 92, 0.12) !important;
  border-radius: 10px !important;
  background-color: #ffffff !important;
  color: var(--navy-blue) !important;
  padding: 10px 14px !important;
  font-size: 14px !important;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease !important;
}

#careerModal textarea.form-control {
  min-height: 74px;
  resize: vertical;
}

#careerModal .form-control::placeholder {
  color: rgba(14, 43, 92, 0.42);
}

#careerModal .form-control:focus,
#careerModal .form-select:focus {
  border-color: var(--navy-blue) !important;
  box-shadow: 0 0 0 3px rgba(14, 43, 92, 0.08) !important;
}

#careerModal .form-label {
  font-size: 13px !important;
  color: var(--navy-blue) !important;
  font-weight: 700 !important;
  margin-bottom: 6px !important;
}

#careerModal .wpcf7-form-control-wrap {
  display: block;
}

#careerModal .wpcf7-not-valid-tip,
#careerModal label.error {
  margin-top: 5px;
  color: var(--primary-red) !important;
  font-size: 12px;
  font-weight: 600;
}

#careerModal .wpcf7-response-output {
  margin: 14px 0 0 !important;
  padding: 10px 12px !important;
  border-radius: 10px;
  font-size: 13px;
}

.upload-drag-area,
#careerModal .upload-area {
  border: 2px dashed rgba(14, 43, 92, 0.2) !important;
  background-color: rgba(14, 43, 92, 0.01);
  padding: 16px 22px;
  border-radius: 10px;
  text-align: center;
  cursor: pointer;
  transition: border-color 0.25s ease, background-color 0.25s ease, transform 0.25s ease;
}

.upload-drag-area h6,
#careerModal .upload-area h6,
#careerModal .upload-area .fw-bold {
  font-size: 14.5px;
  line-height: 1.35;
}

.upload-drag-area p,
#careerModal .upload-area p {
  font-size: 12px;
  line-height: 1.45;
}

.upload-drag-area:hover,
#careerModal .upload-area:hover {
  border-color: var(--primary-red) !important;
  background-color: rgba(217, 4, 61, 0.02);
}

.upload-drag-area.drag-over,
#careerModal .upload-area.drag-over {
  border-color: var(--primary-red) !important;
  background-color: rgba(217, 4, 61, 0.04);
  transform: scale(1.01);
}

.upload-drag-area.upload-success,
#careerModal .upload-area.upload-success {
  border-color: #2e7d32 !important;
  background-color: rgba(46, 125, 50, 0.04);
}

.upload-drag-area i,
#careerModal .upload-area i {
  transition: all 0.3s ease;
}

.upload-drag-area.upload-success i,
#careerModal .upload-area.upload-success i {
  animation: bounce-success 0.5s ease;
}

#btn-career-submit,
#career_submit,
#careerModal input[type="submit"].btn-primary {
  width: auto;
  min-height: 44px;
  background: linear-gradient(135deg, var(--primary-red) 0%, #bd0332 100%) !important;
  border: none !important;
  padding: 10px 28px !important;
  font-size: 14px !important;
  font-weight: 800 !important;
  border-radius: 10px !important;
  box-shadow: 0 8px 22px rgba(217, 4, 61, 0.25) !important;
  transition: transform 0.2s ease, box-shadow 0.2s ease !important;
}

#btn-career-submit:hover,
#career_submit:hover,
#careerModal input[type="submit"].btn-primary:hover {
  transform: translateY(-2px) !important;
  box-shadow: 0 12px 28px rgba(217, 4, 61, 0.34) !important;
}

#btn-career-submit:active,
#career_submit:active,
#careerModal input[type="submit"].btn-primary:active {
  transform: translateY(0) !important;
}

@media (max-width: 575.98px) {
  #careerModal .modal-dialog {
    margin: 12px;
  }

  #careerModal .career-apply-modal__body {
    padding: 20px !important;
  }

  #careerModal .d-flex.justify-content-end {
    justify-content: stretch !important;
  }

  #career_submit,
  #careerModal input[type="submit"].btn-primary {
    width: 100%;
  }
}

.accordion-body.text-muted.small {
  background: #e7f8f2;
}

@keyframes bounce-success {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-6px);
  }
}

/* Form highlight pulse - khi scroll tới từ nút Đặt hàng ngay */
@keyframes form-pulse-border {
  0% {
    box-shadow: 0 0 0 0 rgba(217, 4, 61, 0.3), var(--shadow-card);
  }

  40% {
    box-shadow: 0 0 0 8px rgba(217, 4, 61, 0.12), var(--shadow-hover);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(217, 4, 61, 0), var(--shadow-card);
  }
}

.form-highlight-pulse {
  animation: form-pulse-border 1.2s ease-out;
}

/* Order type option hover & checked states */
.order-type-option:hover {
  border-color: rgba(217, 4, 61, 0.3) !important;
  background: rgba(217, 4, 61, 0.04) !important;
}

/* ================================================================ */
/* MOBILE RESPONSIVE – NAVI BÌNH AN PAGE                            */
/* ================================================================ */

/* === HERO SECTION === */
@media (max-width: 767px) {
  .hero-binh-an .hero-title {
    font-size: clamp(28px, 7vw, 38px) !important;
    line-height: 1.2 !important;
    margin-bottom: 16px !important;
  }

  .hero-binh-an .hero-subtitle {
    font-size: 14px !important;
    line-height: 1.65 !important;
  }

  /* Hero buttons - full width stacked */
  .hero-binh-an .d-flex.flex-wrap.gap-3.mt-4 {
    flex-direction: column !important;
    gap: 10px !important;
  }

  .hero-binh-an .d-flex.flex-wrap.gap-3.mt-4 a {
    width: 100% !important;
    justify-content: center !important;
    font-size: 15px !important;
    padding: 12px 20px !important;
  }

  /* Trust badges - wrap tốt trên mobile */
  .hero-binh-an .hero-trust {
    gap: 6px !important;
  }

  .hero-binh-an .trust-badge {
    font-size: 11.5px !important;
    padding: 5px 10px !important;
  }

  /* Hero image - ẩn floating stat cards trên mobile nhỏ */
  .hero-stat-card {
    display: none;
  }

  .hero-binh-an .hero-image-wrap {
    margin-left: auto;
    margin-right: auto;
  }

  /* === SECTION BADGES & TITLES === */
  .section-title {
    font-size: clamp(22px, 5.5vw, 32px) !important;
    line-height: 1.25 !important;
  }

  .section-subtitle {
    font-size: 14px !important;
    line-height: 1.6 !important;
  }

  /* === PROBLEM CARDS (3 col → 1 col stack) === */
  .problem-card {
    padding: 18px !important;
  }

  .problem-icon {
    width: 48px !important;
    height: 48px !important;
    font-size: 20px !important;
    margin-bottom: 14px !important;
  }

  /* Media trust quote */
  .media-trust-bar {
    padding: 16px !important;
  }

  .media-trust-quote .quote-text {
    font-size: 13.5px !important;
    line-height: 1.6 !important;
  }

  /* === SOLUTION SECTION (2-col → stacked) === */
  #solution .col-lg-6:first-child {
    margin-bottom: 8px !important;
  }

  #solution .check-icon {
    width: 26px !important;
    height: 26px !important;
    min-width: 26px !important;
    font-size: 12px !important;
  }

  /* === HOTSPOT SHOWCASE === */
  .hotspot-showcase-container {
    max-width: 320px !important;
    margin: 0 auto 24px !important;
  }

  /* Hotspot tooltips – hiển thị phía trên, tránh tràn */
  .hotspot-tooltip {
    width: 160px !important;
    font-size: 12px !important;
    padding: 10px 12px !important;
  }

  /* Feature list dưới hotspot */
  #interactive-features .col-lg-6:last-child {
    padding-top: 0 !important;
  }

  /* === PRODUCT TABS === */
  .product-tabs-container {
    width: 100% !important;
    border-radius: 16px !important;
    padding: 4px !important;
    display: flex !important;
  }

  .product-tabs-container .nav-link {
    padding: 10px 14px !important;
    font-size: 13px !important;
    flex: 1 !important;
    text-align: center !important;
    border-radius: 12px !important;
  }

  .product-showcase-title {
    font-size: 1.4rem !important;
    margin-bottom: 8px !important;
  }

  .product-showcase-subtitle {
    font-size: 13.5px !important;
    margin-bottom: 24px !important;
  }

  /* === PRODUCT CARDS (3 col → 1 col) === */
  .product-card-new {
    padding: 18px !important;
  }

  .product-image-new {
    height: 90px !important;
    margin-bottom: 14px !important;
  }

  .product-name-new {
    font-size: 16px !important;
  }

  .product-features-new li {
    font-size: 13px !important;
    margin-bottom: 6px !important;
  }

  .product-pricing-new {
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 4px !important;
  }

  .rent-price-new {
    font-size: 15px !important;
  }

  /* Product buttons - equal width */
  .product-card-new .d-flex.gap-2 {
    gap: 8px !important;
  }

  .product-card-new .d-flex.gap-2 .btn {
    font-size: 13px !important;
    padding: 9px 12px !important;
  }

  /* === FINDER BANNER === */
  .finder-banner-section {
    padding: 40px 0 !important;
  }

  .finder-banner-section h2 {
    font-size: clamp(24px, 6vw, 32px) !important;
  }

  .finder-banner-section .lead {
    font-size: 14px !important;
  }

  .finder-banner-section .finder-feature {
    font-size: 13px !important;
    padding: 6px 12px !important;
  }

  #btn-finder-quiz-ba {
    width: 100% !important;
    text-align: center !important;
    font-size: 15px !important;
    padding: 14px 20px !important;
  }

  /* Ẩn ảnh finder trên mobile nhỏ để trang không quá dài */
  .finder-phone-wrap {
    max-width: 240px !important;
    margin: 20px auto 0 !important;
  }

  /* === WHY RENT SECTION (4 col → 2 col) === */
  .rent-benefit-card {
    padding: 20px 16px !important;
  }

  .rent-benefit-card .icon-circle {
    width: 44px !important;
    height: 44px !important;
    font-size: 18px !important;
    margin-bottom: 14px !important;
  }

  /* === TESTIMONIALS === */
  .testimonial-card {
    padding: 20px !important;
  }

  .testimonial-text {
    font-size: 13.5px !important;
    line-height: 1.65 !important;
  }

  /* === CTA / CONSULTATION SECTION === */
  .cta-section {
    padding: 48px 0 !important;
  }

  .cta-section h2 {
    font-size: clamp(22px, 5.5vw, 30px) !important;
  }

  .cta-section .lead {
    font-size: 14px !important;
    margin-bottom: 20px !important;
  }

  .cta-benefits {
    gap: 8px !important;
  }

  .cta-benefit-item {
    font-size: 13.5px !important;
  }

  .hotline-card {
    padding: 14px 16px !important;
    gap: 10px !important;
  }

  .hotline-number {
    font-size: 20px !important;
  }

  .consultation-form-card {
    padding: 24px 18px !important;
    border-radius: 16px !important;
    margin-top: 32px !important;
  }

  .consultation-form-card h4 {
    font-size: 16px !important;
    margin-bottom: 20px !important;
  }

  .form-control-lg,
  .form-select-lg {
    font-size: 14px !important;
    padding: 10px 14px !important;
  }

  #btn-submit-form {
    font-size: 15px !important;
    padding: 13px 20px !important;
  }

  /* === FOOTER MOBILE === */
  .footer .col-lg-4 {
    text-align: center !important;
  }

  .footer .social-links {
    justify-content: center !important;
  }
}

/* Extra small phones (< 400px) */
@media (max-width: 400px) {
  .hero-binh-an .hero-title {
    font-size: 26px !important;
  }

  .product-tabs-container .nav-link {
    font-size: 12px !important;
    padding: 8px 10px !important;
  }

  .product-card-new .d-flex.gap-2 .btn {
    font-size: 12px !important;
    padding: 8px 8px !important;
  }

  .consultation-form-card {
    padding: 20px 14px !important;
  }
}

/* ================================================================ */
/* FLOATING PROMO STICKER (AA FEEDBACK)                             */
/* ================================================================ */
.hero-promo-sticker {
  position: absolute;
  left: -85px;
  top: 42%;
  transform: translateY(-50%);
  background: linear-gradient(135deg, #ffffff 0%, #fff5f6 100%);
  border: 2px solid #D9043D;
  border-radius: 16px;
  padding: 12px 16px;
  box-shadow: 0 12px 35px rgba(217, 4, 61, 0.15);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  min-width: 145px;
  z-index: 10;
  animation: float-sticker 3.5s ease-in-out infinite;
}

.hero-promo-sticker .badge {
  font-size: 9px !important;
  font-weight: 700;
  letter-spacing: 0.5px;
  padding: 4px 8px;
  border-radius: 20px;
  margin-bottom: 6px;
  border: none;
}

.sticker-price {
  font-size: 20px;
  font-weight: 900;
  color: #D9043D;
  line-height: 1.1;
}

.sticker-price small {
  font-size: 11px;
  font-weight: 600;
  color: var(--navy-blue);
}

.sticker-note {
  font-size: 10px;
  color: var(--text-muted);
  font-weight: 600;
  margin-top: 3px;
}

@keyframes float-sticker {

  0%,
  100% {
    transform: translateY(-50%) translateY(0);
  }

  50% {
    transform: translateY(-50%) translateY(-6px);
  }
}

/* ================================================================ */
/* HERO IMAGE — ĐỒNG BỘ BORDER-RADIUS CHO TẤT CẢ CÁC TRANG         */
/* ================================================================ */
.hero-image {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.14);
  display: block;
  width: 100%;
}

/* Wrapper cần overflow hidden để clip ảnh đúng bo góc */
.logo-overlay-container {
  position: relative;
  border-radius: 20px;
}

/* ================================================================ */
/* LOGO OVERLAY ON HERO IMAGE — CLEAN LOGO, NO BACKGROUND, NO TEXT  */
/* ================================================================ */

.hero-logo-overlay {
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: 5;
  display: block;
  pointer-events: none;
}

/* The actual logo image shown on the photo */
.hero-logo-overlay .badge-logo-img {
  height: 80px;
  width: auto;
  object-fit: contain;
  mix-blend-mode: multiply;
  filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.25));
  transition: transform 0.25s ease, filter 0.25s ease;
  border-radius: 12px;
  padding: 5px;
  background: white;
}

.hero-logo-overlay:hover .badge-logo-img {
  transform: scale(1.05);
  filter: drop-shadow(0 4px 14px rgba(0, 0, 0, 0.4));
}

/* Legacy / unused — kept so nothing breaks */
.badge-logo-wrap {
  display: none;
}

.badge-text {
  display: none;
}

.overlay-logo-img {
  height: 28px;
  width: auto;
  object-fit: contain;
}

.service-icon-badge {
  display: none;
}
/* ================================================================ */
/* PRODUCT IMAGE & NAME LINK STYLING                                */
/* ================================================================ */
.product-image-name-link {
  text-decoration: none !important;
  color: inherit !important;
  display: block;
}

.product-image-name-link:hover {
  text-decoration: none !important;
  color: inherit !important;
}

.product-image-name-link:hover .product-name-new,
.product-image-name-link:hover .product-name,
.product-image-name-link:hover h4,
.product-image-name-link:hover h5 {
  color: #E28743 !important; /* Gold/orange hover accent */
  transition: color 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}

/* Smooth zoom transition on product images inside links */
.product-image-name-link img {
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.product-image-name-link:hover img {
  transform: scale(1.04);
}

/* ================================================================ */
/* NAVI SAFETY COMPARE TABLE                                        */
/* ================================================================ */
.compare-table-wrapper {
  overflow-x: auto;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 8px 40px rgba(14, 43, 92, 0.10);
  border: 0;
}

.compare-table {
  width: 100%;
  min-width: 680px;
  margin: 0;
  border-collapse: collapse;
}

.compare-table thead tr {
  background: #fff;
}

.compare-feature-col {
  width: 44%;
  padding: 28px 24px 20px;
  vertical-align: middle;
  border-bottom: 2px solid #cbd5e1;
}

.compare-feature-header {
  font-size: 15px;
  font-weight: 700;
  color: var(--navy-blue);
  background: rgba(14, 43, 92, 0.05);
  border-radius: 10px;
  padding: 12px 16px;
  display: inline-flex;
  align-items: center;
}

.compare-product-col {
  width: 28%;
  padding: 24px 18px 20px;
  text-align: center;
  vertical-align: top;
  border-bottom: 2px solid #cbd5e1;
}

.compare-col-watch {
  background: linear-gradient(180deg, rgba(14, 43, 92, 0.03) 0%, #fff 100%);
  border-left: 1.5px solid #c5d4eb;
}

.compare-col-pendant {
  background: linear-gradient(180deg, rgba(253, 181, 15, 0.06) 0%, #fff 100%);
  border-left: 2.5px solid var(--navy-blue);
}

.compare-product-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
}

.compare-product-badge {
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .5px;
  padding: 4px 10px;
  border-radius: 20px;
}

.badge-watch {
  background: rgba(14, 43, 92, 0.08);
  color: var(--navy-blue);
}

.badge-pendant {
  background: rgba(253, 181, 15, 0.18);
  color: #8a6200;
}

.compare-product-name {
  font-size: 20px;
  font-weight: 800;
  color: var(--navy-blue);
  line-height: 1.2;
}

.compare-product-sub {
  font-size: 12px;
  color: #7a8ba0;
  font-weight: 500;
}

.compare-cta-btn {
  font-size: 11px;
  font-weight: 700;
  padding: 6px 14px;
  border-radius: 20px;
  margin-top: 4px;
  text-decoration: none;
}

.btn-watch {
  background: rgba(14, 43, 92, 0.08);
  color: var(--navy-blue);
  border: 1.5px solid rgba(14, 43, 92, 0.25);
}

.btn-watch:hover {
  background: var(--navy-blue);
  color: #fff;
}

.btn-pendant {
  background: linear-gradient(135deg, var(--navy-blue) 0%, #1a3f7a 100%);
  color: #fff;
  border: none;
}

.btn-pendant:hover {
  opacity: .88;
  color: #fff;
}

.compare-table tbody tr:not(.compare-group-row):not(.compare-cta-row):nth-child(odd) {
  background: #f8fafd;
}

.compare-group-row td {
  background: linear-gradient(90deg, var(--navy-blue) 0%, #1a3f7a 100%);
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  padding: 10px 24px;
  letter-spacing: .3px;
  text-transform: uppercase;
}

.compare-feature-name {
  padding: 14px 22px 14px 24px;
  font-size: 14px;
  color: #334155;
  line-height: 1.5;
  border-right: 1.5px solid #c5d4eb;
  vertical-align: middle;
}

.compare-val {
  text-align: center;
  vertical-align: middle;
  padding: 14px 10px;
  border-left: 1.5px solid #c5d4eb;
}

.compare-table tbody tr:not(.compare-group-row):not(.compare-cta-row) td {
  border-bottom: 1px solid #d8e2f0;
}

.cmp-check,
.cmp-cross {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  font-size: 14px;
}

.cmp-check {
  background: linear-gradient(135deg, #22c55e 0%, #16a34a 100%);
  color: #fff;
  box-shadow: 0 2px 8px rgba(34, 197, 94, 0.3);
}

.cmp-cross {
  background: linear-gradient(135deg, #ef4444 0%, #dc2626 100%);
  color: #fff;
  box-shadow: 0 2px 8px rgba(239, 68, 68, 0.3);
}

.cmp-badge {
  display: inline-block;
  background: rgba(14, 43, 92, 0.08);
  color: var(--navy-blue);
  font-size: 12px;
  font-weight: 700;
  padding: 4px 12px;
  border-radius: 20px;
  border: 1.5px solid rgba(14, 43, 92, 0.2);
}

.cmp-price {
  display: inline-block;
  color: var(--primary-color, #d9043d);
  font-size: 15px;
  font-weight: 800;
}

.compare-text-val {
  text-align: left;
  vertical-align: top;
  padding: 14px 16px;
}

.compare-detail-box {
  background: rgba(14, 43, 92, 0.04);
  border-left: 3px solid rgba(14, 43, 92, 0.25);
  border-radius: 0 8px 8px 0;
  padding: 10px 12px;
  font-size: 13px;
  color: #334155;
  line-height: 1.7;
}

.compare-detail-box-pendant {
  background: rgba(253, 181, 15, 0.07);
  border-left-color: var(--accent-yellow, #FDB515);
}

.compare-cta-row {
  background: linear-gradient(90deg, #f8fafd 0%, rgba(14, 43, 92, 0.04) 100%) !important;
}

.compare-cta-row td {
  padding: 20px 16px;
  border-top: 2px solid #e8edf5;
}

.compare-cta-full {
  width: 100%;
  font-size: 13px;
  font-weight: 700;
  padding: 10px 14px;
  border-radius: 10px;
  text-decoration: none;
  display: block;
  background: linear-gradient(135deg, var(--navy-blue) 0%, #1a3f7a 100%);
  color: #fff !important;
  transition: opacity .2s, transform .2s;
}

.compare-cta-full:hover {
  opacity: .88;
  transform: translateY(-1px);
}

@media (max-width: 767px) {
  .compare-feature-col {
    padding: 16px 12px;
  }

  .compare-feature-name {
    padding: 12px;
    font-size: 13px;
  }
}
