:root {
  --vx-bg: #143866;
  --vx-panel: rgba(255, 255, 255, 0.12);
  --vx-line: rgba(219, 236, 255, 0.22);
  --vx-cream: #d9ecff;
  --vx-orange: #38bdf8;
  --vx-purple: #7c8cff;
  --vx-white: #ffffff;
  --vx-muted: rgba(232, 243, 255, 0.72);
  --vx-radius: 8px;
}

html {
  scroll-behavior: smooth;
}

body.vexus-public {
  background: var(--vx-bg);
  color: var(--vx-white);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: 0;
}

.vexus-public a {
  text-decoration: none;
}

.vx-main {
  overflow: hidden;
}

#header.vx-header {
  background: transparent;
  padding: 18px 0;
}

#header.vx-header.header-scrolled {
  background: rgba(15, 48, 88, 0.84);
  backdrop-filter: blur(18px);
  padding: 12px 0;
}

.vx-nav-shell {
  align-items: center;
  display: grid;
  gap: 18px;
  grid-template-columns: 1fr auto 1fr;
  margin: 0 auto;
  max-width: 1280px;
  padding: 0 36px;
}

.vx-brand {
  align-items: center;
  color: #fff;
  display: inline-flex;
  gap: 10px;
  font-weight: 900;
  justify-self: start;
}

.vx-brand:hover {
  color: #fff;
}

.vx-brand img {
  height: 38px;
  object-fit: contain;
  width: 38px;
}

.vx-brand span {
  color: #fff;
}

.vx-navbar > ul {
  align-items: center;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid var(--vx-line);
  border-radius: 999px;
  display: flex;
  gap: 4px;
  padding: 6px;
}

.vx-navbar a,
.vx-navbar a:focus {
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.74);
  font-size: 13px;
  font-weight: 700;
  padding: 10px 15px;
  text-transform: none;
}

.vx-navbar a:hover,
.vx-navbar .active {
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
}

.vx-navbar .dropdown ul {
  background: rgba(18, 54, 96, 0.96);
  border: 1px solid var(--vx-line);
  border-radius: 8px;
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.34);
}

.vx-navbar .dropdown ul a {
  color: rgba(255, 255, 255, 0.78);
}

.vx-login {
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
  color: #fff !important;
  font-size: 13px;
  font-weight: 800;
  justify-self: end;
  padding: 12px 22px;
}

.vx-admin-login-mobile {
  display: none;
}

.mobile-nav-toggle {
  color: #fff;
}

.vx-scriptix-hero {
  background:
    linear-gradient(102deg, #123864 0%, #17477d 48%, #315fa1 100%);
  min-height: 100vh;
  overflow: hidden;
  padding: 130px 54px 52px;
  position: relative;
}

#hero.vx-scriptix-hero {
  align-items: stretch;
  background:
    linear-gradient(102deg, #123864 0%, #17477d 48%, #315fa1 100%) !important;
  background-attachment: scroll !important;
  background-image:
    linear-gradient(102deg, #123864 0%, #17477d 48%, #315fa1 100%) !important;
  display: block;
  height: auto;
  justify-content: initial;
  padding: 0 54px 52px !important;
}

#hero.vx-scriptix-hero:before,
#hero.vx-scriptix-hero:after {
  content: none !important;
}

.vx-hero-noise {
  background-image:
    linear-gradient(rgba(255,255,255,0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.02) 1px, transparent 1px);
  background-size: 42px 42px;
  inset: 0;
  opacity: 0.42;
  pointer-events: none;
  position: absolute;
}

.vx-spotlight {
  background:
    linear-gradient(105deg, transparent 0 52%, rgba(147, 197, 253, 0.24) 62%, rgba(56, 189, 248, 0.36) 72%, transparent 88%),
    radial-gradient(ellipse at 75% -12%, rgba(191, 219, 254, 0.62), transparent 36%);
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.vx-hero-shell {
  align-items: center;
  display: grid;
  gap: 70px;
  grid-template-columns: minmax(420px, 0.92fr) minmax(460px, 1.08fr);
  margin: 0 auto;
  max-width: 1280px;
  min-height: calc(100vh - 230px);
  position: relative;
  z-index: 1;
}

.vx-hero-left,
.vx-hero-right {
  min-width: 0;
}

.vx-hero-badge {
  align-items: center;
  background: rgba(219, 236, 255, 0.14);
  border: 1px solid rgba(219, 236, 255, 0.24);
  border-radius: 999px;
  color: rgba(238, 247, 255, 0.92);
  display: inline-flex;
  font-size: 13px;
  gap: 8px;
  margin: 42px 0 28px;
  padding: 10px 14px;
}

.vx-hero-left h1,
#hero.vx-scriptix-hero h1 {
  color: #fff;
  font-size: clamp(42px, 4vw, 58px);
  font-weight: 500;
  letter-spacing: 0;
  line-height: 0.96;
  margin: 0;
}

.vx-hero-left h1 span {
  color: #fff;
}

.vx-hero-left h1 span:before,
.vx-hero-left h1 span:after {
  color: var(--vx-purple);
}

.vx-hero-left p {
  color: var(--vx-muted);
  font-size: 17px;
  line-height: 1.6;
  margin: 28px 0 0;
  max-width: 560px;
}

.vx-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 34px;
}

