/* CashPlus Header - Style mới */
.cashplus-header {
  width: 100%;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 1000;
  background: #fff;
  box-shadow: 0 2px 16px rgba(57,48,137,0.06);
  transition: box-shadow 0.3s, background 0.3s;
}
.cashplus-header-container {
  /* max-width: 1400px; */
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 80px; /*32px;*/
  height: 72px;
}
.cashplus-logo {
  display: flex;
  align-items: center;
  height: 56px;
}
.cashplus-logo img {
  height: 40px;
  display: block;
}
.logo-invert { display: none; }

.cashplus-menu {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: Inter, Open Sans, Helvetica, Arial, sans-serif !important;
}
.cashplus-menu ul {
  display: flex;
  gap: 32px;
  list-style: none;
  margin: 0;
  padding: 0;
  flex-wrap: nowrap;
  overflow-x: auto;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}
.cashplus-menu-link {
  position: relative;
  display: inline-block;
  font-size: 1.08rem;
  /*font-weight: 500;*/
  color: #393089;
  text-decoration: none;
  padding: 8px 0;
  transition: color 0.2s;
}
.cashplus-menu-link::after {
  content: '';
  display: block;
  width: 0;
  height: 2.5px;
  background: linear-gradient(90deg, #393089 0%, #f15725 100%);
  border-radius: 2px;
  transition: width 0.3s cubic-bezier(0.4,0,0.2,1);
  margin-top: 4px;
}
.cashplus-menu-link:hover,
.cashplus-menu-link:focus {
  color: #f15725;
}
.cashplus-menu-link:hover::after,
.cashplus-menu-link:focus::after {
  width: 100%;
}
.cashplus-cta {
  background: #4B3DBB;
  color: #fff !important;
  border-radius: 8px;
  padding: 8px 18px;
  font-weight: 500;
  font-size: 1rem;
  box-shadow: 0 2px 8px rgba(57,48,137,0.10);
  border: none;
  transition: background 0.2s, box-shadow 0.2s;
  margin-left: 12px;
  display: inline-block;
  letter-spacing: 0.01em;
}
.cashplus-cta:hover, .cashplus-cta:focus {
  background: #6454F0;
  color: #fff;
  box-shadow: 0 4px 16px rgba(57,48,137,0.15);
  text-decoration: none;
  outline: none;
}

/* Hamburger menu */
.cashplus-menu-toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 1100;
}
.cashplus-menu-toggle span {
  display: block;
  width: 28px;
  height: 3px;
  background: #393089;
  margin: 4px 0;
  border-radius: 2px;
  transition: all 0.3s;
}

/* Mobile menu */
.cashplus-menu-mobile {
  display: none;
  position: fixed;
  top: 0; right: 0; bottom: 0;
  width: 66vw;
  max-width: 340px;
  background: #fff;
  box-shadow: -2px 0 24px rgba(57,48,137,0.12);
  z-index: 2000;
  transform: translateX(100%);
  transition: transform 0.35s cubic-bezier(0.4,0,0.2,1);
  padding: 0 0 32px 0;
  overflow-y: auto;
  max-height: 100vh;
}
.cashplus-menu-mobile.open {
  transform: translateX(0);
  display: block;
}
.cashplus-menu-mobile-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 18px 0 18px;
  height: 64px;
}
.cashplus-logo-mobile img {
  height: 36px;
}
.cashplus-menu-close {
  background: none;
  border: none;
  font-size: 2.2rem;
  color: #393089;
  cursor: pointer;
  line-height: 1;
}
.cashplus-menu-mobile ul {
  list-style: none;
  margin: 32px 0 0 0;
  padding: 0 24px;
  display: flex;
  flex-direction: column;
  gap: 2px;
  overflow-y: auto;
  max-height: 80vh;
}
.cashplus-menu-mobile .cashplus-menu-link {
  font-size: 1.15rem;
  color: #393089;
  padding: 10px 0;
  border-bottom: 1px solid #f3f3f3;
}
.cashplus-menu-mobile .cashplus-cta {
  margin-left: 0;
  margin-top: 14px;
  width: 100%;
  text-align: center;
  padding: 10px 0;
  font-size: 1.05rem;
  border-radius: 8px;
}

/* Overlay cho menu mobile */
.cashplus-menu-overlay {
  display: none;
  position: fixed;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(32, 26, 80, 0.32);
  z-index: 1999;
  transition: opacity 0.3s;
}
.cashplus-menu-overlay.open {
  display: block;
  opacity: 1;
}

/* Responsive */
@media (max-width: 1200px) {
  .cashplus-menu {
    display: none;
  }
  .cashplus-menu-toggle {
    display: flex;
  }
}
@media (max-width: 1024px) {
  .cashplus-header-container {
    padding: 0 8px;
  }
  .cashplus-menu-link {
    font-size: 0.95rem;
    padding: 5px 0;
  }
}
@media (max-width: 900px) {
  .cashplus-menu-mobile {
    display: block;
  }
}
@media (max-width: 600px) {
  .cashplus-header-container {
    height: 56px;
  }
  .cashplus-logo img {
    height: 30px;
  }
  .cashplus-menu-mobile-header {
    height: 48px;
    padding: 10px 10px 0 10px;
  }
}

/* Ẩn logo invert mặc định, chỉ show khi cần (ví dụ: nền tối) */
.logo-invert { display: none; }

.cashplus-header.header-transparent {
  background: rgba(255,255,255,0.15);
  box-shadow: none;
  backdrop-filter: blur(8px);
  transition: background 0.3s, box-shadow 0.3s, backdrop-filter 0.3s;
} 