/* Cihan Network v45 — homepage dark-mode consistency */
html[data-theme="dark"] .premiumTheme .homeServices,
html[data-theme="dark"] .premiumTheme .homeSecurityHub,
html[data-theme="dark"] .premiumTheme .homePlatform {
  background: #080d18;
}

html[data-theme="dark"] .premiumTheme .serviceCard,
html[data-theme="dark"] .premiumTheme .homeSecurityHubGrid > a,
html[data-theme="dark"] .premiumTheme .homePlatformGrid > a {
  border-color: #273249;
  color: #edf2ff;
  background: #101827;
  box-shadow: 0 22px 60px rgba(0,0,0,.22);
}

html[data-theme="dark"] .premiumTheme .serviceCard.featured,
html[data-theme="dark"] .premiumTheme .homeSecurityHubGrid > a.featured {
  border-color: #33415a;
  background: #0c1425;
}

html[data-theme="dark"] .premiumTheme .serviceCard:hover,
html[data-theme="dark"] .premiumTheme .homeSecurityHubGrid > a:hover,
html[data-theme="dark"] .premiumTheme .homePlatformGrid > a:hover {
  border-color: #4f617e;
  background: #131e30;
  box-shadow: 0 25px 65px rgba(0,0,0,.3);
}

html[data-theme="dark"] .premiumTheme :is(.serviceCard,.homeSecurityHubGrid > a,.homePlatformGrid > a) h3,
html[data-theme="dark"] .premiumTheme .homePlatform .homeSectionHead h2,
html[data-theme="dark"] .premiumTheme .homeSecurityHub .homeSectionHead h2 {
  color: #edf2ff;
}

html[data-theme="dark"] .premiumTheme :is(.serviceCard,.homeSecurityHubGrid > a,.homePlatformGrid > a) p,
html[data-theme="dark"] .premiumTheme .homePlatform .homeSectionHead > p,
html[data-theme="dark"] .premiumTheme .homeSecurityHub .homeSectionHead > p {
  color: #a8b3c5;
}

html[data-theme="dark"] .premiumTheme :is(.serviceCard,.homeSecurityHubGrid > a,.homePlatformGrid > a) > span:not(.serviceIcon) {
  color: #a89cff;
}

html[data-theme="dark"] .premiumTheme .serviceCard .serviceIcon,
html[data-theme="dark"] .premiumTheme .homeSecurityHubGrid > a > span {
  color: #c5bcff;
  background: #272348;
}

html[data-theme="dark"] .premiumTheme .serviceCard.featured .serviceIcon,
html[data-theme="dark"] .premiumTheme .homeSecurityHubGrid > a.featured > span {
  color: #082119;
  background: #63dfb8;
}

html[data-theme="dark"] .premiumTheme .homePlatformGrid b,
html[data-theme="dark"] .premiumTheme .homeSecurityHubGrid b,
html[data-theme="dark"] .premiumTheme .serviceCard a {
  color: #9f91ff;
}

html[data-theme="dark"] .premiumTheme .homeSecurityHubGrid > a.featured b {
  color: #63dfb8;
}

html[data-theme="dark"] .premiumTheme .homePlatformGrid span,
html[data-theme="dark"] .premiumTheme .homeSecurityHubGrid small {
  color: #9f91ff;
}

html[data-theme="dark"] .premiumTheme .homePlatformGrid > a,
html[data-theme="dark"] .premiumTheme .homeSecurityHubGrid > a,
html[data-theme="dark"] .premiumTheme .serviceCard {
  transition: transform .2s ease,border-color .2s ease,background-color .2s ease;
}

@media (prefers-reduced-motion: reduce) {
  html[data-theme="dark"] .premiumTheme .homePlatformGrid > a,
  html[data-theme="dark"] .premiumTheme .homeSecurityHubGrid > a,
  html[data-theme="dark"] .premiumTheme .serviceCard { transition: none; }
}
