:root {
  --bg: #05070b;
  --bg-alt: #0b1119;
  --panel: #0f1622;
  --text: #e8eef7;
  --muted: #9ab0c7;
  --line: #1f2b3c;
  --cyan: #39d8ff;
  --green: #3afc8f;
  --amber: #ffbf47;
  --danger: #ff5f56;
  --bg-cyan: rgba(46, 212, 255, 0.28);
  --bg-blue: rgba(47, 96, 255, 0.24);
  --bg-violet: rgba(123, 58, 255, 0.2);
}

body.theme-light {
  --bg: #ecf3fb;
  --bg-alt: #ffffff;
  --panel: #ffffff;
  --text: #081c34;
  --muted: #264c6e;
  --line: #a9bfd3;
  --cyan: #006e94;
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
  font-family: "Manrope", "Segoe UI", sans-serif;
  background: var(--bg);
  color: var(--text);
}

body {
  position: relative;
  isolation: isolate;
  overflow-x: hidden;
}

#dynamic-bg {
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  overflow: hidden;
  background:
    radial-gradient(1200px 700px at 82% -12%, var(--bg-cyan), transparent 62%),
    radial-gradient(950px 560px at 10% 120%, var(--bg-violet), transparent 65%),
    radial-gradient(760px 420px at 30% 40%, var(--bg-blue), transparent 72%),
    linear-gradient(180deg, #050a16 0%, #090f1f 55%, #0b1021 100%);
}

.global-globe-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: 0.52;
}

.theme-light .global-globe-bg {
  opacity: 0.46;
}


.bg-grid {
  position: absolute;
  inset: -10% -10%;
  background:
    linear-gradient(rgba(125, 154, 196, 0.12) 1px, transparent 1px) 0 0 / 36px 36px,
    linear-gradient(90deg, rgba(125, 154, 196, 0.12) 1px, transparent 1px) 0 0 / 36px 36px;
  transform: perspective(900px) rotateX(58deg) translateY(18%);
  transform-origin: center bottom;
  opacity: 0.22;
}

.bg-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(8px);
  opacity: 0.8;
  animation: orbDrift 16s ease-in-out infinite;
}

.bg-orb.one {
  width: 360px;
  height: 360px;
  right: 7%;
  top: 8%;
  background: radial-gradient(circle, rgba(55, 215, 255, 0.72), rgba(55, 215, 255, 0.02) 70%);
}

.bg-orb.two {
  width: 320px;
  height: 320px;
  left: 4%;
  bottom: 10%;
  background: radial-gradient(circle, rgba(99, 72, 255, 0.58), rgba(99, 72, 255, 0.03) 70%);
  animation-delay: -6s;
}

.bg-noise {
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(255, 255, 255, 0.06) 0.5px, transparent 0.5px);
  background-size: 2px 2px;
  opacity: 0.06;
}

.theme-light #dynamic-bg {
  background:
    radial-gradient(1200px 700px at 82% -12%, rgba(0, 141, 194, 0.18), transparent 62%),
    radial-gradient(950px 560px at 10% 120%, rgba(106, 89, 232, 0.12), transparent 65%),
    radial-gradient(760px 420px at 30% 40%, rgba(57, 122, 233, 0.11), transparent 72%),
    linear-gradient(180deg, #f5f9ff 0%, #edf4fd 55%, #e6effa 100%);
}

.theme-light .bg-grid {
  opacity: 0.16;
}


html {
  scroll-behavior: smooth;
}

body::before,
body::after {
  content: "";
  position: fixed;
  width: 360px;
  height: 360px;
  border-radius: 50%;
  filter: blur(26px);
  pointer-events: none;
  z-index: -1;
  animation: orbFloat 14s ease-in-out infinite;
}

body::before {
  top: -120px;
  right: -60px;
  background: radial-gradient(circle, rgba(57, 216, 255, 0.28), rgba(57, 216, 255, 0));
}

body::after {
  left: -90px;
  bottom: -140px;
  background: radial-gradient(circle, rgba(58, 252, 143, 0.22), rgba(58, 252, 143, 0));
  animation-delay: -7s;
}

::selection {
  background: rgba(57, 216, 255, 0.28);
  color: var(--text);
}

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

::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.03);
}

::-webkit-scrollbar-thumb {
  background: rgba(57, 216, 255, 0.35);
  border-radius: 999px;
}

a {
  color: inherit;
  text-decoration: none;
}

.container {
  width: min(1120px, calc(100% - 2rem));
  margin: 0 auto;
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 20;
  backdrop-filter: blur(14px);
  background: rgba(2, 8, 20, 0.9);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.16);
}

.nav {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 68px;
  width: calc(100% - 0.5rem);
  max-width: none;
  margin: 0;
  padding: 0 1rem 0 0.15rem;
}

.nav-utilities {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  margin-left: 1rem;
  flex-shrink: 0;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.15rem;
  font-family: "IBM Plex Mono", Consolas, monospace;
  letter-spacing: 0.04em;
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--cyan);
  margin-right: auto;
}

.logo {
  width: 68px;
  height: 68px;
  object-fit: contain;
  background: transparent;
  padding: 0;
  border-radius: 0;
  border: 0;
  box-shadow: none;
  flex-shrink: 0;
  display: block;
}

.brand span,
.footer-brand span {
  display: none;
}

.menu {
  display: flex;
  gap: 0.95rem;
  align-items: center;
}

.menu a {
  font-size: 0.92rem;
  color: var(--muted);
  padding: 0.45rem 0.65rem;
  border-radius: 8px;
  transition: color 0.2s ease, background 0.2s ease;
}

.menu a.active,
.menu a:hover {
  color: var(--text);
  background: rgba(57, 216, 255, 0.08);
}

.menu-toggle {
  display: none;
  border: 1px solid var(--line);
  background: #0f1622;
  color: var(--text);
  border-radius: 10px;
  width: 40px;
  height: 40px;
  font-size: 1.15rem;
  line-height: 1;
  cursor: pointer;
  margin: 0;
  align-self: center;
}

.theme-toggle {
  border: 1px solid var(--line);
  background: #0f1622;
  color: var(--text);
  border-radius: 10px;
  width: 44px;
  height: 44px;
  font-size: 1rem;
  line-height: 1;
  cursor: pointer;
  margin: 0 0.35rem 0 0.55rem;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: center;
}

.nav-utilities .theme-toggle,
.nav-utilities .lang-select,
.nav-utilities .menu-toggle {
  margin: 0;
}

.theme-light .theme-toggle {
  background: #ffffff;
}

.btn {
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 0.72rem 1rem;
  font-weight: 700;
  font-size: 0.9rem;
  transition: transform 0.2s ease, filter 0.2s ease, box-shadow 0.2s ease;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  box-shadow: 0 6px 18px rgba(2, 10, 18, 0.25);
}

.btn-primary {
  background: linear-gradient(120deg, #0e7a96, #0ca15d);
  border-color: transparent;
  color: #ffffff;
}

.btn-secondary {
  background: #111825;
  color: #e8eef7;
}

.btn-why {
  background: linear-gradient(120deg, #5233a8, #2e78b8);
  border-color: transparent;
  color: #ffffff;
}

.btn:hover {
  transform: translateY(-2px);
  filter: brightness(1.05);
  box-shadow: 0 12px 28px rgba(2, 10, 18, 0.34);
}

.hero {
  padding: 5.5rem 0 4rem;
}

.badges {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  margin: 1.2rem 0 2.1rem;
}

.badge {
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.02);
  border-radius: 999px;
  padding: 0.5rem 0.85rem;
  font-size: 0.82rem;
  color: #c7d9ec;
}

h1,
h2,
h3 {
  margin: 0;
}

h1 {
  font-size: clamp(2rem, 6vw, 3.4rem);
  line-height: 1.06;
}

.subcopy {
  margin-top: 1rem;
  max-width: 760px;
  color: var(--muted);
  font-size: 1.04rem;
  line-height: 1.7;
}

.actions {
  margin-top: 2rem;
  display: flex;
  gap: 0.8rem;
  flex-wrap: wrap;
}


.section {
  padding: 3rem 0;
  position: relative;
}

.section-compact {
  padding: 1.2rem 0 0.4rem;
}


.section + .section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: min(1040px, calc(100% - 2rem));
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.section-title {
  margin-bottom: 1.2rem;
  font-size: 1.6rem;
}

#home-services {
  scroll-margin-top: 96px;
}

.grid {
  display: grid;
  gap: 1rem;
}

.grid-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.card {
  position: relative;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.01));
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 1.1rem;
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
  overflow: hidden;
}

.card::before,
.service-card::before,
.process-item::before,
.kpi::before,
.price-card::before,
.partner-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(220px circle at var(--spot-x, 50%) var(--spot-y, 50%), rgba(57, 216, 255, 0.12), transparent 60%);
  opacity: 0;
  transition: opacity 0.2s ease;
  pointer-events: none;
}

.card:hover,
.service-card:hover,
.process-item:hover,
.price-card:hover {
  transform: translateY(-4px);
  border-color: rgba(57, 216, 255, 0.42);
  box-shadow: 0 14px 34px rgba(1, 13, 24, 0.35);
}

.card:hover::before,
.service-card:hover::before,
.process-item:hover::before,
.kpi:hover::before,
.price-card:hover::before,
.partner-card:hover::before {
  opacity: 1;
}

.card h3 {
  font-size: 1.05rem;
  margin-bottom: 0.5rem;
}

.card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.65;
}

.terminal {
  font-family: "IBM Plex Mono", Consolas, monospace;
  background: #0b121d;
  border: 1px solid #1f3248;
  border-radius: 14px;
  overflow: hidden;
}

.term-head {
  display: flex;
  gap: 0.45rem;
  align-items: center;
  background: #0f1826;
  border-bottom: 1px solid #1f3248;
  padding: 0.7rem 0.9rem;
}

.dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

.dot.red { background: var(--danger); }
.dot.amber { background: var(--amber); }
.dot.green { background: var(--green); }

.term-body {
  padding: 1rem;
  color: #c9f5dd;
  font-size: 0.88rem;
  line-height: 1.75;
}

.muted {
  color: var(--muted);
}

.footer {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  margin-top: 4rem;
  padding: 1.4rem 0 2rem;
  color: var(--muted);
  font-size: 0.84rem;
  background:
    radial-gradient(500px 120px at 20% 0%, rgba(57, 216, 255, 0.1), transparent 80%),
    rgba(3, 8, 14, 0.65);
}

.footer-row {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  padding-bottom: 0.85rem;
  margin-bottom: 0.85rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-links a {
  color: #c2d4e8;
  font-size: 0.88rem;
}

.footer-links a:hover {
  color: var(--text);
}

.form-wrap {
  max-width: 760px;
}

label {
  font-size: 0.87rem;
  color: #bdd0e4;
}

input,
textarea {
  width: 100%;
  margin-top: 0.35rem;
  margin-bottom: 0.9rem;
  border: 1px solid var(--line);
  background: #090f18;
  color: var(--text);
  border-radius: 10px;
  padding: 0.8rem 0.85rem;
  font: inherit;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

input:focus,
textarea:focus {
  outline: none;
  border-color: rgba(57, 216, 255, 0.9);
  box-shadow: 0 0 0 3px rgba(57, 216, 255, 0.14);
}

textarea {
  min-height: 140px;
  resize: vertical;
}

.policy h2 {
  margin-top: 2rem;
  font-size: 1.15rem;
}

.policy p,
.policy li {
  color: var(--muted);
  line-height: 1.75;
}

.policy ul {
  padding-left: 1.15rem;
}

@media (max-width: 930px) {
  .grid-4 {
    grid-template-columns: 1fr 1fr;
  }

  .menu {
    gap: 0.65rem;
  }

  .menu a {
    font-size: 0.84rem;
  }
}

@media (max-width: 700px) {
  .nav {
      align-items: center;
      gap: 0.8rem;
      width: calc(100% - 0.35rem);
      padding: 0 0.75rem 0 0.1rem;
    }

  .nav-utilities {
    margin-left: auto;
    gap: 0.4rem;
  }

  .brand {
    font-size: 0.82rem;
  }

  .logo {
        width: 56px;
        height: 56px;
      }

  .menu-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .theme-toggle {
      width: 38px;
      height: 38px;
      margin: 0 0.15rem 0 0.25rem;
    }

  .lang-select {
    min-width: 102px;
    height: 38px;
    padding: 0 0.75rem;
    font-size: 0.84rem;
    line-height: 38px;
    margin: 0;
  }

  .menu {
    display: none;
    position: absolute;
    top: 66px;
    right: 0;
    width: min(320px, 92vw);
    padding: 0.8rem;
    border: 1px solid var(--line);
    border-radius: 12px;
    background: #0b1119;
    box-shadow: 0 12px 36px rgba(0, 0, 0, 0.35);
    z-index: 25;
  }

  .menu.open {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0.5rem;
  }

  .menu a {
    display: block;
    padding: 0.6rem 0.55rem;
    border-radius: 8px;
  }

  .menu a:hover,
  .menu a.active {
    background: rgba(57, 216, 255, 0.08);
  }

  .grid-4 {
    grid-template-columns: 1fr;
  }

  .hero {
    padding-top: 4.2rem;
  }
}

.grid-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.support-strip {
  display: grid;
  gap: 0.9rem;
  padding: 1.1rem 1.2rem;
  border: 1px solid rgba(89, 138, 189, 0.2);
  border-radius: 20px;
  background:
    radial-gradient(320px 160px at 0% 0%, rgba(57, 216, 255, 0.08), transparent 70%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0.01));
}

.support-strip-label {
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  color: var(--cyan);
}

.support-strip-live {
  font-size: 0.64rem;
  letter-spacing: 0.04em;
  color: var(--muted);
  margin-left: 0.35rem;
}

.support-strip-items {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.support-strip-items span {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0.45rem 0.8rem;
  border: 1px solid rgba(90, 135, 180, 0.24);
  border-radius: 999px;
  background: rgba(9, 20, 36, 0.7);
  color: #d8ebff;
  font-size: 0.86rem;
  font-weight: 700;
}

.challenge-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 1.3rem;
}

.challenge-card {
  position: relative;
  padding: 1.3rem;
  border: 1px solid rgba(88, 141, 192, 0.2);
  border-radius: 20px;
  background:
    linear-gradient(180deg, rgba(12, 21, 36, 0.94), rgba(8, 14, 25, 0.9));
  overflow: hidden;
}

.challenge-card::after {
  content: "";
  position: absolute;
  inset: auto -14% -28% auto;
  width: 170px;
  height: 170px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(57, 216, 255, 0.12), transparent 72%);
}

