:root {
  --navy-950: #050b13;
  --navy-900: #07111f;
  --navy-850: #0a1728;
  --navy-800: #0d1c30;
  --ink: #10213a;
  --blue: #1d7cff;
  --blue-light: #59a5ff;
  --blue-pale: #eaf3ff;
  --gold: #d7ad5b;
  --white: #ffffff;
  --off-white: #f5f7fa;
  --text: #33445d;
  --muted: #77859a;
  --border: #dfe5ed;
  --dark-border: rgba(255, 255, 255, 0.1);
  --shadow: 0 22px 70px rgba(8, 24, 49, 0.12);
  --container: 1180px;
}

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

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

body {
  margin: 0;
  color: var(--text);
  background: var(--white);
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

body.menu-open {
  overflow: hidden;
}

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

button,
input,
textarea {
  font: inherit;
}

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

svg {
  display: block;
}

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

.skip-link {
  position: fixed;
  top: -100px;
  left: 20px;
  z-index: 1000;
  padding: 12px 18px;
  color: var(--white);
  background: var(--blue);
  border-radius: 4px;
  transition: top 0.2s ease;
}

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

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 100;
  height: 76px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(7, 17, 31, 0.7);
  backdrop-filter: blur(18px);
  transition: height 0.3s ease, background 0.3s ease, box-shadow 0.3s ease;
}

.site-header.scrolled {
  height: 68px;
  background: rgba(7, 17, 31, 0.95);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.16);
}

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

.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  color: var(--white);
  font-family: "Manrope", sans-serif;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: -0.04em;
}

.brand small {
  color: var(--blue-light);
  font-size: 10px;
  letter-spacing: 0.14em;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 35px;
  height: 35px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 9px;
  background: rgba(255, 255, 255, 0.06);
}

.brand-mark svg {
  width: 26px;
  fill: var(--white);
}

.brand-mark .brand-mark-accent {
  fill: var(--blue);
}

.nav-menu {
  display: flex;
  align-items: center;
  gap: 34px;
}

.nav-menu a {
  position: relative;
  color: #cbd4df;
  font-size: 14px;
  font-weight: 500;
  transition: color 0.2s ease;
}

.nav-menu a:not(.nav-cta)::after {
  position: absolute;
  right: 0;
  bottom: -8px;
  left: 0;
  height: 1px;
  background: var(--blue-light);
  content: "";
  transform: scaleX(0);
  transition: transform 0.2s ease;
}

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

.nav-menu a:hover::after {
  transform: scaleX(1);
}

.nav-menu .nav-cta {
  padding: 10px 18px;
  color: var(--white);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 4px;
}

.nav-menu .nav-cta:hover {
  border-color: var(--blue);
  background: var(--blue);
}

.nav-toggle {
  display: none;
  width: 42px;
  height: 42px;
  padding: 10px;
  border: 0;
  background: transparent;
}

.nav-toggle span {
  display: block;
  width: 22px;
  height: 2px;
  margin: 5px auto;
  background: var(--white);
  transition: transform 0.25s ease, opacity 0.25s ease;
}

.hero {
  position: relative;
  min-height: 820px;
  padding: 166px 0 106px;
  overflow: hidden;
  color: var(--white);
  background:
    radial-gradient(circle at 76% 34%, rgba(24, 102, 219, 0.16), transparent 34%),
    linear-gradient(115deg, var(--navy-950), var(--navy-900) 52%, #0a1930);
}

.hero-grid {
  position: absolute;
  inset: 0;
  opacity: 0.14;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
  background-size: 70px 70px;
  mask-image: linear-gradient(to right, black, transparent 75%);
}

.hero::after {
  position: absolute;
  right: -140px;
  bottom: -310px;
  width: 700px;
  height: 700px;
  border: 1px solid rgba(79, 155, 255, 0.11);
  border-radius: 50%;
  content: "";
}

.hero-glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  pointer-events: none;
}

.hero-glow-one {
  top: 150px;
  right: 12%;
  width: 260px;
  height: 260px;
  background: rgba(31, 119, 255, 0.1);
}

.hero-glow-two {
  bottom: -80px;
  left: 2%;
  width: 300px;
  height: 300px;
  background: rgba(215, 173, 91, 0.05);
}

.hero-layout {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: 74px;
  align-items: center;
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 25px;
  color: var(--blue);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.18em;
}

.eyebrow > span {
  width: 28px;
  height: 1px;
  background: currentColor;
}

.eyebrow.light {
  color: var(--blue-light);
}

