:root { --navy:#06152e; --blue:#0969ef; --cyan:#44b7ff; --ink:#0b1930; --muted:#5b6678; --line:#dfe5ec; --ice:#eef7ff; --white:#fff; --font-geist-sans:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif; --font-geist-mono:"SFMono-Regular",Consolas,"Liberation Mono",monospace; }
* { box-sizing:border-box; }
html { scroll-behavior:smooth; }
body { margin:0; overflow-x:hidden; background:#fff; color:var(--ink); font-family:var(--font-geist-sans); -webkit-font-smoothing:antialiased; }
a { color:inherit; text-decoration:none; }
.site-header { height:92px; max-width:1240px; margin:auto; padding:0 28px; display:flex; align-items:center; justify-content:space-between; }
.brand { display:inline-flex; align-items:center; gap:12px; font-weight:800; letter-spacing:.08em; }
.brand-mark { width:42px; height:42px; display:grid; place-items:center; background:var(--blue); color:#fff; border-radius:11px 11px 11px 3px; box-shadow:0 8px 24px rgba(9,105,239,.22); font-family:var(--font-geist-mono); font-size:15px; letter-spacing:-.08em; transform:rotate(-3deg); }
.brand-mark span { transform:rotate(3deg); }
.brand-name { font-size:20px; }
nav { display:flex; align-items:center; gap:34px; color:#344057; font-size:14px; font-weight:600; }
nav a:not(.nav-cta):hover { color:var(--blue); }
.nav-cta { background:var(--navy); color:#fff; padding:13px 20px; border-radius:6px; }
.nav-cta:hover { background:var(--blue); }
.hero { min-height:690px; max-width:1440px; margin:auto; display:grid; grid-template-columns:1.03fr .97fr; background:linear-gradient(125deg,#f7fbff 0%,#fff 55%); overflow:hidden; }
.hero-copy { padding:104px 7vw 72px max(28px,calc((100vw - 1240px)/2 + 28px)); position:relative; z-index:2; }
.eyebrow { margin:0 0 24px; display:flex; align-items:center; gap:10px; color:var(--blue); font:700 12px/1 var(--font-geist-mono); letter-spacing:.13em; text-transform:uppercase; }
.eyebrow > span { width:28px; height:2px; background:currentColor; }
h1,h2,h3,p { margin-top:0; }
h1 { margin-bottom:28px; color:var(--navy); font-size:clamp(50px,5.4vw,78px); line-height:1.02; letter-spacing:-.055em; font-weight:740; }
h1 em { color:var(--blue); font-style:normal; }
.hero-lead { max-width:590px; color:var(--muted); font-size:19px; line-height:1.7; }
.hero-actions { display:flex; gap:13px; margin:36px 0; flex-wrap:wrap; }
.button { display:inline-flex; align-items:center; justify-content:center; gap:25px; min-height:54px; padding:0 22px; border:1px solid var(--line); border-radius:7px; font-size:14px; font-weight:700; }
.button.primary { background:var(--blue); color:#fff; border-color:var(--blue); box-shadow:0 12px 30px rgba(9,105,239,.22); }
.button.primary:hover { background:#075bcf; transform:translateY(-1px); }
.button.secondary:hover { border-color:var(--blue); color:var(--blue); }
.hero-proof { display:flex; flex-wrap:wrap; gap:22px; color:#566175; font-size:12px; font-weight:600; }
.hero-proof i { font-style:normal; color:var(--blue); margin-right:5px; }
.expertise-panel { position:relative; min-height:650px; padding:48px 54px 42px; display:flex; flex-direction:column; justify-content:space-between; overflow:hidden; background:var(--navy); color:#fff; }
.expertise-panel:before { content:""; position:absolute; width:360px; height:360px; top:-155px; right:-145px; border-radius:50%; border:78px solid rgba(31,124,255,.13); }
.panel-top,.panel-foot { position:relative; z-index:1; display:flex; justify-content:space-between; align-items:center; gap:25px; font:650 11px/1.45 var(--font-geist-mono); letter-spacing:.08em; text-transform:uppercase; }
.panel-top { padding-bottom:20px; border-bottom:1px solid #253b58; color:#81a7d1; }
.panel-top b { padding:8px 11px; border:1px solid #4c6d93; color:#e5f1ff; font-weight:650; }
.panel-statement { position:relative; z-index:1; display:flex; flex-direction:column; margin:58px 0 48px; }
.panel-statement span { margin-bottom:12px; color:#7da3cf; font-size:clamp(18px,1.6vw,24px); letter-spacing:-.02em; }
.panel-statement strong { max-width:520px; font-size:clamp(42px,4.4vw,68px); line-height:1.02; letter-spacing:-.055em; font-weight:690; }
.panel-list { position:relative; z-index:1; margin:0; border-top:1px solid #29425f; }
.panel-list > div { min-height:64px; display:grid; grid-template-columns:42px 1fr auto; gap:16px; align-items:center; border-bottom:1px solid #29425f; }
.panel-list dt { color:#63b7ff; font:700 11px var(--font-geist-mono); }
.panel-list dd { margin:0; font-size:15px; font-weight:680; }
.panel-list div > span { color:#a5bdd8; font:550 10px var(--font-geist-mono); text-transform:uppercase; letter-spacing:.04em; }
.panel-foot { margin-top:45px; color:#9db5cf; }
.panel-foot > span:before { content:""; display:inline-block; width:6px; height:6px; margin-right:8px; border-radius:50%; background:var(--blue); }
.panel-foot i { font-style:normal; text-align:right; }
.section { max-width:1240px; margin:auto; padding:120px 28px; }
.section-heading { display:grid; grid-template-columns:1.2fr .8fr; gap:80px; align-items:end; margin-bottom:60px; }
.section-heading h2,.about h2,.process h2,.contact h2 { margin:0; color:var(--navy); font-size:clamp(40px,4.1vw,58px); line-height:1.08; letter-spacing:-.045em; }
.section-heading > p { color:var(--muted); line-height:1.75; font-size:16px; margin-bottom:3px; }
.service-grid { display:grid; grid-template-columns:repeat(3,1fr); border:1px solid var(--line); }
.service-card { min-height:380px; padding:35px; border-right:1px solid var(--line); transition:.25s ease; }
.service-card:last-child { border-right:0; }
.service-card:hover { background:var(--navy); color:#fff; transform:translateY(-5px); box-shadow:0 18px 40px rgba(2,18,44,.16); }
.service-top { display:flex; align-items:center; justify-content:space-between; color:var(--blue); font:700 12px var(--font-geist-mono); }
.service-top i { width:34px; height:34px; display:grid; place-items:center; border:1px solid var(--line); border-radius:50%; font-style:normal; }
.service-card h3 { margin:72px 0 18px; font-size:25px; letter-spacing:-.025em; }
.service-card p { min-height:96px; color:var(--muted); font-size:14px; line-height:1.7; }
.service-card:hover p { color:#b9c8db; }
.service-card ul { display:flex; flex-wrap:wrap; gap:7px; margin:28px 0 0; padding:0; list-style:none; }
.service-card li { padding:6px 9px; border-radius:3px; background:var(--ice); color:#24527e; font:600 9px var(--font-geist-mono); text-transform:uppercase; letter-spacing:.05em; }
.service-card:hover li { background:#132c4d; color:#82bfff; }
.process { max-width:none; padding-left:max(28px,calc((100vw - 1240px)/2 + 28px)); padding-right:max(28px,calc((100vw - 1240px)/2 + 28px)); display:grid; grid-template-columns:.83fr 1.17fr; gap:110px; background:var(--navy); color:#fff; }
.eyebrow.light { color:#53b9ff; }
.process h2,.contact h2 { color:#fff; }
.process-intro > p:not(.eyebrow) { max-width:445px; margin:28px 0 35px; color:#aabbd0; line-height:1.75; }
.process-intro > a { display:inline-flex; gap:28px; padding-bottom:8px; border-bottom:1px solid #3f5a7b; color:#fff; font-size:14px; font-weight:700; }
.process-intro > a:hover { color:#53b9ff; }
.steps { list-style:none; margin:0; padding:0; border-top:1px solid #28405e; }
.steps li { display:grid; grid-template-columns:70px 1fr; gap:18px; padding:28px 0; border-bottom:1px solid #28405e; }
.steps > li > span { color:#53b9ff; font:700 11px var(--font-geist-mono); }
.steps h3 { margin:0 0 9px; font-size:22px; }
.steps p { margin:0; color:#aabbd0; line-height:1.6; font-size:14px; }
.about { display:grid; grid-template-columns:.8fr 1.2fr; gap:100px; align-items:center; }
.about-mark { position:relative; min-height:510px; display:grid; place-items:center; background:linear-gradient(145deg,#ecf7ff,#d7ecff); overflow:hidden; }
.about-mark:before,.about-mark:after { content:""; position:absolute; width:330px; height:330px; border:1px solid rgba(9,105,239,.18); border-radius:50%; }
.about-mark:after { width:460px; height:460px; border-style:dashed; }
.about-mark span { position:relative; z-index:2; display:grid; place-items:center; width:150px; height:150px; border-radius:36px 36px 36px 8px; background:var(--blue); color:#fff; box-shadow:0 28px 60px rgba(9,105,239,.28); font:700 45px var(--font-geist-mono); letter-spacing:-.08em; transform:rotate(-5deg); }
.about-mark i { position:absolute; width:9px; height:9px; background:#28e4a7; border-radius:50%; right:22%; top:22%; box-shadow:0 0 20px #28e4a7; }
.about-lead { margin:30px 0 18px; color:#25334a; font-size:19px; line-height:1.65; }
.about-copy > p:not(.eyebrow):not(.about-lead) { color:var(--muted); line-height:1.75; }
.experience-callout { margin-top:34px; padding:24px 0; display:flex; align-items:center; gap:22px; border-top:1px solid var(--line); border-bottom:1px solid var(--line); }
.experience-callout strong { color:var(--blue); font-size:58px; line-height:.9; letter-spacing:-.07em; }
.experience-callout strong span { font-size:25px; vertical-align:top; }
.experience-callout p { margin:0; color:#31425a; font-size:14px; font-weight:680; line-height:1.45; }
.values { display:grid; gap:12px; margin-top:35px; }
.values span { padding-top:13px; border-top:1px solid var(--line); font-size:13px; font-weight:650; }
.values b { margin-right:18px; color:var(--blue); font:600 10px var(--font-geist-mono); }
.contact { padding:100px max(28px,calc((100vw - 1240px)/2 + 28px)); display:grid; grid-template-columns:1.1fr .9fr; gap:100px; background:linear-gradient(125deg,#0877f8,#064ebc); color:#fff; }
.contact-main > p:not(.eyebrow) { max-width:500px; margin:25px 0 38px; color:#d4e8ff; line-height:1.7; }
.email-link { display:flex; justify-content:space-between; max-width:510px; padding:20px 0; border-bottom:1px solid rgba(255,255,255,.4); font-size:clamp(20px,2.1vw,29px); font-weight:650; }
.contact-label { color:#b8d9ff; font:600 10px var(--font-geist-mono); letter-spacing:.12em; text-transform:uppercase; }
.contact-options a { position:relative; display:grid; grid-template-columns:100px 1fr 24px; align-items:center; padding:22px 0; border-bottom:1px solid rgba(255,255,255,.28); }
.contact-options a > span { color:#bad8f8; font-size:11px; }
.contact-options strong { font-size:15px; }.contact-options i { font-style:normal; }
.contact-options a:hover strong { color:#b7f2ff; }
footer { padding:62px max(28px,calc((100vw - 1240px)/2 + 28px)) 28px; background:#040e20; color:#fff; display:grid; grid-template-columns:1fr 1fr; gap:45px; }
.inverse .brand-mark { box-shadow:none; }.footer-brand p { color:#8393aa; font-size:13px; margin:18px 0 0; }
footer address { justify-self:end; color:#92a3bb; font-size:12px; line-height:1.8; font-style:normal; text-align:right; }
footer address strong { color:#dbe7f6; }
.footer-bottom { grid-column:1/-1; padding-top:25px; border-top:1px solid #19263b; display:flex; justify-content:space-between; color:#64758d; font-size:10px; letter-spacing:.03em; }
.footer-bottom a:hover { color:#fff; }
@media (max-width:900px) {
  .site-header { height:auto; min-height:82px; }.site-header nav a:not(.nav-cta) { display:none; }
  .hero { grid-template-columns:1fr; }.hero-copy { padding:75px 28px; }.expertise-panel { min-height:540px; }
  .section-heading,.process,.about,.contact { grid-template-columns:1fr; gap:58px; }
  .service-grid { grid-template-columns:1fr; }.service-card { min-height:auto; border-right:0; border-bottom:1px solid var(--line); }.service-card:last-child { border-bottom:0; }.service-card h3 { margin-top:40px; }.service-card p { min-height:0; }
  .about-mark { min-height:390px; }.section { padding-top:85px; padding-bottom:85px; }
}
@media (max-width:760px) {
  .panel-list > div { min-height:72px; grid-template-columns:34px 1fr; }
  .panel-list div > span { grid-column:2; margin-top:-18px; padding-bottom:10px; font-size:10px; }
  .panel-top,.panel-foot { font-size:10px; }
}
@media (max-width:600px) {
  .site-header { padding:0 18px; }.brand-name { font-size:17px; }.brand-mark { width:37px; height:37px; }.nav-cta { padding:11px 13px; }
  h1 { font-size:clamp(42px,13vw,54px); line-height:1.04; }
  .hero-copy { padding:58px 20px 60px; }.hero-lead { font-size:17px; line-height:1.6; }.hero-actions { align-items:stretch; flex-direction:column; }.hero-proof { display:grid; grid-template-columns:1fr; gap:12px; font-size:13px; }
  .expertise-panel { min-height:auto; padding:28px 20px 30px; }.expertise-panel:before { width:250px; height:250px; top:-130px; right:-125px; border-width:55px; }.panel-top { align-items:flex-start; flex-direction:column; gap:13px; font-size:11px; }.panel-top b { padding:0; border:0; }.panel-statement { margin:54px 0 42px; }.panel-statement span { font-size:18px; }.panel-statement strong { font-size:clamp(42px,13vw,56px); }.panel-list > div { min-height:82px; grid-template-columns:30px 1fr; row-gap:7px; }.panel-list dd { font-size:15px; }.panel-list div > span { display:block; grid-column:2; margin-top:-17px; padding-bottom:9px; font-size:10px; line-height:1.45; }.panel-foot { margin-top:34px; align-items:flex-start; flex-direction:column; gap:12px; font-size:10px; }.panel-foot i { text-align:left; }
  .section { padding:75px 20px; }.section-heading { gap:28px; margin-bottom:38px; }.service-card { padding:27px; }
  .process,.contact { padding:75px 20px; }.about { gap:45px; }.about-mark { min-height:320px; }.about-mark:after { width:350px; height:350px; }.experience-callout strong { font-size:52px; }
  .contact-options a { grid-template-columns:80px 1fr 18px; }.contact-options strong { font-size:13px; }
  footer { grid-template-columns:1fr; padding:52px 20px 25px; } footer address { max-width:100%; justify-self:start; text-align:left; overflow-wrap:anywhere; }.footer-bottom { flex-direction:column; gap:14px; }
}
@media (max-width:380px) {
  .site-header { padding:0 14px; }.brand { gap:8px; }.brand-name { font-size:15px; }.nav-cta { padding:10px 11px; font-size:12px; }
  .hero-copy,.section,.process,.contact { padding-left:16px; padding-right:16px; }
  .button { padding-left:17px; padding-right:17px; }
  .contact-options a { grid-template-columns:68px 1fr 14px; }.contact-options strong { font-size:12px; }
}
@media (prefers-reduced-motion:reduce) { html { scroll-behavior:auto; } * { animation:none!important; transition:none!important; } }
