/*
 * Ecliptix custom presentation layer.
 * Loaded after the mirrored Lovable bundle so generated assets stay untouched.
 */

:root {
  color-scheme: dark;
  --es-bg: #050b1a;
  --es-bg-secondary: #0a1224;
  --es-card: #10192d;
  --es-text: #ffffff;
  --es-text-muted: #aab4c8;
  --es-border: rgba(255, 255, 255, 0.10);
  --es-primary: #0a84ff;
  --es-cyan: #00d4ff;
  --es-header-bg: rgba(5, 11, 26, 0.88);
  --es-logo-plate: transparent;
  --es-focus: #00d4ff;
}

#lovable-badge {
  display: none !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

html[data-theme="light"] {
  color-scheme: light;
  --es-bg: #ffffff;
  --es-bg-secondary: #f6f8fc;
  --es-card: #ffffff;
  --es-text: #071124;
  --es-text-muted: #526078;
  --es-border: #e3e8f0;
  --es-primary: #0066ff;
  --es-cyan: #00a8d6;
  --es-header-bg: rgba(255, 255, 255, 0.90);
  --es-dropdown-bg: #ffffff;
  --es-dropdown-border: rgba(0, 0, 0, 0.08);
  --es-dropdown-text: #1f2937;
  --es-dropdown-text-muted: #64748b;
  --es-dropdown-shadow: 0 4px 12px rgba(0, 0, 0, 0.06), 0 12px 35px rgba(0, 0, 0, 0.08);
  --es-dropdown-hover: rgba(37, 99, 235, 0.08);
  --es-dropdown-radius: 16px;
  --es-logo-plate: transparent;
  --es-focus: #0066ff;
}

html,
body {
  background: var(--es-bg);
  overflow-x: clip;
}

body {
  color: var(--es-text);
  transition: background-color 220ms ease, color 220ms ease;
}

header nav > a[href="/"]:first-child,
header nav > a[href="./"]:first-child,
header nav > a[href="/index.html"]:first-child {
  display: inline-flex !important;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  width: clamp(11rem, 22vw, 16rem);
  height: clamp(2.75rem, 5vw, 3.5rem);
  border-radius: 0.85rem;
  overflow: hidden;
  color: transparent !important;
  font-size: 0 !important;
  line-height: 0 !important;
  text-indent: -9999px;
  white-space: nowrap;
  background: transparent url("/assets/ecliptix-solutions-logo-transparent.png") center / contain no-repeat;
}

footer > .container-x:first-child > div:first-child > div:first-child {
  display: inline-flex !important;
  width: clamp(11rem, 30vw, 16rem);
  height: clamp(2.75rem, 5vw, 3.7rem);
  overflow: hidden;
  color: transparent !important;
  font-size: 0 !important;
  line-height: 0 !important;
  text-indent: -9999px;
  white-space: nowrap;
  background: transparent url("/assets/ecliptix-solutions-logo-transparent.png") left center / contain no-repeat;
}

html[data-theme="light"] header nav > a[href="/"]:first-child,
html[data-theme="light"] header nav > a[href="./"]:first-child,
html[data-theme="light"] header nav > a[href="/index.html"]:first-child {
  width: clamp(11rem, 22vw, 16rem);
  height: clamp(2.75rem, 5vw, 3.5rem);
  padding: 0;
  border-radius: 0;
  overflow: visible;
  color: transparent !important;
  font-size: 0 !important;
  line-height: 0 !important;
  text-indent: -9999px;
  background: transparent url("/assets/ecliptix-solutions-logo-light.png") center / contain no-repeat !important;
  background-color: transparent !important;
  box-shadow: none;
}

html[data-theme="light"] footer > .container-x:first-child > div:first-child > div:first-child {
  padding: 0.45rem 0.65rem;
  border-radius: 0.85rem;
  background-color: #071124 !important;
}

.ecliptix-logo-link {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  width: clamp(11rem, 22vw, 16rem);
  min-width: 0;
  border-radius: 0.85rem;
  line-height: 0;
  outline: none;
  text-indent: 0;
  background-image: none !important;
  transition: background-color 220ms ease, box-shadow 220ms ease, transform 180ms ease;
  border: none !important;
  box-shadow: none !important;
}

header nav > a.ecliptix-logo-link,
footer .ecliptix-logo-link {
  color: inherit !important;
  font-size: inherit !important;
  background-image: none !important;
}

.ecliptix-logo-link:hover {
  transform: translateY(-1px);
}

.ecliptix-logo-link:focus-visible,
.ecliptix-theme-toggle:focus-visible {
  outline: 2px solid var(--es-focus);
  outline-offset: 3px;
}

.ecliptix-logo-link img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 4.2 / 1;
  object-fit: contain;
  background: transparent !important;
}

.ecliptix-logo-missing {
  min-height: 2.45rem;
  align-items: center;
  color: #ffffff !important;
  font-family: "Plus Jakarta Sans", Inter, sans-serif;
  font-size: clamp(0.92rem, 2.2vw, 1.12rem);
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1;
}

html[data-theme="light"] .ecliptix-logo-link {
  padding: 0;
  border-radius: 0;
  overflow: visible;
  background: transparent !important;
  background-color: transparent !important;
  box-shadow: none;
}

html[data-theme="light"] header .ecliptix-logo-link {
  width: clamp(11rem, 22vw, 16rem);
  height: clamp(2.75rem, 5vw, 3.5rem);
  color: transparent !important;
  font-size: 0 !important;
  line-height: 0 !important;
  text-indent: -9999px;
  background: transparent url("/assets/ecliptix-solutions-logo-light.png") center / contain no-repeat !important;
}

html[data-theme="light"] header .ecliptix-logo-link img,
html[data-theme="light"] header nav > a[href="/"]:first-child img,
html[data-theme="light"] header nav > a[href="./"]:first-child img,
html[data-theme="light"] header nav > a[href="/index.html"]:first-child img {
  display: none !important;
}

html[data-theme="light"] header .ecliptix-logo-link::before {
  content: none;
}

.ecliptix-footer-logo {
  display: inline-flex;
  width: clamp(11rem, 30vw, 16rem);
  line-height: 0;
}

.ecliptix-footer-logo img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 4.2 / 1;
  object-fit: contain;
}

.ecliptix-theme-toggle {
  position: relative;
  display: inline-grid;
  width: 2.45rem;
  height: 2.45rem;
  place-items: center;
  flex: 0 0 auto;
  border: 1px solid var(--es-border);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.055);
  color: #ffffff;
  cursor: pointer;
  transition:
    background-color 220ms ease,
    border-color 220ms ease,
    color 220ms ease,
    transform 220ms ease;
}

.ecliptix-theme-toggle:hover {
  transform: translateY(-1px) scale(1.03);
  border-color: rgba(0, 212, 255, 0.42);
  background: rgba(0, 212, 255, 0.11);
}

.ecliptix-project-media {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #111827;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.ecliptix-project-media::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(5, 10, 23, 0) 45%, rgba(5, 10, 23, 0.16) 100%),
    inset 0 0 0 1px rgba(255, 255, 255, 0.04);
}

.ecliptix-project-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  transition: transform 500ms ease;
}

[id^="project-"]:hover .ecliptix-project-image {
  transform: scale(1.025);
}

.ecliptix-project-legacy-hero {
  display: none !important;
}

[id^="project-"] {
  scroll-margin-top: 6.75rem;
}

.ecliptix-theme-toggle svg {
  position: absolute;
  width: 1.05rem;
  height: 1.05rem;
  transition: opacity 240ms ease, transform 240ms ease;
}

.ecliptix-contact-status {
  align-self: center;
  max-width: 34rem;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.9rem;
  font-weight: 600;
}

.ecliptix-contact-status[data-state="error"] {
  color: #fecaca;
}

.ecliptix-contact-success {
  display: grid;
  min-height: 17rem;
  place-content: center;
  text-align: center;
}

.ecliptix-contact-success h3 {
  margin: 0;
  color: #fff;
  font-family: "Plus Jakarta Sans", Inter, sans-serif;
  font-size: clamp(1.5rem, 2.5vw, 2rem);
  font-weight: 800;
}

.ecliptix-contact-success p {
  max-width: 34rem;
  margin: 0.75rem auto 0;
  color: rgba(255, 255, 255, 0.66);
}

form[data-ecliptix-submitting="true"] button[type="submit"],
form button[type="submit"]:disabled {
  cursor: wait;
  opacity: 0.72;
}

.ecliptix-theme-toggle__sun {
  opacity: 0;
  transform: rotate(-60deg) scale(0.72);
}

.ecliptix-theme-toggle__moon {
  opacity: 1;
  transform: rotate(0deg) scale(1);
}

html[data-theme="dark"] .ecliptix-theme-toggle__sun {
  opacity: 1;
  transform: rotate(0deg) scale(1);
}

html[data-theme="dark"] .ecliptix-theme-toggle__moon {
  opacity: 0;
  transform: rotate(60deg) scale(0.72);
}

html[data-theme="light"] .ecliptix-theme-toggle {
  background: #ffffff;
  color: #071124;
  box-shadow: 0 8px 24px rgba(7, 17, 36, 0.08);
}

