/*
  ALPHAPLAYTECH CORPORATE SITE — V4
  Arquivo central de estilos. Compatível com Dreamweaver Live View.
  Edite cores, fontes e espaçamentos neste arquivo.
*/

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 112px;
}

body {
  margin: 0;
  background: #f7f9fc;
  color: #15253a;
  font-family: "Segoe UI", Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

body.menu-open {
  overflow: hidden;
}

img {
  display: block;
  max-width: 100%;
}

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

button,
input {
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

address {
  font-style: normal;
}

h1,
h2,
h3,
p,
figure {
  margin-top: 0;
}

h1,
h2,
h3 {
  color: #071a31;
  font-weight: 700;
  letter-spacing: -0.035em;
  line-height: 1.08;
}

h1 {
  font-size: 64px;
}

h2 {
  font-size: 42px;
}

h3 {
  font-size: 22px;
}

p {
  color: #52647a;
}

:focus-visible {
  outline: 3px solid #00b8ff;
  outline-offset: 3px;
}

.shell {
  width: 92%;
  max-width: 1240px;
  margin-right: auto;
  margin-left: auto;
}

.narrow {
  max-width: 900px;
}

.skip-link {
  position: fixed;
  z-index: 10000;
  top: -80px;
  left: 20px;
  padding: 12px 18px;
  border-radius: 4px;
  background: #ffffff;
  color: #06162b;
  font-weight: 700;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

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

.status-bar {
  background: #031022;
  color: #b7c7dc;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.04em;
}

.status-inner {
  display: flex;
  min-height: 34px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.status-inner span {
  display: flex;
  align-items: center;
  gap: 9px;
}

.status-inner a {
  color: #ffffff;
}

.status-inner a:hover {
  color: #58d8ff;
}

.status-dot {
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #38e6aa;
  box-shadow: 0 0 12px #38e6aa;
}

.site-header {
  position: sticky;
  z-index: 500;
  top: 0;
  border-bottom: 1px solid rgba(12, 48, 82, 0.1);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 10px 30px rgba(6, 30, 56, 0.05);
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
}

.header-inner {
  display: flex;
  min-height: 80px;
  align-items: center;
  gap: 24px;
}

.brand {
  display: block;
  flex: 0 0 212px;
}

.brand img {
  width: 212px;
  height: auto;
}

.primary-nav {
  display: flex;
  flex: 1 1 auto;
  align-items: center;
  justify-content: center;
  gap: 4px;
}

.primary-nav a {
  position: relative;
  padding: 11px 9px;
  border-radius: 7px;
  color: #344a63;
  font-size: 13px;
  font-weight: 650;
  white-space: nowrap;
  transition:
    color 0.2s ease,
    background 0.2s ease;
}

.primary-nav a:hover,
.primary-nav a.is-active {
  background: #edf7ff;
  color: #0069a8;
}

.primary-nav a.is-active:after {
  position: absolute;
  right: 11px;
  bottom: 5px;
  left: 11px;
  height: 2px;
  background: #00a8e8;
  content: "";
}

.language-switch {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  padding: 3px;
  border: 1px solid #d7e2ed;
  border-radius: 8px;
  background: #f3f7fb;
}

.language-switch a {
  display: flex;
  width: 31px;
  height: 29px;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  color: #52647a;
  font-size: 11px;
  font-weight: 800;
}

.language-switch a:hover,
.language-switch a.is-current {
  background: #0b79b6;
  color: #ffffff;
}

.menu-toggle {
  display: none;
  width: 48px;
  height: 44px;
  padding: 10px;
  border: 1px solid #d7e2ed;
  border-radius: 8px;
  background: #ffffff;
  color: #071a31;
  cursor: pointer;
}

.menu-toggle span {
  display: block;
  width: 22px;
  height: 2px;
  margin: 4px auto;
  background: #071a31;
}

.menu-toggle b {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}

.eyebrow {
  margin-bottom: 18px;
  color: #008dc9;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.button-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}

.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 12px 22px;
  border: 1px solid transparent;
  border-radius: 6px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 750;
  line-height: 1.2;
  text-align: center;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    background 0.2s ease;
}

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

.button.primary {
  background: #00a7e1;
  color: #021323;
  box-shadow: 0 12px 30px rgba(0, 167, 225, 0.24);
}

.button.primary:hover {
  background: #41c9f5;
  box-shadow: 0 16px 34px rgba(0, 167, 225, 0.32);
}

.button.secondary {
  border-color: #bcd2e4;
  background: #ffffff;
  color: #0a6da6;
}

.button.secondary:hover {
  border-color: #00a7e1;
  background: #edfaff;
}

.button.ghost {
  border-color: #cdd9e5;
  background: transparent;
  color: #1a334e;
}

.button.disabled {
  border-color: #d6e0e9;
  background: #e8eef4;
  color: #718297;
  cursor: not-allowed;
  box-shadow: none;
  pointer-events: none;
}

.text-link {
  color: #007dbd;
  font-weight: 750;
}

.text-link:hover {
  color: #004f82;
}

.light-link {
  color: #67d9ff;
}

.hero {
  position: relative;
  overflow: hidden;
  background: #06162b;
  color: #ffffff;
}

.hero-grid,
.frontier-grid {
  position: absolute;
  inset: 0;
  opacity: 0.18;
  background-image:
    linear-gradient(rgba(59, 181, 232, 0.25) 1px, transparent 1px),
    linear-gradient(90deg, rgba(59, 181, 232, 0.25) 1px, transparent 1px);
  background-size: 54px 54px;
  mask-image: linear-gradient(to bottom, black, transparent);
}

.hero-grid:after,
.frontier-grid:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 58%;
  width: 1px;
  background: linear-gradient(to bottom, transparent, #1bc7ff, transparent);
  content: "";
  box-shadow: 0 0 36px #1bc7ff;
  animation: scanner 7s linear infinite;
}

@keyframes scanner {
  0% {
    transform: translateX(-260px);
    opacity: 0;
  }
  18% {
    opacity: 0.75;
  }
  82% {
    opacity: 0.75;
  }
  100% {
    transform: translateX(500px);
    opacity: 0;
  }
}

.hero-layout {
  position: relative;
  display: flex;
  min-height: 690px;
  align-items: center;
  gap: 7%;
  padding-top: 70px;
  padding-bottom: 78px;
}

.hero-copy {
  flex: 0 1 52%;
  max-width: 650px;
}

.hero h1,
.surface-dark h2,
.frontier-hero h1 {
  color: #ffffff;
}

.hero h1 {
  max-width: 680px;
  margin-bottom: 25px;
  font-size: 70px;
}

.hero h1:after {
  display: block;
  width: 92px;
  height: 4px;
  margin-top: 25px;
  background: linear-gradient(90deg, #00b8f0, transparent);
  content: "";
}

.hero-lead {
  max-width: 650px;
  margin-bottom: 30px;
  color: #b8cadf;
  font-size: 19px;
}

.hero .button.secondary,
.frontier-hero .button.secondary {
  border-color: rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.05);
  color: #ffffff;
}

.hero .button.secondary:hover,
.frontier-hero .button.secondary:hover {
  border-color: #4fd4ff;
  background: rgba(50, 193, 240, 0.12);
}

.trust-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 20px;
  margin: 34px 0 0;
  padding: 0;
  color: #91a8c2;
  font-size: 12px;
  font-weight: 650;
  list-style: none;
}

.trust-list li:before {
  margin-right: 8px;
  color: #39dda3;
  content: "✓";
}

.hero-visual {
  flex: 1 1 41%;
  min-width: 0;
}

.visual-frame {
  position: relative;
  padding: 8px;
  border: 1px solid rgba(104, 216, 255, 0.38);
  background: rgba(255, 255, 255, 0.04);
  box-shadow:
    0 30px 90px rgba(0, 0, 0, 0.38),
    0 0 70px rgba(0, 150, 220, 0.13);
}

.visual-frame:before,
.visual-frame:after {
  position: absolute;
  z-index: 2;
  width: 58px;
  height: 58px;
  border-color: #50d8ff;
  content: "";
}

.visual-frame:before {
  top: -10px;
  left: -10px;
  border-top: 2px solid;
  border-left: 2px solid;
}

.visual-frame:after {
  right: -10px;
  bottom: -10px;
  border-right: 2px solid;
  border-bottom: 2px solid;
}

.visual-frame img {
  width: 100%;
  height: 430px;
  object-fit: cover;
}

.visual-caption {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 15px 12px 8px;
  color: #ffffff;
}

.visual-caption span {
  color: #6ccff1;
  font-family: Consolas, "Courier New", monospace;
  font-size: 11px;
  letter-spacing: 0.12em;
}

.visual-caption b {
  font-size: 13px;
}

.metric-strip {
  position: relative;
  z-index: 5;
  border-bottom: 1px solid #d9e5ef;
  background: #ffffff;
  box-shadow: 0 16px 40px rgba(7, 32, 60, 0.08);
}

.metrics {
  display: flex;
  flex-wrap: wrap;
}

.metrics div {
  display: flex;
  min-height: 112px;
  flex: 1 1 25%;
  align-items: center;
  gap: 14px;
  padding: 22px 30px;
  border-right: 1px solid #e2ebf2;
}

.metrics div:last-child {
  border-right: 0;
}

.metrics strong {
  color: #007bb7;
  font-family: Consolas, "Courier New", monospace;
  font-size: 35px;
  letter-spacing: -0.06em;
}

.metrics span {
  max-width: 135px;
  color: #586a80;
  font-size: 12px;
  font-weight: 650;
  line-height: 1.35;
}

.section {
  padding-top: 104px;
  padding-bottom: 104px;
}

.section-heading {
  max-width: 780px;
  margin-bottom: 48px;
}

.section-heading h2 {
  margin-bottom: 20px;
}

.section-heading > p:last-child {
  max-width: 690px;
  margin-bottom: 0;
  font-size: 17px;
}

.split-heading {
  display: flex;
  max-width: none;
  align-items: flex-end;
  justify-content: space-between;
  gap: 70px;
}

.split-heading > div {
  flex: 0 1 62%;
}

.split-heading > p,
.split-heading > a {
  flex: 0 1 36%;
  margin-bottom: 7px;
}

.light p,
.surface-dark p {
  color: #aebed1;
}

.capability-grid {
  display: flex;
  flex-wrap: wrap;
  margin: -8px;
}

.capability-card {
  position: relative;
  display: flex;
  min-height: 270px;
  flex: 0 0 calc(25% - 16px);
  flex-direction: column;
  margin: 8px;
  padding: 29px;
  overflow: hidden;
  border: 1px solid #dce6ef;
  border-radius: 6px;
  background: #ffffff;
  box-shadow: 0 12px 36px rgba(8, 40, 70, 0.045);
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    border 0.25s ease;
}

.capability-card:before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 3px;
  background: linear-gradient(90deg, #007fc0, #36d1ff);
  content: "";
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.25s ease;
}

.capability-card:hover {
  z-index: 2;
  border-color: #9dd7f1;
  box-shadow: 0 24px 55px rgba(7, 53, 89, 0.13);
  transform: translateY(-5px);
}

.capability-card:hover:before {
  transform: scaleX(1);
}

.capability-card .cap-number {
  position: absolute;
  top: 25px;
  right: 25px;
  color: #a8b7c6;
  font-family: Consolas, "Courier New", monospace;
  font-size: 12px;
}

.capability-card i {
  display: flex;
  width: 47px;
  height: 47px;
  align-items: center;
  justify-content: center;
  margin-bottom: 28px;
  border: 1px solid #a9d9ef;
  border-radius: 5px;
  background: #effaff;
  color: #037eb9;
  font-family: Consolas, "Courier New", monospace;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
}

.capability-card h3 {
  margin-bottom: 12px;
  font-size: 21px;
}

.capability-card p {
  flex-grow: 1;
  margin-bottom: 16px;
  font-size: 14px;
}

.capability-card > b {
  color: #008dcc;
  font-size: 20px;
}

.center-action {
  margin-top: 38px;
  text-align: center;
}

.surface-dark {
  position: relative;
  overflow: hidden;
  background: #07182c;
  color: #ffffff;
}

.surface-dark:before {
  position: absolute;
  top: -180px;
  right: -150px;
  width: 540px;
  height: 540px;
  border: 1px solid rgba(66, 200, 245, 0.13);
  border-radius: 50%;
  content: "";
  box-shadow:
    0 0 0 80px rgba(31, 144, 192, 0.025),
    0 0 0 160px rgba(31, 144, 192, 0.02);
}

.surface-dark > .shell {
  position: relative;
}

.module-ribbon {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 30px;
}

.module-ribbon span {
  padding: 8px 13px;
  border: 1px solid rgba(102, 203, 239, 0.28);
  border-radius: 4px;
  background: rgba(42, 174, 222, 0.06);
  color: #9ddff5;
  font-family: Consolas, "Courier New", monospace;
  font-size: 12px;
}

.surface-soft {
  background: #edf3f8;
}

.space-gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.space-gallery figure {
  position: relative;
  flex: 1 1 calc(28% - 18px);
  min-height: 260px;
  margin-bottom: 0;
  overflow: hidden;
  background: #0a1c32;
}

.space-gallery figure.space-large {
  flex-basis: 42%;
}

.space-gallery img {
  width: 100%;
  height: 100%;
  min-height: 310px;
  object-fit: cover;
  transition: transform 0.45s ease;
}

.space-gallery figure:hover img {
  transform: scale(1.035);
}

.space-gallery figure:after {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(2, 15, 31, 0.86), transparent 55%);
  content: "";
  pointer-events: none;
}

.space-gallery figcaption {
  position: absolute;
  z-index: 2;
  right: 24px;
  bottom: 20px;
  left: 24px;
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
}

.full-gallery figure {
  flex-basis: calc(33.333% - 18px);
}

.innovation-preview {
  position: relative;
  overflow: hidden;
  background: linear-gradient(125deg, #eef6fb, #f8fbfd 48%, #e4f3fa);
}

.innovation-layout {
  display: flex;
  min-height: 520px;
  align-items: center;
  gap: 10%;
}

.innovation-copy {
  flex: 0 1 53%;
}

.innovation-copy p {
  font-size: 17px;
}

.innovation-copy ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 27px 0 32px;
  padding: 0;
  list-style: none;
}

.innovation-copy li {
  flex: 0 0 calc(50% - 4px);
  padding: 10px 12px 10px 30px;
  border: 1px solid #d0e4ef;
  background: rgba(255, 255, 255, 0.65);
  color: #34526d;
  font-size: 13px;
  font-weight: 650;
}

.innovation-copy li:before {
  margin-left: -18px;
  margin-right: 9px;
  color: #00a7dc;
  content: "+";
}

.nexo-orbit {
  position: relative;
  flex: 0 0 390px;
  height: 390px;
}

.orbit {
  position: absolute;
  top: 50%;
  left: 50%;
  border: 1px solid rgba(0, 131, 190, 0.32);
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.orbit-a {
  width: 370px;
  height: 370px;
  animation: orbit 18s linear infinite;
}

.orbit-b {
  width: 275px;
  height: 275px;
  border-style: dashed;
  animation: orbit-reverse 15s linear infinite;
}

.orbit-c {
  width: 455px;
  height: 455px;
  border-color: rgba(69, 212, 255, 0.18);
  animation: orbit 24s linear infinite;
}

@keyframes orbit {
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

@keyframes orbit-reverse {
  to {
    transform: translate(-50%, -50%) rotate(-360deg);
  }
}

.orbit-core {
  position: absolute;
  top: 50%;
  left: 50%;
  display: flex;
  width: 164px;
  height: 164px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border: 1px solid #8bdcf7;
  border-radius: 50%;
  background: #061a31;
  color: #ffffff;
  box-shadow: 0 0 70px rgba(0, 160, 220, 0.22);
  transform: translate(-50%, -50%);
}

.orbit-core img {
  width: 45px;
  height: 45px;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

.orbit-core strong {
  margin-top: 2px;
  font-size: 18px;
  letter-spacing: 0.13em;
}

.orbit-core span {
  color: #4dd1fc;
  font-family: Consolas, "Courier New", monospace;
  font-size: 13px;
}

.node {
  position: absolute;
  display: flex;
  min-width: 55px;
  height: 28px;
  align-items: center;
  justify-content: center;
  padding: 0 9px;
  border: 1px solid #8eddf5;
  border-radius: 20px;
  background: #f6fcff;
  color: #0076aa;
  font-family: Consolas, "Courier New", monospace;
  font-size: 10px;
  font-style: normal;
  font-weight: 700;
  box-shadow: 0 8px 25px rgba(0, 86, 130, 0.15);
}

.node-a {
  top: 43px;
  left: 56px;
}
.node-b {
  top: 122px;
  right: 0;
}
.node-c {
  bottom: 38px;
  left: 65px;
}
.node-d {
  right: 35px;
  bottom: 40px;
}

.clients-home {
  background: #f7f9fc;
}

.client-grid {
  display: flex;
  flex-wrap: wrap;
  margin: -7px;
}

.client-card {
  position: relative;
  display: flex;
  min-height: 154px;
  flex: 0 0 calc(20% - 14px);
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 13px;
  margin: 7px;
  padding: 22px;
  border: 1px solid #dce5ed;
  border-radius: 5px;
  background: #ffffff;
  color: #53657a;
  text-align: center;
  transition:
    border 0.2s ease,
    transform 0.2s ease,
    box-shadow 0.2s ease;
}

a.client-card:hover {
  border-color: #9ed7ef;
  box-shadow: 0 16px 34px rgba(9, 52, 82, 0.1);
  transform: translateY(-4px);
}

.client-card img {
  width: auto;
  max-width: 125px;
  height: 58px;
  object-fit: contain;
}

.client-card span {
  font-size: 12px;
  font-weight: 700;
}

.client-card > b {
  position: absolute;
  top: 10px;
  right: 12px;
  color: #0091c9;
}

.cta-band {
  background: #00a5df;
  color: #03172a;
}

.cta-inner {
  display: flex;
  min-height: 310px;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
  padding-top: 65px;
  padding-bottom: 65px;
}

.cta-inner > div:first-child {
  max-width: 720px;
}

.cta-inner .eyebrow {
  color: #083a56;
}

.cta-inner h2 {
  margin-bottom: 14px;
  color: #03162a;
}

.cta-inner p {
  margin-bottom: 0;
  color: #16445d;
  font-size: 17px;
}

.cta-inner .button.primary {
  background: #06182c;
  color: #ffffff;
  box-shadow: none;
}

.cta-inner .button.ghost {
  border-color: rgba(3, 23, 42, 0.35);
  color: #03172a;
}

.page-hero {
  position: relative;
  overflow: hidden;
  padding: 110px 0 100px;
  background: #eaf2f8;
}

.page-hero:before {
  position: absolute;
  top: -240px;
  right: -180px;
  width: 580px;
  height: 580px;
  border: 1px solid rgba(0, 139, 201, 0.12);
  border-radius: 50%;
  content: "";
  box-shadow:
    0 0 0 90px rgba(0, 139, 201, 0.025),
    0 0 0 180px rgba(0, 139, 201, 0.02);
}

.page-hero .shell {
  position: relative;
}

.page-hero h1 {
  max-width: 900px;
  margin-bottom: 25px;
}

.page-hero p:not(.eyebrow) {
  max-width: 770px;
  margin-bottom: 0;
  font-size: 19px;
}

.page-hero-layout {
  display: flex;
  align-items: center;
  gap: 7%;
}

.page-hero-layout > div {
  flex: 0 1 56%;
}

.page-hero-layout figure {
  flex: 1 1 37%;
  margin-bottom: 0;
  padding: 7px;
  border: 1px solid #a6cfe2;
  background: #ffffff;
  box-shadow: 0 25px 70px rgba(13, 54, 84, 0.18);
}

.page-hero-layout figure img {
  width: 100%;
  height: 390px;
  object-fit: cover;
}

.department-grid {
  display: flex;
  flex-wrap: wrap;
  margin: -8px;
}

.department-grid article {
  position: relative;
  min-height: 235px;
  flex: 0 0 calc(33.333% - 16px);
  margin: 8px;
  padding: 30px;
  border: 1px solid #dce6ef;
  border-radius: 5px;
  background: #ffffff;
}

.department-grid article:after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 3px;
  background: linear-gradient(90deg, #0078b4, #4bd8ff);
  content: "";
  opacity: 0;
  transition: opacity 0.2s ease;
}

.department-grid article:hover:after {
  opacity: 1;
}

.department-grid span {
  display: block;
  margin-bottom: 34px;
  color: #00a0dc;
  font-family: Consolas, "Courier New", monospace;
  font-size: 13px;
}

.department-grid h3 {
  margin-bottom: 12px;
}

.department-grid p {
  margin-bottom: 0;
  font-size: 14px;
}

.method-steps {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
}

.method-steps li {
  position: relative;
  min-height: 225px;
  flex: 1 1 25%;
  padding: 30px;
  border-top: 1px solid #c9d9e6;
  border-right: 1px solid #dce6ef;
  border-bottom: 1px solid #c9d9e6;
  background: #ffffff;
}

.method-steps li:first-child {
  border-left: 1px solid #c9d9e6;
}

.method-steps b {
  display: block;
  margin-bottom: 28px;
  color: #0096ce;
  font-family: Consolas, "Courier New", monospace;
}

.method-steps h3 {
  margin-bottom: 10px;
}

.method-steps p {
  margin-bottom: 0;
  font-size: 14px;
}

.service-hero {
  background: #06172c;
}

.service-hero h1,
.service-hero .eyebrow {
  color: #ffffff;
}

.service-hero p:not(.eyebrow) {
  color: #adc0d6;
}

.service-tools {
  position: sticky;
  z-index: 120;
  top: 80px;
  border-bottom: 1px solid #dbe5ed;
  background: rgba(255, 255, 255, 0.97);
  box-shadow: 0 12px 35px rgba(9, 40, 66, 0.07);
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
}

.tools-inner {
  display: flex;
  min-height: 84px;
  align-items: center;
  gap: 22px;
}

.tools-inner label {
  color: #233c55;
  font-size: 13px;
  font-weight: 750;
}

.search-wrap {
  position: relative;
  flex: 1 1 auto;
}

.search-wrap input {
  width: 100%;
  height: 46px;
  padding: 0 48px 0 16px;
  border: 1px solid #bfd0df;
  border-radius: 5px;
  background: #f8fbfd;
  color: #102a43;
}

.search-wrap input:focus {
  border-color: #00a2dd;
  outline: none;
  box-shadow: 0 0 0 3px rgba(0, 162, 221, 0.13);
}

.search-wrap button {
  position: absolute;
  top: 5px;
  right: 6px;
  width: 36px;
  height: 36px;
  border: 0;
  background: transparent;
  color: #60738a;
  cursor: pointer;
  font-size: 22px;
}

#service-count {
  min-width: 92px;
  color: #007faf;
  font-family: Consolas, "Courier New", monospace;
  font-size: 12px;
  font-weight: 700;
  text-align: right;
}

.services-catalog {
  max-width: 1080px;
}

.service-sector {
  margin-bottom: 22px;
  border: 1px solid #d8e4ed;
  border-radius: 6px;
  background: #ffffff;
  box-shadow: 0 9px 28px rgba(8, 40, 68, 0.045);
  scroll-margin-top: 182px;
}

.service-sector[hidden] {
  display: none;
}

.service-sector > header {
  display: flex;
  min-height: 170px;
  align-items: center;
  gap: 25px;
  padding: 30px;
  border-bottom: 1px solid #e2eaf1;
  background: #f7fafc;
}

.sector-icon {
  display: flex;
  width: 62px;
  height: 62px;
  flex: 0 0 62px;
  align-items: center;
  justify-content: center;
  border: 1px solid #9ed6ec;
  border-radius: 5px;
  background: #eaf8fd;
  color: #007caf;
  font-family: Consolas, "Courier New", monospace;
  font-size: 21px;
  font-weight: 700;
}

.service-sector header > div:nth-child(2) {
  flex: 1 1 auto;
}

.service-sector header span {
  color: #008ec7;
  font-family: Consolas, "Courier New", monospace;
  font-size: 11px;
}

.service-sector header h2 {
  margin: 6px 0 7px;
  font-size: 28px;
}

.service-sector header p {
  margin: 0;
  font-size: 14px;
}

.service-sector header > b {
  flex: 0 0 auto;
  padding: 7px 10px;
  border: 1px solid #c9dce8;
  border-radius: 3px;
  color: #607489;
  font-size: 11px;
  white-space: nowrap;
}

.cnae-row {
  display: flex;
  align-items: flex-start;
  gap: 25px;
  padding: 18px 30px;
  border-bottom: 1px solid #edf1f5;
}

.cnae-row:last-child {
  border-bottom: 0;
}

.cnae-row code {
  flex: 0 0 100px;
  padding-top: 2px;
  color: #007daf;
  font-family: Consolas, "Courier New", monospace;
  font-size: 13px;
  font-weight: 700;
}

.cnae-row p {
  margin: 0;
  color: #3e536a;
  font-size: 14px;
}

.empty-search {
  padding: 60px;
  border: 1px dashed #b5cada;
  background: #ffffff;
  text-align: center;
}

.empty-search h2 {
  font-size: 28px;
}

.legal-note {
  margin: 35px 0 0;
  padding: 18px 20px;
  border-left: 3px solid #00a1db;
  background: #edf5fa;
  color: #536a80;
  font-size: 12px;
}

.app-hero {
  background: linear-gradient(130deg, #06172d, #0a2947 72%, #0b3957);
}

.app-hero:before {
  border-color: rgba(92, 215, 255, 0.18);
}

.app-hero-layout {
  display: flex;
  align-items: center;
  gap: 7%;
}

.app-hero-layout > div:first-child {
  flex: 0 1 51%;
}

.app-hero h1 {
  margin-top: 18px;
  color: #ffffff;
  font-size: 76px;
}

.app-hero p:not(.eyebrow) {
  color: #b7c9dc;
}

.development-badge {
  display: inline-block;
  padding: 6px 9px;
  border: 1px solid rgba(74, 213, 255, 0.5);
  border-radius: 3px;
  color: #62dbff;
  font-family: Consolas, "Courier New", monospace;
  font-size: 11px;
  letter-spacing: 0.12em;
}

.app-console {
  flex: 1 1 42%;
  overflow: hidden;
  border: 1px solid rgba(96, 205, 242, 0.4);
  border-radius: 6px;
  background: #041121;
  box-shadow:
    0 35px 80px rgba(0, 0, 0, 0.38),
    0 0 50px rgba(0, 159, 222, 0.14);
}

.console-top {
  display: flex;
  height: 42px;
  align-items: center;
  gap: 7px;
  padding: 0 14px;
  border-bottom: 1px solid rgba(98, 188, 227, 0.2);
}

.console-top i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #25516f;
}

.console-top i:first-child {
  background: #33d6a2;
}
.console-top i:nth-child(2) {
  background: #48c8f2;
}

.console-top span {
  margin-left: auto;
  color: #6688a2;
  font-family: Consolas, "Courier New", monospace;
  font-size: 9px;
}

.console-body {
  display: flex;
  min-height: 330px;
}

.console-sidebar {
  display: flex;
  flex: 0 0 110px;
  flex-direction: column;
  gap: 3px;
  padding: 18px 10px;
  border-right: 1px solid rgba(98, 188, 227, 0.16);
}

.console-sidebar b,
.console-sidebar span {
  padding: 8px 9px;
  border-radius: 3px;
  color: #6e90aa;
  font-family: Consolas, "Courier New", monospace;
  font-size: 9px;
}

.console-sidebar b {
  background: rgba(42, 184, 233, 0.12);
  color: #59cdf2;
}

.console-main {
  flex: 1 1 auto;
  padding: 24px;
}

.console-metrics {
  display: flex;
  gap: 8px;
}

.console-metrics span {
  display: flex;
  min-height: 74px;
  flex: 1 1 33%;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border: 1px solid rgba(75, 181, 224, 0.22);
  background: rgba(26, 119, 163, 0.07);
  color: #57d8ff;
  font-family: Consolas, "Courier New", monospace;
  font-size: 22px;
}

.console-metrics small {
  margin-top: 3px;
  color: #6289a4;
  font-size: 8px;
}

.console-flow {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-top: 38px;
}

.console-flow i {
  padding: 9px 10px;
  border: 1px solid rgba(89, 194, 235, 0.27);
  color: #7bbad5;
  font-family: Consolas, "Courier New", monospace;
  font-size: 8px;
  font-style: normal;
}

.console-flow b {
  color: #2d7398;
}

.console-bars {
  margin-top: 38px;
}

.console-bars span {
  display: block;
  width: 92%;
  height: 7px;
  margin: 10px 0;
  background: linear-gradient(
    90deg,
    rgba(54, 191, 240, 0.7),
    rgba(54, 191, 240, 0.04)
  );
}

.console-bars span:nth-child(2) {
  width: 66%;
}
.console-bars span:nth-child(3) {
  width: 82%;
}
.console-bars span:nth-child(4) {
  width: 48%;
}

.principle-grid {
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #cbdbe7;
  border-left: 1px solid #cbdbe7;
}

.principle-grid article {
  flex: 0 0 25%;
  padding: 30px;
  border-right: 1px solid #cbdbe7;
  border-bottom: 1px solid #cbdbe7;
  background: #ffffff;
}

.principle-grid b {
  display: block;
  margin-bottom: 32px;
  color: #00a1da;
  font-family: Consolas, "Courier New", monospace;
}

.principle-grid h2 {
  font-size: 21px;
}

.principle-grid p {
  margin-bottom: 0;
  font-size: 13px;
}

.module-grid {
  display: flex;
  flex-wrap: wrap;
  margin: -6px;
}

.module-grid article {
  min-height: 190px;
  flex: 0 0 calc(25% - 12px);
  margin: 6px;
  padding: 23px;
  border: 1px solid rgba(108, 193, 229, 0.2);
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.025);
}

.module-grid article:hover {
  border-color: rgba(92, 213, 255, 0.56);
  background: rgba(33, 157, 207, 0.06);
}

.module-grid span {
  display: block;
  margin-bottom: 25px;
  color: #4cccf7;
  font-family: Consolas, "Courier New", monospace;
  font-size: 10px;
}

.module-grid h3 {
  margin-bottom: 10px;
  color: #ffffff;
  font-family: Consolas, "Courier New", monospace;
  font-size: 18px;
  letter-spacing: 0;
}

.module-grid p {
  margin-bottom: 0;
  color: #9eb2c7;
  font-size: 12px;
}

.app-slot {
  display: flex;
  min-height: 190px;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  padding: 38px;
  border: 1px dashed #9ecbdf;
  border-radius: 5px;
  background: repeating-linear-gradient(
    -45deg,
    #f5fafc,
    #f5fafc 12px,
    #edf5f8 12px,
    #edf5f8 24px
  );
}

.app-slot span {
  color: #0088bf;
  font-family: Consolas, "Courier New", monospace;
  font-size: 10px;
  letter-spacing: 0.15em;
}

.app-slot h3 {
  margin: 8px 0 7px;
  font-size: 31px;
}

.app-slot p {
  margin-bottom: 0;
}

.integration-steps {
  display: flex;
  margin-top: 25px;
  gap: 12px;
}

.integration-steps article {
  flex: 1 1 33%;
  padding: 24px;
  border: 1px solid #d8e4ec;
  background: #ffffff;
}

.integration-steps b {
  display: flex;
  width: 30px;
  height: 30px;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  border-radius: 50%;
  background: #e4f7fd;
  color: #0084b7;
}

.integration-steps h3 {
  margin-bottom: 8px;
  font-size: 19px;
}

.integration-steps p {
  margin-bottom: 0;
  font-size: 13px;
}

.frontier-hero {
  position: relative;
  overflow: hidden;
  padding: 90px 0;
  background: #051429;
  color: #ffffff;
}

.frontier-layout {
  position: relative;
  display: flex;
  min-height: 570px;
  align-items: center;
  gap: 8%;
}

.frontier-layout > div:first-child {
  flex: 0 1 55%;
}

.frontier-hero h1 {
  margin-bottom: 25px;
}

.frontier-hero p:not(.eyebrow) {
  color: #aec1d7;
  font-size: 18px;
}

.large-orbit {
  flex-basis: 430px;
  height: 430px;
}

.frontier-hero .orbit {
  border-color: rgba(91, 213, 255, 0.32);
}

.frontier-hero .node {
  background: #08223d;
  color: #62d8ff;
}

.project-split {
  display: flex;
  gap: 8%;
}

.project-split > div:first-child {
  flex: 0 1 46%;
}

.project-split > div:first-child p:not(.eyebrow) {
  font-size: 16px;
}

.project-features {
  display: flex;
  flex: 1 1 46%;
  flex-wrap: wrap;
  border-top: 1px solid #d2e0e9;
  border-left: 1px solid #d2e0e9;
}

.project-features article {
  min-height: 205px;
  flex: 0 0 50%;
  padding: 25px;
  border-right: 1px solid #d2e0e9;
  border-bottom: 1px solid #d2e0e9;
  background: #ffffff;
}

.project-features span {
  color: #0096ca;
  font-family: Consolas, "Courier New", monospace;
  font-size: 11px;
}

.project-features h3 {
  margin: 22px 0 8px;
  font-size: 18px;
}

.project-features p {
  margin-bottom: 0;
  font-size: 12px;
}

.nia-flow {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 15px 0 38px;
  overflow-x: auto;
  padding: 14px 0;
}

.nia-flow span {
  flex: 0 0 auto;
  padding: 10px 13px;
  border: 1px solid rgba(82, 203, 244, 0.28);
  border-radius: 3px;
  background: rgba(47, 154, 199, 0.06);
  color: #a9d9e9;
  font-size: 11px;
  font-weight: 700;
}

.nia-flow i {
  color: #3c9bc1;
  font-style: normal;
}

.nia-grid {
  display: flex;
  flex-wrap: wrap;
  margin: -5px;
}

.nia-grid article {
  min-height: 115px;
  flex: 0 0 calc(20% - 10px);
  margin: 5px;
  padding: 18px;
  border: 1px solid rgba(100, 188, 225, 0.18);
  background: rgba(255, 255, 255, 0.025);
}

.nia-grid span {
  color: #4cc8ed;
  font-family: Consolas, "Courier New", monospace;
  font-size: 10px;
}

.nia-grid p {
  margin: 15px 0 0;
  color: #a7b9cc;
  font-size: 12px;
}

.safety-statement {
  margin-top: 26px;
  padding: 19px 21px;
  border-left: 3px solid #35d6a4;
  background: rgba(48, 207, 162, 0.06);
  color: #c5e8dc !important;
  font-size: 13px;
}

.investor-panel {
  display: flex;
  gap: 8%;
  padding: 55px;
  background: #e8f5fa;
}

.investor-panel > div:first-child {
  flex: 0 1 46%;
}

.investment-needs {
  display: flex;
  flex: 1 1 46%;
  flex-wrap: wrap;
  border-top: 1px solid #bcd8e5;
  border-left: 1px solid #bcd8e5;
}

.investment-needs article {
  flex: 0 0 50%;
  padding: 22px;
  border-right: 1px solid #bcd8e5;
  border-bottom: 1px solid #bcd8e5;
  background: rgba(255, 255, 255, 0.5);
}

.investment-needs b {
  color: #0088bd;
  font-family: Consolas, "Courier New", monospace;
  font-size: 11px;
}

.investment-needs h3 {
  margin: 17px 0 7px;
  font-size: 17px;
}

.investment-needs p {
  margin-bottom: 0;
  font-size: 12px;
}

.clients-hero {
  background: linear-gradient(115deg, #edf5f9, #ffffff);
}

.case-grid {
  display: flex;
  flex-wrap: wrap;
  margin: -7px;
}

.case-grid article {
  display: flex;
  min-height: 340px;
  flex: 0 0 calc(50% - 14px);
  flex-direction: column;
  margin: 7px;
  padding: 36px;
  border: 1px solid #d7e3eb;
  background: #ffffff;
}

.case-grid > article > span {
  color: #0091c7;
  font-family: Consolas, "Courier New", monospace;
  font-size: 12px;
}

.case-tag {
  margin: 42px 0 12px;
  color: #0079ac;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.case-grid h3 {
  margin-bottom: 14px;
  font-size: 28px;
}

.case-grid p:not(.case-tag) {
  flex-grow: 1;
  font-size: 14px;
}

.case-grid a {
  color: #007fb8;
  font-weight: 700;
}

.easy-edit {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  padding: 40px;
  border: 1px dashed #abc8d8;
  background: #f0f7fa;
}

.easy-edit > div {
  max-width: 750px;
}

.easy-edit h2 {
  font-size: 31px;
}

.easy-edit p {
  margin-bottom: 0;
}

.easy-edit code {
  flex: 0 0 auto;
  padding: 13px 16px;
  border: 1px solid #bcd8e4;
  background: #ffffff;
  color: #007cae;
  font-size: 11px;
}

.contact-hero {
  padding: 70px 0;
  background: #07182d;
}

.contact-hero-layout {
  display: flex;
  align-items: center;
  gap: 7%;
}

.contact-hero-layout > div {
  flex: 0 1 55%;
}

.contact-hero h1 {
  color: #ffffff;
}

.contact-hero p:not(.eyebrow) {
  color: #aec0d4;
}

.contact-hero img {
  width: 38%;
  height: 360px;
  object-fit: cover;
  border: 6px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 28px 60px rgba(0, 0, 0, 0.35);
}

.contact-grid {
  display: flex;
  gap: 30px;
}

.contact-primary {
  flex: 0 1 57%;
  padding: 40px;
  background: #e9f6fb;
}

.contact-primary h2 {
  font-size: 37px;
}

.contact-actions {
  margin-top: 30px;
  border-top: 1px solid #c7dce6;
}

.contact-actions a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 20px 5px;
  border-bottom: 1px solid #c7dce6;
}

.contact-actions a:hover {
  color: #007fb6;
}

.contact-actions span {
  flex: 0 0 95px;
  color: #60758b;
  font-size: 12px;
  font-weight: 700;
}

.contact-actions b {
  flex: 1 1 auto;
  color: #0d2a45;
}

.contact-actions i {
  color: #008fc8;
  font-style: normal;
}

.contact-details {
  display: flex;
  flex: 1 1 40%;
  flex-direction: column;
  gap: 12px;
}

.contact-details article {
  flex: 1 1 auto;
  padding: 25px;
  border: 1px solid #d8e3ec;
  background: #ffffff;
}

.contact-details span {
  float: right;
  color: #0094ca;
  font-family: Consolas, "Courier New", monospace;
  font-size: 11px;
}

.contact-details h3 {
  margin-bottom: 12px;
  font-size: 19px;
}

.contact-details p,
.contact-details address {
  margin: 0;
  color: #52677c;
  font-size: 13px;
  white-space: pre-line;
}

.request-guide {
  display: flex;
  align-items: flex-start;
  gap: 10%;
}

.request-guide > div {
  flex: 0 1 43%;
}

.request-guide ol {
  flex: 1 1 47%;
  margin: 0;
  padding: 0;
  border-top: 1px solid rgba(120, 197, 229, 0.25);
  list-style: none;
}

.request-guide li {
  display: flex;
  gap: 20px;
  padding: 18px 0;
  border-bottom: 1px solid rgba(120, 197, 229, 0.25);
  color: #b7c9da;
}

.request-guide li b {
  color: #4bcaef;
  font-family: Consolas, "Courier New", monospace;
}

.announcement {
  width: 92%;
  max-width: 680px;
  padding: 42px;
  overflow: visible;
  border: 1px solid #8bcfe8;
  border-radius: 7px;
  background: #ffffff;
  color: #16324b;
  box-shadow: 0 35px 100px rgba(0, 19, 39, 0.42);
}

.announcement::backdrop {
  background: rgba(2, 14, 29, 0.76);
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
}

.announcement-accent {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 5px;
  border-radius: 7px 7px 0 0;
  background: linear-gradient(90deg, #006ba5, #48d8ff);
}

.announcement h2 {
  margin-bottom: 18px;
  font-size: 37px;
}

.announcement > p:not(.eyebrow) {
  margin-bottom: 28px;
  font-size: 16px;
}

.dialog-close {
  position: absolute;
  top: 13px;
  right: 14px;
  width: 38px;
  height: 38px;
  border: 0;
  border-radius: 50%;
  background: #ecf4f8;
  color: #1a405c;
  cursor: pointer;
  font-size: 24px;
  line-height: 1;
}

.announcement-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.announcement-actions form {
  margin: 0;
}

.site-footer {
  background: #031124;
  color: #b3c4d7;
}

.footer-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 6%;
  padding-top: 75px;
  padding-bottom: 60px;
}

.footer-grid > div {
  flex: 1 1 16%;
}

.footer-grid .footer-brand {
  flex-basis: 31%;
}

.footer-brand img {
  width: 220px;
  height: auto;
  margin-bottom: 20px;
}

.footer-brand p {
  max-width: 360px;
  color: #9cb0c4;
  font-size: 14px;
}

.footer-brand span {
  color: #637d95;
  font-size: 11px;
}

.footer-grid h2 {
  margin-bottom: 20px;
  color: #ffffff;
  font-size: 12px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.footer-grid a,
.footer-grid address {
  display: block;
  margin-bottom: 10px;
  color: #9eb1c5;
  font-size: 13px;
}

.footer-grid a:hover {
  color: #58d7ff;
}

.footer-bottom {
  display: flex;
  min-height: 76px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border-top: 1px solid rgba(137, 178, 207, 0.16);
  color: #668097;
  font-size: 11px;
}

.footer-bottom a {
  color: #91aac1;
}

.whatsapp-float {
  position: fixed;
  z-index: 450;
  right: 22px;
  bottom: 22px;
  display: flex;
  width: 54px;
  height: 54px;
  align-items: center;
  justify-content: center;
  border: 3px solid #ffffff;
  border-radius: 50%;
  background: #23c96f;
  color: #062c17;
  font-size: 13px;
  font-weight: 850;
  box-shadow: 0 12px 35px rgba(10, 81, 43, 0.3);
}

.whatsapp-float:hover {
  background: #48e087;
  transform: translateY(-3px);
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *:before,
  *:after {
    animation: none !important;
    transition: none !important;
  }
}

@media (max-width: 1180px) {
  h1 {
    font-size: 54px;
  }
  .hero h1 {
    font-size: 57px;
  }
  .primary-nav a {
    padding-right: 6px;
    padding-left: 6px;
    font-size: 12px;
  }
  .brand {
    flex-basis: 180px;
  }
  .brand img {
    width: 180px;
  }
  .capability-card {
    flex-basis: calc(33.333% - 16px);
  }
  .client-card {
    flex-basis: calc(25% - 14px);
  }
  .module-grid article {
    flex-basis: calc(33.333% - 12px);
  }
  .nia-grid article {
    flex-basis: calc(25% - 10px);
  }
}

@media (max-width: 1020px) {
  .header-inner {
    justify-content: space-between;
  }
  .menu-toggle {
    display: block;
    order: 3;
  }
  .language-switch {
    margin-left: auto;
    order: 2;
  }
  .primary-nav {
    position: fixed;
    z-index: 600;
    top: 114px;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
    align-items: stretch;
    justify-content: flex-start;
    flex-direction: column;
    gap: 3px;
    padding: 24px 4%;
    overflow-y: auto;
    background: #ffffff;
  }
  .primary-nav.is-open {
    display: flex;
  }
  .primary-nav a {
    padding: 15px 12px;
    border-bottom: 1px solid #e4ebf1;
    font-size: 15px;
  }
  .primary-nav a.is-active:after {
    display: none;
  }
  .hero-layout {
    min-height: auto;
    align-items: flex-start;
    flex-direction: column;
  }
  .hero-copy,
  .hero-visual {
    width: 100%;
    max-width: none;
    flex-basis: auto;
  }
  .hero-visual {
    margin-top: 48px;
  }
  .visual-frame img {
    height: 500px;
  }
  .metrics div {
    flex-basis: 50%;
    border-bottom: 1px solid #e2ebf2;
  }
  .split-heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 0;
  }
  .split-heading > div,
  .split-heading > p,
  .split-heading > a {
    flex-basis: auto;
  }
  .capability-card {
    flex-basis: calc(50% - 16px);
  }
  .innovation-layout {
    flex-direction: column;
    align-items: flex-start;
  }
  .nexo-orbit {
    margin: 45px auto 0;
  }
  .page-hero-layout {
    flex-direction: column;
  }
  .page-hero-layout > div,
  .page-hero-layout figure {
    width: 100%;
    flex-basis: auto;
  }
  .page-hero-layout figure {
    margin-top: 40px;
  }
  .department-grid article {
    flex-basis: calc(50% - 16px);
  }
  .method-steps {
    flex-wrap: wrap;
  }
  .method-steps li {
    flex-basis: 50%;
  }
  .method-steps li:nth-child(3) {
    border-left: 1px solid #c9d9e6;
  }
  .app-hero-layout {
    flex-direction: column;
    align-items: stretch;
  }
  .app-console {
    margin-top: 48px;
  }
  .principle-grid article {
    flex-basis: 50%;
  }
  .module-grid article {
    flex-basis: calc(50% - 12px);
  }
  .frontier-layout {
    flex-direction: column;
    align-items: flex-start;
  }
  .large-orbit {
    margin-right: auto;
    margin-left: auto;
  }
  .project-split {
    flex-direction: column;
  }
  .project-features {
    margin-top: 40px;
  }
  .nia-grid article {
    flex-basis: calc(33.333% - 10px);
  }
  .investor-panel {
    flex-direction: column;
  }
  .investment-needs {
    margin-top: 42px;
  }
  .contact-hero-layout {
    flex-direction: column;
    align-items: flex-start;
  }
  .contact-hero img {
    width: 100%;
    height: 440px;
    margin-top: 40px;
  }
  .footer-grid > div {
    flex-basis: 27%;
  }
  .footer-grid .footer-brand {
    flex-basis: 100%;
    margin-bottom: 25px;
  }
}

@media (max-width: 760px) {
  body {
    font-size: 15px;
  }
  h1,
  .hero h1,
  .app-hero h1 {
    font-size: 42px;
  }
  h2 {
    font-size: 33px;
  }
  .status-inner {
    justify-content: center;
    text-align: center;
  }
  .status-inner a {
    display: none;
  }
  .header-inner {
    min-height: 70px;
    gap: 12px;
  }
  .brand {
    flex-basis: 155px;
  }
  .brand img {
    width: 155px;
  }
  .language-switch a {
    width: 28px;
  }
  .primary-nav {
    top: 104px;
  }
  .hero-layout {
    padding-top: 55px;
    padding-bottom: 58px;
  }
  .hero-lead {
    font-size: 16px;
  }
  .visual-frame img {
    height: 330px;
  }
  .visual-caption {
    align-items: flex-start;
    flex-direction: column;
  }
  .metrics div {
    min-height: 94px;
    padding: 18px;
  }
  .metrics strong {
    font-size: 29px;
  }
  .section,
  .page-hero {
    padding-top: 72px;
    padding-bottom: 72px;
  }
  .section-heading {
    margin-bottom: 34px;
  }
  .capability-card {
    min-height: 240px;
    flex-basis: calc(100% - 16px);
  }
  .space-gallery figure,
  .space-gallery figure.space-large,
  .full-gallery figure {
    flex-basis: 100%;
  }
  .space-gallery img {
    min-height: 270px;
  }
  .innovation-copy li {
    flex-basis: 100%;
  }
  .nexo-orbit,
  .large-orbit {
    width: 310px;
    height: 310px;
    flex-basis: 310px;
  }
  .orbit-a {
    width: 300px;
    height: 300px;
  }
  .orbit-b {
    width: 225px;
    height: 225px;
  }
  .orbit-c {
    width: 306px;
    height: 306px;
  }
  .orbit-core {
    width: 135px;
    height: 135px;
  }
  .node-a {
    top: 25px;
    left: 29px;
  }
  .node-b {
    top: 100px;
  }
  .node-c {
    bottom: 20px;
    left: 32px;
  }
  .node-d {
    right: 18px;
    bottom: 24px;
  }
  .client-card {
    flex-basis: calc(50% - 14px);
  }
  .cta-inner {
    align-items: flex-start;
    flex-direction: column;
    gap: 30px;
  }
  .page-hero p:not(.eyebrow) {
    font-size: 16px;
  }
  .page-hero-layout figure img {
    height: 300px;
  }
  .department-grid article {
    min-height: 210px;
    flex-basis: calc(100% - 16px);
  }
  .method-steps li {
    flex-basis: 100%;
    border-left: 1px solid #c9d9e6;
  }
  .service-tools {
    position: static;
  }
  .tools-inner {
    align-items: stretch;
    flex-direction: column;
    gap: 8px;
    padding-top: 16px;
    padding-bottom: 16px;
  }
  #service-count {
    text-align: left;
  }
  .service-sector > header {
    align-items: flex-start;
    flex-wrap: wrap;
    padding: 23px;
  }
  .service-sector header > b {
    margin-left: 87px;
  }
  .cnae-row {
    flex-direction: column;
    gap: 5px;
    padding: 16px 23px;
  }
  .cnae-row code {
    flex-basis: auto;
  }
  .console-body {
    min-height: 290px;
  }
  .console-sidebar {
    display: none;
  }
  .console-main {
    padding: 17px;
  }
  .principle-grid article {
    flex-basis: 100%;
  }
  .module-grid article {
    min-height: 165px;
    flex-basis: calc(100% - 12px);
  }
  .app-slot {
    align-items: flex-start;
    flex-direction: column;
    padding: 26px;
  }
  .integration-steps {
    flex-direction: column;
  }
  .frontier-layout {
    min-height: auto;
  }
  .project-features article {
    flex-basis: 100%;
  }
  .nia-grid article {
    flex-basis: calc(50% - 10px);
  }
  .investor-panel {
    padding: 28px;
  }
  .investment-needs article {
    flex-basis: 100%;
  }
  .case-grid article {
    min-height: 300px;
    flex-basis: calc(100% - 14px);
    padding: 28px;
  }
  .easy-edit {
    align-items: flex-start;
    flex-direction: column;
    padding: 28px;
  }
  .contact-hero img {
    height: 300px;
  }
  .contact-grid {
    flex-direction: column;
  }
  .contact-primary {
    padding: 27px;
  }
  .contact-actions a {
    align-items: flex-start;
    flex-direction: column;
    gap: 4px;
  }
  .contact-actions i {
    display: none;
  }
  .request-guide {
    flex-direction: column;
  }
  .request-guide ol {
    width: 100%;
  }
  .announcement {
    padding: 35px 25px 28px;
  }
  .announcement h2 {
    font-size: 30px;
  }
  .footer-grid > div {
    flex-basis: 100%;
  }
  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    padding-top: 18px;
    padding-bottom: 18px;
  }
}

@media (max-width: 430px) {
  h1,
  .hero h1,
  .app-hero h1 {
    font-size: 36px;
  }
  h2 {
    font-size: 29px;
  }
  .shell {
    width: 90%;
  }
  .brand,
  .brand img {
    width: 142px;
    flex-basis: 142px;
  }
  .language-switch {
    display: none;
  }
  .metrics div {
    flex-basis: 100%;
    border-right: 0;
  }
  .client-card {
    flex-basis: calc(100% - 14px);
  }
  .button {
    width: 100%;
  }
  .announcement-actions,
  .announcement-actions form,
  .announcement-actions .button {
    width: 100%;
  }
  .nexo-orbit,
  .large-orbit {
    margin-left: -4px;
  }
  .nia-grid article {
    flex-basis: calc(100% - 10px);
  }
  .console-metrics span {
    font-size: 17px;
  }
  .console-flow {
    gap: 3px;
  }
  .console-flow i {
    padding: 7px 5px;
    font-size: 7px;
  }
}

@media print {
  .status-bar,
  .site-header,
  .menu-toggle,
  .service-tools,
  .whatsapp-float,
  .cta-band,
  .announcement,
  .site-footer {
    display: none !important;
  }
  body {
    background: #ffffff;
    color: #000000;
  }
  .section,
  .page-hero {
    padding: 28px 0;
  }
  .service-sector {
    break-inside: avoid;
    box-shadow: none;
  }
  a {
    color: #000000;
  }
}
