/* ==========================================================
   EMPOWER AI LABS — FINAL DARK-ONLY ADDITIONAL CSS
   Replace all previous Additional CSS with this block.
   ========================================================== */


/* ----------------------------------------------------------
   1. BRAND VARIABLES
   ---------------------------------------------------------- */

:root,
body.light-mode,
body.is-light,
body[data-theme="light"],
.light-mode,
.is-light,
[data-theme="light"] {
  --eal-page-bg: #03060d;
  --eal-bg: #07101f;
  --eal-bg-alt: #091426;
  --eal-surface: #0d192c;
  --eal-surface-2: #12213a;
  --eal-nav: rgba(5, 11, 23, 0.94);

  --eal-heading: #ffffff;
  --eal-text: #f7f9fc;
  --eal-muted: #aab8cb;
  --eal-subtle: #8292aa;

  --eal-cyan: #3dd6e0;
  --eal-cyan-light: #67e8f0;
  --eal-blue: #4f7cff;
  --eal-blue-dark: #2563eb;
  --eal-orange: #ff9b42;

  --eal-border: rgba(148, 163, 184, 0.2);
  --eal-border-strong: rgba(61, 214, 224, 0.38);

  --eal-button-bg: #3dd6e0;
  --eal-button-text: #041018;
  --eal-button-secondary: rgba(15, 27, 48, 0.9);

  --eal-shadow: 0 24px 70px rgba(0, 0, 0, 0.38);
  --eal-card-shadow: 0 18px 45px rgba(0, 0, 0, 0.26);
}


/* ----------------------------------------------------------
   2. GLOBAL RESET AND PERMANENT DARK BACKGROUND
   ---------------------------------------------------------- */

html {
  width: 100%;
  min-height: 100%;
  margin: 0 !important;
  padding: 0 !important;
  scroll-behavior: smooth;
  background: #03060d !important;
  background-color: #03060d !important;
}

body,
body.light-mode,
body.is-light,
body[data-theme="light"] {
  width: 100%;
  min-width: 320px;
  min-height: 100vh;
  margin: 0 !important;
  padding: 0 !important;
  overflow-x: hidden;

  color: var(--eal-text) !important;

  background:
    radial-gradient(
      circle at 12% 5%,
      rgba(61, 214, 224, 0.1),
      transparent 28%
    ),
    radial-gradient(
      circle at 88% 8%,
      rgba(37, 99, 235, 0.14),
      transparent 32%
    ),
    radial-gradient(
      circle at 50% 95%,
      rgba(14, 116, 144, 0.06),
      transparent 30%
    ),
    linear-gradient(
      145deg,
      #03060d 0%,
      #06101e 42%,
      #081426 70%,
      #030711 100%
    ) !important;

  background-color: #03060d !important;
  background-attachment: fixed !important;

  font-family:
    Inter,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    Roboto,
    Helvetica,
    Arial,
    sans-serif;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

img,
video,
iframe,
svg {
  max-width: 100%;
}

img {
  height: auto;
}

a {
  color: inherit;
}


/* ----------------------------------------------------------
   3. HIDE ORIGINAL WORDPRESS HEADER, TITLE AND FOOTER
   Homepage only
   ---------------------------------------------------------- */

body.home .site-header,
body.home header.site-header,
body.home #masthead,
body.home .header-area,
body.home .site-branding,
body.home .site-title,
body.home .site-description,
body.home .main-navigation,
body.home #site-navigation,
body.home .primary-navigation,
body.home .navigation-top,
body.home .page-header,
body.home .entry-header,
body.home .entry-title,
body.home .page-title,
body.home .post-title,
body.home .breadcrumbs,
body.home .breadcrumb,
body.home .comments-area,
body.home .post-navigation,
body.home .site-footer,
body.home footer.site-footer,
body.home #colophon {
  display: none !important;
}


/* ----------------------------------------------------------
   4. REMOVE WORDPRESS THEME WIDTH AND SPACING
   ---------------------------------------------------------- */

