@font-face {
  font-family: "Poppins";
  src: url("../fonts/poppins-400.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("../fonts/poppins-500.woff2") format("woff2");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("../fonts/poppins-600.woff2") format("woff2");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("../fonts/poppins-700.woff2") format("woff2");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("../fonts/poppins-800.woff2") format("woff2");
  font-style: normal;
  font-weight: 800;
  font-display: swap;
}

@font-face {
  font-family: "Nunito";
  src: url("../fonts/nunito-variable.woff2") format("woff2");
  font-style: normal;
  font-weight: 200 900;
  font-display: swap;
}

:root {
  --navy: #0d1038;
  --navy-deep: #080b2c;
  --blue: #3448f5;
  --blue-dark: #2441a6;
  --orange: #ff583c;
  --orange-light: #ff8a48;
  --mint: #1ed5a4;
  --ink: #101528;
  --muted: #657086;
  --line: #e4e8f0;
  --surface: #f7f8fc;
  --surface-blue: #f0f2ff;
  --white: #fff;
  --shadow: 0 22px 65px rgba(28, 35, 73, 0.11);
  --shadow-soft: 0 12px 36px rgba(28, 35, 73, 0.08);
  --container: 1200px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  overflow-x: hidden;
  background: var(--white);
  color: var(--muted);
  font-family: "Nunito", Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75;
  text-rendering: optimizeLegibility;
}

body.nav-open {
  overflow: hidden;
}

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

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

button,
input,
select,
textarea {
  font: inherit;
}

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

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

h1,
h2,
h3,
h4 {
  color: var(--ink);
  font-family: "Poppins", Arial, sans-serif;
  font-weight: 600;
  letter-spacing: -0.025em;
  line-height: 1.18;
}

h1 {
  font-size: clamp(2.75rem, 5.3vw, 4.7rem);
}

h2 {
  font-size: clamp(2rem, 3.7vw, 3.25rem);
}

h3 {
  font-size: 1.25rem;
}

p:last-child {
  margin-bottom: 0;
}

svg {
  width: 1.15em;
  height: 1.15em;
  flex: 0 0 auto;
}

.container {
  width: min(calc(100% - 40px), var(--container));
  margin-inline: auto;
}

.section {
  padding: 112px 0;
}

.section-tint {
  background: var(--surface);
}

.section-dark {
  overflow: hidden;
  position: relative;
  background: var(--navy);
  color: #c7cde2;
}

.section-dark::before {
  position: absolute;
  inset: -200px auto auto -120px;
  width: 420px;
  height: 420px;
  border: 80px solid rgba(52, 72, 245, 0.18);
  border-radius: 50%;
  content: "";
}

.section-dark .section-heading {
  position: relative;
}

.section-dark .section-heading h2,
.section-dark h3 {
  color: var(--white);
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 12px;
  left: 12px;
  padding: 10px 16px;
  transform: translateY(-150%);
  background: var(--white);
  color: var(--navy);
  font-weight: 700;
  transition: transform 0.2s ease;
}

.skip-link:focus {
  transform: translateY(0);
}

:focus-visible {
  outline: 3px solid var(--mint);
  outline-offset: 4px;
}

.site-header {
  position: relative;
  z-index: 100;
  height: 94px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.09);
  background: rgba(8, 11, 44, 0.99);
  transition: box-shadow 0.25s ease, height 0.25s ease;
}

.site-header.is-stuck {
  position: sticky;
  top: 0;
  height: 78px;
  box-shadow: 0 8px 30px rgba(8, 11, 44, 0.22);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}

.brand {
  display: inline-flex;
  align-items: center;
  color: var(--white);
}

.brand img {
  width: 220px;
  height: 63px;
  object-fit: contain;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 33px;
  color: var(--white);
  font-family: "Poppins", Arial, sans-serif;
  font-size: 0.94rem;
  font-weight: 600;
}

.site-nav > a:not(.nav-cta),
.nav-dropdown-label > a {
  position: relative;
  padding: 34px 0;
}