.hero h1,
.section h2 {
  margin: 0;
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  letter-spacing: -0.055em;
  line-height: 1.08;
}

.hero h1 {
  max-width: 720px;
  font-size: clamp(45px, 5.2vw, 73px);
}

.hero h1 span,
.section h2 span {
  color: var(--blue-light);
}

.hero-lead {
  max-width: 620px;
  margin: 28px 0 0;
  color: #aab8ca;
  font-size: 18px;
  line-height: 1.75;
}

.hero-actions {
  display: flex;
  gap: 12px;
  margin-top: 38px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 52px;
  padding: 0 25px;
  border: 1px solid transparent;
  border-radius: 4px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 700;
  transition: transform 0.25s ease, background 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.button svg {
  width: 18px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
  transition: transform 0.25s ease;
}

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

.button:hover svg {
  transform: translateX(3px);
}

.button-primary {
  color: var(--white);
  background: var(--blue);
  box-shadow: 0 12px 28px rgba(29, 124, 255, 0.26);
}

.button-primary:hover {
  background: #3289ff;
  box-shadow: 0 16px 34px rgba(29, 124, 255, 0.36);
}

.button-secondary {
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.04);
}

.button-secondary:hover {
  border-color: rgba(255, 255, 255, 0.4);
  background: rgba(255, 255, 255, 0.08);
}

.trust-row {
  display: grid;
  grid-template-columns: repeat(2, max-content);
  gap: 12px 26px;
  margin-top: 45px;
  color: #9caabd;
  font-size: 12px;
}

.trust-item {
  display: flex;
  align-items: center;
  gap: 8px;
}

.trust-check {
  display: grid;
  place-items: center;
  width: 18px;
  height: 18px;
  color: var(--blue-light);
  border: 1px solid rgba(89, 165, 255, 0.4);
  border-radius: 50%;
  font-size: 10px;
}

.hero-visual {
  position: relative;
  width: 100%;
  max-width: 500px;
  margin-left: auto;
}

.dashboard {
  position: relative;
  z-index: 3;
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 10px;
  background: linear-gradient(145deg, rgba(18, 37, 63, 0.94), rgba(9, 23, 42, 0.96));
  box-shadow: 0 35px 80px rgba(0, 0, 0, 0.38);
  backdrop-filter: blur(12px);
}

.dashboard::before {
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.055), transparent 40%);
  content: "";
  pointer-events: none;
}

.dashboard-top,
.route-head,
.route-cities,
.shipment-row,
.compliance-panel-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.dashboard-label,
.floating-card small,
.compliance-panel-head small {
  display: block;
  margin-bottom: 3px;
  color: #6f8198;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.16em;
}

.dashboard-top strong {
  font-family: "Manrope", sans-serif;
  font-size: 18px;
}

.live-status {
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 6px 10px;
  color: #9ec6ff;
  border: 1px solid rgba(59, 142, 255, 0.24);
  border-radius: 20px;
  background: rgba(29, 124, 255, 0.08);
  font-size: 10px;
}

.live-status i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #4b9cff;
  box-shadow: 0 0 0 5px rgba(75, 156, 255, 0.1);
}

.route-card {
  margin-top: 24px;
  padding: 23px 21px 19px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 7px;
  background: rgba(5, 15, 28, 0.56);
}

.route-head {
  color: #63758c;
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.13em;
}

.route-line {
  position: relative;
  display: flex;
  align-items: center;
  margin: 24px 4px 12px;
}

.route-track {
  position: relative;
  flex: 1;
  height: 1px;
  margin-inline: 6px;
  background: rgba(255, 255, 255, 0.15);
}

.route-track::before {
  position: absolute;
  inset: -1px 40% -1px 0;
  background: var(--blue);
  box-shadow: 0 0 10px rgba(29, 124, 255, 0.7);
  content: "";
}

.route-track i {
  position: absolute;
  inset: -2px 0;
  border-top: 1px dashed rgba(255, 255, 255, 0.18);
}

.route-point {
  z-index: 2;
  width: 10px;
  height: 10px;
  border: 2px solid #142a47;
  border-radius: 50%;
  background: var(--blue);
  box-shadow: 0 0 0 3px rgba(29, 124, 255, 0.2);
}

.route-destination {
  background: var(--gold);
  box-shadow: 0 0 0 3px rgba(215, 173, 91, 0.17);
}

.route-plane {
  position: absolute;
  z-index: 3;
  top: -10px;
  left: 55%;
  width: 20px;
  fill: var(--white);
  filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.4));
  transform: rotate(90deg);
}