.vx-btn {
  align-items: center;
  border-radius: 999px;
  display: inline-flex;
  font-weight: 800;
  gap: 10px;
  justify-content: center;
  min-height: 50px;
  padding: 14px 28px;
  transition: transform .2s ease, background .2s ease;
}

.vx-btn:hover {
  transform: translateY(-2px);
}

.vx-btn-white {
  background: #fff;
  color: #123864 !important;
}

.vx-btn-dark {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.22);
  color: #fff !important;
}

.vx-hero-right {
  min-height: 520px;
  position: relative;
}

.vx-code-window {
  background: rgba(24, 67, 116, 0.76);
  border: 1px solid rgba(219, 236, 255, 0.28);
  border-radius: 8px;
  box-shadow: 0 38px 110px rgba(0, 0, 0, 0.42);
  margin-left: 70px;
  overflow: hidden;
  width: min(560px, 100%);
}

.vx-window-top {
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  display: flex;
  justify-content: space-between;
  padding: 16px 18px;
}

.vx-window-top span {
  display: inline-flex;
  gap: 8px;
}

.vx-window-top span i {
  border-radius: 50%;
  height: 10px;
  width: 10px;
}

.vx-window-top span i:nth-child(1) { background: #ff5a61; }
.vx-window-top span i:nth-child(2) { background: #f9d66d; }
.vx-window-top span i:nth-child(3) { background: #61d681; }

.vx-window-top div {
  display: inline-flex;
  gap: 10px;
}

.vx-window-top div i {
  align-items: center;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  color: rgba(255, 255, 255, 0.6);
  display: inline-flex;
  height: 28px;
  justify-content: center;
  width: 28px;
}

.vx-code-window pre,
.vx-css-card pre {
  color: rgba(255, 255, 255, 0.72);
  font-family: "Fira Code", Consolas, monospace;
  font-size: 14px;
  line-height: 1.6;
  margin: 0;
  padding: 30px 36px;
  white-space: pre-wrap;
}

.vx-editor-toolbar {
  align-items: center;
  background: rgba(0, 0, 0, 0.22);
  display: flex;
  gap: 16px;
  padding: 12px 34px 18px;
}

.vx-editor-toolbar span {
  background: rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  padding: 6px 12px;
}

.vx-css-card {
  background: rgba(35, 83, 144, 0.84);
  border: 1px solid rgba(219, 236, 255, 0.24);
  border-radius: 8px;
  bottom: 54px;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.36);
  position: absolute;
  right: 0;
  width: 370px;
}

.vx-css-card pre {
  padding: 22px 28px;
}

.vx-lock-node {
  align-items: center;
  background: rgba(56, 189, 248, 0.13);
  border: 1px solid rgba(219, 236, 255, 0.28);
  border-radius: 8px;
  bottom: 64px;
  color: var(--vx-cream);
  display: inline-flex;
  flex-direction: column;
  font-size: 30px;
  height: 86px;
  justify-content: center;
  left: 0;
  position: absolute;
  width: 94px;
}

.vx-lock-node span {
  background: linear-gradient(90deg, #38bdf8, #d9ecff);
  border-radius: 999px;
  height: 10px;
  margin-top: 8px;
  width: 50px;
}

.vx-hero-bottom {
  align-items: end;
  bottom: 28px;
  display: grid;
  gap: 22px;
  grid-template-columns: 1fr minmax(360px, 740px) 1fr;
  left: 54px;
  position: absolute;
  right: 54px;
  z-index: 2;
}

.vx-social-strip span,
.vx-scroll-cue {
  color: rgba(255, 255, 255, 0.7);
  display: block;
  font-size: 12px;
  margin-bottom: 8px;
}

.vx-social-strip a {
  align-items: center;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 50%;
  color: #fff;
  display: inline-flex;
  height: 30px;
  justify-content: center;
  margin-right: 6px;
  width: 30px;
}

.vx-cookie-card {
  align-items: center;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  display: grid;
  gap: 14px;
  grid-template-columns: 36px 1fr auto auto;
  padding: 14px 16px;
}

.vx-cookie-card i {
  align-items: center;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  color: var(--vx-cream);
  display: inline-flex;
  height: 36px;
  justify-content: center;
  width: 36px;
}

.vx-cookie-card p {
  color: rgba(255, 255, 255, 0.66);
  font-size: 12px;
  line-height: 1.35;
  margin: 0;
}

.vx-cookie-card button {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  color: #fff;
  font-weight: 800;
  min-width: 108px;
  padding: 12px 18px;
}

.vx-cookie-card button.is-accept {
  background: #fff;
  color: #123864;
}

.vx-scroll-cue {
  align-items: center;
  display: flex;
  gap: 10px;
  justify-content: flex-end;
  margin: 0;
}

.vx-scroll-cue i {
  align-items: center;
  background: rgba(124, 140, 255, 0.32);
  border-radius: 50%;
  color: #fff;
  display: inline-flex;
  height: 30px;
  justify-content: center;
  width: 30px;
}

.vx-proof-section,
.vx-dark-section,
.vx-solution-section,
.vx-consult-section,
.vx-contact-band {
  padding: 92px 46px;
  position: relative;
}

.vx-proof-section {
  background:
    linear-gradient(115deg, rgba(25, 70, 123, 0.98) 0%, rgba(20, 53, 96, 1) 48%, rgba(37, 82, 142, 1) 100%);
  overflow: hidden;
}

.vx-proof-section:before {
  background:
    linear-gradient(90deg, rgba(255,255,255,0.04) 1px, transparent 1px),
    linear-gradient(rgba(255,255,255,0.03) 1px, transparent 1px);
  background-size: 52px 52px;
  content: "";
  inset: 0;
  opacity: 0.22;
  pointer-events: none;
  position: absolute;
}

.vx-proof-grid {
  align-items: center;
  display: grid;
  gap: 58px;
  grid-template-columns: minmax(0, 1fr) minmax(420px, 0.92fr);
  margin: 0 auto;
  max-width: 1180px;
  position: relative;
  z-index: 1;
}

.vx-proof-copy h2 {
  color: #fff;
  font-size: clamp(42px, 5.8vw, 82px);
  font-weight: 500;
  letter-spacing: 0;
  line-height: 0.98;
  margin: 0;
  max-width: 760px;
}

.vx-proof-copy p {
  color: var(--vx-muted);
  font-size: 18px;
  line-height: 1.7;
  margin: 28px 0 0;
  max-width: 640px;
}

.vx-kicker,
.vx-section-heading span {
  color: #fff;
  display: block;
  font-size: 16px;
  margin-bottom: 24px;
}

.vx-proof-points {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 34px;
}

.vx-proof-points div {
  background: rgba(255, 255, 255, 0.065);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  min-height: 176px;
  padding: 22px;
}

.vx-proof-points i {
  align-items: center;
  background: rgba(124, 140, 255, 0.18);
  border: 1px solid rgba(124, 140, 255, 0.34);
  border-radius: 8px;
  color: var(--vx-cream);
  display: inline-flex;
  font-size: 22px;
  height: 42px;
  justify-content: center;
  width: 42px;
}

.vx-proof-points strong {
  color: #fff;
  display: block;
  font-size: 18px;
  margin: 18px 0 8px;
}

.vx-proof-points span {
  color: rgba(255, 255, 255, 0.62);
  display: block;
  line-height: 1.55;
}

.vx-delivery-panel {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.32);
  overflow: hidden;
}

.vx-delivery-head {
  align-items: center;
  background: rgba(255, 255, 255, 0.08);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  color: #fff;
  display: flex;
  justify-content: space-between;
  padding: 18px 20px;
}

.vx-delivery-head span {
  display: flex;
  gap: 8px;
}

.vx-delivery-head i {
  background: var(--vx-orange);
  border-radius: 50%;
  display: block;
  height: 10px;
  width: 10px;
}

.vx-delivery-head i:nth-child(2) {
  background: var(--vx-cream);
}

.vx-delivery-head i:nth-child(3) {
  background: #39d98a;
}

.vx-stack-flow {
  display: grid;
  gap: 1px;
  background: rgba(255, 255, 255, 0.1);
}

.vx-stack-flow div {
  align-items: center;
  background: rgba(17, 48, 88, 0.92);
  display: grid;
  gap: 14px;
  grid-template-columns: 52px minmax(0, 0.7fr) minmax(0, 1fr);
  padding: 20px;
}

.vx-stack-flow span {
  align-items: center;
  background: rgba(219, 236, 255, 0.13);
  border: 1px solid rgba(219, 236, 255, 0.24);
  border-radius: 8px;
  color: var(--vx-cream);
  display: inline-flex;
  font-weight: 900;
  height: 42px;
  justify-content: center;
  width: 42px;
}

.vx-stack-flow strong {
  color: #fff;
  font-size: 20px;
}

.vx-stack-flow small {
  color: rgba(255, 255, 255, 0.58);
  font-size: 14px;
  line-height: 1.5;
}

.vx-system-signal {
  padding: 24px;
}

.vx-system-signal > div {
  align-items: flex-start;
  display: flex;
  gap: 10px;
  flex-direction: column;
}

.vx-system-signal small {
  color: var(--vx-cream);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.vx-system-signal strong {
  color: #fff;
  font-size: 28px;
  line-height: 1.1;
}

.vx-system-signal ul {
  display: grid;
  gap: 12px;
  list-style: none;
  margin: 22px 0 0;
  padding: 0;
}

.vx-system-signal li {
  align-items: center;
  color: rgba(255, 255, 255, 0.72);
  display: flex;
  gap: 10px;
}

.vx-system-signal li i {
  color: #39d98a;
}

.vx-dark-section {
  background: #163c6d;
}

.vx-section-heading {
  margin: 0 auto 42px;
  max-width: 780px;
  text-align: center;
}

.vx-section-heading h2,
.vx-solution-grid h2,
.vx-contact-inner h2 {
  color: #fff;
  font-size: clamp(38px, 5vw, 72px);
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.02;
}

.vx-section-heading p,
.vx-solution-grid p,
.vx-contact-inner p {
  color: var(--vx-muted);
  font-size: 17px;
  line-height: 1.7;
}

.vx-service-grid,
.vx-pricing-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 0 auto;
  max-width: 1180px;
}

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

.vx-dark-card {
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  min-height: 240px;
  padding: 28px;
}

.vx-dark-card.is-featured {
  background: rgba(124, 140, 255, 0.17);
  border-color: rgba(124, 140, 255, 0.36);
}

.vx-dark-card i {
  color: var(--vx-cream);
  font-size: 34px;
}

.vx-dark-card h3 {
  color: #fff;
  font-size: 23px;
  font-weight: 600;
  margin: 28px 0 12px;
}

.vx-dark-card strong {
  color: var(--vx-cream);
  display: block;
  font-size: 24px;
  margin-bottom: 16px;
}

.vx-dark-card p {
  color: var(--vx-muted);
  margin: 0;
}

.vx-solution-section,
.vx-contact-band {
  background: linear-gradient(135deg, #1b4b86, #133866);
}

.vx-consult-section {
  background:
    radial-gradient(circle at 82% 10%, rgba(147, 197, 253, 0.24), transparent 30%),
    linear-gradient(135deg, #194678, #2d65a8);
}

.vx-consult-panel {
  align-items: center;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  box-shadow: 0 28px 80px rgba(7, 22, 42, 0.24);
  display: grid;
  gap: 42px;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.78fr);
  margin: 0 auto;
  max-width: 1180px;
  padding: 38px;
}

.vx-consult-panel h2 {
  color: #fff;
  font-size: clamp(36px, 4.2vw, 64px);
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.02;
  margin: 0;
}

.vx-consult-panel p {
  color: var(--vx-muted);
  font-size: 17px;
  line-height: 1.7;
  margin: 22px 0 28px;
  max-width: 760px;
}

.vx-consult-steps {
  display: grid;
  gap: 12px;
}

.vx-consult-steps div {
  align-items: center;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  display: grid;
  gap: 14px;
  grid-template-columns: 54px 1fr;
  padding: 18px;
}

.vx-consult-steps strong {
  align-items: center;
  background: rgba(219, 236, 255, 0.13);
  border-radius: 8px;
  color: var(--vx-orange);
  display: inline-flex;
  font-size: 18px;
  height: 44px;
  justify-content: center;
  width: 44px;
}

.vx-consult-steps span {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}

.vx-solution-grid,
.vx-contact-inner {
  align-items: center;
  display: grid;
  gap: 54px;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 1.1fr);
  margin: 0 auto;
  max-width: 1180px;
}

.vx-terminal-stack {
  display: grid;
  gap: 14px;
}

.vx-terminal-stack div {
  align-items: center;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  display: flex;
  gap: 18px;
  padding: 20px;
}

.vx-terminal-stack strong {
  color: var(--vx-orange);
  font-size: 28px;
}

.vx-terminal-stack span {
  color: #fff;
  font-size: 20px;
}

.vx-contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: flex-end;
}

.vx-footer {
  background: #102d52;
  color: var(--vx-muted);
}

#footer.vx-footer {
  background: #102d52;
  color: var(--vx-muted);
}

