@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;450;500;600;650;700&family=Manrope:wght@400;500;600;650;700;750;800&display=swap");
:root {
  --navy: #081225;
  --blue: #3478f6;
  --muted: #aab8cd;
  --ink: #13233c;
  --line: #dce3ee;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}
body {
  margin: 0;
  background: #fff;
  color: var(--ink);
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  line-height: 1.7;
}
a {
  color: inherit;
  text-decoration: none;
}
button,
a {
  -webkit-tap-highlight-color: transparent;
}
a:focus-visible,
button:focus-visible {
  outline: 3px solid #75a8ff;
  outline-offset: 5px;
}
.skip {
  position: absolute;
  top: -70px;
  z-index: 9;
  background: #fff;
  padding: 12px;
}
.skip:focus {
  top: 0;
}
header {
  height: 102px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 6%;
  background: var(--navy);
  color: white;
  border-bottom: 1px solid #ffffff18;
}
nav {
  display: flex;
  gap: 38px;
  font-size: 15px;
}
nav a:hover {
  color: #85b2ff;
}
.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 30px;
  font-weight: 800;
  font-family: Manrope, sans-serif;
  letter-spacing: -1px;
  line-height: 1.15;
}
.brand-sub {
  display: block;
  font-size: 10px;
  letter-spacing: 3px;
  margin-top: 5px;
  font-weight: 600;
}
.brandmark {
  border: 2px solid #80acff;
  padding: 5px 11px;
  color: #83b3ff;
  border-radius: 12px 3px;
  font-size: 28px;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  padding: 15px 24px;
  background: var(--blue);
  color: white;
  border: 1px solid transparent;
  border-radius: 3px;
  font-weight: 600;
  font-size: 15px;
  transition:
    background 0.2s,
    transform 0.2s;
}
.button:hover {
  background: #215dd5;
  transform: translateY(-2px);
}
.button.small {
  padding: 10px 20px;
}
.button span {
  font-size: 22px;
  line-height: 1;
}
.hero {
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  background: var(--navy);
  color: white;
  min-height: 740px;
  padding: 64px 6% 70px;
  gap: 45px;
  overflow: hidden;
}
.eyebrow {
  font-size: 12px;
  letter-spacing: 2.3px;
  font-weight: 700;
  margin: 0 0 22px;
  color: #457cdf;
}
.hero .eyebrow {
  color: #91b7f5;
}
h1,
h2,
h3 {
  font-family: Manrope, sans-serif;
  line-height: 1.12;
  letter-spacing: -2px;
  margin: 0;
  font-weight: 600;
}
h1 {
  font-size: clamp(44px, 4.5vw, 70px);
  letter-spacing: -2.5px;
}
h1 span {
  color: #a0b8dd;
}
.intro {
  max-width: 535px;
  color: #b5c1d3;
  margin: 26px 0 30px;
  font-size: 17px;
  line-height: 1.7;
}
.actions {
  display: flex;
  align-items: center;
  gap: 27px;
}
.text-link {
  font-size: 15px;
  font-weight: 600;
  display: inline-flex;
  gap: 20px;
  align-items: center;
  border-bottom: 1px solid transparent;
  padding: 8px 0;
}
.text-link:hover {
  border-color: currentColor;
}
.hero-art {
  position: relative;
  border-radius: 4px;
  background: linear-gradient(140deg, #152c4c, #0d1a2f 60%, #1d4174);
  border: 1px solid #ffffff12;
  min-height: 560px;
}
.hero-art img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  inset: 0;
  border-radius: 4px;
}
.art-label,
.art-caption {
  position: absolute;
  z-index: 1;
  left: 28px;
  right: 28px;
  letter-spacing: 1.7px;
  font-size: 11px;
  font-weight: 500;
}
.art-label {
  top: 25px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.art-caption {
  bottom: 22px;
  color: #b7c9e8;
}
.expertise {
  background: #101f36;
  color: #becce1;
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding: 25px 6%;
  font-size: 13px;
  letter-spacing: 0.3px;
}
.section {
  padding: 100px 6%;
}
.section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 35px;
  margin-bottom: 48px;
}
h2 {
  font-size: clamp(32px, 3vw, 46px);
  letter-spacing: -1.6px;
}
.service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border: 1px solid var(--line);
}
.service-card {
  padding: 33px;
  transition: background 0.2s;
  display: flex;
  flex-direction: column;
}
.service-card + .service-card {
  border-left: 1px solid var(--line);
}
.service-card:hover {
  background: #f0f5fc;
}
.number {
  color: #526d91;
  font-size: 12px;
  letter-spacing: 1.4px;
  margin-bottom: 40px;
}
h3 {
  font-size: 26px;
  letter-spacing: -0.8px;
}
.service-card p {
  font-size: 16px;
  color: #627087;
  line-height: 1.7;
}
.card-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  font-weight: 600;
  margin-top: auto;
  padding-top: 20px;
}
.card-bottom b {
  font-size: 25px;
  color: #2866cf;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.clients-section {
  padding-top: 0;
}
.logo-marquee {
  overflow: hidden;
  -webkit-mask-image: linear-gradient(
    90deg,
    transparent,
    #000 8%,
    #000 92%,
    transparent
  );
  mask-image: linear-gradient(
    90deg,
    transparent,
    #000 8%,
    #000 92%,
    transparent
  );
}
.logo-track {
  display: flex;
  align-items: center;
  gap: 24px;
  width: max-content;
  animation: marquee 32s linear infinite;
}
.logo-marquee:hover .logo-track {
  animation-play-state: paused;
}
@keyframes marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
.logo-chip {
  flex: 0 0 auto;
  width: 176px;
  height: 92px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px 26px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 12px;
}
.logo-chip img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.team-section {
  background: #f0f4f9;
  padding: 85px 6%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
}
.large-copy {
  font-size: 23px;
  line-height: 1.6;
  margin: 0 0 18px;
}
.team-section .text-link {
  margin-top: 14px;
}
.contact-band {
  background: #122e60;
  color: white;
  padding: 80px 6%;
  position: relative;
}
.contact-band .eyebrow {
  color: #9bbff9;
}
.contact-band p:not(.eyebrow) {
  max-width: 540px;
  color: #c6d3e8;
}
.contact-band h2 {
  font-size: 52px;
}
.light {
  background: white;
  color: #102747;
  margin-top: 14px;
  margin-right: 30px;
}
.light:hover {
  background: #e3edfc;
}
footer {
  background: var(--navy);
  color: #b8c6db;
  padding: 54px 6% 24px;
  display: grid;
  grid-template-columns: 1.2fr 1.5fr 1fr 1fr;
  gap: 40px;
  font-size: 14px;
}
footer .brand {
  align-self: start;
  color: white;
  display: block;
}
footer p {
  margin: 0;
}
footer div a {
  display: block;
  margin-bottom: 8px;
}
.copyright {
  grid-column: 1/-1;
  border-top: 1px solid #ffffff15;
  padding-top: 20px;
  font-size: 12px;
  letter-spacing: 0.3px;
}
.page-hero {
  padding: 78px 6%;
  background: var(--navy);
  color: white;
}
.page-hero h1 {
  max-width: 900px;
}
.page-hero p {
  max-width: 630px;
  color: #b5c1d3;
}
.content {
  max-width: 1140px;
  margin: auto;
  padding: 80px 6%;
}
.content p {
  color: #566781;
}
.content h2 {
  margin-bottom: 28px;
}
.content h3 {
  margin: 36px 0 16px;
}
.content a {
  color: #2765c9;
  text-decoration: underline;
}
.service-detail {
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 30px;
  padding: 45px 0;
  border-bottom: 1px solid var(--line);
  scroll-margin-top: 30px;
}
.service-detail h2 {
  font-size: 30px;
}
.service-detail p {
  max-width: 750px;
}
.service-detail .number {
  padding-top: 9px;
}
.about-body {
  max-width: 830px;
}
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
}
.contact-panel {
  border: 1px solid var(--line);
  padding: 35px;
}
.contact-panel h2 {
  font-size: 30px;
}
.legal {
  max-width: 900px;
  overflow-wrap: anywhere;
}
.legal h2 {
  font-size: 29px;
  margin-top: 40px;
}
.legal h3 {
  font-size: 23px;
}
.legal img {
  max-width: 100%;
}
.logo-image {
  width: 44px;
  height: 44px;
  object-fit: contain;
  border-radius: 7px;
}
.resources {
  font-size: 14px;
  margin-top: 40px;
}
@media (min-width: 1500px) {
  header,
  .hero,
  .expertise,
  .section,
  .team-section,
  .contact-band,
  footer,
  .page-hero {
    padding-left: max(6%, calc((100vw - 1360px) / 2));
    padding-right: max(6%, calc((100vw - 1360px) / 2));
  }
}
@media (max-width: 950px) {
  header {
    height: 90px;
  }
  .hero {
    gap: 25px;
    min-height: 0;
    padding-top: 45px;
  }
  h1 {
    font-size: 48px;
  }
  .hero-art {
    min-height: 550px;
  }
  .actions {
    align-items: start;
    flex-direction: column;
    gap: 10px;
  }
  .expertise {
    flex-wrap: wrap;
    justify-content: center;
  }
  .service-card {
    padding: 23px;
  }
  .team-section {
    gap: 40px;
  }
  .section {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  footer {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 650px) {
  header {
    height: auto;
    min-height: 90px;
    padding: 20px 6%;
    flex-wrap: wrap;
    gap: 20px;
  }
  nav {
    order: 3;
    width: 100%;
    justify-content: space-between;
    gap: 20px;
    font-size: 14px;
  }
  .brand {
    font-size: 26px;
  }
  .brand-sub {
    font-size: 9px;
  }
  .hero {
    grid-template-columns: 1fr;
    padding-top: 40px;
    gap: 35px;
    padding-bottom: 35px;
  }
  h1 {
    font-size: 48px;
    letter-spacing: -2px;
  }
  .hero-art {
    min-height: 340px;
  }
  .intro {
    font-size: 16px;
  }
  .actions {
    flex-direction: row;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
  }
  .expertise {
    display: grid;
    grid-template-columns: 1fr 1fr;
    font-size: 12px;
    gap: 16px;
  }
  .section-head {
    display: block;
  }
  .section-head .text-link {
    margin-top: 24px;
  }
  .service-grid {
    grid-template-columns: 1fr;
  }
  .service-card + .service-card {
    border-left: 0;
    border-top: 1px solid var(--line);
  }
  .number {
    margin-bottom: 24px;
  }
  .team-section {
    grid-template-columns: 1fr;
    padding-top: 60px;
    padding-bottom: 60px;
    gap: 30px;
  }
  .large-copy {
    font-size: 20px;
  }
  .contact-band h2 {
    font-size: 42px;
  }
  .contact-band {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .contact-band .text-link {
    margin-top: 18px;
  }
  .service-detail {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .contact-grid {
    grid-template-columns: 1fr;
    gap: 25px;
  }
  .page-hero {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .page-hero h1 {
    font-size: 43px;
  }
  .content {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  footer {
    gap: 28px;
    font-size: 13px;
  }
  footer .brand {
    grid-column: 1/-1;
  }
  .art-label {
    font-size: 10px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  * {
    transition: none !important;
  }
}