.route-cities strong {
  font-size: 11px;
  font-weight: 600;
}

.metrics-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin-top: 12px;
}

.metric {
  padding: 16px 17px;
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.025);
}

.metric > span,
.shipment-row > div:nth-child(2) span {
  display: block;
  color: #708097;
  font-size: 9px;
  text-transform: uppercase;
}

.metric strong {
  display: block;
  margin: 2px 0 3px;
  font-family: "Manrope", sans-serif;
  font-size: 16px;
}

.metric small {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #8493a6;
  font-size: 9px;
}

.dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
}

.dot-blue {
  background: var(--blue);
}

.dot-gold {
  background: var(--gold);
}

.shipment-row {
  gap: 12px;
  margin-top: 12px;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.025);
}

.shipment-icon {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  color: var(--blue-light);
  border-radius: 5px;
  background: rgba(29, 124, 255, 0.1);
}

.shipment-icon svg,
.service-icon svg,
.step-icon svg,
.contact-detail-icon svg {
  width: 20px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.6;
}

.shipment-row > div:nth-child(2) {
  flex: 1;
}

.shipment-row > div:nth-child(2) strong {
  display: block;
  font-size: 12px;
}

.shipment-tag {
  padding: 4px 8px;
  color: var(--blue-light);
  border-radius: 3px;
  background: rgba(29, 124, 255, 0.1);
  font-size: 9px;
  font-weight: 700;
}

.floating-card {
  position: absolute;
  z-index: 5;
  display: flex;
  align-items: center;
  gap: 11px;
  min-width: 174px;
  padding: 12px 15px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 6px;
  background: rgba(12, 29, 51, 0.92);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.32);
  backdrop-filter: blur(10px);
  animation: float 5s ease-in-out infinite;
}

.floating-card-top {
  top: 50px;
  right: -60px;
}

.floating-card-bottom {
  bottom: 54px;
  left: -63px;
  animation-delay: -2.5s;
}

.floating-icon {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  color: var(--blue-light);
  border-radius: 5px;
  background: rgba(29, 124, 255, 0.12);
}

.floating-icon.gold {
  color: var(--gold);
  background: rgba(215, 173, 91, 0.1);
}

.floating-icon svg {
  width: 17px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.floating-card strong {
  display: block;
  font-size: 11px;
}

.orbit {
  position: absolute;
  z-index: 1;
  border: 1px solid rgba(77, 151, 255, 0.14);
  border-radius: 50%;
}

.orbit-one {
  inset: -75px -80px;
}

.orbit-two {
  inset: -140px -145px;
  border-color: rgba(255, 255, 255, 0.04);
}

@keyframes float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-7px); }
}

.client-strip {
  border-bottom: 1px solid var(--border);
  background: var(--white);
}

.client-strip-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 82px;
  color: #6f7e92;
  font-size: 11px;
}

.client-strip-inner > span {
  color: var(--ink);
  font-weight: 700;
  letter-spacing: 0.13em;
}

.client-principle {
  display: flex;
  align-items: center;
  gap: 9px;
}

.client-principle i {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--blue);
}

.section {
  padding: 124px 0;
}

.section h2 {
  color: var(--ink);
  font-size: clamp(39px, 4.3vw, 58px);
}

.section h2 span {
  color: #708098;
}

.about {
  overflow: hidden;
}

.about-layout {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 100px;
  align-items: start;
}

.about-content {
  padding-top: 39px;
}

.about-content > p {
  max-width: 600px;
  color: #6d7a8d;
}

.about-content .about-lead {
  margin-top: 0;
  color: var(--ink);
  font-size: 21px;
  font-weight: 500;
  line-height: 1.55;
}

.about-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 46px;
  border-top: 1px solid var(--border);
}

.about-stats > div {
  padding: 25px 18px 0 0;
}

.about-stats > div + div {
  padding-left: 24px;
  border-left: 1px solid var(--border);
}

.about-stats strong {
  display: block;
  color: var(--ink);
  font-family: "Manrope", sans-serif;
  font-size: 27px;
  letter-spacing: -0.04em;
}

.about-stats span {
  color: var(--muted);
  font-size: 11px;
}

.services {
  background: var(--off-white);
}

.section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 50px;
  margin-bottom: 55px;
}