.vx-footer-top {
  padding: 68px 0 44px;
}

.vx-footer-grid {
  display: grid;
  gap: 34px;
  grid-template-columns: 1.5fr 0.8fr 0.8fr 1fr;
}

.vx-footer-brand img {
  height: 54px;
  margin-bottom: 18px;
  object-fit: contain;
}

.vx-footer h4 {
  color: #fff;
  font-size: 15px;
  font-weight: 900;
  margin: 0 0 16px;
}

.vx-footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.vx-footer li {
  margin-bottom: 10px;
}

.vx-footer a {
  color: rgba(255, 255, 255, 0.72);
}

.vx-footer a:hover {
  color: #fff;
}

.vx-social {
  display: flex;
  gap: 10px;
  margin-top: 18px;
}

.vx-social a {
  align-items: center;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 50%;
  display: inline-flex;
  height: 38px;
  justify-content: center;
  width: 38px;
}

.vx-footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 18px 0;
}

.vx-footer-bottom .container {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.vx-legal-hero {
  background: #143866;
  color: #fff;
  padding: 150px 0 68px;
}

.vx-legal-hero h1 {
  color: #fff;
  font-size: 54px;
}

.vx-legal-card {
  background: #fff;
  border-radius: 8px;
  color: #123864;
  margin: -34px auto 80px;
  max-width: 980px;
  padding: 42px;
  position: relative;
}

.vx-legal-hero p {
  color: rgba(232, 243, 255, 0.76);
  font-size: 18px;
  line-height: 1.7;
  margin: 18px 0 0;
  max-width: 760px;
}

.vx-legal-fallback h3 {
  color: #123864;
  font-size: 22px;
  margin: 28px 0 10px;
}

.vx-legal-fallback p {
  color: #4b5f78;
  line-height: 1.75;
}

.vx-about-page {
  background: #f3f8ff;
  padding: 80px 0;
}

.vx-about-grid {
  align-items: center;
  display: grid;
  gap: 46px;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.86fr);
}

