:root {
  --axiotech-ink: #15223b;
  --axiotech-blue: #4456b3;
  --axiotech-blue-dark: #26368e;
  --axiotech-blue-soft: #eef1ff;
  --axiotech-line: #d8deea;
  --axiotech-panel: #ffffff;
  --axiotech-shadow: 0 22px 48px rgba(17, 30, 61, 0.16);
  --axiotech-cyan: #32b4cf;
  --axiotech-surface: #f4f6fa;
  --axiotech-muted: #566178;
}

html {
  scroll-behavior: smooth;
}

body {
  color: var(--axiotech-ink);
}

.axiotech-skip-link {
  position: fixed;
  z-index: 100000;
  top: 12px;
  left: 12px;
  padding: 11px 15px;
  color: #fff !important;
  background: var(--axiotech-blue-dark);
  font-weight: 800;
  text-decoration: none;
  transform: translateY(-160%);
}

.axiotech-skip-link:focus {
  outline: 3px solid var(--axiotech-cyan);
  outline-offset: 2px;
  transform: translateY(0);
}

.axiotech-overhaul-main {
  display: block;
}

.axiotech-overhaul,
.axiotech-overhaul *,
.axiotech-overhaul *::before,
.axiotech-overhaul *::after {
  box-sizing: border-box;
}

.axiotech-overhaul {
  color: var(--axiotech-ink);
  font-size: 17px;
  line-height: 1.65;
}

.axiotech-overhaul h1,
.axiotech-overhaul h2,
.axiotech-overhaul h3,
.axiotech-overhaul p {
  max-width: none;
}

.axiotech-overhaul h1,
.axiotech-overhaul h2,
.axiotech-overhaul h3 {
  margin-top: 0;
  color: var(--axiotech-ink);
  font-weight: 800;
  letter-spacing: -0.025em;
}

.axiotech-overhaul h1 {
  max-width: 850px;
  margin-bottom: 24px;
  font-size: clamp(40px, 5.2vw, 72px);
  line-height: 1.03;
}

.axiotech-overhaul h2 {
  font-size: clamp(30px, 3.5vw, 48px);
  line-height: 1.08;
}

.axiotech-overhaul h3 {
  font-size: 23px;
  line-height: 1.25;
}

.axiotech-overhaul-wrap {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.axiotech-overhaul-section {
  padding-top: 92px;
  padding-bottom: 92px;
}

.axiotech-overhaul-section-tint {
  background: var(--axiotech-surface);
}

.axiotech-overhaul-kicker {
  margin: 0 0 12px;
  color: var(--axiotech-blue-dark);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.09em;
  line-height: 1.35;
  text-transform: uppercase;
}

.axiotech-overhaul-lead {
  max-width: 760px !important;
  margin: 0;
  color: #3e4960;
  font-size: clamp(19px, 2vw, 24px);
  line-height: 1.55;
}

.axiotech-overhaul-heading {
  max-width: 820px;
  margin-bottom: 42px;
}

.axiotech-overhaul-heading h2 {
  margin-bottom: 16px;
}

.axiotech-overhaul-heading > p:last-child {
  margin-bottom: 0;
  color: var(--axiotech-muted);
  font-size: 19px;
}

.axiotech-overhaul-hero {
  position: relative;
  padding: 96px 0 88px;
  overflow: hidden;
  background:
    linear-gradient(118deg, rgba(238, 241, 255, 0.92), rgba(255, 255, 255, 0.98) 59%),
    repeating-linear-gradient(90deg, transparent 0 70px, rgba(68, 86, 179, 0.06) 71px 72px);
}

.axiotech-overhaul-hero::after {
  position: absolute;
  right: -180px;
  bottom: -300px;
  width: 620px;
  height: 620px;
  border: 90px solid rgba(68, 86, 179, 0.08);
  border-radius: 50%;
  content: "";
}

.axiotech-overhaul-hero-grid,
.axiotech-overhaul-split {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
  gap: clamp(42px, 7vw, 88px);
  align-items: center;
}

.axiotech-overhaul-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

.axiotech-overhaul-button {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 13px 19px;
  border: 2px solid var(--axiotech-blue);
  border-radius: 7px;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.3;
  text-decoration: none !important;
}

.axiotech-overhaul-button-primary {
  color: #fff !important;
  background: var(--axiotech-blue);
}

.axiotech-overhaul-button-secondary {
  color: var(--axiotech-blue-dark) !important;
  background: transparent;
}

.axiotech-overhaul-button-light {
  border-color: #fff;
  color: var(--axiotech-blue-dark) !important;
  background: #fff;
}

.axiotech-overhaul-button-outline-light {
  border-color: rgba(255, 255, 255, 0.8);
  color: #fff !important;
  background: transparent;
}

.axiotech-overhaul-button:hover,
.axiotech-overhaul-button:focus-visible {
  border-color: var(--axiotech-blue-dark);
  color: #fff !important;
  background: var(--axiotech-blue-dark);
  outline: 3px solid rgba(68, 86, 179, 0.28);
  outline-offset: 3px;
}

.axiotech-overhaul-button-light:hover,
.axiotech-overhaul-button-light:focus-visible,
.axiotech-overhaul-button-outline-light:hover,
.axiotech-overhaul-button-outline-light:focus-visible {
  border-color: #fff;
  color: var(--axiotech-blue-dark) !important;
  background: #fff;
  outline-color: rgba(255, 255, 255, 0.38);
}

.axiotech-overhaul-hero-proof,
.axiotech-overhaul-evidence-card {
  padding: 34px;
  border: 1px solid var(--axiotech-line);
  border-top: 5px solid var(--axiotech-blue);
  border-radius: 10px;
  background: #fff;
  box-shadow: var(--axiotech-shadow);
}

.axiotech-overhaul-hero-proof h2 {
  margin-bottom: 18px;
  font-size: 29px;
}

.axiotech-overhaul-hero-proof dl {
  margin: 25px 0 0;
}

.axiotech-overhaul-hero-proof dl > div {
  display: grid;
  grid-template-columns: 90px 1fr;
  gap: 14px;
  padding: 10px 0;
  border-top: 1px solid var(--axiotech-line);
}

.axiotech-overhaul-hero-proof dt {
  color: var(--axiotech-blue-dark);
  font-weight: 800;
}

.axiotech-overhaul-hero-proof dd {
  margin: 0;
  color: var(--axiotech-muted);
}

.axiotech-overhaul-assurance {
  border-top: 1px solid var(--axiotech-line);
  border-bottom: 1px solid var(--axiotech-line);
  background: #fff;
}

.axiotech-overhaul-assurance .axiotech-overhaul-wrap {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.axiotech-overhaul-assurance p {
  margin: 0;
  padding: 23px 20px;
  border-left: 1px solid var(--axiotech-line);
}

.axiotech-overhaul-assurance p:last-child {
  border-right: 1px solid var(--axiotech-line);
}

.axiotech-overhaul-assurance strong,
.axiotech-overhaul-assurance span {
  display: block;
}

.axiotech-overhaul-assurance strong {
  font-size: 14px;
}

.axiotech-overhaul-assurance span {
  margin-top: 3px;
  color: var(--axiotech-muted);
  font-size: 12px;
  line-height: 1.45;
}

.axiotech-overhaul-card-grid {
  display: grid;
  gap: 22px;
}

.axiotech-overhaul-card-grid-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.axiotech-overhaul-card-grid-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.axiotech-overhaul-card-grid-4 .axiotech-overhaul-card {
  padding: 24px;
}

.axiotech-overhaul-card-grid-4 .axiotech-overhaul-card h3 {
  font-size: 20px;
}

.axiotech-overhaul-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 30px;
  border: 1px solid var(--axiotech-line);
  border-radius: 9px;
  background: #fff;
}

.axiotech-overhaul-card h3 {
  margin-bottom: 14px;
}

.axiotech-overhaul-card h3 a {
  color: inherit;
  text-decoration: none;
}

.axiotech-overhaul-card > p:not(.axiotech-overhaul-kicker) {
  color: var(--axiotech-muted);
}

.axiotech-overhaul-card-meta {
  margin: auto 0 20px;
  padding-top: 20px;
  border-top: 1px solid var(--axiotech-line);
  font-size: 13px;
}

.axiotech-overhaul-text-link {
  color: var(--axiotech-blue-dark) !important;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none !important;
}

.axiotech-overhaul-text-link:hover,
.axiotech-overhaul-text-link:focus-visible {
  text-decoration: underline !important;
  text-decoration-thickness: 2px !important;
  text-underline-offset: 4px;
  outline: none;
}

.axiotech-overhaul-gates {
  margin: 0;
  padding: 0;
  list-style: none;
}

.axiotech-overhaul-gates li {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 16px;
  align-items: center;
  padding: 14px 0;
  border-bottom: 1px solid var(--axiotech-line);
}

.axiotech-overhaul-gates li > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  color: #fff;
  background: var(--axiotech-blue-dark);
  font-size: 13px;
  font-weight: 800;
}

