/* ========== Enhanced Header Styles ========== */
.site-header-enhanced {
  background: var(--header-bg-color, #fff);
  border-bottom: none;
  position: relative;
  z-index: 1000;
}

.site-header-enhanced.scrolled .header-nav-bar,
.site-header-enhanced.header-pinned .header-nav-bar {
  box-shadow: 0 2px 20px rgba(0,0,0,0.1);
}

.header-collapsible-group {
  position: relative;
  z-index: 1001;
}

.site-header-enhanced.header-pinned .header-collapsible-group {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1001;
  transform: translateY(calc(-1 * var(--header-collapse-px, 0px)));
  will-change: transform;
}

.site-header-enhanced.header-pinned .header-nav-bar {
  position: fixed;
  top: var(--header-nav-top, 0px);
  left: 0;
  right: 0;
  z-index: 1000;
  overflow: visible;
}

.site-header-enhanced.header-pinned .header-nav-bar .container {
  overflow: visible;
}

.site-header-enhanced.header-scrolling .header-collapsible-group,
.site-header-enhanced.header-scrolling .header-nav-bar {
  transition: none;
}

#headerNavSpacer {
  display: block;
  height: 0;
  width: 100%;
  pointer-events: none;
  overflow-anchor: none;
}

.site-header-enhanced.header-scrolling #headerNavSpacer {
  transition: none;
}

.header-top-bar {
  background: var(--secondary-color, #314056);
  color: #fff;
  padding: 12px 0;
  font-size: 15px;
}

.header-top-bar a {
  color: rgba(255,255,255,0.92);
  text-decoration: none;
}

.header-top-bar a:hover {
  color: #fff;
}

.header-top-bar .container {
  max-width: 100% !important;
  padding-left: clamp(1.5rem, 5vw, 3.5rem);
  padding-right: clamp(1.5rem, 5vw, 3.5rem);
}

.header-top-bar__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
}

.header-top-contact {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px 18px;
}

.header-top-contact__item {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  white-space: nowrap;
}

.header-top-contact__item i {
  font-size: 16px;
  opacity: 0.9;
}

.header-top-contact__item--phone-2 {
  display: inline-flex;
}

.header-top-social {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-left: auto;
}

.header-top-social__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 5px;
  background: rgba(255,255,255,0.12);
  color: #fff;
  font-size: 16px;
  transition: background 0.2s, transform 0.2s;
}

.header-top-social__link:hover {
  background: rgba(255,255,255,0.22);
  color: #fff;
  transform: translateY(-1px);
}