.vx-about-copy h2 {
  color: #123864;
  font-size: clamp(38px, 5vw, 68px);
  font-weight: 650;
  letter-spacing: 0;
  line-height: 1;
  margin: 0 0 24px;
}

.vx-about-copy p {
  color: #52657e;
  font-size: 17px;
  line-height: 1.78;
}

.vx-about-panel {
  background: #fff;
  border: 1px solid #dbeafe;
  border-radius: 8px;
  box-shadow: 0 24px 70px rgba(29, 78, 216, 0.12);
  overflow: hidden;
}

.vx-about-panel div {
  align-items: center;
  border-bottom: 1px solid #e6eef8;
  display: grid;
  gap: 18px;
  grid-template-columns: 58px minmax(0, 1fr);
  padding: 24px;
}

.vx-about-panel div:last-child {
  border-bottom: 0;
}

.vx-about-panel strong {
  align-items: center;
  background: #eaf3ff;
  border-radius: 8px;
  color: #2563eb;
  display: inline-flex;
  font-weight: 950;
  height: 44px;
  justify-content: center;
  width: 44px;
}

.vx-about-panel span {
  color: #123864;
  font-size: 18px;
  font-weight: 750;
  line-height: 1.35;
}

.vx-about-values {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 46px;
}

.vx-about-values div {
  background: #fff;
  border: 1px solid #dbeafe;
  border-radius: 8px;
  padding: 28px;
}