.axiotech-overhaul-gates strong,
.axiotech-overhaul-gates small {
  display: block;
}

.axiotech-overhaul-gates small {
  margin-top: 2px;
  color: var(--axiotech-muted);
  font-size: 13px;
  line-height: 1.45;
}

.axiotech-overhaul-validation {
  color: #fff;
  background: linear-gradient(125deg, #172859, #3349a2 72%, #2a78a0);
}

.axiotech-overhaul-validation h2,
.axiotech-overhaul-validation .axiotech-overhaul-kicker,
.axiotech-overhaul-hyperion h2,
.axiotech-overhaul-hyperion .axiotech-overhaul-kicker {
  color: #fff;
}

.axiotech-overhaul-validation .axiotech-overhaul-heading > p:last-child,
.axiotech-overhaul-hyperion p {
  color: rgba(255, 255, 255, 0.82);
}

.axiotech-overhaul-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.axiotech-overhaul-list li {
  position: relative;
  padding: 11px 0 11px 34px;
  border-bottom: 1px solid var(--axiotech-line);
}

.axiotech-overhaul-list li::before {
  position: absolute;
  top: 13px;
  left: 0;
  color: var(--axiotech-blue);
  font-weight: 800;
  content: "✓";
}

.axiotech-overhaul-list-light li {
  border-color: rgba(255, 255, 255, 0.2);
}

.axiotech-overhaul-list-light li::before {
  color: var(--axiotech-cyan);
}

.axiotech-overhaul-boundary {
  margin: 24px 0 0;
  padding: 18px;
  border-left: 4px solid var(--axiotech-cyan);
  background: rgba(255, 255, 255, 0.08);
  font-size: 14px;
}

.axiotech-overhaul-evidence {
  background: linear-gradient(180deg, #f5f7fb, #fff);
}

.axiotech-overhaul-status {
  display: inline-block;
  margin: 0 0 18px;
  padding: 5px 9px;
  border-radius: 4px;
  color: #175b45;
  background: #dff5eb;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.axiotech-overhaul-evidence-card h3 {
  font-size: 28px;
}

.axiotech-overhaul-hyperion {
  color: #fff;
  background:
    radial-gradient(circle at 85% 20%, rgba(50, 180, 207, 0.24), transparent 32%),
    #0c1835;
}

.axiotech-overhaul-hyperion-routes {
  display: grid;
  gap: 10px;
}

.axiotech-overhaul-hyperion-routes a {
  display: block;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 7px;
  color: #fff !important;
  background: rgba(255, 255, 255, 0.06);
  text-decoration: none !important;
}

.axiotech-overhaul-hyperion-routes a:hover,
.axiotech-overhaul-hyperion-routes a:focus-visible {
  border-color: var(--axiotech-cyan);
  background: rgba(255, 255, 255, 0.11);
  outline: 3px solid rgba(50, 180, 207, 0.28);
  outline-offset: 2px;
}

.axiotech-overhaul-hyperion-routes strong,
.axiotech-overhaul-hyperion-routes span {
  display: block;
}

.axiotech-overhaul-hyperion-routes span {
  margin-top: 3px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 13px;
}

.axiotech-overhaul-final-cta {
  padding: 72px 0;
  border-top: 6px solid var(--axiotech-blue);
  background: var(--axiotech-surface);
}

.axiotech-overhaul-final-cta .axiotech-overhaul-wrap {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 44px;
  align-items: center;
}

.axiotech-overhaul-final-cta h2 {
  max-width: 850px;
  margin-bottom: 12px;
  font-size: clamp(28px, 3vw, 42px);
}

.axiotech-overhaul-service-hero {
  padding: 88px 0;
  border-bottom: 1px solid var(--axiotech-line);
  background:
    linear-gradient(115deg, #f0f3ff, #fff 64%),
    repeating-linear-gradient(90deg, transparent 0 74px, rgba(68, 86, 179, 0.05) 75px 76px);
}

.axiotech-overhaul-service-hero h1 {
  font-size: clamp(38px, 4.5vw, 64px);
}

.axiotech-overhaul-service-trigger,
.axiotech-overhaul-boundary-card {
  padding: 30px;
  border: 1px solid var(--axiotech-line);
  border-radius: 9px;
  background: #fff;
}

.axiotech-overhaul-service-trigger {
  border-top: 5px solid var(--axiotech-blue);
  box-shadow: var(--axiotech-shadow);
}

.axiotech-overhaul-service-trigger .axiotech-overhaul-list li,
.axiotech-overhaul-boundary-card .axiotech-overhaul-list li {
  font-size: 15px;
}

.axiotech-overhaul-split-start {
  align-items: start;
}

.axiotech-overhaul-split-start .axiotech-overhaul-heading {
  margin-bottom: 20px;
}

.axiotech-overhaul-boundary-card {
  border-left: 5px solid #bd552f;
  background: #fff9f6;
}

.axiotech-overhaul-boundary-card h2 {
  margin-bottom: 18px;
  font-size: 30px;
}

.axiotech-overhaul-list-boundary li::before {
  color: #a33d1d;
  content: "—";
}

.axiotech-overhaul-risk-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.axiotech-overhaul-risk-grid article {
  padding: 26px;
  border-left: 4px solid #bd552f;
  background: #fff;
}

.axiotech-overhaul-risk-grid span {
  color: #a33d1d;
  font-size: 13px;
  font-weight: 800;
}

.axiotech-overhaul-risk-grid p {
  margin: 10px 0 0;
  font-size: 16px;
}

.axiotech-overhaul-package {
  border-top: 5px solid var(--axiotech-blue);
}

.axiotech-overhaul-package .axiotech-overhaul-card-meta {
  margin-top: auto;
}

.axiotech-overhaul-deliverables {
  border-top: 1px solid var(--axiotech-line);
  border-bottom: 1px solid var(--axiotech-line);
  background: #f8f9fc;
}

.axiotech-overhaul-gates-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 36px;
  margin-bottom: 26px;
}

.axiotech-overhaul-faq {
  max-width: 900px;
  border-top: 1px solid var(--axiotech-line);
}

.axiotech-overhaul-faq details {
  border-bottom: 1px solid var(--axiotech-line);
}

.axiotech-overhaul-faq summary {
  position: relative;
  padding: 21px 52px 21px 0;
  cursor: pointer;
  font-size: 18px;
  font-weight: 800;
  list-style: none;
}

.axiotech-overhaul-faq summary::-webkit-details-marker {
  display: none;
}

.axiotech-overhaul-faq summary::after {
  position: absolute;
  top: 17px;
  right: 4px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  color: var(--axiotech-blue-dark);
  background: var(--axiotech-blue-soft);
  content: "+";
}

.axiotech-overhaul-faq details[open] summary::after {
  content: "−";
}

.axiotech-overhaul-faq summary:focus-visible {
  outline: 3px solid rgba(68, 86, 179, 0.32);
  outline-offset: 3px;
}

.axiotech-overhaul-faq details > div {
  max-width: 760px;
  padding: 0 0 20px;
  color: var(--axiotech-muted);
}

.axiotech-overhaul-matrix-section {
  background: #0f1d3d;
}

.axiotech-overhaul-matrix-section h2,
.axiotech-overhaul-matrix-section .axiotech-overhaul-kicker {
  color: #fff;
}

.axiotech-overhaul-matrix-section .axiotech-overhaul-heading > p:last-child {
  color: rgba(255, 255, 255, 0.72);
}

.axiotech-overhaul-table-wrap {
  max-width: 100%;
  overflow-x: auto;
  border-radius: 8px;
  outline: none;
}

.axiotech-overhaul-table-wrap:focus-visible {
  box-shadow: 0 0 0 4px rgba(50, 180, 207, 0.55);
}

.axiotech-overhaul-matrix {
  width: 100%;
  min-width: 760px;
  border-collapse: collapse;
  color: var(--axiotech-ink);
  background: #fff;
  font-size: 14px;
}

.axiotech-overhaul-matrix th,
.axiotech-overhaul-matrix td {
  padding: 15px;
  border: 1px solid #d8deea;
  text-align: left;
  vertical-align: top;
}

.axiotech-overhaul-matrix thead th {
  color: #fff;
  background: var(--axiotech-blue-dark);
}

.axiotech-overhaul-matrix tbody th {
  color: var(--axiotech-blue-dark);
  background: var(--axiotech-blue-soft);
}

.axiotech-overhaul-limitations {
  border-top: 1px solid #e5c9be;
  border-bottom: 1px solid #e5c9be;
  background: #fff9f6;
}

.axiotech-overhaul-assessment-list {
  display: grid;
  gap: 24px;
}

.axiotech-overhaul-assessment {
  display: grid;
  grid-template-columns: minmax(280px, 0.8fr) minmax(0, 1.2fr);
  gap: 42px;
  padding: 36px;
  border: 1px solid var(--axiotech-line);
  border-left: 6px solid var(--axiotech-blue);
  border-radius: 9px;
  background: #fff;
  scroll-margin-top: 30px;
}

.axiotech-overhaul-assessment h2 {
  margin-bottom: 18px;
  font-size: 31px;
}

.axiotech-overhaul-assessment h3 {
  margin-bottom: 10px;
  font-size: 19px;
}

.axiotech-overhaul-assessment-exclusion {
  margin: 22px 0;
  padding: 14px;
  border-left: 4px solid #bd552f;
  background: #fff9f6;
  font-size: 14px;
}

.axiotech-scope-form {
  position: relative;
  max-width: 1020px;
}

.axiotech-scope-honeypot {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.axiotech-scope-progress {
  margin-bottom: 42px;
}

.axiotech-scope-progress ol {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 0;
  padding: 0;
  list-style: none;
}

.axiotech-scope-progress li {
  position: relative;
  display: flex;
  gap: 9px;
  align-items: center;
  color: var(--axiotech-muted);
  font-size: 13px;
  font-weight: 800;
}

.axiotech-scope-progress li::after {
  position: absolute;
  z-index: -1;
  top: 17px;
  right: 0;
  left: 35px;
  height: 2px;
  background: var(--axiotech-line);
  content: "";
}

.axiotech-scope-progress li:last-child::after {
  display: none;
}

.axiotech-scope-progress li > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border: 2px solid var(--axiotech-line);
  border-radius: 50%;
  color: var(--axiotech-muted);
  background: #fff;
}

.axiotech-scope-progress li.is-current {
  color: var(--axiotech-blue-dark);
}

.axiotech-scope-progress li.is-current > span {
  border-color: var(--axiotech-blue);
  color: #fff;
  background: var(--axiotech-blue);
}

.axiotech-scope-step {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

.axiotech-scope-step + .axiotech-scope-step {
  margin-top: 64px;
  padding-top: 50px;
  border-top: 1px solid var(--axiotech-line);
}

.axiotech-scope-form.is-enhanced .axiotech-scope-step + .axiotech-scope-step {
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
}

.axiotech-scope-step > legend {
  width: 100%;
  margin: 0 0 28px;
  padding: 0;
  border: 0;
  color: var(--axiotech-ink);
  font-size: clamp(27px, 3vw, 38px);
  font-weight: 800;
  letter-spacing: -0.025em;
  line-height: 1.2;
}

.axiotech-scope-step > legend:focus {
  outline: none;
}

.axiotech-scope-route-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.axiotech-scope-route {
  position: relative;
  display: block;
  margin: 0;
  cursor: pointer;
}

.axiotech-scope-route input {
  position: absolute;
  top: 22px;
  left: 18px;
  width: 20px;
  height: 20px;
}

.axiotech-scope-route > span {
  display: block;
  min-height: 100%;
  padding: 20px 20px 20px 52px;
  border: 2px solid var(--axiotech-line);
  border-radius: 8px;
  background: #fff;
}

.axiotech-scope-route strong,
.axiotech-scope-route small {
  display: block;
}

.axiotech-scope-route strong {
  color: var(--axiotech-ink);
  font-size: 16px;
}

.axiotech-scope-route small {
  margin-top: 4px;
  color: var(--axiotech-muted);
  font-size: 13px;
  font-weight: 400;
  line-height: 1.45;
}

.axiotech-scope-route input:checked + span {
  border-color: var(--axiotech-blue);
  background: var(--axiotech-blue-soft);
  box-shadow: inset 0 0 0 1px var(--axiotech-blue);
}

.axiotech-scope-route input:focus-visible + span {
  outline: 3px solid rgba(68, 86, 179, 0.32);
  outline-offset: 3px;
}

.axiotech-scope-branch,
.axiotech-scope-common {
  margin-bottom: 38px;
  padding: 30px;
  border: 1px solid var(--axiotech-line);
  border-radius: 9px;
  background: #fff;
}

.axiotech-scope-branch h2,
.axiotech-scope-common h2 {
  margin-bottom: 22px;
  font-size: 25px;
}

.axiotech-scope-field-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.axiotech-scope-field-full {
  grid-column: 1 / -1;
}

.axiotech-scope-field label {
  display: block;
  margin-bottom: 7px;
  color: var(--axiotech-ink);
  font-size: 14px;
  font-weight: 800;
}

.axiotech-scope-field input,
.axiotech-scope-field select,
.axiotech-scope-field textarea {
  display: block;
  width: 100%;
  min-height: 48px;
  padding: 11px 12px;
  border: 1px solid #adb6c8;
  border-radius: 5px;
  color: var(--axiotech-ink);
  background: #fff;
  font: inherit;
  font-size: 15px;
  line-height: 1.4;
}

.axiotech-scope-field textarea {
  min-height: 112px;
  resize: vertical;
}

.axiotech-scope-field input:focus,
.axiotech-scope-field select:focus,
.axiotech-scope-field textarea:focus {
  border-color: var(--axiotech-blue);
  box-shadow: 0 0 0 3px rgba(68, 86, 179, 0.22);
  outline: none;
}

.axiotech-scope-guidance,
.axiotech-scope-submit-note,
.axiotech-scope-notice {
  margin: 26px 0;
  padding: 18px;
  border-left: 5px solid var(--axiotech-blue);
  background: var(--axiotech-blue-soft);
  font-size: 14px;
}

.axiotech-scope-consent {
  display: grid;
  grid-template-columns: 22px 1fr;
  gap: 10px;
  align-items: start;
  margin: 28px 0 12px;
  font-weight: 700;
}

.axiotech-scope-consent input {
  width: 20px;
  height: 20px;
  margin: 3px 0 0;
}

.axiotech-scope-privacy {
  color: var(--axiotech-muted);
  font-size: 13px;
}

.axiotech-scope-controls {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: space-between;
  margin-top: 34px;
}

.axiotech-scope-review dl {
  margin: 0;
  border-top: 1px solid var(--axiotech-line);
}

.axiotech-scope-review dl > div {
  display: grid;
  grid-template-columns: minmax(170px, 0.35fr) minmax(0, 0.65fr);
  gap: 20px;
  padding: 13px 0;
  border-bottom: 1px solid var(--axiotech-line);
}

.axiotech-scope-review dt {
  color: var(--axiotech-muted);
  font-size: 13px;
  font-weight: 700;
}

.axiotech-scope-review dd {
  margin: 0;
  white-space: pre-wrap;
}

.axiotech-scope-submit-note strong,
.axiotech-scope-submit-note span {
  display: block;
}

.axiotech-scope-submit-note span {
  margin-top: 4px;
  color: var(--axiotech-muted);
}

.axiotech-scope-notice {
  margin-top: 0;
}

.axiotech-scope-notice h2 {
  margin-bottom: 8px;
  font-size: 25px;
}

.axiotech-scope-notice p {
  margin-bottom: 0;
}

.axiotech-scope-notice-success {
  border-color: #1c815f;
  background: #e5f6ef;
}

.axiotech-scope-notice-error {
  border-color: #a33d1d;
  background: #fff2ed;
}

.axiotech-overhaul-hyperion-hero {
  padding: 92px 0;
  color: #fff;
  background:
    radial-gradient(circle at 86% 16%, rgba(50, 180, 207, 0.27), transparent 30%),
    linear-gradient(125deg, #0a1530, #172b63 70%, #174c68);
}

.axiotech-overhaul-hyperion-hero h1,
.axiotech-overhaul-hyperion-hero h2,
.axiotech-overhaul-hyperion-hero .axiotech-overhaul-kicker {
  color: #fff;
}

.axiotech-overhaul-hyperion-hero .axiotech-overhaul-lead {
  color: rgba(255, 255, 255, 0.78);
}

.axiotech-overhaul-hyperion-pricing {
  padding: 32px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-top: 5px solid var(--axiotech-cyan);
  border-radius: 9px;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(8px);
}

.axiotech-overhaul-hyperion-pricing h2 {
  margin-bottom: 18px;
  font-size: 29px;
}

.axiotech-overhaul-hyperion-pricing p {
  color: rgba(255, 255, 255, 0.78);
  font-size: 14px;
}

.axiotech-overhaul-hyperion-notice {
  padding: 14px;
  border-left: 4px solid var(--axiotech-cyan);
  background: rgba(255, 255, 255, 0.09);
}

.axiotech-hyperion-process {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 2px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.axiotech-hyperion-process li {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 12px;
  padding: 22px;
  background: #fff;
}

.axiotech-hyperion-process li > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  color: #fff;
  background: var(--axiotech-blue-dark);
  font-size: 13px;
  font-weight: 800;
}

.axiotech-hyperion-process strong,
.axiotech-hyperion-process small {
  display: block;
}

.axiotech-overhaul-breadcrumbs {
  border-top: 1px solid var(--axiotech-line);
  border-bottom: 1px solid var(--axiotech-line);
  background: #fff;
}

.axiotech-overhaul-breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin: 0;
  padding: 12px 0;
  list-style: none;
  font-size: 12px;
}

.axiotech-overhaul-breadcrumbs li:not(:last-child)::after {
  margin-left: 7px;
  color: #8791a4;
  content: "/";
}

.axiotech-overhaul-breadcrumbs a {
  color: var(--axiotech-blue-dark);
  font-weight: 700;
}

.axiotech-overhaul-breadcrumbs [aria-current="page"] {
  color: var(--axiotech-muted);
}

.axiotech-hyperion-process small {
  margin-top: 4px;
  color: var(--axiotech-muted);
  line-height: 1.45;
}

#top-nav-holder,
#top-nav-holder .navbar {
  position: static;
}

#top-nav-holder .navbar {
  min-height: 0;
  margin-bottom: 0;
}

.axiotech-primary-navigation {
  display: flex;
  align-items: stretch;
  float: none;
  width: 100%;
  margin: 0;
}

.axiotech-primary-navigation > li {
  position: static;
}

.axiotech-mega-trigger {
  display: flex;
  align-items: stretch;
  height: 100%;
}

.axiotech-mega-trigger > a,
.axiotech-scope-menu-item > a,
.axiotech-admin-pricing-menu-item > a {
  display: flex !important;
  align-items: center;
  min-height: 58px;
  padding: 14px 12px !important;
  color: var(--axiotech-ink) !important;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
}

.axiotech-mega-trigger > a:hover,
.axiotech-mega-trigger > a:focus,
.axiotech-primary-navigation .current-menu-item > .axiotech-mega-trigger > a,
.axiotech-primary-navigation .current-menu-ancestor > .axiotech-mega-trigger > a {
  color: var(--axiotech-blue-dark) !important;
  background: var(--axiotech-blue-soft) !important;
}

.axiotech-mega-toggle {
  align-self: center;
  min-width: 34px;
  min-height: 44px;
  margin-left: -9px;
  padding: 0 8px;
  border: 0;
  border-radius: 6px;
  color: var(--axiotech-ink);
  background: transparent;
  font: inherit;
}

.axiotech-mega-toggle:hover,
.axiotech-mega-toggle:focus-visible {
  color: var(--axiotech-blue-dark);
  background: var(--axiotech-blue-soft);
  outline: 3px solid rgba(68, 86, 179, 0.28);
  outline-offset: 1px;
}

.axiotech-mega-toggle > span[aria-hidden] {
  display: block;
  font-size: 18px;
  transition: transform 160ms ease;
}

.axiotech-mega-item.is-open .axiotech-mega-toggle > span[aria-hidden] {
  transform: rotate(180deg);
}

.axiotech-mega-panel {
  position: absolute;
  z-index: 1000;
  top: 100%;
  right: 0;
  left: 0;
  display: none;
  padding: 0 15px 20px;
}

.axiotech-mega-item:hover > .axiotech-mega-panel,
.axiotech-mega-item.is-open > .axiotech-mega-panel {
  display: block;
}

.axiotech-mega-panel-inner {
  display: grid;
  gap: 26px;
  width: min(1180px, 100%);
  max-height: calc(100vh - 150px);
  margin: 0 auto;
  padding: 28px;
  overflow: auto;
  border: 1px solid var(--axiotech-line);
  border-top: 4px solid var(--axiotech-blue);
  border-radius: 0 0 12px 12px;
  background: var(--axiotech-panel);
  box-shadow: var(--axiotech-shadow);
}

.axiotech-mega-columns-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.axiotech-mega-columns-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.axiotech-mega-columns-1 {
  grid-template-columns: minmax(0, 1fr);
  max-width: 520px;
  margin-left: auto;
  margin-right: 8%;
}

@media (min-width: 1200px) {
  .axiotech-primary-navigation > .axiotech-mega-item-company {
    position: relative;
  }

  .axiotech-mega-item-company > .axiotech-mega-panel {
    right: auto;
    left: 50%;
    width: min(420px, calc(100vw - 30px));
    padding-right: 0;
    padding-left: 0;
    transform: translateX(-50%);
  }

  .axiotech-mega-item-company > .axiotech-mega-panel > .axiotech-mega-panel-inner {
    width: 100%;
    max-width: none;
    margin-right: 0;
    margin-left: 0;
  }
}

.axiotech-mega-column h2 {
  margin: 0 0 13px;
  color: var(--axiotech-blue-dark);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.06em;
  line-height: 1.3;
  text-transform: uppercase;
}

.axiotech-mega-column ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.axiotech-mega-column li + li {
  margin-top: 3px;
}

.axiotech-mega-link {
  display: block;
  padding: 10px 11px;
  border-radius: 8px;
  color: var(--axiotech-ink);
  text-decoration: none;
}

.axiotech-mega-link span,
.axiotech-mega-link small {
  display: block;
}

.axiotech-mega-link span {
  font-size: 15px;
  font-weight: 800;
  line-height: 1.3;
}

.axiotech-mega-link small {
  margin-top: 3px;
  color: #566178;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.45;
}

.axiotech-mega-link:hover,
.axiotech-mega-link:focus-visible,
.axiotech-mega-link.is-current {
  color: var(--axiotech-blue-dark);
  background: var(--axiotech-blue-soft);
  outline: none;
}

.axiotech-mega-link:focus-visible {
  box-shadow: inset 0 0 0 3px rgba(68, 86, 179, 0.32);
}

.axiotech-scope-menu-item {
  margin-left: auto;
  padding: 7px 0 7px 12px;
}

.axiotech-scope-menu-item > a {
  min-height: 44px;
  border-radius: 7px;
  color: #fff !important;
  background: var(--axiotech-blue) !important;
}

.axiotech-scope-menu-item > a:hover,
.axiotech-scope-menu-item > a:focus-visible {
  color: #fff !important;
  background: var(--axiotech-blue-dark) !important;
  outline: 3px solid rgba(68, 86, 179, 0.28);
  outline-offset: 2px;
}

.axiotech-admin-pricing-menu-item > a {
  color: #8a3415 !important;
}

@media (max-width: 1199px) {
  #top-nav-holder .navbar-header {
    float: none;
  }

  #top-nav-holder .navbar-toggle {
    display: block;
  }

  #top-nav-holder .navbar-collapse.collapse {
    display: none !important;
  }

  #top-nav-holder .navbar-collapse.collapse.in {
    display: block !important;
  }

  .axiotech-primary-navigation {
    display: block;
    float: none !important;
  }

  .axiotech-primary-navigation > li {
    float: none;
    border-top: 1px solid var(--axiotech-line);
  }

  .axiotech-mega-trigger > a {
    flex: 1 1 auto;
    min-height: 48px;
    padding: 12px 8px !important;
  }

  .axiotech-mega-toggle {
    flex: 0 0 50px;
    margin: 2px 0;
  }

  .axiotech-mega-panel {
    position: static;
    padding: 0 0 14px;
  }

  .axiotech-mega-item:hover > .axiotech-mega-panel {
    display: none;
  }

  .axiotech-mega-item.is-open > .axiotech-mega-panel {
    display: block;
  }

  .axiotech-mega-panel-inner,
  .axiotech-mega-columns-1,
  .axiotech-mega-columns-2,
  .axiotech-mega-columns-3 {
    grid-template-columns: 1fr;
    gap: 20px;
    width: 100%;
    max-height: none;
    margin: 0;
    padding: 18px 16px;
    border-width: 0 0 0 4px;
    border-radius: 0;
    box-shadow: none;
  }

  .axiotech-scope-menu-item {
    margin: 0;
    padding: 12px 0;
  }

  .axiotech-scope-menu-item > a {
    justify-content: center;
  }
}

