/* ==========================================================================
   BACKCOM THEME — WHITE + GREY + SOFT GOLDEN BROWN (PHONG CÁCH BACKCOM.IO)
   Palette: Trắng (#ffffff) + Xám sáng (#f8fafc / #f1f5f9) + Vàng Nâu nhẹ (#c59b27 / #b45309 / #d97706)
   ========================================================================== */

:root {
  --bg-main: #f8fafc;
  --bg-surface: #ffffff;
  --bg-card: #ffffff;
  --bg-card-hover: #f1f5f9;
  --bg-subtle: #f8fafc;
  --bg-accent-soft: #fffbeb;
  --bg-accent-warm: #fef3c7;

  --border-color: #e2e8f0;
  --border-highlight: #cbd5e1;
  --border-gold: #d97706;
  --border-gold-strong: #c59b27;

  --primary-gold: #c59b27;
  --primary-gold-hover: #b45309;
  --primary-gold-dark: #92400e;
  --primary-gold-light: #fef3c7;
  --gold-glow: rgba(197, 155, 39, 0.15);
  --gold-gradient: linear-gradient(135deg, #d97706 0%, #c59b27 50%, #b45309 100%);
  --gold-gradient-hover: linear-gradient(135deg, #b45309 0%, #92400e 100%);

  --text-white: #ffffff;
  --text-heading: #0f172a;
  --text-body: #334155;
  --text-muted: #64748b;
  --text-gold: #b45309;
  --text-gold-light: #d97706;

  --status-received-bg: #eff6ff;
  --status-received-text: #1d4ed8;
  --status-received-border: #bfdbfe;

  --status-checking-bg: #fffbeb;
  --status-checking-text: #b45309;
  --status-checking-border: #fde68a;

  --status-active-bg: #ecfdf5;
  --status-active-text: #047857;
  --status-active-border: #a7f3d0;

  --success-color: #16a34a;
  --danger-color: #dc2626;

  --radius-sm: 8px;
  --radius-md: 14px;
  --radius-lg: 20px;
  --radius-full: 9999px;

  --shadow-sm: 0 1px 3px rgba(0, 0, 0, 0.05);
  --shadow-md: 0 10px 30px rgba(0, 0, 0, 0.06);
  --shadow-gold: 0 10px 30px rgba(197, 155, 39, 0.12);

  --container-max: 1440px;
  --header-height: 76px;

  --ff: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  --ff-display: "Montserrat", "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  --font-body: var(--ff);
  --font-heading: var(--ff-display);
}

*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  font-size: 16px;
}
/* Responsive main container */
.site-main {
  width: 100%;
  max-width: 100%;
  min-width: 0;
}
body {
  font-family: var(--ff);
  background-color: var(--bg-main);
  color: var(--text-body);
  line-height: 1.65;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, h6,
.section-title,
.hero-title,
.font-display,
.bcmm-title,
.modal-title,
.card-title,
.nav-link,
.bcmm-it,
.btn,
.elementor-heading-title,
.elementor-button,
.elementor-counter-title {
  font-family: var(--ff-display);
}

a {
  color: inherit;
  text-decoration: none;
  transition: all 0.25s ease;
}

ul, ol {
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

button, input, select, textarea {
  font-family: inherit;
  font-size: inherit;
  outline: none;
  border: none;
}

/* ==========================================================================
   LAYOUT & CONTAINERS
   ========================================================================== */
.container {
  width: 100%;
  max-width: var(--container-max);
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.section-padding {
  padding-top: 70px;
  padding-bottom: 70px;
}

@media (max-width: 768px) {
  .section-padding {
    padding-top: 45px;
    padding-bottom: 45px;
  }
}

.section-header {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 46px auto;
}

.section-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--bg-accent-soft);
  color: var(--text-gold);
  border: 1px solid var(--border-gold);
  padding: 6px 16px;
  border-radius: var(--radius-full);
  font-size: 0.85rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin-bottom: 14px;
}

.section-title {
  font-size: 2.25rem;
  font-weight: 800;
  color: var(--text-heading);
  line-height: 1.25;
  margin-bottom: 14px;
  letter-spacing: -0.02em;
}

.section-subtitle {
  font-size: 1.05rem;
  color: var(--text-muted);
  line-height: 1.6;
}

@media (max-width: 768px) {
  .section-title {
    font-size: 1.75rem;
  }
  .section-subtitle {
    font-size: 0.95rem;
  }
}

/* ==========================================================================
   BUTTONS & BADGES
   ========================================================================== */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 26px;
  font-size: 0.95rem;
  font-weight: 700;
  border-radius: var(--radius-full);
  cursor: pointer;
  transition: all 0.25s ease;
  white-space: nowrap;
  line-height: 1;
}

.btn-primary {
  background: var(--gold-gradient);
  color: #ffffff !important;
  box-shadow: 0 4px 14px rgba(217, 119, 6, 0.25);
}

.btn-primary:hover {
  background: var(--gold-gradient-hover);
  box-shadow: 0 6px 20px rgba(217, 119, 6, 0.35);
  transform: translateY(-2px);
  color: #ffffff;
}

.btn-secondary {
  background: #ffffff;
  color: var(--text-heading);
  border: 1px solid var(--border-highlight);
  box-shadow: var(--shadow-sm);
}

.btn-secondary:hover {
  background: var(--bg-surface);
  border-color: var(--primary-gold);
  color: var(--text-gold);
  transform: translateY(-2px);
}

.btn-outline-gold {
  background: transparent;
  color: var(--text-gold);
  border: 1px solid var(--primary-gold);
}

.btn-outline-gold:hover {
  background: var(--bg-accent-soft);
  border-color: var(--primary-gold-hover);
  color: var(--primary-gold-hover);
}

.btn-sm {
  padding: 8px 16px;
  font-size: 0.85rem;
}

.btn-block {
  width: 100%;
}

/* ==========================================================================
   TOP ANNOUNCEMENT BAR
   ========================================================================== */
.top-announcement-bar {
  background: var(--bg-accent-warm);
  border-bottom: 1px solid #fef3c7;
  padding: 9px 16px;
  font-size: 0.86rem;
  text-align: center;
  color: #92400e;
}

.top-announcement-bar a {
  color: #b45309;
  font-weight: 700;
  margin-left: 8px;
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.top-announcement-bar a:hover {
  text-decoration: underline;
}

/* ==========================================================================
   HEADER / NAVBAR
   ========================================================================== */
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--border-color);
  transition: all 0.3s ease;
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: var(--header-height);
}

.header-brand {
  display: flex;
  align-items: center;
  gap: 10px;
}

.brand-logo {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 1.45rem;
  font-weight: 800;
  color: var(--text-heading);
  letter-spacing: -0.03em;
}

.brand-logo .gold-text {
  color: var(--primary-gold);
}

.brand-icon-box {
  width: 38px;
  height: 38px;
  border-radius: 10px;
  background: var(--gold-gradient);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-weight: 900;
  font-size: 1.2rem;
  box-shadow: 0 4px 10px rgba(217, 119, 6, 0.2);
}

.nav-menu {
  display: flex;
  align-items: center;
  gap: 26px;
}

.nav-item {
  position: relative;
}

.nav-link {
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--text-body);
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 8px 0;
}

.nav-link:hover, .nav-item.active .nav-link {
  color: var(--primary-gold);
}

.nav-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 240px;
  background: #ffffff;
  border: 1px solid var(--border-color);
  border-radius: var(--radius-md);
  padding: 8px;
  box-shadow: var(--shadow-md);
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.25s ease;
  z-index: 101;
}

.nav-item:hover .nav-dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.nav-dropdown-link {
  display: block;
  padding: 9px 14px;
  color: var(--text-body);
  font-size: 0.9rem;
  font-weight: 500;
  border-radius: var(--radius-sm);
}

.nav-dropdown-link:hover {
  background: var(--bg-accent-soft);
  color: var(--text-gold);
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

.lang-selector {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 0.85rem;
  color: var(--text-muted);
  background: var(--bg-surface);
  border: 1px solid var(--border-color);
  padding: 6px 12px;
  border-radius: var(--radius-full);
}

.mobile-toggle-btn {
  display: none;
  background: transparent;
  color: var(--text-heading);
  font-size: 1.5rem;
  cursor: pointer;
  padding: 4px;
}

@media (max-width: 991px) {
  .nav-menu {
    display: none;
  }
  .lang-selector {
    display: none;
  }
  .mobile-toggle-btn {
    display: block;
  }
}

/* ==========================================================================
   HERO BANNER
   ========================================================================== */
.hero-section {
  position: relative;
  padding: 80px 0 60px 0;
  overflow: hidden;
  background: radial-gradient(circle at 50% 10%, rgba(245, 158, 11, 0.08) 0%, rgba(255, 255, 255, 0) 70%);
}

.hero-content {
  text-align: center;
  max-width: 880px;
  margin: 0 auto;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--bg-accent-soft);
  border: 1px solid var(--border-gold);
  color: var(--text-gold);
  padding: 7px 18px;
  border-radius: var(--radius-full);
  font-size: 0.9rem;
  font-weight: 700;
  margin-bottom: 22px;
}

.hero-title {
  font-size: 3.3rem;
  font-weight: 900;
  color: var(--text-heading);
  line-height: 1.18;
  letter-spacing: -0.03em;
  margin-bottom: 20px;
}

.hero-title .gradient-text {
  background: var(--gold-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hero-desc {
  font-size: 1.15rem;
  color: var(--text-body);
  line-height: 1.7;
  max-width: 740px;
  margin: 0 auto 34px auto;
}

.hero-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
  margin-bottom: 46px;
}

.hero-stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  max-width: 920px;
  margin: 0 auto;
  padding: 24px 30px;
  background: #ffffff;
  border: 1px solid var(--border-color);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-md);
}

.hero-stat-item {
  text-align: center;
  position: relative;
}

.hero-stat-item:not(:last-child)::after {
  content: '';
  position: absolute;
  right: -10px;
  top: 15%;
  height: 70%;
  width: 1px;
  background: var(--border-color);
}

.hero-stat-val {
  font-size: 1.95rem;
  font-weight: 800;
  color: var(--text-gold);
  line-height: 1.2;
}

.hero-stat-lbl {
  font-size: 0.85rem;
  color: var(--text-muted);
  font-weight: 600;
  margin-top: 4px;
}

@media (max-width: 768px) {
  .hero-title {
    font-size: 2.2rem;
  }
  .hero-desc {
    font-size: 1rem;
  }
  .hero-stats-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
    padding: 18px;
  }
  .hero-stat-item:nth-child(2)::after {
    display: none;
  }
  .hero-stat-val {
    font-size: 1.55rem;
  }
}

/* ==========================================================================
   LOGO MARQUEE / SLIDE LOGO CÁC SÀN CHẠY NGANG QUA TRÁI
   ========================================================================== */
.marquee-section {
  padding: 32px 0;
  background: var(--bg-surface);
  border-top: 1px solid var(--border-color);
  border-bottom: 1px solid var(--border-color);
  overflow: hidden;
  position: relative;
}

.marquee-heading {
  text-align: center;
  font-size: 0.85rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--text-muted);
  margin-bottom: 18px;
}

.marquee-container {
  display: flex;
  overflow: hidden;
  user-select: none;
  position: relative;
  width: 100%;
  mask-image: linear-gradient(to right, transparent, black 10%, black 90%, transparent);
  -webkit-mask-image: linear-gradient(to right, transparent, black 10%, black 90%, transparent);
}

.marquee-track {
  display: flex;
  align-items: center;
  gap: 30px;
  flex-shrink: 0;
  animation: marqueeLeft 32s linear infinite;
}

.marquee-track:hover {
  animation-play-state: paused;
}

@keyframes marqueeLeft {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

.marquee-item {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #ffffff;
  border: 1px solid var(--border-color);
  padding: 8px 18px;
  border-radius: var(--radius-full);
  white-space: nowrap;
  box-shadow: var(--shadow-sm);
  transition: all 0.25s ease;
}

.marquee-item:hover {
  border-color: var(--primary-gold);
  background: var(--bg-accent-soft);
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
}

.marquee-item-logo {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--bg-accent-soft);
  font-weight: 800;
  font-size: 0.8rem;
  color: var(--text-gold);
}

.marquee-item-name {
  font-size: 0.92rem;
  font-weight: 700;
  color: var(--text-heading);
}

.marquee-item-tag {
  font-size: 0.72rem;
  font-weight: 700;
  background: var(--bg-accent-warm);
  color: var(--text-gold);
  padding: 2px 8px;
  border-radius: 4px;
}

/* ==========================================================================
   WHY CHOOSE / COMPARISON BOX
   ========================================================================== */
.why-choose-section {
  background: #ffffff;
}

.comparison-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 26px;
  margin-top: 36px;
}

.comparison-box {
  background: var(--bg-surface);
  border-radius: var(--radius-lg);
  padding: 34px 28px;
  border: 1px solid var(--border-color);
  position: relative;
  transition: all 0.3s ease;
}

.comparison-box.highlight {
  border-color: var(--border-gold);
  background: #ffffff;
  box-shadow: var(--shadow-gold);
}

.comparison-badge {
  display: inline-block;
  padding: 4px 14px;
  border-radius: var(--radius-full);
  font-size: 0.8rem;
  font-weight: 700;
  margin-bottom: 16px;
}

.comparison-badge.bad {
  background: #fee2e2;
  color: #dc2626;
  border: 1px solid #fca5a5;
}

.comparison-badge.good {
  background: #dcfce7;
  color: #16a34a;
  border: 1px solid #86efac;
}

.comparison-title {
  font-size: 1.4rem;
  font-weight: 800;
  color: var(--text-heading);
  margin-bottom: 20px;
}

.comparison-list {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.comparison-list-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 0.95rem;
  line-height: 1.55;
  color: var(--text-body);
}

.comparison-icon {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
  font-weight: 800;
  flex-shrink: 0;
  margin-top: 2px;
}

.comparison-icon.bad {
  background: #fee2e2;
  color: #dc2626;
}

.comparison-icon.good {
  background: #dcfce7;
  color: #16a34a;
}

@media (max-width: 768px) {
  .comparison-wrapper {
    grid-template-columns: 1fr;
  }
}

/* ==========================================================================
   BACKCOM CALCULATOR (BẢNG TÍNH HOÀN PHÍ)
   ========================================================================== */
.calc-card {
  background: #ffffff;
  border: 1px solid var(--border-gold);
  border-radius: var(--radius-lg);
  padding: 36px;
  max-width: 960px;
  margin: 0 auto;
  box-shadow: var(--shadow-gold);
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 36px;
  align-items: center;
}

.calc-controls {
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.calc-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.calc-label {
  font-size: 0.92rem;
  font-weight: 700;
  color: var(--text-heading);
  display: flex;
  justify-content: space-between;
}

.calc-select, .calc-input {
  background: var(--bg-surface);
  border: 1px solid var(--border-color);
  color: var(--text-heading);
  padding: 12px 16px;
  border-radius: var(--radius-sm);
  font-size: 0.95rem;
  width: 100%;
  transition: all 0.25s ease;
}

.calc-select:focus, .calc-input:focus {
  border-color: var(--primary-gold);
  box-shadow: 0 0 0 3px var(--gold-glow);
  background: #ffffff;
}

.calc-range-wrapper {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.calc-range {
  -webkit-appearance: none;
  width: 100%;
  height: 8px;
  border-radius: 4px;
  background: var(--border-color);
  outline: none;
  accent-color: var(--primary-gold);
}

.calc-range-val-badge {
  font-size: 1.25rem;
  font-weight: 800;
  color: var(--text-gold);
}

.calc-result-box {
  background: var(--bg-accent-warm);
  border: 1px solid var(--border-gold);
  border-radius: var(--radius-md);
  padding: 28px;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 18px;
  position: relative;
  overflow: hidden;
}

.calc-result-box::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: var(--gold-gradient);
}

.calc-result-label {
  font-size: 0.9rem;
  color: var(--text-muted);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.calc-result-amount {
  font-size: 3.1rem;
  font-weight: 900;
  color: var(--text-heading);
  line-height: 1;
}

.calc-result-amount .currency {
  font-size: 1.4rem;
  color: var(--text-gold);
  margin-left: 4px;
}

.calc-result-year {
  font-size: 0.95rem;
  color: var(--text-body);
  background: #ffffff;
  padding: 8px 14px;
  border-radius: var(--radius-sm);
  border: 1px dashed var(--border-gold);
}

.calc-result-year strong {
  color: var(--text-gold);
}

@media (max-width: 768px) {
  .calc-card {
    grid-template-columns: 1fr;
    padding: 22px;
    gap: 26px;
  }
  .calc-result-amount {
    font-size: 2.3rem;
  }
}

/* ==========================================================================
   BROKER LIST & CARDS (DANH SÁCH SÀN)
   ========================================================================== */
.broker-section {
  background: var(--bg-surface);
}

.broker-filter-tabs {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 36px;
  flex-wrap: wrap;
}

.broker-tab-btn {
  background: #ffffff;
  border: 1px solid var(--border-color);
  color: var(--text-body);
  padding: 9px 22px;
  border-radius: var(--radius-full);
  font-size: 0.92rem;
  font-weight: 700;
  cursor: pointer;
  box-shadow: var(--shadow-sm);
  transition: all 0.25s ease;
}

.broker-tab-btn:hover, .broker-tab-btn.active {
  background: var(--gold-gradient);
  color: #ffffff;
  border-color: transparent;
  box-shadow: 0 4px 14px rgba(217, 119, 6, 0.25);
}

.broker-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}

@media (max-width: 1100px) {
  .broker-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 850px) {
  .broker-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 550px) {
  .broker-grid {
    grid-template-columns: 1fr;
  }
}

.broker-card {
  background: #ffffff;
  border: 1px solid var(--border-color);
  border-radius: var(--radius-md);
  padding: 22px 18px;
  display: flex;
  flex-direction: column;
  transition: all 0.3s ease;
  box-shadow: var(--shadow-sm);
  position: relative;
}

.broker-card:hover {
  border-color: var(--primary-gold);
  transform: translateY(-4px);
  box-shadow: var(--shadow-gold);
}

.broker-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 14px;
}

.broker-card-logo-wrap {
  display: flex;
  align-items: center;
  gap: 12px;
}

.broker-card-logo {
  width: 44px;
  height: 44px;
  border-radius: 10px;
  background: var(--bg-accent-soft);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  color: var(--text-gold);
  font-size: 1.1rem;
  border: 1px solid var(--border-gold);
}

.broker-card-title {
  font-size: 1.25rem;
  font-weight: 800;
  color: var(--text-heading);
  line-height: 1.2;
}

.broker-card-rating {
  font-size: 0.85rem;
  color: #eab308;
  display: flex;
  align-items: center;
  gap: 4px;
  margin-top: 2px;
}

.broker-card-rebate-box {
  background: var(--bg-accent-soft);
  border: 1px dashed var(--border-gold);
  border-radius: var(--radius-sm);
  padding: 10px 14px;
  margin-bottom: 14px;
}

.broker-card-rebate-label {
  font-size: 0.78rem;
  color: var(--text-muted);
  font-weight: 600;
  text-transform: uppercase;
}

.broker-card-rebate-val {
  font-size: 1.15rem;
  font-weight: 800;
  color: var(--text-gold);
  line-height: 1.3;
}

.broker-card-desc {
  font-size: 0.88rem;
  color: var(--text-muted);
  line-height: 1.5;
  margin-bottom: 18px;
  flex-grow: 1;
}

.broker-card-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin-top: auto;
}

/* ==========================================================================
   PROCESS 3 STEPS (QUY TRÌNH 3 BƯỚC)
   ========================================================================== */
.process-section {
  background: #ffffff;
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
  position: relative;
}

.process-card {
  background: var(--bg-surface);
  border: 1px solid var(--border-color);
  border-radius: var(--radius-lg);
  padding: 34px 26px;
  position: relative;
  transition: all 0.3s ease;
}

.process-card:hover {
  border-color: var(--border-gold);
  background: #ffffff;
  transform: translateY(-4px);
  box-shadow: var(--shadow-gold);
}

.process-step-num {
  font-size: 2.8rem;
  font-weight: 900;
  color: var(--text-gold);
  line-height: 1;
  margin-bottom: 16px;
}

.process-card-title {
  font-size: 1.25rem;
  font-weight: 800;
  color: var(--text-heading);
  margin-bottom: 10px;
}

.process-card-desc {
  font-size: 0.92rem;
  color: var(--text-muted);
  line-height: 1.6;
}