.challenge-card.featured {
  border-color: rgba(99, 185, 255, 0.34);
  box-shadow: 0 18px 40px rgba(2, 14, 27, 0.28);
}

.challenge-stage {
  display: inline-block;
  margin-bottom: 0.9rem;
  padding: 0.34rem 0.68rem;
  border-radius: 999px;
  background: rgba(57, 216, 255, 0.08);
  color: var(--cyan);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.challenge-card h3 {
  margin-bottom: 0.7rem;
  font-size: 1.2rem;
}

.challenge-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.72;
}

.challenge-link {
  display: inline-flex;
  align-items: center;
  margin-top: 1.2rem;
  color: #dff5ff;
  font-weight: 700;
}

.challenge-link::after {
  content: "→";
  margin-left: 0.45rem;
}

.workspace-shell {
  display: grid;
  gap: 1.2rem;
  padding: 1.35rem;
  border: 1px solid rgba(91, 142, 194, 0.22);
  border-radius: 22px;
  background:
    radial-gradient(420px 180px at 100% 0%, rgba(58, 252, 143, 0.08), transparent 72%),
    radial-gradient(300px 160px at 0% 100%, rgba(57, 216, 255, 0.08), transparent 70%),
    linear-gradient(180deg, rgba(11, 18, 31, 0.94), rgba(7, 12, 22, 0.92));
}

.workspace-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.workspace-card {
  padding: 1rem;
  border: 1px solid rgba(88, 141, 192, 0.18);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.02);
}

.workspace-card strong {
  display: block;
  margin: 0.4rem 0 0.55rem;
  font-size: 1.5rem;
  color: var(--cyan);
}

.workspace-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.68;
}

.workspace-label {
  display: inline-block;
  color: #d8ebff;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.workspace-card.featured {
  background: linear-gradient(180deg, rgba(57, 216, 255, 0.08), rgba(255, 255, 255, 0.02));
}

.workspace-list {
  list-style: none;
  margin: 0.4rem 0 0;
  padding: 0;
  display: grid;
  gap: 0.65rem;
}

.workspace-list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.8rem;
  color: var(--muted);
  padding-bottom: 0.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.workspace-list li strong {
  margin: 0;
  font-size: 1rem;
  color: #dff5ff;
}


.kpi {
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 1.2rem;
  background: rgba(255, 255, 255, 0.015);
}

.kpi-num {
  font-size: 2rem;
  font-weight: 800;
  color: var(--cyan);
}

.kpi-label {
  margin-top: 0.45rem;
  color: var(--muted);
}

.price-card {
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 1.2rem;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.01));
}

.price-card.featured {
  border-color: #2a9fcb;
  box-shadow: 0 0 0 1px rgba(57, 216, 255, 0.16), 0 8px 30px rgba(12, 161, 93, 0.18);
}

.price {
  font-size: 1.9rem;
  font-weight: 800;
  margin: 0.5rem 0;
}

.price-card ul {
  margin: 1rem 0;
  padding-left: 1.1rem;
  color: var(--muted);
  line-height: 1.7;
}

.faq-list {
  display: grid;
  gap: 0.8rem;
}

.faq-item {
  border: 1px solid var(--line);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.015);
  overflow: hidden;
}

.faq-question {
  width: 100%;
  text-align: left;
  background: transparent;
  border: none;
  color: var(--text);
  font: inherit;
  font-weight: 700;
  padding: 1rem;
  cursor: pointer;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.22s ease;
  color: var(--muted);
  padding: 0 1rem;
}

.faq-item.open .faq-answer {
  max-height: 420px;
  padding-bottom: 1rem;
}

@media (max-width: 930px) {
  .grid-3,
  .stats-grid {
    grid-template-columns: 1fr;
  }

  .challenge-grid,
  .workspace-grid {
    grid-template-columns: 1fr;
  }
}

.scroll-tools {
  position: fixed;
  right: 14px;
  bottom: 14px;
  z-index: 40;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.35rem;
  padding: 0.3rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(11, 17, 25, 0.85);
  backdrop-filter: blur(4px);
}

.scroll-btn,
.scroll-percent {
  border: 1px solid transparent;
  background: transparent;
  color: var(--text);
  border-radius: 999px;
  min-width: 42px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 0.84rem;
}

.scroll-btn {
  cursor: pointer;
}

.scroll-btn:hover {
  border-color: var(--line);
  background: rgba(57, 216, 255, 0.08);
}

.scroll-btn:disabled {
  opacity: 0.35;
  cursor: not-allowed;
}

.scroll-percent {
  min-width: 54px;
  border-left: 1px solid var(--line);
  border-right: 1px solid var(--line);
}

.theme-light .scroll-tools {
  background: rgba(255, 255, 255, 0.95);
  border-color: #9cb3c8;
}

.theme-light .scroll-btn {
  color: #0d1b2a;
}

.theme-light .scroll-percent {
  color: #003a57;
  border-left-color: #9cb3c8;
  border-right-color: #9cb3c8;
  font-weight: 800;
}

.theme-light .topbar {
    background: rgba(255, 255, 255, 0.96);
    border-bottom-color: #afc4d8;
  }

.theme-light .brand {
  color: #006b8f;
}

  .theme-light .menu a {
    color: #13395b;
}

.theme-light .menu a.active,
.theme-light .menu a:hover {
  color: #0d1b2a;
}

.theme-light .card,
.theme-light .service-card,
.theme-light .services-hero,
.theme-light .kpi,
.theme-light .price-card,
.theme-light .process-item,
.theme-light .hero-panel,
.theme-light .partner-card,
.theme-light .cta-banner,
.theme-light .partner-banner {
  background: #ffffff;
  border-color: #b3c8db;
  box-shadow: none;
}

.theme-light .subcopy,
.theme-light .muted,
.theme-light .card p,
.theme-light .service-card p,
.theme-light .service-card ul,
.theme-light .process-item p,
.theme-light .hero-point p,
.theme-light .kpi-label,
.theme-light .policy p,
.theme-light .policy li,
.theme-light .partner-card p,
.theme-light .cta-banner p {
  color: #204565;
}

.theme-light .support-strip,
.theme-light .challenge-card,
.theme-light .workspace-shell,
.theme-light .workspace-card {
  background: #ffffff;
  border-color: #b3c8db;
}

.theme-light .support-strip-items span {
  background: #f4f9ff;
  border-color: #bdd0df;
  color: #183954;
}

.theme-light .challenge-card p,
.theme-light .workspace-card p,
.theme-light .workspace-list li {
  color: #35597a;
}

.theme-light .workspace-list li strong,
.theme-light .challenge-link,
.theme-light .workspace-label {
  color: #0d4267;
}


.theme-light .badge {
  color: #133f62;
  border-color: #aac3d8;
  background: #f1f8ff;
}

.theme-light .service-tag {
  color: #0f4e75;
  border-color: #8db1cb;
  background: #eaf5ff;
}

.theme-light .grc-chip {
  background: #f4f9ff;
  border-color: #b9cbdb;
  color: #1f3f58;
}

.theme-light input,
.theme-light textarea {
  background: #ffffff;
  border-color: #9fbad0;
  color: #0d1b2a;
}

.theme-light label,
.theme-light h1,
.theme-light h2,
.theme-light h3,
.theme-light .kpi-label,
.theme-light .faq-question {
  color: #082642;
}

.theme-light .menu {
  background: #ffffff;
  border-color: #b9cbdb;
}

.theme-light .footer {
  background: #f4f8fc;
  border-top-color: #c3d3e2;
}

.theme-light .footer-links a,
.theme-light .footer-row a,
.theme-light .footer-row div {
  color: #274862;
}

.theme-light .menu a.active,
.theme-light .menu a:hover {
  background: rgba(0, 124, 168, 0.12);
}

.theme-light .section + .section::before {
  border-top-color: rgba(13, 27, 42, 0.08);
}

.cursor-ring {
  position: fixed;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 1px solid rgba(57, 216, 255, 0.8);
  background: rgba(57, 216, 255, 0.12);
  pointer-events: none;
  z-index: 9999;
  transform: translate(-100px, -100px);
  transition: transform 0.05s linear, width 0.15s ease, height 0.15s ease;
}

.cursor-ring.active {
  width: 24px;
  height: 24px;
}

.command-palette {
  position: fixed;
  inset: 0;
  z-index: 60;
  display: none;
}

.command-palette.open {
  display: block;
}

.command-palette-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(4, 11, 21, 0.62);
  backdrop-filter: blur(8px);
}

.command-palette-shell {
  position: relative;
  width: min(680px, calc(100% - 1.5rem));
  margin: 10vh auto 0;
  border: 1px solid rgba(82, 142, 196, 0.32);
  border-radius: 20px;
  overflow: hidden;
  background:
    radial-gradient(420px 180px at 0% 0%, rgba(57, 216, 255, 0.12), transparent 70%),
    linear-gradient(180deg, rgba(8, 18, 33, 0.96), rgba(6, 12, 23, 0.95));
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.38);
}

.command-palette-head {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 1rem 0.75rem;
  color: #d8ebff;
  font-size: 0.88rem;
}

.command-palette-head span {
  color: var(--muted);
}

.command-palette-input {
  margin: 0 1rem 1rem;
  width: calc(100% - 2rem);
  border: 1px solid rgba(76, 136, 193, 0.36);
  background: rgba(8, 22, 40, 0.94);
  border-radius: 14px;
  padding: 0.9rem 1rem;
}

.command-palette-list {
  display: grid;
  gap: 0.55rem;
  padding: 0 1rem 1rem;
}

.command-palette-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.9rem 1rem;
  border: 1px solid rgba(74, 128, 178, 0.2);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.02);
}

.command-palette-item span {
  font-weight: 700;
}

.command-palette-item small {
  color: var(--muted);
}

.command-palette-item:hover {
  border-color: rgba(98, 180, 255, 0.42);
  background: rgba(57, 216, 255, 0.07);
}

.command-palette-item[data-command-section="1"] {
  border-style: dashed;
}

.theme-light .command-palette-shell {
  background:
    radial-gradient(420px 180px at 0% 0%, rgba(57, 134, 222, 0.1), transparent 70%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.97), rgba(245, 249, 255, 0.97));
  border-color: rgba(122, 153, 184, 0.34);
}

.theme-light .command-palette-head {
  color: #143954;
}

.theme-light .command-palette-input,
.theme-light .command-palette-item {
  background: rgba(255, 255, 255, 0.88);
  border-color: rgba(122, 153, 184, 0.28);
}

.theme-light .command-palette-item small {
  color: #496682;
}

.scan-overlay {
  position: fixed;
  inset: 0;
  z-index: 58;
  pointer-events: none;
  opacity: 0;
}

.scan-overlay.active {
  opacity: 1;
}

.scan-overlay-line {
  position: absolute;
  left: 0;
  right: 0;
  top: -12%;
  height: 18%;
  background: linear-gradient(180deg, rgba(57, 216, 255, 0), rgba(57, 216, 255, 0.22), rgba(57, 216, 255, 0));
  filter: blur(6px);
  animation: scanSweep 1.1s ease-out forwards;
}

.scan-overlay-grid {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(57, 216, 255, 0.05) 1px, transparent 1px) 0 0 / 100% 28px,
    linear-gradient(90deg, rgba(57, 216, 255, 0.035) 1px, transparent 1px) 0 0 / 28px 100%;
  opacity: 0.22;
}