@media (max-width: 900px) {
  .axiotech-overhaul-hero-grid,
  .axiotech-overhaul-split,
  .axiotech-overhaul-final-cta .axiotech-overhaul-wrap {
    grid-template-columns: 1fr;
  }

  .axiotech-overhaul-card-grid-3,
  .axiotech-overhaul-card-grid-4,
  .axiotech-overhaul-assurance .axiotech-overhaul-wrap,
  .axiotech-overhaul-risk-grid,
  .axiotech-overhaul-assessment {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .axiotech-overhaul-assurance p:nth-child(odd) {
    border-left: 1px solid var(--axiotech-line);
  }

  .axiotech-hyperion-process {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 620px) {
  html {
    scroll-behavior: auto;
  }

  .axiotech-overhaul-wrap {
    width: min(100% - 28px, 1180px);
  }

  .axiotech-overhaul-hero,
  .axiotech-overhaul-section {
    padding-top: 62px;
    padding-bottom: 62px;
  }

  .axiotech-overhaul h1 {
    font-size: 39px;
  }

  .axiotech-overhaul-card-grid-3,
  .axiotech-overhaul-card-grid-4,
  .axiotech-overhaul-assurance .axiotech-overhaul-wrap,
  .axiotech-overhaul-risk-grid,
  .axiotech-overhaul-gates-grid,
  .axiotech-overhaul-assessment {
    grid-template-columns: 1fr;
  }

  .axiotech-overhaul-assurance p,
  .axiotech-overhaul-assurance p:last-child {
    border-right: 1px solid var(--axiotech-line);
  }

  .axiotech-overhaul-hero-proof,
  .axiotech-overhaul-evidence-card,
  .axiotech-overhaul-card {
    padding: 24px;
  }

  .axiotech-overhaul-actions,
  .axiotech-overhaul-button {
    width: 100%;
  }

  .axiotech-scope-route-grid,
  .axiotech-scope-field-grid,
  .axiotech-scope-review dl > div {
    grid-template-columns: 1fr;
  }

  .axiotech-scope-progress li {
    font-size: 0;
  }

  .axiotech-scope-progress li > span {
    font-size: 13px;
  }

  .axiotech-scope-branch,
  .axiotech-scope-common {
    padding: 22px;
  }

  .axiotech-scope-controls {
    flex-direction: column-reverse;
  }

  .axiotech-hyperion-process {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  .axiotech-mega-toggle > span[aria-hidden] {
    transition: none;
  }
}

/* Visual design refresh: industrial editorial system. */
:root {
  --axiotech-ink: #101b2e;
  --axiotech-navy: #0b1730;
  --axiotech-navy-soft: #142542;
  --axiotech-blue: #4057b2;
  --axiotech-blue-dark: #263a91;
  --axiotech-blue-soft: #edf1ff;
  --axiotech-red: #d92f2f;
  --axiotech-line: #d8dde6;
  --axiotech-panel: #ffffff;
  --axiotech-shadow: 0 20px 52px rgba(8, 20, 43, 0.15);
  --axiotech-cyan: #61cae1;
  --axiotech-surface: #f3f4f6;
  --axiotech-muted: #526077;
}

body {
  color: var(--axiotech-ink);
  background: #fff;
}

body > .wrapper > header {
  z-index: 1200;
  border-bottom: 1px solid #e2e5eb;
  background: rgba(255, 255, 255, 0.98);
}

body > .wrapper > header .container,
body > .wrapper > footer .container {
  width: min(1280px, calc(100% - 44px));
}

#logo-row {
  display: flex;
  align-items: center;
  min-height: 78px;
  padding-top: 12px !important;
}

#logo-row::before,
#logo-row::after {
  display: none;
}

#logo-row > .col-xs-12 {
  float: none;
  width: auto;
}

