:root {
  --navy: #07182b;
  --navy-2: #0b2542;
  --blue: #1967ff;
  --cyan: #61e7d6;
  --ink: #102036;
  --muted: #5d6978;
  --paper: #f5f7fb;
  --white: #ffffff;
  --line: #dbe1ea;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: "DM Sans", sans-serif; font-size: 16px; line-height: 1.6; }
a { color: inherit; }
.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; }

.site-header { height: 86px; display: flex; align-items: center; justify-content: space-between; padding: 0 max(28px, calc((100vw - var(--max)) / 2)); background: var(--navy); color: var(--white); position: relative; z-index: 20; }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; }
.brand-mark { width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.35); position: relative; overflow: hidden; font: 800 15px/1 "Manrope", sans-serif; letter-spacing: -.04em; }
.brand-mark::after { content: ""; position: absolute; width: 60px; height: 7px; background: var(--cyan); transform: rotate(-45deg) translateY(18px); }
.brand-mark span { position: relative; z-index: 1; }
.brand-name { font: 700 18px/1 "Manrope", sans-serif; letter-spacing: -.02em; }
.site-nav { display: flex; align-items: center; gap: 31px; }
.site-nav a { text-decoration: none; color: #cbd7e6; font-size: 14px; font-weight: 600; }
.site-nav a:hover, .site-nav a:focus-visible { color: var(--white); }
.site-nav .nav-cta { color: var(--navy); background: var(--cyan); padding: 11px 17px; }
.menu-button { display: none; border: 0; background: transparent; padding: 9px; }
.menu-button > span:not(.sr-only) { display: block; width: 24px; height: 2px; background: white; margin: 5px; }

.hero { min-height: 650px; padding: 98px max(28px, calc((100vw - var(--max)) / 2)) 92px; color: var(--white); background: var(--navy); display: grid; grid-template-columns: minmax(0, 1.6fr) minmax(320px, .75fr); gap: 86px; align-items: center; position: relative; overflow: hidden; }
.hero::before { content: ""; position: absolute; width: 540px; height: 540px; right: -170px; top: -220px; border: 1px solid rgba(97,231,214,.28); border-radius: 50%; box-shadow: 0 0 0 90px rgba(97,231,214,.035), 0 0 0 180px rgba(97,231,214,.025); }
.hero-grid { position: absolute; inset: 0 0 0 52%; opacity: .08; background-image: linear-gradient(rgba(255,255,255,.7) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.7) 1px, transparent 1px); background-size: 54px 54px; transform: skewX(-12deg); transform-origin: bottom; }
.hero-copy, .hero-panel { position: relative; z-index: 2; }
.eyebrow { margin: 0 0 25px; color: var(--cyan); font: 700 12px/1.4 "Manrope", sans-serif; letter-spacing: .17em; }
.eyebrow.dark { color: var(--blue); }
h1, h2, h3 { font-family: "Manrope", sans-serif; margin-top: 0; }
h1 { max-width: 790px; margin-bottom: 27px; font-size: clamp(3.4rem, 6.5vw, 6.35rem); line-height: .98; letter-spacing: -.064em; }
h1 span { color: var(--cyan); }
.hero-intro { max-width: 660px; margin: 0 0 39px; color: #cbd7e6; font-size: 20px; line-height: 1.55; }
.hero-actions { display: flex; align-items: center; gap: 31px; flex-wrap: wrap; }
.button { display: inline-flex; align-items: center; justify-content: space-between; gap: 23px; min-height: 54px; padding: 14px 19px; text-decoration: none; font-weight: 700; transition: transform .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--blue); color: var(--white); box-shadow: 0 12px 35px rgba(25,103,255,.2); }
.text-link { color: var(--white); font-weight: 600; text-underline-offset: 5px; }
.hero-panel { padding: 28px; border: 1px solid rgba(255,255,255,.18); background: rgba(8,28,50,.76); backdrop-filter: blur(8px); }
.panel-label { margin: 0 0 12px; text-transform: uppercase; letter-spacing: .15em; color: var(--cyan); font: 700 11px/1.4 "Manrope", sans-serif; }
.outcome { display: grid; grid-template-columns: 44px 1fr; gap: 12px; padding: 21px 0; border-top: 1px solid rgba(255,255,255,.13); }
.outcome span { color: var(--cyan); font: 700 12px/1.4 "Manrope", sans-serif; }
.outcome p { margin: 0; color: #bcc9da; }
.outcome strong { color: var(--white); }

.proof-strip { display: grid; grid-template-columns: repeat(4, 1fr); max-width: var(--max); margin: -1px auto 0; background: var(--white); border: 1px solid var(--line); }
.proof-strip div { min-height: 120px; display: flex; flex-direction: column; justify-content: center; padding: 22px 28px; border-right: 1px solid var(--line); }
.proof-strip div:last-child { border-right: 0; }
.proof-strip strong { color: var(--navy); font: 800 21px/1.25 "Manrope", sans-serif; letter-spacing: -.03em; }
.proof-strip span { color: var(--muted); font-size: 14px; margin-top: 6px; }

.section { max-width: var(--max); margin: 0 auto; padding: 120px 0; }
.section-heading { display: grid; grid-template-columns: 1fr 1fr; column-gap: 70px; align-items: end; margin-bottom: 60px; }
.section-heading .eyebrow { grid-column: 1 / -1; }
.section-heading h2, .about h2 { margin: 0; color: var(--navy); font-size: clamp(2.25rem, 4vw, 4rem); line-height: 1.08; letter-spacing: -.05em; }
.section-heading > p:last-child { max-width: 455px; margin: 0 0 7px; color: var(--muted); font-size: 18px; }
.service-grid { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.service-card { min-height: 415px; padding: 42px; background: var(--white); border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.service-card.featured { background: var(--blue); color: var(--white); }
.service-number { color: var(--blue); font: 700 12px/1 "Manrope", sans-serif; letter-spacing: .12em; }
.featured .service-number { color: var(--cyan); }
.service-card h3 { margin: 50px 0 14px; font-size: 26px; line-height: 1.2; letter-spacing: -.035em; }
.service-card p { color: var(--muted); margin: 0; }
.featured p { color: #dce6ff; }
.service-card ul { list-style: none; padding: 26px 0 0; margin: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 8px 20px; border-top: 1px solid var(--line); margin-top: 28px; }
.featured ul { border-color: rgba(255,255,255,.24); }
.service-card li { color: var(--ink); font-size: 14px; }
.service-card li::before { content: "+"; color: var(--blue); margin-right: 8px; font-weight: 800; }
.featured li { color: var(--white); }
.featured li::before { color: var(--cyan); }

.approach { max-width: none; padding-left: max(28px, calc((100vw - var(--max)) / 2)); padding-right: max(28px, calc((100vw - var(--max)) / 2)); background: var(--navy); color: var(--white); display: grid; grid-template-columns: .8fr 1.2fr; gap: 95px; }
.approach h2 { font-size: clamp(2.35rem, 4.4vw, 4.4rem); line-height: 1.05; letter-spacing: -.055em; }
.approach-intro > p:last-child { color: #b9c6d7; font-size: 18px; }
.steps { padding: 0; margin: 0; list-style: none; }
.steps li { display: grid; grid-template-columns: 54px 1fr; gap: 20px; padding: 26px 0; border-top: 1px solid rgba(255,255,255,.16); }
.steps li:last-child { border-bottom: 1px solid rgba(255,255,255,.16); }
.steps li > span { color: var(--cyan); font: 700 12px/1.5 "Manrope", sans-serif; }
.steps h3 { margin: 0 0 4px; font-size: 21px; }
.steps p { margin: 0; color: #b9c6d7; }

.about { display: grid; grid-template-columns: .9fr 1.1fr; gap: 110px; }
.about-copy { padding-top: 42px; }
.about-copy p { color: var(--muted); }
.about-copy .lead { color: var(--ink); font-size: 21px; line-height: 1.6; }
.credential-list { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 30px; }
.credential-list span { padding: 8px 13px; border: 1px solid #bcc6d3; color: var(--navy); font-size: 13px; font-weight: 700; }

.contact-section { max-width: var(--max); margin: 0 auto 70px; padding: 70px; background: var(--blue); color: var(--white); display: grid; grid-template-columns: 1.15fr .85fr; gap: 70px; align-items: end; }
.contact-section h2 { margin: 0; font-size: clamp(2.3rem, 4vw, 4.1rem); line-height: 1.05; letter-spacing: -.055em; }
.contact-section .eyebrow { color: var(--cyan); }
.contact-action p { margin-top: 0; color: #dce6ff; }
.button-light { background: var(--white); color: var(--navy); width: 100%; overflow-wrap: anywhere; }

footer { max-width: var(--max); margin: 0 auto; min-height: 150px; padding: 36px 0; border-top: 1px solid var(--line); display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 30px; align-items: center; color: var(--muted); font-size: 13px; }
footer .brand { color: var(--navy); }
footer .brand-mark { border-color: var(--navy); }
footer p:nth-child(2) { text-align: center; }
footer p:last-child { text-align: right; }

@media (max-width: 1228px) {
  .section, .proof-strip, .contact-section, footer { margin-left: 24px; margin-right: 24px; }
}
@media (max-width: 880px) {
  .menu-button { display: block; }
  .site-nav { display: none; position: absolute; top: 86px; left: 0; right: 0; padding: 25px 28px 30px; background: var(--navy-2); flex-direction: column; align-items: stretch; gap: 18px; }
  .site-nav.open { display: flex; }
  .site-nav .nav-cta { text-align: center; }
  .hero { grid-template-columns: 1fr; gap: 56px; padding-top: 75px; }
  .hero-panel { max-width: 560px; }
  .proof-strip { grid-template-columns: 1fr 1fr; }
  .proof-strip div:nth-child(2) { border-right: 0; }
  .proof-strip div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .section-heading, .approach, .about, .contact-section { grid-template-columns: 1fr; }
  .section-heading { gap: 28px; }
  .approach, .about, .contact-section { gap: 55px; }
  .contact-action { max-width: 560px; }
}
@media (max-width: 620px) {
  .site-header { height: 74px; padding: 0 19px; }
  .site-nav { top: 74px; }
  .brand-name { font-size: 16px; }
  .brand-mark { width: 38px; height: 38px; }
  .hero { padding: 70px 20px 65px; min-height: auto; }
  h1 { font-size: clamp(3rem, 15vw, 4.6rem); }
  .hero-intro { font-size: 18px; }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .proof-strip { margin: 0; border-left: 0; border-right: 0; grid-template-columns: 1fr; }
  .proof-strip div { min-height: 100px; border-right: 0; border-bottom: 1px solid var(--line); }
  .section { margin: 0; padding: 90px 20px; }
  .section-heading { display: block; }
  .section-heading h2 { margin-bottom: 25px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { padding: 32px 25px; min-height: auto; }
  .service-card h3 { margin-top: 35px; }
  .service-card ul { grid-template-columns: 1fr; }
  .approach { padding-left: 20px; padding-right: 20px; }
  .about-copy { padding-top: 0; }
  .contact-section { margin: 0; padding: 65px 20px; }
  .button-light { font-size: 14px; }
  footer { margin: 0 20px; grid-template-columns: 1fr; text-align: left; }
  footer p:nth-child(2), footer p:last-child { text-align: left; margin: 0; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
}
