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

.cliente-nav-toggle {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.35rem 0.65rem;
  border: 1px solid rgba(255, 79, 160, 0.45);
  border-radius: 999px;
  background: rgba(255, 79, 160, 0.08);
  color: #ff8ccf !important;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.9rem;
}

.cliente-nav-toggle:hover,
.cliente-nav-toggle:focus,
.cliente-nav-toggle.show {
  color: #ff4fa0 !important;
  border-color: rgba(255, 79, 160, 0.75);
  background: rgba(255, 79, 160, 0.15);
}

.cliente-nav-avatar {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: linear-gradient(135deg, #ff4fa0, #ff8ccf);
  color: #0b0b0d;
  font-weight: 700;
  font-size: 0.75rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  overflow: hidden;
}

.cliente-nav-avatar--foto img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.cliente-nav-chevron {
  width: 14px;
  height: 14px;
  transition: transform 0.2s ease;
}

.cliente-nav-toggle.show .cliente-nav-chevron {
  transform: rotate(180deg);
}

.cliente-dropdown-menu {
  --bs-dropdown-bg: #121218;
  --bs-dropdown-border-color: rgba(255, 79, 160, 0.35);
  --bs-dropdown-divider-bg: rgba(255, 255, 255, 0.1);
  --bs-dropdown-link-color: #f8f9fa;
  --bs-dropdown-link-hover-color: #ffffff;
  --bs-dropdown-link-hover-bg: rgba(255, 79, 160, 0.12);
  min-width: 280px;
  padding: 0;
  background: #121218;
  border: 1px solid rgba(255, 79, 160, 0.35);
  border-radius: 12px;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.65);
  overflow: hidden;
  margin-top: 0.5rem !important;
}

.cliente-dropdown-header {
  padding: 1rem 1.1rem;
  text-align: center;
  background: rgba(10, 10, 15, 0.95);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.cliente-dropdown-avatar {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  margin: 0 auto 0.65rem;
  background: linear-gradient(135deg, #ff4fa0, #ff8ccf);
  color: #0b0b0d;
  font-weight: 700;
  font-size: 1.1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.cliente-dropdown-avatar--foto img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.cliente-dropdown-name {
  font-size: 1rem;
  font-weight: 700;
  color: #f8f9fa;
  margin: 0 0 0.25rem;
}

.cliente-dropdown-email {
  font-size: 0.85rem;
  color: #ff8ccf;
  margin: 0 0 0.15rem;
  word-break: break-all;
}

.cliente-dropdown-phone {
  font-size: 0.85rem;
  color: #b8b8c4;
  margin: 0;
}

.cliente-dropdown-links {
  background: #121218;
  padding: 0.35rem 0;
}

.cliente-dropdown-links .dropdown-item {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.55rem 1rem;
  font-size: 0.9rem;
  color: #f8f9fa;
}

.cliente-dropdown-links .dropdown-item:hover,
.cliente-dropdown-links .dropdown-item:focus {
  background: rgba(255, 79, 160, 0.12);
  color: #ffffff;
}

.cliente-dropdown-links .dropdown-item svg {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  color: #ff8ccf;
}

.cliente-dropdown-footer {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  background: #121218;
  padding: 0.35rem 0;
}

.cliente-dropdown-logout {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.55rem 1rem;
  font-size: 0.9rem;
  color: #ff6b7a !important;
  font-weight: 400;
}

.cliente-dropdown-logout svg {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  color: #ff6b7a !important;
}

.cliente-dropdown-logout:hover,
.cliente-dropdown-logout:focus {
  background: rgba(220, 53, 69, 0.15) !important;
  color: #ff8a96 !important;
}

@media (max-width: 991.98px) {
  .cliente-nav-item {
    width: 100%;
    margin-top: 0.5rem;
  }

  .cliente-nav-toggle {
    width: 100%;
    justify-content: center;
  }

  .cliente-dropdown-menu {
    width: 100%;
    position: static !important;
    transform: none !important;
    margin-top: 0.5rem !important;
  }
}