#logo-row > .col-md-6:first-child {
  flex: 1 1 auto;
  padding-left: 0;
}

#logo-row > .text-right {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  padding-right: 0;
}

#logo-row img {
  display: block;
  width: auto;
  max-width: 310px;
  max-height: 68px;
}

header .info-bar {
  margin: 0 0 0 24px;
  color: #667186;
  font-size: 14px;
}

header .info-bar i {
  width: 27px;
  height: 27px;
  border-color: #aeb6c5;
}

#top-nav-holder {
  margin-top: 4px !important;
}

.axiotech-primary-navigation > li {
  border-top: 3px solid transparent;
}

.axiotech-mega-trigger > a,
.axiotech-scope-menu-item > a,
.axiotech-admin-pricing-menu-item > a {
  min-height: 52px;
  padding: 12px 11px !important;
  font-size: 14px;
  letter-spacing: 0.005em;
}

.axiotech-mega-trigger > a:hover,
.axiotech-mega-trigger > a:focus,
.axiotech-primary-navigation .current-menu-item > .axiotech-mega-trigger > a,
.axiotech-primary-navigation .current-menu-ancestor > .axiotech-mega-trigger > a {
  color: var(--axiotech-blue-dark) !important;
  background: transparent !important;
}

.axiotech-primary-navigation .current-menu-item,
.axiotech-primary-navigation .current-menu-ancestor {
  border-top-color: var(--axiotech-red);
}