body.home #page,
body.home .site,
body.home #content,
body.home .site-content,
body.home .content-area,
body.home #primary,
body.home .site-main,
body.home main,
body.home article,
body.home .hentry,
body.home .entry-content {
  width: 100% !important;
  max-width: none !important;
  min-height: 0;
  margin: 0 !important;
  padding: 0 !important;
  color: var(--eal-text) !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

body.home .container,
body.home .site-container,
body.home .content-container,
body.home .wrap {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}


/* ----------------------------------------------------------
   5. ELEMENTOR FULL-WIDTH CORRECTIONS
   ---------------------------------------------------------- */

body.home .elementor,
body.home .elementor-inner,
body.home .elementor-section-wrap,
body.home .elementor-location-page,
body.home .elementor-location-single,
body.home .elementor-widget-html,
body.home .elementor-widget-html > .elementor-widget-container {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  color: var(--eal-text) !important;
  background: transparent !important;
}

body.home .elementor-section.elementor-section-boxed >
.elementor-container,
body.home .elementor-section.elementor-section-full_width >
.elementor-container {
  width: 100% !important;
  max-width: none !important;
}

body.home .entry-content > *:first-child {
  margin-top: 0 !important;
}

body.home .entry-content > *:last-child {
  margin-bottom: 0 !important;
}


/* ----------------------------------------------------------
   6. PERMANENTLY HIDE LIGHT/DARK MODE BUTTON
   ---------------------------------------------------------- */

#theme-toggle,
#themeToggle,
.theme-toggle,
.mode-toggle,
.light-mode-toggle,
.dark-mode-toggle,
[data-theme-toggle],
button[aria-label*="mode" i],
button[title*="mode" i] {
  display: none !important;
  visibility: hidden !important;
  width: 0 !important;
  min-width: 0 !important;
  height: 0 !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  border: 0 !important;
  opacity: 0 !important;
  pointer-events: none !important;
}


/* ----------------------------------------------------------
   7. MAIN PORTFOLIO WRAPPER
   Also overrides a saved light-mode class.
   ---------------------------------------------------------- */

.empower-portfolio,
.empower-site,
.empower-home,
.eal-portfolio,
.eal-site,
.eal-home,
.ink-portfolio,
.light-mode.empower-portfolio,
.light-mode.empower-site,
.light-mode.empower-home,
.light-mode.eal-portfolio,
.light-mode.eal-site,
.light-mode.eal-home,
.light-mode.ink-portfolio,
.is-light.empower-portfolio,
.is-light.eal-portfolio,
[data-theme="light"].empower-portfolio,
[data-theme="light"].eal-portfolio,
body.light-mode .empower-portfolio,
body.light-mode .empower-site,
body.light-mode .empower-home,
body.light-mode .eal-portfolio,
body.light-mode .eal-site,
body.light-mode .eal-home,
body.light-mode .ink-portfolio {
  position: relative;
  isolation: isolate;

  width: 100% !important;
  max-width: none !important;
  min-height: 100vh;

  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden;

  color: var(--eal-text) !important;

  border: 0 !important;
  border-radius: 0 !important;

  background:
    radial-gradient(
      circle at 15% 3%,
      rgba(61, 214, 224, 0.09),
      transparent 27%
    ),
    radial-gradient(
      circle at 82% 7%,
      rgba(37, 99, 235, 0.15),
      transparent 34%
    ),
    linear-gradient(
      180deg,
      #050914 0%,
      #081326 45%,
      #07101f 72%,
      #03060d 100%
    ) !important;

  background-color: #050914 !important;
  box-shadow: none !important;
}


/* Technical grid texture */

.empower-portfolio::before,
.empower-site::before,
.empower-home::before,
.eal-portfolio::before,
.eal-site::before,
.eal-home::before,
.ink-portfolio::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;

  pointer-events: none;
  opacity: 0.2;

  background-image:
    linear-gradient(
      rgba(255, 255, 255, 0.025) 1px,
      transparent 1px
    ),
    linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.025) 1px,
      transparent 1px
    );

  background-size: 48px 48px;

  -webkit-mask-image:
    linear-gradient(to bottom, #000 0%, transparent 80%);

  mask-image:
    linear-gradient(to bottom, #000 0%, transparent 80%);
}


/* Blue and cyan ambient glow — no pink or purple */

.empower-portfolio::after,
.empower-site::after,
.empower-home::after,
.eal-portfolio::after,
.eal-site::after,
.eal-home::after,
.ink-portfolio::after {
  content: "";
  position: absolute;
  top: -350px;
  left: 50%;
  z-index: -1;

  width: 1000px;
  height: 700px;

  pointer-events: none;
  transform: translateX(-50%);

  background:
    radial-gradient(
      circle,
      rgba(61, 214, 224, 0.1) 0%,
      rgba(37, 99, 235, 0.1) 40%,
      transparent 70%
    ) !important;
}


/* ----------------------------------------------------------
   8. FORCE ALL MAJOR PAGE SECTIONS INTO DARK MODE
   ---------------------------------------------------------- */

.empower-portfolio section,
.empower-site section,
.empower-home section,
.eal-portfolio section,
.eal-site section,
.eal-home section,
.ink-portfolio section {
  color: var(--eal-text);
  scroll-margin-top: 90px;
}

.hero-section,
.about-section,
.capabilities-section,
.portfolio-section,
.projects-section,
.experience-section,
.credentials-section,
.contact-section,
.footer-section,
.eal-hero,
.eal-about,
.eal-capabilities,
.eal-projects,
.eal-experience,
.eal-credentials,
.eal-contact,
.eal-footer {
  color: var(--eal-text) !important;
}


/* Override any light-mode section colors */

.light-mode .hero-section,
.light-mode .about-section,
.light-mode .capabilities-section,
.light-mode .portfolio-section,
.light-mode .projects-section,
.light-mode .experience-section,
.light-mode .credentials-section,
.light-mode .contact-section,
.light-mode .footer-section,
.light-mode .eal-hero,
.light-mode .eal-about,
.light-mode .eal-capabilities,
.light-mode .eal-projects,
.light-mode .eal-experience,
.light-mode .eal-credentials,
.light-mode .eal-contact,
.light-mode .eal-footer,
body.light-mode .hero-section,
body.light-mode .about-section,
body.light-mode .capabilities-section,
body.light-mode .portfolio-section,
body.light-mode .projects-section,
body.light-mode .experience-section,
body.light-mode .credentials-section,
body.light-mode .contact-section,
body.light-mode .footer-section {
  color: var(--eal-text) !important;
}


/* ----------------------------------------------------------
   9. TYPOGRAPHY
   ---------------------------------------------------------- */

.empower-portfolio h1,
.empower-portfolio h2,
.empower-portfolio h3,
.empower-portfolio h4,
.empower-site h1,
.empower-site h2,
.empower-site h3,
.empower-site h4,
.empower-home h1,
.empower-home h2,
.empower-home h3,
.empower-home h4,
.eal-portfolio h1,
.eal-portfolio h2,
.eal-portfolio h3,
.eal-portfolio h4,
.eal-site h1,
.eal-site h2,
.eal-site h3,
.eal-site h4,
.eal-home h1,
.eal-home h2,
.eal-home h3,
.eal-home h4,
.ink-portfolio h1,
.ink-portfolio h2,
.ink-portfolio h3,
.ink-portfolio h4,
.light-mode h1,
.light-mode h2,
.light-mode h3,
.light-mode h4,
body.light-mode h1,
body.light-mode h2,
body.light-mode h3,
body.light-mode h4 {
  color: var(--eal-heading) !important;
  text-wrap: balance;
}

.empower-portfolio p,
.empower-portfolio li,
.empower-site p,
.empower-site li,
.empower-home p,
.empower-home li,
.eal-portfolio p,
.eal-portfolio li,
.eal-site p,
.eal-site li,
.eal-home p,
.eal-home li,
.ink-portfolio p,
.ink-portfolio li,
.light-mode p,
.light-mode li,
body.light-mode p,
body.light-mode li {
  color: var(--eal-muted) !important;
  text-wrap: pretty;
}

.empower-portfolio small,
.empower-site small,
.empower-home small,
.eal-portfolio small,
.eal-site small,
.eal-home small,
.ink-portfolio small {
  color: var(--eal-subtle) !important;
}


/* ----------------------------------------------------------
   10. CUSTOM NAVIGATION
   ---------------------------------------------------------- */

.empower-nav,
.eal-nav,
.portfolio-nav,
.ink-nav,
.light-mode .empower-nav,
.light-mode .eal-nav,
.light-mode .portfolio-nav,
.light-mode .ink-nav,
body.light-mode .empower-nav,
body.light-mode .eal-nav {
  position: sticky;
  top: 0;
  z-index: 9999;

  width: 100%;
  margin: 0;

  color: var(--eal-text) !important;

  border: 0;
  border-bottom: 1px solid var(--eal-border);
  border-radius: 0;

  background: rgba(5, 11, 23, 0.94) !important;

  box-shadow:
    0 12px 35px rgba(0, 0, 0, 0.2);

  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
}

.empower-nav a,
.eal-nav a,
.portfolio-nav a,
.ink-nav a,
.light-mode .empower-nav a,
.light-mode .eal-nav a,
body.light-mode .empower-nav a,
body.light-mode .eal-nav a {
  color: #cbd6e7 !important;
  text-decoration: none !important;

  transition:
    color 0.2s ease,
    background-color 0.2s ease,
    border-color 0.2s ease,
    transform 0.2s ease;
}

.empower-nav a:hover,
.empower-nav a:focus-visible,
.eal-nav a:hover,
.eal-nav a:focus-visible,
.portfolio-nav a:hover,
.portfolio-nav a:focus-visible,
.ink-nav a:hover,
.ink-nav a:focus-visible {
  color: #ffffff !important;
}


/* ----------------------------------------------------------
   11. CARDS AND PANELS
   ---------------------------------------------------------- */

.eal-card,
.empower-card,
.portfolio-card,
.project-card,
.service-card,
.capability-card,
.credential-card,
.experience-card,
.profile-card,
.stat-card,
.light-mode .eal-card,
.light-mode .empower-card,
.light-mode .portfolio-card,
.light-mode .project-card,
.light-mode .service-card,
.light-mode .capability-card,
.light-mode .credential-card,
.light-mode .experience-card,
.light-mode .profile-card,
.light-mode .stat-card,
body.light-mode .eal-card,
body.light-mode .empower-card,
body.light-mode .project-card,
body.light-mode .profile-card,
body.light-mode .stat-card {
  color: var(--eal-text) !important;

  border: 1px solid var(--eal-border) !important;

  background:
    linear-gradient(
      145deg,
      rgba(18, 33, 57, 0.94),
      rgba(8, 17, 33, 0.96)
    ) !important;

  box-shadow:
    var(--eal-card-shadow),
    inset 0 1px 0 rgba(255, 255, 255, 0.035);

  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);

  transition:
    transform 0.25s ease,
    border-color 0.25s ease,
    box-shadow 0.25s ease;
}