.easter-egg-toast {
  position: fixed;
  left: 50%;
  bottom: 28px;
  transform: translateX(-50%) translateY(18px);
  z-index: 61;
  padding: 0.7rem 1rem;
  border-radius: 999px;
  border: 1px solid rgba(92, 180, 255, 0.36);
  background: rgba(7, 18, 32, 0.92);
  color: #dff5ff;
  font-family: "IBM Plex Mono", Consolas, monospace;
  font-size: 0.82rem;
  letter-spacing: 0.05em;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.easter-egg-toast.show {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}

.brand-easter-egg .bg-orb.one {
  filter: blur(10px) saturate(1.3);
}

.brand-easter-egg .bg-orb.two {
  filter: blur(10px) saturate(1.4);
}

.theme-light .easter-egg-toast {
  background: rgba(255, 255, 255, 0.96);
  color: #143954;
  border-color: rgba(122, 153, 184, 0.34);
}

.reveal {
  opacity: 0;
  transform: translateY(14px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.reveal.in-view {
  opacity: 1;
  transform: translateY(0);
}

.site-footer {
  margin-top: 4rem;
  padding: 2.4rem 0 1rem;
  border-top: 1px solid rgba(110, 148, 182, 0.26);
  background:
    radial-gradient(800px 260px at 15% -10%, rgba(41, 124, 255, 0.2), transparent 70%),
    radial-gradient(680px 260px at 100% 0%, rgba(126, 57, 255, 0.18), transparent 72%),
    linear-gradient(180deg, #060b1e, #100222 92%);
}

.footer-main {
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr 1fr;
  gap: 1.2rem;
}

.footer-col {
  padding: 0.55rem 0.2rem;
}

.footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  font-weight: 800;
  color: #d8ecff;
}

.footer-brand .logo {
  width: 210px;
}

.footer-about p {
  margin-top: 0.85rem;
  max-width: 450px;
  color: #c0cfe3;
  line-height: 1.7;
}

.footer-col h3 {
  margin-bottom: 0.8rem;
  font-size: 1.25rem;
  color: #ffffff;
}

.footer-col ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.66rem;
}

.footer-col li a,
.footer-contact p {
  color: #d8e4f4;
}

.footer-col li a:hover {
  color: #58e1ff;
}

.footer-contact p {
  margin: 0.35rem 0;
  line-height: 1.55;
}

.footer-contact strong {
  color: #9edfff;
}

.footer-social {
  display: flex;
  gap: 0.55rem;
  margin-top: 0.85rem;
}

.footer-social a {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(88, 225, 255, 0.4);
  background: rgba(23, 34, 56, 0.85);
  color: #d8ecff;
  font-weight: 700;
  font-size: 0.78rem;
  text-transform: uppercase;
}

.footer-social a:hover {
  background: rgba(34, 142, 170, 0.4);
}

.footer-bottom {
  margin-top: 1.6rem;
  padding-top: 0.95rem;
  border-top: 1px solid rgba(123, 150, 182, 0.26);
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0.8rem;
  color: #c0cfe3;
  font-size: 0.87rem;
}

.footer-bottom a:hover {
  color: #58e1ff;
}

.theme-light .site-footer {
  background:
    radial-gradient(700px 260px at 15% -20%, rgba(0, 124, 168, 0.16), transparent 70%),
    linear-gradient(180deg, #f6fbff, #eaf3fb);
  border-top-color: #bccdde;
}

.theme-light .footer-col h3,
.theme-light .footer-brand,
.theme-light .footer-col li a,
.theme-light .footer-contact p,
.theme-light .footer-bottom {
  color: #16344d;
}

.theme-light .footer-about p {
  color: #2a506b;
}

.theme-light .footer-contact strong {
  color: #006a8b;
}

.theme-light .footer-social a {
  border-color: #94b6cf;
  color: #143954;
  background: #ffffff;
}

@media (max-width: 1080px) {
  .footer-main {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 700px) {
  .site-footer {
    padding-top: 1.7rem;
  }

  .footer-main {
    grid-template-columns: 1fr;
  }

  .footer-bottom {
    font-size: 0.82rem;
  }
}

.chatbot-toggle {
  position: fixed;
  right: 18px;
  bottom: 64px;
  z-index: 48;
  border: 1px solid rgba(94, 180, 255, 0.45);
  background: linear-gradient(135deg, #0b7ea4, #2e4fe2);
  color: #ffffff;
  border-radius: 999px;
  padding: 0.68rem 1rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  cursor: pointer;
  box-shadow: 0 14px 32px rgba(3, 14, 34, 0.45);
}

.chatbot-panel {
  position: fixed;
  right: 18px;
  bottom: 114px;
  width: min(390px, calc(100vw - 1.5rem));
  max-height: min(560px, calc(100vh - 8.3rem));
  display: none;
  flex-direction: column;
  border: 1px solid rgba(74, 144, 196, 0.42);
  border-radius: 18px;
  overflow: hidden;
  background:
    radial-gradient(420px 220px at 100% 0%, rgba(45, 165, 255, 0.15), transparent 72%),
    linear-gradient(180deg, #08182d, #051226);
  z-index: 49;
  box-shadow: 0 26px 44px rgba(0, 0, 0, 0.52);
}

.chatbot-panel.open {
  display: flex;
}

.chatbot-head {
  padding: 0.9rem 1rem;
  background: linear-gradient(120deg, #0d6f98, #254fd4);
  color: #eaf5ff;
  font-weight: 800;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.chatbot-title {
  display: grid;
  gap: 0.1rem;
}

.chatbot-title small {
  color: rgba(231, 244, 255, 0.85);
  font-weight: 600;
}

.chatbot-close {
  border: 1px solid rgba(255, 255, 255, 0.46);
  background: rgba(6, 24, 53, 0.35);
  color: #ffffff;
  border-radius: 10px;
  width: 34px;
  height: 34px;
  cursor: pointer;
}

.chatbot-messages {
  padding: 1rem;
  overflow: auto;
  display: grid;
  gap: 0.7rem;
  background: transparent;
}

.chat-msg {
  border: 1px solid #2a5680;
  border-radius: 14px;
  padding: 0.62rem 0.78rem;
  line-height: 1.48;
  font-size: 0.94rem;
  max-width: 86%;
  white-space: pre-line;
}

.chat-msg.bot {
  justify-self: start;
  background: rgba(10, 32, 57, 0.9);
  color: #dceeff;
  box-shadow: 0 8px 20px rgba(1, 9, 21, 0.36);
}

.chat-msg.user {
  justify-self: end;
  background: linear-gradient(120deg, rgba(16, 94, 132, 0.95), rgba(20, 62, 115, 0.95));
  border-color: #3ea3d4;
  color: #e8f5ff;
  box-shadow: 0 8px 22px rgba(9, 34, 62, 0.4);
}

.chatbot-quick {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.45rem;
  padding: 0.72rem 0.95rem 0.35rem;
  border-top: 1px solid rgba(53, 94, 132, 0.72);
  background: rgba(5, 24, 45, 0.62);
}

.chatbot-quick button {
  border: 1px solid #2b628d;
  background: rgba(14, 39, 66, 0.92);
  color: #cfe3f9;
  border-radius: 10px;
  padding: 0.4rem 0.55rem;
  font-size: 0.8rem;
  font-weight: 600;
  cursor: pointer;
}

.chatbot-form {
  display: flex;
  gap: 0.5rem;
  padding: 0.8rem 0.95rem 0.95rem;
  background: rgba(5, 24, 45, 0.62);
}

.chatbot-input {
  flex: 1;
  margin: 0;
  border: 1px solid #2f85b2;
  background: #0a1c33;
  color: #eaf5ff;
  border-radius: 12px;
  padding: 0.68rem 0.75rem;
}

.chatbot-send {
  border: 1px solid #3ca8d8;
  background: linear-gradient(120deg, #0f89ab, #1a6bb7);
  color: #ffffff;
  border-radius: 12px;
  padding: 0.58rem 0.85rem;
  font-weight: 700;
  cursor: pointer;
}

.theme-light .chatbot-panel {
  background: #ffffff;
  border-color: #b7ccdf;
}

.theme-light .chatbot-messages,
.theme-light .chatbot-quick,
.theme-light .chatbot-form {
  background: #f4f9ff;
  border-color: #c5d6e7;
}

.theme-light .chatbot-head {
  background: linear-gradient(120deg, #0f8cb7, #3565e0);
}

.theme-light .chat-msg.bot {
  background: #ffffff;
  border-color: #c7d9ea;
  color: #1c3a53;
}

.theme-light .chat-msg.user {
  background: #dff2ff;
  border-color: #9ac8ea;
  color: #12334d;
}

.theme-light .chatbot-quick button {
  background: #ffffff;
  border-color: #b8cee2;
  color: #1f4664;
}

.theme-light .chatbot-input {
  background: #ffffff;
  border-color: #b8cee2;
  color: #16354d;
}

@media (max-width: 700px) {
  .chatbot-toggle {
    right: 10px;
    bottom: 58px;
  }

  .chatbot-panel {
    right: 8px;
    bottom: 104px;
    width: calc(100vw - 1rem);
    max-height: calc(100vh - 8rem);
  }

  .chatbot-quick {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.skip-link {
  position: fixed;
  left: 12px;
  top: -44px;
  z-index: 100;
  padding: 0.55rem 0.8rem;
  border-radius: 8px;
  background: #0f6e8e;
  color: #fff;
  font-weight: 700;
  transition: top 0.2s ease;
}

.skip-link:focus {
  top: 10px;
}

:where(.skip-link-secondary) {
  left: 176px;
}

:where(.skip-link-tertiary) {
  left: 300px;
}

:focus-visible {
  outline: 2px solid #39d8ff;
  outline-offset: 2px;
}

.lang-select {
  border: 1px solid var(--line);
  background: #0f1622;
  color: var(--text);
  border-radius: 10px;
  height: 44px;
  min-width: 118px;
  padding: 0 0.95rem;
  font-weight: 700;
  font-size: 0.96rem;
  line-height: 44px;
  cursor: pointer;
  margin: 0 0.45rem 0 0;
  align-self: center;
  appearance: none;
  box-shadow: 0 8px 20px rgba(4, 13, 24, 0.22);
}

.theme-light .lang-select {
  background: #ffffff;
  color: #082642;
  border-color: #9fbad0;
}

.scroll-up-corner,
.scroll-down-corner {
  position: fixed;
  right: 14px;
  z-index: 46;
  width: 40px;
  height: 40px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(11, 17, 25, 0.9);
  color: var(--text);
  font-size: 1.05rem;
  font-weight: 700;
  cursor: pointer;
}

.scroll-up-corner {
  top: 88px;
}

.scroll-down-corner {
  bottom: 14px;
}

.scroll-progress-line {
  position: fixed;
  right: 30px;
  top: 138px;
  bottom: 66px;
  width: 4px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.15);
  z-index: 45;
}

.scroll-progress-fill {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0%;
  border-radius: inherit;
  background: linear-gradient(180deg, #39d8ff, #3afc8f);
  transition: height 0.12s linear;
}

.scroll-progress-text {
  position: absolute;
  right: 10px;
  bottom: 0;
  transform: translateY(50%);
  font-size: 0.78rem;
  font-weight: 800;
  color: #dff4ff;
  background: rgba(6, 18, 31, 0.85);
  border: 1px solid rgba(57, 216, 255, 0.34);
  border-radius: 999px;
  padding: 0.12rem 0.4rem;
  white-space: nowrap;
}

.scroll-up-corner:disabled,
.scroll-down-corner:disabled {
  opacity: 0.35;
  cursor: not-allowed;
}

.theme-light .scroll-up-corner,
.theme-light .scroll-down-corner {
  background: rgba(255, 255, 255, 0.96);
  border-color: #9cb3c8;
  color: #0d1b2a;
}

.theme-light .scroll-progress-line {
  background: rgba(13, 27, 42, 0.2);
}

.theme-light .scroll-progress-text {
  color: #002e4d;
  background: rgba(255, 255, 255, 0.95);
  border-color: #89a9c2;
}

.a11y-toggle {
  position: fixed;
  left: 16px;
  bottom: 14px;
  z-index: 48;
  border: 1px solid #318cb3;
  background: linear-gradient(120deg, #0d6e8a, #1f4f95);
  color: #ffffff;
  border-radius: 999px;
  padding: 0.58rem 0.92rem;
  font-weight: 700;
  cursor: pointer;
  box-shadow: 0 12px 24px rgba(3, 18, 37, 0.35);
}

.a11y-panel {
  position: fixed;
  left: 16px;
  bottom: 62px;
  width: min(300px, calc(100vw - 1.5rem));
  max-height: min(520px, calc(100vh - 8rem));
  display: none;
  flex-direction: column;
  border: 1px solid #2b5f83;
  border-radius: 14px;
  overflow: hidden;
  background: #071427;
  z-index: 49;
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.46);
}

.a11y-panel.open {
  display: flex;
}

.a11y-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.8rem 0.9rem;
  background: linear-gradient(120deg, #0b6982, #145096);
  color: #ecf6ff;
}

.a11y-close {
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 8px;
  width: 30px;
  height: 30px;
  color: #ffffff;
  background: transparent;
  cursor: pointer;
}

.a11y-body {
  display: grid;
  gap: 0.48rem;
  padding: 0.8rem;
  overflow-y: auto;
  overscroll-behavior: contain;
  -webkit-overflow-scrolling: touch;
}

.a11y-row {
  display: grid;
  grid-template-columns: 46px 1fr 46px;
  align-items: center;
  gap: 0.4rem;
}

.a11y-body button,
.a11y-row button {
  border: 1px solid #2d5f82;
  border-radius: 10px;
  background: #0f2138;
  color: #d6e8fb;
  padding: 0.46rem 0.56rem;
  font-weight: 700;
  cursor: pointer;
  text-align: left;
}

.a11y-row button {
  text-align: center;
  padding: 0.4rem 0.2rem;
}

.a11y-row span {
  color: #d6e8fb;
  font-size: 0.9rem;
  text-align: center;
}

.a11y-body button.active {
  border-color: #43c3ff;
  background: #143d66;
}

.theme-light .a11y-toggle {
  border-color: #8bb0c8;
  background: linear-gradient(120deg, #0f8cb7, #3565e0);
}

.theme-light .a11y-panel {
  background: #ffffff;
  border-color: #a8c1d6;
}

.theme-light .a11y-head {
  background: linear-gradient(120deg, #0f8cb7, #3565e0);
}

.theme-light .a11y-body button,
.theme-light .a11y-row button {
  border-color: #a8c1d6;
  background: #f3f9ff;
  color: #153b59;
}

.theme-light .a11y-row span {
  color: #153b59;
}

.a11y-high-contrast {
  --bg: #000000;
  --bg-alt: #000000;
  --panel: #000000;
  --text: #ffffff;
  --muted: #f6f6f6;
  --line: #ffffff;
  --cyan: #00e5ff;
}

.a11y-high-contrast #dynamic-bg,
.a11y-high-contrast::before,
.a11y-high-contrast::after,
.a11y-high-contrast body::before,
.a11y-high-contrast body::after {
  display: none !important;
}

.a11y-high-contrast .card,
.a11y-high-contrast .service-card,
.a11y-high-contrast .kpi,
.a11y-high-contrast .price-card,
.a11y-high-contrast .partner-card,
.a11y-high-contrast .footer-list-col,
.a11y-high-contrast .footer-tools-bubble,
.a11y-high-contrast .footer-tool,
.a11y-high-contrast .chatbot-panel,
.a11y-high-contrast .a11y-panel,
.a11y-high-contrast .services-hero,
.a11y-high-contrast .hero-panel,
.a11y-high-contrast .cta-banner {
  background: #000000 !important;
  border-color: #ffffff !important;
}

.a11y-high-contrast,
.a11y-high-contrast body,
.a11y-high-contrast main,
.a11y-high-contrast section,
.a11y-high-contrast p,
.a11y-high-contrast li,
.a11y-high-contrast span,
.a11y-high-contrast small,
.a11y-high-contrast h1,
.a11y-high-contrast h2,
.a11y-high-contrast h3,
.a11y-high-contrast h4,
.a11y-high-contrast a,
.a11y-high-contrast button,
.a11y-high-contrast input,
.a11y-high-contrast textarea {
  color: #ffffff !important;
}

.a11y-high-contrast .btn,
.a11y-high-contrast .chip,
.a11y-high-contrast .footer-tool-icon,
.a11y-high-contrast .a11y-body button,
.a11y-high-contrast .a11y-row button {
  background: #000000 !important;
  color: #ffffff !important;
  border-color: #00e5ff !important;
  box-shadow: none !important;
}

.a11y-underline-links a {
  text-decoration: underline !important;
  text-underline-offset: 2px;
}

.a11y-large-cursor,
.a11y-large-cursor * {
  cursor: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' viewBox='0 0 24 24'%3E%3Cpath fill='%23ffffff' stroke='%23000818' stroke-width='1.2' d='M5 3l14 8-6.1 1.4L15 21l-2.7 1.3-2.2-8.4L5 3z'/%3E%3C/svg%3E") 2 2, auto !important;
}

.a11y-dyslexia-font,
.a11y-dyslexia-font button,
.a11y-dyslexia-font input,
.a11y-dyslexia-font textarea {
  font-family: "Verdana", "Tahoma", "Arial", sans-serif !important;
}

.a11y-reduced-motion *,
.a11y-reduced-motion *::before,
.a11y-reduced-motion *::after {
  animation: none !important;
  transition: none !important;
  scroll-behavior: auto !important;
}

.a11y-readable-spacing p,
.a11y-readable-spacing li,
.a11y-readable-spacing .subcopy,
.a11y-readable-spacing .chat-msg,
.a11y-readable-spacing a,
.a11y-readable-spacing button,
.a11y-readable-spacing input,
.a11y-readable-spacing textarea {
  line-height: 1.95 !important;
  letter-spacing: 0.02em;
  word-spacing: 0.06em;
}

.a11y-reading-guide::after {
  content: "";
  position: fixed;
  left: 0;
  right: 0;
  top: var(--a11y-guide-y, 50vh);
  height: 3px;
  pointer-events: none;
  z-index: 70;
  background: linear-gradient(90deg, transparent, rgba(57, 216, 255, 0.94), transparent);
  box-shadow: 0 0 14px rgba(57, 216, 255, 0.42);
}

.assistive-live-region {
  position: fixed;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
}

.partner-questionnaire {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.3rem 0.9rem;
}

.partner-questionnaire label {
  margin-top: 0.4rem;
}

.partner-questionnaire textarea,
.partner-questionnaire button,
.partner-questionnaire .partner-form-status {
  grid-column: 1 / -1;
}

@media (max-width: 700px) {
  .skip-link-secondary,
  .skip-link-tertiary {
    left: 12px;
  }

  .skip-link-secondary:focus {
    top: 52px;
  }

  .skip-link-tertiary:focus {
    top: 94px;
  }

  .partner-questionnaire {
    grid-template-columns: 1fr;
  }
}

.chatbot-toggle {
  right: 64px;
  bottom: 14px;
}

.whatsapp-float {
  position: fixed;
  right: 64px;
  bottom: 64px;
  z-index: 48;
  border: 1px solid rgba(103, 242, 151, 0.58);
  background: linear-gradient(135deg, #10c368, #0b8f52);
  color: #ffffff;
  border-radius: 999px;
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  box-shadow: 0 12px 24px rgba(6, 40, 24, 0.34);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.whatsapp-float svg {
  width: 21px;
  height: 21px;
  fill: currentColor;
}

.whatsapp-float:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 30px rgba(6, 40, 24, 0.4);
}

.theme-light .whatsapp-float {
  border-color: #4caf71;
}

.chatbot-panel {
  right: 64px;
  bottom: 62px;
}

@media (max-width: 700px) {
  .lang-select {
      height: 38px;
      min-width: 96px;
      line-height: 38px;
      font-size: 0.82rem;
      padding: 0 0.75rem;
      margin: 0 0.15rem 0 0;
    }

  .scroll-up-corner,
  .scroll-down-corner {
    width: 36px;
    height: 36px;
    right: 8px;
  }

  .scroll-up-corner {
    top: 82px;
  }

  .scroll-progress-line {
    right: 23px;
    top: 130px;
    bottom: 58px;
  }

  .chatbot-toggle {
    right: 52px;
    bottom: 10px;
  }

  .whatsapp-float {
    right: 52px;
    bottom: 58px;
    width: 40px;
    height: 40px;
  }

  .chatbot-panel {
    right: 10px;
    bottom: 56px;
  }

  .a11y-toggle {
    left: 8px;
    bottom: 10px;
  }

  .a11y-panel {
    left: 8px;
    bottom: 56px;
    width: calc(100vw - 1rem);
  }
}

.site-footer {
  margin-top: 4rem;
  padding: 0 0 1rem;
  background:
    radial-gradient(720px 240px at 8% -10%, rgba(39, 128, 210, 0.18), transparent 70%),
    linear-gradient(180deg, #020914, #041022 68%, #061429);
  color: #cfe0f2;
  border-top: 1px solid rgba(86, 121, 151, 0.34);
}

.theme-light .site-footer {
  background:
    radial-gradient(720px 240px at 8% -10%, rgba(105, 153, 205, 0.12), transparent 70%),
    linear-gradient(180deg, #f7fafc, #edf3f8);
  border-top-color: #c9d7e3;
}

.site-footer a {
  color: #c8dcf1;
}

.footer-cookie {
  background: linear-gradient(135deg, #3d5268, #4d6278);
  color: #f5f9fd;
  padding: 0.9rem 0;
}

.footer-cookie-inner {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: center;
}

.footer-cookie-inner p {
  margin: 0;
  line-height: 1.55;
  max-width: 960px;
}

.footer-cookie-actions {
  display: flex;
  gap: 0.6rem;
  flex-wrap: wrap;
}

.cookie-btn {
  border: 1px solid #2d9dbe;
  background: #2d9dbe;
  color: #ffffff;
  border-radius: 999px;
  padding: 0.45rem 0.9rem;
  font-weight: 700;
  cursor: pointer;
}

.cookie-btn[data-cookie-action="disallow"] {
  background: transparent;
  border-color: #b7cad9;
  color: #edf6ff;
}

.cookie-btn[data-cookie-action="manage"] {
  background: #507da4;
  border-color: #507da4;
}

.cookie-btn:hover {
  filter: brightness(1.06);
}

.cookie-modal {
  position: fixed;
  inset: 0;
  z-index: 70;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  background: rgba(10, 18, 28, 0.42);
  backdrop-filter: blur(6px);
}

.cookie-modal.open {
  display: flex;
}

.cookie-modal-card {
  width: min(680px, calc(100vw - 1.4rem));
  border-radius: 24px;
  border: 1px solid rgba(175, 195, 213, 0.5);
  background: linear-gradient(180deg, #ffffff, #f3f8fc);
  box-shadow: 0 24px 60px rgba(13, 33, 54, 0.18);
  padding: 1.2rem;
}

.cookie-modal-head {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: flex-start;
}

.cookie-modal-head strong {
  display: block;
  font-size: 1.2rem;
  color: #153550;
}

.cookie-modal-head p {
  margin: 0.3rem 0 0;
  color: #4c6880;
  line-height: 1.55;
}

.cookie-modal-close {
  width: 40px;
  height: 40px;
  border-radius: 999px;
  border: 1px solid #c4d5e2;
  background: #ffffff;
  color: #173653;
  font-size: 1.35rem;
  cursor: pointer;
}

.cookie-modal-options {
  display: grid;
  gap: 0.75rem;
  margin-top: 1rem;
}

.cookie-option {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: center;
  padding: 0.9rem 1rem;
  border-radius: 18px;
  border: 1px solid #d1dce6;
  background: rgba(255, 255, 255, 0.78);
}

.cookie-option strong {
  display: block;
  color: #173652;
}

.cookie-option small {
  display: block;
  margin-top: 0.18rem;
  color: #58748b;
  line-height: 1.45;
}

.cookie-option input[type="checkbox"] {
  width: 20px;
  height: 20px;
  accent-color: #2d9dbe;
  flex-shrink: 0;
}

.cookie-modal-actions {
  display: flex;
  justify-content: flex-end;
  gap: 0.65rem;
  flex-wrap: wrap;
  margin-top: 1rem;
}

.footer-policy-row {
  display: none;
}

.footer-policy-links {
  display: flex;
  flex-wrap: wrap;
  gap: 1.2rem;
  padding: 0.7rem 0;
  font-size: 0.88rem;
  justify-content: flex-start;
}

.policy-unified-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: none;
  background: transparent;
  color: #264966;
  border-radius: 0;
  padding: 0;
  font-weight: 600;
  text-decoration: none;
}

.policy-unified-btn:hover {
  text-decoration: underline;
  text-underline-offset: 2px;
}

.theme-light .cookie-btn[data-cookie-action="disallow"] {
  color: #34556f;
  border-color: #8aa8c0;
}

.theme-dark .cookie-modal-card {
  border-color: rgba(93, 118, 143, 0.5);
  background: linear-gradient(180deg, rgba(14, 27, 43, 0.96), rgba(9, 20, 34, 0.98));
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.34);
}

.theme-dark .cookie-modal-head strong,
.theme-dark .cookie-option strong {
  color: #eef7ff;
}

.theme-dark .cookie-modal-head p,
.theme-dark .cookie-option small {
  color: #a7bccf;
}

.theme-dark .cookie-modal-close {
  border-color: rgba(84, 113, 140, 0.54);
  background: rgba(255, 255, 255, 0.06);
  color: #eef7ff;
}

.theme-dark .cookie-option {
  border-color: rgba(88, 113, 137, 0.42);
  background: rgba(255, 255, 255, 0.04);
}

.footer-mega {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr)) minmax(260px, 1.2fr);
  gap: 1.3rem;
  padding: 1.8rem 0 1.3rem;
  border-bottom: 1px solid rgba(108, 137, 163, 0.3);
}

.footer-news-card {
  border: 1px solid #b8cad8;
  border-radius: 10px;
  padding: 1.2rem;
  background: #f8fbff;
}

.footer-news-card h3 {
  margin: 0 0 0.7rem;
  font-size: 1.9rem;
  letter-spacing: 0.01em;
}

.footer-news-card p {
  margin: 0 0 1rem;
  line-height: 1.6;
  color: #2b4861;
}

.footer-list-col {
  display: grid;
  align-content: start;
  gap: 0.62rem;
  border: 1px solid rgba(98, 129, 156, 0.36);
  border-radius: 10px;
  background: linear-gradient(180deg, rgba(9, 20, 36, 0.86), rgba(6, 16, 30, 0.94));
  padding: 1rem;
}

.footer-list-col h4 {
  margin: 0 0 0.2rem;
  font-size: 2rem;
  color: #e8f3ff;
}

.footer-list-col a {
  font-size: 0.95rem;
  color: #c2d7eb;
}

.footer-tools-col {
  gap: 0.7rem;
}

.footer-tools-col h4 {
  font-size: 1.55rem;
  line-height: 1.1;
  margin-bottom: 0.35rem;
}

.utility-launcher-hidden {
  display: none !important;
}

.footer-tools-bubble {
  display: grid;
  gap: 0.8rem;
  padding: 1rem;
  border-radius: 20px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(242, 247, 251, 0.98));
  box-shadow: 0 10px 22px rgba(43, 70, 96, 0.06);
  position: relative;
  z-index: 8;
  pointer-events: auto;
}

.footer-tools-copy strong {
  display: block;
  font-size: 0.95rem;
  color: #173754;
}

.footer-tools-copy p {
  margin: 0.2rem 0 0;
  color: #537089;
  line-height: 1.45;
  font-size: 0.82rem;
}

.footer-tools-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.7rem;
  justify-items: stretch;
  position: relative;
  z-index: 9;
  pointer-events: auto;
}

.footer-tool {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  justify-self: center;
  width: 56px;
  height: 56px;
  min-height: 56px;
  padding: 0;
  border: 1px solid #c8d7e3;
  border-radius: 18px;
  background: linear-gradient(180deg, #ffffff, #f6f9fc);
  color: #16324b;
  box-shadow: 0 8px 18px rgba(30, 52, 74, 0.06);
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
  position: relative;
  z-index: 10;
  pointer-events: auto;
  cursor: pointer;
}

.footer-tool:hover {
  transform: translateY(-1px);
  border-color: #94b3cb;
  box-shadow: 0 10px 20px rgba(30, 52, 74, 0.1);
  color: #16324b;
}

.footer-tool-icon {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #2e86c7, #3f67d8);
  color: #ffffff;
  flex-shrink: 0;
}

.footer-tool-icon--whatsapp {
  background: #25D366;
}

.footer-tool-icon--linkedin {
  background: #0A66C2;
}

.footer-tool-icon--instagram {
  background: linear-gradient(135deg, #F58529 0%, #DD2A7B 45%, #8134AF 75%, #515BD4 100%);
}

.footer-tool-avatar {
  background: linear-gradient(135deg, #2d84c4, #315fe0);
  position: relative;
}

.footer-tool-avatar::after {
  content: "1";
  position: absolute;
  top: -4px;
  right: -4px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #ff3c41;
  color: #ffffff;
  font-size: 0.62rem;
  font-weight: 800;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 10px rgba(150, 12, 24, 0.25);
}

.footer-tool-icon svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}

.footer-tool-chat {
  grid-column: auto;
}

.whatsapp-company-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.25rem;
  width: 38px;
  height: 38px;
  border-radius: 999px;
  border: 1px solid rgba(103, 242, 151, 0.58);
  background: linear-gradient(135deg, #10c368, #0b8f52);
  color: #ffffff;
  text-decoration: none;
  box-shadow: 0 10px 20px rgba(6, 40, 24, 0.28);
}

.whatsapp-company-link svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}

.whatsapp-company-link:hover {
  transform: translateY(-1px);
}

.footer-list-col a:hover,
.footer-policy-links a:hover {
  color: #7acbff;
}

.footer-final {
  padding: 0.8rem 0 0.4rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0.8rem;
  font-size: 0.85rem;
  color: #9eb8cf;
}

/* Final light-mode footer overrides */
.theme-light .site-footer {
  background:
    radial-gradient(720px 240px at 8% -10%, rgba(105, 153, 205, 0.12), transparent 70%),
    linear-gradient(180deg, #f7fafc, #edf3f8);
  color: #17324b;
  border-top-color: #c9d7e3;
}

.theme-light .site-footer a {
  color: #17324b;
}

.theme-light .footer-mega {
  border-bottom-color: #d7e1ea;
}

.theme-light .footer-list-col {
  border-color: #c4d3df;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.74), rgba(244, 248, 252, 0.96));
}

.theme-light .footer-list-col h4 {
  color: #143552;
}

.theme-light .footer-list-col a {
  color: #17324b;
}

.theme-light .footer-list-col a:hover,
.theme-light .footer-policy-links a:hover {
  color: #2f79ad;
}

.theme-light .footer-final {
  color: #5a748c;
}

.theme-dark .footer-tools-bubble {
  background: linear-gradient(180deg, #f1f4f8, #e8eef4);
  border: 1px solid #d0dbe6;
  box-shadow: 0 10px 22px rgba(18, 38, 58, 0.12);
}

.theme-dark .footer-tools-copy strong {
  color: #173854;
}

.theme-dark .footer-tools-copy p {
  color: #4e6a82;
}

.theme-dark .footer-tool {
  background: linear-gradient(180deg, #fafdff, #eef4fa);
  border-color: #b9cad8;
  color: #16324b;
  box-shadow: 0 8px 16px rgba(25, 48, 72, 0.1);
}

.theme-dark .footer-tool:hover {
  color: #16324b;
  border-color: #8eaec7;
}

.theme-dark .footer-list-col.footer-tools-col {
  background: linear-gradient(180deg, #eef3f8, #e4ebf2);
  border-color: #c4d3e1;
}

.theme-dark .footer-list-col.footer-tools-col h4 {
  color: #173854;
}

@media (max-width: 1180px) {
  .footer-mega {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 700px) {
  .footer-cookie-inner {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-cookie-actions {
    width: 100%;
    flex-wrap: wrap;
  }

  .footer-mega {
    grid-template-columns: 1fr;
  }

  .footer-news-card h3,
  .footer-list-col h4 {
    font-size: 1.4rem;
  }

  .footer-tools-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.tilt-3d {
  transform-style: preserve-3d;
  transform: perspective(900px) rotateX(var(--rx, 0deg)) rotateY(var(--ry, 0deg));
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  will-change: transform;
}

.tilt-3d > * {
  transform: translateZ(10px);
}

.tilt-3d:hover {
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.28);
}

@keyframes orbFloat {
  0% { transform: translate3d(0, 0, 0) scale(1); }
  50% { transform: translate3d(20px, -22px, 0) scale(1.07); }
  100% { transform: translate3d(0, 0, 0) scale(1); }
}

@keyframes orbDrift {
  0% { transform: translate3d(0, 0, 0) scale(1); }
  50% { transform: translate3d(24px, -20px, 0) scale(1.08); }
  100% { transform: translate3d(0, 0, 0) scale(1); }
}

@keyframes scanSweep {
  0% { transform: translateY(0); opacity: 0; }
  15% { opacity: 1; }
  100% { transform: translateY(125vh); opacity: 0; }
}


@media (prefers-reduced-motion: reduce) {
  body::before,
  body::after {
    animation: none;
  }

  .tilt-3d {
    transition: none;
    transform: none;
  }

  .hero-cube,
  .hero-ring-one,
  .hero-ring-two,
  .holo-shield,
  .hero-orbit,
  .threat-ping,
  .threat-arcs path {
    animation: none;
  }
}

@media (max-width: 700px) {
  .scroll-tools {
    right: 10px;
    bottom: 10px;
  }

  .cursor-ring {
    display: none;
  }
}

.services-hero {
  border-color: #225172;
  background:
    radial-gradient(540px 260px at 8% 0%, rgba(57, 216, 255, 0.12), transparent 70%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.01));
}

.service-tag {
  display: inline-block;
  margin: 0 0 0.8rem;
  padding: 0.36rem 0.72rem;
  border-radius: 999px;
  border: 1px solid #1f4f70;
  background: rgba(57, 216, 255, 0.08);
  color: #a7e9ff;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.service-card {
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 1.15rem;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.01));
}

.service-card.major {
  border-color: #1f4f70;
  box-shadow: 0 10px 30px rgba(1, 16, 30, 0.35);
}

.service-card p {
  margin: 0.55rem 0 0;
  color: var(--muted);
  line-height: 1.65;
}

.service-card ul {
  margin: 0.85rem 0 0;
  padding-left: 1.1rem;
  color: #c5d8eb;
  line-height: 1.7;
}

.service-library {
  display: grid;
  gap: 0.7rem;
}

.service-detail {
  border: 1px solid #244560;
  border-radius: 12px;
  background: rgba(57, 216, 255, 0.04);
  overflow: hidden;
}

.service-detail summary {
  list-style: none;
  cursor: pointer;
  padding: 0.88rem 1rem;
  font-weight: 700;
  color: var(--text);
  position: relative;
}

.service-detail summary::-webkit-details-marker {
  display: none;
}

.service-detail summary::after {
  content: "+";
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  font-weight: 800;
  color: var(--cyan);
}

.service-detail[open] summary::after {
  content: "−";
}

.service-detail p {
  margin: 0;
  padding: 0 1rem 1rem;
  color: var(--muted);
  line-height: 1.68;
}

.theme-light .service-detail {
  background: #ffffff;
  border-color: #b3c8db;
}

.theme-light .service-detail p {
  color: #204565;
}

.grc-chip-grid {
  display: grid;
  gap: 0.65rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.grc-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  border: 1px solid #244560;
  background: rgba(57, 216, 255, 0.05);
  border-radius: 10px;
  padding: 0.55rem 0.8rem;
  font-size: 0.87rem;
  color: #d6e7f8;
  text-align: center;
}

@media (max-width: 930px) {
  .grc-chip-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 700px) {
  .grc-chip-grid {
    grid-template-columns: 1fr;
  }
}

.home-hero {
  padding-top: 4.8rem;
}

.home-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.8fr);
  gap: 1.25rem;
  align-items: center;
}

.home-hero-grid.no-hero-visual {
  grid-template-columns: 1fr;
  max-width: 900px;
}

.home-hero-copy {
  position: relative;
  z-index: 2;
}

.hero-blog-preview {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 2rem;
}

.hero-blog-preview .card {
  min-height: 100%;
}

.hero-panel {
  border: 1px solid #225172;
  border-radius: 16px;
  padding: 1.1rem;
  background:
    radial-gradient(300px 180px at 10% 10%, rgba(57, 216, 255, 0.14), transparent 70%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.01));
}


.hero-panel h3 {
  margin-bottom: 0.9rem;
}

.hero-point + .hero-point {
  margin-top: 0.8rem;
}

.hero-point strong {
  display: block;
  font-size: 0.95rem;
}

.hero-point p {
  margin: 0.35rem 0 0;
  color: var(--muted);
  line-height: 1.6;
  font-size: 0.92rem;
}

.home-hero-visual {
  position: relative;
  min-height: 490px;
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 1.2rem;
  overflow: hidden;
}

.home-hero-visual::before {
  content: "";
  position: absolute;
  width: 360px;
  height: 360px;
  border-radius: 50%;
  top: -110px;
  right: -90px;
  background: radial-gradient(circle, rgba(57, 216, 255, 0.26), transparent 70%);
  pointer-events: none;
}

.hero-orbit-stage {
  position: relative;
  width: min(360px, 100%);
  height: 250px;
  display: grid;
  place-items: center;
  perspective: 1100px;
}

.holo-shield {
  width: 172px;
  height: 172px;
  position: relative;
  border-radius: 26% 26% 38% 38%;
  border: 1px solid rgba(107, 194, 248, 0.42);
  background:
    radial-gradient(120px 120px at 48% 42%, rgba(58, 223, 255, 0.3), rgba(58, 223, 255, 0.03) 65%),
    linear-gradient(160deg, rgba(17, 45, 72, 0.88), rgba(8, 24, 39, 0.8));
  box-shadow:
    inset 0 0 26px rgba(57, 216, 255, 0.22),
    0 22px 40px rgba(2, 13, 26, 0.42);
  transform-style: preserve-3d;
  transform: rotateX(10deg) rotateY(-24deg) translateZ(22px);
  animation: shieldFloat 6.6s ease-in-out infinite;
}

.shield-core {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-family: "IBM Plex Mono", Consolas, monospace;
  font-size: 0.88rem;
  letter-spacing: 0.12em;
  font-weight: 700;
  color: #dff6ff;
  text-shadow: 0 0 12px rgba(57, 216, 255, 0.4);
}

.shield-inner {
  position: absolute;
  inset: 18px;
  border-radius: 22% 22% 36% 36%;
  border: 1px solid rgba(92, 181, 238, 0.38);
  background: linear-gradient(180deg, rgba(57, 216, 255, 0.14), rgba(57, 216, 255, 0.02));
}

.threat-ping {
  position: absolute;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 1px solid rgba(111, 200, 255, 0.8);
  background: rgba(57, 216, 255, 0.34);
  box-shadow: 0 0 18px rgba(57, 216, 255, 0.45);
  animation: pingPulse 2.8s ease-in-out infinite;
}

.ping-a {
  top: 14px;
  left: 28px;
}

.ping-b {
  top: 36px;
  right: 20px;
  animation-delay: -0.9s;
}

.ping-c {
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
  animation-delay: -1.5s;
}

.threat-arcs {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.threat-arcs path {
  fill: none;
  stroke: rgba(106, 188, 245, 0.45);
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-dasharray: 8 10;
  animation: arcFlow 8s linear infinite;
}

.threat-arcs path:nth-child(2) {
  animation-delay: -2s;
}

.threat-arcs path:nth-child(3) {
  animation-delay: -4.5s;
}

.hero-orbit {
  position: absolute;
  border-radius: 50%;
  border: 1px dashed rgba(91, 176, 231, 0.42);
  pointer-events: none;
}

.orbit-a {
  width: 212px;
  height: 212px;
  animation: orbitSpin 9s linear infinite;
}

.orbit-b {
  width: 268px;
  height: 268px;
  opacity: 0.68;
  border-style: solid;
  border-color: rgba(83, 166, 224, 0.3);
  animation: orbitSpin 16s linear infinite reverse;
}

.hero-point-grid {
  width: 100%;
  display: grid;
  gap: 0.7rem;
}

.hero-point-grid .hero-point {
  position: relative;
  border: 1px solid rgba(88, 170, 228, 0.34);
  border-radius: 14px;
  padding: 0.85rem 0.9rem;
  background:
    linear-gradient(165deg, rgba(12, 30, 52, 0.88), rgba(8, 22, 40, 0.72)),
    radial-gradient(180px 90px at 14% 0%, rgba(76, 208, 255, 0.24), transparent 72%);
  box-shadow:
    inset 0 1px 0 rgba(155, 223, 255, 0.22),
    inset 0 -16px 22px rgba(5, 16, 28, 0.28),
    0 16px 30px rgba(3, 11, 21, 0.38),
    0 0 0 1px rgba(66, 151, 217, 0.08);
  transform-style: preserve-3d;
  transform: perspective(860px) rotateX(7deg) rotateY(-5deg) translateZ(0);
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
  animation: heroPointFloat 5.8s ease-in-out infinite;
  overflow: hidden;
}

.hero-point-grid .hero-point::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(120deg, rgba(255, 255, 255, 0.22), rgba(255, 255, 255, 0) 35%);
  opacity: 0.45;
  pointer-events: none;
}

.hero-point-grid .hero-point::after {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  right: -42px;
  top: -52px;
  background: radial-gradient(circle, rgba(49, 215, 255, 0.24), rgba(49, 215, 255, 0));
  pointer-events: none;
}

.hero-point-grid .hero-point:hover {
  border-color: rgba(120, 214, 255, 0.55);
  box-shadow:
    inset 0 1px 0 rgba(183, 237, 255, 0.3),
    inset 0 -16px 22px rgba(8, 23, 39, 0.28),
    0 22px 36px rgba(2, 13, 25, 0.46),
    0 0 22px rgba(52, 201, 255, 0.24);
  transform: perspective(980px) rotateX(11deg) rotateY(-9deg) translate3d(0, -4px, 12px);
}

.hero-point-grid .hero-point:nth-child(2) {
  animation-delay: -1.7s;
}

.hero-point-grid .hero-point:nth-child(3) {
  animation-delay: -3.2s;
}

.theme-light .home-hero-visual::before {
  background: radial-gradient(circle, rgba(30, 150, 228, 0.26), transparent 70%);
}

.theme-light .holo-shield {
  border-color: rgba(104, 155, 194, 0.45);
  background:
    radial-gradient(120px 120px at 48% 42%, rgba(65, 174, 238, 0.28), rgba(65, 174, 238, 0.04) 65%),
    linear-gradient(160deg, rgba(235, 245, 254, 0.95), rgba(219, 236, 250, 0.88));
  box-shadow:
    inset 0 0 26px rgba(47, 140, 204, 0.19),
    0 20px 34px rgba(54, 98, 132, 0.2);
}

.theme-light .shield-core {
  color: #0f3556;
  text-shadow: 0 0 8px rgba(23, 136, 208, 0.28);
}

.theme-light .shield-inner {
  border-color: rgba(91, 150, 194, 0.4);
  background: linear-gradient(180deg, rgba(46, 134, 198, 0.1), rgba(46, 134, 198, 0.02));
}

.theme-light .threat-ping {
  border-color: rgba(65, 145, 203, 0.7);
  background: rgba(53, 146, 209, 0.24);
  box-shadow: 0 0 16px rgba(57, 145, 205, 0.32);
}

.theme-light .threat-arcs path {
  stroke: rgba(77, 141, 186, 0.45);
}

.theme-light .hero-orbit {
  border-color: rgba(86, 149, 193, 0.34);
}

.theme-light .hero-point-grid .hero-point {
  background:
    linear-gradient(165deg, rgba(253, 255, 255, 0.98), rgba(236, 246, 253, 0.92)),
    radial-gradient(180px 90px at 14% 0%, rgba(56, 160, 228, 0.18), transparent 72%);
  border-color: rgba(134, 171, 201, 0.56);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.86),
    inset 0 -12px 20px rgba(153, 193, 218, 0.2),
    0 12px 26px rgba(72, 121, 158, 0.2),
    0 0 0 1px rgba(111, 159, 194, 0.14);
}

.theme-light .hero-point-grid .hero-point::before {
  opacity: 0.62;
}

.theme-light .hero-point-grid .hero-point::after {
  background: radial-gradient(circle, rgba(95, 174, 230, 0.22), rgba(95, 174, 230, 0));
}

.theme-light .hero-point-grid .hero-point:hover {
  border-color: rgba(76, 148, 200, 0.65);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.94),
    inset 0 -12px 20px rgba(149, 186, 210, 0.24),
    0 16px 30px rgba(69, 111, 147, 0.24),
    0 0 22px rgba(108, 176, 227, 0.22);
}

@keyframes shieldFloat {
  0% { transform: rotateX(10deg) rotateY(-24deg) translateY(0px); }
  50% { transform: rotateX(14deg) rotateY(-18deg) translateY(-8px); }
  100% { transform: rotateX(10deg) rotateY(-24deg) translateY(0px); }
}

@keyframes orbitSpin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

@keyframes pingPulse {
  0% { transform: scale(0.9); opacity: 0.75; }
  50% { transform: scale(1.22); opacity: 1; }
  100% { transform: scale(0.9); opacity: 0.75; }
}

@keyframes arcFlow {
  0% { stroke-dashoffset: 0; }
  100% { stroke-dashoffset: -220; }
}

.home-process {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.process-item {
  position: relative;
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 1rem;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.01));
}

.process-item span {
  display: inline-flex;
  width: 34px;
  height: 34px;
  border-radius: 10px;
  align-items: center;
  justify-content: center;
  background: rgba(57, 216, 255, 0.12);
  color: #9aefff;
  font-weight: 800;
  margin-bottom: 0.75rem;
}

.process-item p {
  margin: 0.5rem 0 0;
  color: var(--muted);
  line-height: 1.62;
}

.cta-banner {
  border: 1px solid #225172;
  border-radius: 18px;
  padding: 1.3rem;
  background:
    radial-gradient(420px 220px at 5% 0%, rgba(12, 161, 93, 0.2), transparent 70%),
    radial-gradient(360px 200px at 95% 100%, rgba(57, 216, 255, 0.16), transparent 70%),
    #0a121d;
}

.cta-banner h2 {
  margin-bottom: 0.5rem;
}

.cta-banner p {
  margin: 0;
  color: var(--muted);
}

.partner-banner {
  border: 1px solid #234b66;
  border-radius: 16px;
  padding: 1.2rem;
  background:
    radial-gradient(340px 180px at 85% 15%, rgba(57, 216, 255, 0.14), transparent 70%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.01));
}

.partner-banner h2 {
  margin-bottom: 0.9rem;
}

.partner-card {
  border: 1px solid #2f5e7d;
  border-radius: 12px;
  padding: 1rem;
  background: rgba(6, 14, 22, 0.75);
}

.partner-card p {
  margin-top: 0.45rem;
  color: var(--muted);
  line-height: 1.65;
}

@media (max-width: 930px) {
  .home-hero-grid {
    grid-template-columns: 1fr;
  }

  .home-hero-visual {
    min-height: 400px;
  }

  .home-process {
    grid-template-columns: 1fr;
  }

}

@media (max-width: 700px) {
}

@keyframes heroPointFloat {
  0% { transform: perspective(860px) rotateX(7deg) rotateY(-5deg) translate3d(0, 0, 0); }
  50% { transform: perspective(860px) rotateX(9deg) rotateY(-4deg) translate3d(0, -3px, 7px); }
  100% { transform: perspective(860px) rotateX(7deg) rotateY(-5deg) translate3d(0, 0, 0); }
}

/* Hero service orbit (3D) */
.service-center-stage {
  width: min(440px, 100%);
  height: 390px;
}

.brand-core-3d {
  z-index: 3;
  width: 198px;
  height: 198px;
  border-radius: 30% 30% 42% 42%;
}

.logo-3d-stack {
  position: absolute;
  inset: 24px;
  display: grid;
  place-items: center;
  transform-style: preserve-3d;
  filter: drop-shadow(0 12px 24px rgba(0, 0, 0, 0.42));
  animation: logo3dFloat 6.2s ease-in-out infinite;
}

.logo-3d-layer {
  width: min(130px, 100%);
  height: auto;
  object-fit: contain;
  border-radius: 14px;
  transform-origin: center;
  grid-area: 1 / 1;
  backface-visibility: hidden;
}

.logo-3d-back {
  opacity: 0.32;
  filter: blur(0.5px) saturate(1.1) brightness(0.95);
  transform: translate3d(-6px, 6px, -24px) rotateX(8deg) rotateY(-9deg);
}

.logo-3d-mid {
  opacity: 0.65;
  filter: saturate(1.12) brightness(1.02);
  transform: translate3d(-2px, 2px, -10px) rotateX(5deg) rotateY(-5deg);
}

.logo-3d-front {
  opacity: 1;
  filter:
    saturate(1.15)
    contrast(1.04)
    drop-shadow(0 0 14px rgba(59, 210, 255, 0.32))
    drop-shadow(0 8px 16px rgba(3, 13, 28, 0.46));
  transform: translate3d(0, 0, 16px) rotateX(0deg) rotateY(0deg);
}

.brand-core-3d:hover .logo-3d-back {
  transform: translate3d(-8px, 8px, -30px) rotateX(10deg) rotateY(-10deg);
}

.brand-core-3d:hover .logo-3d-mid {
  transform: translate3d(-3px, 4px, -14px) rotateX(6deg) rotateY(-6deg);
}

.brand-core-3d:hover .logo-3d-front {
  transform: translate3d(0, -2px, 22px) scale(1.02);
}

.service-orbit-ring {
  position: absolute;
  inset: 0;
  z-index: 4;
}

.orbit-service {
  position: absolute;
  min-width: 116px;
  text-align: center;
  text-decoration: none;
  color: #e9f6ff;
  font-weight: 700;
  font-size: 0.9rem;
  letter-spacing: 0.01em;
  padding: 0.56rem 0.88rem;
  border-radius: 999px;
  border: 1px solid rgba(90, 174, 231, 0.52);
  background:
    linear-gradient(170deg, rgba(12, 33, 59, 0.92), rgba(7, 22, 43, 0.78)),
    radial-gradient(100px 40px at 50% 0%, rgba(59, 206, 255, 0.24), transparent 72%);
  box-shadow:
    inset 0 1px 0 rgba(178, 233, 255, 0.25),
    0 8px 20px rgba(2, 13, 24, 0.5),
    0 0 0 1px rgba(50, 145, 214, 0.12);
  transform-style: preserve-3d;
  transform: perspective(900px) translateZ(14px);
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.orbit-service:hover {
  border-color: rgba(125, 215, 255, 0.78);
  box-shadow:
    inset 0 1px 0 rgba(198, 242, 255, 0.35),
    0 12px 26px rgba(2, 14, 26, 0.58),
    0 0 18px rgba(44, 196, 255, 0.35);
  transform: perspective(1000px) translate3d(0, -3px, 24px) scale(1.03);
}

.service-vapt { left: 50%; top: 4%; transform: translateX(-50%) perspective(900px) translateZ(14px); }
.service-soc { right: 3%; top: 29%; }
.service-grc { right: 10%; bottom: 10%; }
.service-dm { left: 10%; bottom: 10%; }
.service-dev { left: 3%; top: 29%; }

.theme-light .orbit-service {
  color: #12395a;
  border-color: rgba(114, 160, 198, 0.62);
  background:
    linear-gradient(170deg, rgba(250, 254, 255, 0.98), rgba(232, 243, 252, 0.93)),
    radial-gradient(100px 40px at 50% 0%, rgba(81, 168, 226, 0.18), transparent 72%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.9),
    0 8px 18px rgba(74, 119, 153, 0.24),
    0 0 0 1px rgba(114, 160, 198, 0.16);
}

.theme-light .orbit-service:hover {
  border-color: rgba(84, 141, 187, 0.82);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.96),
    0 11px 22px rgba(73, 115, 146, 0.28),
    0 0 16px rgba(92, 167, 220, 0.22);
}

@media (max-width: 980px) {
  .service-center-stage {
    height: auto;
    min-height: 420px;
  }

  .service-orbit-ring {
    position: static;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.6rem;
    margin-top: 0.8rem;
  }

  .orbit-service,
  .service-vapt,
  .service-soc,
  .service-grc,
  .service-dm,
  .service-dev {
    position: static;
    min-width: 0;
    transform: none;
  }

  .service-vapt {
    grid-column: span 2;
  }
}

@keyframes logo3dFloat {
  0% { transform: perspective(920px) rotateX(5deg) rotateY(-5deg) translate3d(0, 0, 0); }
  50% { transform: perspective(920px) rotateX(7deg) rotateY(-3deg) translate3d(0, -4px, 10px); }
  100% { transform: perspective(920px) rotateX(5deg) rotateY(-5deg) translate3d(0, 0, 0); }
}
.theme-light .logo-3d-back {
  opacity: 0.24;
  filter: blur(0.4px) saturate(1.02) brightness(0.98);
}

.theme-light .logo-3d-mid {
  opacity: 0.58;
  filter: saturate(1.02) brightness(1);
}

.theme-light .logo-3d-front {
  filter:
    saturate(1.06)
    contrast(1.02)
    drop-shadow(0 0 10px rgba(96, 162, 206, 0.22))
    drop-shadow(0 8px 16px rgba(68, 106, 137, 0.24));
}

/* Hero polish: remove outer line, align service orbit, clear logo */
.home-hero-visual.hero-panel {
  border-color: transparent;
  box-shadow: none;
}

.service-center-stage {
  width: min(460px, 100%);
  height: 400px;
}

.logo-3d-layer {
  width: min(156px, 100%);
  image-rendering: -webkit-optimize-contrast;
}

.logo-3d-back {
  opacity: 0.2;
  filter: blur(0.6px) saturate(1.02) brightness(0.98);
}

.logo-3d-mid {
  opacity: 0.45;
  filter: saturate(1.02) brightness(1);
}

.logo-3d-front {
  filter:
    saturate(1.06)
    contrast(1.03)
    drop-shadow(0 0 12px rgba(59, 210, 255, 0.22))
    drop-shadow(0 8px 16px rgba(3, 13, 28, 0.4));
}

.orbit-service {
  min-width: 154px;
  font-size: 0.92rem;
  padding: 0.62rem 1rem;
}

.service-vapt,
.service-soc,
.service-grc,
.service-dm,
.service-dev {
  transform: translate(-50%, -50%) perspective(900px) translateZ(14px);
}

.service-vapt { left: 50%; top: 10%; }
.service-soc { left: 85%; top: 38%; }
.service-grc { left: 72%; top: 76%; }
.service-dm { left: 28%; top: 76%; }
.service-dev { left: 15%; top: 38%; }

.orbit-service:hover {
  transform: translate(-50%, -50%) perspective(1000px) translate3d(0, -3px, 24px) scale(1.03);
}

@media (max-width: 980px) {
  .home-hero-visual.hero-panel {
    border-color: rgba(96, 160, 203, 0.22);
  }
  .orbit-service,
  .service-vapt,
  .service-soc,
  .service-grc,
  .service-dm,
  .service-dev {
    transform: none;
  }
}

/* Center logo clarity override */
.brand-core-3d {
  width: 206px;
  height: 206px;
  display: grid;
  place-items: center;
}

.brand-core-3d .shield-inner {
  inset: 14px;
  border-radius: 24% 24% 34% 34%;
  border: 1px solid rgba(96, 182, 234, 0.42);
  background: linear-gradient(160deg, rgba(24, 66, 92, 0.28), rgba(11, 36, 58, 0.24));
}

.logo-3d-stack {
  inset: 18px;
  display: grid;
  place-items: center;
  transform-style: preserve-3d;
}

.logo-3d-stack::before {
  content: "";
  position: absolute;
  width: 156px;
  height: 156px;
  border-radius: 22px;
  background: linear-gradient(180deg, #f8fafc, #ebeff4);
  border: 1px solid rgba(188, 201, 215, 0.9);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.85),
    0 10px 22px rgba(5, 15, 30, 0.45);
  transform: translateZ(-6px) rotateX(7deg) rotateY(-6deg);
}

.logo-3d-back,
.logo-3d-mid {
  display: none;
}

.logo-3d-front {
  width: 126px;
  max-width: 126px;
  border-radius: 0;
  opacity: 1;
  mix-blend-mode: normal;
  image-rendering: auto;
  filter: none;
  transform: translateZ(16px) rotateX(0deg) rotateY(0deg);
}

.service-vapt { left: 50%; top: 10%; }
.service-soc { left: 85%; top: 38%; }
.service-grc { left: 72%; top: 76%; }
.service-dm { left: 28%; top: 76%; }
.service-dev { left: 15%; top: 38%; }

.theme-light .logo-3d-stack::before {
  background: linear-gradient(180deg, #f7f9fb, #edf1f6);
  border-color: rgba(178, 191, 206, 0.95);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.9),
    0 10px 18px rgba(77, 108, 133, 0.22);
}

@media (max-width: 980px) {
  .logo-3d-stack::before {
    width: 144px;
    height: 144px;
  }
  .logo-3d-front {
    width: 114px;
    max-width: 114px;
  }
}

/* Color match tune: hero and service orbit buttons */
.home-hero {
  background:
    radial-gradient(720px 420px at 84% 10%, rgba(36, 129, 159, 0.34), rgba(6, 19, 34, 0) 64%),
    radial-gradient(560px 340px at 12% 92%, rgba(34, 88, 138, 0.22), rgba(6, 19, 34, 0) 66%),
    linear-gradient(180deg, #030b18 0%, #020814 100%);
}

.home-hero-visual.hero-panel {
  background:
    radial-gradient(360px 220px at 86% 8%, rgba(43, 152, 188, 0.28), rgba(5, 17, 31, 0) 72%),
    linear-gradient(180deg, rgba(8, 23, 40, 0.94), rgba(4, 13, 26, 0.95));
  border: 1px solid rgba(43, 107, 150, 0.34);
  box-shadow:
    inset 0 1px 0 rgba(116, 185, 229, 0.14),
    0 20px 34px rgba(0, 6, 14, 0.45);
}

.orbit-service {
  color: #d9e8f5;
  border: 1px solid rgba(56, 128, 181, 0.78);
  background:
    linear-gradient(180deg, rgba(12, 40, 72, 0.96), rgba(8, 28, 57, 0.96));
  box-shadow:
    inset 0 1px 0 rgba(150, 211, 247, 0.2),
    0 10px 18px rgba(0, 8, 20, 0.44),
    0 0 0 1px rgba(57, 133, 190, 0.16);
}

.orbit-service:hover {
  color: #f1f8ff;
  border-color: rgba(100, 184, 241, 0.9);
  background:
    linear-gradient(180deg, rgba(15, 49, 86, 0.98), rgba(10, 35, 66, 0.98));
  box-shadow:
    inset 0 1px 0 rgba(189, 232, 255, 0.28),
    0 12px 22px rgba(0, 8, 20, 0.52),
    0 0 16px rgba(52, 157, 221, 0.34);
}

.theme-light .home-hero-visual.hero-panel {
  background:
    radial-gradient(320px 200px at 84% 10%, rgba(89, 178, 224, 0.2), rgba(240, 247, 252, 0) 72%),
    linear-gradient(180deg, rgba(238, 247, 255, 0.96), rgba(227, 239, 250, 0.94));
  border-color: rgba(132, 171, 201, 0.44);
}

/* Final seamless hero/panel color lock */
.home-hero {
  background:
    radial-gradient(640px 360px at 84% 10%, rgba(34, 124, 152, 0.26), rgba(3, 11, 24, 0) 66%),
    linear-gradient(180deg, #030b18 0%, #030b18 100%) !important;
}

.home-hero-visual.hero-panel {
  background:
    radial-gradient(340px 220px at 84% 10%, rgba(34, 124, 152, 0.22), rgba(3, 11, 24, 0) 72%),
    linear-gradient(180deg, rgba(3, 11, 24, 0.96), rgba(3, 11, 24, 0.96)) !important;
  border-color: rgba(47, 113, 156, 0.28) !important;
}

.orbit-service {
  background: linear-gradient(180deg, rgba(10, 36, 66, 0.97), rgba(8, 30, 58, 0.97)) !important;
  border-color: rgba(60, 140, 196, 0.78) !important;
  color: #dcecff !important;
}

.orbit-service:hover {
  background: linear-gradient(180deg, rgba(13, 44, 78, 0.98), rgba(10, 36, 68, 0.98)) !important;
  border-color: rgba(110, 190, 246, 0.92) !important;
  color: #f3f9ff !important;
}

/* Home hero 3D motion and orbit animation */
.service-center-stage {
  transform-style: preserve-3d;
  transition: transform 0.25s ease;
}

.service-orbit-ring {
  animation: serviceOrbitSpin 24s linear infinite;
  transform-origin: 50% 50%;
}

.service-orbit-ring .orbit-service {
  animation: serviceOrbitCounterSpin 24s linear infinite;
}

.service-orbit-ring.orbit-paused,
.service-orbit-ring.orbit-paused .orbit-service {
  animation-play-state: paused;
}

@keyframes serviceOrbitSpin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

@keyframes serviceOrbitCounterSpin {
  0% { transform: translate(-50%, -50%) rotate(0deg) perspective(900px) translateZ(14px); }
  100% { transform: translate(-50%, -50%) rotate(-360deg) perspective(900px) translateZ(14px); }
}

@media (max-width: 980px) {
  .service-orbit-ring,
  .service-orbit-ring .orbit-service {
    animation: none;
  }
}

/* Orbit polish: no overlap + colorful interactive nodes */
.service-center-stage {
  width: min(500px, 100%) !important;
  height: 450px !important;
}

.service-orbit-ring {
  animation: none !important;
  inset: 6px !important;
}

.service-orbit-ring .orbit-service {
  animation: none !important;
  min-width: 170px !important;
  padding: 0.68rem 1.08rem !important;
  font-weight: 800 !important;
  letter-spacing: 0.01em;
  z-index: 6;
  transition: transform 0.28s ease, box-shadow 0.28s ease, filter 0.28s ease;
  animation: orbitNodeFloat 3.8s ease-in-out infinite;
}

.service-vapt {
  left: 78% !important;
  top: 50% !important;
  background: linear-gradient(135deg, rgba(24, 71, 129, 0.96), rgba(18, 48, 98, 0.94)) !important;
  border-color: rgba(97, 173, 255, 0.85) !important;
  box-shadow: 0 10px 20px rgba(8, 40, 90, 0.45), 0 0 18px rgba(71, 157, 255, 0.35) !important;
}

.service-soc {
  left: 50% !important;
  top: 84% !important;
  background: linear-gradient(135deg, rgba(20, 89, 143, 0.96), rgba(17, 64, 118, 0.94)) !important;
  border-color: rgba(92, 200, 255, 0.85) !important;
  box-shadow: 0 10px 20px rgba(5, 52, 94, 0.45), 0 0 18px rgba(67, 197, 255, 0.3) !important;
  animation-delay: -0.5s;
}

.service-grc {
  left: 22% !important;
  top: 66% !important;
  background: linear-gradient(135deg, rgba(33, 89, 168, 0.96), rgba(19, 57, 118, 0.94)) !important;
  border-color: rgba(132, 177, 255, 0.84) !important;
  box-shadow: 0 10px 20px rgba(10, 42, 88, 0.45), 0 0 18px rgba(96, 158, 255, 0.3) !important;
  animation-delay: -0.9s;
}

.service-dm {
  left: 24% !important;
  top: 28% !important;
  background: linear-gradient(135deg, rgba(66, 54, 180, 0.95), rgba(37, 50, 138, 0.94)) !important;
  border-color: rgba(157, 145, 255, 0.84) !important;
  box-shadow: 0 10px 20px rgba(24, 35, 97, 0.45), 0 0 18px rgba(130, 118, 255, 0.32) !important;
  animation-delay: -1.3s;
}

.service-dev {
  left: 50% !important;
  top: 18% !important;
  background: linear-gradient(135deg, rgba(29, 106, 179, 0.95), rgba(23, 74, 139, 0.94)) !important;
  border-color: rgba(109, 196, 255, 0.84) !important;
  box-shadow: 0 10px 20px rgba(10, 53, 96, 0.45), 0 0 18px rgba(86, 190, 255, 0.32) !important;
  animation-delay: -1.8s;
}

.service-orbit-ring .orbit-service:hover {
  transform: translate(-50%, -50%) scale(1.08) !important;
  filter: saturate(1.15) brightness(1.08);
  box-shadow: 0 14px 26px rgba(8, 20, 48, 0.5), 0 0 22px rgba(98, 197, 255, 0.45) !important;
}

@keyframes orbitNodeFloat {
  0% { transform: translate(-50%, -50%) translateY(0); }
  50% { transform: translate(-50%, -50%) translateY(-5px); }
  100% { transform: translate(-50%, -50%) translateY(0); }
}

.theme-light .service-orbit-ring .orbit-service {
  color: #f4fbff !important;
}

@media (max-width: 980px) {
  .service-center-stage {
    width: 100% !important;
    height: auto !important;
    min-height: 430px;
  }

  .service-orbit-ring .orbit-service,
  .service-vapt,
  .service-soc,
  .service-grc,
  .service-dm,
  .service-dev {
    min-width: 0 !important;
    left: auto !important;
    top: auto !important;
    transform: none !important;
    animation: none !important;
  }
}

/* Dynamic home additions: live methodology + testimonials */
.support-strip-live {
  font-size: 0.64rem;
  letter-spacing: 0.04em;
  color: var(--muted);
  margin-left: 0.35rem;
}

.live-method-shell,
.testimonial-shell {
  display: grid;
  gap: 1rem;
}

.live-method-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.9rem;
}

.live-step {
  position: relative;
  padding: 0.95rem;
  border-radius: 14px;
  border: 1px solid rgba(78, 140, 187, 0.3);
  background:
    radial-gradient(220px 120px at 0% 0%, rgba(57, 216, 255, 0.14), transparent 72%),
    linear-gradient(170deg, rgba(8, 22, 40, 0.9), rgba(8, 18, 32, 0.8));
  box-shadow: inset 0 1px 0 rgba(173, 229, 255, 0.16), 0 12px 24px rgba(0, 8, 18, 0.34);
  transform-style: preserve-3d;
  transition: transform 0.28s ease, box-shadow 0.28s ease;
}

.live-step:hover {
  transform: translateY(-4px) translateZ(12px);
  box-shadow: inset 0 1px 0 rgba(190, 236, 255, 0.22), 0 16px 28px rgba(0, 8, 18, 0.42);
}

.live-step-status {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: #9ceaff;
  text-transform: uppercase;
}

.live-step-status::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #23d2ff;
  box-shadow: 0 0 10px rgba(35, 210, 255, 0.55);
}

.live-step h3 {
  margin: 0.55rem 0 0.35rem;
  font-size: 1rem;
}

.live-step p {
  margin: 0;
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.55;
}

.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.9rem;
}

.testimonial-card {
  position: relative;
  padding: 1rem;
  border-radius: 16px;
  border: 1px solid rgba(76, 136, 184, 0.3);
  background:
    radial-gradient(200px 120px at 100% 0%, rgba(57, 216, 255, 0.12), transparent 72%),
    linear-gradient(170deg, rgba(9, 24, 43, 0.9), rgba(7, 18, 32, 0.84));
  box-shadow: inset 0 1px 0 rgba(179, 232, 255, 0.15), 0 12px 24px rgba(0, 8, 18, 0.3);
}

.testimonial-text {
  margin: 0;
  color: #d9e9fa;
  font-size: 0.95rem;
  line-height: 1.65;
}

.testimonial-meta {
  display: grid;
  gap: 0.08rem;
  margin-top: 0.9rem;
}

.testimonial-name {
  font-weight: 700;
}

.testimonial-role {
  color: var(--muted);
  font-size: 0.85rem;
}

.theme-light .live-step,
.theme-light .testimonial-card {
  border-color: rgba(132, 168, 198, 0.45);
  background:
    radial-gradient(220px 120px at 0% 0%, rgba(71, 161, 223, 0.14), transparent 72%),
    linear-gradient(170deg, rgba(251, 254, 255, 0.96), rgba(235, 245, 253, 0.92));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.82), 0 10px 20px rgba(73, 116, 147, 0.18);
}

.theme-light .testimonial-text {
  color: #163b5a;
}

@media (max-width: 980px) {
  .live-method-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .testimonial-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .live-method-grid {
    grid-template-columns: 1fr;
  }
}

/* Global premium uplift for all pages */
main.section > .container > h1,
main.section .container > h1 {
  margin: 0;
  font-size: clamp(1.9rem, 4vw, 3.1rem);
  line-height: 1.1;
  letter-spacing: -0.02em;
}

main.section > .container > .subcopy,
main.section .container > .subcopy {
  margin-top: 0.7rem;
  max-width: 860px;
}

main.section > .container {
  position: relative;
}

main.section > .container::before {
  content: "";
  position: absolute;
  inset: -12px -12px auto -12px;
  height: 170px;
  border-radius: 16px;
  pointer-events: none;
  background: radial-gradient(420px 180px at 0% 0%, rgba(52, 194, 255, 0.13), rgba(52, 194, 255, 0));
}

main.section .card,
main.section .service-card,
main.section .challenge-card,
main.section .kpi,
main.section .services-hero {
  border-radius: 16px;
  border: 1px solid rgba(78, 140, 187, 0.28);
  background:
    radial-gradient(220px 120px at 0% 0%, rgba(57, 216, 255, 0.12), transparent 72%),
    linear-gradient(170deg, rgba(9, 24, 43, 0.9), rgba(7, 18, 32, 0.84));
  box-shadow: inset 0 1px 0 rgba(179, 232, 255, 0.12), 0 14px 28px rgba(0, 8, 18, 0.24);
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

main.section .card:hover,
main.section .service-card:hover,
main.section .challenge-card:hover,
main.section .kpi:hover {
  transform: translateY(-4px);
  border-color: rgba(120, 197, 246, 0.5);
  box-shadow: inset 0 1px 0 rgba(198, 239, 255, 0.2), 0 18px 30px rgba(0, 8, 18, 0.34);
}

main.section .card h3,
main.section .service-card h3,
main.section .challenge-card h3 {
  margin-top: 0;
  letter-spacing: -0.01em;
}

.faq-item {
  border-radius: 14px;
  border: 1px solid rgba(77, 140, 189, 0.3);
  background:
    radial-gradient(180px 90px at 0% 0%, rgba(57, 216, 255, 0.09), transparent 72%),
    linear-gradient(170deg, rgba(8, 22, 40, 0.86), rgba(7, 18, 32, 0.8));
  overflow: hidden;
}

.faq-question {
  font-size: 1rem;
  font-weight: 700;
}

.service-detail {
  border: 1px solid rgba(75, 141, 192, 0.32);
  border-radius: 12px;
  background: linear-gradient(160deg, rgba(8, 22, 40, 0.86), rgba(7, 18, 32, 0.78));
}

.service-detail + .service-detail {
  margin-top: 0.55rem;
}

.service-detail summary {
  font-weight: 700;
  padding: 0.9rem 1rem;
}

.service-detail p {
  margin: 0;
  padding: 0 1rem 1rem;
  color: var(--muted);
}

.form-wrap form input,
.form-wrap form textarea,
.form-wrap form select,
.partner-questionnaire input,
.partner-questionnaire textarea,
.partner-questionnaire select {
  border-radius: 12px;
  border: 1px solid rgba(81, 143, 192, 0.38);
  background: rgba(6, 17, 30, 0.74);
  box-shadow: inset 0 1px 0 rgba(179, 232, 255, 0.1);
}

.form-wrap form input:focus,
.form-wrap form textarea:focus,
.form-wrap form select:focus,
.partner-questionnaire input:focus,
.partner-questionnaire textarea:focus,
.partner-questionnaire select:focus {
  outline: none;
  border-color: rgba(117, 202, 255, 0.78);
  box-shadow: 0 0 0 3px rgba(67, 190, 255, 0.16);
}

.reveal-in {
  opacity: 0;
  transform: translateY(18px) scale(0.985);
  transition: opacity 0.55s ease, transform 0.55s ease;
  will-change: opacity, transform;
}

.reveal-in.is-visible {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.theme-light main.section > .container::before {
  background: radial-gradient(420px 180px at 0% 0%, rgba(76, 162, 221, 0.12), rgba(76, 162, 221, 0));
}

.theme-light main.section .card,
.theme-light main.section .service-card,
.theme-light main.section .challenge-card,
.theme-light main.section .kpi,
.theme-light main.section .services-hero,
.theme-light .faq-item,
.theme-light .service-detail {
  border-color: rgba(130, 168, 198, 0.45);
  background:
    radial-gradient(220px 120px at 0% 0%, rgba(71, 161, 223, 0.14), transparent 72%),
    linear-gradient(170deg, rgba(251, 254, 255, 0.97), rgba(235, 245, 253, 0.93));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.84), 0 12px 20px rgba(73, 116, 147, 0.15);
}

.theme-light .service-detail p {
  color: #3f5f7f;
}

.theme-light .form-wrap form input,
.theme-light .form-wrap form textarea,
.theme-light .form-wrap form select,
.theme-light .partner-questionnaire input,
.theme-light .partner-questionnaire textarea,
.theme-light .partner-questionnaire select {
  background: rgba(255, 255, 255, 0.9);
  border-color: rgba(132, 172, 201, 0.52);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

/* Variation + 3D interaction layer (reduce sameness) */
.card,
.service-card,
.challenge-card,
.kpi,
.faq-item,
.service-detail,
.workspace-card,
.live-step,
.testimonial-card {
  --accent-h: 197;
  --accent-s: 86%;
  --accent-l: 58%;
  --tilt-x: 0deg;
  --tilt-y: 0deg;
  transform: perspective(980px) rotateX(var(--tilt-x)) rotateY(var(--tilt-y)) translateZ(0);
}

.card::after,
.service-card::after,
.challenge-card::after,
.kpi::after,
.workspace-card::after,
.live-step::after,
.testimonial-card::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  background:
    radial-gradient(240px 120px at var(--mx, 50%) var(--my, 40%), hsla(var(--accent-h), var(--accent-s), var(--accent-l), 0.22), transparent 70%);
  opacity: 0.7;
}

.card,
.service-card,
.challenge-card,
.kpi,
.workspace-card,
.live-step,
.testimonial-card {
  position: relative;
  overflow: hidden;
}

.card:nth-of-type(3n+1),
.service-card:nth-of-type(3n+1),
.challenge-card:nth-of-type(3n+1),
.workspace-card:nth-of-type(3n+1),
.live-step:nth-of-type(3n+1),
.testimonial-card:nth-of-type(3n+1) {
  --accent-h: 194;
}

.card:nth-of-type(3n+2),
.service-card:nth-of-type(3n+2),
.challenge-card:nth-of-type(3n+2),
.workspace-card:nth-of-type(3n+2),
.live-step:nth-of-type(3n+2),
.testimonial-card:nth-of-type(3n+2) {
  --accent-h: 260;
}

.card:nth-of-type(3n),
.service-card:nth-of-type(3n),
.challenge-card:nth-of-type(3n),
.workspace-card:nth-of-type(3n),
.live-step:nth-of-type(3n),
.testimonial-card:nth-of-type(3n) {
  --accent-h: 154;
}

.card.tilt-active,
.service-card.tilt-active,
.challenge-card.tilt-active,
.kpi.tilt-active,
.faq-item.tilt-active,
.service-detail.tilt-active,
.workspace-card.tilt-active,
.live-step.tilt-active,
.testimonial-card.tilt-active {
  transform: perspective(980px) rotateX(var(--tilt-x)) rotateY(var(--tilt-y)) translateY(-4px) scale(1.01);
  border-color: hsla(var(--accent-h), 82%, 72%, 0.62) !important;
  box-shadow:
    inset 0 1px 0 rgba(200, 240, 255, 0.22),
    0 18px 30px rgba(0, 8, 18, 0.42),
    0 0 20px hsla(var(--accent-h), 86%, 62%, 0.26) !important;
}

.btn {
  position: relative;
  overflow: hidden;
  transform: translateZ(0);
  transition: transform 0.25s ease, box-shadow 0.25s ease, filter 0.25s ease;
}

.btn::after {
  content: "";
  position: absolute;
  top: -140%;
  left: -20%;
  width: 40%;
  height: 320%;
  transform: rotate(20deg);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.42), rgba(255, 255, 255, 0));
  opacity: 0;
  transition: left 0.35s ease, opacity 0.35s ease;
}

.btn:hover {
  transform: translateY(-2px) scale(1.02);
  filter: saturate(1.08);
}

.btn:hover::after {
  left: 110%;
  opacity: 0.8;
}

.service-orbit-ring .orbit-service {
  backdrop-filter: blur(5px);
}

.service-orbit-ring .orbit-service:nth-child(1) { --accent-h: 205; }
.service-orbit-ring .orbit-service:nth-child(2) { --accent-h: 188; }
.service-orbit-ring .orbit-service:nth-child(3) { --accent-h: 222; }
.service-orbit-ring .orbit-service:nth-child(4) { --accent-h: 266; }
.service-orbit-ring .orbit-service:nth-child(5) { --accent-h: 157; }

/* Real-time risk assessment lab */
.risk-lab-shell {
  display: grid;
  gap: 1rem;
}

.risk-lab-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 1rem;
}

.risk-panel {
  padding: 1rem;
  border-radius: 16px;
  border: 1px solid rgba(81, 143, 192, 0.34);
  background:
    radial-gradient(220px 120px at 0% 0%, rgba(57, 216, 255, 0.12), transparent 72%),
    linear-gradient(170deg, rgba(9, 24, 43, 0.9), rgba(7, 18, 32, 0.84));
  box-shadow: inset 0 1px 0 rgba(179, 232, 255, 0.13), 0 14px 26px rgba(0, 8, 18, 0.28);
}

.risk-panel h3 {
  margin: 0 0 0.8rem;
}

.risk-input-grid {
  display: grid;
  gap: 0.65rem;
}

.risk-input-grid label {
  display: grid;
  gap: 0.4rem;
  font-weight: 700;
}

.risk-user-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.65rem;
  margin-bottom: 0.65rem;
}

.risk-user-grid label {
  display: grid;
  gap: 0.35rem;
  font-weight: 700;
}

.risk-user-grid input,
.risk-user-grid select {
  width: 100%;
  border-radius: 10px;
  border: 1px solid rgba(84, 151, 199, 0.44);
  background: rgba(7, 19, 34, 0.74);
  color: var(--text);
  padding: 0.58rem 0.62rem;
}

.risk-framework-note {
  margin: 0.2rem 0 0.2rem;
  font-size: 0.86rem;
  color: var(--muted);
}

.risk-note {
  margin: 0.65rem 0 0;
  color: #9ec7e4;
  font-size: 0.86rem;
  font-weight: 600;
}

.risk-input-grid input[type="range"] {
  width: 100%;
  accent-color: #39d8ff;
}

.risk-input-grid small {
  color: var(--muted);
  font-weight: 600;
}

.risk-lab-actions {
  display: flex;
  gap: 0.65rem;
  margin-top: 0.9rem;
  flex-wrap: wrap;
}

.risk-lab-shell.assessment-locked .risk-input-grid {
  opacity: 0.45;
  pointer-events: none;
  filter: grayscale(0.1);
}

.risk-results {
  display: grid;
  align-content: start;
  justify-items: center;
}

.risk-report-shell {
  margin-top: 1rem;
  display: grid;
  gap: 1rem;
  padding: 1rem;
  border-radius: 18px;
  border: 1px solid rgba(81, 143, 192, 0.34);
  background:
    radial-gradient(260px 140px at 100% 0%, rgba(57, 216, 255, 0.11), transparent 70%),
    linear-gradient(170deg, rgba(8, 22, 39, 0.92), rgba(6, 15, 28, 0.86));
  box-shadow: inset 0 1px 0 rgba(179, 232, 255, 0.13), 0 14px 26px rgba(0, 8, 18, 0.28);
}

.risk-report-disclosure {
  margin-top: 1rem;
}

.risk-report-disclosure > summary {
  list-style: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.72rem 1rem;
  border-radius: 999px;
  border: 1px solid rgba(81, 143, 192, 0.34);
  background: rgba(8, 22, 39, 0.76);
  color: var(--text);
  font-weight: 800;
  box-shadow: inset 0 1px 0 rgba(179, 232, 255, 0.12);
}

.risk-report-disclosure > summary::-webkit-details-marker {
  display: none;
}

.risk-report-disclosure > summary::after {
  content: "+";
  width: 1.25rem;
  height: 1.25rem;
  display: inline-grid;
  place-items: center;
  border-radius: 50%;
  border: 1px solid rgba(132, 196, 232, 0.4);
  color: #bfeeff;
  font-weight: 800;
}

.risk-report-disclosure[open] > summary::after {
  content: "−";
}

.risk-report-disclosure > summary:focus-visible {
  outline: 3px solid #39d8ff;
  outline-offset: 3px;
}

.risk-report-disclosure[open] .risk-report-shell {
  margin-top: 0.85rem;
}

.risk-report-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

.risk-report-head h3 {
  margin: 0.2rem 0 0.35rem;
}

.risk-report-input {
  display: grid;
  gap: 0.4rem;
  font-weight: 700;
}

.risk-report-input textarea {
  min-height: 260px;
  border-radius: 14px;
  border: 1px solid rgba(84, 151, 199, 0.44);
  background: rgba(7, 19, 34, 0.82);
  color: var(--text);
  padding: 0.8rem 0.9rem;
  resize: vertical;
  font: inherit;
}

.risk-report-output {
  display: grid;
  gap: 0.8rem;
}

.risk-parser-summary {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.risk-summary-chip {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  border-radius: 999px;
  padding: 0.38rem 0.7rem;
  border: 1px solid rgba(97, 155, 204, 0.34);
  background: rgba(10, 27, 47, 0.72);
  color: #dff4ff;
  font-size: 0.8rem;
  font-weight: 700;
  white-space: nowrap;
}

.risk-summary-chip.high {
  border-color: rgba(255, 95, 86, 0.5);
  color: #ffd6d2;
}

.risk-summary-chip.medium {
  border-color: rgba(255, 184, 71, 0.5);
  color: #ffe7be;
}

.risk-summary-chip.low {
  border-color: rgba(58, 252, 143, 0.5);
  color: #dffce9;
}

.risk-parser-preview {
  display: grid;
  gap: 0.6rem;
}

.risk-mini-card {
  display: grid;
  gap: 0.35rem;
  padding: 0.82rem 0.9rem;
  border-radius: 14px;
  border: 1px solid rgba(84, 151, 199, 0.28);
  background: rgba(5, 16, 30, 0.85);
}

.risk-mini-head {
  display: flex;
  justify-content: space-between;
  gap: 0.75rem;
  align-items: center;
}

.risk-mini-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.5;
}

.risk-mini-card small {
  color: #98c5e3;
  font-size: 0.82rem;
}

.risk-pill {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: 0.24rem 0.55rem;
  font-size: 0.76rem;
  font-weight: 800;
  border: 1px solid currentColor;
}

.risk-pill-high {
  color: #ff8f88;
}

.risk-pill-medium {
  color: #ffd37d;
}

.risk-pill-low {
  color: #77f0aa;
}

.risk-empty-state {
  padding: 0.85rem;
  border-radius: 12px;
  border: 1px dashed rgba(132, 181, 218, 0.34);
  color: #9ab7cd;
  background: rgba(5, 16, 30, 0.45);
}

.risk-json-output {
  margin: 0;
  min-height: 260px;
  max-height: 520px;
  overflow: auto;
  padding: 0.9rem;
  border-radius: 14px;
  border: 1px solid rgba(84, 151, 199, 0.44);
  background: rgba(4, 14, 26, 0.92);
  color: #dff4ff;
  white-space: pre-wrap;
  word-break: break-word;
  font-size: 0.92rem;
  line-height: 1.55;
}

.risk-score-ring {
  width: 190px;
  height: 190px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: conic-gradient(#39d8ff 0deg, rgba(57, 216, 255, 0.12) 0deg);
  box-shadow: 0 0 22px rgba(57, 216, 255, 0.2), inset 0 0 16px rgba(57, 216, 255, 0.22);
}

.risk-score-core {
  width: 144px;
  height: 144px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: linear-gradient(160deg, rgba(6, 17, 30, 0.95), rgba(8, 24, 42, 0.92));
  border: 1px solid rgba(102, 172, 220, 0.45);
}

.risk-score-core strong {
  font-size: 2rem;
  line-height: 1;
}

.risk-score-core span {
  margin-top: -0.5rem;
  color: var(--muted);
  font-size: 0.9rem;
}

.risk-status {
  margin: 0.8rem 0 0.5rem;
  font-weight: 800;
  letter-spacing: 0.02em;
}

.risk-metrics {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
  display: grid;
  gap: 0.45rem;
}

.risk-metrics li {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.55rem 0.65rem;
  border-radius: 10px;
  border: 1px solid rgba(78, 138, 184, 0.3);
  background: rgba(8, 22, 40, 0.52);
  font-size: 0.9rem;
}

.risk-metrics strong {
  color: #d7ecff;
}

.theme-light .risk-panel {
  border-color: rgba(132, 168, 198, 0.45);
  background:
    radial-gradient(220px 120px at 0% 0%, rgba(71, 161, 223, 0.14), transparent 72%),
    linear-gradient(170deg, rgba(251, 254, 255, 0.96), rgba(235, 245, 253, 0.92));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.84), 0 12px 20px rgba(73, 116, 147, 0.16);
}

.theme-light .risk-score-core {
  background: linear-gradient(160deg, rgba(250, 254, 255, 0.98), rgba(236, 246, 253, 0.95));
}

.theme-light .risk-user-grid input,
.theme-light .risk-user-grid select {
  background: rgba(255, 255, 255, 0.92);
  border-color: rgba(131, 169, 199, 0.52);
  color: #153553;
}

.theme-light .risk-metrics li {
  background: rgba(255, 255, 255, 0.8);
}

@media (max-width: 980px) {
  .risk-lab-grid {
    grid-template-columns: 1fr;
  }

  .risk-user-grid {
    grid-template-columns: 1fr;
  }

  .risk-report-grid {
    grid-template-columns: 1fr;
  }

  .risk-mini-head {
    flex-direction: column;
    align-items: flex-start;
  }
}

/* Enterprise insights-first home layout (original, inspired direction) */
.insight-home-shell {
  display: grid;
  gap: 1rem;
}

.insight-home-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 1rem;
}

.insight-hero-card,
.insight-feature-card,
.insight-mini-card,
.event-card {
  border-radius: 16px;
  border: 1px solid rgba(74, 132, 178, 0.32);
  background:
    radial-gradient(220px 120px at 0% 0%, rgba(57, 216, 255, 0.14), transparent 72%),
    linear-gradient(170deg, rgba(8, 22, 40, 0.92), rgba(7, 18, 32, 0.84));
  box-shadow: inset 0 1px 0 rgba(176, 231, 255, 0.15), 0 12px 24px rgba(0, 8, 18, 0.3);
}

.insight-hero-card {
  padding: 1.2rem;
}

.insight-hero-card h2 {
  margin: 0.35rem 0 0.65rem;
  font-size: clamp(1.4rem, 2.5vw, 2rem);
}

.insight-hero-card p {
  margin: 0;
  color: var(--muted);
}

.insight-bullets {
  margin: 0.9rem 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.5rem;
}

.insight-bullets li {
  position: relative;
  padding-left: 1.1rem;
  color: #d8ebff;
  font-weight: 600;
}

.insight-bullets li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.46rem;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #25d6ff;
  box-shadow: 0 0 10px rgba(37, 214, 255, 0.55);
}

.insight-feature-card {
  padding: 1.1rem;
  display: grid;
  align-content: start;
  gap: 0.55rem;
}

.insight-feature-card .insight-tag {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #9beaff;
  text-transform: uppercase;
}

.insight-feature-card h3 {
  margin: 0;
  font-size: 1.15rem;
}

.insight-feature-card p {
  margin: 0;
  color: var(--muted);
}

.insight-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.85rem;
}

.insight-mini-card {
  padding: 0.9rem;
  display: grid;
  gap: 0.45rem;
}

.insight-mini-card .insight-mini-type {
  font-size: 0.72rem;
  font-weight: 700;
  color: #91e6ff;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.insight-mini-card h4 {
  margin: 0;
  font-size: 1rem;
}

.insight-mini-card p {
  margin: 0;
  color: var(--muted);
  font-size: 0.9rem;
}

.event-strip-shell {
  display: grid;
  gap: 0.65rem;
}

.event-strip-head h3 {
  margin: 0.2rem 0 0;
  font-size: 1.2rem;
}

.event-strip-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.8rem;
}

.event-card {
  padding: 0.9rem;
  display: grid;
  gap: 0.4rem;
}

.event-date {
  font-size: 0.76rem;
  font-weight: 700;
  color: #9ceaff;
  letter-spacing: 0.05em;
}

.event-card h4 {
  margin: 0;
  font-size: 1rem;
}

.event-card p {
  margin: 0;
  color: var(--muted);
  font-size: 0.9rem;
}

.theme-light .insight-hero-card,
.theme-light .insight-feature-card,
.theme-light .insight-mini-card,
.theme-light .event-card {
  border-color: rgba(131, 167, 197, 0.44);
  background:
    radial-gradient(220px 120px at 0% 0%, rgba(71, 161, 223, 0.14), transparent 72%),
    linear-gradient(170deg, rgba(251, 254, 255, 0.96), rgba(235, 245, 253, 0.92));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.84), 0 10px 20px rgba(73, 116, 147, 0.16);
}

.theme-light .insight-bullets li {
  color: #163b5a;
}

@media (max-width: 980px) {
  .insight-home-grid {
    grid-template-columns: 1fr;
  }

  .insight-card-grid,
  .event-strip-grid {
    grid-template-columns: 1fr;
  }
}