.axiotech-scope-menu-item {
  padding: 5px 0 5px 14px;
}

.axiotech-scope-menu-item > a {
  min-height: 42px;
  padding-right: 16px !important;
  padding-left: 16px !important;
  border-radius: 2px;
  background: var(--axiotech-blue-dark) !important;
}

.axiotech-mega-panel {
  padding-bottom: 0;
  background: linear-gradient(180deg, rgba(11, 23, 48, 0.08), transparent 22px);
}

.axiotech-mega-panel-inner {
  padding: 30px 34px 34px;
  border-top: 4px solid var(--axiotech-red);
  border-radius: 0;
  box-shadow: 0 24px 44px rgba(8, 20, 43, 0.18);
}

.axiotech-mega-link,
.axiotech-mega-toggle {
  border-radius: 2px;
}

.axiotech-overhaul {
  color: var(--axiotech-ink);
  font-size: 17px;
  line-height: 1.62;
}

.axiotech-overhaul h1,
.axiotech-overhaul h2,
.axiotech-overhaul h3 {
  font-weight: 900;
  letter-spacing: -0.032em;
}

.axiotech-overhaul h1 {
  max-width: 760px;
  margin-bottom: 23px;
  font-size: clamp(42px, 4.4vw, 60px);
  line-height: 1.02;
}