.vx-about-values i {
  align-items: center;
  background: linear-gradient(135deg, #2563eb, #38bdf8);
  border-radius: 8px;
  color: #fff;
  display: inline-flex;
  font-size: 24px;
  height: 48px;
  justify-content: center;
  width: 48px;
}

.vx-about-values h3 {
  color: #123864;
  font-size: 24px;
  margin: 22px 0 12px;
}

.vx-about-values p {
  color: #52657e;
  line-height: 1.65;
  margin: 0;
}

.back-to-top {
  background: var(--vx-purple);
  border-radius: 8px;
}

@media (max-width: 1199px) {
  .vx-nav-shell,
  .vx-hero-shell,
  .vx-proof-grid,
  .vx-about-grid,
  .vx-solution-grid,
  .vx-consult-panel,
  .vx-contact-inner {
    grid-template-columns: minmax(0, 1fr);
  }

  .vx-navbar {
    justify-self: start;
  }

  .vx-login {
    justify-self: start;
  }

  .vx-hero-right {
    min-height: 470px;
  }

  .vx-service-grid,
  .vx-pricing-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .vx-delivery-panel {
    max-width: 760px;
  }

  .vx-hero-bottom {
    bottom: auto;
    grid-template-columns: 1fr;
    left: auto;
    margin: 40px auto 0;
    max-width: 920px;
    position: relative;
    right: auto;
  }

  .vx-scroll-cue {
    justify-content: flex-start;
  }
}

@media (max-width: 991px) {
  .vx-nav-shell {
    grid-template-columns: minmax(0, 1fr) auto auto;
    padding: 0 22px;
  }

  .vx-brand span {
    font-size: 14px;
  }

  .vx-navbar {
    justify-self: end;
  }

  .vx-navbar .mobile-nav-toggle {
    align-items: center;
    border-radius: 8px;
    cursor: pointer;
    display: inline-flex;
    height: 44px;
    justify-content: center;
    line-height: 1;
    position: relative;
    width: 44px;
    z-index: 10001;
  }

  .vx-navbar ul {
    display: none;
  }

  .vx-login {
    align-items: center;
    background: #ffffff;
    border-color: rgba(191, 219, 254, 0.92);
    border-radius: 8px;
    box-shadow: 0 12px 28px rgba(15, 23, 42, 0.16);
    color: #0f172a !important;
    display: inline-flex;
    font-size: 12px;
    justify-content: center;
    min-height: 42px;
    padding: 10px 13px;
    white-space: nowrap;
  }

  .vx-navbar.navbar-mobile ul {
    background: rgba(18, 54, 96, 0.98);
    border: 1px solid var(--vx-line);
    border-radius: 8px;
    display: block;
    left: 18px;
    padding: 18px;
    position: fixed;
    right: 18px;
    top: 78px;
  }

  .vx-service-grid,
  .vx-pricing-grid,
  .vx-footer-grid {
    grid-template-columns: 1fr;
  }

  .vx-cookie-card {
    grid-template-columns: 36px 1fr;
  }
}

@media (max-width: 767px) {
  .vx-scriptix-hero {
    padding: 122px 22px 42px;
  }

  #hero.vx-scriptix-hero {
    padding: 122px 22px 42px !important;
  }

  .vx-hero-shell {
    gap: 42px;
    min-height: auto;
  }

  .vx-hero-badge {
    margin-top: 0;
  }

  .vx-hero-left h1,
  #hero.vx-scriptix-hero h1 {
    font-size: clamp(32px, 8.7vw, 36px);
    line-height: 1.02;
    max-width: 100%;
  }

  .vx-code-window {
    margin-left: 0;
  }

  .vx-css-card {
    margin-top: 14px;
    position: static;
    width: 100%;
  }

  .vx-lock-node {
    display: none;
  }

  .vx-proof-section,
  .vx-dark-section,
  .vx-solution-section,
  .vx-consult-section,
  .vx-contact-band {
    padding: 70px 22px;
  }

  .vx-proof-copy h2 {
    font-size: 40px;
  }

  .vx-proof-points {
    grid-template-columns: 1fr;
  }

  .vx-about-values {
    grid-template-columns: 1fr;
  }

  .vx-stack-flow div {
    align-items: flex-start;
    grid-template-columns: 42px minmax(0, 1fr);
  }

  .vx-stack-flow small {
    grid-column: 2;
  }

  .vx-footer-bottom .container {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }
}

/* Mobile repair and clearer Vexus card color system. */
html,
body.vexus-public {
  overflow-x: hidden;
}

.vx-proof-points div:nth-child(4n+1),
.vx-about-values div:nth-child(4n+1) {
  background: #eff6ff;
  border-color: #93c5fd;
}

.vx-proof-points div:nth-child(4n+2),
.vx-about-values div:nth-child(4n+2) {
  background: #ecfdf5;
  border-color: #86efac;
}