.site-nav > a:not(.nav-cta)::after,
.nav-dropdown-label > a::after {
  position: absolute;
  right: 0;
  bottom: 26px;
  left: 0;
  height: 2px;
  transform: scaleX(0);
  transform-origin: left;
  background: var(--orange);
  content: "";
  transition: transform 0.2s ease;
}

.site-nav > a:hover::after,
.site-nav > a.is-active::after,
.nav-dropdown:hover .nav-dropdown-label > a::after,
.nav-dropdown.is-active .nav-dropdown-label > a::after {
  transform: scaleX(1);
}

.nav-dropdown {
  position: relative;
}

.nav-dropdown-label {
  display: flex;
  align-items: center;
  gap: 3px;
}

.nav-dropdown-label button {
  display: grid;
  width: 25px;
  height: 30px;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--white);
  cursor: pointer;
  place-items: center;
}

.nav-dropdown-label button svg {
  width: 15px;
  transition: transform 0.2s ease;
}

.dropdown-menu {
  position: absolute;
  top: calc(100% + 26px);
  left: 50%;
  display: grid;
  width: 630px;
  padding: 18px;
  visibility: hidden;
  transform: translate(-50%, 14px);
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border: 1px solid var(--line);
  background: var(--white);
  box-shadow: var(--shadow);
  opacity: 0;
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s;
}

.dropdown-menu::before {
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 100%;
  height: 28px;
  content: "";
}

.dropdown-menu a {
  padding: 11px 13px;
  border-left: 2px solid transparent;
  color: var(--muted);
  font-family: "Nunito", Arial, sans-serif;
  font-weight: 700;
  transition: color 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.dropdown-menu a:hover {
  border-left-color: var(--orange);
  background: var(--surface);
  color: var(--navy);
}

.nav-dropdown:hover .dropdown-menu,
.nav-dropdown:focus-within .dropdown-menu,
.nav-dropdown.is-open .dropdown-menu {
  visibility: visible;
  transform: translate(-50%, 0);
  opacity: 1;
}

.nav-dropdown.is-open .nav-dropdown-label button svg {
  transform: rotate(180deg);
}

.nav-cta,
.button {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 12px 25px;
  border: 1px solid transparent;
  border-radius: 6px;
  background: linear-gradient(100deg, var(--orange), var(--orange-light));
  box-shadow: 0 10px 28px rgba(255, 88, 60, 0.25);
  color: var(--white);
  font-family: "Nunito", Arial, sans-serif;
  font-weight: 800;
  line-height: 1.2;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.nav-cta {
  min-height: 46px;
  padding: 10px 18px;
}

.nav-cta:hover,
.button:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 34px rgba(255, 88, 60, 0.33);
}

.button-secondary {
  border-color: rgba(255, 255, 255, 0.5);
  background: rgba(255, 255, 255, 0.97);
  box-shadow: none;
  color: var(--orange);
}

.button-secondary:hover {
  border-color: var(--white);
  box-shadow: 0 12px 30px rgba(8, 11, 44, 0.2);
}

.button-outline {
  border-color: var(--blue);
  background: transparent;
  box-shadow: none;
  color: var(--blue);
}

.button-light {
  background: var(--white);
  box-shadow: none;
  color: var(--navy);
}

.button-small {
  min-height: 46px;
  padding: 10px 17px;
  font-size: 0.93rem;
}

.button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 32px;
}

.nav-toggle {
  display: none;
}

.home-hero {
  position: relative;
  min-height: 700px;
  overflow: hidden;
  background-color: var(--navy);
  background-image: linear-gradient(90deg, rgba(13, 16, 56, 0.12), rgba(13, 16, 56, 0.03)), url("../images/hero-network.jpg");
  background-position: center bottom;
  background-size: cover;
}

.hero-grid {
  display: grid;
  min-height: 650px;
  align-items: center;
  padding-bottom: 54px;
  grid-template-columns: minmax(0, 1.05fr) minmax(420px, 0.95fr);
  gap: 30px;
}

.hero-copy {
  position: relative;
  z-index: 2;
  padding: 70px 0 120px;
}

