:root {
  --background: #f7f8f9;
  --foreground: #121821;
  --navy: #071426;
  --navy-soft: #10233a;
  --charcoal: #20252c;
  --line: #d8dee6;
  --panel: #ffffff;
  --muted: #eef2f6;
  --accent: #2b7bb9;
  --accent-light: #8fc4ea;
  --gold: #b9935a;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--background);
  color: var(--foreground);
  font-family: Inter, Arial, Helvetica, sans-serif;
}

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

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 18px clamp(20px, 5vw, 72px);
  background: rgba(247, 248, 249, 0.94);
  border-bottom: 1px solid rgba(216, 222, 230, 0.9);
  backdrop-filter: blur(14px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  color: var(--navy);
  font-size: 0.95rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.brand-mark {
  display: inline-flex;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: #071426;
  border: 1px solid rgba(255, 255, 255, 0.24);
}

.brand-mark img {
  width: 62px;
  height: 62px;
  object-fit: cover;
}

.nav-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 14px 22px;
  color: #435064;
  font-size: 0.82rem;
  font-weight: 650;
}

.nav-links a:hover,
.nav-links a:focus-visible {
  color: var(--accent);
}

.section {
  padding: clamp(74px, 9vw, 126px) clamp(20px, 5vw, 72px);
}

.section-dark {
  color: white;
  background:
    linear-gradient(135deg, rgba(7, 20, 38, 0.98), rgba(16, 35, 58, 0.96)),
    radial-gradient(circle at 78% 15%, rgba(43, 123, 185, 0.28), transparent 35%);
}

.muted {
  background: var(--muted);
}

.hero {
  min-height: calc(100vh - 73px);
  display: flex;
  align-items: center;
  padding-top: 72px;
  padding-bottom: 56px;
}

.hero-grid,
.split {
  width: min(1240px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 540px) minmax(420px, 620px);
  gap: clamp(56px, 6vw, 96px);
  align-items: center;
}

.hero-copy {
  max-width: 540px;
  position: relative;
  z-index: 2;
}

.eyebrow {
  margin: 0 0 16px;
  color: var(--accent);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.section-dark .eyebrow {
  color: var(--accent-light);
}

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

h1 {
  max-width: 540px;
  margin-bottom: 24px;
  font-size: clamp(2.8rem, 4.35vw, 4.5rem);
  font-weight: 760;
  line-height: 0.94;
  overflow-wrap: normal;
}

h2 {
  margin-bottom: 18px;
  color: var(--navy);
  font-size: clamp(2rem, 4.4vw, 4.4rem);
  font-weight: 740;
  line-height: 1.02;
}

.section-dark h2,
.section-dark .large-text {
  color: white;
}

h3 {
  margin-bottom: 12px;
  color: var(--navy);
  font-size: 1.08rem;
  font-weight: 760;
}

p {
  color: #4b596b;
  font-size: 1rem;
  line-height: 1.75;
}

.section-dark p {
  color: rgba(255, 255, 255, 0.76);
}

.hero-lede {
  max-width: 720px;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(1.08rem, 1.8vw, 1.34rem);
  line-height: 1.7;
}

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

.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  padding: 13px 20px;
  font-size: 0.9rem;
  font-weight: 760;
}

.primary {
  color: white;
  background: var(--accent);
  border-color: var(--accent);
}

.secondary {
  color: white;
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.28);
}

.hero-visual {
  position: relative;
  width: min(620px, 100%);
  min-height: 440px;
  justify-self: end;
  overflow: hidden;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background:
    linear-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px),
    linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03));
  background-size: 44px 44px, 44px 44px, auto;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.24);
}

.hero-visual::after {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(90deg, rgba(7, 20, 38, 0.36), rgba(7, 20, 38, 0.08)),
    linear-gradient(180deg, rgba(7, 20, 38, 0.02), rgba(7, 20, 38, 0.44));
  pointer-events: none;
}

.city-card {
  position: absolute;
  z-index: 3;
  top: 24px;
  left: 24px;
  display: grid;
  gap: 4px;
  width: fit-content;
  padding: 18px 20px;
  color: white;
  background: rgba(7, 20, 38, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.18);
}

.city-card span,
.metric-row span,
.region-list span {
  font-size: 0.76rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.network-map,
.map-grid {
  position: absolute;
  z-index: 2;
  inset: 90px 30px 86px;
}

.node,
.map-dot {
  position: absolute;
  z-index: 2;
  display: grid;
  place-items: center;
  min-width: 112px;
  min-height: 42px;
  padding: 10px 12px;
  color: white;
  background: rgba(43, 123, 185, 0.86);
  border: 1px solid rgba(255, 255, 255, 0.28);
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.28);
  font-size: 0.72rem;
  font-weight: 760;
  text-transform: uppercase;
}

.ny { left: 1%; top: 42%; }
.eu { left: 37%; top: 22%; }
.me { left: 52%; top: 48%; }
.in { right: 18%; top: 56%; }
.asia { right: 0; top: 30%; }

.route,
.map-line {
  position: absolute;
  height: 1px;
  background: linear-gradient(90deg, rgba(143, 196, 234, 0), rgba(143, 196, 234, 0.86), rgba(143, 196, 234, 0));
  transform-origin: left center;
}

.route-one { left: 21%; top: 48%; width: 33%; transform: rotate(-20deg); }
.route-two { left: 50%; top: 38%; width: 36%; transform: rotate(21deg); }
.route-three { left: 59%; top: 58%; width: 21%; transform: rotate(11deg); }
.route-four { left: 42%; top: 31%; width: 45%; transform: rotate(5deg); }

.metric-row {
  position: absolute;
  z-index: 3;
  right: 24px;
  bottom: 24px;
  left: 24px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.metric-row span {
  padding: 14px 12px;
  text-align: center;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.13);
}