.vx-proof-points div:nth-child(4n+3),
.vx-about-values div:nth-child(4n+3) {
  background: #fff7ed;
  border-color: #fdba74;
}

.vx-proof-points div:nth-child(4n+4),
.vx-about-values div:nth-child(4n+4) {
  background: #f5f3ff;
  border-color: #c4b5fd;
}

.vx-proof-points div,
.vx-about-values div {
  box-shadow: 0 16px 34px rgba(15, 23, 42, 0.08);
}

.vx-proof-points strong,
.vx-proof-points span,
.vx-about-values h3,
.vx-about-values p {
  color: #102033;
}

.vx-dark-card {
  background: #ffffff;
  border: 1px solid #dbeafe;
  border-top: 5px solid #2563eb;
  box-shadow: 0 20px 46px rgba(3, 7, 18, 0.22);
  color: #102033;
}

.vx-dark-card:nth-child(4n+2) {
  border-top-color: #0f766e;
}

.vx-dark-card:nth-child(4n+3) {
  border-top-color: #f59e0b;
}

.vx-dark-card:nth-child(4n+4) {
  border-top-color: #7c3aed;
}

.vx-dark-card h3,
.vx-dark-card strong,
.vx-dark-card p {
  color: #102033;
}

.vx-dark-card i {
  background: #eff6ff;
  color: #2563eb;
}

.vx-dark-card:nth-child(4n+2) i {
  background: #ecfdf5;
  color: #0f766e;
}

.vx-dark-card:nth-child(4n+3) i {
  background: #fff7ed;
  color: #b45309;
}

.vx-dark-card:nth-child(4n+4) i {
  background: #f5f3ff;
  color: #7c3aed;
}

.vx-delivery-panel,
.vx-terminal-stack,
.vx-consult-panel,
.vx-contact-inner {
  box-shadow: 0 24px 56px rgba(3, 7, 18, 0.18);
}

.vx-terminal-stack div:nth-child(4n+1) {
  background: #eff6ff;
  border-color: #93c5fd;
}

.vx-terminal-stack div:nth-child(4n+2) {
  background: #ecfdf5;
  border-color: #86efac;
}

.vx-terminal-stack div:nth-child(4n+3) {
  background: #fff7ed;
  border-color: #fdba74;
}

.vx-terminal-stack div:nth-child(4n+4) {
  background: #f5f3ff;
  border-color: #c4b5fd;
}

.vx-terminal-stack div,
.vx-terminal-stack span {
  color: #102033;
}

@media (max-width: 991px) {
  body.vexus-public [data-aos],
  body.vexus-public [data-aos].aos-init,
  body.vexus-public [data-aos].aos-animate {
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }

  .vx-navbar.navbar-mobile ul {
    max-height: calc(100vh - 96px);
    overflow-y: auto;
  }
}

.vexus-front-nav-backdrop {
  display: none;
}

@media (max-width: 991px) {
  body.vexus-public.vexus-nav-open {
    overflow: hidden !important;
  }

  body.vexus-public .vexus-front-nav-backdrop {
    background: rgba(9, 24, 44, 0.62);
    border: 0;
    bottom: 0;
    cursor: pointer;
    display: none;
    left: 0;
    opacity: 1 !important;
    padding: 0;
    pointer-events: none;
    position: fixed;
    right: 0;
    top: 0;
    transition: none !important;
    z-index: 9990;
  }

  body.vexus-public.vexus-nav-open .vexus-front-nav-backdrop {
    display: block;
    opacity: 1 !important;
    pointer-events: auto;
  }

  body.vexus-public .vx-header {
    z-index: 10020 !important;
  }

  body.vexus-public .vx-navbar .mobile-nav-toggle {
    align-items: center !important;
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid rgba(191, 219, 254, 0.9);
    border-radius: 8px;
    box-shadow: 0 14px 34px rgba(15, 23, 42, 0.18);
    color: #0f172a;
    display: inline-flex !important;
    height: 44px !important;
    justify-content: center !important;
    line-height: 1 !important;
    position: fixed !important;
    right: 22px !important;
    top: 18px !important;
    width: 44px !important;
    z-index: 10045 !important;
  }

  body.vexus-public .vx-navbar > ul {
    align-content: start;
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(240, 247, 255, 0.98)) !important;
    border: 1px solid #bfdbfe !important;
    border-radius: 8px !important;
    box-shadow: 0 28px 80px rgba(9, 24, 44, 0.35) !important;
    box-sizing: border-box;
    display: none !important;
    gap: 8px;
    grid-auto-rows: min-content;
    height: calc(100dvh - 96px) !important;
    inset: 78px 16px 18px 16px !important;
    list-style: none;
    margin: 0 !important;
    max-height: none !important;
    opacity: 1 !important;
    overflow-x: hidden;
    overflow-y: auto !important;
    padding: 14px !important;
    pointer-events: none;
    position: fixed !important;
    transform: none !important;
    transition: none !important;
    visibility: visible !important;
    z-index: 10035 !important;
  }

  body.vexus-public .vx-navbar.navbar-mobile > ul,
  body.vexus-public.vexus-nav-open .vx-navbar > ul {
    display: grid !important;
    opacity: 1 !important;
    pointer-events: auto;
    transform: none !important;
    visibility: visible !important;
  }

  body.vexus-public .vx-navbar > ul > li {
    margin: 0;
    width: 100%;
  }

  body.vexus-public .vx-navbar > ul > li.vx-admin-login-mobile {
    display: block;
  }

  body.vexus-public .vx-navbar > ul > li > a,
  body.vexus-public .vx-navbar > ul > li > a:focus {
    align-items: center;
    background: #ffffff;
    border: 1px solid #dbeafe;
    border-radius: 8px;
    color: #0f172a !important;
    display: flex;
    font-size: 15px;
    font-weight: 900;
    justify-content: space-between;
    min-height: 48px;
    opacity: 1 !important;
    padding: 12px 14px !important;
    position: relative !important;
    transform: none !important;
    visibility: visible !important;
    width: 100%;
  }

  body.vexus-public .vx-navbar > ul > li > a:hover,
  body.vexus-public .vx-navbar > ul > li > a.active {
    background: #eff6ff;
    color: #1d4ed8 !important;
  }

  body.vexus-public .vx-navbar > ul > li > a.vx-admin-login-link,
  body.vexus-public .vx-navbar > ul > li > a.vx-admin-login-link:focus {
    background: #1d4ed8;
    border-color: #1d4ed8;
    color: #ffffff !important;
  }

  body.vexus-public .vx-navbar .dropdown > ul {
    background: #eef7ff !important;
    border: 1px solid #dbeafe;
    border-radius: 8px;
    box-shadow: none;
    display: none !important;
    left: auto;
    margin: 8px 0 0 !important;
    opacity: 1;
    padding: 8px !important;
    position: static !important;
    right: auto;
    top: auto;
    transform: none;
    visibility: visible;
  }

  body.vexus-public .vx-navbar .dropdown.vexus-dropdown-open > ul {
    display: grid !important;
    gap: 6px;
  }

  body.vexus-public .vx-navbar .dropdown > ul a {
    background: #ffffff;
    border-radius: 8px;
    color: #1e3a8a !important;
    padding: 11px 12px !important;
  }
}

