:root {
  --navy: #061731;
  --navy2: #0a2b5d;
  --blue: #1689e8;
  --cyan: #35d0dd;
  --ink: #10213d;
  --muted: #627089;
  --line: #d5e2ee;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  font-family: Arial, sans-serif;
  color: var(--ink);
  background: #fff;
}
a {
  text-decoration: none;
  color: inherit;
}
.nav {
  height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 0 5%;
  position: sticky;
  top: 0;
  z-index: 30;
  background: #fff;
  box-shadow: 0 6px 24px #0001;
}
.nav img {
  width: 200px;
}
.nav nav {
  display: flex;
  gap: 24px;
  font-size: 13px;
  font-weight: 800;
}
.nav-right {
  display: flex;
  align-items: center;
  gap: 8px;
}
.language-pill {
  padding: 9px 14px;
  border: 1px solid #c4d4e3;
  border-radius: 999px;
  background: #fff;
  font-size: 12px;
  font-weight: 900;
}
.language-pill.active {
  background: var(--navy);
  color: #fff;
  border-color: var(--navy);
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: linear-gradient(135deg, #1689e8, #1762db);
  color: #fff;
  border: 0;
  border-radius: 10px;
  padding: 15px 22px;
  font-weight: 900;
  cursor: pointer;
}
.hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: 720px;
  padding: 100px 6% 38px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: #fff;
  background: #061731;
}
.tunnel {
  position: absolute;
  inset: -2%;
  width: 104%;
  height: 104%;
  object-fit: cover;
  object-position: center;
  z-index: -3;
  opacity: 0.68;
  animation: tunnelMove 8s ease-in-out infinite alternate;
}
.hero:after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(
      90deg,
      #031127f4 0%,
      #061731c7 48%,
      #0617318f 72%,
      #061731dd 100%
    ),
    linear-gradient(180deg, transparent 35%, #061731 95%);
}
.hero-copy {
  width: min(880px, 100%);
}
.kicker {
  color: var(--cyan);
  font-size: 12px;
  letter-spacing: 2.3px;
  font-weight: 900;
}
.hero h1 {
  font-size: clamp(46px, 5.8vw, 78px);
  line-height: 1;
  letter-spacing: -3px;
  margin: 16px 0;
}
.hero h1 em {
  font-style: normal;
  color: #75e5eb;
}
.hero-copy > p {
  max-width: 780px;
  font-size: 18px;
  line-height: 1.6;
  color: #d9e7f5;
}
.actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 28px;
}
.ghost {
  display: inline-flex;
  align-items: center;
  border: 1px solid #fff8;
  border-radius: 10px;
  padding: 14px 20px;
  font-weight: 900;
  background: #06173199;
}
.outcomes {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 60px;
  background: #061731e8;
  border: 1px solid #fff4;
  border-radius: 16px;
  overflow: hidden;
}
.outcomes div {
  padding: 27px;
  display: grid;
  grid-template-columns: 54px 1fr;
  border-right: 1px solid #fff3;
}
.outcomes div:last-child {
  border: 0;
}
.outcomes b {
  grid-row: 1/3;
  color: var(--cyan);
  font-size: 30px;
}
.outcomes strong {
  font-size: 21px;
}
.outcomes span {
  font-size: 15px;
  color: #b9d5e8;
  margin-top: 7px;
}
.solutions,
.process,
.industries,
.assessment {
  padding: 100px 6%;
}
.solutions {
  background: #fff;
}
.heading {
  max-width: 1050px;
  margin: 0 auto 58px;
  padding: 28px;
  text-align: center;
  border: 1px solid #cbddea;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 16px 44px #0f315817;
}
.heading h2 {
  font-size: clamp(35px, 4vw, 54px);
  line-height: 1.08;
  margin: 12px 0;
}
.heading p {
  color: var(--muted);
  font-size: 18px;
}
.service-grid {
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.service {
  padding: 27px;
  border: 1px solid #d5e2ee;
  border-radius: 17px;
  background: linear-gradient(145deg, #fff, #f2f8fd);
  box-shadow: 0 14px 35px #0b2c5512;
}
.service i {
  font-style: normal;
  font-size: 32px;
}
.service h3 {
  font-size: 19px;
  margin: 17px 0 10px;
}
.service p {
  font-size: 14px;
  line-height: 1.55;
  color: var(--muted);
}
.process {
  background: #eef5fb;
}
.stairs {
  max-width: 1050px;
  margin: auto;
}
.step {
  width: 76%;
  margin: 0 0 18px calc(var(--i) * 8%);
  padding: 23px 28px;
  display: grid;
  grid-template-columns: 75px 1fr;
  align-items: center;
  background: #fff;
  border: 1px solid #cfe0ed;
  border-radius: 16px;
  box-shadow: 0 14px 35px #14315a12;
}
.step > b {
  font-size: 34px;
  color: var(--blue);
}
.step h3 {
  margin: 0 0 8px;
}
.step p {
  margin: 0;
  color: var(--muted);
  line-height: 1.5;
}
.industries {
  background: #071b3f;
  color: #fff;
}
.industries .heading {
  background: #0b2b5d;
  border-color: #fff3;
}
.industries .heading p {
  color: #b9d4e8;
}
.markets {
  max-width: 1100px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}
.market {
  min-height: 138px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 9px;
  text-align: center;
  background: #0b2b5d;
  border: 1px solid #fff3;
  border-radius: 16px;
}
.market i {
  font-style: normal;
  font-size: 31px;
}
.market strong {
  font-size: 15px;
}
.assessment {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 6vw;
  background: linear-gradient(135deg, #061731, #0a2d64);
  color: #fff;
}
.assessment h2 {
  font-size: clamp(34px, 3.5vw, 50px);
  line-height: 1.05;
}
.assessment p {
  line-height: 1.65;
  color: #c8d8ea;
}
.assessment form {
  background: #fff;
  color: var(--ink);
  padding: 35px;
  border-radius: 18px;
  box-shadow: 0 24px 60px #0003;
}
.fields {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}
label {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 18px;
  font-size: 13px;
  font-weight: 900;
}
input,
select,
textarea {
  width: 100%;
  border: 1px solid #b9cadd;
  border-radius: 9px;
  padding: 13px 12px;
  font: inherit;
  background: #fff;
  outline: none;
}
input:focus,
select:focus,
textarea:focus {
  border-color: var(--blue);
  box-shadow: 0 0 0 3px #1689e81b;
}
.submit {
  width: 100%;
}
.status {
  text-align: center;
  color: #53677c;
  font-size: 13px;
  min-height: 20px;
  margin-top: 12px;
}
footer {
  padding: 40px 6%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #031127;
  color: #fff;
  font-size: 12px;
}
.footer-brand strong {
  display: block;
  color: #1689e8;
  font-size: 30px;
  font-weight: 500;
}
.footer-brand span {
  display: block;
  text-align: right;
}
.wa {
  position: fixed;
  right: 22px;
  bottom: 22px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #25d366;
  color: #fff;
  border: 3px solid #fff;
  box-shadow: 0 10px 28px #0004;
  z-index: 40;
}
.wa svg {
  width: 34px;
  height: 34px;
}
@keyframes tunnelMove {
  from {
    transform: scale(1.02) translate3d(1.5%, 0, 0);
  }
  to {
    transform: scale(1.18) translate3d(-3.5%, 1%, 0);
  }
}
@media (max-width: 950px) {
  .nav nav {
    display: none;
  }
  .service-grid {
    grid-template-columns: 1fr 1fr;
  }
  .markets {
    grid-template-columns: 1fr 1fr;
  }
  .assessment {
    grid-template-columns: 1fr;
  }
  .step {
    width: 100%;
    margin-left: 0;
  }
}
@media (max-width: 620px) {
  .nav {
    padding: 0 16px;
  }
  .nav img {
    width: 145px;
  }
  .language-pill {
    padding: 8px 10px;
  }
  .hero {
    padding: 75px 20px 30px;
  }
  .hero h1 {
    letter-spacing: -2px;
  }
  .outcomes,
  .service-grid,
  .fields {
    grid-template-columns: 1fr;
  }
  .outcomes div {
    border-right: 0;
    border-bottom: 1px solid #fff3;
  }
  .solutions,
  .process,
  .industries,
  .assessment {
    padding: 70px 20px;
  }
  .markets {
    gap: 10px;
  }
  .step {
    grid-template-columns: 58px 1fr;
    padding: 18px;
  }
  .heading {
    padding: 22px 18px;
  }
  footer {
    flex-direction: column;
    gap: 15px;
    text-align: center;
  }
}
@media (prefers-reduced-motion: reduce) {
  .tunnel {
    animation: none;
  }
}
