@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;450;500;550;600;650;700&family=Manrope:wght@400;500;600;650;700;750;800&display=swap');

:root {
  color-scheme: light;
  --navy: #102a4c;
  --ink: #172f4d;
  --muted: #526780;
  --blue: #175cd3;
  --blue-hover: #134eaf;
  --surface: #f3f7fd;
  --line: #d8e6f1;
  --paper: #fff;
  --font: 'DM Sans', system-ui, sans-serif;
  --heading: 'Manrope', system-ui, sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 32px; }
body { margin: 0; background: var(--paper); color: var(--ink); font: 1rem/1.65 var(--font); }
a { color: inherit; text-decoration: none; }
a:focus-visible { outline: 3px solid #175cd3; outline-offset: 6px; }
svg { fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.container { width: min(1240px, calc(100% - 112px)); margin-inline: auto; }
.header { background: #fff; border-bottom: 1px solid var(--line); }
.navigation { display: flex; align-items: center; justify-content: space-between; min-height: 96px; gap: 30px; }
.brand { display: inline-flex; align-items: center; font-family: var(--heading); font-size: 1.65rem; font-weight: 800; letter-spacing: -1.2px; white-space: nowrap; }
.brand svg { width: 29px; height: 33px; margin-right: 10px; color: #175cd3; }
.brand-light { font-weight: 500; }
.brand-dot { color: #175cd3; }
nav { display: flex; align-items: center; gap: 38px; font-size: .875rem; font-weight: 500; }
nav a { transition: color .2s; }
nav a:hover { color: #175cd3; }
.nav-cta { background: var(--blue); color: #fff; padding: 13px 21px; border-radius: 6px; }
.nav-cta:hover { color: #fff; background: var(--blue-hover); }
.nav-cta span { margin-left: 22px; }
.hero { color: var(--ink); background: radial-gradient(ellipse at 85% 45%, #d9f1ff, transparent 52%), #f4faff; overflow: hidden; position: relative; }
.hero-grid { display: grid; grid-template-columns: 1.2fr 1fr; gap: 68px; align-items: center; padding-block: 108px 100px; }
.eyebrow { font-size: .75rem; font-weight: 650; letter-spacing: 1.9px; margin: 0 0 24px; display: flex; gap: 11px; align-items: center; }
.hero .eyebrow { color: #4f6f8b; letter-spacing: 1.6px; }
.short-line { width: 23px; height: 2px; background: var(--blue); flex-shrink: 0; }
h1, h2, h3 { font-family: var(--heading); }
h1 { font-size: clamp(3rem, 5.05vw, 4.6rem); font-weight: 650; line-height: 1.12; letter-spacing: -3.8px; margin: 0 0 27px; }
h1 em { color: var(--blue); font-style: normal; }
.hero-description { color: #5b7185; font-size: 1.125rem; line-height: 1.8; margin: 0; max-width: 460px; }
.hero-detail { color: #5b7185; font-size: 1.125rem; line-height: 1.8; max-width: 480px; margin: 0 0 32px; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 26px; }
.button { background: var(--blue); color: #fff; padding: 16px 22px; border-radius: 6px; display: inline-flex; align-items: center; gap: 35px; font-size: .875rem; font-weight: 650; transition: transform .2s, background .2s, box-shadow .2s; }
.button:hover { background: var(--blue-hover); transform: translateY(-2px); box-shadow: 0 8px 24px #175cd324; }
.button span { font-size: 1.25rem; }
.secondary-link { font-size: .875rem; color: #2b587d; padding-block: 12px; }
.secondary-link span { margin-left: 10px; }
.secondary-link:hover { color: #175cd3; }
.hero-note { display: flex; align-items: center; gap: 8px; font-size: .75rem; color: #6a8296; margin-top: 26px; }
.hero-note svg { width: 17px; height: 20px; color: var(--blue); }
.identity-map { padding: 28px; border: 1px solid #b8d9ed; border-radius: 18px; background: #fff; box-shadow: 0 30px 75px #5b8bad20, 0 1px 0 #ffffff; position: relative; transform: none; }
.map-heading { display: flex; justify-content: space-between; gap: 10px; color: #55718a; font-size: .75rem; letter-spacing: 1.2px; margin-bottom: 33px; }
.map-number { color: var(--blue); font-size: .75rem; letter-spacing: 0; }
.map-sources { display: flex; gap: 12px; }
.map-sources span { flex: 1; text-align: center; border: 1px solid #c4ddec; border-radius: 8px; padding: 15px 5px; font-size: .875rem; background: #f5fbff; color: #2b587d; }
.map-connectors { display: flex; justify-content: space-between; height: 34px; margin: 0 16%; border-bottom: 1px solid #8bc9f277; }
.map-connectors i { width: 1px; background: #8bc9f277; }
.map-connectors i:nth-child(2) { height: 51px; }
.map-core { display: flex; gap: 18px; align-items: center; margin-top: 16px; padding: 23px 19px; border: 1px solid #8bc9f2; border-radius: 10px; background: linear-gradient(100deg, #e4f5ff, #f8fcff); box-shadow: 0 0 32px #8bc9f220; }
.core-icon { display: grid; place-items: center; flex-shrink: 0; width: 53px; height: 57px; background: #d7effd; color: #175cd3; border-radius: 10px; }
.core-icon svg { width: 31px; height: 37px; }
.map-core strong { display: block; font-family: var(--heading); font-size: 1.2rem; font-weight: 600; letter-spacing: -.5px; }
.map-core div>span { font-size: .875rem; color: #668096; }
.map-controls { margin-top: 21px; }
.map-controls>div { display: flex; gap: 11px; align-items: center; padding: 12px 0; font-size: .875rem; border-bottom: 1px solid #e2edf4; color: #45657e; }
.check { display: grid; place-items: center; color: #2371ad; background: #e3f4ff; border-radius: 50%; width: 22px; height: 22px; font-size: .75rem; }
.control-label { display: none; }
.map-footer { display: flex; justify-content: space-between; margin-top: 21px; color: #6d879b; font-size: .75rem; }
.map-footer span:last-child { color: #175cd3; }
.principles { display: flex; justify-content: space-between; align-items: center; gap: 25px; border-top: 1px solid #c9dfed; padding-block: 27px; font-size: .875rem; }
.principles>span { color: #45657e; }
.principles>div { display: flex; flex-wrap: wrap; gap: 33px; color: #668096; }
.principles>div span:before { content: '✓'; color: #175cd3; margin-right: 10px; }
.section { padding-block: 105px; }
.section-heading { display: flex; justify-content: space-between; align-items: flex-end; gap: 55px; margin-bottom: 48px; }
.section-heading .eyebrow { color: #175cd3; margin-bottom: 19px; }
h2 { font-size: clamp(2rem, 3.3vw, 3rem); font-weight: 650; line-height: 1.22; letter-spacing: -2px; margin: 0; }
.section-heading>p { color: var(--muted); max-width: 375px; margin: 0 0 5px; font-size: 1rem; }
.service-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.service { padding: 35px 37px 27px; border: 1px solid var(--line); border-radius: 12px; background: #fff; position: relative; transition: border-color .25s, transform .25s, box-shadow .25s; }
.service:hover { border-color: #9bbcf0; transform: translateY(-4px); box-shadow: 0 16px 45px #173c7010; }
.card-top { display: flex; justify-content: space-between; align-items: center; margin-bottom: 25px; }
.card-top svg { width: 52px; height: 52px; background: #edf4ff; padding: 12px; border-radius: 11px; color: #175cd3; }
.card-top>span { font-size: .75rem; color: #65797f; }
.service h3 { font-size: 1.4rem; font-weight: 600; letter-spacing: -.65px; line-height: 1.4; margin: 0 0 13px; }
.service p { font-size: 1rem; line-height: 1.75; color: var(--muted); margin: 0 0 22px; max-width: 470px; }
.service ul { list-style: none; margin: 0 0 28px; padding: 0; display: flex; flex-wrap: wrap; gap: 8px; font-size: .875rem; }
.service li { background: #f4f7fc; border: 1px solid #dce6f3; color: #526780; border-radius: 5px; padding: 5px 10px; }
.service-tag { display: block; padding-top: 17px; border-top: 1px solid #dce6f3; color: #175cd3; font-size: .75rem; letter-spacing: 1.5px; }
.approach { background: #f3f7fd; border-top: 1px solid #e1e9f5; border-bottom: 1px solid #e1e9f5; }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 45px; padding-top: 17px; }
.steps article { border-top: 1px solid #c6d7ef; position: relative; padding-top: 29px; }
.steps article:before { content: ''; position: absolute; width: 8px; height: 8px; background: #175cd3; border-radius: 50%; top: -5px; left: 0; }
.step-number { color: #175cd3; font-size: .875rem; font-weight: 500; }
.steps h3 { font-size: 1.2rem; font-weight: 600; letter-spacing: -.5px; margin: 17px 0 13px; }
.steps p { font-size: 1rem; color: var(--muted); margin: 0; }
.start-panel { display: grid; grid-template-columns: 1.2fr 1fr; gap: 70px; background: radial-gradient(ellipse at 100% 0%, #d4efff, transparent 60%), #eff9ff; color: var(--ink); padding: 62px; border: 1px solid #d4e8f4; border-radius: 16px; }
.start-panel .eyebrow { color: #175cd3; }
.start-panel h2 { font-size: clamp(1.9rem, 3vw, 2.7rem); }
.start-panel p:not(.eyebrow) { font-size: 1rem; color: #5f7488; max-width: 440px; margin-bottom: 0; }
.start-list { align-self: center; }
.start-list h3 { font-size: .875rem; font-weight: 600; margin: 0 0 17px; }
.start-list ul { padding: 0; margin: 0; list-style: none; }
.start-list li { display: flex; gap: 16px; padding: 15px 0; border-bottom: 1px solid #cfe3ef; color: #45657e; font-size: .875rem; }
.start-list li span { color: #175cd3; font-size: .75rem; padding-top: 2px; }
.start-list a { display: inline-flex; gap: 28px; font-size: .875rem; font-weight: 500; color: #175cd3; margin-top: 25px; border-bottom: 1px solid #8bc9f277; padding-bottom: 4px; }
.footer { display: flex; justify-content: space-between; align-items: center; gap: 25px; padding-block: 28px 38px; border-top: 1px solid var(--line); }
.footer .brand { font-size: 1.5rem; }
.footer p, .footer>a:last-child { font-size: .875rem; color: var(--muted); }
.footer>a:last-child span { margin-left: 15px; }
.skip-link { position: fixed; top: 10px; left: 10px; z-index: 10; background: white; color: var(--navy); padding: 12px; transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }
@media (max-width: 1100px) {
  .container { width: calc(100% - 64px); }
  .hero-grid { gap: 38px; padding-block: 80px; }
  h1 { font-size: 3.5rem; letter-spacing: -2.5px; }
  .identity-map { padding: 22px; }
  .map-number { display: none; }
  .map-core { gap: 12px; padding-inline: 12px; }
  .map-core strong { font-size: 1.05rem; }
  .start-panel { padding: 40px; gap: 35px; }
}
@media (max-width: 800px) {
  .container { width: calc(100% - 40px); }
  .navigation { min-height: 86px; gap: 18px; }
  nav { gap: 20px; }
  .hero-grid { grid-template-columns: 1fr; gap: 55px; padding-block: 62px; }
  .hero-copy { max-width: 600px; }
  h1 { font-size: clamp(3rem, 8vw, 4.4rem); }
  .identity-map { max-width: 510px; width: calc(100% - 10px); margin-inline: auto; transform: none; padding: 28px; }
  .map-number { display: block; }
  .map-core strong { font-size: 1.2rem; }
  .principles { align-items: flex-start; flex-direction: column; gap: 12px; }
  .principles>div { gap: 12px 23px; }
  .section { padding-block: 70px; }
  .section-heading { flex-direction: column; align-items: flex-start; gap: 22px; margin-bottom: 34px; }
  .section-heading>p { max-width: 490px; }
  .service { padding: 25px; }
  .service h3 { font-size: 1.2rem; }
  .steps { gap: 25px; }
  .start-panel { grid-template-columns: 1fr; padding: 38px; }
  .footer { flex-wrap: wrap; gap: 12px 22px; }
  .footer p { order: 3; flex-basis: 100%; margin: 0; }
}
@media (max-width: 560px) {
  .navigation { flex-wrap: wrap; padding-block: 20px 16px; }
  nav { width: 100%; justify-content: space-between; gap: 12px; font-size: .875rem; }
  .nav-cta { padding: 10px 13px; }
  .nav-cta span { margin-left: 10px; }
  .hero-grid { padding-block: 45px; gap: 40px; }
  h1 { font-size: clamp(2.6rem, 11vw, 3.7rem); letter-spacing: -2.5px; }
  .hero .eyebrow { letter-spacing: 1px; }
  .hero-actions { gap: 16px; }
  .hero-detail { font-size: 1rem; }
  .identity-map { padding: 20px; width: 100%; }
  .map-number { display: none; }
  .map-heading { letter-spacing: 1px; }
  .map-core strong { font-size: 1.05rem; }
  .map-core div>span { font-size: .875rem; }
  .core-icon { width: 43px; height: 48px; }
  .map-sources { gap: 8px; }
  .principles { font-size: .875rem; }
  .section { padding-block: 58px; }
  h2 { font-size: 2rem; letter-spacing: -1.3px; }
  .service-grid, .steps { grid-template-columns: 1fr; }
  .service { padding: 28px; }
  .service h3 { font-size: 1.3rem; }
  .steps { gap: 38px; }
  .start-panel { padding: 29px 25px; border-radius: 12px; }
  .start-panel h2 { font-size: 1.85rem; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *:before, *:after { transition: none !important; animation: none !important; }
}

/* Keep the expanded navigation comfortable on small screens. */
@media (max-width: 560px) {
  .header nav { flex-wrap: wrap; gap: 12px 18px; justify-content: flex-start; }
  .header .nav-cta { margin-left: auto; }
}