.section-heading > p {
  max-width: 400px;
  margin: 0 0 7px;
  color: #718095;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}

.service-card {
  position: relative;
  min-height: 330px;
  padding: 34px 32px 29px;
  overflow: hidden;
  border: 1px solid #e0e5ec;
  border-radius: 6px;
  background: var(--white);
  box-shadow: 0 10px 30px rgba(19, 44, 77, 0.03);
  transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}

.service-card::before {
  position: absolute;
  inset: 0 auto 0 0;
  width: 3px;
  background: var(--blue);
  content: "";
  transform: scaleY(0);
  transform-origin: bottom;
  transition: transform 0.3s ease;
}

.service-card:hover {
  z-index: 2;
  border-color: rgba(29, 124, 255, 0.25);
  box-shadow: var(--shadow);
  transform: translateY(-6px);
}

.service-card:hover::before {
  transform: scaleY(1);
}

.service-number {
  position: absolute;
  top: 31px;
  right: 30px;
  color: #b4bdc9;
  font-family: "Manrope", sans-serif;
  font-size: 11px;
  font-weight: 700;
}

.service-icon {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  margin-bottom: 27px;
  color: var(--blue);
  border: 1px solid rgba(29, 124, 255, 0.15);
  border-radius: 5px;
  background: var(--blue-pale);
}

.service-card h3 {
  margin: 0 0 13px;
  color: var(--ink);
  font-family: "Manrope", sans-serif;
  font-size: 18px;
  letter-spacing: -0.025em;
}

.service-card p {
  margin: 0;
  color: #748195;
  font-size: 14px;
  line-height: 1.7;
}

.card-link {
  position: absolute;
  right: 31px;
  bottom: 27px;
  left: 31px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 15px;
  color: #6a788c;
  border-top: 1px solid #edf0f4;
  font-size: 11px;
  font-weight: 600;
}

.card-link b {
  color: var(--blue);
  font-size: 16px;
  transition: transform 0.2s ease;
}

.service-card:hover .card-link b {
  transform: translate(2px, -2px);
}

.process {
  position: relative;
  overflow: hidden;
  color: var(--white);
  background:
    radial-gradient(circle at 20% 30%, rgba(29, 124, 255, 0.09), transparent 30%),
    var(--navy-900);
}

.process::before {
  position: absolute;
  inset: 0;
  opacity: 0.08;
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0.1) 1px, transparent 1px);
  background-size: calc(100% / 6) 100%;
  content: "";
  pointer-events: none;
}

.process-heading {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: end;
  margin-bottom: 78px;
}

.process-heading .eyebrow {
  grid-column: 1 / -1;
}

.process h2 {
  color: var(--white);
}

.process h2 span {
  color: #7c8da3;
}

.process-heading p {
  max-width: 410px;
  margin: 0 0 5px auto;
  color: #8291a5;
}