.axiotech-overhaul h2 {
  font-size: clamp(31px, 3.2vw, 46px);
  line-height: 1.08;
}

.axiotech-overhaul h3 {
  font-size: 24px;
}

.axiotech-overhaul-wrap {
  width: min(1240px, calc(100% - 48px));
}

.axiotech-overhaul-section {
  padding-top: 84px;
  padding-bottom: 84px;
}

.axiotech-overhaul-section-tint {
  background: #f1f2f4;
}

.axiotech-overhaul-kicker {
  margin-bottom: 14px;
  color: var(--axiotech-blue-dark);
  font-size: 12px;
  letter-spacing: 0.12em;
}

.axiotech-overhaul-heading {
  max-width: 790px;
  margin-bottom: 38px;
}

.axiotech-overhaul-heading > p:last-child {
  max-width: 700px !important;
  color: var(--axiotech-muted);
  font-size: 18px;
}

.axiotech-overhaul-hero {
  min-height: 610px;
  padding: 92px 0 86px;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(124deg, #08162f, #102445 62%, #16335b);
  background-size: 64px 64px, 64px 64px, auto;
}

.axiotech-overhaul-hero::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 7px;
  background: var(--axiotech-red);
  content: "";
}

.axiotech-overhaul-hero::after {
  right: -210px;
  bottom: -380px;
  width: 700px;
  height: 700px;
  border: 110px solid rgba(91, 116, 198, 0.12);
}

.axiotech-overhaul-hero-grid {
  grid-template-columns: minmax(0, 1.05fr) minmax(400px, 0.95fr);
  gap: clamp(52px, 6vw, 92px);
}

.axiotech-overhaul-hero h1,
.axiotech-overhaul-hero .axiotech-overhaul-kicker {
  color: #fff;
}

.axiotech-overhaul-hero .axiotech-overhaul-kicker {
  position: relative;
  padding-left: 28px;
  color: #cfd7ef;
}

.axiotech-overhaul-hero .axiotech-overhaul-kicker::before {
  position: absolute;
  top: 0.52em;
  left: 0;
  width: 18px;
  height: 3px;
  background: var(--axiotech-red);
  content: "";
}

.axiotech-overhaul-hero .axiotech-overhaul-lead {
  max-width: 680px !important;
  color: #d3dbea;
  font-size: clamp(18px, 1.7vw, 22px);
  line-height: 1.53;
}

.axiotech-overhaul-hero .axiotech-overhaul-button-secondary {
  border-color: #8b9bb9;
  color: #fff !important;
}

.axiotech-overhaul-hero-note {
  margin: 22px 0 0;
  color: #9eabc1;
  font-size: 13px;
}

.axiotech-overhaul-button {
  min-height: 50px;
  padding: 12px 18px;
  border-radius: 2px;
  letter-spacing: 0.01em;
}

.axiotech-overhaul-button-primary {
  border-color: var(--axiotech-red);
  background: var(--axiotech-red);
}

.axiotech-overhaul-button-primary:hover,
.axiotech-overhaul-button-primary:focus-visible {
  border-color: #b61f27;
  background: #b61f27;
}

.axiotech-overhaul-control-map {
  position: relative;
  margin: 0;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.19);
  background: rgba(4, 14, 32, 0.64);
  box-shadow: 0 34px 76px rgba(0, 0, 0, 0.28);
}

.axiotech-overhaul-control-map::before,
.axiotech-overhaul-control-map::after {
  position: absolute;
  width: 38px;
  height: 38px;
  border-color: var(--axiotech-red);
  border-style: solid;
  content: "";
}

.axiotech-overhaul-control-map::before {
  top: -7px;
  left: -7px;
  border-width: 3px 0 0 3px;
}

.axiotech-overhaul-control-map::after {
  right: -7px;
  bottom: -7px;
  border-width: 0 3px 3px 0;
}

.axiotech-overhaul-control-map-bar {
  display: flex;
  justify-content: space-between;
  padding: 0 0 16px;
  color: #9eabc1;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.axiotech-overhaul-control-map-bar strong {
  color: #79d4b2;
}