.section-heading {
  width: min(860px, 100%);
  margin: 0 auto 44px;
  text-align: center;
}

.email-link,
.site-footer a {
  color: var(--accent);
  font-weight: 760;
}

.site-footer a {
  color: rgba(255, 255, 255, 0.82);
}

.large-text {
  color: var(--navy);
  font-size: clamp(1.15rem, 2vw, 1.45rem);
  line-height: 1.6;
}

.align-center {
  align-items: center;
}

.service-grid {
  width: min(1180px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.service-card,
.stage-card {
  min-height: 226px;
  padding: 28px;
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.service-card p,
.stage-card p {
  margin-bottom: 0;
  font-size: 0.94rem;
  line-height: 1.65;
}

.card-rule {
  display: block;
  width: 42px;
  height: 3px;
  margin-bottom: 24px;
  background: var(--accent);
}

.global-section {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.94), rgba(255, 255, 255, 0.78)),
    linear-gradient(135deg, #f7f8f9, #dfe7ef);
}

.map-panel {
  position: relative;
  min-height: 430px;
  overflow: hidden;
  background: var(--navy);
  border: 1px solid rgba(7, 20, 38, 0.2);
  box-shadow: 0 24px 70px rgba(7, 20, 38, 0.18);
}

.map-panel::before {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(rgba(255, 255, 255, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.055) 1px, transparent 1px);
  background-size: 34px 34px;
}

.map-dot {
  width: 15px;
  min-width: 15px;
  height: 15px;
  min-height: 15px;
  padding: 0;
  border-radius: 999px;
  background: var(--accent-light);
}

.dot-one { left: 17%; top: 47%; }
.dot-two { left: 43%; top: 31%; }
.dot-three { left: 56%; top: 55%; }
.dot-four { left: 68%; top: 61%; }
.dot-five { left: 80%; top: 39%; }
.line-one { left: 20%; top: 48%; width: 27%; transform: rotate(-22deg); }
.line-two { left: 45%; top: 34%; width: 28%; transform: rotate(34deg); }
.line-three { left: 59%; top: 57%; width: 17%; transform: rotate(8deg); }
.line-four { left: 68%; top: 58%; width: 19%; transform: rotate(-31deg); }

.region-list {
  position: absolute;
  right: 22px;
  bottom: 22px;
  left: 22px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.region-list span {
  padding: 10px 12px;
  color: white;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.15);
}

.tag-grid,
.compact-grid,
.industry-grid,
.partner-list {
  width: min(1180px, 100%);
  margin: 42px auto 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.tag-grid span,
.compact-grid span,
.industry-grid span,
.partner-list span {
  padding: 12px 14px;
  color: var(--navy);
  background: white;
  border: 1px solid var(--line);
  border-radius: 8px;
  font-size: 0.9rem;
  font-weight: 650;
}

.section-dark .tag-grid span {
  color: white;
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.14);
}

.trade-section {
  background: white;
}

.trade-section .compact-grid,
.partner-list {
  margin-top: 0;
}

.note {
  margin-top: 24px;
  padding-left: 18px;
  color: var(--charcoal);
  border-left: 3px solid var(--gold);
}

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

.industry-grid span {
  min-height: 88px;
  display: flex;
  align-items: center;
  background: linear-gradient(180deg, #ffffff, #f7f9fb);
}

.stage-grid {
  width: min(1180px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.stage-card span {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  margin-bottom: 24px;
  color: white;
  background: var(--navy);
  font-weight: 800;
}

.cta-section {
  width: min(1180px, calc(100% - 40px));
  margin: 82px auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding: clamp(42px, 6vw, 70px);
  color: white;
  background: linear-gradient(135deg, var(--navy), var(--navy-soft));
}

.cta-section h2,
.cta-section p {
  color: white;
}

.cta-section p {
  max-width: 760px;
  margin-bottom: 0;
}

.contact-section {
  background: white;
}

.contact-form {
  width: min(980px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.contact-form label {
  display: grid;
  gap: 8px;
  color: var(--navy);
  font-size: 0.86rem;
  font-weight: 760;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 0;
  padding: 14px;
  color: var(--foreground);
  background: #fbfcfd;
  outline: none;
}

.wide,
.form-button {
  grid-column: 1 / -1;
}

.form-button {
  width: fit-content;
  cursor: pointer;
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 30px clamp(20px, 5vw, 72px);
  color: white;
  background: #07101d;
}

.site-footer div {
  display: grid;
  gap: 4px;
}

.site-footer strong {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.site-footer strong img {
  width: 34px;
  height: 34px;
  object-fit: cover;
  background: #071426;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.site-footer span,
.site-footer p {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
}

@media (max-width: 1280px) {
  .hero-grid,
  .split {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .hero-copy {
    max-width: 760px;
  }

  h1 {
    max-width: 760px;
    font-size: clamp(3rem, 7vw, 5rem);
  }

  .hero-visual {
    justify-self: start;
  }

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

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

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

@media (max-width: 820px) {
  .site-header,
  .cta-section,
  .site-footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .nav-links {
    justify-content: flex-start;
  }

  h1 {
    font-size: clamp(3rem, 12vw, 4.5rem);
  }

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

  .contact-form,
  .service-grid,
  .stage-grid,
  .industry-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 520px) {
  .section {
    padding-right: 18px;
    padding-left: 18px;
  }

  .hero-visual,
  .map-panel {
    min-height: 390px;
  }

  .network-map {
    inset: 90px 18px 86px;
  }

  .city-card {
    top: 16px;
    left: 16px;
  }

  .metric-row {
    right: 16px;
    left: 16px;
    display: none;
  }

  .hero-actions,
  .button {
    width: 100%;
  }
}