@media (max-width: 430px) {
  .vx-nav-shell {
    gap: 10px;
    padding: 0 16px;
  }

  .vx-brand {
    gap: 8px;
    min-width: 0;
  }

  .vx-brand img {
    height: 34px;
    width: 34px;
  }

  .vx-brand span {
    font-size: 12px;
    max-width: 86px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .vx-login {
    font-size: 11px;
    min-height: 38px;
    padding: 9px 10px;
  }
}

@media (max-width: 767px) {
  .vx-nav-shell {
    padding: 0 18px;
  }

  .vx-scriptix-hero,
  #hero.vx-scriptix-hero,
  .vx-proof-section,
  .vx-dark-section,
  .vx-solution-section,
  .vx-consult-section,
  .vx-contact-band {
    padding-left: 18px !important;
    padding-right: 18px !important;
  }

  .vx-hero-shell,
  .vx-proof-grid,
  .vx-solution-grid,
  .vx-consult-panel,
  .vx-contact-inner {
    gap: 24px;
    width: 100%;
  }

  .vx-hero-left h1,
  #hero.vx-scriptix-hero h1 {
    font-size: clamp(31px, 9.4vw, 38px);
    overflow-wrap: anywhere;
  }

  .vx-hero-left p,
  .vx-section-heading p,
  .vx-proof-copy p,
  .vx-solution-grid p,
  .vx-consult-panel p,
  .vx-contact-inner p {
    font-size: 15px;
    line-height: 1.65;
  }

  .vx-hero-actions,
  .vx-contact-actions {
    align-items: stretch;
    display: grid;
    gap: 12px;
  }

  .vx-btn {
    justify-content: center;
    max-width: 100%;
    min-height: 52px;
    text-align: center;
    white-space: normal;
    width: 100%;
  }

  .vx-hero-right {
    min-height: auto;
  }

  .vx-code-window,
  .vx-css-card,
  .vx-delivery-panel,
  .vx-terminal-stack,
  .vx-consult-panel,
  .vx-contact-inner,
  .vx-dark-card,
  .vx-proof-points div,
  .vx-about-values div {
    border-radius: 8px;
    margin-left: 0;
    margin-right: 0;
    max-width: 100%;
    width: 100%;
  }

  .vx-code-window pre {
    max-height: 360px;
    overflow: auto;
  }

  .vx-css-card {
    padding: 16px;
  }

  .vx-proof-copy h2,
  .vx-section-heading h2,
  .vx-solution-grid h2,
  .vx-consult-panel h2,
  .vx-contact-inner h2 {
    font-size: clamp(28px, 8vw, 36px);
    line-height: 1.08;
    overflow-wrap: anywhere;
  }

  .vx-proof-points div,
  .vx-dark-card,
  .vx-about-values div {
    padding: 22px;
  }

  .vx-cookie-card {
    align-items: stretch;
    grid-template-columns: 1fr;
    padding: 18px;
  }

  .vx-cookie-card i {
    height: 40px;
    width: 40px;
  }

  .vx-cookie-card button {
    width: 100%;
  }

  .vx-terminal-stack {
    gap: 12px;
  }

  .vx-terminal-stack div {
    grid-template-columns: 46px minmax(0, 1fr);
  }

  .vx-terminal-stack span,
  .vx-stack-flow strong,
  .vx-stack-flow small {
    min-width: 0;
    overflow-wrap: anywhere;
  }

  .vx-footer-grid {
    gap: 22px;
  }
}

