:root {
  --ink: #102033;
  --ink-soft: #536276;
  --navy: #0b1728;
  --navy-2: #13283f;
  --blue: #2878ff;
  --blue-bright: #5ba3ff;
  --aqua: #79e1d2;
  --paper: #f5f7fa;
  --white: #fff;
  --line: #dfe5ec;
  --shadow: 0 24px 70px rgba(15, 34, 58, .12);
  --radius: 22px;
  --container: 1180px;
}
* { 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(--ink); background: var(--white); line-height: 1.6; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
img, svg { display: block; max-width: 100%; }
button, input, textarea { font: inherit; }
.container { width: min(calc(100% - 40px), var(--container)); margin: 0 auto; }
.section { padding: 112px 0; }
.section-sm { padding: 28px 0; }
.eyebrow { margin: 0 0 16px; color: var(--blue); font-size: .77rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { line-height: 1.12; letter-spacing: -.035em; }
h1 { font-size: clamp(3rem, 6.5vw, 6.4rem); max-width: 900px; margin-bottom: 26px; }
h1 span { color: var(--blue-bright); }
h2 { font-size: clamp(2.25rem, 4vw, 4.1rem); margin-bottom: 22px; }
h3 { font-size: 1.45rem; }
.skip-link { position: fixed; top: -100px; left: 20px; z-index: 100; padding: 10px 16px; background: var(--white); color: var(--ink); border-radius: 8px; }
.skip-link:focus { top: 20px; }
.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 { position: fixed; inset: 0 0 auto; z-index: 50; transition: background .25s, box-shadow .25s; }
.site-header.scrolled { background: rgba(11, 23, 40, .92); backdrop-filter: blur(16px); box-shadow: 0 1px 0 rgba(255,255,255,.08); }
.header-inner { min-height: 86px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: flex; align-items: center; gap: 12px; color: var(--white); }
.brand-mark { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 12px; background: linear-gradient(135deg, var(--blue), var(--aqua)); }
.brand-mark svg { width: 24px; fill: var(--navy); }
.brand-copy { display: grid; }
.brand-copy strong { font-size: .98rem; letter-spacing: .01em; }
.brand-copy small { color: #9fb0c5; font-size: .68rem; }
.primary-nav { display: flex; align-items: center; gap: 28px; color: #d8e0eb; font-size: .91rem; }
.primary-nav > a:not(.button):hover { color: var(--white); }
.nav-toggle { display: none; background: transparent; border: 0; padding: 8px; }
.nav-toggle span:not(.sr-only) { display: block; width: 24px; height: 2px; margin: 5px; background: var(--white); }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 0 24px; border-radius: 999px; background: var(--blue); color: var(--white); font-weight: 750; font-size: .92rem; box-shadow: 0 14px 34px rgba(40, 120, 255, .26); transition: transform .2s, box-shadow .2s; }
.button:hover { transform: translateY(-2px); box-shadow: 0 18px 40px rgba(40,120,255,.34); }
.button-small { min-height: 42px; padding: 0 18px; }
.button-light { background: var(--white); color: var(--navy); box-shadow: none; }
.text-link { display: inline-flex; gap: 8px; align-items: center; color: var(--white); font-weight: 750; }
.text-link span { transition: transform .2s; }
.text-link:hover span { transform: translateX(4px); }
.hero { min-height: 850px; padding: 170px 0 110px; position: relative; overflow: hidden; color: var(--white); background: radial-gradient(circle at 78% 20%, rgba(40,120,255,.28), transparent 33%), linear-gradient(135deg, #081320 0%, #0b1728 55%, #102a43 100%); }
.hero::after { content: ""; position: absolute; width: 700px; height: 700px; right: -290px; bottom: -400px; border-radius: 50%; border: 1px solid rgba(121,225,210,.25); box-shadow: 0 0 0 90px rgba(121,225,210,.025), 0 0 0 180px rgba(121,225,210,.018); }
.hero-grid { position: absolute; inset: 0; opacity: .12; background-image: linear-gradient(rgba(255,255,255,.13) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.13) 1px, transparent 1px); background-size: 62px 62px; mask-image: linear-gradient(to bottom, black, transparent 85%); }
.hero-layout { position: relative; z-index: 2; display: grid; grid-template-columns: 1.45fr .75fr; gap: 72px; align-items: end; }
.hero-lead { max-width: 720px; color: #c2cfde; font-size: clamp(1.08rem, 1.6vw, 1.35rem); }
.hero-actions { display: flex; align-items: center; gap: 28px; margin-top: 38px; }
.hero-proof { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 50px; }
.hero-proof span { padding: 7px 12px; border: 1px solid rgba(255,255,255,.18); border-radius: 999px; color: #b9c8d8; font-size: .78rem; }
.hero-panel { padding: 30px; border: 1px solid rgba(255,255,255,.14); border-radius: var(--radius); background: rgba(255,255,255,.07); backdrop-filter: blur(16px); box-shadow: 0 30px 80px rgba(0,0,0,.24); }
.panel-kicker { color: var(--aqua); font-size: .76rem; text-transform: uppercase; letter-spacing: .12em; font-weight: 800; }
.decision-list { list-style: none; margin: 24px 0 0; padding: 0; }
.decision-list li { display: grid; grid-template-columns: 42px 1fr; gap: 14px; padding: 22px 0; border-top: 1px solid rgba(255,255,255,.12); }
.decision-list li > span { color: var(--blue-bright); font-weight: 800; }
.decision-list strong { display: block; margin-bottom: 6px; }
.decision-list p { margin: 0; color: #aebed0; font-size: .88rem; line-height: 1.5; }
.outcomes { position: relative; z-index: 3; margin-top: -52px; }
.outcome-bar { display: flex; align-items: center; gap: 38px; padding: 28px 34px; border: 1px solid var(--line); border-radius: 18px; background: var(--white); box-shadow: var(--shadow); }
.outcome-bar p { margin: 0; min-width: max-content; font-weight: 800; }
.outcome-items { display: grid; width: 100%; grid-template-columns: repeat(4, 1fr); }
.outcome-items span { padding: 4px 24px; border-left: 1px solid var(--line); color: var(--ink-soft); font-size: .88rem; text-align: center; }
.section-heading { display: grid; grid-template-columns: 1.25fr .75fr; gap: 90px; align-items: end; margin-bottom: 52px; }
.section-heading h2 { max-width: 760px; margin-bottom: 0; }
.section-heading > p { color: var(--ink-soft); margin-bottom: 5px; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.service-card { min-height: 620px; display: flex; flex-direction: column; padding: 32px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); transition: transform .25s, box-shadow .25s, border-color .25s; }
.service-card:hover { transform: translateY(-7px); border-color: #bdcbe0; box-shadow: var(--shadow); }
.service-card.featured { background: linear-gradient(160deg, #f4f8ff, #fff 55%); border-color: #cdddf8; }
.service-icon { width: 50px; height: 50px; display: grid; place-items: center; border-radius: 14px; background: #eaf2ff; }
.service-icon svg { width: 26px; fill: none; stroke: var(--blue); stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.service-number { margin: 28px 0 8px; color: var(--blue); font-size: .72rem; font-weight: 850; letter-spacing: .1em; }
.service-card > p:not(.service-number) { color: var(--ink-soft); }
.service-card ul { margin: 16px 0 28px; padding: 0; list-style: none; }
.service-card li { position: relative; padding: 8px 0 8px 21px; color: #35465b; font-size: .91rem; border-bottom: 1px solid #edf0f4; }
.service-card li::before { content: ""; position: absolute; left: 0; top: 16px; width: 7px; height: 7px; border: 2px solid var(--blue); border-radius: 50%; }
.card-link { margin-top: auto; color: var(--blue); font-weight: 800; font-size: .9rem; }
.card-link span { margin-left: 6px; }
.supporting-strip { display: grid; grid-template-columns: .7fr 1.3fr; gap: 70px; margin-top: 28px; padding: 36px; border-radius: var(--radius); color: var(--white); background: var(--navy); }
.supporting-strip h3 { margin-bottom: 0; }
.supporting-strip > p { margin: 0; color: #b8c7d7; }
.section-dark { position: relative; overflow: hidden; color: var(--white); background: var(--navy); }
.section-dark::before { content: ""; position: absolute; left: -220px; top: -220px; width: 520px; height: 520px; border: 1px solid rgba(91,163,255,.22); border-radius: 50%; box-shadow: 0 0 0 70px rgba(91,163,255,.025), 0 0 0 140px rgba(91,163,255,.018); }
.approach-layout { position: relative; display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; }
.approach-copy > p:not(.eyebrow) { color: #afbed0; max-width: 560px; }
.approach-copy .button { margin-top: 20px; }
.steps { border-top: 1px solid rgba(255,255,255,.15); }
.steps article { display: grid; grid-template-columns: 58px 1fr; gap: 22px; padding: 28px 0; border-bottom: 1px solid rgba(255,255,255,.15); }
.steps article > span { color: var(--aqua); font-weight: 800; }
.steps h3 { margin-bottom: 7px; }
.steps p { margin-bottom: 0; color: #aebed0; }
.engagement-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.engagement-card { padding: 34px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--paper); }
.engagement-card > span { display: inline-flex; margin-bottom: 25px; padding: 6px 10px; border-radius: 999px; color: var(--blue); background: #e6efff; font-size: .71rem; font-weight: 850; text-transform: uppercase; letter-spacing: .09em; }
.engagement-card p { margin-bottom: 0; color: var(--ink-soft); }
.about { background: var(--paper); }
.about-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px; align-items: center; }
.about-visual { aspect-ratio: 1; position: relative; display: grid; place-items: center; border-radius: 50%; background: radial-gradient(circle, white 0 24%, transparent 25%), radial-gradient(circle, rgba(40,120,255,.1), transparent 67%); }
.visual-orbit { position: absolute; border-radius: 50%; border: 1px solid #bac7d6; }
.orbit-one { inset: 12%; }
.orbit-two { inset: 27%; border-style: dashed; }
.visual-core { width: 42%; aspect-ratio: 1; display: grid; place-content: center; text-align: center; border-radius: 50%; color: var(--white); background: var(--navy); box-shadow: var(--shadow); }
.visual-core span { color: #a9b9cb; font-size: .68rem; text-transform: uppercase; letter-spacing: .12em; }
.visual-core strong { font-size: 1.1rem; }
.about-copy > p:not(.eyebrow) { color: var(--ink-soft); }
.principles { display: grid; gap: 1px; margin-top: 34px; background: var(--line); border: 1px solid var(--line); border-radius: 16px; overflow: hidden; }
.principles div { display: grid; grid-template-columns: .72fr 1.28fr; gap: 24px; padding: 20px; background: var(--white); }
.principles span { color: var(--ink-soft); font-size: .9rem; }
.contact-section { padding: 80px 0; background: var(--paper); }
.contact-card { display: grid; grid-template-columns: 1.3fr .7fr; gap: 70px; align-items: center; padding: 58px; border-radius: 28px; color: var(--white); background: linear-gradient(135deg, #0b1728, #173b5f); box-shadow: var(--shadow); }
.contact-card h2 { max-width: 760px; font-size: clamp(2.2rem, 4.2vw, 4.4rem); }
.contact-card p:not(.eyebrow) { max-width: 680px; color: #b9c9d9; }
.contact-actions { display: flex; flex-direction: column; align-items: flex-start; gap: 22px; }
.light { color: var(--white); }
.site-footer { padding: 70px 0 26px; color: #aebbd0; background: #07111e; }
.footer-grid { display: grid; grid-template-columns: 2fr repeat(3, 1fr); gap: 60px; padding-bottom: 60px; }
.footer-grid > div { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; }
.footer-grid strong, .footer-brand { color: var(--white); }
.footer-brand { font-size: 1.2rem; font-weight: 850; }
.footer-grid p { max-width: 280px; color: #8496ac; }
.footer-grid a:hover { color: var(--white); }
.footer-bottom { display: flex; justify-content: space-between; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.1); font-size: .78rem; }
.muted { color: #607188; }
.reveal { opacity: 0; transform: translateY(20px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .reveal { opacity: 1; transform: none; transition: none; } }
@media (max-width: 980px) {
  .section { padding: 84px 0; }
  .hero { min-height: auto; }
  .hero-layout, .section-heading, .approach-layout, .about-layout, .contact-card { grid-template-columns: 1fr; }
  .hero-layout { gap: 48px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: auto; }
  .outcome-bar { align-items: flex-start; flex-direction: column; }
  .outcome-items { grid-template-columns: repeat(2, 1fr); gap: 18px; }
  .outcome-items span { text-align: left; border-left: 0; padding: 0; }
  .section-heading { gap: 24px; }
  .supporting-strip { grid-template-columns: 1fr; gap: 18px; }
  .about-visual { max-width: 520px; margin: 0 auto; width: 100%; }
  .contact-actions { flex-direction: row; align-items: center; }
}
@media (max-width: 760px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .site-header { background: rgba(11,23,40,.92); backdrop-filter: blur(14px); }
  .header-inner { min-height: 72px; }
  .brand-copy small { display: none; }
  .nav-toggle { display: block; }
  .primary-nav { position: absolute; top: 72px; left: 14px; right: 14px; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 16px; border-radius: 16px; background: var(--navy-2); box-shadow: var(--shadow); }
  .primary-nav.open { display: flex; }
  .primary-nav a { padding: 12px 10px; }
  .primary-nav .button { margin-top: 8px; }
  .hero { padding: 130px 0 90px; }
  .hero-actions, .contact-actions { align-items: stretch; flex-direction: column; }
  .hero-actions .text-link { justify-content: center; }
  .outcomes { margin-top: -35px; }
  .outcome-bar { padding: 23px; }
  .engagement-grid { grid-template-columns: 1fr; }
  .supporting-strip, .service-card, .engagement-card { padding: 26px; }
  .principles div { grid-template-columns: 1fr; gap: 5px; }
  .contact-card { padding: 34px 25px; gap: 32px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 40px 28px; }
  .footer-grid > div:first-child { grid-column: 1 / -1; }
  .footer-bottom { flex-direction: column; gap: 8px; }
}
@media (max-width: 460px) {
  h1 { font-size: 2.85rem; }
  .outcome-items, .footer-grid { grid-template-columns: 1fr; }
  .footer-grid > div:first-child { grid-column: auto; }
  .hero-panel { padding: 22px; }
}