.eal-card:hover,
.empower-card:hover,
.portfolio-card:hover,
.project-card:hover,
.service-card:hover,
.capability-card:hover,
.credential-card:hover,
.experience-card:hover,
.profile-card:hover,
.stat-card:hover {
  transform: translateY(-4px);

  border-color: var(--eal-border-strong) !important;

  box-shadow:
    0 26px 65px rgba(0, 0, 0, 0.34),
    0 0 30px rgba(37, 99, 235, 0.08);
}


/* ----------------------------------------------------------
   12. GRADIENT TEXT — CYAN AND BLUE ONLY
   ---------------------------------------------------------- */

.gradient-text,
.eal-gradient-text,
.empower-gradient-text,
.hero-gradient,
.text-gradient {
  color: var(--eal-cyan);

  background:
    linear-gradient(
      90deg,
      #3dd6e0 0%,
      #38bdf8 46%,
      #4f7cff 100%
    ) !important;

  background-clip: text !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}


/* ----------------------------------------------------------
   13. PRIMARY AND SECONDARY BUTTONS
   ---------------------------------------------------------- */

.empower-portfolio .button,
.empower-portfolio .btn,
.empower-site .button,
.empower-site .btn,
.empower-home .button,
.empower-home .btn,
.eal-portfolio .button,
.eal-portfolio .btn,
.eal-site .button,
.eal-site .btn,
.eal-home .button,
.eal-home .btn,
.ink-portfolio .button,
.ink-portfolio .btn {
  min-height: 44px;
  cursor: pointer;
  font-weight: 800;
  text-decoration: none;
  border-radius: 12px;

  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    border-color 0.2s ease,
    background-color 0.2s ease;
}