@media (max-width: 850px) {
  .process-grid {
    grid-template-columns: 1fr;
  }
}

/* ==========================================================================
   PROMOTIONS / SERVICES
   ========================================================================== */
.promo-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.promo-card {
  background: #ffffff;
  border: 1px solid var(--border-color);
  border-radius: var(--radius-lg);
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: all 0.3s ease;
  box-shadow: var(--shadow-sm);
  position: relative;
  overflow: hidden;
}

.promo-card:hover {
  border-color: var(--border-gold);
  transform: translateY(-3px);
  box-shadow: var(--shadow-gold);
}

.promo-badge {
  display: inline-block;
  padding: 4px 12px;
  background: var(--bg-accent-soft);
  color: var(--text-gold);
  border: 1px solid var(--border-gold);
  border-radius: var(--radius-full);
  font-size: 0.78rem;
  font-weight: 700;
  margin-bottom: 14px;
}

.promo-title {
  font-size: 1.4rem;
  font-weight: 800;
  color: var(--text-heading);
  margin-bottom: 10px;
}

.promo-desc {
  font-size: 0.95rem;
  color: var(--text-body);
  line-height: 1.6;
  margin-bottom: 22px;
}

@media (max-width: 768px) {
  .promo-grid {
    grid-template-columns: 1fr;
  }
}

/* ==========================================================================
   TESTIMONIALS & REVIEWS
   ========================================================================== */
.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.testimonial-card {
  background: #ffffff;
  border: 1px solid var(--border-color);
  border-radius: var(--radius-md);
  padding: 26px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: var(--shadow-sm);
}

.testimonial-stars {
  color: #f59e0b;
  font-size: 1.1rem;
  margin-bottom: 12px;
}

.testimonial-text {
  font-size: 0.95rem;
  color: var(--text-body);
  line-height: 1.65;
  margin-bottom: 18px;
  font-style: italic;
}

.testimonial-user {
  display: flex;
  align-items: center;
  gap: 12px;
}

.testimonial-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--bg-accent-soft);
  color: var(--text-gold);
  border: 1px solid var(--border-gold);
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
}

.testimonial-name {
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--text-heading);
}

.testimonial-role {
  font-size: 0.8rem;
  color: var(--text-muted);
}

@media (max-width: 850px) {
  .testimonial-grid {
    grid-template-columns: 1fr;
  }
}

/* ==========================================================================
   BLOG & POSTS
   ========================================================================== */
.post-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.post-card {
  background: #ffffff;
  border: 1px solid var(--border-color);
  border-radius: var(--radius-md);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: all 0.3s ease;
  box-shadow: var(--shadow-sm);
}

.post-card:hover {
  border-color: var(--border-gold);
  transform: translateY(-4px);
  box-shadow: var(--shadow-gold);
}

.post-card-body {
  padding: 22px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.post-card-meta {
  font-size: 0.8rem;
  color: var(--text-muted);
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  gap: 6px;
}

.post-card-meta .tag {
  color: var(--text-gold);
  font-weight: 700;
}

.post-card-title {
  font-size: 1.15rem;
  font-weight: 800;
  color: var(--text-heading);
  line-height: 1.4;
  margin-bottom: 10px;
}

.post-card-title:hover {
  color: var(--primary-gold);
}

.post-card-summary {
  font-size: 0.9rem;
  color: var(--text-muted);
  line-height: 1.6;
  margin-bottom: 18px;
  flex-grow: 1;
}

.post-card-readmore {
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--text-gold);
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

.post-card-readmore:hover {
  gap: 8px;
}

@media (max-width: 850px) {
  .post-grid {
    grid-template-columns: 1fr;
  }
}

/* ==========================================================================
   FAQ ACCORDION
   ========================================================================== */
.faq-accordion {
  max-width: 860px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.faq-item {
  background: #ffffff;
  border: 1px solid var(--border-color);
  border-radius: var(--radius-md);
  overflow: hidden;
  transition: all 0.25s ease;
  box-shadow: var(--shadow-sm);
}

.faq-item.active {
  border-color: var(--border-gold);
  box-shadow: var(--shadow-gold);
}

.faq-header {
  padding: 18px 22px;
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--text-heading);
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  user-select: none;
}

.faq-icon {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--bg-surface);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  color: var(--text-gold);
  transition: transform 0.25s ease;
}

.faq-item.active .faq-icon {
  transform: rotate(180deg);
  background: var(--primary-gold);
  color: #ffffff;
}

.faq-content {
  padding: 0 22px 18px 22px;
  font-size: 0.95rem;
  color: var(--text-body);
  line-height: 1.65;
  display: none;
}

.faq-item.active .faq-content {
  display: block;
}

/* ==========================================================================
   NEWSLETTER & CONTACT FORM
   ========================================================================== */
.newsletter-box {
  background: #ffffff;
  border: 1px solid var(--border-gold);
  border-radius: var(--radius-lg);
  padding: 44px;
  box-shadow: var(--shadow-gold);
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 36px;
  align-items: center;
}

.newsletter-info .title {
  font-size: 1.95rem;
  font-weight: 800;
  color: var(--text-heading);
  line-height: 1.25;
  margin-bottom: 10px;
}

.newsletter-info .desc {
  font-size: 0.98rem;
  color: var(--text-muted);
  margin-bottom: 18px;
}

.newsletter-checklist {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.newsletter-check-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.92rem;
  font-weight: 600;
  color: var(--text-heading);
}

.newsletter-check-item span {
  color: var(--text-gold);
}

.newsletter-form {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.form-control {
  background: var(--bg-surface);
  border: 1px solid var(--border-color);
  color: var(--text-heading);
  padding: 12px 16px;
  border-radius: var(--radius-sm);
  font-size: 0.95rem;
  width: 100%;
  transition: all 0.25s ease;
}

.form-control:focus {
  border-color: var(--primary-gold);
  box-shadow: 0 0 0 3px var(--gold-glow);
  background: #ffffff;
}

@media (max-width: 768px) {
  .newsletter-box {
    grid-template-columns: 1fr;
    padding: 24px;
    gap: 24px;
  }
}

/* ==========================================================================
   FOOTER
   ========================================================================== */
.site-footer {
  background: #0f172a;
  color: #cbd5e1;
  border-top: 1px solid #1e293b;
  padding-top: 60px;
  padding-bottom: 30px;
}

.footer-top-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  gap: 36px;
  margin-bottom: 40px;
}

.footer-col-title {
  font-size: 1.05rem;
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 18px;
  letter-spacing: -0.01em;
}

.footer-links {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footer-link {
  font-size: 0.9rem;
  color: #1a1a1a;
  transition: all 0.2s ease;
}

.footer-link:hover {
  color: #b8860b;
  transform: translateX(3px);
}

.footer-contact-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 0.9rem;
  color: #333333;
  margin-bottom: 10px;
}

.footer-social-list {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 18px;
}

.footer-social-btn {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #1e293b;
  border: 1px solid #334155;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #f8fafc;
  font-size: 0.9rem;
  transition: all 0.25s ease;
}

.footer-social-btn:hover {
  background: var(--gold-gradient);
  color: #ffffff;
  border-color: transparent;
  transform: translateY(-2px);
}

.footer-risk-disclaimer {
  background: #1e293b;
  border: 1px solid #334155;
  border-radius: var(--radius-md);
  padding: 18px 22px;
  font-size: 0.8rem;
  color: #94a3b8;
  line-height: 1.6;
  margin-bottom: 26px;
}

.footer-risk-disclaimer strong {
  color: #f87171;
}

.footer-bottom-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #1e293b;
  padding-top: 22px;
  font-size: 0.85rem;
  color: #94a3b8;
  flex-wrap: wrap;
  gap: 12px;
}

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

@media (max-width: 550px) {
  .footer-top-grid {
    grid-template-columns: 1fr;
  }
}

/* ==========================================================================
   FLOATING ACTION BUTTONS
   ========================================================================== */
.floating-actions {
  position: fixed;
  right: 20px;
  bottom: 30px;
  z-index: 99;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.floating-btn {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1.2rem;
  box-shadow: 0 4px 14px rgba(0,0,0,0.25);
  transition: all 0.25s ease;
}

.floating-btn:hover {
  transform: scale(1.1);
}

.floating-btn.telegram {
  background: #229ed9;
}

.floating-btn.zalo {
  background: #0068ff;
}

.floating-btn.hotline {
  background: #16a34a;
}

/* ==========================================================================
   MODAL POPUP
   ========================================================================== */
.modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(15, 23, 42, 0.6);
  backdrop-filter: blur(6px);
  z-index: 999;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.modal-overlay.open {
  display: flex;
}

.modal-box {
  background: #ffffff;
  border: 1px solid var(--border-gold);
  border-radius: var(--radius-lg);
  padding: 30px;
  width: 100%;
  max-width: 520px;
  box-shadow: var(--shadow-gold);
  position: relative;
}

.modal-close-btn {
  position: absolute;
  top: 18px;
  right: 18px;
  background: transparent;
  color: var(--text-muted);
  font-size: 1.3rem;
  cursor: pointer;
}

.modal-close-btn:hover {
  color: var(--text-heading);
}

.modal-title {
  font-size: 1.4rem;
  font-weight: 800;
  color: var(--text-heading);
  margin-bottom: 6px;
}

.modal-desc {
  font-size: 0.9rem;
  color: var(--text-muted);
  margin-bottom: 20px;
}

.modal-options-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.modal-option-card {
  background: var(--bg-surface);
  border: 1px solid var(--border-color);
  border-radius: var(--radius-md);
  padding: 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.25s ease;
}

.modal-option-card:hover {
  border-color: var(--primary-gold);
  background: var(--bg-accent-soft);
}

.modal-option-name {
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--text-heading);
}

.modal-option-rebate {
  font-size: 0.82rem;
  color: var(--text-gold);
  font-weight: 600;
}

/* ==========================================================================
   BACKCOM.VN EXACT UI STYLES & COMPONENTS
   ========================================================================== */

/* Header backcom.vn */
.site-header-vn {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: #ffffff;
  border-bottom: 1px solid #f1f5f9;
  height: 78px;
  display: flex;
  align-items: center;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.03);
}

.header-inner-vn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.header-brand-vn {
  display: flex;
  align-items: center;
  text-decoration: none;
}

.brand-logo-img {
  height: 44px;
  width: auto;
  display: block;
}

.nav-menu-vn {
  display: flex;
  align-items: center;
  gap: 32px;
}

.nav-item-vn {
  position: relative;
}

.nav-link-vn {
  font-size: 0.98rem;
  font-weight: 600;
  color: #1e293b;
  display: flex;
  align-items: center;
  padding: 10px 0;
  transition: color 0.2s ease;
}

.nav-link-vn:hover,
.nav-item-vn.active .nav-link-vn {
  color: #d97706;
}

.nav-dropdown-vn {
  position: absolute;
  top: 100%;
  left: -10px;
  min-width: 250px;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
  padding: 8px;
  display: none;
  flex-direction: column;
  gap: 4px;
  z-index: 100;
}

.nav-item-vn.has-dropdown:hover .nav-dropdown-vn {
  display: flex;
}

.dropdown-item-vn {
  padding: 10px 14px;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  transition: all 0.2s ease;
  text-decoration: none;
}

.dropdown-item-vn strong {
  font-size: 0.95rem;
  color: #0f172a;
}

.dropdown-item-vn span {
  font-size: 0.78rem;
  color: #64748b;
  margin-top: 2px;
}

.dropdown-item-vn:hover {
  background: #fef8eb;
}

.dropdown-item-vn:hover strong {
  color: #b45309;
}

.dropdown-item-vn:hover span {
  color: #b45309;
}

.header-actions-vn {
  display: flex;
  align-items: center;
  gap: 16px;
}

.header-lang-switch {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 0.85rem;
  font-weight: 700;
  color: #64748b;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  padding: 6px 14px;
  border-radius: 20px;
}

.header-lang-switch .active-lang {
  color: #b45309;
}

.header-lang-switch .lang-divider {
  color: #cbd5e1;
}

.header-lang-switch .lang-link {
  color: #64748b;
  text-decoration: none;
  transition: color 0.2s;
}

.header-lang-switch .lang-link:hover {
  color: #0f172a;
}

.top-announcement-bar-io {
  background: linear-gradient(90deg, #fffbeb 0%, #fef3c7 100%);
  border-bottom: 1px solid #fde68a;
  padding: 10px 16px;
  font-size: 0.88rem;
  font-weight: 600;
  color: #92400e;
  text-align: center;
}

.top-announcement-bar-io .announcement-content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
}

.top-announcement-bar-io .announcement-btn {
  background: #b45309;
  color: #ffffff;
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 0.8rem;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.2s;
}

.top-announcement-bar-io .announcement-btn:hover {
  background: #92400e;
  transform: translateY(-1px);
}

.btn-header-cta {
  padding: 10px 24px;
  font-size: 0.95rem;
  font-weight: 700;
  border-radius: 50px;
}

.mobile-toggle-btn-vn {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  color: #0f172a;
  padding: 6px;
}

@media (max-width: 991px) {
  .nav-menu-vn {
    display: none;
  }
  .mobile-toggle-btn-vn {
    display: block;
  }
}

/* ==========================================================================
   BANNER / HERO SECTION (EXACT 2-COLUMN LAYOUT OF BACKCOM.VN)
   ========================================================================== */
.hero-section-backcom-vn {
  background: radial-gradient(circle at 75% 20%, #fef8eb 0%, #ffffff 65%);
  padding: 60px 0 50px 0;
  border-bottom: 1px solid #f1f5f9;
}

.hero-2col-layout {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 40px;
  align-items: center;
  margin-bottom: 48px;
}

.hero-col-left {
  text-align: left;
}

.hero-main-title {
  font-size: 2.35rem;
  font-weight: 900;
  color: #0f172a;
  line-height: 1.3;
  margin-bottom: 16px;
  letter-spacing: -0.02em;
}

.hero-main-title .highlight-brokers {
  color: #d97706;
}

.hero-main-desc {
  font-size: 1.05rem;
  color: #475569;
  line-height: 1.75;
  margin-bottom: 28px;
}

.hero-btn-wrap {
  display: flex;
  justify-content: flex-start;
}

.btn-hero-cta {
  padding: 14px 34px;
  font-size: 1.05rem;
  font-weight: 800;
  border-radius: 50px;
  box-shadow: 0 8px 24px rgba(217, 119, 6, 0.35);
  transition: all 0.25s ease;
  display: inline-flex;
  align-items: center;
}

.btn-hero-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 30px rgba(217, 119, 6, 0.45);
}

.hero-col-right {
  display: flex;
  justify-content: center;
  align-items: center;
}

.hero-banner-image-wrap {
  width: 100%;
  max-width: 500px;
  animation: floatBanner 4s ease-in-out infinite;
}

.hero-banner-img {
  width: 100%;
  height: auto;
  display: block;
}

@keyframes floatBanner {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-8px);
  }
}

@media (max-width: 991px) {
  .hero-2col-layout {
    grid-template-columns: 1fr;
    text-align: center;
    gap: 30px;
  }
  .hero-col-left {
    text-align: center;
  }
  .hero-btn-wrap {
    justify-content: center;
  }
  .hero-main-title {
    font-size: 1.95rem;
  }
}

/* 4 STATS STRIP ROW */
.hero-stats-strip-vn {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.stat-card-item {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  padding: 22px 18px;
  display: flex;
  align-items: center;
  gap: 16px;
  text-align: left;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.03);
  transition: all 0.25s ease;
}

.stat-card-item:hover {
  transform: translateY(-3px);
  border-color: #f4d38c;
  box-shadow: 0 10px 25px rgba(217, 119, 6, 0.09);
}

.stat-icon-wrapper {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  background: #fef3c7;
  color: #b45309;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.stat-num {
  font-size: 1.45rem;
  font-weight: 900;
  color: #0f172a;
  line-height: 1.15;
}

.stat-desc {
  font-size: 0.82rem;
  font-weight: 500;
  color: #64748b;
  margin-top: 3px;
}

@media (max-width: 991px) {
  .hero-stats-strip-vn {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 580px) {
  .hero-main-title {
    font-size: 1.75rem;
  }
  .hero-stats-strip-vn {
    grid-template-columns: 1fr;
  }
}

/* Broker Directory Tabs backcom.vn */
.broker-filter-tabs-vn {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-bottom: 36px;
}

.vn-tab-btn {
  background: #f1f5f9;
  color: #475569;
  border: 1px solid #e2e8f0;
  padding: 8px 24px;
  border-radius: 9999px;
  font-size: 0.95rem;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.2s ease;
}

.vn-tab-btn:hover {
  background: #e2e8f0;
  color: #0f172a;
}

.vn-tab-btn.active {
  background: #0f172a;
  color: #ffffff;
  border-color: #0f172a;
}

/* Broker Grid backcom.vn */
.broker-grid-vn {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.vn-broker-card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 18px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.04);
  transition: all 0.25s ease;
}

.vn-broker-card:hover {
  transform: translateY(-4px);
  border-color: #f4d38c;
  box-shadow: 0 12px 30px rgba(197, 155, 39, 0.12);
}

.vn-card-header {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 18px;
}

.vn-broker-logo-box {
  width: 52px;
  height: 52px;
  border-radius: 12px;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.15rem;
  font-weight: 800;
  color: #b45309;
  flex-shrink: 0;
  overflow: hidden;
}

.vn-broker-logo-box img {
  max-width: 85%;
  max-height: 85%;
  object-fit: contain;
}

.vn-broker-title {
  font-size: 1.2rem;
  font-weight: 800;
  color: #0f172a;
  margin-bottom: 2px;
}

.vn-broker-title a:hover {
  color: #d97706;
}

.vn-payout-type {
  font-size: 0.82rem;
  color: #64748b;
}

.vn-payout-type .type-dot {
  color: #16a34a;
  margin-right: 2px;
}

.vn-card-body {
  margin-bottom: 20px;
}

/* 1-Click Copy Referral Box */
.vn-ref-box {
  background: #f8fafc;
  border: 1px dashed #cbd5e1;
  border-radius: 10px;
  padding: 10px 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}

.vn-ref-label {
  font-size: 0.82rem;
  color: #64748b;
  font-weight: 600;
}

.btn-copy-ref {
  background: #ffffff;
  border: 1px solid #cbd5e1;
  border-radius: 6px;
  padding: 4px 10px;
  font-size: 0.85rem;
  font-weight: 700;
  color: #b45309;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  position: relative;
  transition: all 0.2s ease;
}

.btn-copy-ref:hover {
  border-color: #b45309;
  background: #fef8eb;
}

.copy-success-badge {
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  background: #0f172a;
  color: #ffffff;
  font-size: 0.72rem;
  padding: 3px 8px;
  border-radius: 4px;
  white-space: nowrap;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.2s ease;
}

.btn-copy-ref.copied .copy-success-badge {
  opacity: 1;
}

.vn-example-line {
  font-size: 0.88rem;
  color: #475569;
  display: flex;
  gap: 6px;
}

.vn-example-line .ex-lbl {
  color: #64748b;
  font-weight: 600;
}

.vn-example-line .ex-txt {
  font-weight: 700;
  color: #0f172a;
}

.vn-card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #f1f5f9;
  padding-top: 16px;
}

.vn-rebate-badge {
  display: flex;
  flex-direction: column;
}

.vn-rebate-badge .badge-sub {
  font-size: 0.75rem;
  color: #64748b;
  text-transform: uppercase;
  font-weight: 700;
}

.vn-rebate-badge .badge-rate {
  font-size: 1.35rem;
  font-weight: 900;
  color: #d97706;
  line-height: 1.1;
}

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

@media (max-width: 640px) {
  .broker-grid-vn {
    grid-template-columns: 1fr;
  }
}

/* Why choose us 6 cards backcom.vn */
.why-grid-vn {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.why-card-vn {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  padding: 26px;
  transition: all 0.25s ease;
}

.why-card-vn:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.05);
  border-color: #f4d38c;
}

