/* Hanul Circuit navy/cyan cutover — new file (DG 7d cache). */
:root,
[data-theme],
html,
body {
  --hanul-navy: #0a1628;
  --hanul-navy-2: #0f1d30;
  --hanul-navy-3: #132238;
  --hanul-cyan: #6ec8ff;
  --hanul-cyan-soft: #9ad8ff;
  --hanul-paper: #e8f4ff;
  --p: 78% 0.11 230 !important;
  --pc: 18% 0.04 250 !important;
  --s: 78% 0.11 230 !important;
  --sc: 18% 0.04 250 !important;
  --b1: 17% 0.03 250 !important;
  --b2: 20% 0.03 250 !important;
  --b3: 24% 0.035 250 !important;
  --bc: 93% 0.02 230 !important;
}

html,
body,
#page {
  background: #0a1628 !important;
  color: #d7e6f4 !important;
}

#hanul-field {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
}

#hanul-hero-slot {
  position: relative;
  overflow: hidden;
  background: #0a1628 !important;
}

#hanul-hero-slot > *:not(#hanul-field) {
  position: relative;
  z-index: 1;
}

#page > .sticky {
  background: #0a1628 !important;
  color: #e8f4ff !important;
  border-color: rgba(110, 200, 255, 0.18) !important;
}

#page .bg-primary {
  background: #0a1628 !important;
  color: #e8f4ff !important;
}

#page .bg-base-100,
#page .dropdown-content,
#page .menu {
  background: #0f1d30 !important;
  color: #d7e6f4 !important;
}

#page .border-base-content,
#page .border-base-content\/10,
#page .border-primary-content\/20 {
  border-color: rgba(110, 200, 255, 0.16) !important;
}

#page .text-base-content\/50 {
  color: rgba(154, 216, 255, 0.62) !important;
}

#page .btn-primary,
#page .btn.btn-primary {
  background: #6ec8ff !important;
  color: #0a1628 !important;
  border-color: #6ec8ff !important;
}

#page .btn-outline {
  border-color: #6ec8ff !important;
  color: #9ad8ff !important;
}

#page a.border-b {
  border-color: #6ec8ff !important;
  color: #9ad8ff !important;
}

#page .text-primary {
  color: #6ec8ff !important;
}

/* Move block colors: stats / solutions / how-it-works / partners / quotes */
#page .__className_703e8a > .py-10 {
  background: #0f1d30 !important;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

#page .__className_703e8a > .max-w-\[1248px\].border-y {
  background: #132238 !important;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  border-radius: 0;
}

#page .__className_703e8a > .border-y.border-base-content\/10.py-\[120px\] {
  background: #0a1628 !important;
}

#page .__className_703e8a > .w-full.relative.overflow-hidden.py-\[120px\] {
  background: #0f1d30 !important;
}

#page .dark\:bg-neutral {
  background: #132238 !important;
}

/* Next dump hid logos/diagrams behind a skeleton until hydrate */
#page .skeleton {
  max-height: none !important;
  background: none !important;
}
#page .skeleton .opacity-0 {
  opacity: 1 !important;
}

/* Stub pages */
.hanul-stub {
  min-height: 100vh;
  background: #0a1628;
  color: #d7e6f4;
  font-family: Outfit, Inter, Helvetica, Arial, sans-serif;
}
.hanul-stub a {
  color: #6ec8ff;
}
.hanul-stub header,
.hanul-stub footer {
  border-color: rgba(110, 200, 255, 0.16);
}
.hanul-stub .wrap {
  max-width: 880px;
  margin: 0 auto;
  padding: 48px 24px 80px;
}
.hanul-stub h1 {
  font-size: 40px;
  color: #e8f4ff;
  margin: 0 0 16px;
}
.hanul-stub h2 {
  font-size: 22px;
  color: #9ad8ff;
  margin: 32px 0 12px;
}
.hanul-stub .cta {
  display: inline-block;
  margin-top: 24px;
  padding: 10px 22px;
  border-radius: 999px;
  background: #6ec8ff;
  color: #0a1628 !important;
  text-decoration: none;
  font-weight: 600;
}
.hanul-step {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 12px;
  margin: 18px 0;
}
.hanul-step b {
  color: #6ec8ff;
}