/* Vexus 2026 mobile repair: final public overrides. */
.vx-mobile-hero-console {
  display: none;
}

.vx-cookie-card[hidden] {
  display: none !important;
}

@media (max-width: 767px) {
  .vexus-public {
    overflow-x: hidden;
  }

  #hero.vx-scriptix-hero,
  .vx-scriptix-hero {
    background:
      radial-gradient(circle at 18% 12%, rgba(34, 197, 94, 0.28), transparent 28%),
      radial-gradient(circle at 84% 18%, rgba(236, 72, 153, 0.28), transparent 30%),
      linear-gradient(145deg, #082f49 0%, #134e4a 46%, #1e3a8a 100%) !important;
    min-height: 100svh;
    overflow: hidden;
    padding: 88px 18px 28px !important;
  }

  .vx-hero-shell {
    align-items: stretch;
    display: flex;
    flex-direction: column;
    gap: 22px;
    min-height: auto;
  }

  .vx-hero-left {
    display: grid;
    gap: 16px;
  }

  .vx-hero-badge {
    border-color: rgba(255, 255, 255, 0.2);
    font-size: 12px;
    justify-self: start;
    margin: 0;
    max-width: 100%;
    padding: 9px 11px;
  }

  .vx-hero-left h1,
  #hero.vx-scriptix-hero h1 {
    font-size: clamp(32px, 9vw, 40px);
    font-weight: 900;
    line-height: 1.02;
    max-width: 12ch;
    overflow: visible;
    text-wrap: balance;
  }

  .vx-hero-left h1 span {
    color: #d9f99d;
    display: block;
    font-size: 0.56em;
    line-height: 1.1;
    margin-top: 8px;
    white-space: nowrap;
  }

  .vx-hero-left p {
    color: rgba(239, 246, 255, 0.86);
    font-size: 15px;
    line-height: 1.62;
    margin: 0;
  }

  .vx-hero-actions {
    display: grid;
    gap: 12px;
    margin-top: 0;
  }

  .vx-btn {
    border-radius: 8px;
    font-size: 14px;
    min-height: 54px;
    padding: 14px 16px;
  }

  .vx-btn-white {
    box-shadow: 0 18px 42px rgba(34, 197, 94, 0.2);
  }

  .vx-btn-dark {
    background: rgba(255, 255, 255, 0.12);
  }

  .vx-hero-right {
    min-height: 0;
    order: 2;
  }

  .vx-code-window,
  .vx-css-card,
  .vx-lock-node {
    display: none;
  }

  .vx-mobile-hero-console {
    display: grid;
    gap: 12px;
  }

  .vx-mobile-console-head {
    align-items: center;
    color: #fff;
    display: flex;
    justify-content: space-between;
  }

  .vx-mobile-console-head span,
  .vx-mobile-console-head strong {
    background: rgba(255, 255, 255, 0.13);
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 999px;
    font-size: 12px;
    font-weight: 900;
    padding: 8px 12px;
  }

  .vx-mobile-console-head strong {
    background: #dcfce7;
    color: #166534;
  }

  .vx-mobile-console-grid {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .vx-mobile-console-grid div {
    background: rgba(255, 255, 255, 0.94);
    border: 1px solid rgba(255, 255, 255, 0.72);
    border-left: 5px solid #38bdf8;
    border-radius: 8px;
    box-shadow: 0 18px 44px rgba(2, 6, 23, 0.18);
    color: #0f172a;
    display: grid;
    gap: 7px;
    min-height: 138px;
    padding: 14px;
  }

  .vx-mobile-console-grid div:nth-child(2) {
    border-left-color: #22c55e;
  }

  .vx-mobile-console-grid div:nth-child(3) {
    border-left-color: #f59e0b;
  }

  .vx-mobile-console-grid div:nth-child(4) {
    border-left-color: #a855f7;
  }

  .vx-mobile-console-grid i {
    align-items: center;
    background: #eff6ff;
    border-radius: 8px;
    color: #2563eb;
    display: inline-flex;
    font-size: 18px;
    height: 34px;
    justify-content: center;
    width: 34px;
  }

  .vx-mobile-console-grid strong {
    font-size: 13px;
    font-weight: 950;
    line-height: 1.2;
  }

  .vx-mobile-console-grid span {
    color: #475569;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.35;
  }

  .vx-hero-bottom {
    bottom: auto;
    display: grid;
    gap: 14px;
    grid-template-columns: 1fr;
    left: auto;
    margin: 22px auto 0;
    position: relative;
    right: auto;
    width: 100%;
  }

  .vx-social-strip,
  .vx-scroll-cue {
    display: none;
  }

  .vx-cookie-card {
    background: rgba(15, 23, 42, 0.82);
    border-color: rgba(255, 255, 255, 0.18);
    box-shadow: 0 18px 44px rgba(2, 6, 23, 0.28);
    gap: 10px;
    grid-template-columns: 36px minmax(0, 1fr);
    padding: 14px;
  }

  .vx-cookie-card p {
    color: rgba(255, 255, 255, 0.78);
  }

  .vx-cookie-card button {
    border-radius: 8px;
    grid-column: span 1;
    min-width: 0;
    padding: 11px 12px;
    width: 100%;
  }
}

@media (max-width: 420px) {
  .vx-mobile-console-grid {
    grid-template-columns: 1fr;
  }

  .vx-mobile-console-grid div {
    min-height: auto;
  }
}
