@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:wght@400;500&family=Newsreader:ital,opsz,wght@0,6..72,400;1,6..72,400&family=Plus+Jakarta+Sans:wght@400;500;600;700&display=swap');

:root {
  --navy: #0b1740;
  --navy-2: #101f51;
  --blue: #2f5bff;
  --blue-soft: #dce5ff;
  --mint: #bdfbd1;
  --ice: #eef3fb;
  --white: #fcfdff;
  --ink: #111a35;
  --text: #4d5873;
  --line: rgba(17, 26, 53, .16);
  --line-dark: rgba(255, 255, 255, .16);
  --shell: min(1320px, calc(100vw - 72px));
  --sans: 'Plus Jakarta Sans', Arial, sans-serif;
  --serif: 'Newsreader', Georgia, serif;
  --mono: 'IBM Plex Mono', monospace;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; background: var(--white); color: var(--ink); font-family: var(--sans); font-size: 16px; line-height: 1.55; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { color: inherit; font: inherit; }
.shell { width: var(--shell); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; }
.skip-link { position: fixed; top: 0; left: 1rem; z-index: 200; padding: .75rem 1rem; color: var(--navy); background: var(--mint); transform: translateY(-120%); }
.skip-link:focus { transform: none; }
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s cubic-bezier(.2,.7,.2,1); }
.reveal.is-visible { opacity: 1; transform: none; }

h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-weight: 500; letter-spacing: -.055em; }
h1 { font-size: clamp(4.5rem, 8.6vw, 7.65rem); line-height: .82; }
h2 { font-size: clamp(3.2rem, 6vw, 6.5rem); line-height: .88; }
h1 em, h2 em, blockquote em, .footer-statement em { color: var(--mint); font-family: var(--serif); font-weight: 400; }
.eyebrow { display: flex; align-items: center; gap: 1.3rem; color: rgba(255,255,255,.48); font: 400 .68rem/1.2 var(--mono); letter-spacing: .08em; text-transform: uppercase; }
.eyebrow span { display: inline-flex; align-items: center; gap: .6rem; color: var(--mint); }
.eyebrow span::before { content: ''; width: 7px; height: 7px; border-radius: 50%; background: var(--mint); box-shadow: 0 0 0 5px rgba(189,251,209,.1); }
.section-tag { margin: 0; color: var(--blue); font: 500 .66rem/1.4 var(--mono); letter-spacing: .08em; text-transform: uppercase; }
.section-tag::before { content: '●'; margin-right: .7rem; font-size: .55rem; }
.section-tag-dark { color: var(--mint); }
.button { min-height: 54px; display: inline-flex; align-items: center; justify-content: space-between; gap: 2rem; padding: .75rem 1rem .75rem 1.25rem; border: 0; border-radius: 3px; font-size: .84rem; font-weight: 600; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button span { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 50%; font-size: 1rem; transition: transform .2s; }
.button:hover { transform: translateY(-3px); }
.button:hover span { transform: rotate(45deg); }
.button-mint { color: var(--navy); background: var(--mint); box-shadow: 0 8px 28px rgba(2,10,35,.18); }
.button-mint span { background: var(--navy); color: var(--mint); }
.button-blue { color: white; background: var(--blue); }
.button-blue span { background: white; color: var(--blue); }
.quiet-link { display: inline-flex; align-items: center; justify-content: space-between; gap: 1.5rem; padding: .8rem 0; border-bottom: 1px solid rgba(255,255,255,.3); color: rgba(255,255,255,.72); font-size: .8rem; }
.quiet-link span { color: var(--mint); }

.site-header { position: relative; z-index: 50; color: white; background: var(--navy); border-bottom: 1px solid var(--line-dark); }
.nav-wrap { height: 92px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; }
.wordmark { display: inline-flex; justify-self: start; align-items: center; gap: .8rem; font-size: 1.05rem; font-weight: 700; letter-spacing: -.04em; }
.brand-mark { width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.4); border-radius: 50%; font: 500 .58rem var(--mono); letter-spacing: -.06em; }
.desktop-nav { display: flex; align-items: center; gap: .35rem; padding: .3rem; border: 1px solid var(--line-dark); border-radius: 999px; background: rgba(255,255,255,.035); }
.desktop-nav a { padding: .58rem 1.1rem; border-radius: 999px; color: rgba(255,255,255,.65); font-size: .78rem; transition: background .2s, color .2s; }
.desktop-nav a:hover, .desktop-nav a[aria-current] { color: var(--navy); background: var(--mint); }
.nav-cta { justify-self: end; display: flex; align-items: center; gap: 1rem; font-size: .78rem; }
.nav-cta span { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 50%; color: var(--navy); background: var(--mint); }
.menu-button, .mobile-nav { display: none; }