.button-primary,
.btn-primary,
.eal-primary {
  color: var(--eal-button-text) !important;
  border: 1px solid var(--eal-cyan) !important;
  background: var(--eal-button-bg) !important;
  box-shadow:
    0 12px 28px rgba(61, 214, 224, 0.15);
}

.button-primary:hover,
.btn-primary:hover,
.eal-primary:hover {
  color: #020a10 !important;
  background: var(--eal-cyan-light) !important;
  transform: translateY(-2px);
}

.button-secondary,
.btn-secondary,
.eal-secondary,
.light-mode .button-secondary,
.light-mode .btn-secondary,
body.light-mode .button-secondary,
body.light-mode .btn-secondary {
  color: var(--eal-text) !important;
  border: 1px solid var(--eal-border) !important;
  background: var(--eal-button-secondary) !important;
}

.button-secondary:hover,
.btn-secondary:hover,
.eal-secondary:hover {
  color: #ffffff !important;
  border-color: var(--eal-cyan) !important;
  background: rgba(20, 40, 66, 0.96) !important;
  transform: translateY(-2px);
}


/* ----------------------------------------------------------
   14. FOCUS ACCESSIBILITY
   ---------------------------------------------------------- */

.empower-portfolio a:focus-visible,
.empower-portfolio button:focus-visible,
.empower-site a:focus-visible,
.empower-site button:focus-visible,
.empower-home a:focus-visible,
.empower-home button:focus-visible,
.eal-portfolio a:focus-visible,
.eal-portfolio button:focus-visible,
.eal-site a:focus-visible,
.eal-site button:focus-visible,
.eal-home a:focus-visible,
.eal-home button:focus-visible,
.ink-portfolio a:focus-visible,
.ink-portfolio button:focus-visible {
  outline: 3px solid rgba(61, 214, 224, 0.5);
  outline-offset: 3px;
}


