:root {
  --ink: #172238;
  --ink-soft: #435066;
  --blue: #3744ad;
  --cyan: #25b9df;
  --green: #63c875;
  --warm: #f3f1eb;
  --paper: #fbfaf6;
  --line: rgba(23, 34, 56, .16);
  --max: 1160px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--warm); color: var(--ink); font-family: "DM Sans", sans-serif; font-size: 16px; line-height: 1.65; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
.skip-link { position: absolute; left: 16px; top: -60px; z-index: 10; padding: 8px 12px; color: var(--ink); background: #fff; }
.skip-link:focus { top: 16px; }
.section-wrap { width: min(var(--max), 88vw); margin: 0 auto; }
.site-header { position: absolute; z-index: 4; top: 0; left: 0; right: 0; display: flex; align-items: center; justify-content: space-between; width: min(1340px, 100%); margin: auto; padding: 24px clamp(20px, 5vw, 70px); color: #fff; }
.brand { display: flex; align-items: center; gap: 11px; }
.brand img { width: 42px; height: 42px; display: block; object-fit: contain; }
.brand-name { display: flex; gap: 5px; align-items: baseline; font-family: "Space Grotesk", sans-serif; font-size: 1.14rem; font-weight: 700; letter-spacing: -.045em; text-transform: uppercase; }
.brand-name-main { color: #ff756a; }
.brand-name-accent { color: #7edff8; font-weight: 500; }
.site-nav { display: flex; align-items: center; gap: clamp(16px, 3vw, 38px); font-size: .88rem; font-weight: 600; }
.site-nav > a:not(.header-cta) { opacity: .78; transition: opacity .2s ease; }
.site-nav > a:not(.header-cta):hover { opacity: 1; }
.header-cta { padding: 9px 14px; border: 1px solid rgba(255,255,255,.6); }
.header-cta span, .button span, .contact-email span { display: inline-block; margin-left: 8px; transition: transform .2s ease; }
.header-cta:hover span, .button:hover span, .contact-email:hover span { transform: translate(3px, -3px); }
.hero { position: relative; display: flex; min-height: 760px; flex-direction: column; overflow: hidden; color: #fff; background: linear-gradient(115deg, rgba(13, 22, 56, .96), rgba(44, 61, 143, .76)), url('/assets/background.jpg') center/cover; }
.hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 55%, rgba(8, 14, 33, .58)); pointer-events: none; }
.hero-content { position: relative; z-index: 2; display: flex; flex: 1; align-self: auto; flex-direction: column; justify-content: center; padding-top: 145px; padding-bottom: 90px; }
.hero-shape { position: absolute; z-index: 1; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; pointer-events: none; }
.hero-shape-one { width: 52vw; height: 52vw; right: -13vw; top: 8vw; }
.hero-shape-two { width: 34vw; height: 34vw; right: 7vw; top: 17vw; border-color: rgba(128, 225, 255, .24); }
.eyebrow { margin: 0 0 20px; color: var(--blue); font-size: .72rem; font-weight: 700; letter-spacing: .2em; line-height: 1.4; text-transform: uppercase; }
.hero .eyebrow { color: #c2effc; }
h1, h2, h3 { margin: 0; font-family: "Space Grotesk", sans-serif; line-height: 1.08; letter-spacing: -.055em; }
h1 { max-width: 900px; font-size: clamp(3.2rem, 8vw, 7.2rem); }
h1 em { color: #82e2fc; font-style: normal; }
.hero-copy { max-width: 540px; margin: 30px 0; color: rgba(255,255,255,.8); font-size: 1.12rem; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 25px; }
.button { display: inline-flex; align-items: center; justify-content: center; padding: 13px 19px; border: 1px solid currentColor; cursor: pointer; font-weight: 700; transition: background .2s ease, color .2s ease, transform .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-light { color: var(--ink); background: #fff; border-color: #fff; }
.button-light:hover { color: #fff; background: transparent; }
.button-dark { color: #fff; background: var(--blue); border-color: var(--blue); }
.button-dark:hover { color: var(--blue); background: transparent; }
.button:disabled { cursor: wait; opacity: .6; transform: none; }
.text-link { color: rgba(255,255,255,.82); font-weight: 700; }
.text-link span { margin-left: 8px; }
.hero-foot { position: relative; z-index: 2; display: flex; flex: none; justify-content: space-between; padding-bottom: 25px; color: rgba(255,255,255,.55); font-size: .78rem; letter-spacing: .05em; text-transform: uppercase; }
.intro { display: grid; grid-template-columns: minmax(170px, .55fr) 1.45fr; gap: 55px; padding-top: 130px; padding-bottom: 125px; }
.intro h2 { max-width: 760px; font-size: clamp(2.3rem, 5vw, 5rem); }
.intro-copy { max-width: 690px; margin: 30px 0 0; color: var(--ink-soft); font-size: 1.05rem; }
.section-mark { color: var(--blue); font-family: "Space Grotesk", sans-serif; font-size: .82rem; font-weight: 700; }
.services { padding-bottom: 130px; }
.section-heading { display: flex; align-items: end; justify-content: space-between; margin-bottom: 44px; }
.section-heading h2, .approach-intro h2, .contact h2 { max-width: 660px; font-size: clamp(2.4rem, 5vw, 5rem); }
.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.service-card { position: relative; display: flex; min-height: 365px; flex-direction: column; padding: 26px 24px; color: #fff; overflow: hidden; }
.service-card::after { content: ""; position: absolute; right: -50px; bottom: -70px; width: 190px; height: 190px; border: 1px solid rgba(255,255,255,.22); border-radius: 50%; }
.service-number { margin-bottom: auto; color: rgba(255,255,255,.66); font-family: "Space Grotesk", sans-serif; font-size: .8rem; font-weight: 600; }
.service-card h3 { max-width: 210px; margin: 40px 0 14px; font-size: 1.45rem; letter-spacing: -.04em; }
.service-card p { max-width: 240px; margin: 0; color: rgba(255,255,255,.75); font-size: .92rem; line-height: 1.55; }
.service-arrow { position: absolute; right: 24px; bottom: 23px; font-size: 1.4rem; }
.service-blue { background: var(--blue); } .service-cyan { background: var(--cyan); } .service-green { background: var(--green); } .service-navy { background: #2b374d; }
.approach { display: grid; grid-template-columns: .85fr 1.15fr; gap: 80px; padding: 105px 0 130px; border-top: 1px solid var(--line); }
.approach-list { border-top: 1px solid var(--line); }
.approach-item { display: grid; grid-template-columns: 55px 1fr; gap: 15px; padding: 28px 0; border-bottom: 1px solid var(--line); }
.approach-item > span { color: var(--blue); font-family: "Space Grotesk", sans-serif; font-size: .8rem; font-weight: 700; }
.approach-item h3 { margin-bottom: 9px; font-size: 1.35rem; letter-spacing: -.04em; }
.approach-item p { max-width: 500px; margin: 0; color: var(--ink-soft); font-size: .95rem; }
.contact { position: relative; z-index: 1; display: grid; grid-template-columns: .8fr 1.2fr; gap: 75px; padding-top: 100px; padding-bottom: 115px; color: #fff; }
.contact::before { content: ""; position: absolute; z-index: -1; top: 0; bottom: 0; left: 50%; width: 100vw; transform: translateX(-50%); background: var(--ink); }
.contact-intro .eyebrow { color: #82e2fc; }
.contact h2 { color: #fff; }
.contact-intro > p:not(.eyebrow) { max-width: 380px; margin: 28px 0; color: rgba(255,255,255,.67); }
.contact-email { display: inline-block; margin-top: 17px; color: #82e2fc; font-family: "Space Grotesk", sans-serif; font-size: clamp(1.1rem, 2vw, 1.45rem); font-weight: 600; }
.contact-form { padding: 32px; background: var(--paper); color: var(--ink); }
.form-row { margin-bottom: 20px; }
.form-row label { display: block; margin-bottom: 7px; font-size: .83rem; font-weight: 700; }
.form-row label span { color: var(--blue); }
.form-row input, .form-row select, .form-row textarea { display: block; width: 100%; padding: 11px 12px; color: var(--ink); background: #fff; border: 1px solid rgba(23,34,56,.25); border-radius: 0; outline: none; }
.form-row textarea { min-height: 130px; resize: vertical; }
.form-row input:focus, .form-row select:focus, .form-row textarea:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(55,68,173,.12); }
.form-trap { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.turnstile { min-height: 66px; margin: 3px 0 13px; }
.form-status { min-height: 25px; margin: 14px 0 0; color: var(--blue); font-size: .9rem; }
.form-status.is-error { color: #a62d2d; }
.privacy-note { margin: 5px 0 0; color: #667080; font-size: .76rem; line-height: 1.5; }
.site-footer { display: flex; justify-content: space-between; padding-top: 25px; padding-bottom: 32px; color: var(--ink-soft); border-top: 1px solid var(--line); font-size: .8rem; }
.site-footer a { color: var(--blue); font-weight: 700; }
@media (max-width: 900px) { .service-grid { grid-template-columns: repeat(2, 1fr); } .approach { grid-template-columns: 1fr; gap: 45px; } .contact { grid-template-columns: 1fr; gap: 45px; } }
@media (max-width: 650px) { .site-header { padding: 20px; } .brand-name { font-size: 1rem; } .site-nav > a:not(.header-cta) { display: none; } .header-cta { padding: 8px 10px; font-size: .78rem; } .hero { min-height: 720px; } .hero-content { padding-top: 115px; padding-bottom: 75px; } .hero-foot { gap: 11px; padding-bottom: 8px; font-size: .63rem; } .hero-foot span:nth-child(n+3) { display: none; } .intro { display: block; padding-top: 95px; padding-bottom: 95px; } .intro > div:last-child { margin-top: 36px; } .services { padding-bottom: 95px; } .section-heading { align-items: start; } .section-heading .section-mark { margin-top: 5px; } .service-grid { grid-template-columns: 1fr; } .service-card { min-height: 300px; } .approach { padding: 80px 0 95px; } .contact { padding-top: 80px; padding-bottom: 90px; } .contact-form { padding: 22px; } .site-footer { display: grid; gap: 8px; } }