.axiotech-overhaul-control-core {
  padding: 28px;
  border-left: 4px solid var(--axiotech-red);
  background: linear-gradient(135deg, #f9fbff, #e8edf7);
}

.axiotech-overhaul-control-core small,
.axiotech-overhaul-control-core strong,
.axiotech-overhaul-control-core span {
  display: block;
}

.axiotech-overhaul-control-core small {
  color: var(--axiotech-blue-dark);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.axiotech-overhaul-control-core strong {
  margin-top: 6px;
  color: var(--axiotech-ink);
  font-size: 22px;
  line-height: 1.2;
}

.axiotech-overhaul-control-core span {
  margin-top: 9px;
  color: var(--axiotech-muted);
  font-size: 12px;
}

.axiotech-overhaul-control-modules {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  margin-top: 1px;
  background: rgba(255, 255, 255, 0.12);
}

.axiotech-overhaul-control-modules > span {
  display: flex;
  gap: 10px;
  align-items: center;
  min-height: 60px;
  padding: 13px;
  color: #e9eef8;
  background: #142541;
}

.axiotech-overhaul-control-modules small {
  color: #7386a8;
  font-size: 10px;
  font-weight: 900;
}

.axiotech-overhaul-control-modules strong {
  font-size: 13px;
  letter-spacing: 0.02em;
}

.axiotech-overhaul-control-flow {
  display: flex;
  gap: 7px;
  align-items: center;
  padding: 17px 2px 2px;
  color: #8f9db4;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.axiotech-overhaul-control-flow i {
  flex: 1 1 auto;
  height: 1px;
  background: #50617d;
}

.axiotech-overhaul-control-map figcaption {
  margin-top: 17px;
  color: #aeb9ca;
  font-size: 12px;
  line-height: 1.5;
}

.axiotech-overhaul-assurance {
  border: 0;
  background: #fff;
  box-shadow: 0 10px 30px rgba(12, 26, 52, 0.07);
}

.axiotech-overhaul-assurance p {
  padding: 22px 24px;
  border-color: #e2e5eb;
}

.axiotech-overhaul-assurance strong {
  color: var(--axiotech-ink);
  font-size: 13px;
  letter-spacing: 0.02em;
}

.axiotech-overhaul-assurance span {
  color: #697489;
}

.axiotech-overhaul-division-grid {
  display: grid;
  grid-template-columns: 1.15fr 1fr 1fr;
  border-top: 1px solid var(--axiotech-line);
  border-bottom: 1px solid var(--axiotech-line);
}

.axiotech-overhaul-division {
  position: relative;
  min-height: 390px;
  padding: 42px 34px 36px;
  border-left: 1px solid var(--axiotech-line);
  background: #fff;
}

.axiotech-overhaul-division:first-child {
  border-left: 0;
}

.axiotech-overhaul-division-primary {
  background: var(--axiotech-blue-soft);
}

.axiotech-overhaul-division-dark {
  color: #fff;
  background: var(--axiotech-navy);
}

.axiotech-overhaul-division-dark h3,
.axiotech-overhaul-division-dark .axiotech-overhaul-kicker,
.axiotech-overhaul-division-dark .axiotech-overhaul-text-link {
  color: #fff !important;
}

.axiotech-overhaul-division-dark p:not(.axiotech-overhaul-kicker) {
  color: #b5c0d2;
}

.axiotech-overhaul-division-number {
  display: block;
  margin-bottom: 54px;
  color: #a7afbf;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
}

.axiotech-overhaul-division h3 {
  max-width: 290px;
  margin-bottom: 18px;
  font-size: clamp(25px, 2.3vw, 31px);
}

.axiotech-overhaul-division p:not(.axiotech-overhaul-kicker) {
  margin-bottom: 32px;
  color: var(--axiotech-muted);
  font-size: 15px;
}

.axiotech-overhaul-division .axiotech-overhaul-text-link {
  position: absolute;
  right: 34px;
  bottom: 34px;
  left: 34px;
}

.axiotech-overhaul-route-list {
  border-top: 1px solid #cfd4dd;
}

.axiotech-overhaul-route-row {
  display: grid;
  grid-template-columns: 54px minmax(210px, 0.72fr) minmax(300px, 1.28fr) 48px;
  gap: 26px;
  align-items: center;
  padding: 28px 8px;
  border-bottom: 1px solid #cfd4dd;
}

.axiotech-overhaul-route-row h3,
.axiotech-overhaul-route-row p {
  margin: 0;
}

.axiotech-overhaul-route-row .axiotech-overhaul-kicker {
  margin-bottom: 7px;
}

.axiotech-overhaul-route-row h3 {
  font-size: 22px;
}

.axiotech-overhaul-route-row > div:nth-child(3) > p {
  color: var(--axiotech-muted);
  font-size: 15px;
}

.axiotech-overhaul-route-row small {
  display: block;
  margin-top: 6px;
  color: #707b90;
  font-size: 12px;
}

.axiotech-overhaul-route-index {
  color: #9aa4b5;
  font-size: 12px;
  font-weight: 900;
}

.axiotech-overhaul-route-row > a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border: 1px solid #bfc6d2;
  color: var(--axiotech-blue-dark);
  font-size: 22px;
  text-decoration: none;
}

.axiotech-overhaul-route-row > a:hover,
.axiotech-overhaul-route-row > a:focus-visible {
  border-color: var(--axiotech-red);
  color: #fff;
  background: var(--axiotech-red);
  outline: 3px solid rgba(217, 47, 47, 0.24);
  outline-offset: 2px;
}

.axiotech-overhaul-gates li {
  padding: 13px 0;
}

.axiotech-overhaul-gates li > span {
  width: 46px;
  height: 46px;
  border-radius: 2px;
  background: var(--axiotech-blue-dark);
}

.axiotech-overhaul-assurance-feature {
  background:
    linear-gradient(115deg, rgba(64, 87, 178, 0.18), transparent 54%),
    var(--axiotech-navy);
}

.axiotech-overhaul-assurance-feature .axiotech-overhaul-split {
  align-items: stretch;
}

.axiotech-overhaul-handover-test {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(32px, 5vw, 58px);
  border-top: 6px solid var(--axiotech-red);
  color: var(--axiotech-ink);
  background: #fff;
}

.axiotech-overhaul-handover-test h3 {
  font-size: clamp(27px, 3vw, 38px);
}

.axiotech-overhaul-handover-test p:not(.axiotech-overhaul-kicker) {
  color: var(--axiotech-muted);
}

.axiotech-overhaul-handover-test .axiotech-overhaul-text-link {
  margin-top: 18px;
}

.axiotech-overhaul-hyperion {
  overflow: hidden;
  background: #101a2d;
}

.axiotech-overhaul-hyperion-visual {
  position: relative;
  margin: 0;
  min-height: 390px;
  background: #fff;
}

.axiotech-overhaul-hyperion-visual::before {
  position: absolute;
  z-index: 1;
  top: -12px;
  right: -12px;
  width: 110px;
  height: 110px;
  border-top: 4px solid var(--axiotech-red);
  border-right: 4px solid var(--axiotech-red);
  content: "";
}

.axiotech-overhaul-hyperion-image {
  display: block;
  width: 100%;
  height: 320px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: min(88%, 700px) auto;
  background-color: #fff;
}

.axiotech-overhaul-hyperion-visual figcaption {
  display: flex;
  justify-content: space-between;
  padding: 20px 24px;
  border-top: 1px solid #dde1e8;
  color: var(--axiotech-ink);
  background: #f5f6f8;
}

.axiotech-overhaul-hyperion-visual figcaption strong,
.axiotech-overhaul-hyperion-visual figcaption span {
  display: block;
}

.axiotech-overhaul-hyperion-visual figcaption span {
  color: var(--axiotech-muted);
  font-size: 12px;
}

.axiotech-overhaul-card {
  border-radius: 2px;
  transition: border-color 160ms ease, transform 160ms ease;
}

.axiotech-overhaul-card:hover {
  border-color: #a9b2c1;
  transform: translateY(-3px);
}

.axiotech-overhaul-service-hero {
  position: relative;
  overflow: hidden;
  padding: 72px 0 70px;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(124deg, #0a1730, #132c51);
  background-size: 70px 70px, 70px 70px, auto;
}

.axiotech-overhaul-service-hero::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 7px;
  background: var(--axiotech-red);
  content: "";
}

.axiotech-overhaul-service-hero h1,
.axiotech-overhaul-service-hero .axiotech-overhaul-kicker {
  color: #fff;
}

.axiotech-overhaul-service-hero h1 {
  max-width: 780px;
  font-size: clamp(39px, 3.8vw, 54px);
}

.axiotech-overhaul-service-hero .axiotech-overhaul-lead {
  color: #d2dbea;
}

.axiotech-overhaul-service-hero .axiotech-overhaul-button-secondary {
  border-color: #8c9ab4;
  color: #fff !important;
}

.axiotech-overhaul-service-trigger {
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-top: 5px solid var(--axiotech-red);
  border-radius: 0;
  background: rgba(255, 255, 255, 0.08);
  box-shadow: none;
}

.axiotech-overhaul-service-trigger .axiotech-overhaul-kicker,
.axiotech-overhaul-service-trigger .axiotech-overhaul-list li,
.axiotech-overhaul-service-trigger .axiotech-overhaul-list li::before {
  color: #fff;
}

.axiotech-overhaul-service-trigger .axiotech-overhaul-list li {
  border-color: rgba(255, 255, 255, 0.18);
}

.axiotech-overhaul-boundary-card,
.axiotech-overhaul-risk-grid article,
.axiotech-overhaul-evidence-card {
  border-radius: 2px;
}

.axiotech-overhaul-package {
  border-top-color: var(--axiotech-red);
}

.axiotech-overhaul-final-cta {
  padding: 68px 0;
  border-top: 0;
  color: #fff;
  background: var(--axiotech-blue-dark);
}

.axiotech-overhaul-final-cta h2,
.axiotech-overhaul-final-cta .axiotech-overhaul-kicker {
  color: #fff;
}

.axiotech-overhaul-final-cta p {
  color: #d7def0;
}

.axiotech-overhaul-final-cta .axiotech-overhaul-button-primary {
  border-color: #fff;
  color: var(--axiotech-blue-dark) !important;
  background: #fff;
}

.axiotech-overhaul-final-cta .axiotech-overhaul-button-primary:hover,
.axiotech-overhaul-final-cta .axiotech-overhaul-button-primary:focus-visible {
  border-color: var(--axiotech-red);
  color: #fff !important;
  background: var(--axiotech-red);
}

body > .wrapper > footer {
  margin-top: 0 !important;
  border-top: 1px solid #d8dde5;
  background: #eef0f3;
}

body > .wrapper > footer .oval {
  display: none;
}

body > .wrapper > footer #footer-columns {
  margin-top: 0;
  padding-top: 54px;
  padding-bottom: 42px;
}