.breadcrumb { color: var(--text); background: var(--white); border-bottom: 1px solid var(--line); }
.breadcrumb .shell { padding-block: .9rem; }
.breadcrumb ol { margin: 0; padding: 0; list-style: none; display: flex; flex-wrap: wrap; align-items: center; gap: .5rem; font: 500 .66rem/1 var(--mono); letter-spacing: .06em; text-transform: uppercase; }
.breadcrumb li { display: inline-flex; align-items: center; }
.breadcrumb li + li::before { content: '/'; margin-right: .5rem; color: #b9c0d2; }
.breadcrumb a { color: var(--text); transition: color .2s; }
.breadcrumb a:hover { color: var(--blue); }
.breadcrumb [aria-current="page"] { color: var(--ink); }

.home-hero { position: relative; min-height: calc(100svh - 92px); overflow: hidden; color: white; background: var(--navy); }
.hero-grid-lines, .service-grid-backdrop { position: absolute; inset: 0; pointer-events: none; background-image: linear-gradient(rgba(255,255,255,.055) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.055) 1px, transparent 1px); background-size: 96px 96px; mask-image: linear-gradient(to bottom, transparent 0, #000 18%, #000 75%, transparent 100%); }
.home-hero::before { content: ''; position: absolute; width: 50vw; height: 50vw; right: -16vw; top: -20vw; border: 1px solid rgba(189,251,209,.22); border-radius: 50%; box-shadow: 0 0 0 8vw rgba(189,251,209,.025), 0 0 0 16vw rgba(189,251,209,.018); }
.hero-layout { position: relative; z-index: 1; min-height: calc(100svh - 155px); display: grid; grid-template-columns: 1.65fr .75fr; grid-template-rows: 1fr auto; column-gap: clamp(3rem, 7vw, 8rem); align-items: end; padding-block: clamp(4rem, 8vh, 7rem) 3.5rem; }
.hero-heading { align-self: center; grid-row: 1 / 3; }
.hero-heading h1 { max-width: 1000px; margin: 2rem 0 0; }
.hero-intro { align-self: center; padding-top: 4rem; }
.hero-intro > p { max-width: 470px; margin-bottom: 2rem; color: rgba(255,255,255,.72); font-size: clamp(1.15rem, 1.7vw, 1.45rem); line-height: 1.45; }
.hero-actions { display: flex; flex-direction: column; align-items: flex-start; gap: .7rem; }
.hero-system { align-self: end; border: 1px solid rgba(255,255,255,.2); background: rgba(9,20,56,.75); backdrop-filter: blur(14px); }
.system-head { min-height: 43px; padding: 0 .9rem; display: flex; justify-content: space-between; align-items: center; border-bottom: 1px solid var(--line-dark); color: rgba(255,255,255,.55); font: .57rem var(--mono); letter-spacing: .06em; }
.system-head i { display: flex; align-items: center; gap: .4rem; color: var(--mint); font-style: normal; }
.system-head i::before { content: ''; width: 6px; height: 6px; border-radius: 50%; background: var(--mint); }
.system-main { padding: 1.3rem; display: grid; grid-template-columns: 86px 1fr; gap: 1.2rem; align-items: center; }
.system-main p { margin: 0; color: rgba(255,255,255,.7); font-size: .8rem; line-height: 1.45; }
.system-signal { height: 68px; display: flex; align-items: end; gap: 4px; }
.system-signal span { flex: 1; background: var(--mint); animation: signal 2.8s ease-in-out infinite alternate; }
.system-signal span:nth-child(1) { height: 30%; }.system-signal span:nth-child(2) { height: 72%; animation-delay: -.5s; }.system-signal span:nth-child(3) { height: 48%; animation-delay: -1s; }.system-signal span:nth-child(4) { height: 94%; animation-delay: -1.5s; }
@keyframes signal { to { height: 20%; } }
.system-services { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--line-dark); }
.system-services span { padding: .65rem .9rem; border-right: 1px solid var(--line-dark); border-bottom: 1px solid var(--line-dark); color: rgba(255,255,255,.55); font: .58rem var(--mono); text-transform: uppercase; }
.system-services span:nth-child(even) { border-right: 0; }.system-services span:nth-child(n+3) { border-bottom: 0; }
.hero-footer { position: relative; z-index: 2; height: 63px; display: flex; justify-content: space-between; align-items: center; border-top: 1px solid var(--line-dark); color: rgba(255,255,255,.35); font: .56rem var(--mono); letter-spacing: .06em; text-transform: uppercase; }

.platform-section { padding-block: clamp(6rem, 11vw, 10rem); background: var(--ice); }
.section-heading { margin-bottom: 4rem; display: grid; grid-template-columns: .55fr 1.45fr; gap: 3rem; align-items: start; }
.section-heading h2 { margin: -.4rem 0 0; }
.section-heading h2 em { color: var(--blue); }
.section-heading-wide { grid-template-columns: .45fr 1.2fr .55fr; }
.section-heading-wide > p:last-child { max-width: 360px; margin-top: .4rem; color: var(--text); }
.platform-list { border-top: 1px solid var(--line); }
.platform-row { position: relative; min-height: 164px; display: grid; grid-template-columns: 60px 180px 1fr 190px; gap: 2rem; align-items: center; border-bottom: 1px solid var(--line); transition: padding .3s, background .3s; }
.platform-row::before { content: ''; position: absolute; inset: 0; z-index: 0; background: var(--blue-soft); transform: scaleY(0); transform-origin: bottom; transition: transform .3s cubic-bezier(.2,.8,.2,1); }
.platform-row > * { position: relative; z-index: 1; }
.platform-row:hover { padding-inline: 1.5rem; }
.platform-row:hover::before { transform: scaleY(1); }
.platform-number { color: #8992a8; font: .62rem var(--mono); }
.platform-logo { width: 150px; height: 80px; display: grid; place-items: center; padding: 1.2rem; border-radius: 4px; background: white; box-shadow: 0 6px 20px rgba(28,44,89,.06); }
.platform-logo img { max-width: 110px; max-height: 43px; }
.platform-copy { display: flex; flex-direction: column; gap: .35rem; }
.platform-copy strong { font: 400 clamp(2.1rem, 3.4vw, 3.8rem)/1 var(--serif); letter-spacing: -.03em; }
.platform-copy small { color: var(--text); font: .64rem var(--mono); text-transform: uppercase; }
.platform-action { display: flex; justify-content: space-between; align-items: center; color: var(--text); font-size: .75rem; }
.platform-action i { width: 43px; height: 43px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; color: var(--blue); font-style: normal; transition: background .2s, color .2s, transform .2s; }
.platform-row:hover .platform-action i { color: white; background: var(--blue); transform: rotate(45deg); }

.capabilities-section { padding-block: clamp(6rem, 10vw, 9rem); color: white; background: var(--navy); }
.capabilities-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(5rem, 10vw, 11rem); }
.capabilities-title { position: sticky; top: 3rem; align-self: start; }
.capabilities-title h2 { margin: 2rem 0 0; font-size: clamp(3.2rem, 5.2vw, 5.7rem); }
.capabilities-note { max-width: 520px; margin: 2rem 0 0; color: rgba(255,255,255,.58); font-size: .9rem; line-height: 1.7; }
.capability-grid { display: grid; grid-template-columns: 1fr 1fr; }
.capability-grid article { min-height: 270px; padding: 1.8rem; border-right: 1px solid var(--line-dark); border-bottom: 1px solid var(--line-dark); }
.capability-grid article:nth-child(even) { border-right: 0; }
.capability-grid article:nth-child(n+3) { border-bottom: 0; }
.capability-grid article > span { color: var(--mint); font: .62rem var(--mono); }
.capability-grid h3 { margin: 5rem 0 1rem; font: 400 2.3rem var(--serif); letter-spacing: -.02em; }
.capability-grid p { margin: 0; color: rgba(255,255,255,.52); font-size: .86rem; }

.home-migration { padding-block: clamp(6rem, 11vw, 11rem); overflow: hidden; background: var(--white); }
.home-migration-grid { display: grid; grid-template-columns: 1fr .9fr; gap: clamp(4rem, 9vw, 10rem); align-items: center; }
.migration-logos { position: relative; min-height: 470px; display: flex; align-items: center; justify-content: center; }
.migration-logos::before, .migration-logos::after { content: ''; position: absolute; border: 1px solid var(--line); border-radius: 50%; }
.migration-logos::before { width: 430px; height: 430px; }.migration-logos::after { width: 300px; height: 300px; }
.migration-logos div { position: relative; z-index: 2; width: 180px; height: 180px; display: grid; place-items: center; padding: 2rem; border: 1px solid var(--line); border-radius: 50%; background: white; box-shadow: 0 22px 60px rgba(28,44,89,.12); }
.migration-logos div:first-child { transform: translateX(14px); }.migration-logos div:last-child { transform: translateX(-14px); }
.migration-logos div span { position: absolute; top: 1.5rem; color: #8992a8; font: .54rem var(--mono); }.migration-logos div img { max-height: 53px; }
.migration-logos b { position: relative; z-index: 3; width: 56px; height: 56px; display: grid; place-items: center; border-radius: 50%; color: var(--mint); background: var(--blue); font-size: 1.5rem; }
.migration-copy h2 { margin: 1.6rem 0 2rem; font-size: clamp(3.6rem, 5.6vw, 6.2rem); }.migration-copy h2 em { color: var(--blue); }
.migration-copy > p:not(.section-tag) { max-width: 550px; margin-bottom: 2rem; color: var(--text); font-size: 1.02rem; }

.belief-section { padding-block: clamp(6rem, 10vw, 9rem); color: white; background: var(--blue); }
.belief-layout blockquote { max-width: 1150px; margin: 3rem 0 5rem; font-size: clamp(3.5rem, 6.5vw, 7.2rem); font-weight: 500; line-height: .9; letter-spacing: -.055em; }
.belief-layout blockquote em { color: var(--mint); }
.belief-bottom { display: grid; grid-template-columns: 1fr 1.4fr; gap: 7rem; padding-top: 2rem; border-top: 1px solid rgba(255,255,255,.3); }
.belief-bottom > p { max-width: 480px; color: rgba(255,255,255,.7); }
.belief-bottom > div { display: flex; justify-content: space-between; color: var(--mint); font: .62rem var(--mono); text-transform: uppercase; }

.service-hero { position: relative; overflow: hidden; padding: clamp(4rem, 7vw, 7rem) 0 0; color: white; background: var(--navy); }
.service-hero::after { content: ''; position: absolute; right: -12vw; bottom: -25vw; width: 55vw; height: 55vw; border: 1px solid color-mix(in srgb, var(--service-color) 55%, transparent); border-radius: 50%; box-shadow: 0 0 0 8vw color-mix(in srgb, var(--service-color) 6%, transparent), 0 0 0 16vw color-mix(in srgb, var(--service-color) 3%, transparent); }
.service-hero-layout { position: relative; z-index: 2; min-height: 590px; display: grid; grid-template-columns: .35fr 1.25fr .55fr; gap: clamp(2rem, 5vw, 6rem); align-items: center; }
.service-index { align-self: stretch; padding-top: 2rem; display: flex; flex-direction: column; justify-content: space-between; border-right: 1px solid var(--line-dark); color: rgba(255,255,255,.45); font: .58rem var(--mono); text-transform: uppercase; }
.service-index b { margin-bottom: 2rem; color: var(--service-color); font: 400 clamp(3rem, 5vw, 5rem) var(--serif); }
.service-headline h1 { max-width: 870px; margin: 2rem 0 0; font-size: clamp(4rem, 7.1vw, 7.8rem); line-height: .86; }
.service-headline h1::first-letter { color: white; }
.service-summary { align-self: end; margin-bottom: 3rem; }
.brand-tile { width: 100%; min-height: 170px; margin-bottom: 2rem; display: grid; place-items: center; padding: 2.5rem; border-radius: 4px; background: white; box-shadow: 0 24px 70px rgba(0,0,0,.25); }
.brand-tile img { max-height: 66px; }
.service-summary > p { color: rgba(255,255,255,.64); font-size: .91rem; }
.service-summary .button { margin-top: 1rem; width: 100%; }
.service-proof { position: relative; z-index: 3; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line-dark); }
.service-proof div { min-height: 92px; padding: 1.5rem; display: flex; align-items: center; gap: 1.4rem; border-right: 1px solid var(--line-dark); }
.service-proof div:last-child { border-right: 0; }.service-proof span { color: var(--service-color); font: .57rem var(--mono); }.service-proof strong { font-size: .8rem; font-weight: 500; }
.light-section { background: var(--ice); }
.service-intro { padding-block: clamp(6rem, 10vw, 10rem) 4rem; }
.intro-layout { display: grid; grid-template-columns: .45fr 1.55fr; gap: 4rem; }
.intro-layout h2 { max-width: 920px; margin: 0; }.intro-layout h2::after { content: '.'; color: var(--service-color); }
.large-copy { max-width: 760px; margin: 2.5rem 0 0; color: var(--text); font-size: clamp(1.1rem, 1.6vw, 1.35rem); }
.service-offer { padding-block: 2rem clamp(6rem, 11vw, 10rem); }
.offer-grid { display: grid; grid-template-columns: 1.2fr .8fr; grid-template-rows: 1fr 1fr; gap: 1rem; }
.offer-card { position: relative; min-height: 270px; padding: clamp(1.5rem, 3vw, 2.8rem); display: flex; flex-direction: column; overflow: hidden; border: 1px solid var(--line); background: white; }
.offer-card-1 { grid-row: 1 / 3; min-height: 555px; background: var(--blue-soft); }
.offer-card-has-pull { min-height: 555px; }
.offer-card-has-pull .card-count { margin-bottom: 1.4rem; }
.offer-card-has-pull .offer-card-text { margin-top: auto; }
.offer-points { margin: 1.6rem 0 0; padding: 0; list-style: none; border-top: 1px solid color-mix(in srgb, var(--service-color, var(--blue)) 35%, transparent); }
.offer-points li { position: relative; padding: .85rem 0 .85rem 1.4rem; border-bottom: 1px solid color-mix(in srgb, var(--service-color, var(--blue)) 18%, transparent); color: var(--ink); font-size: .92rem; line-height: 1.45; }
.offer-points li:last-child { border-bottom: 0; }
.offer-points li::before { content: ''; position: absolute; left: 0; top: 1.32rem; width: 8px; height: 2px; background: var(--service-color, var(--blue)); }
.offer-visual { display: none; }
.offer-card::after { content: ''; position: absolute; right: -80px; bottom: -100px; width: 190px; height: 190px; border: 1px solid color-mix(in srgb, var(--service-color) 35%, transparent); border-radius: 50%; }
.card-count { color: var(--service-color); font: .62rem var(--mono); }
.offer-card h3 { margin: 0 0 .8rem; font: 400 clamp(2rem, 3.7vw, 4rem)/1 var(--serif); letter-spacing: -.03em; }
.offer-card p { max-width: 520px; margin: 0; color: var(--text); }
.offer-card i { position: absolute; right: 1.5rem; top: 1.5rem; width: 40px; height: 40px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; color: var(--service-color); font-style: normal; }
.process-section { padding-block: clamp(6rem, 10vw, 9rem); background: var(--white); }
.process-grid { margin: 0; padding: 0; display: grid; grid-template-columns: repeat(4, 1fr); list-style: none; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.process-grid li { min-height: 280px; padding: 1.5rem; display: flex; flex-direction: column; border-right: 1px solid var(--line); }
.process-grid li:last-child { border-right: 0; }.process-grid li > span { color: var(--blue); font: .62rem var(--mono); }.process-grid strong { margin-top: auto; font: 400 1.85rem var(--serif); }.process-grid p { margin: .75rem 0 0; color: var(--text); font-size: .82rem; }
.migration-feature { padding-block: clamp(6rem, 10vw, 9rem); color: white; background: var(--navy); }
.migration-feature-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(4rem, 8vw, 9rem); align-items: center; }
.migration-heading h2 { margin: 2rem 0; font-size: clamp(3.5rem, 5.8vw, 6.2rem); }.migration-heading > p:not(.section-tag) { max-width: 520px; color: rgba(255,255,255,.6); }.migration-heading .button { margin-top: 1rem; }
.migration-board { display: grid; grid-template-columns: minmax(0, 1fr) minmax(150px, .68fr) minmax(0, 1fr); min-height: 440px; border: 1px solid var(--line-dark); }
.migration-brand { min-width: 0; padding: 1.5rem; display: grid; grid-template-rows: auto 1fr; justify-items: center; align-items: center; background: rgba(255,255,255,.04); }.migration-brand span { justify-self: start; color: rgba(255,255,255,.35); font: .55rem var(--mono); }.migration-logo-frame { width: min(100%, 180px); height: 112px; display: grid; place-items: center; padding: 1.4rem; border-radius: 3px; background: white; }.migration-logo-frame img { width: 100%; max-height: 58px; object-fit: contain; }
.migration-stream { padding: 2.5rem 0; display: flex; flex-direction: column; justify-content: center; align-items: stretch; border-inline: 1px solid var(--line-dark); }.migration-stream span { min-height: 54px; padding: .9rem .75rem; display: grid; place-items: center; border-bottom: 1px solid var(--line-dark); color: rgba(255,255,255,.6); font: .57rem/1.45 var(--mono); text-align: center; text-transform: uppercase; }.migration-stream span:first-child { border-top: 1px solid var(--line-dark); }.migration-stream i { width: 50px; height: 50px; margin: 2.2rem auto 0; display: grid; place-items: center; border-radius: 50%; color: var(--navy); background: var(--mint); font-style: normal; font-size: 1.4rem; }

.contact-section { padding-block: clamp(6rem, 10vw, 9rem); background: var(--mint); }
.contact-layout { display: grid; grid-template-columns: .82fr 1.18fr; gap: clamp(4rem, 9vw, 10rem); align-items: start; }
.contact-copy { position: sticky; top: 3rem; }
.contact-copy h2 { margin: 2rem 0; font-size: clamp(4rem, 6.6vw, 7.2rem); }.contact-copy h2 em { color: var(--blue); }
.contact-copy > p:not(.section-tag) { max-width: 470px; color: #38534b; }
.contact-direct { margin-top: 4rem; display: flex; flex-direction: column; gap: .3rem; }.contact-direct span { color: #648076; font: .58rem var(--mono); text-transform: uppercase; }.contact-direct a { font: 400 1.35rem var(--serif); }
.lead-form { position: relative; padding: clamp(1.5rem, 3.6vw, 3.2rem); color: white; background: var(--navy); box-shadow: 18px 18px 0 rgba(47,91,255,.25); }
.form-heading { margin-bottom: 2.3rem; padding-bottom: 1.2rem; display: flex; justify-content: space-between; border-bottom: 1px solid var(--line-dark); }.form-heading span { font: 400 1.7rem var(--serif); }.form-heading b { color: rgba(255,255,255,.4); font: 400 .57rem var(--mono); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1.4rem; }
.lead-form label { display: block; color: rgba(255,255,255,.6); font-size: .68rem; font-weight: 500; }
.lead-form label:not(.check-label):not(.interest-option) { margin-bottom: 1.25rem; }
.lead-form label.interest-option { margin-bottom: 0; }
.lead-form .interest-field > .interest-options { margin-top: 5px; }
.lead-form label > span { color: var(--mint); }.lead-form label small { float: right; color: rgba(255,255,255,.35); font-size: .58rem; }
.lead-form input:not([type=checkbox]):not([type=radio]), .lead-form select, .lead-form textarea { width: 100%; margin-top: .4rem; padding: .85rem 0; border: 0; border-bottom: 1px solid rgba(255,255,255,.27); border-radius: 0; outline: 0; color: white; background: transparent; font-size: .9rem; }
.lead-form input::placeholder, .lead-form textarea::placeholder { color: rgba(255,255,255,.28); }.lead-form select option { color: var(--navy); }.lead-form input:focus, .lead-form select:focus, .lead-form textarea:focus { border-color: var(--mint); box-shadow: 0 1px 0 var(--mint); }.lead-form textarea { resize: vertical; }
.interest-field { display: block; margin: 0 0 1.6rem; padding: 0; border: 0; }
.interest-field legend { display: flex; justify-content: space-between; align-items: baseline; gap: 1rem; margin-bottom: .9rem; color: rgba(255,255,255,.6); font-size: .68rem; font-weight: 500; }
.interest-field legend > span { color: var(--mint); }
.interest-optional { color: rgba(255,255,255,.35) !important; font-weight: 400; }
.interest-options { display: grid; grid-template-columns: 1fr 1fr; gap: .35rem; }
.interest-option { position: relative; display: block; cursor: pointer; }
.interest-option input { position: absolute; opacity: 0; pointer-events: none; }
.interest-option-card { display: flex; gap: .65rem; align-items: center; padding: .5rem .85rem; border: 1px solid rgba(255,255,255,.18); border-radius: 4px; background: rgba(255,255,255,.04); transition: border-color .2s, background .2s, transform .2s; }
.interest-option:hover .interest-option-card { border-color: rgba(255,255,255,.4); background: rgba(255,255,255,.07); }
.interest-option-tick { flex: none; width: 16px; height: 16px; border: 1px solid rgba(255,255,255,.45); border-radius: 3px; background: transparent; transition: border-color .2s, background .2s, box-shadow .2s; position: relative; }
.interest-option-tick::after { content: ''; position: absolute; left: 4px; top: 1px; width: 5px; height: 9px; border: solid var(--navy); border-width: 0 1.5px 1.5px 0; transform: rotate(45deg) scale(0); transform-origin: center; transition: transform .15s ease; }
.interest-option-body { display: grid; gap: 0; min-width: 0; line-height: 1.15; }
.interest-option-label { color: white; font-size: .82rem; font-weight: 600; letter-spacing: -.01em; }
.interest-option-sub { color: rgba(255,255,255,.5); font-size: .68rem; line-height: 1.15; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.interest-option input:checked + .interest-option-card { border-color: var(--option-color, var(--mint)); background: color-mix(in srgb, var(--option-color, var(--mint)) 14%, transparent); box-shadow: inset 0 0 0 1px var(--option-color, var(--mint)); }
.interest-option input:checked + .interest-option-card .interest-option-tick { border-color: var(--option-color, var(--mint)); background: var(--option-color, var(--mint)); }
.interest-option input:checked + .interest-option-card .interest-option-tick::after { transform: rotate(45deg) scale(1); }
.interest-option input:focus-visible + .interest-option-card { outline: 2px solid var(--mint); outline-offset: 2px; }
.interest-option.is-invalid .interest-option-card { border-color: #ff958c; box-shadow: 0 0 0 2px rgba(255,149,140,.18); }
.check-label { display: flex !important; gap: .7rem; align-items: flex-start; color: rgba(255,255,255,.45) !important; font-weight: 400 !important; }.check-label input { margin-top: .2rem; accent-color: var(--mint); }.check-label span { color: inherit !important; }
.form-footer { display: flex; align-items: center; gap: 1rem; flex-wrap: wrap; }.form-footer .button { min-width: 225px; }.form-status { flex: 1; margin: 0; font-size: .72rem; }.form-status.is-success { color: var(--mint); }.form-status.is-error { color: #ff958c; }.button:disabled { opacity: .6; cursor: wait; }
.honeypot { position: absolute !important; left: -9999px !important; }

.site-footer { padding: 3rem 0 1.5rem; color: white; background: #07102f; }
.footer-top { padding-bottom: 2rem; display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: center; border-bottom: 1px solid var(--line-dark); }.wordmark-footer { color: white; }.footer-top > p { margin: 0; color: rgba(255,255,255,.45); font-size: .76rem; text-align: center; }.back-top { justify-self: end; color: var(--mint); font-size: .7rem; }
.footer-main { padding-block: 4rem; display: grid; grid-template-columns: .6fr .8fr 1.5fr; gap: 3rem; }.footer-main > div:not(.footer-statement) { display: flex; flex-direction: column; gap: .5rem; font-size: .8rem; }.footer-main > div > span { margin-bottom: .6rem; color: rgba(255,255,255,.35); font: .55rem var(--mono); text-transform: uppercase; }.footer-main p { margin: 0; color: rgba(255,255,255,.4); }.footer-statement { justify-self: end; font-size: clamp(3rem, 5vw, 5.2rem); font-weight: 500; line-height: .78; letter-spacing: -.06em; text-align: right; }.footer-bottom { padding-top: 1rem; display: flex; justify-content: space-between; border-top: 1px solid var(--line-dark); color: rgba(255,255,255,.28); font: .54rem var(--mono); text-transform: uppercase; }
.error-page { min-height: 74vh; display: grid; align-items: center; color: white; background: var(--navy); }.error-inner { padding-block: 6rem; }.error-inner h1 { margin: 2rem 0; }.error-inner > p:not(.eyebrow) { max-width: 500px; color: rgba(255,255,255,.6); }.error-inner .button { margin-top: 1rem; }
.error-suggestion { margin: 1.5rem 0 0; color: rgba(255,255,255,.6); }
.error-suggestion a { color: var(--mint); border-bottom: 1px solid rgba(189,251,209,.4); padding-bottom: 2px; }
.error-suggestion a:hover { border-bottom-color: var(--mint); }
.error-actions { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 1.5rem; }
.error-actions .button { margin-top: 0; }
.error-platform-links { margin-top: 3rem; padding-top: 2rem; border-top: 1px solid rgba(255,255,255,.15); }
.error-platform-links p { margin: 0 0 .8rem; font-size: .7rem; color: rgba(255,255,255,.4); text-transform: uppercase; font-family: var(--mono); letter-spacing: .06em; }
.error-platform-links nav { display: flex; flex-wrap: wrap; gap: 1.2rem; }
.error-platform-links a { color: rgba(255,255,255,.7); font-size: .85rem; transition: color .2s; }
.error-platform-links a:hover { color: var(--mint); }

@media (max-width: 1050px) {
  :root { --shell: min(100% - 48px, 880px); }
  .hero-layout { grid-template-columns: 1fr 1fr; }.hero-heading { grid-column: 1 / -1; grid-row: auto; }.hero-intro { padding-top: 0; }.hero-system { align-self: start; }
  .section-heading-wide { grid-template-columns: .4fr 1.4fr; }.section-heading-wide > p:last-child { grid-column: 2; }
  .capabilities-layout, .home-migration-grid, .contact-layout, .migration-feature-grid { gap: 4rem; }
  .service-hero-layout { grid-template-columns: 100px 1fr; }.service-summary { grid-column: 2; max-width: 570px; display: grid; grid-template-columns: 180px 1fr; gap: 1.5rem; align-items: center; }.brand-tile { margin: 0; min-height: 130px; }.service-summary .button { grid-column: 2; }
  .platform-row { grid-template-columns: 50px 160px 1fr 160px; gap: 1rem; }
}

@media (max-width: 820px) {
  :root { --shell: calc(100% - 32px); }
  .site-header { position: relative; }.nav-wrap { height: 76px; grid-template-columns: 1fr auto; }.desktop-nav, .nav-cta { display: none; }
  .menu-button { width: 42px; height: 42px; display: flex; flex-direction: column; justify-content: center; align-items: center; gap: 7px; border: 1px solid var(--line-dark); border-radius: 50%; background: transparent; }.menu-button i { width: 17px; height: 1px; background: white; transition: transform .2s; }.menu-button[aria-expanded=true] i:first-child { transform: translateY(4px) rotate(45deg); }.menu-button[aria-expanded=true] i:nth-child(2) { transform: translateY(-4px) rotate(-45deg); }
  .mobile-nav { padding: 1rem 16px 2rem; display: grid; color: white; background: var(--navy); border-bottom: 1px solid var(--line-dark); }.mobile-nav[hidden] { display: none; }.mobile-nav a { padding: 1rem 0; display: flex; align-items: center; gap: 1rem; border-bottom: 1px solid var(--line-dark); font: 400 1.7rem var(--serif); }.mobile-nav a span { color: var(--mint); font: .55rem var(--mono); }
  h1 { font-size: clamp(4rem, 18vw, 6.5rem); }.home-hero { min-height: auto; }.hero-layout { min-height: auto; grid-template-columns: 1fr; padding-block: 4rem 3rem; }.hero-heading { grid-column: auto; }.hero-heading h1 { margin-top: 1.5rem; }.hero-intro { margin-top: 2rem; }.hero-system { margin-top: 3rem; }.hero-footer { height: 52px; }.hero-footer span:nth-child(2) { display: none; }
  .section-heading, .section-heading-wide { grid-template-columns: 1fr; gap: 1.8rem; }.section-heading h2, .section-heading-wide > p:last-child { grid-column: auto; }.section-heading-wide > p:last-child { margin-top: 0; }
  .platform-row { min-height: 190px; padding-block: 1.3rem; grid-template-columns: 34px 120px 1fr; gap: .8rem; }.platform-logo { width: 110px; height: 70px; }.platform-copy { grid-column: 2 / -1; }.platform-action { grid-column: 3; grid-row: 1; justify-content: flex-end; font-size: 0; }.platform-action i { font-size: 1rem; }.platform-row:hover { padding-inline: .6rem; }
  .capabilities-layout, .home-migration-grid, .belief-bottom, .contact-layout, .migration-feature-grid, .intro-layout { grid-template-columns: 1fr; gap: 3rem; }.capabilities-title, .contact-copy { position: static; }.capability-grid article { min-height: 230px; padding: 1.2rem; }.capability-grid h3 { margin-top: 4rem; font-size: 1.8rem; }
  .migration-logos { min-height: 340px; }.migration-logos::before { width: 320px; height: 320px; }.migration-logos::after { width: 230px; height: 230px; }.migration-logos div { width: 135px; height: 135px; padding: 1.4rem; }.migration-logos b { width: 46px; height: 46px; flex: 0 0 46px; }
  .belief-bottom { gap: 2rem; }.belief-bottom > div { flex-direction: column; gap: .6rem; }
  .service-hero-layout { min-height: auto; grid-template-columns: 1fr; }.service-index { min-height: 75px; padding-top: 0; flex-direction: row; border-right: 0; border-bottom: 1px solid var(--line-dark); }.service-index b { margin: 0; }.service-headline h1 { margin-bottom: 2rem; }.service-summary { grid-column: auto; display: block; }.brand-tile { margin-bottom: 1.5rem; }.service-summary .button { grid-column: auto; }.service-proof { width: 100%; grid-template-columns: 1fr; }.service-proof div { min-height: 70px; border-right: 0; border-bottom: 1px solid var(--line-dark); }.service-proof div:last-child { border-bottom: 0; }
  .offer-grid { grid-template-columns: 1fr; grid-template-rows: auto; }.offer-card-1 { grid-row: auto; min-height: 340px; }.offer-card { min-height: 300px; }.offer-card.offer-card-has-pull { min-height: 360px; }.process-grid { grid-template-columns: 1fr 1fr; }.process-grid li { min-height: 230px; }.process-grid li:nth-child(2) { border-right: 0; }.process-grid li:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .migration-board { min-height: 360px; grid-template-columns: minmax(0, 1fr) minmax(120px, .55fr) minmax(0, 1fr); }.migration-brand { padding: .8rem; }.migration-logo-frame { width: min(100%, 120px); height: 82px; padding: .8rem; }.migration-logo-frame img { max-height: 42px; }.migration-stream { padding-block: 1.5rem; }.migration-stream span { min-height: 48px; font-size: .45rem; padding: .7rem .25rem; }
  .form-row { grid-template-columns: 1fr; gap: 0; }.lead-form { box-shadow: 8px 8px 0 rgba(47,91,255,.25); }.form-footer { align-items: stretch; flex-direction: column; }.form-footer .button { width: 100%; }.form-status { min-height: 1.2rem; }.interest-options { gap: .3rem; }.interest-options { grid-template-columns: 1fr; gap: .5rem; }
  .footer-top { grid-template-columns: 1fr auto; }.footer-top > p { display: none; }.footer-main { grid-template-columns: 1fr 1fr; }.footer-statement { grid-column: 1 / -1; justify-self: start; text-align: left; }.footer-bottom span:last-child { display: none; }
}

@media (max-width: 480px) {
  .eyebrow { flex-direction: column; align-items: flex-start; gap: .8rem; }
  .hero-actions .button, .hero-actions .quiet-link { width: 100%; }
  .hero-footer span:last-child { display: none; }
  .capability-grid { grid-template-columns: 1fr; }.capability-grid article { min-height: 210px; border-right: 0; border-bottom: 1px solid var(--line-dark) !important; }.capability-grid article:last-child { border-bottom: 0 !important; }
  .migration-logos div { width: 112px; height: 112px; }.migration-logos div span { top: .8rem; }.migration-logos::before { width: 280px; height: 280px; }.migration-logos::after { width: 200px; height: 200px; }
  .process-grid { grid-template-columns: 1fr; }.process-grid li { min-height: 190px; border-right: 0; border-bottom: 1px solid var(--line) !important; }.process-grid li:last-child { border-bottom: 0 !important; }
  .migration-board { grid-template-columns: 1fr; }.migration-stream { padding: 1rem; border: 0; border-block: 1px solid var(--line-dark); display: grid; grid-template-columns: repeat(3, 1fr) 44px; gap: .35rem; align-items: center; }.migration-stream span, .migration-stream span:first-child { min-height: 44px; padding: .4rem .2rem; border: 0; background: rgba(255,255,255,.035); }.migration-stream i { width: 44px; height: 44px; margin: 0; transform: rotate(90deg); }.migration-brand { min-height: 150px; }.migration-logo-frame { width: 150px; height: 82px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