.process-flow {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.process-flow::before {
  position: absolute;
  top: 55px;
  right: 8%;
  left: 8%;
  height: 1px;
  background: rgba(255, 255, 255, 0.12);
  content: "";
}

.process-step {
  position: relative;
  padding-right: 24px;
}

.step-number {
  display: block;
  margin-bottom: 21px;
  color: #57687e;
  font-family: "Manrope", sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.step-icon {
  position: relative;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin-bottom: 25px;
  color: var(--blue-light);
  border: 1px solid rgba(89, 165, 255, 0.28);
  border-radius: 50%;
  background: #0c1b2e;
  box-shadow: 0 0 0 7px var(--navy-900);
}

.step-icon svg {
  width: 18px;
}

.process-step h3 {
  margin: 0 0 8px;
  font-family: "Manrope", sans-serif;
  font-size: 17px;
}

.process-step p {
  max-width: 130px;
  margin: 0;
  color: #728198;
  font-size: 12px;
  line-height: 1.55;
}

.compliance {
  background: var(--white);
}

.compliance-layout {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 100px;
  align-items: center;
}

.compliance-copy > p {
  max-width: 500px;
  margin: 28px 0;
  color: #708095;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  padding-bottom: 5px;
  color: var(--ink);
  border-bottom: 1px solid #bec8d4;
  font-size: 13px;
  font-weight: 700;
}

.text-link span {
  color: var(--blue);
  font-size: 18px;
  transition: transform 0.2s ease;
}

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

.compliance-panel {
  padding: 31px 34px 26px;
  border: 1px solid #dce3eb;
  border-radius: 7px;
  background: #fbfcfe;
  box-shadow: 0 24px 65px rgba(15, 42, 78, 0.1);
}

.compliance-panel-head {
  padding-bottom: 21px;
  border-bottom: 1px solid var(--border);
}

.compliance-panel-head strong {
  display: block;
  color: var(--ink);
  font-family: "Manrope", sans-serif;
  font-size: 16px;
}

.compliance-panel-head > span {
  padding: 5px 9px;
  color: #16805a;
  border-radius: 3px;
  background: #e7f7f0;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.compliance-list {
  margin: 8px 0 0;
  padding: 0;
  list-style: none;
}

.compliance-list li {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 13px 0;
  border-bottom: 1px solid #e9edf2;
}

.list-check {
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  width: 25px;
  height: 25px;
  color: var(--blue);
  border: 1px solid rgba(29, 124, 255, 0.18);
  border-radius: 50%;
  background: var(--blue-pale);
  font-size: 11px;
}

.compliance-list strong,
.compliance-list small {
  display: block;
}

.compliance-list strong {
  color: var(--ink);
  font-size: 13px;
}

.compliance-list small {
  color: #8b97a7;
  font-size: 10px;
}

.compliance-note {
  margin: 18px 0 0;
  color: #9ba5b2;
  font-size: 9px;
  line-height: 1.5;
}

.contact {
  position: relative;
  overflow: hidden;
  color: var(--white);
  background: linear-gradient(120deg, #07101d, #0b1a2d);
}

.contact::before {
  position: absolute;
  inset: 0;
  opacity: 0.1;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
  background-size: 65px 65px;
  mask-image: linear-gradient(to right, black, transparent 75%);
  content: "";
}

.contact-glow {
  position: absolute;
  top: 10%;
  right: 12%;
  width: 380px;
  height: 380px;
  border-radius: 50%;
  background: rgba(29, 124, 255, 0.08);
  filter: blur(90px);
}

.contact-layout {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 100px;
  align-items: start;
}

.contact h2 {
  color: var(--white);
}

.contact h2 span {
  color: #74859b;
}

.contact-copy > p {
  max-width: 480px;
  margin: 28px 0 38px;
  color: #8898ad;
}

.contact-details {
  display: grid;
  gap: 18px;
}

.contact-details a,
.contact-details > div {
  display: flex;
  align-items: center;
  gap: 15px;
}

.contact-detail-icon {
  display: grid;
  place-items: center;
  width: 39px;
  height: 39px;
  color: var(--blue-light);
  border: 1px solid rgba(89, 165, 255, 0.18);
  border-radius: 4px;
  background: rgba(29, 124, 255, 0.08);
}

.contact-detail-icon svg {
  width: 17px;
}

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

.contact-details small {
  color: #65768c;
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 0.16em;
}

.contact-details strong {
  color: #d9e1eb;
  font-size: 12px;
  font-weight: 500;
}

.contact-form {
  padding: 39px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 7px;
  background: rgba(255, 255, 255, 0.045);
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(12px);
}

.form-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 17px;
}

.field {
  margin-bottom: 18px;
}

.field label {
  display: block;
  margin-bottom: 8px;
  color: #aeb9c7;
  font-size: 11px;
  font-weight: 600;
}

.field input,
.field textarea {
  width: 100%;
  color: var(--white);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 4px;
  outline: none;
  background: rgba(3, 11, 21, 0.35);
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.field input {
  height: 48px;
  padding: 0 14px;
}

.field textarea {
  min-height: 126px;
  padding: 13px 14px;
  resize: vertical;
}

.field input::placeholder,
.field textarea::placeholder {
  color: #56677c;
}

.field input:focus,
.field textarea:focus {
  border-color: var(--blue);
  box-shadow: 0 0 0 3px rgba(29, 124, 255, 0.12);
}

.form-submit {
  width: 100%;
  margin-top: 3px;
  border: 0;
}

.form-status {
  min-height: 20px;
  margin: 13px 0 0;
  color: #9bb3cf;
  font-size: 11px;
  text-align: center;
}

.site-footer {
  color: #8492a5;
  background: var(--navy-950);
}

.footer-main {
  display: grid;
  grid-template-columns: 2fr 0.7fr 0.9fr 1.25fr;
  gap: 70px;
  padding-top: 70px;
  padding-bottom: 55px;
}

.footer-brand {
  margin-bottom: 19px;
}

.footer-main > div:first-child p {
  max-width: 320px;
  margin: 0;
  font-size: 12px;
  line-height: 1.7;
}

.footer-links,
.footer-address {
  display: flex;
  flex-direction: column;
  gap: 9px;
}

.footer-links strong,
.footer-address strong {
  margin-bottom: 5px;
  color: var(--white);
  font-size: 11px;
  letter-spacing: 0.05em;
}

.footer-links a,
.footer-address {
  font-size: 11px;
  font-style: normal;
}

.footer-links a:hover,
.footer-address a:hover {
  color: var(--blue-light);
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  padding-top: 20px;
  padding-bottom: 25px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 10px;
}

.footer-bottom a {
  color: #b5bfcb;
}

.footer-bottom a span {
  margin-left: 6px;
  color: var(--blue-light);
}

.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

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

@media (max-width: 1100px) {
  .hero-layout,
  .about-layout,
  .compliance-layout,
  .contact-layout {
    gap: 58px;
  }

  .floating-card-top {
    right: -20px;
  }

  .floating-card-bottom {
    left: -20px;
  }

  .client-strip-inner {
    gap: 20px;
  }

  .client-strip-inner > span {
    display: none;
  }

  .process-step {
    padding-right: 12px;
  }

  .footer-main {
    gap: 35px;
  }
}

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

  .hero {
    padding-top: 135px;
  }

  .hero-layout {
    grid-template-columns: 1fr;
  }

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

  .hero-visual {
    max-width: 590px;
    margin: 30px auto 0;
  }

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

  .process-heading {
    grid-template-columns: 1fr;
  }

  .process-heading p {
    margin: 25px 0 0;
  }

  .process-flow {
    grid-template-columns: repeat(3, 1fr);
    gap: 45px 20px;
  }

  .process-flow::before {
    display: none;
  }

  .process-step {
    padding-right: 0;
  }

  .footer-main {
    grid-template-columns: 1.5fr 0.7fr 0.9fr;
  }

  .footer-address {
    grid-column: 1 / -1;
    padding-top: 25px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
  }
}

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

  .site-header {
    height: 68px;
  }

  .nav-toggle {
    position: relative;
    z-index: 3;
    display: block;
  }

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

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

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

  .nav-menu {
    position: fixed;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 23px;
    padding: 80px 28px;
    background: rgba(5, 11, 19, 0.98);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-12px);
    transition: opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease;
  }

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

  .nav-menu a {
    width: 100%;
    color: var(--white);
    font-family: "Manrope", sans-serif;
    font-size: 25px;
  }

  .nav-menu .nav-cta {
    width: auto;
    margin-top: 10px;
    padding: 11px 23px;
    font-size: 16px;
  }

  .hero {
    min-height: auto;
    padding: 123px 0 83px;
  }

  .hero-layout {
    gap: 50px;
  }

  .hero h1 {
    font-size: clamp(42px, 13vw, 60px);
  }

  .hero-lead {
    font-size: 16px;
  }

  .floating-card-top {
    top: 28px;
    right: -8px;
  }

  .floating-card-bottom {
    bottom: 35px;
    left: -8px;
  }

  .client-strip-inner {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0;
    padding: 12px 0;
  }

  .client-principle {
    min-height: 44px;
    font-size: 10px;
  }

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

  .about-content {
    padding-top: 0;
  }

  .section-heading {
    display: block;
  }

  .section-heading > p {
    margin-top: 24px;
  }

  .process-flow {
    grid-template-columns: repeat(2, 1fr);
  }

  .contact-copy > p {
    margin-bottom: 28px;
  }

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

  .footer-main > div:first-child,
  .footer-address {
    grid-column: 1 / -1;
  }
}

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

  .hero-actions {
    flex-direction: column;
  }

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

  .trust-row {
    grid-template-columns: 1fr;
  }

  .hero-visual {
    width: calc(100% - 2px);
  }

  .dashboard {
    padding: 19px;
  }

  .floating-card {
    display: none;
  }

  .orbit {
    display: none;
  }

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

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

  .service-card {
    min-height: 310px;
  }

  .about-stats {
    grid-template-columns: 1fr;
  }

  .about-stats > div {
    padding: 18px 0;
  }

  .about-stats > div + div {
    padding-left: 0;
    border-top: 1px solid var(--border);
    border-left: 0;
  }

  .process-flow {
    gap: 38px 12px;
  }

  .process-heading {
    margin-bottom: 55px;
  }

  .compliance-panel,
  .contact-form {
    padding: 25px 20px;
  }

  .form-row {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .footer-main {
    gap: 36px 25px;
    padding-top: 55px;
  }

  .footer-bottom {
    flex-direction: column;
    gap: 10px;
  }
}

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

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

  .reveal {
    opacity: 1;
    transform: none;
  }
}