main .bg-brand-950 .bg-white\/\[0\.04\].text-\[\#050a17\],
main .bg-brand-950 .bg-white\/\[0\.04\].text-\[\#050a17\] * {
  color: #071124 !important;
}

main .bg-brand-950 .bg-white\/\[0\.04\].text-\[\#050a17\] {
  background-color: #ffffff !important;
}

html[data-theme="light"] body,
html[data-theme="light"] .min-h-screen {
  background: var(--es-bg) !important;
  color: var(--es-text) !important;
}

html[data-theme="light"] header {
  background: var(--es-header-bg) !important;
  border-color: var(--es-border) !important;
  box-shadow: 0 1px 0 var(--es-border), 0 4px 12px rgba(0, 0, 0, 0.06) !important;
}

html[data-theme="light"] header nav {
  gap: 1rem;
}

html[data-theme="light"] header a,
html[data-theme="light"] header button {
  color: var(--es-text) !important;
}

html[data-theme="light"] header .bg-cyan-accent,
html[data-theme="light"] header .bg-cyan-accent:hover {
  color: #071124 !important;
}

/* ---------------------------------------------------------------------------
 * Light mode: header dropdown panels + mobile menu (Services / Hire / Projects)
 * ------------------------------------------------------------------------ */

/* Dropdown panel backgrounds - Pure white for light mode */
html[data-theme="light"] header .bg-\[\#0a1226\]\/95,
html[data-theme="light"] header .bg-\[\#0a1226\]\/90,
html[data-theme="light"] header .bg-\[\#0a1226\] {
  background-color: var(--es-dropdown-bg) !important;
  border-color: var(--es-dropdown-border) !important;
}

/* Enhanced shadows for light mode dropdown panels */
html[data-theme="light"] header .bg-\[\#0a1226\]\/95,
html[data-theme="light"] header .bg-\[\#0a1226\]\/90 {
  box-shadow: var(--es-dropdown-shadow) !important;
  backdrop-filter: blur(12px) !important;
}

/* Text colors inside dropdowns - Dark readable text for light mode */
html[data-theme="light"] header .bg-\[\#0a1226\]\/95 summary,
html[data-theme="light"] header .bg-\[\#0a1226\]\/90 summary,
html[data-theme="light"] header .bg-\[\#0a1226\] summary,
html[data-theme="light"] header .bg-\[\#0a1226\]\/95 .text-white,
html[data-theme="light"] header .bg-\[\#0a1226\]\/90 .text-white,
html[data-theme="light"] header .bg-\[\#0a1226\]\/95 .text-white\/85,
html[data-theme="light"] header .bg-\[\#0a1226\]\/90 .text-white\/85,
html[data-theme="light"] header .bg-\[\#0a1226\] .text-white,
html[data-theme="light"] header .bg-\[\#0a1226\] .text-white\/85,
html[data-theme="light"] header .bg-\[\#0a1226\]\/95 .text-white\/80,
html[data-theme="light"] header .bg-\[\#0a1226\]\/90 .text-white\/80,
html[data-theme="light"] header .bg-\[\#0a1226\] .text-white\/80,
html[data-theme="light"] header .bg-\[\#0a1226\]\/95 .text-white\/75,
html[data-theme="light"] header .bg-\[\#0a1226\]\/90 .text-white\/75,
html[data-theme="light"] header .bg-\[\#0a1226\] .text-white\/75,
html[data-theme="light"] header .bg-\[\#0a1226\]\/95 .text-white\/70,
html[data-theme="light"] header .bg-\[\#0a1226\]\/90 .text-white\/70,
html[data-theme="light"] header .bg-\[\#0a1226\] .text-white\/70 {
  color: var(--es-dropdown-text) !important;
}

/* Muted text colors inside dropdowns */
html[data-theme="light"] header .bg-\[\#0a1226\]\/95 .text-white\/55,
html[data-theme="light"] header .bg-\[\#0a1226\]\/90 .text-white\/55,
html[data-theme="light"] header .bg-\[\#0a1226\]\/95 .text-white\/60,
html[data-theme="light"] header .bg-\[\#0a1226\]\/90 .text-white\/60,
html[data-theme="light"] header .bg-\[\#0a1226\]\/95 .text-white\/65,
html[data-theme="light"] header .bg-\[\#0a1226\]\/90 .text-white\/65,
html[data-theme="light"] header .bg-\[\#0a1226\] .text-white\/55,
html[data-theme="light"] header .bg-\[\#0a1226\] .text-white\/60,
html[data-theme="light"] header .bg-\[\#0a1226\] .text-white\/65 {
  color: var(--es-dropdown-text-muted) !important;
}

/* Background colors for dropdown items */
html[data-theme="light"] header .bg-\[\#0a1226\]\/95 .bg-white\/\[0\.02\],
html[data-theme="light"] header .bg-\[\#0a1226\]\/90 .bg-white\/\[0\.02\],
html[data-theme="light"] header .bg-\[\#0a1226\]\/95 .bg-white\/\[0\.04\],
html[data-theme="light"] header .bg-\[\#0a1226\]\/90 .bg-white\/\[0\.04\],
html[data-theme="light"] header .bg-\[\#0a1226\]\/95 .bg-white\/\[0\.05\],
html[data-theme="light"] header .bg-\[\#0a1226\]\/90 .bg-white\/\[0\.05\] {
  background-color: rgba(0, 0, 0, 0.03) !important;
}

/* Border colors for dropdown items */
html[data-theme="light"] header .bg-\[\#0a1226\]\/95 .border-white\/10,
html[data-theme="light"] header .bg-\[\#0a1226\]\/90 .border-white\/10,
html[data-theme="light"] header .bg-\[\#0a1226\]\/95 .border-white\/\[0\.06\],
html[data-theme="light"] header .bg-\[\#0a1226\]\/90 .border-white\/\[0\.06\],
html[data-theme="light"] header .bg-\[\#0a1226\]\/95 .border-white\/5,
html[data-theme="light"] header .bg-\[\#0a1226\]\/90 .border-white\/5,
html[data-theme="light"] header .bg-\[\#0a1226\]\/95 .border-white\/\[0\.08\],
html[data-theme="light"] header .bg-\[\#0a1226\]\/90 .border-white\/\[0\.08\] {
  border-color: rgba(0, 0, 0, 0.08) !important;
}

/* Hover states for dropdown links - Premium blue accent */
html[data-theme="light"] header .bg-\[\#0a1226\]\/95 a:hover,
html[data-theme="light"] header .bg-\[\#0a1226\]\/90 a:hover,
html[data-theme="light"] header .bg-\[\#0a1226\]\/95 a:focus-visible,
html[data-theme="light"] header .bg-\[\#0a1226\]\/90 a:focus-visible {
  background-color: var(--es-dropdown-hover) !important;
  color: var(--es-primary) !important;
}

/* Icon color changes on hover */
html[data-theme="light"] header .bg-\[\#0a1226\]\/95 a:hover [class*="group-hover:text-cyan-accent"],
html[data-theme="light"] header .bg-\[\#0a1226\]\/90 a:hover [class*="group-hover:text-cyan-accent"],
html[data-theme="light"] header .bg-\[\#0a1226\]\/95 a:focus-visible [class*="group-hover:text-cyan-accent"],
html[data-theme="light"] header .bg-\[\#0a1226\]\/90 a:focus-visible [class*="group-hover:text-cyan-accent"],
html[data-theme="light"] header .bg-\[\#0a1226\]\/95 a:hover svg,
html[data-theme="light"] header .bg-\[\#0a1226\]\/90 a:hover svg {
  color: var(--es-primary) !important;
}

/* Navigation links and buttons hover states */
html[data-theme="light"] header .bg-\[\#0a1226\] a:not(.bg-cyan-accent):hover,
html[data-theme="light"] header .bg-\[\#0a1226\] a:not(.bg-cyan-accent):focus-visible,
html[data-theme="light"] header nav > div > a:not(.bg-cyan-accent):hover,
html[data-theme="light"] header nav > div > a:not(.bg-cyan-accent):focus-visible,
html[data-theme="light"] header nav button:hover,
html[data-theme="light"] header nav button:focus-visible,
html[data-theme="light"] header nav button.text-cyan-accent {
  color: var(--es-primary) !important;
}

/* Mobile menu specific overrides */
html[data-theme="light"] header nav > div.bg-\[\#0a1226\]\/95,
html[data-theme="light"] header nav > div.bg-\[\#0a1226\] {
  background-color: var(--es-dropdown-bg) !important;
  border-color: var(--es-dropdown-border) !important;
}

/* Additional specificity for nested dropdown content */
html[data-theme="light"] header [class*="bg-[#0a1226]"] {
  background-color: var(--es-dropdown-bg) !important;
}

/* Header dropdown entrance animation (both themes) */
header .animate-fade-in {
  transform-origin: top;
  animation: ecliptix-dropdown-pop 280ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

@keyframes ecliptix-dropdown-pop {
  from {
    opacity: 0;
    transform: translateY(-6px) scale(0.97);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

/* Enhanced dropdown panel styling for premium appearance */
header .bg-\[\#0a1226\]\/95,
header .bg-\[\#0a1226\]\/90 {
  border-radius: 14px !important;
}

/* Light mode dropdown border radius */
html[data-theme="light"] header .bg-\[\#0a1226\]\/95,
html[data-theme="light"] header .bg-\[\#0a1226\]\/90 {
  border-radius: var(--es-dropdown-radius, 16px) !important;
}

@media (prefers-reduced-motion: reduce) {
  header .animate-fade-in {
    animation: none !important;
  }
}

html[data-theme="light"] main {
  background:
    radial-gradient(circle at 8% 4%, rgba(0, 102, 255, 0.08), transparent 28rem),
    radial-gradient(circle at 92% 20%, rgba(0, 168, 214, 0.08), transparent 24rem),
    var(--es-bg);
}

html[data-theme="light"] main section {
  border-color: var(--es-border) !important;
}

html[data-theme="light"] main .bg-\[\#070d1c\],
html[data-theme="light"] main .bg-\[\#0a1226\],
html[data-theme="light"] main .bg-\[\#0a1226\]\/95,
html[data-theme="light"] main .bg-\[\#0a1224\]\/90 {
  background-color: var(--es-bg-secondary) !important;
}

html[data-theme="light"] main .bg-white\/\[0\.02\],
html[data-theme="light"] main .bg-white\/\[0\.04\],
html[data-theme="light"] main .bg-white\/\[0\.05\],
html[data-theme="light"] main .bg-white\/\[0\.06\] {
  background-color: var(--es-card) !important;
}

html[data-theme="light"] .border-white\/10,
html[data-theme="light"] .border-white\/\[0\.05\],
html[data-theme="light"] .border-white\/\[0\.06\],
html[data-theme="light"] .border-white\/\[0\.08\],
html[data-theme="light"] .border-white\/\[0\.10\] {
  border-color: var(--es-border) !important;
}

html[data-theme="light"] main .text-white {
  color: var(--es-text) !important;
}

html[data-theme="light"] main .text-white\/80,
html[data-theme="light"] main .text-white\/85,
html[data-theme="light"] main .text-white\/75,
html[data-theme="light"] main .text-white\/70,
html[data-theme="light"] main .text-white\/65,
html[data-theme="light"] main .text-white\/60,
html[data-theme="light"] main .text-white\/55,
html[data-theme="light"] main .text-white\/45,
html[data-theme="light"] main .text-white\/40,
html[data-theme="light"] main .text-white\/35 {
  color: var(--es-text-muted) !important;
}

html[data-theme="light"] main .text-white\/85 {
  color: var(--es-text) !important;
}

html[data-theme="light"] main .text-brand-600,
html[data-theme="light"] main .text-brand-500,
html[data-theme="light"] main .text-cyan-accent {
  color: var(--es-primary) !important;
}

html[data-theme="light"] main .bg-brand-600,
html[data-theme="light"] main .bg-brand-700,
html[data-theme="light"] main .bg-brand-900 {
  background-color: var(--es-primary) !important;
}

html[data-theme="light"] main .bg-brand-600.text-white,
html[data-theme="light"] main .bg-brand-700.text-white,
html[data-theme="light"] main .bg-brand-900.text-white {
  color: #ffffff !important;
}

html[data-theme="light"] .bg-brand-950,
html[data-theme="light"] footer,
html[data-theme="light"] a[href*="wa.me"] {
  color: #ffffff !important;
}

html[data-theme="light"] .bg-brand-950 {
  background-color: #071124 !important;
}

html[data-theme="light"] main .bg-brand-950,
html[data-theme="light"] main .bg-brand-950 .text-white,
html[data-theme="light"] main .bg-brand-950 .text-white\/85,
html[data-theme="light"] main .bg-brand-950 .text-white\/80,
html[data-theme="light"] main .bg-brand-950 .text-white\/75,
html[data-theme="light"] main .bg-brand-950 .text-white\/70,
html[data-theme="light"] main .bg-brand-950 .text-white\/65,
html[data-theme="light"] main .bg-brand-950 .text-white\/60,
html[data-theme="light"] main .bg-brand-950 .text-white\/55 {
  color: #ffffff !important;
}

html[data-theme="light"] main .bg-brand-950 .text-white\/45,
html[data-theme="light"] main .bg-brand-950 .text-white\/40,
html[data-theme="light"] main .bg-brand-950 .text-white\/35 {
  color: rgba(255, 255, 255, 0.58) !important;
}

html[data-theme="light"] main .bg-brand-950 .bg-white\/\[0\.04\].text-\[\#050a17\],
html[data-theme="light"] main .bg-brand-950 .bg-white\/\[0\.04\].text-\[\#050a17\] * {
  color: #071124 !important;
}

html[data-theme="light"] main .bg-brand-950 .bg-white\/\[0\.04\].text-\[\#050a17\] {
  background-color: #ffffff !important;
}

html[data-theme="light"] .bg-brand-950 .text-white,
html[data-theme="light"] .bg-brand-950 .text-white\/65,
html[data-theme="light"] .bg-brand-950 .text-white\/70,
html[data-theme="light"] .bg-brand-950 .text-\[\#050a17\],
html[data-theme="light"] footer .text-white,
html[data-theme="light"] footer .text-white\/80,
html[data-theme="light"] footer .text-white\/75,
html[data-theme="light"] footer .text-white\/65,
html[data-theme="light"] footer .text-white\/55,
html[data-theme="light"] footer .text-white\/45,
html[data-theme="light"] a[href*="wa.me"].text-white {
  color: #ffffff !important;
}

html[data-theme="light"] footer {
  background: #0a1224 !important;
  border-color: rgba(255, 255, 255, 0.10) !important;
}

html[data-theme="light"] input,
html[data-theme="light"] textarea,
html[data-theme="light"] select {
  background: #ffffff !important;
  color: var(--es-text) !important;
  border-color: var(--es-border) !important;
}

html[data-theme="light"] input::placeholder,
html[data-theme="light"] textarea::placeholder {
  color: #6b768d !important;
}

html[data-theme="light"] .ecliptix-contact-status,
html[data-theme="light"] .ecliptix-contact-success p {
  color: var(--es-text-muted);
}

html[data-theme="light"] .ecliptix-contact-status[data-state="error"] {
  color: #b91c1c;
}

html[data-theme="light"] .ecliptix-contact-success h3 {
  color: var(--es-text);
}

html[data-theme="light"] .shadow-black\/40,
html[data-theme="light"] .shadow-black\/50 {
  --tw-shadow-color: rgba(15, 23, 42, 0.18) !important;
}

html[data-theme="light"] .ring-white\/10 {
  --tw-ring-color: rgba(7, 17, 36, 0.10) !important;
}

.ecliptix-difference-intro {
  max-width: min(100%, 64rem) !important;
}

.ecliptix-difference-heading {
  width: 100%;
  max-width: none;
  text-align: center;
  white-space: nowrap;
}

html[data-theme="light"] main .group:hover .group-hover\:text-white,
html[data-theme="light"] main .group:hover .group-hover\:text-white svg,
html[data-theme="light"] main .group:hover [class*="group-hover:text-white"],
html[data-theme="light"] main .group:hover [class*="group-hover:text-white"] svg {
  color: #ffffff !important;
  stroke: currentColor !important;
}

@media (max-width: 900px) {
  .ecliptix-difference-heading {
    white-space: normal;
  }
}

@media (max-width: 767px) {
  .ecliptix-logo-link {
    width: clamp(10rem, 48vw, 12rem);
  }

  html[data-theme="light"] .ecliptix-logo-link {
    padding: 0.36rem 0.5rem;
    border-radius: 0.72rem;
  }

  html[data-theme="light"] header .ecliptix-logo-link {
    width: clamp(10rem, 48vw, 12rem);
    padding: 0;
    border-radius: 0;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .ecliptix-logo-link {
    width: clamp(11.5rem, 24vw, 13.5rem);
  }
}

@media (min-width: 1024px) and (max-width: 1199px) {
  header .container-x {
    padding-inline: 1rem;
  }

  .ecliptix-logo-link {
    width: 13rem;
  }

  header nav > div:nth-of-type(1) {
    gap: 1rem;
    font-size: 0.8rem;
  }

  header nav > div:last-child {
    gap: 0.5rem;
  }

  header nav > div:last-child a[href="/contact"] {
    padding-inline: 0.85rem;
    font-size: 0.78rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  body,
  .ecliptix-logo-link,
  .ecliptix-theme-toggle,
  .ecliptix-theme-toggle svg {
    transition: none !important;
  }

  .ecliptix-logo-link:hover,
  .ecliptix-theme-toggle:hover {
    transform: none !important;
  }
}

/* Migrated WordPress blog pages */
.es-blog-hero,
.es-article-header {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background:
    radial-gradient(circle at 88% -10%, rgba(34, 211, 238, 0.14), transparent 32rem),
    radial-gradient(circle at 12% 12%, rgba(37, 99, 235, 0.16), transparent 34rem);
}

.es-blog-hero .container-x,
.es-article-header {
  padding-top: clamp(3.5rem, 8vw, 6rem);
  padding-bottom: clamp(3rem, 7vw, 5rem);
}

.es-breadcrumb {
  display: flex;
  max-width: min(100%, 64rem);
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 1.4rem;
  color: rgba(255, 255, 255, 0.48);
  font-size: 0.78rem;
  font-weight: 700;
}

.es-breadcrumb a {
  color: rgba(255, 255, 255, 0.72);
  text-decoration: none;
}

.es-breadcrumb a:hover {
  color: #67e8f9;
}

.es-eyebrow {
  margin: 0 0 0.85rem;
  color: #67e8f9;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.es-blog-hero h1,
.es-article-header h1 {
  max-width: 58rem;
  margin: 0;
  color: #fff;
  font-family: "Plus Jakarta Sans", Inter, sans-serif;
  font-size: clamp(2.35rem, 5vw, 4.8rem);
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: 0 !important;
}

.es-hero-copy,
.es-article-header > p {
  max-width: 48rem;
  margin: 1.25rem 0 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: clamp(1rem, 1.7vw, 1.18rem);
  line-height: 1.72;
}

.es-blog-listing {
  padding-top: clamp(3rem, 7vw, 5.5rem);
  padding-bottom: clamp(3.5rem, 8vw, 6rem);
}

.es-blog-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.2rem;
}

.es-blog-card {
  display: grid;
  min-height: 100%;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.10);
  border-radius: 1rem;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.065), rgba(255, 255, 255, 0.028));
  color: inherit;
  text-decoration: none;
  box-shadow: 0 20px 70px rgba(0, 0, 0, 0.12);
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.es-blog-card:hover {
  transform: translateY(-4px);
  border-color: rgba(103, 232, 249, 0.36);
  background: linear-gradient(145deg, rgba(34, 211, 238, 0.09), rgba(255, 255, 255, 0.035));
  box-shadow: 0 26px 80px rgba(0, 0, 0, 0.22);
}

.es-blog-card__media {
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: rgba(10, 18, 36, 0.86);
}

.es-blog-card__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: #081225;
}

.es-blog-card--text-only {
  background:
    radial-gradient(circle at 18% 12%, rgba(34, 211, 238, 0.10), transparent 18rem),
    linear-gradient(145deg, rgba(255, 255, 255, 0.065), rgba(255, 255, 255, 0.028));
}

.es-blog-card--text-only .es-blog-card__body {
  min-height: 21rem;
}

.es-blog-card__body {
  display: grid;
  grid-template-rows: auto auto 1fr auto;
  gap: 0.85rem;
  padding: 1.25rem;
}

.es-blog-card__meta,
.es-article-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.48rem;
  color: rgba(103, 232, 249, 0.92);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.es-blog-card h2 {
  max-width: none;
  margin: 0;
  color: #fff;
  font-family: "Plus Jakarta Sans", Inter, sans-serif;
  font-size: clamp(1.08rem, 1.8vw, 1.32rem);
  font-weight: 800;
  line-height: 1.24;
  overflow-wrap: anywhere;
}

.es-blog-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.66);
  font-size: 0.92rem;
  line-height: 1.68;
}

.es-blog-card time {
  color: rgba(255, 255, 255, 0.44);
  font-size: 0.78rem;
  font-weight: 700;
}

.es-article {
  background:
    radial-gradient(circle at 5% 25%, rgba(37, 99, 235, 0.08), transparent 32rem),
    var(--es-bg);
}

.es-article-header {
  padding-inline: max(1rem, calc((100vw - 72rem) / 2));
}

.es-article-featured {
  max-width: 64rem;
  margin: 2rem 0 0;
}

.es-article-featured img {
  display: block;
  width: 100%;
  max-height: 36rem;
  object-fit: contain;
  border: 1px solid rgba(255, 255, 255, 0.10);
  border-radius: 1.25rem;
  background: #081225;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.28);
}

.es-article-featured figcaption {
  margin-top: 0.7rem;
  color: rgba(255, 255, 255, 0.48);
  font-size: 0.78rem;
}

.es-article-shell {
  display: grid;
  grid-template-columns: minmax(8rem, 12rem) minmax(0, 54rem);
  gap: clamp(1.5rem, 4vw, 3.5rem);
  width: min(100% - 2rem, 72rem);
  margin-inline: auto;
  padding-top: clamp(3rem, 7vw, 5rem);
  padding-bottom: clamp(1.5rem, 4vw, 2.5rem);
}

.es-share {
  position: sticky;
  top: 6rem;
  align-self: start;
  display: grid;
  gap: 0.55rem;
}

.es-share span {
  color: rgba(255, 255, 255, 0.48);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.es-share a,
.es-back-link,
.es-related-card {
  border: 1px solid rgba(255, 255, 255, 0.10);
  color: #fff;
  text-decoration: none;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.es-share a {
  width: fit-content;
  border-radius: 999px;
  padding: 0.55rem 0.8rem;
  background: rgba(255, 255, 255, 0.045);
  font-size: 0.82rem;
  font-weight: 700;
}

.es-share a:hover,
.es-back-link:hover,
.es-related-card:hover {
  transform: translateY(-2px);
  border-color: rgba(103, 232, 249, 0.38);
  background: rgba(34, 211, 238, 0.08);
}

.es-article-content {
  color: rgba(255, 255, 255, 0.76);
  font-size: clamp(1rem, 1.35vw, 1.075rem);
  line-height: 1.82;
}

.es-article-content > *:first-child {
  margin-top: 0;
}

.es-article-content p,
.es-article-content ul,
.es-article-content ol,
.es-article-content figure {
  margin: 0 0 1.25rem;
}

.es-article-content h2,
.es-article-content h3 {
  max-width: none;
  margin: 2.2rem 0 0.85rem;
  color: #fff;
  font-family: "Plus Jakarta Sans", Inter, sans-serif;
  font-weight: 800;
  line-height: 1.2;
}

.es-article-content h2 {
  font-size: clamp(1.55rem, 2.6vw, 2.1rem);
}

.es-article-content h3 {
  font-size: clamp(1.17rem, 2vw, 1.45rem);
}

.es-article-content ul,
.es-article-content ol {
  padding-left: 1.35rem;
}

.es-article-content li {
  margin: 0.35rem 0;
}

.es-article-content a {
  color: #67e8f9;
  text-decoration: underline;
  text-underline-offset: 0.2em;
}

.es-article-content strong {
  color: #fff;
}

.es-article-content img {
  display: block;
  width: 100%;
  height: auto;
  margin: 1.75rem 0;
  border-radius: 1rem;
  object-fit: contain;
}

.es-article-footer {
  width: min(100% - 2rem, 72rem);
  margin-inline: auto;
  padding: 0 0 clamp(2.25rem, 5vw, 3.5rem);
}

.es-back-link {
  display: inline-flex;
  margin: 0 0 1.25rem;
  border-radius: 999px;
  padding: 0.75rem 1rem;
  background: rgba(255, 255, 255, 0.045);
  font-size: 0.9rem;
  font-weight: 800;
}

.es-related {
  border: 1px solid rgba(255, 255, 255, 0.10);
  border-radius: 1.25rem;
  padding: clamp(1.15rem, 2.4vw, 1.75rem);
  background: rgba(255, 255, 255, 0.025);
}

.es-related h2 {
  max-width: none;
  margin: 0 0 1rem;
  color: #fff;
  font-family: "Plus Jakarta Sans", Inter, sans-serif;
  font-size: clamp(1.25rem, 2.1vw, 1.65rem);
  font-weight: 800;
}

.es-related-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.85rem;
}

.es-related-card {
  display: grid;
  align-content: start;
  min-height: 8.25rem;
  gap: 0.5rem;
  border-radius: 0.85rem;
  padding: 1rem 1.05rem;
  background: rgba(255, 255, 255, 0.06);
}

.es-related-card span {
  color: #67e8f9;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.es-related-card strong {
  color: #fff;
  font-family: "Plus Jakarta Sans", Inter, sans-serif;
  font-size: 0.95rem;
  line-height: 1.35;
}

html[data-theme="light"] .es-blog-hero,
html[data-theme="light"] .es-article-header {
  border-color: var(--es-border);
  background:
    radial-gradient(circle at 88% -10%, rgba(0, 168, 214, 0.10), transparent 32rem),
    radial-gradient(circle at 12% 12%, rgba(0, 102, 255, 0.10), transparent 34rem),
    #f6f8fc;
}

html[data-theme="light"] .es-blog-hero h1,
html[data-theme="light"] .es-article-header h1,
html[data-theme="light"] .es-blog-card h2,
html[data-theme="light"] .es-article-content h2,
html[data-theme="light"] .es-article-content h3,
html[data-theme="light"] .es-article-content strong,
html[data-theme="light"] .es-related h2,
html[data-theme="light"] .es-related-card strong {
  color: var(--es-text) !important;
}

html[data-theme="light"] .es-hero-copy,
html[data-theme="light"] .es-article-header > p,
html[data-theme="light"] .es-blog-card p,
html[data-theme="light"] .es-blog-card time,
html[data-theme="light"] .es-article-content,
html[data-theme="light"] .es-article-featured figcaption,
html[data-theme="light"] .es-breadcrumb,
html[data-theme="light"] .es-breadcrumb a,
html[data-theme="light"] .es-share span {
  color: var(--es-text-muted) !important;
}

html[data-theme="light"] .es-blog-card,
html[data-theme="light"] .es-share a,
html[data-theme="light"] .es-back-link,
html[data-theme="light"] .es-related-card {
  border-color: var(--es-border);
  background: #fff;
  color: var(--es-text);
}

html[data-theme="light"] .es-article {
  background: var(--es-bg);
}

html[data-theme="light"] .es-article-featured img,
html[data-theme="light"] .es-blog-card__image {
  background: #edf3fb;
}

html[data-theme="light"] .es-related {
  border-color: var(--es-border);
}

@media (max-width: 900px) {
  .es-blog-grid,
  .es-related-grid {
    grid-template-columns: 1fr;
  }

  .es-article-shell {
    grid-template-columns: 1fr;
  }

  .es-share {
    position: static;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
}

@media (max-width: 640px) {
  .es-blog-card__body {
    padding: 1rem;
  }

  .es-article-header,
  .es-article-shell,
  .es-article-footer {
    width: min(100% - 1.25rem, 72rem);
  }

  .es-article-header {
    padding-inline: 0.625rem;
  }
}

/* A tighter, still breathable vertical rhythm across the mirrored site. */
header nav {
  min-height: 4.25rem;
}

.h-16,
.md\:h-20 {
  height: 4.25rem;
}

.container-x {
  padding-inline: clamp(1rem, 3vw, 1.35rem);
}

.py-24 { padding-top: 3.25rem; padding-bottom: 3.25rem; }
.py-20 { padding-top: 2.85rem; padding-bottom: 2.85rem; }
.py-16 { padding-top: 2.4rem; padding-bottom: 2.4rem; }
.pb-32 { padding-bottom: 4rem; }
.pb-24 { padding-bottom: 3.25rem; }
.pb-20 { padding-bottom: 2.85rem; }
.pb-16 { padding-bottom: 2.4rem; }
.pt-20 { padding-top: 2.85rem; }
.pt-16 { padding-top: 2.4rem; }
.gap-16 { gap: 2.5rem; }
.gap-12 { gap: 1.85rem; }
.gap-10 { gap: 1.55rem; }
.gap-6 { gap: 1.15rem; }
.mb-16 { margin-bottom: 2.25rem; }
.mb-14 { margin-bottom: 2rem; }
.mb-12 { margin-bottom: 1.75rem; }
.mb-10 { margin-bottom: 1.5rem; }
.mb-9 { margin-bottom: 1.4rem; }
.mb-8 { margin-bottom: 1.25rem; }
.mb-7 { margin-bottom: 1.15rem; }
.mb-6 { margin-bottom: 1rem; }
.mt-16 { margin-top: 2.35rem; }
.mt-12 { margin-top: 1.85rem; }
.mt-10 { margin-top: 1.55rem; }
.mt-8 { margin-top: 1.25rem; }
.mt-6 { margin-top: 1rem; }
.p-10 { padding: 1.7rem; }
.p-8 { padding: 1.45rem; }
.p-7 { padding: 1.25rem; }
.p-6 { padding: 1.1rem; }

.text-7xl { font-size: 3.8rem; line-height: 1.04; }
.text-6xl { font-size: 3.25rem; line-height: 1.05; }
.text-5xl { font-size: 2.75rem; line-height: 1.06; }
.text-4xl { font-size: 2.15rem; line-height: 1.12; }
.text-3xl { font-size: 1.8rem; line-height: 1.15; }

h1,
h2 {
  letter-spacing: 0 !important;
}

main h1,
main h2 {
  max-width: 12.5em;
}

main p {
  line-height: 1.58;
}

.text-lg { font-size: 1rem; line-height: 1.6; }
.text-xl { font-size: 1.1rem; line-height: 1.6; }

@media (min-width: 768px) {
  .md\:h-20 { height: 4.75rem; }
  .md\:py-32 { padding-top: 4.25rem; padding-bottom: 4.25rem; }
  .md\:py-28 { padding-top: 3.85rem; padding-bottom: 3.85rem; }
  .md\:py-24 { padding-top: 3.45rem; padding-bottom: 3.45rem; }
  .md\:py-20 { padding-top: 3.1rem; padding-bottom: 3.1rem; }
  .md\:pt-28 { padding-top: 4rem; }
  .md\:pt-24 { padding-top: 3.45rem; }
  .md\:pt-20 { padding-top: 3.1rem; }
  .md\:pb-40 { padding-bottom: 5rem; }
  .md\:pb-28 { padding-bottom: 3.85rem; }
  .md\:pb-20 { padding-bottom: 3.1rem; }
  .md\:text-6xl { font-size: 3.35rem; line-height: 1.06; }
  .md\:text-5xl { font-size: 2.8rem; line-height: 1.08; }
  .md\:text-4xl { font-size: 2.25rem; line-height: 1.12; }
  .md\:text-3xl { font-size: 1.95rem; line-height: 1.15; }
  .md\:text-xl { font-size: 1.08rem; line-height: 1.62; }
  .md\:text-lg { font-size: 1rem; line-height: 1.6; }
}

@media (min-width: 640px) {
  .sm\:text-5xl { font-size: 2.85rem; line-height: 1.08; }
}

@media (min-width: 1024px) {
  .lg\:gap-16 { gap: 2.75rem; }
  .lg\:p-20 { padding: 3rem; }
  .lg\:text-6xl { font-size: 3rem; line-height: 1.08; }
  .lg\:text-\[5\.25rem\] { font-size: 3.55rem; line-height: 1.07; }
  .lg\:text-\[4\.25rem\] { font-size: 3.1rem; line-height: 1.08; }
  .lg\:text-\[3\.5rem\] { font-size: 2.65rem; line-height: 1.1; }
}

@media (min-width: 1280px) {
  .lg\:text-\[5\.25rem\] {
    font-size: 3.9rem;
  }
}

/* Vision, mission, goal, and careers */
.ecliptix-purpose {
  position: relative;
  overflow: hidden;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background:
    radial-gradient(circle at 12% 8%, rgba(34, 211, 238, 0.1), transparent 34rem),
    radial-gradient(circle at 88% 90%, rgba(37, 99, 235, 0.13), transparent 32rem),
    #070d1c;
}

.ecliptix-purpose__inner {
  position: relative;
  z-index: 1;
  width: min(100% - 2rem, 80rem);
  margin-inline: auto;
  padding-block: 4.5rem;
}

.ecliptix-purpose__intro {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  align-items: end;
  gap: 2rem;
  margin-bottom: 2.25rem;
}

.ecliptix-purpose__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  margin: 0 0 0.9rem;
  color: #67e8f9;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.ecliptix-purpose__eyebrow::before {
  width: 1.75rem;
  height: 1px;
  background: currentColor;
  content: "";
}

.ecliptix-purpose h2 {
  max-width: 39rem;
  margin: 0;
  color: #fff;
  font-family: "Plus Jakarta Sans", Inter, sans-serif;
  font-size: clamp(2rem, 4vw, 3.25rem);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -0.035em;
}

.ecliptix-purpose__lead {
  max-width: 37rem;
  margin: 0 0 0.25rem auto;
  color: rgba(255, 255, 255, 0.66);
  font-size: 1rem;
  line-height: 1.75;
}

.ecliptix-purpose__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.ecliptix-purpose__card {
  position: relative;
  min-height: 100%;
  padding: 1.65rem;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 1.25rem;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.025));
  box-shadow: 0 18px 55px rgba(0, 0, 0, 0.16);
  transition: border-color 180ms ease, transform 180ms ease, background 180ms ease;
}

.ecliptix-purpose__card:hover {
  transform: translateY(-3px);
  border-color: rgba(103, 232, 249, 0.35);
  background: linear-gradient(145deg, rgba(34, 211, 238, 0.09), rgba(255, 255, 255, 0.035));
}

.ecliptix-purpose__number {
  display: grid;
  width: 2.25rem;
  height: 2.25rem;
  margin-bottom: 1.25rem;
  place-items: center;
  border: 1px solid rgba(103, 232, 249, 0.28);
  border-radius: 0.75rem;
  background: rgba(34, 211, 238, 0.08);
  color: #67e8f9;
  font-family: "Plus Jakarta Sans", Inter, sans-serif;
  font-size: 0.72rem;
  font-weight: 800;
}

.ecliptix-purpose__card h3 {
  margin: 0 0 0.7rem;
  color: #fff;
  font-family: "Plus Jakarta Sans", Inter, sans-serif;
  font-size: 1.15rem;
  font-weight: 700;
}

.ecliptix-purpose__card p,
.ecliptix-purpose__career-copy p {
  margin: 0;
  color: rgba(255, 255, 255, 0.64);
  font-size: 0.92rem;
  line-height: 1.72;
}

.ecliptix-purpose__career {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 2rem;
  margin-top: 1rem;
  padding: 1.5rem 1.65rem;
  border: 1px solid rgba(103, 232, 249, 0.18);
  border-radius: 1.25rem;
  background: linear-gradient(100deg, rgba(8, 145, 178, 0.12), rgba(37, 99, 235, 0.08));
}

.ecliptix-purpose__career-copy {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 1rem;
}

.ecliptix-purpose__career-mark {
  display: grid;
  width: 3rem;
  height: 3rem;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 1rem;
  background: linear-gradient(135deg, #22d3ee, #2563eb);
  color: #04101f;
  font-family: "Plus Jakarta Sans", Inter, sans-serif;
  font-size: 1.25rem;
  font-weight: 800;
  box-shadow: 0 10px 28px rgba(34, 211, 238, 0.2);
}

.ecliptix-purpose__career h3 {
  margin: 0 0 0.35rem;
  color: #fff;
  font-family: "Plus Jakarta Sans", Inter, sans-serif;
  font-size: 1.15rem;
  font-weight: 700;
}

.ecliptix-purpose__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
}

.ecliptix-purpose__button {
  display: inline-flex;
  min-height: 2.8rem;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 1.1rem;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 0.75rem;
  color: #fff;
  font-size: 0.86rem;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
  transition: border-color 180ms ease, transform 180ms ease, background 180ms ease;
}

.ecliptix-purpose__button--primary {
  border-color: transparent;
  background: linear-gradient(135deg, #22d3ee, #2563eb);
  color: #04101f;
}

.ecliptix-purpose__button--secondary {
  background: rgba(255, 255, 255, 0.045);
}

.ecliptix-purpose__button:hover {
  transform: translateY(-2px);
  border-color: rgba(103, 232, 249, 0.5);
}

.ecliptix-purpose__button:focus-visible {
  outline: 2px solid #67e8f9;
  outline-offset: 3px;
}

@media (max-width: 900px) {
  .ecliptix-purpose__intro {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .ecliptix-purpose__lead {
    margin-left: 0;
  }

  .ecliptix-purpose__grid {
    grid-template-columns: 1fr;
  }

  .ecliptix-purpose__career {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .py-24,
  .py-20 {
    padding-top: 3.25rem;
    padding-bottom: 3.25rem;
  }

  .pb-24,
  .pb-20 {
    padding-bottom: 3.25rem;
  }

  .gap-12 {
    gap: 1.75rem;
  }

  .p-8,
  .p-7,
  .p-6 {
    padding: 1.2rem;
  }

  .ecliptix-purpose__inner {
    width: min(100% - 1.5rem, 80rem);
    padding-block: 3.5rem;
  }

  .ecliptix-purpose__intro {
    margin-bottom: 1.5rem;
  }

  .ecliptix-purpose__card {
    padding: 1.35rem;
  }

  .ecliptix-purpose__career {
    gap: 1.25rem;
    padding: 1.35rem;
  }

  .ecliptix-purpose__career-copy {
    grid-template-columns: 1fr;
  }

  .ecliptix-purpose__actions,
  .ecliptix-purpose__button {
    width: 100%;
  }
}

.ecliptix-reinstate {
  position: relative;
  overflow: hidden;
  background: #09111f;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.ecliptix-reinstate::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 18% 12%, rgba(37, 99, 235, 0.18), transparent 32rem),
    radial-gradient(circle at 82% 28%, rgba(34, 211, 238, 0.14), transparent 30rem);
}

.ecliptix-reinstate__inner {
  position: relative;
  z-index: 1;
  width: min(100% - 2rem, 80rem);
  margin: 0 auto;
  padding: 6rem 0;
}

.ecliptix-reinstate__header {
  max-width: 58rem;
  margin: 0 auto 2rem;
  text-align: center;
}

.ecliptix-reinstate__eyebrow {
  margin: 0 0 1rem;
  color: #2563eb;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.ecliptix-reinstate__header h2,
.ecliptix-reinstate-faq__intro h3,
.ecliptix-reinstate-cta h3 {
  margin: 0;
  color: #fff;
  font-family: "Plus Jakarta Sans", Inter, sans-serif;
  font-weight: 800;
  letter-spacing: 0;
}

.ecliptix-reinstate__header h2 {
  font-size: clamp(2.25rem, 5vw, 4.5rem);
  line-height: 1.05;
}

.ecliptix-reinstate__header h2 span {
  color: transparent;
  background: linear-gradient(90deg, #2563eb, #22d3ee);
  background-clip: text;
  -webkit-background-clip: text;
}

.ecliptix-reinstate__header > p:last-child {
  max-width: 48rem;
  margin: 1.35rem auto 0;
  color: #a8b7cf;
  font-size: 1.02rem;
  line-height: 1.8;
}

.ecliptix-reinstate__trust {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.65rem;
  margin: 0 auto 2.4rem;
}

.ecliptix-reinstate__trust span {
  display: inline-flex;
  min-height: 2.5rem;
  align-items: center;
  gap: 0.5rem;
  padding: 0.55rem 0.85rem;
  border: 1px solid rgba(103, 232, 249, 0.2);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.045);
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.8rem;
  font-weight: 700;
  white-space: nowrap;
}

.ecliptix-reinstate__svg {
  width: 1em;
  height: 1em;
  flex: 0 0 auto;
}

.ecliptix-reinstate__grid {
  display: grid;
  gap: 1.25rem;
}

.ecliptix-reinstate__grid--primary {
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.18fr) minmax(0, 1fr);
  align-items: center;
}

.ecliptix-reinstate__grid--secondary {
  grid-template-columns: minmax(0, 1.35fr) minmax(0, 0.9fr);
  margin-top: 1.25rem;
}

.ecliptix-reinstate-card {
  position: relative;
  display: flex;
  min-width: 0;
  min-height: 100%;
  flex-direction: column;
  padding: 2rem;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 28px;
  background: linear-gradient(145deg, rgba(17, 27, 46, 0.94), rgba(13, 21, 37, 0.9));
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(18px);
  transition: transform 300ms ease, border-color 300ms ease, box-shadow 300ms ease, background 300ms ease;
}

.ecliptix-reinstate-card::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px;
  opacity: 0;
  pointer-events: none;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(37, 99, 235, 0.9), rgba(34, 211, 238, 0.8));
  mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  mask-composite: exclude;
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  transition: opacity 300ms ease;
}

.ecliptix-reinstate-card:hover {
  transform: translateY(-8px);
  border-color: rgba(34, 211, 238, 0.45);
  box-shadow: 0 20px 80px rgba(0, 150, 255, 0.18);
}

.ecliptix-reinstate-card:hover::before {
  opacity: 1;
}

.ecliptix-reinstate-card--popular {
  padding-top: 2.45rem;
  border-color: rgba(34, 211, 238, 0.34);
  background: linear-gradient(150deg, rgba(17, 27, 46, 0.98), rgba(12, 28, 54, 0.96));
  box-shadow: 0 24px 90px rgba(0, 150, 255, 0.18);
}

.ecliptix-reinstate-card__ribbon {
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 1;
  padding: 0.45rem 0.75rem;
  border-radius: 999px;
  background: linear-gradient(90deg, #2563eb, #22d3ee);
  color: #fff;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  box-shadow: 0 12px 34px rgba(34, 211, 238, 0.22);
}

.ecliptix-reinstate-card__top {
  display: flex;
  align-items: center;
  gap: 0.95rem;
  margin-bottom: 1.25rem;
}

.ecliptix-reinstate-card__icon {
  display: grid;
  width: 3rem;
  height: 3rem;
  place-items: center;
  border-radius: 1rem;
  transition: transform 300ms ease;
}

.ecliptix-reinstate-card:hover .ecliptix-reinstate-card__icon {
  transform: rotate(5deg) scale(1.04);
}

.ecliptix-reinstate-card__icon--green {
  background: rgba(16, 185, 129, 0.13);
  color: #34d399;
}

.ecliptix-reinstate-card__icon--yellow {
  background: rgba(250, 204, 21, 0.13);
  color: #fde047;
}

.ecliptix-reinstate-card__icon--red {
  background: rgba(248, 113, 113, 0.13);
  color: #f87171;
}

.ecliptix-reinstate-card__icon--blue {
  background: rgba(34, 211, 238, 0.13);
  color: #67e8f9;
}

.ecliptix-reinstate-card__icon--neutral {
  background: rgba(255, 255, 255, 0.08);
  color: #dbeafe;
}

.ecliptix-reinstate-card__kicker,
.ecliptix-reinstate-card__block h4 {
  margin: 0;
  color: rgba(168, 183, 207, 0.9);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.ecliptix-reinstate-card h3 {
  margin: 0.2rem 0 0;
  color: #fff;
  font-family: "Plus Jakarta Sans", Inter, sans-serif;
  font-size: 1.45rem;
  font-weight: 800;
}

.ecliptix-reinstate-card__price {
  margin-bottom: 0.55rem;
  color: #fff;
  font-family: "Plus Jakarta Sans", Inter, sans-serif;
  font-size: clamp(2.5rem, 4vw, 3.25rem);
  font-weight: 800;
  line-height: 1;
}

.ecliptix-reinstate-card__tagline,
.ecliptix-reinstate-card__description {
  margin: 0;
  color: #a8b7cf;
  font-size: 0.94rem;
  line-height: 1.7;
}

.ecliptix-reinstate-card__tagline {
  color: rgba(255, 255, 255, 0.82);
  font-weight: 700;
}

.ecliptix-reinstate-card__description {
  margin-top: 0.65rem;
}

.ecliptix-reinstate-card__block {
  margin-top: 1.35rem;
}

.ecliptix-reinstate-card__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin-top: 0.8rem;
}

.ecliptix-reinstate-card__chips span {
  padding: 0.42rem 0.58rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 0.65rem;
  background: rgba(255, 255, 255, 0.045);
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.72rem;
  font-weight: 700;
}

.ecliptix-reinstate__features {
  display: grid;
  gap: 0.72rem;
  margin: 0.85rem 0 0;
  padding: 0;
  list-style: none;
}

.ecliptix-reinstate__features li {
  display: flex;
  align-items: flex-start;
  gap: 0.58rem;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.88rem;
  line-height: 1.45;
}

.ecliptix-reinstate__features svg {
  margin-top: 0.18rem;
  color: #22d3ee;
}

.ecliptix-reinstate__info,
.ecliptix-reinstate__bonus {
  display: flex;
  align-items: flex-start;
  gap: 0.7rem;
  margin-top: 1.25rem;
  padding: 0.9rem 1rem;
  border: 1px solid rgba(103, 232, 249, 0.18);
  border-radius: 1rem;
  background: rgba(3, 18, 38, 0.7);
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.86rem;
  font-weight: 700;
}

.ecliptix-reinstate__info svg {
  margin-top: 0.08rem;
  color: #67e8f9;
}

.ecliptix-reinstate__info--notice svg {
  color: #cbd5e1;
}

.ecliptix-reinstate__bonus {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  border-color: rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.045);
  color: rgba(255, 255, 255, 0.72);
}

.ecliptix-reinstate__bonus strong {
  color: #fff;
}

.ecliptix-reinstate__button {
  display: inline-flex;
  min-height: 3rem;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  margin-top: auto;
  padding: 0.85rem 1.1rem;
  border: 1px solid transparent;
  border-radius: 0.85rem;
  background: #2563eb;
  color: #fff;
  font-size: 0.9rem;
  font-weight: 800;
  text-decoration: none;
  transition: background 300ms ease, transform 300ms ease, border-color 300ms ease, color 300ms ease;
}

.ecliptix-reinstate__bonus + .ecliptix-reinstate__button {
  margin-top: 1.25rem;
}

.ecliptix-reinstate__button:hover {
  transform: translateY(-2px);
  background: #22d3ee;
  color: #05101f;
}

.ecliptix-reinstate__button--ghost {
  border-color: rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.045);
  color: #fff;
}

.ecliptix-reinstate__button:focus-visible,
.ecliptix-reinstate-faq__item summary:focus-visible {
  outline: 2px solid #67e8f9;
  outline-offset: 3px;
}

.ecliptix-reinstate-mini {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.75rem;
  margin: 1.35rem 0;
}

.ecliptix-reinstate-mini div {
  padding: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.045);
}

.ecliptix-reinstate-mini .is-highlighted {
  border-color: rgba(34, 211, 238, 0.36);
  background: linear-gradient(145deg, rgba(37, 99, 235, 0.16), rgba(34, 211, 238, 0.1));
}

.ecliptix-reinstate-mini span,
.ecliptix-reinstate-mini small {
  display: block;
  color: #a8b7cf;
  font-size: 0.75rem;
  font-weight: 700;
}

.ecliptix-reinstate-mini strong {
  display: block;
  margin: 0.35rem 0;
  color: #fff;
  font-family: "Plus Jakarta Sans", Inter, sans-serif;
  font-size: 1.2rem;
}

.ecliptix-reinstate-cta {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 2rem;
  margin-top: 1.5rem;
  padding: 2rem;
  overflow: hidden;
  border: 1px solid rgba(103, 232, 249, 0.16);
  border-radius: 2rem;
  background:
    radial-gradient(circle at 82% 18%, rgba(34, 211, 238, 0.2), transparent 24rem),
    linear-gradient(135deg, #071124, #111b2e 62%, rgba(37, 99, 235, 0.22));
}

.ecliptix-reinstate-cta h3 {
  font-size: clamp(1.65rem, 3vw, 2.6rem);
  line-height: 1.1;
}

.ecliptix-reinstate-cta p {
  max-width: 43rem;
  margin: 0.8rem 0 0;
  color: #a8b7cf;
  line-height: 1.75;
}

.ecliptix-reinstate-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.ecliptix-reinstate-cta__arrow {
  position: absolute;
  right: 2rem;
  bottom: 1.4rem;
  color: rgba(103, 232, 249, 0.22);
  font-size: 3rem;
  animation: ecliptixArrowFloat 2.4s ease-in-out infinite;
}

.ecliptix-reinstate-faq {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.35fr);
  gap: 2rem;
  margin-top: 4rem;
}

.ecliptix-reinstate-faq__intro h3 {
  max-width: 28rem;
  font-size: clamp(1.8rem, 3.2vw, 3rem);
  line-height: 1.1;
}

.ecliptix-reinstate-faq__list {
  display: grid;
  gap: 0.75rem;
}

.ecliptix-reinstate-faq__item {
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 1.1rem;
  background: rgba(255, 255, 255, 0.045);
}

.ecliptix-reinstate-faq__item summary {
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.15rem 1.25rem;
  color: #fff;
  font-weight: 800;
  list-style: none;
}

.ecliptix-reinstate-faq__item summary::-webkit-details-marker {
  display: none;
}

.ecliptix-reinstate-faq__plus {
  position: relative;
  width: 1rem;
  height: 1rem;
  flex: 0 0 auto;
}

.ecliptix-reinstate-faq__plus::before,
.ecliptix-reinstate-faq__plus::after {
  content: "";
  position: absolute;
  inset: 50% auto auto 0;
  width: 100%;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
  transition: transform 220ms ease;
}

.ecliptix-reinstate-faq__plus::after {
  transform: rotate(90deg);
}

.ecliptix-reinstate-faq__item[open] .ecliptix-reinstate-faq__plus::after {
  transform: rotate(0deg);
}

.ecliptix-reinstate-faq__item p {
  margin: 0;
  padding: 0 1.25rem 1.2rem;
  color: #a8b7cf;
  line-height: 1.72;
}

@keyframes ecliptixArrowFloat {
  0%,
  100% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(8px, -8px);
  }
}

html[data-theme="light"] .ecliptix-reinstate {
  background: linear-gradient(180deg, #fff, #f7faff);
  border-color: #e7edf5;
}

html[data-theme="light"] .ecliptix-reinstate::before {
  background:
    radial-gradient(circle at 18% 12%, rgba(37, 99, 235, 0.08), transparent 32rem),
    radial-gradient(circle at 82% 28%, rgba(34, 211, 238, 0.1), transparent 30rem);
}

html[data-theme="light"] .ecliptix-reinstate__header h2,
html[data-theme="light"] .ecliptix-reinstate-faq__intro h3,
html[data-theme="light"] .ecliptix-reinstate-cta h3,
html[data-theme="light"] .ecliptix-reinstate-card h3,
html[data-theme="light"] .ecliptix-reinstate-card__price,
html[data-theme="light"] .ecliptix-reinstate-mini strong,
html[data-theme="light"] .ecliptix-reinstate-faq__item summary,
html[data-theme="light"] .ecliptix-reinstate__bonus strong {
  color: #071124;
}

html[data-theme="light"] .ecliptix-reinstate__header > p:last-child,
html[data-theme="light"] .ecliptix-reinstate-card__tagline,
html[data-theme="light"] .ecliptix-reinstate-card__description,
html[data-theme="light"] .ecliptix-reinstate__features li,
html[data-theme="light"] .ecliptix-reinstate-faq__item p,
html[data-theme="light"] .ecliptix-reinstate-mini span,
html[data-theme="light"] .ecliptix-reinstate-mini small,
html[data-theme="light"] .ecliptix-reinstate-cta p {
  color: #5f6f89;
}

html[data-theme="light"] .ecliptix-reinstate__trust span,
html[data-theme="light"] .ecliptix-reinstate-card,
html[data-theme="light"] .ecliptix-reinstate-mini div,
html[data-theme="light"] .ecliptix-reinstate-faq__item {
  border-color: #e7edf5;
  background: #fff;
}

html[data-theme="light"] .ecliptix-reinstate-card {
  box-shadow: 0 18px 55px rgba(15, 23, 42, 0.08);
}

html[data-theme="light"] .ecliptix-reinstate-card:hover {
  border-color: #2563eb;
  box-shadow: 0 20px 80px rgba(0, 102, 255, 0.13);
}

html[data-theme="light"] .ecliptix-reinstate-card--popular {
  border-color: rgba(37, 99, 235, 0.28);
  box-shadow: 0 24px 90px rgba(0, 102, 255, 0.13);
}

html[data-theme="light"] .ecliptix-reinstate__trust span,
html[data-theme="light"] .ecliptix-reinstate-card__chips span,
html[data-theme="light"] .ecliptix-reinstate__bonus {
  color: #516079;
  background: #f7faff;
}

html[data-theme="light"] .ecliptix-reinstate__info {
  border-color: rgba(37, 99, 235, 0.12);
  background: #eef6ff;
  color: #10213b;
}

html[data-theme="light"] .ecliptix-reinstate-cta {
  background:
    radial-gradient(circle at 82% 18%, rgba(34, 211, 238, 0.18), transparent 24rem),
    linear-gradient(135deg, #071124, #10284b 62%, rgba(37, 99, 235, 0.35));
}

html[data-theme="light"] .ecliptix-reinstate-cta h3 {
  color: #fff;
}

@media (max-width: 1023px) {
  .ecliptix-reinstate__grid--primary,
  .ecliptix-reinstate__grid--secondary,
  .ecliptix-reinstate-faq,
  .ecliptix-reinstate-cta {
    grid-template-columns: 1fr 1fr;
  }

  .ecliptix-reinstate-card--popular {
    transform: none;
  }

  .ecliptix-reinstate-card--wide,
  .ecliptix-reinstate-cta {
    grid-column: 1 / -1;
  }
}

@media (max-width: 720px) {
  .ecliptix-reinstate__inner {
    width: min(100% - 1.5rem, 80rem);
    padding: 4rem 0;
  }

  .ecliptix-reinstate__trust {
    justify-content: flex-start;
    flex-wrap: nowrap;
    margin-inline: -0.75rem;
    padding: 0 0.75rem 0.35rem;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .ecliptix-reinstate__trust::-webkit-scrollbar {
    display: none;
  }

  .ecliptix-reinstate__trust span {
    scroll-snap-align: start;
  }

  .ecliptix-reinstate__grid--primary,
  .ecliptix-reinstate__grid--secondary,
  .ecliptix-reinstate-faq,
  .ecliptix-reinstate-cta {
    grid-template-columns: 1fr;
  }

  .ecliptix-reinstate-card {
    padding: 1.35rem;
  }

  .ecliptix-reinstate-mini {
    grid-template-columns: 1fr;
  }

  .ecliptix-reinstate__button,
  .ecliptix-reinstate-cta__actions {
    width: 100%;
  }

  .ecliptix-reinstate-cta {
    padding: 1.35rem;
  }

  .ecliptix-reinstate-cta__arrow {
    display: none;
  }
}




/* ==========================================================================
   ECLIPTIX HERO CAROUSEL v3 — Horizontal Sliding Track
   2s autoplay · translateX · 40/60 grid · GPU-accelerated · premium motion
   ========================================================================== */
.esc-hero { position:relative; overflow:hidden; background:#050b1a; }
html[data-theme="light"] .esc-hero { background:#ffffff !important; }
html[data-theme="light"] main section#esc-hero { border-color:transparent !important; }

/* Viewport clips the track */
.esc-viewport { overflow:hidden; width:100%; }

/* Track = horizontal flex strip; translateX moves it */
.esc-track {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  will-change: transform;
  transition: transform 800ms cubic-bezier(0.45, 0, 0.25, 1);
  /* width is set by JS after build to N * 100% of viewport */
}
@media (prefers-reduced-motion:reduce) { .esc-track { transition:none !important; } }

/* Each slide = exactly the viewport/container width */
.esc-slide {
  flex: 0 0 auto;       /* width driven by JS-set inline width */
  position: relative;
  overflow: hidden;
}

.esc-slide__bg { position:absolute; inset:0; z-index:0; pointer-events:none; }
.esc-blob { position:absolute; border-radius:50%; filter:blur(90px); opacity:0.65; }

/* Grid: 40% content / 60% image */
.esc-inner {
  position:relative; z-index:1;
  padding-inline:clamp(1rem,3vw,2rem);
  padding-top:clamp(2.5rem,5vw,4rem);
  padding-bottom:clamp(2.5rem,5vw,4rem);
  display:grid; grid-template-columns:1fr; gap:1.75rem;
  align-items:center; max-width:96rem; margin-inline:auto; width:100%; box-sizing:border-box;
}
@media (min-width:1024px) { .esc-inner { grid-template-columns:40fr 60fr; gap:3rem; } }
@media (min-width:1280px) { .esc-inner { gap:4rem; } }

/* Content col */
.esc-content { display:flex; flex-direction:column; gap:0; order:2; }
@media (min-width:1024px) { .esc-content { order:1; } }

/* Eyebrow */
.esc-eyebrow {
  display:inline-flex; align-items:center; gap:0.5rem;
  padding:0.3rem 0.9rem 0.3rem 0.6rem; border-radius:999px;
  border:1px solid rgba(0,212,255,0.30); background:rgba(0,212,255,0.08);
  color:#22d3ee; font-size:0.72rem; font-weight:800; letter-spacing:0.12em;
  text-transform:uppercase; width:fit-content; margin-bottom:1.1rem;
}
.esc-eyebrow__dot { position:relative; width:0.5rem; height:0.5rem; flex:0 0 auto; }
.esc-eyebrow__dot::before,.esc-eyebrow__dot::after { content:""; position:absolute; inset:0; border-radius:50%; background:#22d3ee; }
.esc-eyebrow__dot::before { animation:esc-ping 1.4s cubic-bezier(0,0,0.2,1) infinite; opacity:0.6; }
@keyframes esc-ping { 75%,100% { transform:scale(2.4); opacity:0; } }

/* Headline */
.esc-h1 {
  margin:0 0 0.9rem; color:#ffffff;
  font-family:"Plus Jakarta Sans",Inter,sans-serif;
  font-size:clamp(1.7rem,3.5vw,3rem); font-weight:800; line-height:1.07; letter-spacing:-0.025em;
  max-width:100% !important;
}
.esc-h1 mark { background:none; color:transparent; background-clip:text; -webkit-background-clip:text; background-image:linear-gradient(90deg,#2563eb,#22d3ee); }
html[data-theme="light"] .esc-h1 { color:#071124; }

/* Description */
.esc-desc { margin:0 0 1.1rem; color:rgba(255,255,255,0.68); font-size:clamp(0.875rem,1.25vw,0.975rem); line-height:1.68 !important; max-width:30rem; }
html[data-theme="light"] .esc-desc { color:#526078; }

/* Bullets */
.esc-bullets { list-style:none; margin:0 0 1.25rem; padding:0; display:grid; grid-template-columns:1fr 1fr; gap:0.45rem 1rem; }
@media (max-width:479px) { .esc-bullets { grid-template-columns:1fr; } }
.esc-bullets li { display:flex; align-items:flex-start; gap:0.45rem; color:rgba(255,255,255,0.80); font-size:0.82rem; font-weight:500; line-height:1.4; }
html[data-theme="light"] .esc-bullets li { color:#374151; }
.esc-bullets li::before { content:""; display:block; width:0.8rem; height:0.8rem; min-width:0.8rem; margin-top:0.16rem; border-radius:50%; background:linear-gradient(135deg,#2563eb,#22d3ee); clip-path:polygon(14% 44%,0 65%,50% 100%,100% 16%,80% 0%,43% 62%); }

/* CTA */
.esc-ctas { display:flex; flex-wrap:wrap; gap:0.65rem; margin-bottom:1.25rem; }
.esc-btn { display:inline-flex; align-items:center; gap:0.45rem; padding:0.72rem 1.4rem; border-radius:0.85rem; font-size:0.855rem; font-weight:700; text-decoration:none; transition:transform 160ms ease,box-shadow 160ms ease,background 160ms ease; cursor:pointer; border:none; white-space:nowrap; }
.esc-btn:hover  { transform:translateY(-2px); }
.esc-btn:active { transform:scale(0.97); }
.esc-btn--primary { background:linear-gradient(135deg,#2563eb,#1d4ed8); color:#fff; box-shadow:0 6px 20px rgba(37,99,235,0.38); }
.esc-btn--primary:hover { box-shadow:0 10px 28px rgba(37,99,235,0.52); }
.esc-btn--secondary { background:rgba(255,255,255,0.06); border:1px solid rgba(255,255,255,0.14); color:#fff; }
.esc-btn--secondary:hover { background:rgba(255,255,255,0.12); }
html[data-theme="light"] .esc-btn--secondary { background:rgba(7,17,36,0.05); border-color:rgba(7,17,36,0.14); color:#071124; }
html[data-theme="light"] .esc-btn--secondary:hover { background:rgba(7,17,36,0.09); }

/* Stats */
.esc-stats { display:flex; flex-wrap:wrap; align-items:center; gap:1rem 1.75rem; padding-top:1rem; border-top:1px solid rgba(255,255,255,0.08); }
html[data-theme="light"] .esc-stats { border-top-color:#e3e8f0; }
.esc-stat__value { font-family:"Plus Jakarta Sans",Inter,sans-serif; font-size:1.1rem; font-weight:800; color:#ffffff; line-height:1.1; }
html[data-theme="light"] .esc-stat__value { color:#071124; }
.esc-stat__label { font-size:0.65rem; font-weight:600; color:rgba(255,255,255,0.42); text-transform:uppercase; letter-spacing:0.08em; margin-top:0.1rem; }
html[data-theme="light"] .esc-stat__label { color:#8494a9; }
.esc-stats__divider { width:1px; height:1.6rem; background:rgba(255,255,255,0.10); display:none; }
@media (min-width:480px) { .esc-stats__divider { display:block; } }
html[data-theme="light"] .esc-stats__divider { background:#e3e8f0; }

/* Visual col (right, 60%) */
.esc-visual { position:relative; order:1; }
@media (min-width:1024px) { .esc-visual { order:2; } }
.esc-visual__glow { position:absolute; inset:-2rem; border-radius:3rem; background:linear-gradient(135deg,rgba(37,99,235,0.22),rgba(34,211,238,0.18)); filter:blur(50px); z-index:0; pointer-events:none; }
.esc-visual__img-wrap { position:relative; z-index:1; border-radius:1.5rem; overflow:hidden; aspect-ratio:16/10; background:#0a1224; box-shadow:0 2px 4px rgba(0,0,0,0.12),0 8px 24px rgba(0,0,0,0.20),0 32px 80px rgba(0,0,0,0.38),0 0 0 1px rgba(255,255,255,0.07); }
@media (min-width:1024px) { .esc-visual__img-wrap { aspect-ratio:16/10; border-radius:1.75rem; } }
@media (min-width:1280px) { .esc-visual__img-wrap { aspect-ratio:3/2; } }
@media (max-width:767px)  { .esc-visual__img-wrap { aspect-ratio:4/3; } }
html[data-theme="light"] .esc-visual__img-wrap { box-shadow:0 2px 8px rgba(7,17,36,0.06),0 12px 40px rgba(7,17,36,0.12),0 0 0 1px rgba(7,17,36,0.06); }
.esc-visual__img { display:block; width:100%; height:100%; object-fit:cover; object-position:center 20%; will-change:transform; }
.esc-slide--active .esc-visual__img { animation:esc-kenburns 7s ease-out forwards; }
@keyframes esc-kenburns { from{transform:scale(1.06) translateX(6px)} to{transform:scale(1.00) translateX(0)} }
@media (prefers-reduced-motion:reduce) { .esc-slide--active .esc-visual__img { animation:none !important; } }

/* Floating badges */
.esc-badge { position:absolute; z-index:3; display:flex; align-items:center; gap:0.6rem; padding:0.6rem 0.85rem; border-radius:0.9rem; background:rgba(4,10,24,0.85); border:1px solid rgba(255,255,255,0.11); backdrop-filter:blur(18px); -webkit-backdrop-filter:blur(18px); box-shadow:0 8px 32px rgba(0,0,0,0.32),0 2px 8px rgba(0,0,0,0.18); white-space:nowrap; pointer-events:none; }
html[data-theme="light"] .esc-badge { background:rgba(255,255,255,0.94); border-color:rgba(0,0,0,0.08); box-shadow:0 6px 24px rgba(7,17,36,0.12),0 2px 6px rgba(7,17,36,0.06); }
.esc-badge__icon { width:2rem; height:2rem; border-radius:0.55rem; display:grid; place-items:center; font-size:0.95rem; flex:0 0 auto; }
.esc-badge__text strong { display:block; color:#fff; font-size:0.76rem; font-weight:800; line-height:1.25; }
html[data-theme="light"] .esc-badge__text strong { color:#071124; }
.esc-badge__text span { display:block; color:rgba(255,255,255,0.52); font-size:0.63rem; font-weight:600; line-height:1.25; }
html[data-theme="light"] .esc-badge__text span { color:#7a8ba0; }
.esc-badge--tl { top:1rem;    left:-0.75rem; }
.esc-badge--tr { top:1.25rem; right:-0.75rem; }
.esc-badge--bl { bottom:1.25rem; left:-0.75rem; }
.esc-badge--br { bottom:1.75rem; right:-0.75rem; }
.esc-badge--ml { top:50%; left:-0.75rem; transform:translateY(-50%); }
.esc-badge--mr { top:38%; right:-0.75rem; }
@media (max-width:1023px) { .esc-badge--tl{left:0.5rem;top:0.5rem} .esc-badge--tr{right:0.5rem;top:0.5rem} .esc-badge--bl{left:0.5rem;bottom:0.5rem} .esc-badge--br{right:0.5rem;bottom:0.5rem} .esc-badge--ml,.esc-badge--mr{display:none} }
@media (max-width:640px) { .esc-badge--bl{display:none} }
.esc-badge__icon--amber  { background:rgba(245,158,11,0.15); color:#f59e0b; }
.esc-badge__icon--green  { background:rgba(16,185,129,0.15); color:#10b981; }
.esc-badge__icon--orange { background:rgba(249,115,22,0.15); color:#f97316; }
.esc-badge__icon--blue   { background:rgba(59,130,246,0.15); color:#3b82f6; }
.esc-badge__icon--purple { background:rgba(139,92,246,0.15); color:#8b5cf6; }
.esc-badge__icon--cyan   { background:rgba(34,211,238,0.15); color:#22d3ee; }
.esc-badge__icon--rose   { background:rgba(244,63,94,0.15);  color:#f43f5e; }
.esc-badge { animation:esc-float 3.6s ease-in-out infinite; }
.esc-badge--tr { animation-delay:0.7s; animation-duration:4.2s; }
.esc-badge--bl { animation-delay:1.4s; animation-duration:3.9s; }
.esc-badge--br { animation-delay:0.35s; animation-duration:4.5s; }
.esc-badge--ml { animation-name:esc-float-mid; animation-duration:4s; animation-delay:1.1s; }
.esc-badge--mr { animation-delay:2.1s; animation-duration:3.8s; }
@keyframes esc-float     { 0%,100%{transform:translateY(0)}     50%{transform:translateY(-7px)} }
@keyframes esc-float-mid { 0%,100%{transform:translateY(-50%)}  50%{transform:translateY(calc(-50% - 7px))} }
@media (prefers-reduced-motion:reduce) { .esc-badge{animation:none !important} }

/* Content entrance */
.esc-slide--active .esc-content { animation:esc-content-in 400ms cubic-bezier(0.22,1,0.36,1) both; }
@keyframes esc-content-in { from{opacity:0;transform:translateY(12px)} to{opacity:1;transform:translateY(0)} }
@media (prefers-reduced-motion:reduce) { .esc-slide--active .esc-content{animation:none !important} }

/* Eyebrow accent per slide */
.esc-slide[data-slide="0"] .esc-eyebrow{color:#f59e0b;border-color:rgba(245,158,11,0.30);background:rgba(245,158,11,0.08)}
.esc-slide[data-slide="0"] .esc-eyebrow__dot::before,.esc-slide[data-slide="0"] .esc-eyebrow__dot::after{background:#f59e0b}
.esc-slide[data-slide="1"] .esc-eyebrow{color:#10b981;border-color:rgba(16,185,129,0.30);background:rgba(16,185,129,0.08)}
.esc-slide[data-slide="1"] .esc-eyebrow__dot::before,.esc-slide[data-slide="1"] .esc-eyebrow__dot::after{background:#10b981}
.esc-slide[data-slide="2"] .esc-eyebrow{color:#f97316;border-color:rgba(249,115,22,0.30);background:rgba(249,115,22,0.08)}
.esc-slide[data-slide="2"] .esc-eyebrow__dot::before,.esc-slide[data-slide="2"] .esc-eyebrow__dot::after{background:#f97316}
.esc-slide[data-slide="3"] .esc-eyebrow{color:#3b82f6;border-color:rgba(59,130,246,0.30);background:rgba(59,130,246,0.08)}
.esc-slide[data-slide="3"] .esc-eyebrow__dot::before,.esc-slide[data-slide="3"] .esc-eyebrow__dot::after{background:#3b82f6}
.esc-slide[data-slide="4"] .esc-eyebrow{color:#8b5cf6;border-color:rgba(139,92,246,0.30);background:rgba(139,92,246,0.08)}
.esc-slide[data-slide="4"] .esc-eyebrow__dot::before,.esc-slide[data-slide="4"] .esc-eyebrow__dot::after{background:#8b5cf6}
.esc-slide[data-slide="5"] .esc-eyebrow{color:#22d3ee;border-color:rgba(34,211,238,0.30);background:rgba(34,211,238,0.08)}
.esc-slide[data-slide="5"] .esc-eyebrow__dot::before,.esc-slide[data-slide="5"] .esc-eyebrow__dot::after{background:#22d3ee}

/* Controls */
.esc-controls { position:relative; z-index:10; display:flex; align-items:center; justify-content:space-between; gap:0.75rem; padding:0.7rem clamp(1rem,3vw,2rem); background:rgba(4,10,24,0.72); border-top:1px solid rgba(255,255,255,0.06); backdrop-filter:blur(10px); -webkit-backdrop-filter:blur(10px); }
html[data-theme="light"] .esc-controls { background:rgba(246,248,252,0.96) !important; border-top-color:#e3e8f0; }
.esc-dots { display:flex; align-items:center; gap:0.4rem; margin:0; padding:0; }
.esc-dot { width:0.5rem; height:0.5rem; border-radius:50%; background:rgba(255,255,255,0.22); cursor:pointer; transition:background 260ms ease,width 260ms ease,border-radius 260ms ease; border:none; padding:0; flex:0 0 auto; }
html[data-theme="light"] .esc-dot { background:rgba(7,17,36,0.16); }
.esc-dot--active { width:1.4rem; border-radius:999px; background:#2563eb; }
.esc-dot:hover:not(.esc-dot--active) { background:rgba(255,255,255,0.48); }
html[data-theme="light"] .esc-dot:hover:not(.esc-dot--active) { background:rgba(7,17,36,0.32); }
.esc-progress-wrap { flex:1; height:3px; border-radius:999px; background:rgba(255,255,255,0.09); overflow:hidden; max-width:12rem; }
html[data-theme="light"] .esc-progress-wrap { background:rgba(7,17,36,0.08); }
.esc-progress-bar { height:100%; border-radius:999px; background:linear-gradient(90deg,#2563eb,#22d3ee); width:0%; }
.esc-counter { font-size:0.7rem; font-weight:700; color:rgba(255,255,255,0.40); white-space:nowrap; min-width:2.8rem; }
html[data-theme="light"] .esc-counter { color:#8494a9; }
.esc-arrows { display:flex; gap:0.4rem; }
.esc-arrow { width:2.1rem; height:2.1rem; border-radius:50%; border:1px solid rgba(255,255,255,0.13); background:rgba(255,255,255,0.06); color:rgba(255,255,255,0.72); display:grid; place-items:center; cursor:pointer; transition:background 160ms ease,border-color 160ms ease,color 160ms ease,transform 120ms ease; flex:0 0 auto; }
.esc-arrow:hover { background:rgba(37,99,235,0.28); border-color:rgba(37,99,235,0.60); color:#fff; transform:scale(1.08); }
html[data-theme="light"] .esc-arrow { border-color:rgba(7,17,36,0.14); background:rgba(7,17,36,0.04); color:rgba(7,17,36,0.60); }
html[data-theme="light"] .esc-arrow:hover { background:rgba(37,99,235,0.10); border-color:rgba(37,99,235,0.35); color:#2563eb; }
.esc-arrow svg { width:0.85rem; height:0.85rem; }

/* Trust strip */
.esc-trust { display:flex; align-items:center; gap:0.6rem; padding:0.6rem clamp(1rem,3vw,2rem); border-top:1px solid rgba(255,255,255,0.05); background:rgba(4,10,24,0.50); overflow:hidden; }
html[data-theme="light"] .esc-trust { background:rgba(246,248,252,0.90) !important; border-top-color:#e3e8f0; }
.esc-trust__label { font-size:0.62rem; font-weight:800; letter-spacing:0.14em; text-transform:uppercase; color:rgba(255,255,255,0.32); white-space:nowrap; flex:0 0 auto; }
html[data-theme="light"] .esc-trust__label { color:#a0aec0; }
.esc-trust__pills { display:flex; gap:0.5rem; animation:esc-marquee 30s linear infinite; flex:0 0 auto; }
.esc-trust:hover .esc-trust__pills { animation-play-state:paused; }
@keyframes esc-marquee { from{transform:translateX(0)} to{transform:translateX(-50%)} }
.esc-trust__pill { display:inline-flex; align-items:center; gap:0.35rem; padding:0.28rem 0.65rem; border-radius:999px; border:1px solid rgba(255,255,255,0.08); background:rgba(255,255,255,0.04); color:rgba(255,255,255,0.60); font-size:0.68rem; font-weight:700; white-space:nowrap; letter-spacing:0.04em; }
html[data-theme="light"] .esc-trust__pill { border-color:rgba(7,17,36,0.09); background:rgba(7,17,36,0.04); color:#526078; }
.esc-trust__pill-dot { width:0.35rem; height:0.35rem; border-radius:50%; background:currentColor; opacity:0.65; flex:0 0 auto; }

/* Mobile tweaks */
@media (max-width:640px) { .esc-h1{font-size:clamp(1.55rem,6.5vw,2.1rem)} .esc-desc{font-size:0.875rem} .esc-bullets{grid-template-columns:1fr} .esc-ctas{flex-direction:column} .esc-ctas .esc-btn{width:100%;justify-content:center} .esc-progress-wrap{max-width:5rem} }

/* Conflict guards */
.esc-h1 { max-width:100% !important; }
.esc-desc { line-height:1.68 !important; }
html[data-theme="light"] .esc-hero { background:#ffffff !important; border-color:transparent !important; }
html[data-theme="light"] main section#esc-hero { border-color:transparent !important; }