/* ----------------------------------------------------------
   15. FORMS
   ---------------------------------------------------------- */

.empower-portfolio input,
.empower-portfolio textarea,
.empower-portfolio select,
.empower-site input,
.empower-site textarea,
.empower-site select,
.empower-home input,
.empower-home textarea,
.empower-home select,
.eal-portfolio input,
.eal-portfolio textarea,
.eal-portfolio select,
.eal-site input,
.eal-site textarea,
.eal-site select,
.eal-home input,
.eal-home textarea,
.eal-home select,
.ink-portfolio input,
.ink-portfolio textarea,
.ink-portfolio select {
  width: 100%;
  color: var(--eal-text) !important;

  border: 1px solid var(--eal-border) !important;
  border-radius: 12px;

  background: rgba(6, 13, 26, 0.92) !important;
}

.empower-portfolio input:focus,
.empower-portfolio textarea:focus,
.empower-portfolio select:focus,
.empower-site input:focus,
.empower-site textarea:focus,
.empower-site select:focus,
.empower-home input:focus,
.empower-home textarea:focus,
.empower-home select:focus,
.eal-portfolio input:focus,
.eal-portfolio textarea:focus,
.eal-portfolio select:focus,
.eal-site input:focus,
.eal-site textarea:focus,
.eal-site select:focus,
.eal-home input:focus,
.eal-home textarea:focus,
.eal-home select:focus,
.ink-portfolio input:focus,
.ink-portfolio textarea:focus,
.ink-portfolio select:focus {
  outline: none;
  border-color: var(--eal-cyan) !important;
  box-shadow:
    0 0 0 4px rgba(61, 214, 224, 0.12);
}