.why-icon-vn {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: #fef8eb;
  color: #d97706;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}

.why-title-vn {
  font-size: 1.15rem;
  font-weight: 800;
  color: #0f172a;
  margin-bottom: 8px;
}

.why-desc-vn {
  font-size: 0.92rem;
  color: #64748b;
  line-height: 1.6;
}

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

@media (max-width: 600px) {
  .why-grid-vn {
    grid-template-columns: 1fr;
  }
}

/* Testimonials 4 reviews backcom.vn */
.testi-grid-vn {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.testi-card-vn {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 18px;
  padding: 28px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.testi-stars {
  color: #f59e0b;
  font-size: 1.1rem;
  margin-bottom: 14px;
  letter-spacing: 2px;
}

.testi-text-vn {
  font-size: 0.98rem;
  line-height: 1.7;
  color: #334155;
  margin-bottom: 20px;
  font-style: italic;
}

.testi-user-vn {
  display: flex;
  align-items: center;
  gap: 12px;
}

.testi-avatar-vn {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: linear-gradient(135deg, #f59e0b 0%, #b45309 100%);
  color: #fff;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
}

.testi-name-vn {
  font-size: 1rem;
  font-weight: 800;
  color: #0f172a;
}

.testi-role-vn {
  font-size: 0.82rem;
  color: #64748b;
}

@media (max-width: 768px) {
  .testi-grid-vn {
    grid-template-columns: 1fr;
  }
}

/* Footer backcom.vn */
.site-footer-vn {
  background: #0f172a;
  color: #94a3b8;
  padding-top: 60px;
  padding-bottom: 30px;
}

.footer-warning-box-vn {
  background: #1e293b;
  border: 1px solid #334155;
  border-radius: 14px;
  padding: 22px 26px;
  margin-bottom: 48px;
}

.warning-title-vn {
  font-size: 1rem;
  font-weight: 700;
  color: #f87171;
  margin-bottom: 8px;
}

.warning-text-vn {
  font-size: 0.88rem;
  line-height: 1.65;
  color: #94a3b8;
  margin: 0;
}

.footer-vn-grid {
  display: grid;
  grid-template-columns: 2fr 1.2fr 1fr 1.5fr;
  gap: 36px;
  margin-bottom: 40px;
}

.footer-brand-vn {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
}

.footer-brand-vn .brand-name-vn {
  font-size: 1.35rem;
  font-weight: 800;
  color: #ffffff;
}

.footer-desc-vn {
  font-size: 0.9rem;
  line-height: 1.65;
  color: #94a3b8;
}

.footer-heading-vn {
  font-size: 1rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 16px;
}

.footer-list-vn, .footer-contact-list-vn {
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-size: 0.9rem;
}

.footer-list-vn a {
  color: #1a1a1a;
  transition: color 0.2s ease;
}

.footer-list-vn a:hover {
  color: #b8860b;
}

.footer-contact-list-vn li strong {
  color: #1a1a1a;
}

.footer-contact-list-vn a {
  color: #1a1a1a;
}

.footer-contact-list-vn a:hover {
  color: #b8860b;
}

.footer-copyright-vn {
  border-top: 1px solid #1e293b;
  padding-top: 24px;
  display: flex;
  justify-content: space-between;
  font-size: 0.85rem;
  color: #64748b;
  flex-wrap: wrap;
  gap: 12px;
}

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

@media (max-width: 600px) {
  .footer-vn-grid {
    grid-template-columns: 1fr;
  }
}

/* ==========================================================================
   BROKER DETAIL PAGE (CHÍNH XÁC THEO BACKCOM.VN/SAN-GIAO-DICH/XM/)
   ========================================================================== */
.broker-detail-page-vn {
  background: #f8fafc;
  min-height: 100vh;
}

.breadcrumbs-vn {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.88rem;
  color: #64748b;
}

.breadcrumbs-vn a {
  color: #64748b;
  text-decoration: none;
  transition: color 0.2s;
}

.breadcrumbs-vn a:hover {
  color: #d97706;
}

.breadcrumbs-vn .bc-sep {
  color: #cbd5e1;
}

.breadcrumbs-vn .bc-current {
  color: #0f172a;
  font-weight: 600;
}

/* Detail Hero Header */
.broker-detail-hero-vn {
  background: #ffffff;
  border-bottom: 1px solid #e2e8f0;
  padding: 36px 0 28px 0;
}

.detail-hero-main {
  text-align: center;
  max-width: 800px;
  margin: 0 auto 32px auto;
}

.detail-hero-title {
  font-size: 2.5rem;
  font-weight: 900;
  color: #0f172a;
  margin-bottom: 10px;
  letter-spacing: -0.02em;
}

.detail-hero-subtitle {
  font-size: 1.05rem;
  color: #64748b;
  margin-bottom: 24px;
}

.detail-hero-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
}

.btn-detail-guide {
  background: #f1f5f9;
  color: #334155;
  border: 1px solid #cbd5e1;
  font-weight: 700;
  padding: 10px 24px;
  border-radius: 8px;
}

.btn-detail-guide:hover {
  background: #e2e8f0;
  color: #0f172a;
}

.btn-detail-register {
  background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%);
  color: #ffffff;
  font-weight: 700;
  padding: 10px 28px;
  border-radius: 8px;
  box-shadow: 0 4px 14px rgba(217, 119, 6, 0.3);
}

.btn-detail-register:hover {
  background: linear-gradient(135deg, #d97706 0%, #b45309 100%);
  color: #ffffff;
}

/* 4 Parameter Strip */
.detail-params-strip-vn {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 18px 24px;
  max-width: 960px;
  margin: 0 auto;
}

.param-box-vn {
  text-align: center;
  position: relative;
}

.param-box-vn:not(:last-child)::after {
  content: '';
  position: absolute;
  right: -8px;
  top: 15%;
  height: 70%;
  width: 1px;
  background: #e2e8f0;
}

.param-lbl {
  font-size: 0.8rem;
  font-weight: 600;
  color: #64748b;
  margin-bottom: 6px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.param-val {
  font-size: 1.15rem;
  font-weight: 800;
  color: #0f172a;
  display: flex;
  align-items: center;
  justify-content: center;
}

.param-val.highlight-gold {
  color: #d97706;
  font-size: 1.35rem;
}

.btn-copy-inline {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #ffffff;
  border: 1px solid #cbd5e1;
  padding: 4px 12px;
  border-radius: 6px;
  cursor: pointer;
  font-family: inherit;
  font-weight: 700;
  font-size: 0.95rem;
  color: #0f172a;
  position: relative;
  transition: all 0.2s;
}

.btn-copy-inline:hover {
  border-color: #f59e0b;
  background: #fffbeb;
  color: #d97706;
}

/* Detail Main Body Layout (Article + Sidebar) */
.detail-body-layout-vn {
  display: grid;
  grid-template-columns: 1fr 340px;
  gap: 36px;
  align-items: flex-start;
}

.detail-article-content-vn {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 36px 40px;
}

/* TOC Box */
.toc-box-vn {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-left: 4px solid #f59e0b;
  border-radius: 8px;
  padding: 20px 24px;
  margin-bottom: 36px;
}

.toc-title-vn {
  font-size: 1.05rem;
  font-weight: 800;
  color: #0f172a;
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
}

.toc-list-vn {
  padding-left: 20px;
  margin: 0;
  font-size: 0.92rem;
  line-height: 1.8;
}

.toc-list-vn a {
  color: #334155;
  text-decoration: none;
  transition: color 0.2s;
}

.toc-list-vn a:hover {
  color: #d97706;
}

.toc-list-vn ol {
  padding-left: 20px;
  margin-top: 4px;
}

/* Rich Article Elements */
.article-rich-text-vn {
  font-size: 1rem;
  line-height: 1.75;
  color: #334155;
}

.article-rich-text-vn h2 {
  font-size: 1.55rem;
  font-weight: 800;
  color: #0f172a;
  margin-top: 36px;
  margin-bottom: 16px;
  padding-bottom: 8px;
  border-bottom: 1px solid #f1f5f9;
}

.article-rich-text-vn h3 {
  font-size: 1.25rem;
  font-weight: 700;
  color: #0f172a;
  margin-top: 24px;
  margin-bottom: 12px;
}

.article-rich-text-vn p {
  margin-bottom: 16px;
}

.article-rich-text-vn ul, .article-rich-text-vn ol {
  padding-left: 24px;
  margin-bottom: 20px;
}

.article-rich-text-vn li {
  margin-bottom: 8px;
}

.flow-callout-box {
  background: #fffbeb;
  border: 1px solid #fef3c7;
  border-left: 4px solid #f59e0b;
  border-radius: 8px;
  padding: 16px 20px;
  margin: 20px 0;
  color: #92400e;
  font-size: 0.95rem;
}

/* Author Box */
.author-box-vn {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  padding: 24px;
  display: flex;
  gap: 18px;
  margin-top: 40px;
  align-items: flex-start;
}

.author-avatar-vn {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%);
  color: #ffffff;
  font-size: 1.3rem;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.author-title-vn {
  font-size: 1.05rem;
  font-weight: 800;
  color: #0f172a;
  margin-bottom: 6px;
}

.author-desc-vn {
  font-size: 0.88rem;
  line-height: 1.6;
  color: #64748b;
  margin-bottom: 8px;
}

.author-updated-date {
  font-size: 0.8rem;
  color: #94a3b8;
  font-weight: 600;
}

/* Sidebar */
.detail-sidebar-vn {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.sidebar-card-vn {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 22px;
}

.sidebar-heading-vn {
  font-size: 1.05rem;
  font-weight: 800;
  color: #0f172a;
  margin-bottom: 16px;
  padding-bottom: 10px;
  border-bottom: 1px solid #f1f5f9;
}

.sidebar-brokers-list-vn {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.sidebar-broker-item-vn {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  padding: 14px;
  transition: all 0.2s ease;
}

.sidebar-broker-item-vn:hover {
  border-color: #f59e0b;
  background: #ffffff;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
}

.sidebar-broker-item-vn .sb-header {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}

.sidebar-broker-item-vn .sb-logo {
  width: 34px;
  height: 34px;
  border-radius: 6px;
  background: #fffbeb;
  border: 1px solid #fef3c7;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 0.85rem;
  color: #d97706;
  overflow: hidden;
}

.sidebar-broker-item-vn .sb-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.sidebar-broker-item-vn .sb-name {
  font-size: 0.95rem;
  font-weight: 800;
  margin: 0;
}

.sidebar-broker-item-vn .sb-name a {
  color: #0f172a;
  text-decoration: none;
}

.sidebar-broker-item-vn .sb-type {
  font-size: 0.75rem;
  color: #64748b;
}

.sidebar-broker-item-vn .sb-ref-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  font-size: 0.8rem;
  color: #64748b;
}

.sidebar-broker-item-vn .sb-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px dashed #e2e8f0;
  padding-top: 8px;
}

.sb-rate-badge {
  font-size: 0.75rem;
  font-weight: 700;
  color: #d97706;
  background: #fffbeb;
  padding: 2px 8px;
  border-radius: 4px;
}

.sb-detail-link {
  font-size: 0.8rem;
  font-weight: 700;
  color: #0f172a;
  text-decoration: none;
}

.sb-detail-link:hover {
  color: #d97706;
}

.sidebar-support-box {
  background: linear-gradient(135deg, #fffbeb 0%, #fef3c7 100%);
  border: 1px solid #fde68a;
}

/* Responsive */
@media (max-width: 991px) {
  .detail-body-layout-vn {
    grid-template-columns: 1fr;
  }
  .detail-params-strip-vn {
    grid-template-columns: repeat(2, 1fr);
  }
  .param-box-vn:nth-child(2)::after {
    display: none;
  }
}

@media (max-width: 600px) {
  .detail-params-strip-vn {
    grid-template-columns: 1fr;
  }
  .param-box-vn::after {
    display: none !important;
  }
  .detail-article-content-vn {
    padding: 20px 16px;
  }
}

/* ==========================================================================
   HOMEPAGE HERO 2-COL & STATS (EXACT BACKCOM.VN)
   ========================================================================== */
.hero-section-backcom-vn {
  padding: 50px 0 40px 0;
  background: #ffffff;
  border-bottom: 1px solid #f1f5f9;
}

.hero-2col-layout {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 40px;
  align-items: center;
  margin-bottom: 48px;
}

.hero-col-left .hero-main-title {
  font-size: 2.8rem;
  font-weight: 900;
  line-height: 1.25;
  color: #0f172a;
  letter-spacing: -0.03em;
  margin-bottom: 20px;
}

.hero-col-left .highlight-brokers {
  color: #d97706;
}

.hero-col-left .hero-main-desc {
  font-size: 1.05rem;
  line-height: 1.75;
  color: #475569;
  margin-bottom: 30px;
}

.btn-hero-cta {
  display: inline-flex;
  align-items: center;
  background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%);
  color: #ffffff !important;
  font-size: 1.05rem;
  font-weight: 700;
  padding: 13px 32px;
  border-radius: 8px;
  box-shadow: 0 6px 18px rgba(217, 119, 6, 0.35);
  transition: all 0.25s ease;
  text-decoration: none;
}

.btn-hero-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(217, 119, 6, 0.45);
}

.hero-banner-image-wrap {
  text-align: center;
}

.hero-banner-img {
  max-width: 100%;
  height: auto;
  filter: drop-shadow(0 10px 25px rgba(0, 0, 0, 0.08));
}

/* 4 Highlight Stats Strip */
.hero-stats-strip-vn {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 24px 28px;
}

.stat-card-item {
  display: flex;
  align-items: center;
  gap: 16px;
  position: relative;
}

.stat-card-item:not(:last-child)::after {
  content: '';
  position: absolute;
  right: -10px;
  top: 15%;
  height: 70%;
  width: 1px;
  background: #e2e8f0;
}

.stat-icon-wrapper {
  width: 48px;
  height: 48px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.icon-auto {
  background: #fef3c7;
  color: #d97706;
}

.icon-money {
  background: #dcfce7;
  color: #16a34a;
}

.icon-users {
  background: #dbeafe;
  color: #2563eb;
}

.icon-rating {
  background: #f3e8ff;
  color: #9333ea;
}

.stat-text-meta .stat-num {
  font-size: 1.45rem;
  font-weight: 900;
  color: #0f172a;
  line-height: 1.2;
}

.stat-text-meta .stat-desc {
  font-size: 0.82rem;
  color: #64748b;
  font-weight: 500;
  margin-top: 2px;
}

/* ==========================================================================
   BROKER DIRECTORY GRID & CRISP CARDS (BACKCOM.VN)
   ========================================================================== */
.broker-section-vn {
  background: #f8fafc;
  padding: 60px 0;
}

.broker-filter-tabs-vn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 36px;
}

.vn-tab-btn {
  background: #ffffff;
  border: 1px solid #cbd5e1;
  color: #475569;
  font-size: 0.95rem;
  font-weight: 700;
  padding: 8px 24px;
  border-radius: 9999px;
  cursor: pointer;
  transition: all 0.2s ease;
}

.vn-tab-btn:hover, .vn-tab-btn.active {
  background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%);
  color: #ffffff;
  border-color: transparent;
  box-shadow: 0 4px 12px rgba(217, 119, 6, 0.25);
}

.broker-grid-vn {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.vn-broker-card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  transition: all 0.25s ease;
  box-shadow: 0 2px 8px rgba(0,0,0,0.03);
}

.vn-broker-card:hover {
  border-color: #f59e0b;
  transform: translateY(-4px);
  box-shadow: 0 10px 24px rgba(217, 119, 6, 0.12);
}

.vn-card-header {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 18px;
}

.vn-broker-logo-box {
  width: 52px;
  height: 52px;
  border-radius: 10px;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px;
  flex-shrink: 0;
  box-shadow: 0 2px 6px rgba(0,0,0,0.04);
}

.vn-broker-logo-box img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.vn-broker-logo-box span {
  font-weight: 800;
  font-size: 1.15rem;
  color: #d97706;
}

.vn-broker-title {
  font-size: 1.25rem;
  font-weight: 800;
  margin: 0 0 4px 0;
}

.vn-broker-title a {
  color: #0f172a;
  text-decoration: none;
}

.vn-payout-type {
  font-size: 0.82rem;
  color: #64748b;
}

.vn-payout-type .type-dot {
  color: #10b981;
  font-size: 0.75rem;
}

.vn-card-body {
  margin-bottom: 20px;
  flex-grow: 1;
}

.vn-ref-box {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  padding: 8px 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}

.vn-ref-label {
  font-size: 0.82rem;
  color: #64748b;
  font-weight: 600;
}

.vn-example-line {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 0.88rem;
  padding: 0 4px;
}

.vn-example-line .ex-lbl {
  color: #64748b;
  font-weight: 600;
}

.vn-example-line .ex-txt {
  color: #0f172a;
  font-weight: 700;
}

.vn-card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #f1f5f9;
  padding-top: 16px;
}

.vn-rebate-badge {
  display: flex;
  flex-direction: column;
}

.vn-rebate-badge .badge-sub {
  font-size: 0.75rem;
  color: #64748b;
  font-weight: 600;
  text-transform: uppercase;
}

.vn-rebate-badge .badge-rate {
  font-size: 1.35rem;
  font-weight: 900;
  color: #d97706;
  line-height: 1.1;
}

.vn-card-btn {
  font-weight: 700;
  font-size: 0.88rem;
  padding: 8px 18px;
  border-radius: 6px;
  text-decoration: none;
}

/* Responsive */
@media (max-width: 991px) {
  .hero-2col-layout {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .hero-stats-strip-vn {
    grid-template-columns: repeat(2, 1fr);
  }
  .stat-card-item:nth-child(2)::after {
    display: none;
  }
  .broker-grid-vn {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .hero-col-left .hero-main-title {
    font-size: 2rem;
  }
  .hero-stats-strip-vn {
    grid-template-columns: 1fr;
  }
  .stat-card-item::after {
    display: none !important;
  }
  .broker-grid-vn {
    grid-template-columns: 1fr;
  }
}

/* ==========================================================================
   ABOUT 2-COL LAYOUT (BACKCOM LÀ GÌ - LEFT TEXT, RIGHT IMAGE)
   ========================================================================== */
.about-section-vn {
  background: #ffffff;
  border-top: 1px solid #f1f5f9;
  border-bottom: 1px solid #f1f5f9;
  padding: 70px 0;
}

.about-2col-layout-vn {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 48px;
  align-items: flex-start;
}

.about-main-title-vn {
  font-size: 2.3rem;
  font-weight: 900;
  color: #0f172a;
  letter-spacing: -0.02em;
  margin-bottom: 18px;
}

.about-lead-desc-vn {
  font-size: 1.05rem;
  line-height: 1.8;
  color: #334155;
  margin-bottom: 14px;
}

.about-sub-desc-vn {
  font-size: 1rem;
  line-height: 1.8;
  color: #475569;
  margin-bottom: 28px;
}

.about-subcard-box-vn {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  padding: 32px;
}

.about-subcard-title-vn {
  font-size: 1.35rem;
  font-weight: 800;
  color: #0f172a;
  margin-bottom: 14px;
}

.about-subcard-desc-vn {
  font-size: 0.95rem;
  line-height: 1.75;
  color: #475569;
  margin-bottom: 20px;
}

.about-methods-heading-vn {
  font-size: 1.1rem;
  font-weight: 800;
  color: #b45309;
  margin: 20px 0 12px 0;
}

.about-methods-list-vn {
  padding-left: 20px;
  line-height: 1.75;
  color: #334155;
  font-size: 0.95rem;
  margin-bottom: 24px;
}

.about-methods-list-vn li {
  margin-bottom: 10px;
}

.about-example-box-vn {
  background: #ffffff;
  border: 1px solid #fde68a;
  border-left: 4px solid #f59e0b;
  border-radius: 10px;
  padding: 18px 22px;
  margin-bottom: 20px;
}

.about-example-box-vn .ex-title {
  color: #0f172a;
  display: block;
  margin-bottom: 6px;
  font-size: 0.98rem;
  font-weight: 800;
}

.about-example-box-vn .ex-desc {
  margin: 0;
  font-size: 0.92rem;
  color: #475569;
  line-height: 1.7;
}

.about-guarantee-note-vn {
  font-size: 0.88rem;
  color: #64748b;
  line-height: 1.65;
  padding-top: 10px;
  border-top: 1px dashed #cbd5e1;
}

.about-col-right-vn {
  position: sticky;
  top: 100px;
}

.about-image-sticky-wrapper {
  text-align: center;
  background: #ffffff;
  border-radius: 20px;
  padding: 10px;
}

.about-graphic-img {
  width: 100%;
  max-width: 520px;
  height: auto;
  border-radius: 16px;
  filter: drop-shadow(0 12px 28px rgba(0, 0, 0, 0.08));
}

@media (max-width: 991px) {
  .about-2col-layout-vn {
    grid-template-columns: 1fr;
    gap: 36px;
  }
  .about-col-right-vn {
    position: static;
    order: -1;
  }
  .about-subcard-box-vn {
    padding: 24px 18px;
  }
}

/* ==========================================================================
   MEGA MENU & NAVIGATION HOVER STYLES
   ========================================================================== */
header.elementor-location-header {
  position: sticky !important;
  top: 0 !important;
  z-index: 99999 !important;
  background: #080b08 !important;
}

@media (min-width: 1025px) {
  .e-n-menu .e-n-menu-item {
    position: relative !important;
  }
  .e-n-menu-item.has-dropdown:hover > .e-n-menu-content,
  .e-n-menu-item.has-dropdown.active > .e-n-menu-content,
  .e-n-menu-item:hover > .e-n-menu-content {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    transform: translateY(0) !important;
  }
  .e-n-menu-item .e-n-menu-content {
    display: block !important;
    position: absolute !important;
    top: 100% !important;
    left: 0 !important;
    right: auto !important;
    width: max-content !important;
    max-width: 90vw !important;
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
    transform: translateY(10px) !important;
    transition: opacity .2s ease, transform .2s ease, visibility .2s !important;
    z-index: 99999 !important;
    padding-top: 8px !important;
    overflow: visible !important;
  }
  .e-n-menu-item:last-child .e-n-menu-content,
  .e-n-menu-item[data-tab-index="6"] .e-n-menu-content,
  .e-n-menu-item:nth-last-child(2) .e-n-menu-content {
    left: auto !important;
    right: 0 !important;
  }
  .e-n-menu-content > .e-con,
  .e-n-menu-content .e-con-boxed,
  .e-n-menu-content .e-con-full,
  .e-n-menu-content .e-con {
    display: flex !important;
    background: #ffffff !important;
    border: 1px solid #e2e8f0 !important;
    border-radius: 16px !important;
    box-shadow: 0 20px 48px rgba(0, 0, 0, 0.08), 0 0 0 1px rgba(197, 155, 39, 0.12) !important;
    padding: 10px !important;
    width: max-content !important;
    min-width: 320px !important;
    max-width: 90vw !important;
    overflow: visible !important;
    box-sizing: border-box !important;
  }
}

.bc-lang:hover .bc-lang-menu,
.bc-lang.open .bc-lang-menu {
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
  transform: translateY(0) !important;
}

/* ==========================================================================
   GLOBAL PALETTE ENFORCEMENT: TRẮNG + XÁM + VÀNG NÂU NHẸ (CHUẨN POC TASK.MD)
   ========================================================================== */

/* 1. Global Containers & Surfaces */
body {
  background-color: #f8fafc !important;
  color: #334155 !important;
}

.site-main,
.page-content,
.elementor-190 {
  background-color: #f8fafc !important;
  color: #334155 !important;
}

.elementor-190 .hero-section {
  background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%) !important;
  border-bottom: 1px solid #e2e8f0;
}

.elementor-190 h1, .elementor-190 h2, .elementor-190 h3, 
.elementor-190 h4, .elementor-190 h5, .elementor-190 h6,
.elementor-190 .elementor-heading-title {
  color: #0f172a !important;
}

.text-gradient-backcom {
  background: linear-gradient(135deg, #d97706 0%, #c59b27 50%, #b45309 100%) !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  color: transparent !important;
  -webkit-text-fill-color: transparent !important;
}

/* ==========================================================================
   2. GLOBAL LAYOUT ARCHITECTURE (1440px STANDARD ON DESKTOP, PERFECT ON MOBILE)
   ========================================================================== */

:root {
  --container-max: 1440px !important;
  --container-max-width: 1440px !important;
  --content-width: min(100%, 1440px) !important;
}

/* Base viewport stability */
html, body {
  overflow-x: hidden !important;
  max-width: 100vw !important;
  width: 100% !important;
}

/* Standard containers */
.container {
  width: 100% !important;
  max-width: 1440px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: 20px !important;
  padding-right: 20px !important;
  box-sizing: border-box !important;
}

/* Broker detail page wrapper */
.bk-wrap {
  width: 100% !important;
  max-width: 1440px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: 20px !important;
  padding-right: 20px !important;
  box-sizing: border-box !important;
}

/* CRITICAL: Elementor parent boxed inner containers MUST have width: 100%
   Without width: 100%, flex containers collapse to content width and crush child percentage columns! */
.e-con.e-parent.e-con-boxed > .e-con-inner,
.e-con-boxed > .e-con-inner,
.elementor .e-con-inner {
  width: 100% !important;
  max-width: min(100%, 1440px) !important;
  margin-left: auto !important;
  margin-right: auto !important;
  box-sizing: border-box !important;
}

/* Section vertical spacing on homepage */
.elementor-190 > .e-con.e-parent {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}
.elementor-190 > .e-con.e-parent:first-child,
.elementor-190 > .e-con.e-parent.hero-section {
  padding-top: 0 !important;
}

/* ==========================================================================
   3. "BACKCOM LÀ GÌ?" SECTION (.elementor-element-15c46a7)
   Two-column layout on Desktop: Left text (52%), Right 3D mascot stage (44%)
   ========================================================================== */
.elementor-element-15c46a7 > .e-con-inner {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: space-between !important;
  width: 100% !important;
  max-width: 1440px !important;
  gap: 40px !important;
  box-sizing: border-box !important;
}

.elementor-element-15c46a7 .elementor-element-04fb95b {
  flex: 0 0 52% !important;
  max-width: 52% !important;
  width: 52% !important;
}

.elementor-element-15c46a7 .elementor-element-9a9fb35 {
  flex: 0 0 44% !important;
  max-width: 44% !important;
  width: 44% !important;
}

.elementor-element-15c46a7 .bc-hv {
  display: block !important;
  width: 100% !important;
  max-width: 520px !important;
  margin: 0 0 0 auto !important;
  position: relative !important;
}

/* Fix double-boxed nesting on #list-exchanges */
.elementor-190 .elementor-11279 .e-con-boxed > .e-con-inner {
  max-width: none !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* Header & Topbar */
.my-header {
  width: 100% !important;
}

.elementor-5320 .my-header > .elementor-element-989bd73 {
  max-width: 1440px !important;
  margin: 0 auto !important;
  width: 100% !important;
  padding-left: 20px !important;
  padding-right: 20px !important;
  box-sizing: border-box !important;
}

.bc-topbar-inner {
  max-width: 1440px !important;
  width: 100% !important;
  margin: 0 auto !important;
  padding-left: 20px !important;
  padding-right: 20px !important;
  box-sizing: border-box !important;
}

/* Mega menu dropdown: never stretch full width */
.e-n-menu-content .e-con-boxed > .e-con-inner,
.e-n-menu-content > .e-con,
.e-n-menu-content .e-con {
  max-width: none !important;
  width: auto !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* Home section custom widths */
.bc-stats {
  max-width: 1380px !important;
  width: 100% !important;
}

.bc-bonus {
  max-width: 1440px !important;
  width: 100% !important;
}

.bc-blog {
  max-width: 1440px !important;
  width: 100% !important;
}

.bc-rb-in {
  max-width: 1440px !important;
  width: 100% !important;
}

/* Broker cards grid on /san-pham */
.broker-grid {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr) !important;
  gap: 24px !important;
}

/* ==========================================================================
   4. FOOTER (ELEMENTOR-1069) MULTI-COLUMN & MENU LAYOUT
   ========================================================================== */
footer.elementor-location-footer,
.elementor-1069 {
  background-color: #ffffff !important;
  border-top: 1px solid #e2e8f0 !important;
  color: #475569 !important;
  width: 100% !important;
  display: block !important;
}

/* Main row container */
.elementor-1069 .elementor-element-8cbc565 {
  background: #ffffff !important;
  padding: 50px 0 36px !important;
  border-bottom: 1px solid #f1f5f9 !important;
  width: 100% !important;
}

.elementor-1069 .elementor-element-8cbc565 > .e-con-inner {
  display: flex !important;
  flex-direction: row !important;
  justify-content: space-between !important;
  align-items: flex-start !important;
  flex-wrap: nowrap !important;
  gap: 28px !important;
  width: 100% !important;
  max-width: 1440px !important;
  margin: 0 auto !important;
  padding: 0 24px !important;
  box-sizing: border-box !important;
}

/* Hide empty ghost container in column 2 */
.elementor-1069 .elementor-element-e24d837 {
  display: none !important;
}

/* Column 1: Logo, Bio & Language (25%) */
.elementor-1069 .elementor-element-1c4b66d {
  flex: 0 0 25% !important;
  max-width: 25% !important;
  width: 25% !important;
  min-width: 200px !important;
}

.elementor-1069 .elementor-element-5ba148bf {
  padding: 0 !important;
  margin: 0 !important;
  width: 100% !important;
}

.elementor-1069 .elementor-element-4501a92 img {
  max-width: 170px !important;
  height: auto !important;
  margin-bottom: 12px !important;
}

.elementor-1069 .elementor-element-5ba148bf p {
  font-size: 13px !important;
  line-height: 1.6 !important;
  color: #333333 !important;
  margin-bottom: 8px !important;
}

/* Column 2: Backcom Forex (16%) */
.elementor-1069 .elementor-element-a543ac6 {
  flex: 0 0 16% !important;
  max-width: 16% !important;
  width: 16% !important;
  min-width: 130px !important;
}

.elementor-1069 .elementor-element-92e0a6b {
  padding: 0 !important;
  margin: 0 !important;
  width: 100% !important;
}

/* Column 3: Sản Phẩm & Về Chúng Tôi (2 sub-columns side-by-side = 34%) */
.elementor-1069 .elementor-element-14ac715 {
  flex: 0 0 34% !important;
  max-width: 34% !important;
  width: 34% !important;
  min-width: 270px !important;
  display: flex !important;
  flex-direction: row !important;
  align-items: flex-start !important;
  justify-content: space-between !important;
  gap: 24px !important;
}

.elementor-1069 .elementor-element-20772cb5,
.elementor-1069 .elementor-element-2cc75123 {
  flex: 0 0 calc(50% - 12px) !important;
  max-width: calc(50% - 12px) !important;
  width: calc(50% - 12px) !important;
  min-width: 120px !important;
  padding: 0 !important;
  margin: 0 !important;
}

/* Column 4: Thông Tin & Social Media (21%) */
.elementor-1069 .elementor-element-f14d888 {
  flex: 0 0 21% !important;
  max-width: 21% !important;
  width: 21% !important;
  min-width: 170px !important;
}

.elementor-1069 .elementor-element-50bf627a {
  padding: 0 !important;
  margin: 0 !important;
  width: 100% !important;
}

/* Footer menu list items & typography */
.elementor-1069 h6.elementor-heading-title,
.elementor-1069 .elementor-heading-title,
.elementor-1069 h3.elementor-heading-title,
.elementor-1069 .bc-ftlang-label {
  color: #b45309 !important; /* Vàng nâu */
  font-size: 15px !important;
  font-weight: 700 !important;
  letter-spacing: -0.01em !important;
  margin: 0 0 14px 0 !important;
  padding: 0 !important;
  white-space: nowrap !important;
}

.elementor-1069 .elementor-icon-list-items {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 7px !important;
}

.elementor-1069 .elementor-icon-list-item {
  margin: 0 !important;
  padding: 0 !important;
  display: flex !important;
  align-items: center !important;
  width: 100% !important;
}

.elementor-1069 .elementor-icon-list-item a {
  display: inline-flex !important;
  align-items: center !important;
  padding: 2px 0 !important;
  color: #000000 !important; /* Chữ màu đen */
  font-size: 13.5px !important;
  font-weight: 500 !important;
  line-height: 1.4 !important;
  text-decoration: none !important;
  white-space: nowrap !important;
  transition: all 0.2s ease !important;
}

.elementor-1069 .elementor-icon-list-item a:hover {
  color: #b45309 !important; /* Hover ra màu vàng nâu */
  transform: translateX(3px) !important;
}

.elementor-1069 .elementor-icon-list-item:hover .elementor-icon-list-text,
.elementor-1069 .elementor-icon-list-item:hover .elementor-icon-list-icon,
.elementor-1069 .elementor-icon-list-item:hover .elementor-icon-list-icon i,
.elementor-1069 .elementor-icon-list-item:hover .elementor-icon-list-icon svg {
  color: #b45309 !important; /* Hover ra màu vàng nâu */
}

.elementor-1069 .elementor-icon-list-text {
  color: #000000 !important; /* Chữ màu đen */
  font-size: inherit !important;
  white-space: nowrap !important;
  transition: color 0.2s ease !important;
}

/* Neutralize erroneous Elementor 282.873% widths */
.elementor-1069 .elementor-widget,
.elementor-1069 .elementor-widget-container,
.elementor-1069 .elementor-element-9a748e0,
.elementor-1069 .elementor-element-2c0d322,
.elementor-1069 .elementor-element-463eea1 {
  width: 100% !important;
  max-width: 100% !important;
}

/* Contact info list (Column 4) */
.elementor-1069 .elementor-element-3f90ae7 .elementor-icon-list-item a {
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  white-space: normal !important;
  word-break: break-all !important;
  color: #000000 !important; /* Chữ màu đen */
}

.elementor-1069 .elementor-element-3f90ae7 .elementor-icon-list-item a:hover {
  color: #b45309 !important; /* Hover ra màu vàng nâu */
}

.elementor-1069 .elementor-element-3f90ae7 .elementor-icon-list-icon {
  flex-shrink: 0 !important;
  color: #b45309 !important; /* Icon màu vàng nâu */
}

.elementor-1069 .elementor-element-3f90ae7 .elementor-icon-list-icon i,
.elementor-1069 .elementor-element-3f90ae7 .elementor-icon-list-icon svg {
  color: #b45309 !important;
  font-size: 14px !important;
}

/* Social icons flex row */
.elementor-1069 .elementor-social-icons-wrapper {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: wrap !important;
  gap: 8px !important;
  margin-top: 10px !important;
}

.elementor-1069 .elementor-social-icon {
  background-color: #201a14 !important;
  border: 1px solid #382c20 !important;
  color: #f1f5f9 !important;
  box-shadow: 0 1px 3px rgba(0,0,0,0.3) !important;
  transition: all 0.2s ease !important;
}

.elementor-1069 .elementor-social-icon:hover {
  background: #b8860b !important;
  border-color: #b8860b !important;
  color: #ffffff !important;
  transform: translateY(-2px) !important;
}

.elementor-1069 .elementor-social-icon svg {
  fill: currentColor !important;
}

/* Language switcher in Column 1 */
.bc-ftlang {
  margin-top: 12px !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 10px !important;
}

.bc-ftlang .bc-ftlang-label {
  color: #a8a29e !important;
  font-weight: 600 !important;
  font-size: 13px !important;
}

/* Risk Disclaimer container */
.elementor-1069 .elementor-element-bcriskft {
  background: #fffbeb !important;
  border: 1px solid #fde68a !important;
  border-left: 4px solid #c59b27 !important;
  border-radius: 12px !important;
  padding: 18px 24px !important;
  margin: 20px auto !important;
  max-width: 1440px !important;
}

.elementor-1069 .elementor-element-bcriskft h3 {
  color: #92400e !important;
  font-size: 15px !important;
  font-weight: 800 !important;
  margin-bottom: 8px !important;
}

.elementor-1069 .elementor-element-bcriskft p {
  color: #78350f !important;
  font-size: 12.5px !important;
  line-height: 1.6 !important;
}

/* Bottom copyright bar */
.elementor-1069 .elementor-element-1ad4762e {
  background: #f8fafc !important;
  border-top: 1px solid #e2e8f0 !important;
  padding: 16px 0 !important;
}

.elementor-1069 .elementor-element-1ad4762e p {
  color: #64748b !important;
  font-size: 13px !important;
  text-align: center !important;
}

/* ==========================================================================
   5. GLOBAL CARDS, COMPONENTS & SURFACES (TRẮNG + XÁM + VÀNG NÂU NHẸ)
   ========================================================================== */
.broker-card {
  background: #ffffff !important;
  border: 1px solid #e2e8f0 !important;
  color: #334155 !important;
  box-shadow: 0 2px 8px rgba(0,0,0,0.04) !important;
}
.broker-card:hover {
  border-color: #c59b27 !important;
  box-shadow: 0 12px 28px rgba(197, 155, 39, 0.12) !important;
  transform: translateY(-2px);
}
.broker-card-title {
  color: #0f172a !important;
}
.broker-card-desc {
  color: #64748b !important;
}
.broker-card-rebate-box {
  background: #fef3c7 !important;
  border: 1px solid #fde68a !important;
}
.broker-card-rebate-label {
  color: #92400e !important;
}
.broker-card-rebate-val {
  color: #b45309 !important;
}
.broker-tab-btn {
  background: #ffffff !important;
  border: 1px solid #e2e8f0 !important;
  color: #475569 !important;
}
.broker-tab-btn.active {
  background: linear-gradient(135deg, #d97706, #c59b27) !important;
  color: #ffffff !important;
  border-color: #c59b27 !important;
}
.section-title {
  color: #0f172a !important;
}
.section-subtitle {
  color: #64748b !important;
}
.newsletter-box, .comparison-box, .calc-card, .post-card {
  background: #ffffff !important;
  border: 1px solid #e2e8f0 !important;
  color: #334155 !important;
  box-shadow: 0 2px 10px rgba(0,0,0,0.04) !important;
}
.comparison-box.highlight {
  background: linear-gradient(135deg, #ffffff, #fef9c3) !important;
  border: 1px solid #fde68a !important;
}
.comparison-title {
  color: #0f172a !important;
}
.article-rich-text-vn {
  background: #ffffff !important;
  border: 1px solid #e2e8f0 !important;
  color: #334155 !important;
}
.article-rich-text-vn h2, .article-rich-text-vn h3, .article-rich-text-vn strong {
  color: #0f172a !important;
}
.post-card-title a {
  color: #0f172a !important;
}
.post-card-summary {
  color: #64748b !important;
}
.form-control {
  background: #ffffff !important;
  border: 1px solid #cbd5e1 !important;
  color: #0f172a !important;
}
.form-control:focus {
  border-color: #c59b27 !important;
  box-shadow: 0 0 0 3px rgba(197, 155, 39, 0.15) !important;
}
.testimonial-card {
  background: #ffffff !important;
  border: 1px solid #e2e8f0 !important;
  color: #334155 !important;
}
.testimonial-name {
  color: #0f172a !important;
}

/* POC Status Badges */
.status-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px 12px;
  border-radius: 9999px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
}
.status-badge.received {
  background: #eff6ff;
  color: #1d4ed8;
  border: 1px solid #bfdbfe;
}
.status-badge.checking {
  background: #fffbeb;
  color: #b45309;
  border: 1px solid #fde68a;
}
.status-badge.active {
  background: #ecfdf5;
  color: #047857;
  border: 1px solid #a7f3d0;
}

/* Floating Action Buttons */
.floating-actions .floating-btn {
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15) !important;
}
.floating-actions .floating-btn.telegram {
  background: #0088cc !important;
}
.floating-actions .floating-btn.zalo {
  background: #0068ff !important;
}
.floating-actions .floating-btn.hotline {
  background: linear-gradient(135deg, #f59e0b, #d97706) !important;
  color: #ffffff !important;
}

/* ==========================================================================
   6. RESPONSIVE BREAKPOINTS (TABLETS & MOBILE)
   ========================================================================== */

/* Tablet intermediate (769px - 1100px) */
@media (max-width: 1100px) {
  .broker-grid {
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 20px !important;
  }
}

@media (max-width: 1024px) {
  .elementor-5320 .elementor-element-ef9928e,
  .elementor-5320 .elementor-element-bclang01,
  .elementor-5320 .elementor-element-13e18d9 {
    display: none !important;
  }
  .bcmm-burger {
    display: inline-flex !important;
  }
  .elementor-5320 .my-header > .elementor-element-989bd73 {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: space-between !important;
    padding: 0 16px !important;
    min-height: 56px !important;
  }

  /* Footer tablet 2x2 grid */
  .elementor-1069 .elementor-element-8cbc565 > .e-con-inner {
    flex-wrap: wrap !important;
    gap: 30px !important;
  }
  .elementor-1069 .elementor-element-1c4b66d {
    flex: 0 0 45% !important;
    max-width: 45% !important;
    width: 45% !important;
  }
  .elementor-1069 .elementor-element-a543ac6 {
    flex: 0 0 45% !important;
    max-width: 45% !important;
    width: 45% !important;
  }
  .elementor-1069 .elementor-element-14ac715 {
    flex: 0 0 45% !important;
    max-width: 45% !important;
    width: 45% !important;
  }
  .elementor-1069 .elementor-element-f14d888 {
    flex: 0 0 45% !important;
    max-width: 45% !important;
    width: 45% !important;
  }
}

@media (max-width: 900px) {
  .bk-cols {
    grid-template-columns: 1fr !important;
  }
  .elementor-element-15c46a7 > .e-con-inner {
    flex-direction: column !important;
    gap: 24px !important;
  }
  .elementor-element-15c46a7 .elementor-element-04fb95b,
  .elementor-element-15c46a7 .elementor-element-9a9fb35 {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    width: 100% !important;
  }
  .elementor-element-15c46a7 .bc-hv {
    margin: 20px auto 0 !important;
  }
}

@media (max-width: 768px) {
  /* Viewport & Body Protection */
  html, body {
    overflow-x: hidden !important;
    max-width: 100vw !important;
    width: 100% !important;
    position: relative !important;
  }

  /* Outer container gutter */
  .container,
  .bk-wrap,
  .elementor > .e-con.e-parent,
  .elementor-190 > .e-con.e-parent,
  .elementor-1069 .elementor-element-8cbc565.e-con.e-parent,
  .elementor-5320 .my-header > .elementor-element-989bd73 {
    padding-left: 16px !important;
    padding-right: 16px !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }

  /* Mobile section vertical padding */
  .elementor-190 > .e-con.e-parent {
    padding-top: 36px !important;
    padding-bottom: 36px !important;
  }
  .elementor-190 > .e-con.e-parent:first-child,
  .elementor-190 > .e-con.e-parent.hero-section {
    padding-top: 0 !important;
  }

  /* Flex containers stack vertically on mobile */
  .elementor-190 .e-con.e-flex,
  .elementor-190 .e-con.e-child,
  .elementor .e-con.e-flex:not(.my-header):not(.elementor-element-989bd73) {
    flex-direction: column !important;
    --flex-direction: column !important;
  }

  /* Hero section */
  .hero-section {
    padding-top: 24px !important;
    padding-bottom: 30px !important;
  }
  .bc-hero-h1, .bc-hero-h1.bc-hero-h1 {
    font-size: 26px !important;
    line-height: 1.25 !important;
    margin-bottom: 12px !important;
  }
  .elementor-element-bcdscsub .elementor-heading-title {
    font-size: 14px !important;
    line-height: 1.55 !important;
  }
  .elementor-element-5ef73ae .e-con-inner {
    flex-direction: column !important;
    gap: 12px !important;
    width: 100% !important;
  }
  .elementor-element-524e1c5,
  .elementor-element-fdebc88 {
    width: 100% !important;
  }
  .elementor-element-524e1c5 .elementor-button,
  .elementor-element-fdebc88 .elementor-button {
    width: 100% !important;
    text-align: center !important;
    justify-content: center !important;
    display: flex !important;
    padding: 13px 20px !important;
  }

  /* Stats cards */
  .bc-stats {
    flex-direction: row !important;
    flex-wrap: wrap !important;
    gap: 10px !important;
    width: 100% !important;
    margin-top: 24px !important;
  }
  .bc-stat {
    flex: 1 1 calc(50% - 6px) !important;
    min-width: 130px !important;
    padding: 12px 14px !important;
  }
  .bc-stat-val {
    font-size: 20px !important;
  }
  .bc-stat-lbl {
    font-size: 11px !important;
  }

  /* Partner ticker */
  .bc-pn {
    margin: 32px auto 0 !important;
    width: 100% !important;
  }

  /* Comparison Section */
  .bc-cmp {
    flex-direction: column !important;
    gap: 16px !important;
    width: 100% !important;
  }
  .bc-cmp-card {
    width: 100% !important;
    max-width: 100% !important;
  }
  .bc-cmp-vs {
    margin: 8px auto !important;
  }

  /* Steps */
  .bc-steps-row {
    flex-direction: column !important;
    gap: 16px !important;
  }
  .bc-steps-arrow {
    transform: rotate(90deg) !important;
    margin: 0 auto !important;
  }

  /* Calculator */
  .bc-calc-card {
    flex-direction: column !important;
    grid-template-columns: 1fr !important;
    gap: 20px !important;
    padding: 18px !important;
  }
  .bc-calc-pane {
    width: 100% !important;
  }

  /* Exchange grid */
  .broker-grid,
  .bc-exgrid {
    grid-template-columns: 1fr !important;
    gap: 14px !important;
    width: 100% !important;
  }
  .bc-excard {
    width: 100% !important;
  }
  .bc-extabs {
    width: 100% !important;
    justify-content: center !important;
  }

  /* Bonus & Blog grid */
  .bc-bonus-grid,
  .bc-blog-grid {
    grid-template-columns: 1fr !important;
    gap: 16px !important;
  }

  /* Broker detail page */
  .bk-page {
    padding-top: 80px !important;
    margin-top: -60px !important;
  }
  .bk-hero {
    flex-direction: column !important;
    align-items: stretch !important;
    padding: 18px 16px !important;
    gap: 18px !important;
  }
  .bk-hero-main {
    flex-direction: row !important;
    align-items: center !important;
    gap: 14px !important;
  }
  .bk-hero-score {
    flex-direction: column !important;
    align-items: center !important;
    width: 100% !important;
    gap: 16px !important;
    border-top: 1px solid #332a21 !important;
    padding-top: 16px !important;
  }
  .bk-donut-cats {
    width: 100% !important;
    min-width: 0 !important;
  }
  .bk-hero-cta {
    width: 100% !important;
  }
  .bk-hero-cta .bk-btn {
    width: 100% !important;
    display: block !important;
    text-align: center !important;
  }
  .bk-cols {
    grid-template-columns: 1fr !important;
    gap: 20px !important;
  }
  .bk-tabnav {
    overflow-x: auto !important;
    -webkit-overflow-scrolling: touch !important;
    white-space: nowrap !important;
    padding-bottom: 6px !important;
  }
  .bk-tabnav label {
    padding: 10px 14px !important;
    font-size: 13.5px !important;
  }
  .bk-table-scroll,
  .bk-card table {
    display: block !important;
    width: 100% !important;
    overflow-x: auto !important;
    -webkit-overflow-scrolling: touch !important;
  }

  /* Floating buttons */
  .floating-actions {
    bottom: 18px !important;
    right: 14px !important;
    gap: 10px !important;
  }
  .floating-actions .floating-btn {
    width: 44px !important;
    height: 44px !important;
  }
}

/* Footer mobile (<= 640px) */
@media (max-width: 640px) {
  .elementor-1069 .elementor-element-8cbc565 {
    padding: 36px 0 24px !important;
  }
  .elementor-1069 .elementor-element-8cbc565 > .e-con-inner {
    flex-direction: column !important;
    gap: 24px !important;
  }
  .elementor-1069 .elementor-element-1c4b66d,
  .elementor-1069 .elementor-element-a543ac6,
  .elementor-1069 .elementor-element-14ac715,
  .elementor-1069 .elementor-element-f14d888 {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    width: 100% !important;
  }
  .elementor-1069 .elementor-element-14ac715 {
    flex-direction: column !important;
    gap: 20px !important;
  }
}

/* Extra small mobile phones (<= 480px) */
@media (max-width: 480px) {
  .bc-tb-date {
    display: none !important;
  }
  .bc-topbar {
    padding: 6px 10px !important;
    font-size: 11.5px !important;
  }
  .bc-topbar-inner {
    gap: 6px !important;
  }
  .bc-tb-cta {
    padding: 2px 8px !important;
    font-size: 11px !important;
  }
  .bc-stat {
    flex: 1 1 100% !important;
    width: 100% !important;
  }
}


/* ==========================================================================
   PARTNER LOGOS MARQUEE (TASK.MD MỤC 4 & 6.A.1)
   ========================================================================== */
.poc-marquee-wrap {
  width: 100%;
  max-width: 100vw;
  overflow: hidden;
  background: #ffffff;
  border-top: 1px solid #e2e8f0;
  border-bottom: 1px solid #e2e8f0;
  padding: 20px 0;
  position: relative;
}
.poc-marquee-wrap::before,
.poc-marquee-wrap::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 80px;
  z-index: 2;
  pointer-events: none;
}
.poc-marquee-wrap::before {
  left: 0;
  background: linear-gradient(90deg, #ffffff 0%, transparent 100%);
}
.poc-marquee-wrap::after {
  right: 0;
  background: linear-gradient(-90deg, #ffffff 0%, transparent 100%);
}
.poc-marquee-track {
  display: flex;
  align-items: center;
  width: max-content;
  gap: 40px;
  animation: pocMarquee 30s linear infinite;
}
.poc-marquee-wrap:hover .poc-marquee-track {
  animation-play-state: paused;
}
.poc-marquee-item {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  padding: 6px 18px;
  border-radius: 10px;
  background: #f8fafc;
  border: 1px solid #f1f5f9;
  transition: all 0.2s ease;
  text-decoration: none;
  flex-shrink: 0;
}
.poc-marquee-item:hover {
  background: #fffbeb;
  border-color: #fde68a;
  transform: translateY(-1px);
}
.poc-marquee-item img {
  max-height: 28px;
  max-width: 110px;
  width: auto;
  height: auto;
  object-fit: contain;
  filter: grayscale(10%);
  transition: filter 0.2s ease;
}
.poc-marquee-item:hover img {
  filter: grayscale(0%);
}
.poc-marquee-item span {
  font-weight: 700;
  font-size: 14px;
  color: #334155;
  margin-left: 8px;
}
@keyframes pocMarquee {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}
@media (prefers-reduced-motion: reduce) {
  .poc-marquee-track {
    animation: none;
    overflow-x: auto;
  }
}

/* ==========================================================================
   PERFECT LIGHT THEME OVERRIDES (TRẮNG + XÁM + VÀNG NÂU NHẸ) - TASK.MD
   ========================================================================== */

/* 1. Global CSS variables override */
:root {
  --e-global-color-primary: #f8fafc !important;
  --e-global-color-secondary: #ffffff !important;
  --e-global-color-text: #334155 !important;
  --e-global-color-accent: #c59b27 !important;
  --e-global-color-78ad7a8: #ffffff !important;
  --e-global-color-a59d17d: #0f172a !important;
  --e-global-color-729a469: #334155 !important;
  --e-global-color-1868f34: #d97706 !important;
  --e-global-color-5992b05: #64748b !important;
  --e-global-color-75af962: #b45309 !important;
  --e-global-color-a95a84b: #ffffff !important;
  --e-global-color-37fa593: #ffffff !important;
  --e-global-color-a5d63a3: rgba(197, 155, 39, 0.15) !important;
  --g: #d97706 !important;
  --g2: #c59b27 !important;
}

/* 2. ALL BUTTONS: Replace black/dark with Warm Golden Brown + White text */
.elementor-button,
.elementor-190 .elementor-button,
.elementor-190 .elementor-element .elementor-button,
.btn-primary,
.bk-btn,
.bc-exbtn--primary {
  background: linear-gradient(135deg, #d97706 0%, #c59b27 50%, #b45309 100%) !important;
  background-color: #c59b27 !important;
  background-image: linear-gradient(135deg, #d97706 0%, #c59b27 50%, #b45309 100%) !important;
  color: #ffffff !important;
  fill: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  border: none !important;
  border-radius: 50px !important;
  box-shadow: 0 4px 14px rgba(197, 155, 39, 0.3) !important;
  text-shadow: none !important;
  font-weight: 700 !important;
  transition: all 0.2s ease !important;
}

.elementor-button:hover,
.elementor-190 .elementor-button:hover,
.elementor-190 .elementor-element .elementor-button:hover,
.btn-primary:hover,
.bk-btn:hover,
.bc-exbtn--primary:hover {
  background: linear-gradient(135deg, #b45309 0%, #92400e 100%) !important;
  background-image: linear-gradient(135deg, #b45309 0%, #92400e 100%) !important;
  color: #ffffff !important;
  fill: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 8px 20px rgba(180, 83, 9, 0.35) !important;
}

.elementor-button svg,
.elementor-190 .elementor-button svg,
.elementor-190 .elementor-element .elementor-button svg,
.bc-exbtn--primary svg {
  fill: #ffffff !important;
  stroke: #ffffff !important;
  color: #ffffff !important;
}

/* Secondary / Ghost Buttons */
.btn-secondary,
.bc-exbtn--ghost {
  background: #f1f5f9 !important;
  background-image: none !important;
  border: 1px solid #cbd5e1 !important;
  color: #334155 !important;
  fill: #334155 !important;
  -webkit-text-fill-color: #334155 !important;
  border-radius: 50px !important;
  font-weight: 700 !important;
  box-shadow: none !important;
}

.btn-secondary:hover,
.bc-exbtn--ghost:hover {
  background: #e2e8f0 !important;
  border-color: #94a3b8 !important;
  color: #0f172a !important;
  fill: #0f172a !important;
  -webkit-text-fill-color: #0f172a !important;
}

/* 3. BROKER CARDS (.bc-excard) -> Clean White Cards on Light Gray */
.bc-excard {
  background: #ffffff !important;
  border: 1px solid #e2e8f0 !important;
  border-radius: 20px !important;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.04) !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  transition: all 0.25s ease !important;
}

.bc-excard::before,
.bc-excard::after {
  display: none !important;
}

.bc-excard:hover {
  transform: translateY(-4px) !important;
  border-color: #c59b27 !important;
  box-shadow: 0 16px 36px rgba(197, 155, 39, 0.14) !important;
}

.bc-excard__head {
  padding: 16px 18px !important;
  border-bottom: 1px solid #f1f5f9 !important;
  text-decoration: none !important;
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
}

.bc-excard__logo {
  background: #f8fafc !important;
  border: 1px solid #e2e8f0 !important;
  border-radius: 12px !important;
  padding: 6px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 48px !important;
  height: 48px !important;
}

.bc-excard__logo img {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
}

.bc-excard__title b {
  color: #0f172a !important;
  font-size: 16px !important;
  font-weight: 800 !important;
  display: block !important;
}

.bc-excard__title i {
  color: #64748b !important;
  font-size: 12px !important;
  font-style: normal !important;
}

.bc-excard__rating {
  color: #d97706 !important;
  font-weight: 700 !important;
}

.bc-excard__body {
  padding: 18px !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 12px !important;
}

.bc-excard__rows {
  display: flex !important;
  flex-direction: column !important;
  gap: 10px !important;
}

.bc-exrow {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  font-size: 13.5px !important;
}

.bc-exrow__label {
  color: #64748b !important;
  font-weight: 500 !important;
}

.bc-exrow__val {
  color: #0f172a !important;
  font-weight: 700 !important;
}

.bc-exrow__val.bc-hi {
  color: #b45309 !important;
}

/* Highlighted Rebate Row on Card */
.bc-exrow--hero,
.bc-excard__cashback {
  background: #fffbeb !important;
  border: 1px solid #fde68a !important;
  border-radius: 12px !important;
  padding: 10px 14px !important;
}

.bc-exrow--hero .bc-exrow__label,
.bc-excard__cashback .bc-exrow__label {
  color: #92400e !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.04em !important;
}

.bc-exrow--hero .bc-exrow__val,
.bc-excard__cashback .bc-exrow__val {
  color: #b45309 !important;
  font-size: 20px !important;
  font-weight: 800 !important;
  text-shadow: none !important;
}

/* Referral code pill */
.bc-excode {
  background: #f8fafc !important;
  border: 1px dashed #c59b27 !important;
  color: #b45309 !important;
  padding: 4px 10px !important;
  border-radius: 8px !important;
  font-weight: 700 !important;
  font-size: 12px !important;
  cursor: pointer !important;
}

.bc-excode:hover {
  background: #fffbeb !important;
  border-color: #b45309 !important;
}

.bc-excode svg {
  stroke: #c59b27 !important;
}

.bc-excard__cta {
  display: flex !important;
  gap: 8px !important;
  margin-top: 6px !important;
}

/* 4. TABS (Forex / Crypto) */
.bc-extabs {
  background: #f1f5f9 !important;
  border: 1px solid #e2e8f0 !important;
  border-radius: 14px !important;
  padding: 4px !important;
  display: inline-flex !important;
  gap: 4px !important;
}

.bc-extab {
  background: transparent !important;
  border: none !important;
  border-radius: 10px !important;
  padding: 8px 18px !important;
  color: #64748b !important;
  font-weight: 600 !important;
  font-size: 14px !important;
  cursor: pointer !important;
  transition: all 0.2s ease !important;
}

.bc-extab:hover {
  color: #0f172a !important;
}

.bc-extab.on,
.bc-extab.active {
  background: #ffffff !important;
  color: #b45309 !important;
  font-weight: 700 !important;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06) !important;
}

/* 5. HOMEPAGE FAQ (White Card Accordion) */
.bc-faq-head .bc-faq-eyebrow {
  color: #c59b27 !important;
}

.bc-faq-title {
  color: #0f172a !important;
}

.bc-faq-sub {
  color: #64748b !important;
}

.bc-faq-item {
  background: #ffffff !important;
  border: 1px solid #e2e8f0 !important;
  border-radius: 14px !important;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.02) !important;
  transition: all 0.2s ease !important;
}

.bc-faq-item:hover {
  border-color: #c59b27 !important;
  box-shadow: 0 4px 14px rgba(197, 155, 39, 0.12) !important;
}

.bc-faq-item.open {
  background: #fffbeb !important;
  border-color: #c59b27 !important;
}

.bc-faq-q {
  color: #0f172a !important;
  transition: color 0.2s ease !important;
}

.bc-faq-q:hover,
.bc-faq-item:hover .bc-faq-q {
  color: #b45309 !important;
}

.bc-faq-q:hover .bc-faq-ic,
.bc-faq-item:hover .bc-faq-ic {
  color: #b45309 !important;
}

.bc-faq-item.open .bc-faq-q {
  color: #b45309 !important;
}

.bc-faq-ic {
  color: #c59b27 !important;
  transition: color 0.2s ease, transform 0.3s cubic-bezier(.16,.84,.44,1) !important;
}

.bc-faq-item.open .bc-faq-ic {
  color: #b45309 !important;
  transform: rotate(45deg) !important;
}

.bc-faq-a p, .bc-faq-a div {
  color: #475569 !important;
}

.bc-faq-more {
  color: #64748b !important;
}

.bc-faq-more a {
  color: #b45309 !important;
  font-weight: 700 !important;
  text-decoration: underline !important;
  background: none !important;
  -webkit-text-fill-color: #b45309 !important;
}

/* 6. Section Titles & Backgrounds */
.elementor-190 .bc-exhead__title,
.elementor-190 .bc-steps-title,
.elementor-190 .bc-bonus-title,
.elementor-190 .bc-feat-title {
  color: #0f172a !important;
}

.elementor-190 .bc-exhead__sub,
.elementor-190 .bc-steps-sub,
.elementor-190 .bc-bonus-sub {
  color: #64748b !important;
}

/* 3 Steps Container */
.bc-stp-item,
.bc-step-item {
  background: #ffffff !important;
  border: 1px solid #e2e8f0 !important;
  border-radius: 16px !important;
  box-shadow: 0 2px 8px rgba(0,0,0,0.03) !important;
  color: #334155 !important;
}

/* Stats counter card */
.bc-stat {
  background: #ffffff !important;
  border: 1px solid #e2e8f0 !important;
  color: #334155 !important;
  box-shadow: 0 2px 8px rgba(0,0,0,0.03) !important;
}

/* ==========================================================================
   GATEWAY / CTA OVERRIDES (Light Theme: White + Gray + Soft Gold)
   ========================================================================== */
.bc-exgate {
    background: #ffffff !important;
    border: 1px solid #e2e8f0 !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05) !important;
}
.bc-exgate__ico {
    color: #c59b27 !important;
    background: rgba(197, 155, 39, 0.1) !important;
    border: 1px solid rgba(197, 155, 39, 0.25) !important;
}
.bc-exgate h3 {
    color: #0f172a !important;
}
.bc-exgate p {
    color: #475569 !important;
}
.bc-exgate p b {
    color: #0f172a !important;
}
.bc-exgate__sub {
    color: #64748b !important;
}
.bc-exgate__law,
.bc-exgate__law:hover,
.bc-exgate__law:focus {
    color: #b45309 !important;
    border-bottom: 1px solid rgba(180, 83, 9, 0.4) !important;
}
.bc-exgate__btn,
.bc-exgate__btn:hover,
.bc-exgate__btn:focus {
    background: linear-gradient(135deg, #d97706 0%, #c59b27 50%, #b45309 100%) !important;
    color: #ffffff !important;
    box-shadow: 0 4px 14px rgba(197, 155, 39, 0.35) !important;
}
.bc-exgate__btn2,
.bc-exgate__btn2:hover,
.bc-exgate__btn2:focus {
    background: #f1f5f9 !important;
    border: 1px solid #cbd5e1 !important;
    color: #1e293b !important;
}
.bc-exgate__btn2:hover {
    background: #e2e8f0 !important;
    color: #0f172a !important;
}


/* ==========================================================================
   USER REQUEST OVERRIDES:
   1. "Backcom Là Gì?": Chữ màu đen (#0f172a / #1e293b), nội dung mô tả dễ đọc
   2. "Chọn Sàn Giao Dịch": Background chuyển sang tông sáng chuẩn (White / Light Gray)
   ========================================================================== */

/* 1. "Backcom Là Gì?" Section Typography */
.elementor-element-15c46a7 {
    background-color: #f8fafc !important;
    background-image: none !important;
    border-top: 1px solid #e2e8f0 !important;
    border-bottom: 1px solid #e2e8f0 !important;
}
.elementor-element-15c46a7::before,
.elementor-element-15c46a7::after {
    display: none !important;
}
.elementor-element-902ae6a .elementor-heading-title {
    color: #0f172a !important; /* Màu đen chuẩn slate */
    font-weight: 800 !important;
}
.elementor-element-902ae6a .elementor-heading-title .text-gradient-backcom {
    background: none !important;
    -webkit-text-fill-color: #0f172a !important;
    color: #0f172a !important;
    font-weight: 800 !important;
}
.elementor-element-89c8050,
.elementor-element-89c8050 p,
.elementor-element-89c8050 .elementor-widget-container {
    color: #334155 !important; /* Xám đậm đen dễ đọc */
    line-height: 1.75 !important;
}
.elementor-element-89c8050 strong,
.elementor-element-89c8050 b {
    color: #0f172a !important;
    font-weight: 700 !important;
}

/* 2. "Chọn Sàn Giao Dịch" Section Background & Typography */
#list-exchanges,
.elementor-element-dd253f5,
.elementor-190 .elementor-element.elementor-element-dd253f5,
.elementor-190 .elementor-element.elementor-element-dd253f5:not(.elementor-motion-effects-element-type-background) {
    background-color: #f8fafc !important; /* Tông Xám Trắng sáng thanh lịch */
    background-image: none !important;
}
#list-exchanges::before,
#list-exchanges::after,
.elementor-element-dd253f5::before,
.elementor-element-dd253f5::after,
.elementor-190 .elementor-element.elementor-element-dd253f5::before,
.elementor-190 .elementor-element.elementor-element-dd253f5::after {
    display: none !important; /* Loại bỏ lớp phủ radial-gradient đen / xanh neon */
    background: none !important;
}

/* Header của danh sách sàn */
.bc-exlist {
    background: transparent !important;
}
.bc-exhead__glow {
    display: none !important; /* Tắt vệt sáng xanh / đen cũ */
}
.bc-exhead__title,
.bc-exlist .bc-exhead .bc-exhead__title {
    color: #0f172a !important; /* Chữ tiêu đề Chọn Sàn Giao Dịch màu đen sang trọng */
    font-weight: 800 !important;
}
.bc-exhead__sub,
.bc-exlist .bc-exhead .bc-exhead__sub {
    color: #475569 !important; /* Mô tả phụ màu xám đậm rõ ràng */
}

/* Các hàng nổi bật và layout sàn */
.elementor-element-58f29ae {
    background: transparent !important;
}


/* ==========================================================================
   HOMEPAGE LIGHT THEME OVERRIDES FOR SECTIONS & HOVER EFFECTS:
   - Chương Trình Khuyến Mãi Đang Diễn Ra (.bc-bonus, .elementor-element-bcbonus1)
   - Tại Sao Cần Tham Gia Hoàn Phí? (.elementor-element-358f68c)
   - Quy Trình Nhận Hoàn Phí (.bc-steps, .elementor-element-bcstp01)
   - Bạn đang mất bao nhiêu mỗi tháng? (.bc-calc, .elementor-element-bca1c04)
   - Tại Sao Nên Chọn Backcom.io? (.bc-feat, .elementor-element-a7bad80)
   - Tin Dùng Bởi Smart Trader (.bc-tm, .elementor-element-294303c)
   - Kiến Thức & Hướng Dẫn (.bc-blog, .elementor-element-bcblog01)
   ========================================================================== */

/* --------------------------------------------------------------------------
   1. CHUNG CHO TOÀN BỘ CÁC SECTION NÀY (LOẠI BỎ NỀN XANH / ĐEN / RADIAL XANH)
   -------------------------------------------------------------------------- */
.elementor-element-bcbonus1,
.elementor-element-358f68c,
.elementor-element-bcstp01,
.elementor-element-bca1c04,
.elementor-element-a7bad80,
.elementor-element-294303c,
.elementor-element-bcblog01,
.elementor-190 .elementor-element.elementor-element-358f68c,
.elementor-190 .elementor-element.elementor-element-a7bad80,
.elementor-190 .elementor-element.elementor-element-294303c {
    background: #f8fafc !important;
    background-image: none !important;
    border-color: #e2e8f0 !important;
}

/* Tắt các viền phát sáng và gradient overlay xanh neon */
.elementor-element-bcbonus1::before, .elementor-element-bcbonus1::after,
.elementor-element-358f68c::before, .elementor-element-358f68c::after,
.elementor-element-bcstp01::before, .elementor-element-bcstp01::after,
.elementor-element-bca1c04::before, .elementor-element-bca1c04::after,
.elementor-element-a7bad80::before, .elementor-element-a7bad80::after,
.elementor-element-294303c::before, .elementor-element-294303c::after,
.elementor-element-bcblog01::before, .elementor-element-bcblog01::after {
    display: none !important;
    background: none !important;
}

/* --------------------------------------------------------------------------
   2. TIÊU ĐỀ: MÀU ĐEN CHUẨN SLATE (#0f172a), HOVER VÀO CHUYỂN VÀNG NÂU (#b45309)
   -------------------------------------------------------------------------- */
.bc-bonus-title,
.elementor-element-d483724 .elementor-heading-title,
.bc-steps-title,
.bc-calc-title,
.bc-feat-title,
.bc-tm-title,
.bc-blog-title {
    color: #0f172a !important;
    cursor: pointer;
    transition: color 0.25s ease, transform 0.25s ease !important;
}

.bc-bonus-title:hover,
.elementor-element-d483724 .elementor-heading-title:hover,
.bc-steps-title:hover,
.bc-calc-title:hover,
.bc-feat-title:hover,
.bc-tm-title:hover,
.bc-blog-title:hover {
    color: #b45309 !important; /* Vàng nâu sang trọng khi hover */
}

/* Brand spans inside titles */
.elementor-element-d483724 .text-gradient-backcom,
.bc-feat-brand,
.bc-tm-brand {
    background: none !important;
    -webkit-text-fill-color: initial !important;
    color: inherit !important;
}

.bc-calc-title span {
    background: none !important;
    -webkit-text-fill-color: initial !important;
    color: #b45309 !important;
}

/* Phụ đề dưới các tiêu đề */
.bc-bonus-sub,
.bc-steps-sub,
.bc-calc-sub,
.bc-feat-sub,
.bc-tm-sub,
.bc-blog-sub,
.elementor-element-e24f7a4 p,
.elementor-element-cecb371 p {
    color: #475569 !important;
}

/* Eyebrows (nhãn nhỏ phía trên tiêu đề) */
.bc-steps-eyebrow,
.bc-calc-eyebrow,
.bc-feat-eyebrow,
.bc-tm-eyebrow,
.bc-blog-eyebrow {
    background: #fef8eb !important;
    border: 1px solid rgba(197, 155, 39, 0.3) !important;
    color: #b45309 !important;
}
.bc-steps-eyebrow svg,
.bc-calc-eyebrow svg,
.bc-feat-eyebrow svg,
.bc-tm-eyebrow svg,
.bc-blog-eyebrow svg {
    color: #c59b27 !important;
}

/* --------------------------------------------------------------------------
   3. CÁC THẺ ITEM / CARDS BÊN TRONG CÁC KHỐI NÀY (TRẮNG SÁNG + BÓNG NHẸ)
   -------------------------------------------------------------------------- */

/* A. Khuyến Mãi (bc-bonus-card) */
.bc-bonus-card {
    background: #ffffff !important;
    border: 1px solid #e2e8f0 !important;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.04) !important;
}
.bc-bonus-card:hover {
    border-color: #c59b27 !important;
    box-shadow: 0 12px 28px rgba(197, 155, 39, 0.15) !important;
    transform: translateY(-3px) !important;
}
.bc-bonus-h {
    color: #0f172a !important;
    transition: color 0.2s ease !important;
}
.bc-bonus-card:hover .bc-bonus-h {
    color: #b45309 !important;
}
.bc-bonus-desc {
    color: #64748b !important;
}
.bc-bonus-val {
    color: #b45309 !important;
}

/* B. Quy Trình Nhận Hoàn Phí (bc-step) */
.bc-step {
    background: #ffffff !important;
    border: 1px solid #e2e8f0 !important;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.04) !important;
}
.bc-step:hover {
    border-color: #c59b27 !important;
    box-shadow: 0 12px 28px rgba(197, 155, 39, 0.15) !important;
    transform: translateY(-3px) !important;
}
.bc-step-title {
    color: #0f172a !important;
    transition: color 0.2s ease !important;
}
.bc-step:hover .bc-step-title {
    color: #b45309 !important;
}
.bc-step-desc {
    color: #64748b !important;
}
.bc-step-ic {
    background: #fef8eb !important;
    color: #c59b27 !important;
    border: 1px solid rgba(197, 155, 39, 0.25) !important;
}
.bc-steps-arrow svg {
    color: #cbd5e1 !important;
}

/* C. Bảng Tính Lợi Nhuận (bc-calc-card) */
.bc-calc-card {
    background: #ffffff !important;
    border: 1px solid #e2e8f0 !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06) !important;
}
.bc-calc-lbl,
.bc-calc-meta-lbl {
    color: #475569 !important;
}
.bc-calc-inp {
    background: #f8fafc !important;
    border: 1px solid #cbd5e1 !important;
    color: #0f172a !important;
}
.bc-calc-inp:focus {
    border-color: #c59b27 !important;
    background: #ffffff !important;
}
.bc-calc-cta {
    background: linear-gradient(135deg, #d97706, #c59b27, #b45309) !important;
    color: #ffffff !important;
}

/* D. Ưu Điểm Vượt Trội / Tại Sao Chọn Backcom (bc-feat-card) */
.bc-feat-card {
    background: #ffffff !important;
    border: 1px solid #e2e8f0 !important;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.04) !important;
}
.bc-feat-card:hover {
    border-color: #c59b27 !important;
    box-shadow: 0 12px 28px rgba(197, 155, 39, 0.15) !important;
    transform: translateY(-4px) !important;
}
.bc-feat-h {
    color: #0f172a !important;
    transition: color 0.2s ease !important;
}
.bc-feat-card:hover .bc-feat-h {
    color: #b45309 !important;
}
.bc-feat-p {
    color: #64748b !important;
}
.bc-feat-ico {
    background: #fef8eb !important;
    border: 1px solid rgba(197, 155, 39, 0.25) !important;
    color: #c59b27 !important;
}

/* E. Đánh Giá Thực Tế / Smart Trader (bc-tm-card, .bc-tm-badge) */
.bc-tm-badge {
    background: #ffffff !important;
    border: 1px solid #e2e8f0 !important;
}
.bc-tm-badge b {
    color: #b45309 !important;
}
.bc-tm-card {
    background: #ffffff !important;
    border: 1px solid #e2e8f0 !important;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.04) !important;
}
.bc-tm-card:hover {
    border-color: #c59b27 !important;
    box-shadow: 0 12px 28px rgba(197, 155, 39, 0.15) !important;
    transform: translateY(-3px) !important;
}
.bc-tm-name {
    color: #0f172a !important;
    transition: color 0.2s ease !important;
}
.bc-tm-card:hover .bc-tm-name {
    color: #b45309 !important;
}
.bc-tm-txt {
    color: #475569 !important;
}

/* F. Kiến Thức & Hướng Dẫn (bc-blog-card) */
.bc-blog-card {
    background: #ffffff !important;
    border: 1px solid #e2e8f0 !important;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.04) !important;
    transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease !important;
}
.bc-blog-card:hover {
    border-color: #c59b27 !important;
    box-shadow: 0 12px 28px rgba(197, 155, 39, 0.18) !important;
    transform: translateY(-4px) !important;
}
.bc-blog-card-title,
.bc-blog-card h3,
.bc-blog-ctitle {
    color: #0f172a !important;
    transition: color 0.2s ease !important;
}
.bc-blog-card:hover .bc-blog-card-title,
.bc-blog-card:hover h3,
.bc-blog-card:hover .bc-blog-ctitle {
    color: #b45309 !important;
}
.bc-blog-card-desc,
.bc-blog-card p,
.bc-blog-ex {
    color: #64748b !important;
}
.bc-blog-cat {
    color: #b45309 !important;
    background: #fef8eb !important;
    border: 1px solid rgba(197, 155, 39, 0.3) !important;
    font-weight: 700 !important;
}
.bc-blog-date svg {
    color: #c59b27 !important;
}
.bc-blog-read {
    color: #c59b27 !important;
    transition: color 0.2s ease !important;
}
.bc-blog-card:hover .bc-blog-read {
    color: #b45309 !important;
}
.bc-blog-read svg {
    color: currentColor !important;
}
.bc-blog-slider .bc-blog-nav:hover {
    background: #fef8eb !important;
    border-color: #c59b27 !important;
    color: #b45309 !important;
}
.bc-blog-all {
    color: #0f172a !important;
    background: #ffffff !important;
    border: 1px solid #e2e8f0 !important;
    transition: all 0.2s ease !important;
}
.bc-blog-all:hover {
    background: #fef8eb !important;
    border-color: #c59b27 !important;
    color: #b45309 !important;
}
.bc-blog-all svg {
    color: #c59b27 !important;
}
.bc-blog-all:hover svg {
    color: #b45309 !important;
}


/* ==========================================================================
   BUTTON "XEM TOÀN BỘ SÀN FOREX" & "XEM TẤT CẢ KHUYẾN MÃI"
   Tông màu Vàng Nâu nhẹ sang trọng (#d97706, #c59b27, #b45309)
   ========================================================================== */
.bc-exall-btn,
.bc-exall-btn:visited {
    background: linear-gradient(135deg, #d97706 0%, #c59b27 50%, #b45309 100%) !important;
    border: 1px solid rgba(197, 155, 39, 0.4) !important;
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
    box-shadow: 0 4px 16px rgba(197, 155, 39, 0.3) !important;
    font-weight: 700 !important;
    transition: all 0.25s ease !important;
}

.bc-exall-btn:hover,
.bc-exall-btn:focus {
    background: linear-gradient(135deg, #b45309 0%, #c59b27 50%, #92400e 100%) !important;
    border-color: #b45309 !important;
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
    box-shadow: 0 8px 24px rgba(197, 155, 39, 0.45) !important;
    transform: translateY(-2px) !important;
}

.bc-exall-btn svg {
    color: #ffffff !important;
    stroke: #ffffff !important;
    stroke-width: 2.5 !important;
}

.bc-exall-btn:hover svg {
    transform: translateX(4px) !important;
}

/* Nút Xem Tất Cả Khuyến Mãi */
.bc-bonus-allbtn,
.bc-bonus-allbtn:visited {
    background: #ffffff !important;
    border: 1.5px solid #cbd5e1 !important;
    color: #0f172a !important;
    -webkit-text-fill-color: #0f172a !important;
    font-weight: 700 !important;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04) !important;
    transition: all 0.25s ease !important;
}

.bc-bonus-allbtn:hover,
.bc-bonus-allbtn:focus {
    background: #fef8eb !important;
    border-color: #c59b27 !important;
    color: #b45309 !important;
    -webkit-text-fill-color: #b45309 !important;
    box-shadow: 0 6px 18px rgba(197, 155, 39, 0.2) !important;
    transform: translateY(-2px) !important;
}


/* ==========================================================================
   BROKER DETAIL PAGE CRISP BLACK TEXT OVERRIDES
   Đảm bảo chữ trên nền sáng luôn đậm nét, rõ ràng, không bị chìm
   ========================================================================== */
.bk-page,
.bk-card,
.bk-content,
.bk-content p,
.bk-content li,
.bk-seo .bk-content,
.bk-seo .bk-content p,
.bk-seo .bk-content li,
.bk-seo .bk-content td,
.bk-steps,
.bk-steps li,
.bk-faq-a,
.bk-faq-a p,
.bk-rvtext,
.bk-spec,
.bk-spec b,
.bk-table td,
.bk-acct-name,
.bk-acct-specs,
.bk-acct-specs div,
.bk-acct-specs b,
.bk-acct-feats li {
    color: #0f172a !important; /* Đen đậm chuẩn sắc nét */
}

.bk-muted,
.bk-crumb a,
.bk-refcode,
.bk-quickfacts,
.bk-spec span,
.bk-acct-specs span,
.bk-pay-lbl,
.bk-others-sub {
    color: #334155 !important; /* Đen ghi đậm rõ ràng, không mờ nhạt */
    font-weight: 500 !important;
}

.bk-card h2,
.bk-card h3,
.bk-seo .bk-content h2,
.bk-seo .bk-content h3,
.bk-seo .bk-content h4,
.bk-faq-item summary,
.bk-rvname,
.bk-others-name {
    color: #000000 !important; /* Tiêu đề đen tuyền tuyệt đối */
    font-weight: 800 !important;
}


/* ==========================================================================
   USER REQUEST: CHUYỂN CÁC CARD/BACKGROUND ĐEN SANG NỀN VÀNG NÂU - CHỮ TRẮNG
   Áp dụng cho trang chi tiết sàn (/san-pham/{slug})
   ========================================================================== */

/* 1. Thẻ Loại Tài Khoản (.bk-acct) -> Nền Vàng Nâu nhẹ sang trọng, chữ trắng */
.bk-acct {
    background: linear-gradient(145deg, #b45309 0%, #92400e 60%, #78350f 100%) !important;
    border: 1px solid #d97706 !important;
    color: #ffffff !important;
    box-shadow: 0 8px 24px rgba(180, 83, 9, 0.25) !important;
}
.bk-acct--popular {
    border-color: #f59e0b !important;
    box-shadow: 0 0 0 2px #f59e0b, 0 12px 32px rgba(245, 158, 11, 0.3) !important;
}
.bk-acct-name {
    color: #ffffff !important;
}
.bk-acct-rebate {
    background: rgba(255, 255, 255, 0.15) !important;
    border: 1px solid rgba(255, 255, 255, 0.3) !important;
}
.bk-acct-rebate span {
    color: #fef3c7 !important;
}
.bk-acct-rebate b {
    color: #ffffff !important;
}
.bk-acct-specs div {
    color: #ffffff !important;
}
.bk-acct-specs span {
    color: #fef3c7 !important;
}
.bk-acct-specs b {
    color: #ffffff !important;
}
.bk-acct-feats {
    border-top: 1px solid rgba(255, 255, 255, 0.2) !important;
}
.bk-acct-feats li {
    color: #ffffff !important;
}
.bk-acct-feats li:before {
    background: #ffffff !important;
    color: #b45309 !important;
}

/* 2. Thẻ Đếm Ngược Sticky CTA (.bk-ctacard) -> Nền Vàng Nâu, chữ trắng */
.bk-ctacard {
    background: linear-gradient(145deg, #b45309 0%, #92400e 60%, #78350f 100%) !important;
    border: 1px solid #d97706 !important;
    color: #ffffff !important;
    box-shadow: 0 12px 36px rgba(180, 83, 9, 0.35) !important;
}
.bk-ctaval {
    color: #fef3c7 !important;
}
.bk-ctaval b {
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
}
.bk-ctaval b i {
    color: #fef3c7 !important;
    -webkit-text-fill-color: #fef3c7 !important;
}
.bk-cta-count {
    color: #fef3c7 !important;
}
.bk-cta-seg b {
    background: rgba(255, 255, 255, 0.18) !important;
    border: 1px solid rgba(255, 255, 255, 0.35) !important;
    color: #ffffff !important;
}
.bk-cta-seg i {
    color: #fef3c7 !important;
}
.bk-cta-sep {
    color: #ffffff !important;
}
.bk-cta-trust {
    color: #fef3c7 !important;
}
.bk-cta-trust svg {
    color: #ffffff !important;
}

/* 3. Khối Banner Hướng Dẫn Kích Hoạt (.bk-guide-cta) -> Nền Vàng Nâu, chữ trắng */
.bk-guide-cta {
    background: linear-gradient(145deg, #b45309 0%, #92400e 60%, #78350f 100%) !important;
    border: 1px solid #d97706 !important;
    color: #ffffff !important;
    box-shadow: 0 8px 24px rgba(180, 83, 9, 0.25) !important;
}
.bk-guide-code-lbl {
    color: #fef3c7 !important;
}
.bk-guide-copy {
    background: rgba(255, 255, 255, 0.18) !important;
    border: 1px dashed rgba(255, 255, 255, 0.5) !important;
}
.bk-guide-copy span {
    color: #ffffff !important;
}
.bk-guide-trust {
    color: #fef3c7 !important;
}
.bk-guide-trust b {
    color: #ffffff !important;
}

/* 4. Khối Tóm Tắt Đánh Giá (.bk-rvsummary) -> Nền Vàng Nâu, chữ trắng */
.bk-rvsummary {
    background: linear-gradient(145deg, #b45309 0%, #92400e 60%, #78350f 100%) !important;
    border: 1px solid #d97706 !important;
    color: #ffffff !important;
    box-shadow: 0 8px 24px rgba(180, 83, 9, 0.25) !important;
}
.bk-rvsum-score b {
    color: #ffffff !important;
}
.bk-rvsum-score span {
    color: #fef3c7 !important;
}
.bk-rvsummary .bk-mbar span {
    color: #0f172a !important;
}
.bk-rvsummary .bk-mbar em {
    color: #0f172a !important;
}
.bk-rvsummary .bk-muted {
    color: #fef3c7 !important;
}


/* ==========================================================================
   USER REQUEST: TẠI SAO CẦN THAM GIA HOÀN PHÍ?
   - Card bên trái (Không Hoàn Phí / .bad): Background TRẮNG, chữ ĐEN
   - Card bên phải (Có Hoàn Phí / .good): Background VÀNG NÂU, chữ TRẮNG
   ========================================================================== */

/* 1. Card bên trái: Background TRẮNG, chữ ĐEN */
.bc-cmp-card.bad {
    background: #ffffff !important;
    border: 1.5px solid #e2e8f0 !important;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05) !important;
    opacity: 1 !important;
}
.bc-cmp-card.bad .bc-cmp-title {
    color: #000000 !important;
    font-weight: 800 !important;
}
.bc-cmp-card.bad .bc-cmp-eyebrow.bad {
    color: #dc2626 !important;
    font-weight: 800 !important;
}
.bc-cmp-card.bad .bc-cmp-ic.bad {
    background: #fee2e2 !important;
    border: 1px solid #fecaca !important;
    color: #dc2626 !important;
}
.bc-cmp-card.bad .bc-cmp-head {
    border-bottom: 1px solid #f1f5f9 !important;
}
.bc-cmp-card.bad .bc-cmp-list li {
    color: #0f172a !important; /* Chữ đen đậm rõ nét */
    font-weight: 500 !important;
}
.bc-cmp-card.bad .bc-cmp-mark.bad {
    color: #dc2626 !important;
}
.bc-cmp-card.bad .bc-cmp-foot.bad {
    background: #f8fafc !important;
    border: 1px solid #e2e8f0 !important;
}
.bc-cmp-card.bad .bc-cmp-foot.bad span {
    color: #475569 !important;
}
.bc-cmp-card.bad .bc-cmp-foot.bad strong {
    color: #dc2626 !important;
}
.bc-cmp-card.bad .bc-cmp-btn.ghost {
    background: #f1f5f9 !important;
    border: 1px solid #cbd5e1 !important;
    color: #0f172a !important;
    font-weight: 700 !important;
}
.bc-cmp-card.bad .bc-cmp-btn.ghost:hover {
    background: #e2e8f0 !important;
    color: #000000 !important;
}

/* 2. Card bên phải: Background VÀNG NÂU, chữ TRẮNG */
.bc-cmp-card.good {
    background: linear-gradient(145deg, #b45309 0%, #92400e 50%, #78350f 100%) !important;
    border: 1.5px solid #d97706 !important;
    box-shadow: 0 16px 36px rgba(180, 83, 9, 0.35) !important;
    animation: none !important; /* Bỏ animation viền neon cũ */
}
.bc-cmp-card.good .bc-cmp-title {
    color: #ffffff !important;
    font-weight: 800 !important;
}
.bc-cmp-card.good .bc-cmp-eyebrow.good {
    color: #fef3c7 !important;
    font-weight: 800 !important;
}
.bc-cmp-card.good .bc-cmp-head {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2) !important;
}
.bc-cmp-card.good .bc-cmp-ic.good {
    background: rgba(255, 255, 255, 0.18) !important;
    border: 1px solid rgba(255, 255, 255, 0.35) !important;
}
.bc-cmp-card.good .bc-cmp-list li {
    color: #ffffff !important; /* Chữ trắng sáng rõ nét */
    font-weight: 500 !important;
}
.bc-cmp-card.good .bc-cmp-mark.good {
    color: #ffffff !important;
}
.bc-cmp-card.good .bc-cmp-mark.good svg {
    stroke: #ffffff !important;
}
.bc-cmp-card.good .bc-cmp-ribbon {
    background: #ffffff !important;
    color: #b45309 !important;
    font-weight: 800 !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15) !important;
}
.bc-cmp-card.good .bc-cmp-foot.good {
    background: rgba(255, 255, 255, 0.15) !important;
    border: 1px solid rgba(255, 255, 255, 0.3) !important;
}
.bc-cmp-card.good .bc-cmp-foot.good span {
    color: #fef3c7 !important;
}
.bc-cmp-card.good .bc-cmp-foot.good strong {
    color: #ffffff !important;
}
.bc-cmp-card.good .bc-cmp-btn.primary {
    background: #ffffff !important;
    color: #b45309 !important;
    font-weight: 800 !important;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.15) !important;
}
.bc-cmp-card.good .bc-cmp-btn.primary:hover {
    background: #fef8eb !important;
    color: #78350f !important;
    transform: translateY(-2px) !important;
}
.bc-cmp-card.good .bc-cmp-btn.primary svg {
    stroke: #b45309 !important;
}

/* Badge VS ở giữa */
.bc-cmp-vs {
    background: #ffffff !important;
    border: 2px solid #cbd5e1 !important;
    color: #0f172a !important;
    font-weight: 900 !important;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08) !important;
}

/* =========================================================
   USER REQUEST OVERRIDES:
   1. "Hoàn tới 100% phí" - crisp pure white text
   2. "Tin Dùng Bởi Smart Trader" - Golden brown items with crisp white text
   ========================================================= */
.bc-cmp-card.good .bc-cmp-foot.good strong,
.bc-cmp-card.good .bc-cmp-foot.good span {
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
}

.bc-tm-card {
    background: linear-gradient(145deg, #b45309 0%, #92400e 50%, #78350f 100%) !important;
    border: 1.5px solid #d97706 !important;
    box-shadow: 0 8px 24px rgba(146, 64, 14, 0.25) !important;
    color: #ffffff !important;
}
.bc-tm-card::before,
.bc-tm-card::after {
    display: none !important;
}
.bc-tm-card .bc-tm-who strong,
.bc-tm-card .bc-tm-quote {
    color: #ffffff !important;
}
.bc-tm-card .bc-tm-who em {
    color: #fef3c7 !important;
}
.bc-tm-card .bc-tm-stars svg {
    color: #ffffff !important;
    fill: #ffffff !important;
}


/* ==========================================================================
   USER REQUEST: "Tại Sao Nên Chọn Backcom.io?" (.bc-feat)
   - Background Vàng Nâu nhẹ sang trọng
   - Chữ trắng sắc nét, biểu tượng & viền đồng bộ
   ========================================================================== */
.bc-feat-card {
    background: linear-gradient(145deg, #b45309 0%, #92400e 50%, #78350f 100%) !important;
    border: 1.5px solid #d97706 !important;
    box-shadow: 0 8px 24px rgba(146, 64, 14, 0.25) !important;
    color: #ffffff !important;
}

.bc-feat-card::before,
.bc-feat-card::after {
    display: none !important;
}

.bc-feat-card:hover {
    border-color: #f59e0b !important;
    box-shadow: 0 16px 36px rgba(180, 83, 9, 0.45) !important;
    transform: translateY(-4px) !important;
}

.bc-feat-name,
.bc-feat .bc-feat-name,
.bc-feat-h {
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
}

.bc-feat-desc,
.bc-feat-p {
    color: #fef3c7 !important; /* Vàng kem sáng rõ nét, dễ đọc trên nền vàng nâu */
    -webkit-text-fill-color: #fef3c7 !important;
}

/* Icon block bên trong card */
.bc-feat-ic,
.bc-feat-ico {
    background: rgba(255, 255, 255, 0.18) !important;
    border: 1px solid rgba(255, 255, 255, 0.35) !important;
    color: #ffffff !important;
}

.bc-feat-ic svg,
.bc-feat-ico svg,
.bc-feat-card:has(.bc-feat-mq) .bc-feat-ic svg,
.bc-feat-card:has(.bc-feat-phone) .bc-feat-ic svg,
.bc-feat-card.is-featured .bc-feat-ic svg {
    color: #ffffff !important;
    stroke: #ffffff !important;
    fill: none !important;
}

/* Watermark số mờ ở góc card (ví dụ số 100%, 20+) */
.bc-feat-big {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.25), rgba(255, 255, 255, 0) 90%) !important;
    -webkit-background-clip: text !important;
    background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    color: transparent !important;
}

/* Badge góc trên (ví dụ "Private Club") */
.bc-feat-badge {
    background: #ffffff !important;
    color: #78350f !important;
    font-weight: 800 !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15) !important;
}

/* Nút CTA bên dưới phần Tại sao chọn Backcom */
.bc-feat .bc-feat-cta-btn {
    background: linear-gradient(135deg, #d97706 0%, #c59b27 50%, #b45309 100%) !important;
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
    box-shadow: 0 8px 24px rgba(180, 83, 9, 0.35) !important;
}
.bc-feat .bc-feat-cta-btn:hover {
    background: linear-gradient(135deg, #b45309 0%, #c59b27 50%, #92400e 100%) !important;
    box-shadow: 0 12px 32px rgba(180, 83, 9, 0.5) !important;
}
.bc-feat .bc-feat-cta-btn svg {
    color: #ffffff !important;
    stroke: #ffffff !important;
}
.bc-feat-cta-note {
    color: #475569 !important;
}

/* Nút Đăng Ký Tư Vấn Hero - Nền vàng nâu sạch, bỏ background/shadow ẩn */
.elementor-element.elementor-element-fdebc88 {
    background: transparent !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    box-shadow: none !important;
    border: none !important;
}
.elementor-element.elementor-element-fdebc88 .elementor-button {
    background: linear-gradient(135deg, #c59b27 0%, #b45309 100%) !important;
    background-color: #b8860b !important;
    color: #ffffff !important;
    fill: #ffffff !important;
    border: 1px solid rgba(255, 255, 255, 0.25) !important;
    box-shadow: 0 4px 14px rgba(180, 83, 9, 0.35) !important;
    text-shadow: none !important;
    transition: all 0.25s ease !important;
}
.elementor-element.elementor-element-fdebc88 .elementor-button:hover,
.elementor-element.elementor-element-fdebc88 .elementor-button:focus {
    background: linear-gradient(135deg, #b45309 0%, #92400e 100%) !important;
    background-color: #92400e !important;
    color: #ffffff !important;
    fill: #ffffff !important;
    box-shadow: 0 6px 20px rgba(180, 83, 9, 0.5) !important;
    transform: translateY(-2px) !important;
}

/* Chữ 'ăn mòn lợi nhuận' màu vàng nâu */
.bc-erode {
    color: #c59b27 !important;
    font-weight: 700 !important;
    animation: bcErodeGoldGlow 2.2s ease-in-out infinite !important;
}
@keyframes bcErodeGoldGlow {
    0%, 100% {
        color: #c59b27;
        text-shadow: 0 0 0 rgba(197, 155, 39, 0);
    }
    50% {
        color: #f59e0b;
        text-shadow: 0 0 14px rgba(217, 119, 6, 0.45);
    }
}
@media (prefers-reduced-motion: reduce) {
    .bc-erode {
        animation: none !important;
        color: #c59b27 !important;
    }
}


/* ==========================================================================
   USER REQUEST: "Quy Trình Nhận Hoàn Phí" (.bc-steps)
   - Background Vàng Nâu nhẹ sang trọng
   - Chữ trắng sắc nét, biểu tượng & viền đồng bộ
   ========================================================================== */
.bc-step {
    background: linear-gradient(145deg, #b45309 0%, #92400e 50%, #78350f 100%) !important;
    border: 1.5px solid #d97706 !important;
    box-shadow: 0 8px 24px rgba(146, 64, 14, 0.25) !important;
    color: #ffffff !important;
}

.bc-step::before,
.bc-step::after {
    display: none !important;
}

.bc-step:hover {
    border-color: #f59e0b !important;
    box-shadow: 0 16px 36px rgba(180, 83, 9, 0.45) !important;
    transform: translateY(-4px) !important;
}

.bc-steps .bc-step-title,
.bc-step-title {
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
}

.bc-step-desc {
    color: #fef3c7 !important; /* Vàng kem sáng rõ nét, dễ đọc trên nền vàng nâu */
    -webkit-text-fill-color: #fef3c7 !important;
}

.bc-step-link {
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.6) !important;
}
.bc-step-link:hover {
    color: #fef3c7 !important;
    -webkit-text-fill-color: #fef3c7 !important;
    border-bottom-color: #fef3c7 !important;
}

/* Icon khối bên trong step */
.bc-step-ic {
    background: rgba(255, 255, 255, 0.18) !important;
    border: 1px solid rgba(255, 255, 255, 0.35) !important;
    color: #ffffff !important;
}

.bc-step-ic svg {
    color: #ffffff !important;
    stroke: #ffffff !important;
}

/* Số thứ tự mờ to ở góc card (1, 2, 3) */
.bc-step-n {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.25), rgba(255, 255, 255, 0) 90%) !important;
    -webkit-background-clip: text !important;
    background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    color: transparent !important;
}

/* Mũi tên giữa các bước */
.bc-steps-arrow {
    color: #b45309 !important;
}
.bc-steps-arrow svg {
    color: #b45309 !important;
    stroke: #b45309 !important;
    fill: #b45309 !important;
}

/* Nút CTA bên dưới phần quy trình */
.bc-steps-btn {
    background: linear-gradient(135deg, #d97706 0%, #c59b27 50%, #b45309 100%) !important;
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
    box-shadow: 0 8px 24px rgba(180, 83, 9, 0.35) !important;
}
.bc-steps-btn:hover {
    background: linear-gradient(135deg, #b45309 0%, #c59b27 50%, #92400e 100%) !important;
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
    box-shadow: 0 12px 32px rgba(180, 83, 9, 0.5) !important;
}
.bc-steps-btn svg {
    color: #ffffff !important;
    stroke: #ffffff !important;
}


/* ==========================================================================
   USER REQUEST: "Bạn đang mất bao nhiêu mỗi tháng?" (.bc-calc)
   - Background Vàng Nâu nhẹ sang trọng
   - Chữ trắng sắc nét, ô kết quả & nút bấm đồng bộ
   ========================================================================== */
.bc-calc-card {
    background: linear-gradient(145deg, #b45309 0%, #92400e 50%, #78350f 100%) !important;
    border: 1.5px solid #d97706 !important;
    box-shadow: 0 16px 40px rgba(146, 64, 14, 0.3) !important;
    color: #ffffff !important;
}

.bc-calc-pane {
    background: transparent !important;
}

.bc-calc-res {
    background: rgba(0, 0, 0, 0.15) !important;
    border-left: 1px solid rgba(255, 255, 255, 0.18) !important;
}

/* Nhãn field */
.bc-calc-lbl {
    color: #ffffff !important;
    font-weight: 700 !important;
}

/* Tabs Forex / Crypto */
.bc-calc-tabs {
    background: rgba(0, 0, 0, 0.22) !important;
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
}
.bc-calc-tab {
    color: #fef3c7 !important;
}
.bc-calc-tab.active {
    background: #ffffff !important;
    color: #78350f !important;
    font-weight: 800 !important;
}

/* Dropdown chọn sàn */
.bc-calc-dd-btn,
.bc-calc-dd-btn:hover,
.bc-calc-dd-btn:focus,
.bc-calc-dd-btn:active {
    background: rgba(0, 0, 0, 0.28) !important;
    border: 1.5px solid rgba(255, 255, 255, 0.3) !important;
    color: #ffffff !important;
}
.bc-calc-dd-btn:hover,
.bc-calc-dd.open .bc-calc-dd-btn {
    border-color: #f59e0b !important;
}
.bc-calc-dd-l span {
    color: #ffffff !important;
}
.bc-calc-dd-cb {
    color: #fde68a !important;
}
.bc-calc-dd-chev {
    color: #ffffff !important;
}
.bc-calc-dd-panel {
    background: #1e1b18 !important;
    border: 1px solid #d97706 !important;
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.5) !important;
}
.bc-calc-dd-opt {
    color: #f1f5f9 !important;
}
.bc-calc-dd-opt:hover {
    background: rgba(217, 119, 6, 0.25) !important;
    color: #ffffff !important;
}

/* Range slider thanh kéo */
#bcc-range {
    background: linear-gradient(90deg, #f59e0b 0%, #fbbf24 var(--p, 15%), rgba(255, 255, 255, 0.2) var(--p, 15%)) !important;
}
#bcc-range::-webkit-slider-thumb {
    background: #ffffff !important;
    border: 3px solid #b45309 !important;
    box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.3), 0 4px 14px rgba(0, 0, 0, 0.3) !important;
}
#bcc-range::-moz-range-thumb {
    background: #ffffff !important;
    border: 3px solid #b45309 !important;
}
.bc-calc-ticks,
.bc-calc-note {
    color: #fef3c7 !important;
}

/* Quick-pick chips presets */
.bc-calc-preset {
    background: rgba(0, 0, 0, 0.22) !important;
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
    color: #ffffff !important;
}
.bc-calc-preset:hover {
    border-color: #f59e0b !important;
    color: #ffffff !important;
    background: rgba(255, 255, 255, 0.15) !important;
}
.bc-calc-preset.active {
    background: #ffffff !important;
    border-color: #ffffff !important;
    color: #78350f !important;
    font-weight: 800 !important;
}

/* Thanh % Hoàn Phí */
.bc-calc-bar-top span {
    color: #fef3c7 !important;
}
.bc-calc-bar-top strong,
.bc-calc-bar-top strong #bcc-pct {
    color: #ffffff !important;
}
.bc-calc-bar-track {
    background: rgba(0, 0, 0, 0.25) !important;
}
.bc-calc-bar-fill {
    background: linear-gradient(90deg, #f59e0b, #fbbf24, #ffffff) !important;
    box-shadow: 0 0 12px rgba(245, 158, 11, 0.5) !important;
}

/* Kết quả stat tiles */
.bc-calc-tile {
    background: rgba(0, 0, 0, 0.22) !important;
    border: 1px solid rgba(255, 255, 255, 0.18) !important;
}
.bc-calc-tile span {
    color: #fef3c7 !important;
}
.bc-calc-tile strong {
    color: #ffffff !important;
}
.bc-calc-tile.good {
    background: rgba(255, 255, 255, 0.15) !important;
    border-color: rgba(255, 255, 255, 0.35) !important;
}
.bc-calc-tile.good strong {
    color: #ffffff !important;
}

/* Hero loss box */
.bc-calc-loss {
    background: rgba(0, 0, 0, 0.3) !important;
    border: 1.5px solid rgba(255, 255, 255, 0.25) !important;
}
.bc-calc-loss > span {
    color: #fef3c7 !important;
}
.bc-calc-loss strong {
    background: #ffffff !important;
    -webkit-background-clip: text !important;
    background-clip: text !important;
    -webkit-text-fill-color: #ffffff !important;
    color: #ffffff !important;
}
.bc-calc-math {
    color: #fde68a !important;
}
.bc-calc-period {
    background: rgba(0, 0, 0, 0.25) !important;
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
}
.bc-calc-period button {
    color: #fef3c7 !important;
}
.bc-calc-period button.active {
    background: #ffffff !important;
    color: #78350f !important;
    font-weight: 800 !important;
}

/* Nút CTA Tính Lợi Nhuận */
.bc-calc-cta {
    background: #ffffff !important;
    color: #78350f !important;
    -webkit-text-fill-color: #78350f !important;
    border: none !important;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2) !important;
    font-weight: 800 !important;
}
.bc-calc-cta:hover {
    background: #fef3c7 !important;
    color: #5c270a !important;
    -webkit-text-fill-color: #5c270a !important;
    transform: translateY(-2px) !important;
}
.bc-calc-cta svg {
    color: #78350f !important;
    stroke: #78350f !important;
}


/* ==========================================================================
   USER REQUEST: GIẢM PADDING CÁC SECTION TRÊN TRANG CHỦ CHO GỌN GÀNG
   ========================================================================== */
.elementor-element.elementor-element-358f68c,
.elementor-element.elementor-element-bca1c04,
.elementor-element.elementor-element-a7bad80,
.elementor-element.elementor-element-bcstp01,
.elementor-element.elementor-element-bcbonus1,
.elementor-element.elementor-element-bcblog01,
.elementor-element.elementor-element-bcfaq01,
.elementor-element.elementor-element-0560d52,
.elementor-element.elementor-element-076a448,
.elementor-element.elementor-element-0054279,
.elementor-element.elementor-element-bcd9e1c,
.elementor-element.elementor-element-df144f6,
.elementor-element.elementor-element-9a9fb35 {
    padding-top: 36px !important;
    padding-bottom: 36px !important;
    --padding-top: 36px !important;
    --padding-bottom: 36px !important;
}

/* Căn chỉnh khoảng cách bên trong các khối nội dung */
.bc-cmp,
.bc-steps,
.bc-calc,
.bc-feat,
.bc-tm,
.bc-bonus,
.bc-faq,
.bc-blog,
.bc-partner {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
}

.bc-cmp-head,
.bc-steps-head,
.bc-calc-head,
.bc-feat-head,
.bc-tm-head,
.bc-bonus-head,
.bc-faq-head,
.bc-blog-head {
    margin-bottom: 20px !important;
}

.bc-steps-cta {
    margin-top: 56px !important;
}

.bc-feat-cta {
    margin-top: 84px !important;
}

.elementor-element.elementor-element-9ec9c97 {
    margin-top: 36px !important;
}

@media (max-width: 768px) {
    .bc-steps-cta {
        margin-top: 42px !important;
    }
    .bc-feat-cta {
        margin-top: 68px !important;
    }
    .elementor-element.elementor-element-358f68c,
    .elementor-element.elementor-element-bca1c04,
    .elementor-element.elementor-element-a7bad80,
    .elementor-element.elementor-element-bcstp01,
    .elementor-element.elementor-element-bcbonus1,
    .elementor-element.elementor-element-bcblog01,
    .elementor-element.elementor-element-bcfaq01 {
        padding-top: 24px !important;
        padding-bottom: 24px !important;
        --padding-top: 24px !important;
        --padding-bottom: 24px !important;
    }
}


/* ==========================================================================
   USER REQUEST: "Trở Thành Đối Tác Của Backcom.io" (.bc-partner)
   - Background Vàng Nâu nhẹ sang trọng
   - Chữ trắng sắc nét, nút CTA nổi bật đồng bộ
   ========================================================================== */
.bc-partner-inner {
    background: linear-gradient(145deg, #b45309 0%, #92400e 50%, #78350f 100%) !important;
    border: 1.5px solid #d97706 !important;
    box-shadow: 0 16px 40px rgba(146, 64, 14, 0.35) !important;
    color: #ffffff !important;
}

.bc-partner-title {
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
}

.bc-partner-brand {
    background: #ffffff !important;
    -webkit-background-clip: text !important;
    background-clip: text !important;
    -webkit-text-fill-color: #ffffff !important;
    color: #ffffff !important;
}

.bc-partner-sub {
    color: #fef3c7 !important; /* Vàng kem sáng rõ nét */
    -webkit-text-fill-color: #fef3c7 !important;
}

/* Nút CTA Trở Thành Đối Tác */
.bc-partner-btn,
.bc-partner-btn:hover,
.bc-partner-btn:focus,
.bc-partner-btn:active {
    background: #ffffff !important;
    color: #78350f !important;
    -webkit-text-fill-color: #78350f !important;
    border: none !important;
    font-weight: 800 !important;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25) !important;
}

.bc-partner-btn:hover {
    background: #fef3c7 !important;
    color: #5c270a !important;
    -webkit-text-fill-color: #5c270a !important;
    transform: translateY(-2px) !important;
}

.bc-partner-btn svg {
    color: #78350f !important;
    stroke: #78350f !important;
}

/* Thu gọn padding khối đối tác */
.bc-partner-inner {
    padding: 40px 32px !important;
}

@media (max-width: 768px) {
    .bc-partner-inner {
        padding: 30px 20px !important;
    }
}


/* ==========================================================================
   USER REQUEST: FIX BUTTON TEXT TRONG CLIENT DASHBOARD
   Đảm bảo toàn bộ nút trong dashboard hiển thị chữ rõ nét, không bị chìm/ẩn chữ
   ========================================================================== */
.dash-sidebar button,
.dash-sidebar a,
.dash-topbar button,
.dash-content button,
.dash-content a.btn,
.tab-pane button,
.tab-pane a.btn,
#requestModal button {
    -webkit-font-smoothing: antialiased;
}

/* 1. Các nút chính (Liên kết sàn mới, Gửi yêu cầu liên kết, Lưu thay đổi): Nền trắng viền amber, CHỮ VÀNG NÂU ĐẬM */
.dash-content button[type="submit"],
.dash-content #btnSubmitLink,
.dash-content .dash-btn-gold-outline,
.dash-content button[onclick*="switchTab('tab-link')"],
.dash-content button[onclick*="tab-link"]:not(.bg-\[\#fffbeb\]) {
    background: #ffffff !important;
    border: 1.5px solid #d97706 !important;
    color: #b45309 !important;
    -webkit-text-fill-color: #b45309 !important;
    font-weight: 800 !important;
    box-shadow: 0 4px 14px rgba(180, 83, 9, 0.12) !important;
}

.dash-content button[type="submit"] span,
.dash-content #btnSubmitLink span,
.dash-content .dash-btn-gold-outline span,
.dash-content button[onclick*="switchTab('tab-link')"] span,
.dash-content button[onclick*="tab-link"]:not(.bg-\[\#fffbeb\]) span {
    color: #b45309 !important;
    -webkit-text-fill-color: #b45309 !important;
    font-weight: 800 !important;
}

.dash-content button[type="submit"] svg,
.dash-content #btnSubmitLink svg,
.dash-content .dash-btn-gold-outline svg,
.dash-content button[onclick*="switchTab('tab-link')"] svg {
    color: #b45309 !important;
    stroke: #b45309 !important;
}

.dash-content button[type="submit"]:hover,
.dash-content #btnSubmitLink:hover,
.dash-content .dash-btn-gold-outline:hover,
.dash-content button[onclick*="switchTab('tab-link')"]:hover,
.dash-content button[onclick*="tab-link"]:not(.bg-\[\#fffbeb\]):hover {
    background: #fef3c7 !important;
    border-color: #b45309 !important;
    color: #78350f !important;
    -webkit-text-fill-color: #78350f !important;
    box-shadow: 0 6px 18px rgba(180, 83, 9, 0.22) !important;
}

.dash-content button[type="submit"]:hover span,
.dash-content #btnSubmitLink:hover span,
.dash-content .dash-btn-gold-outline:hover span,
.dash-content button[onclick*="switchTab('tab-link')"]:hover span {
    color: #78350f !important;
    -webkit-text-fill-color: #78350f !important;
}

/* 2. Các nút phụ (Xem tất cả, Chi tiết, Gửi yêu cầu mới) */
.dash-content button[onclick*="tab-requests"],
.dash-content button[onclick*="viewDetail"],
.dash-content button[onclick*="tab-link"].bg-\[\#fffbeb\] {
    color: #92400e !important;
    -webkit-text-fill-color: #92400e !important;
    font-weight: 700 !important;
}

/* 3. Sidebar Navigation Buttons */
.dash-nav-btn {
    color: #334155 !important;
    -webkit-text-fill-color: #334155 !important;
}
.dash-nav-btn:hover {
    color: #0f172a !important;
    -webkit-text-fill-color: #0f172a !important;
}
.dash-nav-btn.active {
    color: #92400e !important;
    -webkit-text-fill-color: #92400e !important;
}
.dash-nav-btn span {
    color: inherit !important;
    -webkit-text-fill-color: inherit !important;
}

/* 4. Plugin Customer Account Dashboard (/account) */
.account-page button,
.account-card button,
.account-profile button,
.account-secondary {
    background: linear-gradient(135deg, #c59b27 0%, #b45309 100%) !important;
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
    border: none !important;
    font-weight: 700 !important;
    border-radius: 8px !important;
    padding: 10px 20px !important;
    cursor: pointer !important;
    transition: all 0.2s ease !important;
}
.account-page button:hover,
.account-card button:hover,
.account-profile button:hover,
.account-secondary:hover {
    background: linear-gradient(135deg, #b45309 0%, #92400e 100%) !important;
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
}

/* --------------------------------------------------------------------------
   5. CÁC THẺ THỐNG KÊ (STATS & COUNTER CARDS) - NỀN VÀNG NÂU & CHỮ TRẮNG
   -------------------------------------------------------------------------- */
.bc-stat,
.elementor-element-627312e .e-con-full.e-child {
    background: linear-gradient(135deg, #c59b27 0%, #b8860b 45%, #996515 100%) !important;
    border: 1px solid rgba(255, 255, 255, 0.28) !important;
    border-radius: 16px !important;
    box-shadow: 0 10px 28px -8px rgba(153, 101, 21, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.35) !important;
    color: #ffffff !important;
}

.bc-stat:hover,
.elementor-element-627312e .e-con-full.e-child:hover {
    border-color: #ffffff !important;
    background: linear-gradient(135deg, #d4af37 0%, #c59b27 45%, #a87018 100%) !important;
    box-shadow: 0 16px 36px -8px rgba(153, 101, 21, 0.6), inset 0 1px 0 rgba(255, 255, 255, 0.5) !important;
}

/* Chữ số thống kê màu trắng nổi bật */
.bc-stat-val,
.elementor-element-627312e .elementor-counter-number-wrapper,
.elementor-element-627312e .elementor-counter-number,
.elementor-element-627312e .elementor-counter-number-prefix,
.elementor-element-627312e .elementor-counter-number-suffix {
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
    background: none !important;
    font-weight: 900 !important;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.25) !important;
}

/* Chữ nhãn bên dưới màu trắng */
.bc-stat-lbl,
.elementor-element-627312e .elementor-counter-title {
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
    font-weight: 700 !important;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2) !important;
}

/* Icon trong thẻ thống kê */
.elementor-element-627312e .elementor-icon svg {
    fill: #ffffff !important;
    color: #ffffff !important;
}

/* ==========================================================================
   RESPONSIVE FIX CHO MOBILE (<= 480px và <= 375px):
   - Ngăn tràn ngang toàn trang (body, html, main, footer, partner)
   - Khắc phục phần Calculator "Bạn đang mất bao nhiêu mỗi tháng" bị vỡ/tràn card & giá trị
   - Khắc phục phần FAQ "Câu Hỏi Thường Gặp" nội dung bị đẩy sát/tràn vào viền border
   ========================================================================== */

/* Chống tràn ngang tổng thể */
html, body, main#main-content {
    overflow-x: hidden !important;
    max-width: 100% !important;
}

/* Fix Hero section / Comparison cards GSAP animation overflow */
.bc-cmp,
.elementor-element-358f68c,
.elementor-element-358f68c .e-con-inner {
    overflow-x: hidden !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
}

/* Fix Footer copyright nowrap overflow */
footer,
.elementor-location-footer,
.elementor-1069,
.elementor-element-1ad4762e {
    overflow-x: hidden !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
}
footer .elementor-heading-title,
footer p,
.elementor-element-369093ad .elementor-heading-title {
    white-space: normal !important;
    word-break: break-word !important;
    overflow-wrap: anywhere !important;
}

/* Fix Partner Marquee logo overflow */
.bc-partner,
.bc-partner-inner,
.bc-pn,
.bc-pn-wrap,
.bc-pn-slider {
    overflow: hidden !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
}

/* ==========================================
   1. CALCULATOR (BẠN ĐANG MẤT BAO NHIÊU MỖI THÁNG)
   ========================================== */
@media (max-width: 480px) {
    .bc-calc {
        max-width: 100% !important;
        overflow: hidden !important;
        box-sizing: border-box !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .bc-calc-card {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        overflow: hidden !important;
        padding: 12px 10px !important;
        margin: 0 auto !important;
        gap: 14px !important;
        border-radius: 16px !important;
    }
    .bc-calc-pane,
    .bc-calc-res {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        overflow: hidden !important;
        padding: 8px 4px !important;
    }
    .bc-calc-dd {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
    }
    .bc-calc-dd-btn {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        padding: 8px 10px !important;
        gap: 6px !important;
        min-height: 44px !important;
    }
    .bc-calc-dd-l {
        min-width: 0 !important;
        flex: 1 1 auto !important;
        overflow: hidden !important;
        gap: 8px !important;
    }
    .bc-calc-dd-l img {
        width: 24px !important;
        height: 24px !important;
        flex-shrink: 0 !important;
    }
    .bc-calc-dd-l span {
        font-size: 13.5px !important;
        white-space: nowrap !important;
        overflow: hidden !important;
        text-overflow: ellipsis !important;
    }
    .bc-calc-dd-cb {
        font-size: 11px !important;
        padding: 2px 7px !important;
        flex-shrink: 0 !important;
        white-space: nowrap !important;
    }
    .bc-calc-vol {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        padding: 8px 12px !important;
        margin-bottom: 12px !important;
    }
    .bc-calc-vol input {
        font-size: 17px !important;
        min-width: 0 !important;
        width: 100% !important;
    }
    #bcc-pre {
        font-size: 17px !important;
    }
    .bc-calc-slider {
        width: 100% !important;
        box-sizing: border-box !important;
    }
    .bc-calc-presets {
        gap: 6px !important;
        margin-top: 10px !important;
        width: 100% !important;
        box-sizing: border-box !important;
    }
    .bc-calc-preset {
        flex: 1 1 calc(20% - 6px) !important;
        min-width: 42px !important;
        padding: 6px 4px !important;
        font-size: 11.5px !important;
        height: 32px !important;
        box-sizing: border-box !important;
    }
    .bc-calc-tiles {
        display: grid !important;
        grid-template-columns: 1fr 1fr !important;
        gap: 8px !important;
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        margin-bottom: 12px !important;
    }
    .bc-calc-tile {
        padding: 10px 8px !important;
        min-width: 0 !important;
        box-sizing: border-box !important;
        overflow: hidden !important;
    }
    .bc-calc-tile span {
        font-size: 11px !important;
        margin-bottom: 4px !important;
        white-space: nowrap !important;
        overflow: hidden !important;
        text-overflow: ellipsis !important;
    }
    .bc-calc-tile strong {
        font-size: 14px !important;
        word-break: break-word !important;
        overflow-wrap: anywhere !important;
        line-height: 1.2 !important;
    }
    .bc-calc-tiles .bc-calc-tile:not(.good) strong {
        font-size: 12.5px !important;
        white-space: normal !important;
        line-height: 1.25 !important;
        word-break: break-word !important;
        overflow-wrap: anywhere !important;
    }
    .bc-calc-loss {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        padding: 12px 10px !important;
        overflow: hidden !important;
    }
    .bc-calc-loss strong {
        font-size: 24px !important;
        line-height: 1.15 !important;
        word-break: break-word !important;
        overflow-wrap: anywhere !important;
    }
    .bc-calc-loss > span {
        font-size: 12px !important;
    }
    .bc-calc-math {
        font-size: 11px !important;
        white-space: normal !important;
        word-break: break-word !important;
        overflow-wrap: anywhere !important;
    }
    .bc-calc-cta {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        padding: 11px 12px !important;
        font-size: 13.5px !important;
        margin-top: 12px !important;
    }

    /* ==========================================
       2. FAQ (CÂU HỎI THƯỜNG GẶP)
       ========================================== */
    .bc-faq {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .bc-faq-cols {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        grid-template-columns: 1fr !important;
        gap: 10px !important;
    }
    .bc-faq-col {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        gap: 10px !important;
    }
    .bc-faq-item {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        overflow: hidden !important;
        border-radius: 12px !important;
        border: 1px solid #e2e8f0 !important;
    }
    .bc-faq-q {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        padding: 13px 14px !important;
        gap: 10px !important;
        display: flex !important;
        align-items: flex-start !important;
    }
    .bc-faq-qt {
        min-width: 0 !important;
        flex: 1 1 auto !important;
        font-size: 13.5px !important;
        line-height: 1.45 !important;
        word-break: break-word !important;
        overflow-wrap: anywhere !important;
    }
    .bc-faq-ic {
        flex: 0 0 18px !important;
        width: 18px !important;
        height: 18px !important;
        margin-top: 2px !important;
    }
    .bc-faq-ic svg {
        width: 16px !important;
        height: 16px !important;
    }
    .bc-faq-a {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        overflow: hidden !important;
        transition: max-height 0.35s ease, padding 0.35s ease !important;
    }
    .bc-faq-item:not(.open) .bc-faq-a {
        max-height: 0 !important;
        padding: 0 14px !important;
    }
    .bc-faq-item.open .bc-faq-a {
        max-height: 1000px !important;
        padding: 0 14px 14px 14px !important;
    }
    .bc-faq-a p,
    .bc-faq-a div,
    .bc-faq-a span,
    .bc-faq-a * {
        box-sizing: border-box !important;
        max-width: 100% !important;
        word-break: break-word !important;
        overflow-wrap: anywhere !important;
    }
    .bc-faq-a p,
    .bc-faq-a div {
        margin: 0 !important;
        padding: 0 !important;
        font-size: 13px !important;
        line-height: 1.65 !important;
        color: #475569 !important;
    }
    .bc-faq-a p + p,
    .bc-faq-a div + div,
    .bc-faq-a p + div {
        margin-top: 8px !important;
    }

    /* ==========================================
       3. CHƯƠNG TRÌNH KHUYẾN MÃI (BC-BONUS) - CĂN GIỮA & CHỐNG LỆCH
       ========================================== */
    .elementor-element.elementor-element-bcbonus1,
    .elementor-element-bcbonus1 {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
    .elementor-element-bcbonus2,
    .elementor-element-bcbonus2 .elementor-widget-container,
    .elementor-element-bcbonus2 .elementor-shortcode {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
    }
    .bc-bonus {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        margin: 0 auto !important;
    }
    .bc-bonus-head {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        text-align: center !important;
        margin-bottom: 24px !important;
    }
    .bc-bonus-title {
        text-align: center !important;
        margin: 0 auto 10px !important;
        font-size: clamp(22px, 5vw, 28px) !important;
    }
    .bc-bonus-sub {
        text-align: center !important;
        margin: 0 auto !important;
        font-size: 13.5px !important;
        line-height: 1.55 !important;
    }
    .bc-bonus-grid {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        grid-template-columns: 1fr !important;
        gap: 16px !important;
        padding: 0 !important;
        margin: 0 auto !important;
    }
    .bc-bonus-card {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        margin: 0 auto !important;
        padding: 16px 14px !important;
        border-radius: 16px !important;
    }
    .bc-bonus-thumb {
        margin: -16px -14px 14px !important;
        border-radius: 16px 16px 0 0 !important;
    }
    .bc-bonus-foot {
        display: flex !important;
        align-items: center !important;
        justify-content: space-between !important;
        gap: 8px !important;
        flex-wrap: wrap !important;
        padding-top: 12px !important;
    }
    .bc-bonus-exp {
        font-size: 12px !important;
        white-space: nowrap !important;
    }
    .bc-bonus-cta {
        padding: 8px 14px !important;
        font-size: 13px !important;
        white-space: nowrap !important;
    }
    .bc-bonus-all {
        width: 100% !important;
        text-align: center !important;
        margin-top: 24px !important;
    }
    .bc-bonus-allbtn {
        margin: 0 auto !important;
        display: inline-flex !important;
    }
}