.header-brand-bar {
  background: var(--header-bg-color, #fff);
  border-bottom: 2px solid var(--brand-sky, #c3d5e9);
  padding: 0;
}

.header-brand-bar .container {
  max-width: 100% !important;
  padding-left: clamp(1.5rem, 5vw, 3.5rem);
  padding-right: clamp(1.5rem, 5vw, 3.5rem);
}

.header-regulatory {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 8px;
  padding: 4px 0 2px;
  border-bottom: none;
  font-size: 17px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--secondary-color, #314056);
}

.header-regulatory__regd {
  justify-self: start;
  text-align: left;
  white-space: nowrap;
}

.header-regulatory__act {
  grid-column: 2;
  justify-self: end;
  text-align: right;
  white-space: nowrap;
}

.header-brand-bar__main {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px 0 8px;
  overflow: hidden;
}

.header-brand-bar__main .header-brand {
  max-width: 100%;
}

.header-brand-bar .header-brand {
  margin-left: 0;
}

.header-brand-bar .header-brand img {
  max-height: 112px;
  width: auto;
}

.header-brand-bar .nv-brand-telugu {
  font-size: clamp(1.875rem, 4.25vw, 3.125rem);
  font-weight: 800;
  line-height: 1.32;
  letter-spacing: 0.05em;
  overflow: hidden;
  padding: 4px 0 6px;
  box-sizing: content-box;
  min-height: 1.45em;
  height: 1.45em;
}

.header-brand-bar .nv-brand-telugu__variant--te,
.header-brand-bar .nv-brand-telugu__variant--en {
  font-size: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
}

.header-nav-bar {
  background: var(--primary-color, #92d04f);
  color: #fff;
}

.header-nav-bar .container {
  max-width: 100% !important;
  padding-left: clamp(1rem, 2.5vw, 2.5rem);
  padding-right: clamp(1rem, 2.5vw, 2.5rem);
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  column-gap: 0;
  min-height: 56px;
}

.header-nav-bar .header-nav {
  justify-content: flex-start;
  flex-wrap: nowrap;
  gap: 0;
  margin-left: 0.5rem;
  margin-right: 0;
  padding-left: 0.25rem;
  min-width: 0;
  width: 100%;
  overflow: visible;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}

.header-nav-bar .header-nav::-webkit-scrollbar {
  display: none;
}

.header-nav-bar .header-nav-link {
  display: inline-flex;
  align-items: center;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  border-radius: 0;
  padding: 12px 10px;
  gap: 7px;
  white-space: nowrap;
  flex-shrink: 0;
}

.header-nav-bar .header-nav-link i {
  flex: 0 0 auto;
  font-size: 18px;
  line-height: 1;
}

@media (min-width: 992px) {
  .header-nav-bar .header-nav-link {
    font-size: clamp(11px, 0.6vw + 5.5px, 15px);
    padding: 10px clamp(4px, 0.38vw, 10px);
    gap: clamp(5px, 0.32vw, 7px);
    letter-spacing: clamp(0.01em, 0.02vw, 0.04em);
  }

  .header-nav-bar .header-nav-item:has(+ .nv-header-dropdown) .header-nav-link {
    padding-right: 8px;
  }

  .header-nav-bar .header-nav-item.nv-header-dropdown > .header-nav-link {
    padding-left: 8px;
  }
}

@media (max-width: 1400px) {
  .header-nav-bar .header-nav-link i {
    font-size: 17px;
  }
}

@media (max-width: 1280px) {
  .header-nav-bar .header-nav-link i {
    font-size: 15px;
  }

  .header-nav-bar .megamenu-trigger::after {
    padding: 3px;
    margin-left: 6px;
  }
}

@media (max-width: 1200px) {
  .header-nav-bar .header-nav-link i {
    font-size: 14px;
  }
}

.header-nav-bar .megamenu-trigger::after {
  flex-shrink: 0;
  border-color: #fff;
  padding: 4px;
  margin-left: 7px;
}

.header-nav-bar .header-nav-link:hover,
.header-nav-bar .header-nav-link:focus-visible {
  background: rgba(239, 192, 102, 0.35);
  color: #fff;
}

.header-nav-bar .header-nav-link.active {
  background: rgba(239, 192, 102, 0.45);
  color: #fff;
}

.header-nav-bar .header-actions {
  flex: 0 0 auto;
  margin-left: auto;
  gap: 0;
  position: relative;
  z-index: 3;
  background: var(--primary-color, #92d04f);
  padding-left: 12px;
  padding-right: 4px;
  box-shadow: -10px 0 14px -10px rgba(49, 64, 86, 0.18);
}

.header-nav-end {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  margin-left: 0;
  padding-left: 0;
  border-left: none;
}

.header-nav-bar .auth-buttons {
  gap: 8px;
}

.header-nav-bar .auth-buttons .btn-auth {
  padding: 8px 20px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.3;
  border-width: 1.5px;
}

.header-nav-bar .btn-auth-outline {
  color: #fff;
  border-color: rgba(255,255,255,0.85);
}

.header-nav-bar .btn-auth-outline:hover {
  background: rgba(255,255,255,0.15);
  color: #fff;
  border-color: #fff;
}

.header-nav-bar .btn-auth-primary {
  background: var(--secondary-color, #314056);
  border: 1px solid var(--secondary-color, #314056);
}

.header-nav-bar .btn-auth-primary:hover {
  background: #1e293b;
  color: #fff;
}

.header-nav-bar .mobile-menu-btn {
  background: rgba(255,255,255,0.2);
  color: #fff;
}

.header-nav-bar .mobile-menu-btn:hover {
  background: rgba(255,255,255,0.35);
  color: #fff;
}

.trending-ticker {
  display: flex;
  align-items: center;
  gap: 16px;
  overflow: hidden;
  flex: 1;
}

.trending-label {
  background: rgba(255,255,255,0.2);
  padding: 4px 12px;
  border-radius: 4px;
  font-weight: 600;
  font-size: 11px;
  text-transform: uppercase;
  white-space: nowrap;
  flex-shrink: 0;
  margin-right: 8px;
}

.trending-items-wrapper {
  overflow: hidden;
  flex: 1;
}

.trending-items {
  display: flex;
  gap: 24px;
  animation: ticker 30s linear infinite;
  padding-left: 10px;
}

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

.header-main {
  padding: 10px 0;
}

.header-brand {
  display: flex;
  align-items: center;
  text-decoration: none;
  flex-shrink: 0;
  min-width: 0;
}

/* Legacy .header-main kept for media query references */
.header-main .header-brand {
  margin-left: 0;
}

.nv-brand-lockup {
  display: flex;
  align-items: center;
  gap: 16px;
  min-width: 0;
}

.nv-brand-logo-wrap {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}

.header-brand img {
  max-height: 56px;
  width: auto;
}

.nv-brand-telugu {
  display: inline-grid;
  grid-template-columns: 1fr;
  align-items: center;
  line-height: 1.18;
  color: #efc066;
  font-family: 'Noto Sans Telugu', system-ui, sans-serif;
  font-weight: 800;
  font-size: 15px;
  letter-spacing: 0.04em;
  text-align: left;
  position: relative;
  overflow: hidden;
  perspective: 500px;
}

.nv-brand-telugu__variant {
  grid-column: 1;
  grid-row: 1;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  opacity: 0;
  transform: translate3d(0, 100%, 0);
  filter: blur(4px);
  transform-origin: 0 50%;
  backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  pointer-events: none;
  animation: nvBrandSwap 10s infinite;
  will-change: opacity, transform, filter;
}

.nv-brand-telugu__variant--en {
  font-family: 'Inter', 'Segoe UI', system-ui, sans-serif;
  font-weight: 800;
  letter-spacing: 0.04em;
  animation-delay: 4.8s;
}

@media (min-width: 992px) {
  .site-header-enhanced.header-pinned .nv-brand-telugu__variant {
    animation: none !important;
    opacity: 1 !important;
    transform: none !important;
    filter: none !important;
    visibility: visible !important;
    will-change: auto !important;
  }

  .site-header-enhanced.header-pinned .nv-brand-telugu__variant--en {
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
  }
}

.nv-brand-telugu__name {
  display: block;
  white-space: nowrap;
}

.nv-brand-telugu__line1,
.nv-brand-telugu__line2 {
  display: block;
  white-space: nowrap;
}

/* Vertical cross-slide + soft blur; sequential handoff (TE exits before EN enters). */
@keyframes nvBrandSwap {
  0% {
    opacity: 0;
    visibility: hidden;
    filter: blur(5px);
    transform: translate3d(0, 100%, 0);
    animation-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
  }
  4% {
    opacity: 1;
    visibility: visible;
    filter: blur(0);
    transform: translate3d(0, 0, 0);
  }
  46% {
    opacity: 1;
    visibility: visible;
    filter: blur(0);
    transform: translate3d(0, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0, 0.85, 0.2);
  }
  48% {
    opacity: 0;
    visibility: hidden;
    filter: blur(4px);
    transform: translate3d(0, -100%, 0);
  }
  48.01%, 100% {
    opacity: 0;
    visibility: hidden;
    filter: blur(5px);
    transform: translate3d(0, 100%, 0);
  }
}

.header-brand-text {
  font-size: 20px;
  font-weight: 700;
  color: var(--primary-color, #92d04f);
}

.header-brand-bar .header-brand-text {
  font-size: clamp(1.5rem, 3.5vw, 2.5rem);
  color: #efc066;
  white-space: nowrap;
}

/* Navigation */
.header-nav {
  display: flex;
  align-items: center;
  gap: 2px;
  flex: 1;
  justify-content: center;
}

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

.header-nav-link {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 8px 12px;
  color: var(--text-color, #334155);
  text-decoration: none;
  font-weight: 500;
  font-size: 14px;
  border-radius: 6px;
  transition: all 0.2s;
  white-space: nowrap;
}

.header-nav-link:hover {
  background: rgba(239, 192, 102, 0.12);
  color: var(--accent-color, #efc066);
}

.header-nav-link.active {
  color: var(--accent-color, #efc066);
}

.header-nav-link i {
  font-size: 14px;
}

/* Saved Articles Dropdown */
.saved-dropdown {
  position: absolute;
  top: 100%;
  right: 0;
  width: 360px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 10px 40px rgba(0,0,0,0.15);
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.3s ease;
  z-index: 1000;
}

.saved-dropdown.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.saved-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 20px;
  border-bottom: 1px solid #e2e8f0;
}

.saved-header h6 {
  margin: 0;
  font-size: 15px;
  font-weight: 600;
}

.saved-header a {
  font-size: 13px;
  color: var(--primary-color, #92d04f);
  text-decoration: none;
}

.saved-list {
  max-height: 350px;
  overflow-y: auto;
}

.saved-item {
  display: flex;
  gap: 12px;
  padding: 12px 20px;
  border-bottom: 1px solid #f1f5f9;
  transition: background 0.2s;
  text-decoration: none;
  color: inherit;
}

.saved-item:hover {
  background: #f8fafc;
}

.saved-item-thumb {
  width: 60px;
  height: 45px;
  border-radius: 6px;
  object-fit: cover;
  background: #f1f5f9;
  flex-shrink: 0;
}

.saved-item-content {
  flex: 1;
  min-width: 0;
}

.saved-item-content h6 {
  margin: 0 0 4px;
  font-size: 13px;
  font-weight: 600;
  color: #1e293b;
  line-height: 1.3;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.saved-item-content .meta {
  font-size: 11px;
  color: #64748b;
}

.saved-empty {
  padding: 40px;
  text-align: center;
  color: #94a3b8;
}

.saved-footer {
  padding: 12px 20px;
  text-align: center;
  border-top: 1px solid #e2e8f0;
}

.saved-footer a {
  color: var(--primary-color, #92d04f);
  text-decoration: none;
  font-size: 13px;
  font-weight: 500;
}

/* Categories Megamenu */
.megamenu-trigger {
  cursor: pointer;
}

.megamenu-trigger::after {
  content: '';
  border: solid currentColor;
  border-width: 0 2px 2px 0;
  padding: 3px;
  transform: rotate(45deg);
  margin-left: 6px;
  transition: transform 0.2s;
}

.megamenu-trigger:hover::after,
.megamenu-trigger.active::after {
  transform: rotate(-135deg);
}

.megamenu {
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 10px 40px rgba(0,0,0,0.15);
  padding: 24px;
  min-width: 600px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.3s ease;
  z-index: 1000;
}

.megamenu.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.megamenu-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.megamenu-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 12px;
  border-radius: 10px;
  text-decoration: none;
  color: inherit;
  transition: all 0.2s;
}

.megamenu-item:hover {
  background: rgba(239, 192, 102, 0.10);
}

.megamenu-icon {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: linear-gradient(135deg, var(--primary-color, #92d04f), #efc066);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 18px;
  flex-shrink: 0;
}

.megamenu-content h6 {
  margin: 0 0 4px;
  font-size: 14px;
  font-weight: 600;
  color: #1e293b;
}

.megamenu-content p {
  margin: 0;
  font-size: 12px;
  color: #64748b;
}

.megamenu-count {
  font-size: 11px;
  color: var(--primary-color, #92d04f);
  font-weight: 600;
}

/* Compact nav dropdowns (deposits, loans, calculators, login) */
.nav-dropdown-trigger {
  cursor: pointer;
  user-select: none;
}

.nav-dropdown-panel {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 280px;
  max-width: min(340px, 92vw);
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 12px 40px rgba(15, 23, 42, 0.12);
  padding: 8px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s;
  z-index: 1002;
  border: 1px solid rgba(15, 23, 42, 0.06);
}

.nav-dropdown-panel.nav-dropdown-panel--end {
  left: auto;
  right: 0;
}

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

.nav-dropdown-link {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 10px;
  padding: 10px 12px;
  border-radius: 8px;
  text-decoration: none;
  color: #1e293b;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.25;
  transition: background 0.15s, color 0.15s;
}

.nav-dropdown-link__icon {
  flex-shrink: 0;
  width: 1.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #64748b;
  font-size: 1.1rem;
  margin-top: 1px;
}

.nav-dropdown-link:hover .nav-dropdown-link__icon,
.nav-dropdown-link:focus-visible .nav-dropdown-link__icon {
  color: var(--primary-color, #92d04f);
}

.nav-dropdown-link__text {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}

.nav-dropdown-link:hover {
  background: #f1f5f9;
  color: var(--primary-color, #92d04f);
}

.nav-dropdown-link small {
  font-size: 11px;
  font-weight: 500;
  color: #64748b;
}

.nav-dropdown-divider {
  height: 1px;
  background: #e2e8f0;
  margin: 6px 4px;
}

.header-top-strapline {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 500;
  opacity: 0.95;
  flex: 1;
  min-width: 0;
}

.header-top-strapline i {
  flex-shrink: 0;
}

.mobile-nav-details {
  border-bottom: 1px solid #f1f5f9;
  margin-bottom: 0;
}

.mobile-nav-details summary {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 14px 0;
  font-size: 16px;
  font-weight: 600;
  color: #334155;
  cursor: pointer;
}

.mobile-nav-summary-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
}

.mobile-nav-details summary::-webkit-details-marker {
  display: none;
}

.mobile-nav-details summary::after {
  content: '';
  border: solid #64748b;
  border-width: 0 2px 2px 0;
  padding: 3px;
  transform: rotate(45deg);
  transition: transform 0.2s;
}

.mobile-nav-details[open] summary::after {
  transform: rotate(-135deg);
}

.mobile-nav-details .mobile-nav-sublink {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 0 10px 12px;
  font-size: 14px;
  font-weight: 500;
  color: #475569;
  text-decoration: none;
  border-left: 2px solid #e2e8f0;
  margin-left: 8px;
}

.mobile-nav-details .mobile-nav-sublink > .bi {
  flex-shrink: 0;
  font-size: 1.05rem;
  opacity: 0.85;
  color: #64748b;
}

.mobile-nav-details .mobile-nav-sublink:hover > .bi {
  color: var(--primary-color, #92d04f);
  opacity: 1;
}

.mobile-nav-details .mobile-nav-sublink:hover {
  color: var(--primary-color, #92d04f);
}

/* Header Actions */
.header-actions {
  display: flex;
  align-items: center;
  gap: 8px;
}

.header-action-btn {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: none;
  background: #f1f5f9;
  color: #475569;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  font-size: 18px;
}

.header-action-btn:hover {
  background: #e2e8f0;
  color: var(--primary-color, #92d04f);
}

.header-action-btn .badge {
  position: absolute;
  top: -2px;
  right: -2px;
  background: var(--primary-color, #92d04f);
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  min-width: 18px;
  height: 18px;
  border-radius: 9px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 4px;
}

/* Mobile drawer subsection titles */
.mobile-nav-section-title {
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #94a3b8;
  margin-bottom: 12px;
}

.mobile-nav-section-title--tight {
  margin-bottom: 8px;
}

[data-theme="dark"] .mobile-nav-section-title {
  color: #64748b;
}

/* Notifications Dropdown */
.notifications-dropdown {
  position: absolute;
  top: 100%;
  right: 0;
  width: 380px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 10px 40px rgba(0,0,0,0.15);
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.3s ease;
  z-index: 1000;
}

.notifications-dropdown.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.notifications-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 20px;
  border-bottom: 1px solid #e2e8f0;
}

.notifications-header h6 {
  margin: 0;
  font-size: 15px;
  font-weight: 600;
}

.notifications-header a {
  font-size: 13px;
  color: var(--primary-color, #92d04f);
  text-decoration: none;
}

.notifications-list {
  max-height: 350px;
  overflow-y: auto;
}

.notification-item {
  display: flex;
  gap: 12px;
  padding: 14px 20px;
  border-bottom: 1px solid #f1f5f9;
  transition: background 0.2s;
  cursor: pointer;
}

.notification-item:hover {
  background: #f8fafc;
}

.notification-item.unread {
  background: #fef2f2;
}

.notification-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 16px;
}

.notification-icon.comment { background: #dbeafe; color: #2563eb; }
.notification-icon.reaction { background: #fce7f3; color: #db2777; }
.notification-icon.follow { background: #d1fae5; color: #059669; }
.notification-icon.article { background: #fef3c7; color: #d97706; }
.notification-icon.system { background: #e2e8f0; color: #475569; }

.notification-content {
  flex: 1;
  min-width: 0;
}

.notification-content p {
  margin: 0;
  font-size: 14px;
  color: #334155;
  line-height: 1.4;
}

.notification-content .time {
  font-size: 12px;
  color: #94a3b8;
  margin-top: 4px;
}

.notifications-empty {
  padding: 40px;
  text-align: center;
  color: #94a3b8;
}

.notifications-footer {
  padding: 12px 20px;
  text-align: center;
  border-top: 1px solid #e2e8f0;
}

.notifications-footer a {
  color: var(--primary-color, #92d04f);
  text-decoration: none;
  font-size: 13px;
  font-weight: 500;
}

/* User Menu Dropdown */
.user-menu-trigger {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 6px 12px 6px 6px;
  background: #f1f5f9;
  border-radius: 50px;
  cursor: pointer;
  transition: all 0.2s;
  border: none;
}

.user-menu-trigger:hover {
  background: #e2e8f0;
}

.user-avatar {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--primary-color, #92d04f), #f97316);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 14px;
  overflow: hidden;
}

.user-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.user-name {
  font-size: 14px;
  font-weight: 500;
  color: #334155;
  max-width: 100px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.user-menu-dropdown {
  position: absolute;
  top: 100%;
  right: 0;
  width: 280px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 10px 40px rgba(0,0,0,0.15);
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.3s ease;
  z-index: 1000;
}

.user-menu-dropdown.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.user-menu-header {
  padding: 20px;
  border-bottom: 1px solid #e2e8f0;
  text-align: center;
}

.user-menu-header .avatar-lg {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--primary-color, #92d04f), #f97316);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 24px;
  margin: 0 auto 12px;
  overflow: hidden;
}

.user-menu-header .avatar-lg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.user-menu-header h6 {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  color: #1e293b;
}

.user-menu-header p {
  margin: 4px 0 0;
  font-size: 13px;
  color: #64748b;
}

.user-menu-list {
  padding: 8px 0;
}

.user-menu-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 20px;
  color: #334155;
  text-decoration: none;
  transition: all 0.2s;
}

.user-menu-item:hover {
  background: #f8fafc;
  color: var(--primary-color, #92d04f);
}

.user-menu-item i {
  font-size: 18px;
  width: 24px;
  text-align: center;
}

.user-menu-item .count {
  margin-left: auto;
  background: #f1f5f9;
  padding: 2px 8px;
  border-radius: 10px;
  font-size: 12px;
  font-weight: 600;
  color: #64748b;
}

.user-menu-divider {
  height: 1px;
  background: #e2e8f0;
  margin: 8px 0;
}

.user-menu-footer {
  padding: 12px 20px;
  border-top: 1px solid #e2e8f0;
}

.user-menu-footer form {
  margin: 0;
}

.user-menu-footer button {
  width: 100%;
  padding: 10px;
  background: #fee2e2;
  color: #dc2626;
  border: none;
  border-radius: 8px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s;
}

.user-menu-footer button:hover {
  background: #fecaca;
}

/* Auth Buttons */
.auth-buttons {
  display: flex;
  gap: 8px;
}

.btn-auth {
  padding: 10px 20px;
  border-radius: 50px;
  font-weight: 500;
  font-size: 14px;
  text-decoration: none;
  transition: all 0.2s;
}

.btn-auth-primary {
  background: var(--primary-color, #92d04f);
  color: #fff;
  border: 2px solid transparent;
}

.btn-auth-primary:hover {
  background: #b91c1c;
  color: #fff;
}

.btn-auth-outline {
  background: transparent;
  color: var(--primary-color, #92d04f);
  border: 2px solid var(--primary-color, #92d04f);
}

.btn-auth-outline:hover {
  background: var(--primary-color, #92d04f);
  color: #fff;
}

/* Mobile Menu */
.mobile-menu-btn {
  display: none;
  background: #f1f5f9;
  border: none;
  font-size: 20px;
  color: #334155;
  cursor: pointer;
  padding: 0;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  transition: all 0.2s;
  flex-shrink: 0;
}

.mobile-menu-btn:hover {
  background: #e2e8f0;
  color: var(--primary-color, #92d04f);
}

.mobile-nav {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  z-index: 9999;
  overflow-y: auto;
  overscroll-behavior: contain;
  transform: translateX(-100%);
  transition: transform 0.28s cubic-bezier(0.4, 0, 0.2, 1);
  visibility: hidden;
}

.mobile-nav.show {
  transform: translateX(0);
  visibility: visible;
}

.mobile-nav-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 20px;
  border-bottom: 1px solid #e2e8f0;
}

.mobile-nav-header .header-brand {
  flex: 1;
  min-width: 0;
  margin-right: 8px;
}

.mobile-nav-close {
  background: none;
  border: none;
  font-size: 24px;
  color: #64748b;
  cursor: pointer;
}

.mobile-nav-body {
  padding: 20px;
}

.mobile-nav-link {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 0;
  color: #334155;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  border-bottom: 1px solid #f1f5f9;
}

.mobile-nav-link i {
  font-size: 20px;
  width: 28px;
}

.mobile-nav-section {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid #e2e8f0;
}

.mobile-nav-body > .mobile-nav-section:first-child {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}

.mobile-nav-auth-actions {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 12px;
}

.mobile-nav-auth-actions:not(:has(button)) {
  display: none;
  margin: 0;
}

.mobile-nav-auth-actions .btn-auth {
  text-align: center;
}

/* Hide guest Login/Register pills — keep in DOM for easy restore */
.header-nav-bar .auth-buttons {
  display: none !important;
}

.mobile-nav-auth-actions > .btn-auth-outline,
.mobile-nav-auth-actions > .btn-auth-primary {
  display: none !important;
}

.mobile-nav-contact {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid #e2e8f0;
}

.mobile-nav-contact__phones {
  display: flex;
  flex-direction: column;
}

.mobile-nav-contact__phones--grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 12px;
}

.mobile-nav-contact__phones--grid .mobile-nav-contact__item {
  padding: 8px 0;
  font-size: 14px;
}

.mobile-nav-contact__item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 0;
  color: #334155;
  text-decoration: none;
  font-size: 15px;
  font-weight: 500;
}

.mobile-nav-contact__item i {
  font-size: 18px;
  width: 28px;
  color: var(--secondary-color, #314056);
  flex-shrink: 0;
}

.mobile-nav-contact__item:hover {
  color: var(--primary-color, #92d04f);
}

.mobile-nav-social {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 12px;
}

.mobile-nav-social__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 8px;
  background: var(--secondary-color, #314056);
  color: #fff;
  font-size: 18px;
  text-decoration: none;
  transition: background 0.2s, transform 0.2s;
}

.mobile-nav-social__link:hover {
  background: #1e293b;
  color: #fff;
  transform: translateY(-1px);
}

.mobile-menu-btn--brand {
  display: none;
}

@media (max-width: 991px) {
  .header-top-bar { display: none !important; }
  .header-nav-bar { display: none !important; }

  .header-brand-bar {
    position: sticky;
    top: 0;
    z-index: 1000;
    background: var(--header-bg-color, #fff);
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
  }

  .site-header-enhanced.scrolled .header-brand-bar,
  .site-header-enhanced.header-pinned .header-brand-bar {
    box-shadow: 0 2px 16px rgba(0, 0, 0, 0.1);
  }

  .header-nav-bar .header-nav, .megamenu { display: none; }
  .mobile-nav { display: block; }
  .user-name { display: none; }
  .megamenu { min-width: 100%; }
  .notifications-dropdown, .user-menu-dropdown { width: 100%; right: -100px; }
  #savedContainer { display: none; }

  .header-brand-bar .container {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .header-brand-bar__main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 8px 0;
    overflow: visible;
  }

  .header-brand-bar .header-brand {
    flex: 1;
    min-width: 0;
    justify-content: flex-start;
  }

  .header-brand-bar .nv-brand-lockup {
    align-items: center;
    flex: 1;
    gap: 8px;
    min-width: 0;
  }

  .header-brand-bar .header-brand img {
    max-height: 56px;
  }

  .header-brand-bar .nv-brand-telugu,
  .mobile-nav-header .nv-brand-telugu {
    display: inline-grid;
    grid-template-columns: 1fr;
    align-items: center;
    flex: 1;
    min-width: 0;
    font-size: clamp(0.82rem, 3.2vw, 1rem);
    line-height: 1.32;
    min-height: 2.6em;
    overflow: hidden;
    perspective: 500px;
    padding: 2px 0 4px;
  }

  .header-brand-bar .nv-brand-telugu__variant,
  .mobile-nav-header .nv-brand-telugu__variant {
    grid-column: 1;
    grid-row: 1;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    opacity: 0;
    transform: translate3d(0, 100%, 0);
    filter: blur(4px);
    animation: nvBrandSwap 10s infinite;
    pointer-events: none;
  }

  .header-brand-bar .nv-brand-telugu__variant--en,
  .mobile-nav-header .nv-brand-telugu__variant--en {
    font-family: 'Inter', 'Segoe UI', system-ui, sans-serif;
    font-size: clamp(0.68rem, 2.5vw, 0.82rem);
    font-weight: inherit;
    letter-spacing: 0.02em;
    color: inherit;
    animation-delay: 4.8s;
  }

  .header-brand-bar .nv-brand-telugu__variant--te .nv-brand-telugu__name,
  .mobile-nav-header .nv-brand-telugu__variant--te .nv-brand-telugu__name {
    white-space: normal;
    overflow: visible;
    text-overflow: unset;
    max-width: none;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 1.28;
    word-break: break-word;
  }

  .header-brand-bar .nv-brand-telugu__variant--en .nv-brand-telugu__name,
  .mobile-nav-header .nv-brand-telugu__variant--en .nv-brand-telugu__name {
    font-size: clamp(0.68rem, 2.5vw, 0.82rem);
    letter-spacing: 0.02em;
    white-space: nowrap;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: unset;
    -webkit-box-orient: unset;
    line-height: 1.2;
    word-break: normal;
  }

  .header-regulatory {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 4px 6px;
    font-size: clamp(7px, 1.9vw, 8.5px);
    font-weight: 600;
    letter-spacing: 0.02em;
    line-height: 1.2;
    padding: 2px 0 3px;
  }

  .header-regulatory__regd {
    grid-column: 1;
    justify-self: start;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    min-width: 0;
  }

  .header-regulatory__act {
    grid-column: 2;
    justify-self: end;
    text-align: right;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    min-width: 0;
  }

  .mobile-menu-btn--brand {
    display: flex;
    flex-shrink: 0;
    width: 44px;
    height: 44px;
    border-radius: 10px;
    background: var(--secondary-color, #314056);
    color: #fff;
    border: none;
    font-size: 22px;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 2px 8px rgba(49, 64, 86, 0.18);
    transition: background 0.2s, transform 0.2s;
  }

  .mobile-menu-btn--brand:hover,
  .mobile-menu-btn--brand:focus-visible {
    background: #1e293b;
    color: #fff;
  }

  .mobile-menu-btn--brand:active {
    transform: scale(0.96);
  }

  .mobile-nav-header .header-brand img {
    max-height: 44px;
  }
}

@media (max-width: 768px) {
  .header-brand-bar__main {
    padding: 8px 0;
  }

  .header-brand-bar .header-brand img {
    max-height: 52px;
  }
  
  .header-brand-text {
    font-size: 20px;
  }
  
  .header-action-btn {
    width: 36px;
    height: 36px;
    font-size: 16px;
  }
  
  .header-action-btn .badge {
    min-width: 16px;
    height: 16px;
    font-size: 9px;
  }
  
  .user-menu-trigger {
    padding: 4px 8px 4px 4px;
  }
  
  .user-avatar {
    width: 30px;
    height: 30px;
    font-size: 12px;
  }
  
  .header-top-bar {
    padding: 8px 0;
    font-size: 14px;
  }
  
  .trending-label {
    padding: 2px 8px;
    font-size: 10px;
    margin-right: 4px;
  }
  
  .notifications-dropdown, 
  .user-menu-dropdown,
  .saved-dropdown {
    width: calc(100vw - 20px);
    right: 10px;
    left: 10px;
    max-width: 350px;
  }
}

@media (max-width: 576px) {
  .header-top-contact__item--phone-2 {
    display: none;
  }

  .header-nav-bar .auth-buttons .btn-auth-outline {
    display: none;
  }

  .header-brand-bar .container,
  .header-top-bar .container,
  .header-nav-bar .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .header-brand-bar .header-brand img {
    max-height: 52px;
  }

  .header-brand-bar .nv-brand-lockup {
    gap: 10px;
  }

  .header-brand-text {
    font-size: 17px;
    max-width: 160px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  
  .header-actions {
    gap: 2px;
  }
  
  .header-action-btn {
    width: 32px;
    height: 32px;
    font-size: 14px;
  }
  
  .user-menu-trigger {
    padding: 3px 6px 3px 3px;
  }
  
  .user-avatar {
    width: 26px;
    height: 26px;
    font-size: 11px;
  }
  
  .mobile-menu-btn {
    width: 32px;
    height: 32px;
    font-size: 18px;
  }
  
  .notifications-dropdown, 
  .user-menu-dropdown,
  .saved-dropdown {
    position: fixed;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 100%;
    border-radius: 20px 20px 0 0;
    max-height: 80vh;
    box-shadow: 0 -10px 40px rgba(0,0,0,0.2);
    transform: translateY(100%);
    opacity: 1;
    visibility: hidden;
  }
  
  .notifications-dropdown.show, 
  .user-menu-dropdown.show,
  .saved-dropdown.show {
    transform: translateY(0);
    visibility: visible;
  }
  
  /* Drag handle indicator for mobile bottom sheet */
  .user-menu-dropdown::before,
  .notifications-dropdown::before,
  .saved-dropdown::before {
    content: '';
    display: block;
    width: 40px;
    height: 4px;
    background: #cbd5e1;
    border-radius: 2px;
    margin: 12px auto 8px;
  }
  
  .user-menu-header {
    padding: 16px 20px 20px;
    border-bottom: 1px solid #e2e8f0;
  }
  
  .user-menu-header .avatar-lg {
    width: 70px;
    height: 70px;
    font-size: 28px;
    margin-bottom: 14px;
  }
  
  .user-menu-header h6 {
    font-size: 18px;
  }
  
  .user-menu-header p {
    font-size: 14px;
  }
  
  .user-menu-list {
    padding: 12px 0;
    max-height: 45vh;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
  
  .user-menu-item {
    padding: 14px 24px;
    font-size: 15px;
    min-height: 52px;
  }
  
  .user-menu-item i {
    font-size: 20px;
    width: 28px;
  }
  
  .user-menu-item .count {
    padding: 4px 10px;
    font-size: 13px;
  }
  
  .user-menu-divider {
    margin: 10px 0;
  }
  
  .user-menu-footer {
    padding: 16px 24px 24px;
    border-top: 1px solid #e2e8f0;
  }
  
  .user-menu-footer button {
    padding: 14px;
    font-size: 15px;
    border-radius: 12px;
  }
  
  .notifications-list,
  .saved-list {
    max-height: 45vh;
    -webkit-overflow-scrolling: touch;
  }
  
  .notification-item,
  .saved-item {
    padding: 16px 24px;
  }
  
  .notifications-header,
  .saved-header {
    padding: 16px 24px;
  }
  
  .notifications-footer,
  .saved-footer {
    padding: 16px 24px;
  }
}

@media (max-width: 400px) {
  .header-brand-bar .container,
  .header-top-bar .container,
  .header-nav-bar .container {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .header-brand-bar .header-brand img {
    max-height: 48px;
  }

  .header-brand-text {
    font-size: 15px;
    max-width: 120px;
  }
  
  .header-action-btn {
    width: 28px;
    height: 28px;
    font-size: 13px;
  }
  
  .header-action-btn .badge {
    min-width: 14px;
    height: 14px;
    font-size: 8px;
    top: -1px;
    right: -1px;
  }
  
  .user-avatar {
    width: 24px;
    height: 24px;
    font-size: 10px;
  }
  
  .user-menu-trigger {
    padding: 2px 4px 2px 2px;
  }
  
  .mobile-menu-btn {
    width: 28px;
    height: 28px;
    font-size: 16px;
  }
}

/* ========== Dark Mode Styles ========== */
[data-theme="dark"] .header-top-bar {
  background: #0f172a;
}

[data-theme="dark"] .header-brand-bar {
  background: #1e293b;
  border-bottom-color: rgba(255,255,255,0.1);
}

[data-theme="dark"] .header-regulatory {
  color: #cbd5e1;
}

[data-theme="dark"] .site-header-enhanced {
  background: #1e293b;
}

[data-theme="dark"] .site-header-enhanced.scrolled .header-nav-bar,
[data-theme="dark"] .site-header-enhanced.header-pinned .header-nav-bar {
  box-shadow: 0 2px 20px rgba(0,0,0,0.3);
}

[data-theme="dark"] .header-brand-text {
  color: #f1f5f9;
}

[data-theme="dark"] .header-nav-bar {
  background: #3d5a24;
}

[data-theme="dark"] .header-nav-bar .header-actions {
  background: #3d5a24;
}

[data-theme="dark"] .header-nav-bar .header-nav-link {
  color: #fff;
}

[data-theme="dark"] .header-nav-bar .header-nav-link:hover,
[data-theme="dark"] .header-nav-bar .header-nav-link.active {
  background: rgba(239, 192, 102, 0.35);
  color: #fff;
}

[data-theme="dark"] .megamenu-trigger::after {
  border-color: #cbd5e1;
}

[data-theme="dark"] .megamenu {
  background: #1e293b;
  box-shadow: 0 10px 40px rgba(0,0,0,0.4);
}

[data-theme="dark"] .megamenu-item:hover {
  background: rgba(255,255,255,0.05);
}

[data-theme="dark"] .megamenu-content h6 {
  color: #f1f5f9;
}

[data-theme="dark"] .megamenu-content p {
  color: #94a3b8;
}

[data-theme="dark"] .header-action-btn {
  background: #334155;
  color: #cbd5e1;
}

[data-theme="dark"] .header-action-btn:hover {
  background: #475569;
  color: #f87171;
}

[data-theme="dark"] .notifications-dropdown,
[data-theme="dark"] .saved-dropdown,
[data-theme="dark"] .user-menu-dropdown {
  background: #1e293b;
  box-shadow: 0 10px 40px rgba(0,0,0,0.4);
}

[data-theme="dark"] .notifications-header,
[data-theme="dark"] .saved-header,
[data-theme="dark"] .user-menu-header {
  border-bottom-color: rgba(255,255,255,0.1);
}

[data-theme="dark"] .notifications-header h6,
[data-theme="dark"] .saved-header h6 {
  color: #f1f5f9;
}

[data-theme="dark"] .notification-item {
  border-bottom-color: rgba(255,255,255,0.05);
}

[data-theme="dark"] .notification-item:hover,
[data-theme="dark"] .saved-item:hover {
  background: rgba(255,255,255,0.05);
}

[data-theme="dark"] .notification-item.unread {
  background: rgba(220, 38, 38, 0.1);
}

[data-theme="dark"] .notification-content p {
  color: #e2e8f0;
}

[data-theme="dark"] .notification-content .time {
  color: #64748b;
}

[data-theme="dark"] .notifications-footer,
[data-theme="dark"] .saved-footer {
  border-top-color: rgba(255,255,255,0.1);
}

[data-theme="dark"] .saved-item {
  border-bottom-color: rgba(255,255,255,0.05);
}

[data-theme="dark"] .saved-item-content h6 {
  color: #f1f5f9;
}

[data-theme="dark"] .saved-item-content .meta {
  color: #94a3b8;
}

[data-theme="dark"] .user-menu-trigger {
  background: #334155;
}

[data-theme="dark"] .user-menu-trigger:hover {
  background: #475569;
}

[data-theme="dark"] .user-name {
  color: #e2e8f0;
}

[data-theme="dark"] .user-menu-header h6 {
  color: #f1f5f9;
}

[data-theme="dark"] .user-menu-header p {
  color: #94a3b8;
}

[data-theme="dark"] .user-menu-item {
  color: #cbd5e1;
}

[data-theme="dark"] .user-menu-item:hover {
  background: rgba(255,255,255,0.05);
  color: #f87171;
}

[data-theme="dark"] .user-menu-item .count {
  background: #475569;
  color: #94a3b8;
}

[data-theme="dark"] .user-menu-divider {
  background: rgba(255,255,255,0.1);
}

[data-theme="dark"] .user-menu-footer {
  border-top-color: rgba(255,255,255,0.1);
}

[data-theme="dark"] .user-menu-footer button {
  background: rgba(220, 38, 38, 0.2);
  color: #f87171;
}

[data-theme="dark"] .user-menu-footer button:hover {
  background: rgba(220, 38, 38, 0.3);
}

[data-theme="dark"] .btn-auth-outline {
  color: #f87171;
  border-color: #f87171;
}

[data-theme="dark"] .btn-auth-outline:hover {
  background: #f87171;
  color: #1e293b;
}

[data-theme="dark"] .mobile-nav {
  background: #1e293b;
}

[data-theme="dark"] .mobile-nav-header {
  border-bottom-color: rgba(255,255,255,0.1);
}

[data-theme="dark"] .mobile-nav-close {
  color: #94a3b8;
}

[data-theme="dark"] .mobile-nav-link {
  color: #cbd5e1;
  border-bottom-color: rgba(255,255,255,0.05);
}

[data-theme="dark"] .mobile-menu-btn {
  color: #cbd5e1;
}

[data-theme="dark"] .nav-dropdown-panel {
  background: #1e293b;
  border-color: rgba(255, 255, 255, 0.08);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.45);
}

[data-theme="dark"] .nav-dropdown-link {
  color: #e2e8f0;
}

[data-theme="dark"] .nav-dropdown-link small {
  color: #94a3b8;
}

[data-theme="dark"] .nav-dropdown-link:hover {
  background: rgba(255, 255, 255, 0.06);
  color: #f87171;
}

[data-theme="dark"] .nav-dropdown-link__icon {
  color: #94a3b8;
}

[data-theme="dark"] .nav-dropdown-link:hover .nav-dropdown-link__icon,
[data-theme="dark"] .nav-dropdown-link:focus-visible .nav-dropdown-link__icon {
  color: #f87171;
}

[data-theme="dark"] .nav-dropdown-divider {
  background: rgba(255, 255, 255, 0.1);
}

[data-theme="dark"] .mobile-nav-details summary {
  color: #cbd5e1;
}

[data-theme="dark"] .mobile-nav-details .mobile-nav-sublink {
  color: #94a3b8;
  border-left-color: rgba(255, 255, 255, 0.12);
}

[data-theme="dark"] .mobile-nav-contact {
  border-bottom-color: rgba(255, 255, 255, 0.1);
}

[data-theme="dark"] .mobile-nav-contact__item {
  color: #cbd5e1;
}

[data-theme="dark"] .mobile-nav-contact__item i {
  color: #94a3b8;
}

[data-theme="dark"] .site-header-enhanced.header-pinned .header-brand-bar {
  background: #1e293b;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.3);
}

@media (prefers-reduced-motion: reduce) {
  .nv-brand-telugu__variant {
    animation: none !important;
    opacity: 1 !important;
    transform: none !important;
    will-change: auto !important;
  }

  .nv-brand-telugu__variant--en {
    display: none !important;
  }

  .header-collapsible-group,
  .site-header-enhanced.header-pinned .header-nav-bar,
  .site-header-enhanced.header-pinned .header-collapsible-group,
  #headerNavSpacer,
  .mobile-nav {
    transition-duration: 0.01ms !important;
  }

  .trending-items {
    animation: none !important;
  }
}