.hero-copy h1 {
  max-width: 760px;
  margin-bottom: 24px;
  color: var(--white);
  font-size: clamp(3rem, 5.2vw, 4.35rem);
  font-weight: 700;
  letter-spacing: -0.035em;
  text-transform: uppercase;
}

.hero-lead {
  max-width: 620px;
  color: #dce2ff;
  font-size: clamp(1.05rem, 1.7vw, 1.25rem);
  letter-spacing: 0.02em;
}

.eyebrow {
  margin-bottom: 14px;
  color: var(--blue);
  font-family: "Poppins", Arial, sans-serif;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.eyebrow-light {
  color: #6ff2d0;
}

.hero-visual {
  position: relative;
  z-index: 1;
  min-height: 530px;
  align-self: center;
}

.hero-people,
.hero-shape {
  position: absolute;
  top: 48%;
  left: 50%;
  width: min(100%, 540px);
  transform: translate(-50%, -50%);
}

.hero-people {
  z-index: 3;
}

.hero-shape-orange {
  z-index: 1;
  transform: translate(-53%, -50%) rotate(-12deg) scale(1.02);
}

.hero-shape-blue {
  z-index: 2;
  transform: translate(-47%, -48%) rotate(12deg) scale(0.98);
}

.section-heading {
  max-width: 790px;
  margin: 0 auto 56px;
  text-align: center;
}

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

.section-heading > p:last-child {
  margin-right: auto;
  margin-left: auto;
  max-width: 750px;
  font-size: 1.08rem;
}

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

.service-card {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: var(--white);
  box-shadow: var(--shadow-soft);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.service-card:hover {
  transform: translateY(-7px);
  border-color: rgba(52, 72, 245, 0.3);
  box-shadow: var(--shadow);
}

.service-card-image {
  display: grid;
  height: 215px;
  overflow: hidden;
  background: linear-gradient(145deg, #f6f7ff, #eef1fa);
  place-items: center;
}

.service-card-image img {
  width: 76%;
  height: 76%;
  object-fit: contain;
  transition: transform 0.3s ease;
}

.service-card:nth-child(1) .service-card-image img,
.service-card:nth-child(2) .service-card-image img,
.service-card:nth-child(6) .service-card-image img,
.service-card:nth-child(8) .service-card-image img,
.service-card:nth-child(9) .service-card-image img {
  width: 88%;
  height: 88%;
}

.service-card:hover .service-card-image img {
  transform: scale(1.04);
}

.service-card-body {
  padding: 28px 29px 31px;
}

.service-card-body > span {
  color: var(--orange);
  font-family: "Poppins", Arial, sans-serif;
  font-size: 0.77rem;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.service-card h3 {
  margin: 9px 0 12px;
  font-size: 1.23rem;
}

.service-card h3 a:hover {
  color: var(--blue);
}

.service-card p {
  min-height: 84px;
  margin-bottom: 19px;
  line-height: 1.65;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--blue-dark);
  font-weight: 800;
}

.text-link svg {
  transition: transform 0.2s ease;
}

.text-link:hover {
  color: var(--orange);
}

.text-link:hover svg {
  transform: translateX(4px);
}

.split-layout {
  display: grid;
  align-items: center;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(48px, 8vw, 100px);
}

.split-reverse .media-panel {
  order: 2;
}

.split-reverse .content-panel {
  order: 1;
}

.media-panel {
  position: relative;
  min-height: 480px;
  overflow: hidden;
  border-radius: 22px;
  background: var(--surface-blue);
  box-shadow: var(--shadow-soft);
}

.media-panel::after {
  position: absolute;
  right: -45px;
  bottom: -55px;
  width: 170px;
  height: 170px;
  border: 32px solid rgba(255, 88, 60, 0.17);
  border-radius: 50%;
  content: "";
}

.media-panel img {
  width: 100%;
  height: 100%;
  min-height: 480px;
  object-fit: cover;
}

.media-contain {
  display: grid;
  padding: 28px;
  place-items: center;
}

.media-contain img {
  width: 94%;
  height: auto;
  min-height: 0;
  max-height: 440px;
  object-fit: contain;
}

.content-panel h2 {
  margin-bottom: 24px;
}

.content-panel > p:not(.eyebrow) {
  margin-bottom: 21px;
  font-size: 1.06rem;
}

.content-panel .button,
.content-panel .text-link {
  margin-top: 12px;
}

.check-list {
  display: grid;
  margin: 28px 0;
  padding: 0;
  list-style: none;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px 22px;
}

.check-list li {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  color: var(--ink);
  font-weight: 700;
}

.check-list svg,
.capability-grid svg {
  margin-top: 4px;
  color: var(--orange);
}

.mini-steps {
  display: grid;
  margin-top: 38px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 26px;
}

.mini-steps > div {
  padding-left: 18px;
  border-left: 2px solid var(--line);
}

.mini-steps span,
.value-grid span,
.benefit-grid span,
.process-grid span,
.focus-grid > article > span {
  color: var(--orange);
  font-family: "Poppins", Arial, sans-serif;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.mini-steps h3 {
  margin: 6px 0;
  font-size: 1.05rem;
}

.mini-steps p {
  margin: 0;
  font-size: 0.94rem;
  line-height: 1.55;
}

.benefits-section {
  background: linear-gradient(180deg, #fff, #f6f7ff);
}

.benefit-grid,
.value-grid,
.process-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}

.benefit-grid article,
.value-grid article {
  padding: 32px 28px;
  border-top: 3px solid var(--blue);
  background: var(--white);
  box-shadow: var(--shadow-soft);
}

.benefit-grid h3,
.value-grid h3,
.process-grid h3 {
  margin: 14px 0 10px;
}

.benefit-grid p,
.value-grid p,
.process-grid p {
  margin: 0;
}

.cta-section {
  padding-top: 0;
}

.cta-card {
  position: relative;
  display: flex;
  min-height: 300px;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  overflow: hidden;
  padding: clamp(42px, 6vw, 78px);
  border-radius: 24px;
  background: linear-gradient(120deg, var(--blue-dark), var(--navy) 62%);
  box-shadow: var(--shadow);
  color: #cfd5ed;
}

.cta-card::before,
.cta-card::after {
  position: absolute;
  border-radius: 50%;
  content: "";
}

.cta-card::before {
  top: -120px;
  right: 10%;
  width: 260px;
  height: 260px;
  border: 55px solid rgba(52, 72, 245, 0.34);
}

.cta-card::after {
  right: -55px;
  bottom: -80px;
  width: 180px;
  height: 180px;
  background: rgba(255, 88, 60, 0.14);
}

.cta-card > * {
  position: relative;
  z-index: 1;
}

.cta-card > div {
  max-width: 720px;
}

.cta-card h2 {
  margin-bottom: 14px;
  color: var(--white);
}

.cta-card p:last-child {
  margin: 0;
  font-size: 1.06rem;
}

.cta-card .button {
  flex: 0 0 auto;
}

.inner-hero {
  position: relative;
  min-height: 435px;
  overflow: hidden;
  background-color: var(--navy);
  background-image: linear-gradient(90deg, rgba(8, 11, 44, 0.18), rgba(8, 11, 44, 0.52)), url("../images/hero-network.jpg");
  background-position: center center;
  background-size: cover;
}

.inner-hero::after {
  position: absolute;
  top: -110px;
  right: 8%;
  width: 330px;
  height: 330px;
  border: 70px solid rgba(255, 88, 60, 0.16);
  border-radius: 50%;
  content: "";
}

.inner-hero-content {
  position: relative;
  z-index: 1;
  display: flex;
  min-height: 435px;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding-bottom: 36px;
}

.inner-hero h1 {
  max-width: 920px;
  margin: 0 0 28px;
  color: var(--white);
  font-size: clamp(2.7rem, 5.4vw, 4.6rem);
}

.inner-hero nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  color: #cbd2eb;
  font-weight: 700;
}

.inner-hero nav a:hover {
  color: var(--mint);
}

.inner-hero nav span[aria-current="page"] {
  color: var(--white);
}

.value-grid article {
  border-top-color: var(--orange);
}

.timeline {
  display: grid;
  margin-top: 33px;
  gap: 25px;
}

.timeline > div {
  position: relative;
  padding-left: 34px;
}

.timeline > div::before {
  position: absolute;
  top: 8px;
  bottom: -33px;
  left: 6px;
  width: 2px;
  background: var(--line);
  content: "";
}

.timeline > div:last-child::before {
  display: none;
}

.timeline > div::after {
  position: absolute;
  top: 7px;
  left: 0;
  width: 14px;
  height: 14px;
  border: 3px solid var(--white);
  border-radius: 50%;
  background: var(--orange);
  box-shadow: 0 0 0 1px var(--orange);
  content: "";
}

.timeline span {
  color: var(--blue);
  font-family: "Poppins", Arial, sans-serif;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.timeline h3 {
  margin: 5px 0;
}

.timeline p {
  margin: 0;
}

.metrics-section {
  padding: 78px 0;
  background: var(--navy);
}

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

.metrics-grid > div {
  display: flex;
  min-height: 120px;
  flex-direction: column;
  justify-content: center;
  padding: 16px 32px;
  border-right: 1px solid rgba(255, 255, 255, 0.14);
  text-align: center;
}

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

.metrics-grid strong {
  color: var(--white);
  font-family: "Poppins", Arial, sans-serif;
  font-size: clamp(1.8rem, 3vw, 2.8rem);
  font-weight: 600;
}

.metrics-grid span {
  color: #aeb7d5;
}

.services-page .service-card p {
  min-height: 84px;
}

.offer-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.13);
  background: rgba(255, 255, 255, 0.13);
}

.offer-grid article {
  min-height: 220px;
  padding: 37px;
  background: var(--navy);
}

.offer-grid h3 {
  margin-bottom: 13px;
}

.service-intro .split-layout {
  align-items: center;
}

.service-visual {
  position: relative;
  display: grid;
  min-height: 510px;
  overflow: hidden;
  padding: 48px;
  border-radius: 24px;
  background: var(--surface-blue);
  place-items: center;
}

.service-visual-orb {
  position: absolute;
  top: -60px;
  left: -65px;
  width: 230px;
  height: 230px;
  border: 46px solid rgba(52, 72, 245, 0.16);
  border-radius: 50%;
}

.service-visual::after {
  position: absolute;
  right: -40px;
  bottom: -40px;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  background: rgba(255, 88, 60, 0.14);
  content: "";
}

.service-visual img {
  position: relative;
  z-index: 1;
  width: 88%;
  max-height: 425px;
  object-fit: contain;
}

.focus-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 32px;
}

.focus-grid article {
  position: relative;
  min-height: 275px;
  padding: 45px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: var(--white);
  box-shadow: var(--shadow-soft);
}

.focus-grid article::after {
  position: absolute;
  top: -55px;
  right: -55px;
  width: 145px;
  height: 145px;
  border: 28px solid rgba(52, 72, 245, 0.08);
  border-radius: 50%;
  content: "";
}

.focus-grid h2 {
  margin: 13px 0 15px;
  font-size: clamp(1.55rem, 2.5vw, 2.2rem);
}

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

.capability-grid > div {
  display: flex;
  min-height: 80px;
  align-items: center;
  gap: 13px;
  padding: 18px 21px;
  border: 1px solid var(--line);
  background: var(--white);
  color: var(--ink);
  font-weight: 800;
  box-shadow: 0 6px 20px rgba(28, 35, 73, 0.05);
}

.process-grid {
  position: relative;
}

.process-grid article {
  position: relative;
  padding: 25px 27px;
  border-left: 1px solid rgba(255, 255, 255, 0.16);
}

.process-grid article:first-child {
  border-left: 0;
}

.process-grid span {
  color: var(--mint);
}

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

.industry-grid span {
  position: relative;
  padding: 24px 25px 24px 52px;
  border-bottom: 2px solid var(--line);
  color: var(--ink);
  font-family: "Poppins", Arial, sans-serif;
  font-weight: 600;
}

.industry-grid span::before {
  position: absolute;
  top: 30px;
  left: 20px;
  width: 11px;
  height: 11px;
  border-radius: 2px;
  background: linear-gradient(135deg, var(--orange), var(--orange-light));
  content: "";
  transform: rotate(45deg);
}

.contact-grid {
  display: grid;
  align-items: start;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 72px;
}

.contact-copy h2 {
  margin-bottom: 23px;
}

.contact-copy > p:last-of-type {
  font-size: 1.06rem;
}

.contact-cards {
  display: grid;
  margin-top: 38px;
  gap: 14px;
}

.contact-cards > a {
  display: flex;
  align-items: center;
  gap: 17px;
  padding: 18px;
  border: 1px solid var(--line);
  background: var(--white);
  box-shadow: 0 6px 20px rgba(28, 35, 73, 0.05);
  transition: border-color 0.2s ease, transform 0.2s ease;
}

.contact-cards > a:hover {
  transform: translateX(4px);
  border-color: rgba(52, 72, 245, 0.35);
}

.contact-cards > a > span {
  display: grid;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: var(--surface-blue);
  color: var(--blue);
  place-items: center;
}

.contact-cards strong,
.contact-cards small {
  display: block;
}

.contact-cards strong {
  color: var(--ink);
  font-family: "Poppins", Arial, sans-serif;
  font-size: 0.95rem;
}

.contact-cards small {
  margin-top: 2px;
  font-size: 0.94rem;
}

.contact-form {
  display: grid;
  padding: clamp(30px, 5vw, 50px);
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: var(--surface);
  box-shadow: var(--shadow-soft);
}

.contact-form label {
  display: block;
  margin-bottom: 7px;
  color: var(--ink);
  font-weight: 800;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  border: 1px solid #d9deea;
  border-radius: 5px;
  background: var(--white);
  color: var(--ink);
  outline: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.contact-form input,
.contact-form select {
  height: 52px;
  padding: 0 14px;
}

.contact-form textarea {
  min-height: 145px;
  padding: 12px 14px;
  resize: vertical;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  border-color: var(--blue);
  box-shadow: 0 0 0 3px rgba(52, 72, 245, 0.12);
}

.form-full {
  grid-column: 1 / -1;
}

.form-note {
  margin: 13px 0 0;
  font-size: 0.84rem;
  line-height: 1.5;
}

.not-found {
  display: grid;
  min-height: 720px;
  padding: 90px 0;
  background: linear-gradient(180deg, #f5f6ff, #fff);
  place-items: center;
}

.not-found-inner {
  max-width: 760px;
  text-align: center;
}

.not-found-art {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  color: var(--navy);
  font-family: "Poppins", Arial, sans-serif;
  font-size: clamp(6rem, 20vw, 12rem);
  font-weight: 700;
  line-height: 1;
}

.not-found-art img {
  width: clamp(60px, 9vw, 105px);
  height: clamp(100px, 15vw, 175px);
  margin: 0 8px;
  object-fit: contain;
}

.not-found h1 {
  margin-bottom: 17px;
  font-size: clamp(2.2rem, 5vw, 3.7rem);
}

.not-found-inner > p:not(.eyebrow) {
  max-width: 620px;
  margin-right: auto;
  margin-left: auto;
  font-size: 1.08rem;
}

.not-found .button-row {
  justify-content: center;
}

.site-footer {
  position: relative;
  overflow: hidden;
  padding-top: 82px;
  background: var(--navy-deep);
  color: #aeb7d5;
}

.site-footer::before {
  position: absolute;
  top: -180px;
  left: 36%;
  width: 480px;
  height: 480px;
  border: 90px solid rgba(52, 72, 245, 0.08);
  border-radius: 50%;
  content: "";
}

.footer-grid {
  position: relative;
  display: grid;
  padding-bottom: 60px;
  grid-template-columns: 1.5fr 0.7fr 1fr 1.15fr;
  gap: 48px;
}

.footer-brand img {
  width: 238px;
  height: auto;
}

.footer-brand p {
  max-width: 360px;
  margin: 23px 0;
}

.site-footer h2 {
  margin: 4px 0 24px;
  color: var(--white);
  font-size: 1.02rem;
  letter-spacing: 0;
}

.site-footer ul {
  display: grid;
  margin: 0;
  padding: 0;
  list-style: none;
  gap: 11px;
}

.site-footer a:hover {
  color: var(--mint);
}

.social-links {
  display: flex;
  gap: 10px;
}

.social-links a {
  display: grid;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  color: var(--white);
  place-items: center;
  transition: background 0.2s ease, border-color 0.2s ease;
}

.social-links a:hover {
  border-color: var(--blue);
  background: var(--blue);
  color: var(--white);
}

.footer-contact ul {
  margin-bottom: 23px;
}

.footer-contact li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.footer-contact li svg {
  margin-top: 5px;
  color: var(--orange);
}

.footer-bottom {
  position: relative;
  display: flex;
  min-height: 78px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 0.88rem;
}

.footer-bottom p {
  margin: 0;
}

.js [data-reveal] {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.65s ease var(--delay, 0ms), transform 0.65s ease var(--delay, 0ms);
}

.js [data-reveal].is-visible {
  transform: translateY(0);
  opacity: 1;
}

@media (max-width: 1100px) {
  .site-nav {
    gap: 22px;
  }

  .nav-cta {
    display: none;
  }

  .hero-grid {
    grid-template-columns: 1.08fr 0.92fr;
  }

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

  .benefit-grid,
  .value-grid,
  .process-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .footer-contact {
    grid-column: 1 / -1;
  }
}

@media (max-width: 860px) {
  .section {
    padding: 84px 0;
  }

  .site-header,
  .site-header.is-stuck {
    position: sticky;
    top: 0;
    height: 76px;
  }

  .brand img {
    width: 174px;
    height: 50px;
  }

  .nav-toggle {
    display: flex;
    width: 45px;
    height: 45px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    padding: 0;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 5px;
    background: rgba(255, 255, 255, 0.05);
    cursor: pointer;
  }

  .nav-toggle span:not(.sr-only) {
    width: 21px;
    height: 2px;
    background: var(--white);
    transition: transform 0.2s ease, opacity 0.2s ease;
  }

  .nav-toggle[aria-expanded="true"] span:nth-of-type(2) {
    transform: translateY(7px) rotate(45deg);
  }

  .nav-toggle[aria-expanded="true"] span:nth-of-type(3) {
    opacity: 0;
  }

  .nav-toggle[aria-expanded="true"] span:nth-of-type(4) {
    transform: translateY(-7px) rotate(-45deg);
  }

  .site-nav {
    position: fixed;
    top: 76px;
    right: 0;
    bottom: 0;
    display: block;
    width: min(90vw, 420px);
    padding: 25px 24px 45px;
    overflow-y: auto;
    visibility: hidden;
    transform: translateX(100%);
    background: var(--navy-deep);
    box-shadow: -18px 18px 45px rgba(13, 16, 56, 0.15);
    opacity: 0;
    transition: transform 0.25s ease, opacity 0.25s ease, visibility 0.25s;
  }

  .site-nav.is-open {
    visibility: visible;
    transform: translateX(0);
    opacity: 1;
  }

  .site-nav > a:not(.nav-cta),
  .nav-dropdown-label > a {
    display: block;
    padding: 14px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  }

  .site-nav > a:not(.nav-cta)::after,
  .nav-dropdown-label > a::after {
    display: none;
  }

  .nav-dropdown-label {
    position: relative;
  }

  .nav-dropdown-label > a {
    flex: 1;
  }

  .nav-dropdown-label button {
    width: 46px;
    height: 50px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  }

  .dropdown-menu {
    position: static;
    display: none;
    width: 100%;
    padding: 9px 0 9px 13px;
    visibility: visible;
    transform: none;
    grid-template-columns: 1fr;
    border: 0;
    box-shadow: none;
    background: rgba(255, 255, 255, 0.04);
    opacity: 1;
    transition: none;
  }

  .dropdown-menu::before {
    display: none;
  }

  .nav-dropdown:hover .dropdown-menu,
  .nav-dropdown:focus-within .dropdown-menu {
    display: none;
    transform: none;
  }

  .nav-dropdown.is-open .dropdown-menu,
  .nav-dropdown.is-open:hover .dropdown-menu,
  .nav-dropdown.is-open:focus-within .dropdown-menu {
    display: grid;
  }

  .dropdown-menu a {
    padding: 9px 12px;
    font-size: 0.9rem;
    color: #dce2ff;
  }

  .nav-cta {
    display: inline-flex;
    margin-top: 20px;
  }

  .home-hero {
    min-height: 930px;
    background-position: 35% bottom;
  }

  .hero-grid {
    min-height: 880px;
    padding: 0 0 80px;
    grid-template-columns: 1fr;
    gap: 0;
  }

  .hero-copy {
    padding: 78px 0 10px;
    text-align: center;
  }

  .hero-copy h1,
  .hero-lead {
    margin-right: auto;
    margin-left: auto;
  }

  .hero-copy .button-row {
    justify-content: center;
  }

  .hero-visual {
    min-height: 425px;
  }

  .hero-people,
  .hero-shape {
    width: min(88vw, 460px);
  }

  .split-layout,
  .contact-grid {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .split-reverse .media-panel,
  .split-reverse .content-panel {
    order: initial;
  }

  .media-panel,
  .media-panel img {
    min-height: 420px;
  }

  .media-contain img {
    min-height: 0;
  }

  .offer-grid,
  .capability-grid,
  .industry-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .metrics-grid > div:nth-child(2) {
    border-right: 0;
  }

  .metrics-grid > div:nth-child(-n + 2) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  }

  .cta-card {
    align-items: flex-start;
    flex-direction: column;
  }

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

  .footer-brand,
  .footer-contact {
    grid-column: 1 / -1;
  }
}

@media (max-width: 600px) {
  .container {
    width: min(calc(100% - 30px), var(--container));
  }

  .section {
    padding: 70px 0;
  }

  .brand img {
    width: 158px;
    height: 45px;
  }

  .home-hero {
    min-height: 850px;
  }

  .hero-grid {
    min-height: 810px;
    padding-bottom: 65px;
  }

  .hero-copy {
    padding-top: 62px;
  }

  .hero-copy h1 {
    font-size: clamp(2.55rem, 13vw, 3.55rem);
  }

  .hero-visual {
    min-height: 345px;
  }

  .hero-people,
  .hero-shape {
    width: min(92vw, 365px);
  }

  .button-row {
    align-items: stretch;
    flex-direction: column;
  }

  .button-row .button {
    width: 100%;
  }

  .service-grid,
  .benefit-grid,
  .value-grid,
  .process-grid,
  .offer-grid,
  .focus-grid,
  .capability-grid,
  .industry-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .service-card p {
    min-height: 0;
  }

  .service-card-image {
    height: 200px;
  }

  .media-panel,
  .media-panel img {
    min-height: 330px;
  }

  .media-contain {
    min-height: 330px;
  }

  .media-contain img {
    min-height: 0;
  }

  .check-list,
  .mini-steps {
    grid-template-columns: 1fr;
  }

  .inner-hero,
  .inner-hero-content {
    min-height: 360px;
  }

  .inner-hero h1 {
    font-size: clamp(2.25rem, 12vw, 3.4rem);
  }

  .inner-hero nav {
    font-size: 0.9rem;
  }

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

  .metrics-grid > div {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  }

  .metrics-grid > div:last-child {
    border-bottom: 0;
  }

  .offer-grid article {
    min-height: 0;
  }

  .service-visual {
    min-height: 390px;
    padding: 28px;
  }

  .focus-grid article {
    min-height: 0;
    padding: 34px 28px;
  }

  .process-grid article {
    border-top: 1px solid rgba(255, 255, 255, 0.16);
    border-left: 0;
  }

  .process-grid article:first-child {
    border-top: 0;
  }

  .contact-form {
    grid-template-columns: 1fr;
  }

  .contact-form > div {
    grid-column: 1;
  }

  .cta-card {
    min-height: 0;
    border-radius: 18px;
  }

  .footer-brand,
  .footer-contact {
    grid-column: auto;
  }

  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    padding: 20px 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }

  [data-reveal] {
    transform: none;
    opacity: 1;
  }
}