::placeholder {
  color: #7f8ea3;
  opacity: 1;
}


/* ----------------------------------------------------------
   16. IMAGES, VIDEOS AND EMBEDS
   ---------------------------------------------------------- */

.empower-portfolio img,
.empower-site img,
.empower-home img,
.eal-portfolio img,
.eal-site img,
.eal-home img,
.ink-portfolio img {
  display: block;
}

.empower-portfolio iframe,
.empower-site iframe,
.empower-home iframe,
.eal-portfolio iframe,
.eal-site iframe,
.eal-home iframe,
.ink-portfolio iframe {
  display: block;
  width: 100%;
  border: 0;
}

.video-frame,
.project-video,
.media-frame {
  overflow: hidden;
  border: 1px solid var(--eal-border);
  border-radius: 18px;
  background: #02050a;
  box-shadow: var(--eal-shadow);
}


/* ----------------------------------------------------------
   17. TEXT SELECTION AND SCROLLBAR
   ---------------------------------------------------------- */

::selection {
  color: #031017;
  background: var(--eal-cyan);
}

::-webkit-scrollbar {
  width: 11px;
}

::-webkit-scrollbar-track {
  background: #03060d;
}

::-webkit-scrollbar-thumb {
  border: 3px solid #03060d;
  border-radius: 999px;

  background:
    linear-gradient(
      180deg,
      #3dd6e0,
      #38bdf8,
      #2563eb
    );
}

::-webkit-scrollbar-thumb:hover {
  background:
    linear-gradient(
      180deg,
      #67e8f0,
      #38bdf8,
      #4f7cff
    );
}


/* ----------------------------------------------------------
   18. TABLET
   ---------------------------------------------------------- */

@media (max-width: 1024px) {
  body,
  body.light-mode,
  body.is-light,
  body[data-theme="light"] {
    background-attachment: scroll !important;
  }

  .empower-nav,
  .eal-nav,
  .portfolio-nav,
  .ink-nav {
    top: 0;
  }
}


/* ----------------------------------------------------------
   19. MOBILE
   ---------------------------------------------------------- */

@media (max-width: 767px) {
  body,
  body.light-mode,
  body.is-light,
  body[data-theme="light"] {
    min-width: 320px;

    background:
      radial-gradient(
        circle at 50% 0%,
        rgba(37, 99, 235, 0.13),
        transparent 34%
      ),
      linear-gradient(
        180deg,
        #03060d 0%,
        #071225 52%,
        #03060d 100%
      ) !important;

    background-attachment: scroll !important;
  }

  .empower-portfolio,
  .empower-site,
  .empower-home,
  .eal-portfolio,
  .eal-site,
  .eal-home,
  .ink-portfolio {
    min-height: 100svh;
  }

  .empower-portfolio::before,
  .empower-site::before,
  .empower-home::before,
  .eal-portfolio::before,
  .eal-site::before,
  .eal-home::before,
  .ink-portfolio::before {
    opacity: 0.15;
    background-size: 36px 36px;
  }

  .eal-card:hover,
  .empower-card:hover,
  .portfolio-card:hover,
  .project-card:hover,
  .service-card:hover,
  .capability-card:hover,
  .credential-card:hover,
  .experience-card:hover,
  .profile-card:hover,
  .stat-card:hover {
    transform: none;
  }

  .empower-portfolio section,
  .empower-site section,
  .empower-home section,
  .eal-portfolio section,
  .eal-site section,
  .eal-home section,
  .ink-portfolio section {
    scroll-margin-top: 20px;
  }
}


/* ----------------------------------------------------------
   20. REDUCED MOTION
   ---------------------------------------------------------- */

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto !important;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-delay: 0ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}