body > .wrapper > footer #footer-columns p {
  color: #3d495c;
  font-size: 14px;
}

body > .wrapper > footer #copyright-bar {
  color: #d7deeb;
  background: var(--axiotech-navy);
}

body > .wrapper > footer #copyright-bar p {
  color: #d7deeb;
  font-size: 13px;
}

@media (max-width: 1199px) {
  #logo-row {
    min-height: 70px;
  }

  #top-nav-holder .navbar-header {
    min-height: 50px;
    border-top: 1px solid #e2e5eb;
  }

  #top-nav-holder .navbar-toggle {
    margin: 7px 0 7px auto;
    border-radius: 2px;
  }

  .axiotech-primary-navigation > li {
    border-top: 1px solid var(--axiotech-line);
  }

  .axiotech-primary-navigation .current-menu-item,
  .axiotech-primary-navigation .current-menu-ancestor {
    border-left: 4px solid var(--axiotech-red);
  }

  .axiotech-mega-panel {
    background: transparent;
  }

  .axiotech-mega-panel-inner {
    border-top: 0;
    border-left-color: var(--axiotech-red);
  }
}

@media (max-width: 960px) {
  .axiotech-overhaul-hero {
    min-height: 0;
  }

  .axiotech-overhaul-hero-grid,
  .axiotech-overhaul-split {
    grid-template-columns: 1fr;
  }

  .axiotech-overhaul-hero-grid {
    gap: 54px;
  }

  .axiotech-overhaul-control-map {
    width: min(100%, 650px);
  }

  .axiotech-overhaul-division-grid {
    grid-template-columns: 1fr 1fr;
  }

  .axiotech-overhaul-division-dark {
    grid-column: 1 / -1;
    min-height: 300px;
  }

  .axiotech-overhaul-route-row {
    grid-template-columns: 44px minmax(190px, 0.8fr) minmax(260px, 1.2fr) 44px;
    gap: 18px;
  }
}

@media (max-width: 767px) {
  body > .wrapper > header .container,
  body > .wrapper > footer .container {
    width: min(100% - 28px, 1280px);
  }

  #logo-row {
    min-height: 68px;
    padding-top: 8px !important;
  }

  #logo-row img {
    max-width: min(230px, 68vw);
    max-height: 56px;
  }

  #logo-row > .text-right {
    display: none;
  }

  .axiotech-overhaul-wrap {
    width: min(100% - 30px, 1240px);
  }

  .axiotech-overhaul-section,
  .axiotech-overhaul-hero,
  .axiotech-overhaul-service-hero {
    padding-top: 62px;
    padding-bottom: 62px;
  }

  .axiotech-overhaul h1,
  .axiotech-overhaul-service-hero h1 {
    font-size: clamp(35px, 10vw, 42px);
    line-height: 1.04;
  }

  .axiotech-overhaul h2 {
    font-size: 32px;
  }

  .axiotech-overhaul-hero .axiotech-overhaul-lead {
    font-size: 18px;
  }

  .axiotech-overhaul-control-map {
    padding: 15px;
  }

  .axiotech-overhaul-control-core {
    padding: 22px;
  }

  .axiotech-overhaul-control-flow {
    align-items: flex-start;
    font-size: 8px;
  }

  .axiotech-overhaul-division-grid {
    grid-template-columns: 1fr;
  }

  .axiotech-overhaul-division,
  .axiotech-overhaul-division-dark {
    grid-column: auto;
    min-height: 350px;
    border-top: 1px solid var(--axiotech-line);
    border-left: 0;
  }

  .axiotech-overhaul-division:first-child {
    border-top: 0;
  }

  .axiotech-overhaul-route-row {
    grid-template-columns: 38px 1fr 44px;
    gap: 12px;
    padding: 25px 0;
  }

  .axiotech-overhaul-route-row > div:nth-child(3) {
    grid-column: 2 / -1;
    padding-right: 8px;
  }

  .axiotech-overhaul-route-row > a {
    grid-column: 3;
    grid-row: 1;
  }

  .axiotech-overhaul-hyperion-visual {
    min-height: 0;
  }

  .axiotech-overhaul-hyperion-image {
    height: 250px;
    background-size: 90% auto;
  }

  .axiotech-overhaul-hyperion-visual figcaption {
    display: block;
  }

  .axiotech-overhaul-hyperion-visual figcaption span {
    margin-top: 5px;
  }
}

@media (max-width: 440px) {
  .axiotech-overhaul-actions,
  .axiotech-overhaul-button {
    width: 100%;
  }

  .axiotech-overhaul-control-modules {
    grid-template-columns: 1fr;
  }

  .axiotech-overhaul-control-flow i {
    min-width: 10px;
  }

  .axiotech-overhaul-assurance .axiotech-overhaul-wrap {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  .axiotech-overhaul-card {
    transition: none;
  }
}
