:root {
  --navy: #071d3b;
  --navy-2: #0b2d59;
  --blue: #2344ff;
  --blue-soft: #eef3ff;
  --text: #0c1d36;
  --muted: #5c687a;
  --line: #dfe6ef;
  --white: #ffffff;
  --max: 1180px;
  --shadow: 0 20px 50px rgba(7, 29, 59, .12);
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--text);
  background: var(--white);
  line-height: 1.6;
}

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

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

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(255,255,255,.93);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(7,29,59,.08);
}

.header-inner {
  min-height: 88px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand img {
  width: 248px;
  max-height: 62px;
  object-fit: contain;
  object-position: left center;
}

.header-cta {
  border: 1px solid var(--navy);
  padding: 11px 20px;
  font-weight: 700;
  font-size: .85rem;
  letter-spacing: .04em;
  text-transform: uppercase;
  transition: .2s ease;
}

.header-cta:hover {
  color: var(--white);
  background: var(--navy);
}

.hero {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 65% 30%, rgba(35,68,255,.10), transparent 28%),
    linear-gradient(90deg, #fff 0%, #fff 48%, #f3f7fc 100%);
}

.hero-grid {
  min-height: 650px;
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  align-items: center;
  gap: 40px;
}

.hero-copy {
  position: relative;
  z-index: 2;
  padding-block: 80px;
}

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

.eyebrow.light { color: #73a4ff; }

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

h1 {
  max-width: 640px;
  margin-bottom: 24px;
  font-size: clamp(2.8rem, 5vw, 5.6rem);
  line-height: .98;
  letter-spacing: -.055em;
}

.hero-text {
  max-width: 650px;
  margin-bottom: 32px;
  color: #334258;
  font-size: 1.12rem;
}

.button {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  padding: 0 24px;
  border: 1px solid transparent;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .03em;
  font-size: .84rem;
  transition: transform .2s ease, background .2s ease, color .2s ease;
}

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

.button-primary {
  color: var(--white);
  background: linear-gradient(135deg, var(--navy), var(--blue));
  box-shadow: 0 12px 30px rgba(35,68,255,.20);
}

.button-secondary {
  color: var(--navy);
  border-color: var(--line);
  background: var(--white);
}

.hero-visual {
  position: relative;
  align-self: stretch;
  min-height: 560px;
  transform: skewX(-4deg);
}

.glass {
  position: absolute;
  bottom: 0;
  background: linear-gradient(160deg, rgba(255,255,255,.92), rgba(20,87,157,.18));
  border: 1px solid rgba(255,255,255,.7);
  box-shadow: -18px 16px 60px rgba(7,29,59,.15);
  backdrop-filter: blur(6px);
}

.glass-one {
  width: 55%;
  height: 72%;
  right: 4%;
}

.glass-two {
  width: 42%;
  height: 54%;
  right: 37%;
}

.glass-three {
  width: 27%;
  height: 38%;
  right: 68%;
}

.network-lines {
  position: absolute;
  inset: 25% 0 0 10%;
  opacity: .75;
  background-image:
    linear-gradient(rgba(35,68,255,.22) 1px, transparent 1px),
    linear-gradient(90deg, rgba(35,68,255,.22) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: linear-gradient(to bottom right, transparent 0%, #000 30%, #000 80%, transparent 100%);
}

.approach { padding: 90px 0; }

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

.centered {
  margin-inline: auto;
  text-align: center;
}

h2 {
  margin-bottom: 20px;
  font-size: clamp(2rem, 3.4vw, 3.3rem);
  line-height: 1.12;
  letter-spacing: -.035em;
}

.capabilities {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.capability {
  padding: 34px 28px;
  text-align: center;
}

.capability + .capability { border-left: 1px solid var(--line); }

.icon {
  width: 62px;
  height: 62px;
  display: grid;
  place-items: center;
  margin: 0 auto 20px;
  border-radius: 50%;
  background: var(--blue-soft);
  color: var(--blue);
  font-size: 2rem;
}

.capability h3 {
  margin-bottom: 12px;
  font-size: 1.05rem;
  text-transform: uppercase;
  letter-spacing: .02em;
}

.capability p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: .96rem;
}

.trust {
  position: relative;
  overflow: hidden;
  color: var(--white);
  background:
    radial-gradient(circle at 75% 20%, rgba(35,68,255,.35), transparent 25%),
    linear-gradient(130deg, #06182f, #092a52 62%, #06182f);
}

.trust::after {
  content: "";
  position: absolute;
  inset: auto -10% -35% 20%;
  height: 320px;
  border-radius: 50%;
  border: 1px solid rgba(71,133,255,.35);
  box-shadow: 0 0 0 30px rgba(71,133,255,.05), 0 0 0 70px rgba(71,133,255,.04);
}

.trust-grid {
  position: relative;
  z-index: 1;
  padding-block: 80px;
  display: grid;
  grid-template-columns: .9fr 1.4fr;
  gap: 70px;
  align-items: center;
}

.trust-intro p:last-child { color: #c9d4e5; }

.trust-points {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border: 1px solid rgba(255,255,255,.14);
}

.trust-points div {
  min-height: 150px;
  padding: 28px;
}

.trust-points div:nth-child(odd) { border-right: 1px solid rgba(255,255,255,.14); }
.trust-points div:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.14); }

.trust-points strong {
  display: block;
  margin-bottom: 8px;
  font-size: 1.04rem;
}

.trust-points span {
  color: #c9d4e5;
  font-size: .94rem;
}

.contact { padding: 88px 0; }

.contact-card {
  display: grid;
  grid-template-columns: 1.25fr .75fr;
  gap: 60px;
  align-items: center;
  padding: 54px;
  background: #f6f9fd;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.contact-card p { max-width: 680px; color: var(--muted); }

.contact-actions {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.site-footer {
  color: #dbe5f3;
  background: var(--navy);
}

.footer-inner {
  min-height: 128px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 24px;
}

.footer-inner img {
  width: 180px;
  filter: brightness(0) invert(1);
}

.footer-inner p {
  margin: 0;
  font-size: .84rem;
  text-align: center;
}

.footer-inner nav {
  justify-self: end;
  display: flex;
  gap: 18px;
  font-size: .82rem;
}

.footer-inner nav a:hover { color: var(--white); }

@media (max-width: 900px) {
  .hero-grid,
  .trust-grid,
  .contact-card {
    grid-template-columns: 1fr;
  }

  .hero-grid { min-height: auto; }
  .hero-copy { padding-bottom: 30px; }
  .hero-visual { min-height: 360px; }

  .capabilities { grid-template-columns: repeat(2, 1fr); }
  .capability:nth-child(3) { border-left: 0; border-top: 1px solid var(--line); }
  .capability:nth-child(4) { border-top: 1px solid var(--line); }

  .footer-inner {
    grid-template-columns: 1fr;
    padding-block: 34px;
    text-align: center;
  }

  .footer-inner img,
  .footer-inner nav { justify-self: center; }
}

@media (max-width: 560px) {
  .container { width: min(calc(100% - 28px), var(--max)); }
  .header-inner { min-height: 74px; }
  .brand img { width: 190px; }
  .header-cta { display: none; }

  .hero-copy { padding-top: 56px; }
  h1 { font-size: 3rem; }
  .hero-visual { min-height: 280px; }

  .approach, .contact { padding-block: 64px; }

  .capabilities { grid-template-columns: 1fr; }
  .capability + .capability {
    border-left: 0;
    border-top: 1px solid var(--line);
  }

  .trust-points { grid-template-columns: 1fr; }
  .trust-points div,
  .trust-points div:nth-child(odd) {
    border-right: 0;
    border-bottom: 1px solid rgba(255,255,255,.14);
  }

  .contact-card { padding: 30px 22px; }
  .footer-inner nav { flex-wrap: wrap; justify-content: center; }
}
