:root {
  --ink: #101b2b;
  --navy: #071421;
  --navy-soft: #10263a;
  --paper: #f8f9f5;
  --sand: #f0ede5;
  --muted: #647182;
  --line: #dce1dd;
  --cyan: #79e4d0;
  --cyan-deep: #3cbca8;
  --orange: #ed8b5c;
  --blue: #78aee9;
  --green: #72c991;
  --display: "Space Grotesk", "Trebuchet MS", sans-serif;
  --body: "DM Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font: 400 16px/1.65 var(--body); -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
button, a { touch-action: manipulation; }
.container { width: min(calc(100% - 48px), var(--max)); margin: 0 auto; }
.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; }
.skip-link { position: fixed; z-index: 100; top: 12px; left: 12px; padding: 10px 14px; color: var(--navy); background: var(--cyan); transform: translateY(-150%); transition: transform 180ms ease; }
.skip-link:focus { transform: translateY(0); }

.site-header { position: absolute; z-index: 10; width: 100%; color: #eaf4f1; }
.header-inner { display: flex; align-items: center; justify-content: space-between; min-height: 86px; }
.brand { display: inline-flex; align-items: center; gap: 10px; color: #fff; font: 700 20px/1 var(--display); letter-spacing: -.04em; }
.brand-copy { display: flex; flex-direction: column; gap: 3px; }
.brand-copy small { color: #8da8ac; font: 600 8px/1 var(--body); letter-spacing: .12em; text-transform: uppercase; }
.brand-mark { display: grid; place-items: center; width: 29px; height: 29px; color: var(--navy); background: var(--cyan); border-radius: 7px; }
.brand-mark svg { width: 20px; height: 20px; fill: currentColor; }
.site-nav { display: flex; align-items: center; gap: 31px; font-size: 13px; font-weight: 600; letter-spacing: .01em; }
.site-nav > a:not(.nav-cta) { color: #a8b7c2; transition: color 180ms ease; }
.site-nav > a:not(.nav-cta):hover { color: #fff; }
.nav-cta { display: inline-flex; align-items: center; gap: 9px; min-height: 42px; padding: 0 17px; border: 1px solid rgba(121,228,208,.55); border-radius: 999px; color: var(--cyan); transition: background 180ms ease, color 180ms ease; }
.nav-cta:hover { color: var(--navy); background: var(--cyan); }
.menu-toggle { display: none; border: 0; color: white; background: transparent; cursor: pointer; }

.section-dark { position: relative; overflow: hidden; color: #f6fbf9; background: var(--navy); }
.hero { min-height: 760px; padding: 170px 0 44px; }
.hero-grid { position: absolute; inset: 0; opacity: .48; background-image: linear-gradient(rgba(121,228,208,.055) 1px, transparent 1px), linear-gradient(90deg, rgba(121,228,208,.055) 1px, transparent 1px); background-size: 72px 72px; mask-image: linear-gradient(to bottom, #000 0%, transparent 87%); }
.hero-grid::after { position: absolute; content: ""; width: 780px; height: 500px; top: -130px; right: -170px; background: radial-gradient(circle, rgba(62,152,166,.23), transparent 65%); }
.hero-layout { position: relative; display: grid; grid-template-columns: minmax(0, .94fr) minmax(450px, .9fr); align-items: center; gap: clamp(40px, 8vw, 118px); }
.hero-copy { max-width: 590px; }
.eyebrow { display: flex; align-items: center; gap: 9px; margin: 0 0 21px; color: var(--cyan); font-size: 11px; font-weight: 700; letter-spacing: .16em; line-height: 1.4; text-transform: uppercase; }
.eyebrow-dot { display: inline-block; width: 7px; height: 7px; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 0 5px rgba(121,228,208,.11); }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--display); letter-spacing: -.055em; }
h1 { max-width: 650px; margin-bottom: 25px; font-size: clamp(3.2rem, 5.7vw, 5.45rem); font-weight: 600; line-height: .99; }
h1 em, h2 em { color: var(--cyan); font-style: normal; }
.hero-intro { max-width: 500px; margin-bottom: 31px; color: #b2c1c7; font-size: 18px; line-height: 1.65; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 27px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 13px; min-height: 52px; padding: 0 20px; border-radius: 4px; font-size: 14px; font-weight: 700; letter-spacing: -.01em; transition: transform 180ms ease, background 180ms ease, color 180ms ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--navy); background: var(--cyan); }
.button-primary:hover { background: #a5f2e4; }
.text-link { display: inline-flex; align-items: center; gap: 9px; color: #d0dbdb; font-size: 14px; font-weight: 600; }
.text-link span { color: var(--cyan); font-size: 18px; transition: transform 180ms ease; }
.text-link:hover span { transform: translateY(3px); }
.hero-note { margin: 29px 0 0; color: #78909a; font-size: 12px; }
.workflow-window { position: relative; max-width: 530px; justify-self: end; border: 1px solid rgba(142,193,195,.3); border-radius: 7px; overflow: hidden; background: rgba(14,38,56,.88); box-shadow: 0 24px 80px rgba(0,0,0,.28); }
.window-bar { display: flex; align-items: center; justify-content: space-between; min-height: 44px; padding: 0 16px; border-bottom: 1px solid rgba(142,193,195,.2); color: #86a5ae; font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
.window-dots { display: flex; gap: 5px; }.window-dots i { width: 6px; height: 6px; border-radius: 50%; background: #436374; }.window-dots i:first-child { background: var(--orange); }.window-label { margin-left: 32px; }.window-status { display: inline-flex; align-items: center; gap: 5px; }.window-status span, .footer-signal i { width: 5px; height: 5px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 3px rgba(114,201,145,.12); }
.workflow-body { padding: 25px 27px 18px; }.workflow-heading { display: flex; align-items: start; justify-content: space-between; margin-bottom: 19px; }.mini-label { margin: 0 0 3px; color: #7496a0; font-size: 10px; letter-spacing: .1em; text-transform: uppercase; }.workflow-heading h2 { margin: 0; font-size: 25px; letter-spacing: -.045em; }.flow-badge { padding: 5px 9px; border: 1px solid rgba(121,228,208,.35); border-radius: 3px; color: var(--cyan); font-size: 10px; font-weight: 700; }
.flow-list { display: flex; flex-direction: column; }.flow-row { display: grid; grid-template-columns: 25px 32px 1fr auto; align-items: center; gap: 10px; min-height: 58px; padding: 8px 10px; border: 1px solid transparent; border-radius: 4px; }.flow-row.active { border-color: rgba(121,228,208,.42); background: rgba(121,228,208,.08); }.flow-row.pending { opacity: .57; }.flow-number { color: #5d8290; font: 600 10px var(--body); }.flow-icon { display: grid; place-items: center; width: 30px; height: 30px; border-radius: 4px; background: rgba(121,228,208,.11); color: var(--cyan); }.flow-icon svg { width: 16px; height: 16px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.7; }.flow-text { display: flex; flex-direction: column; gap: 1px; }.flow-text strong { color: #e8f4ef; font: 600 13px var(--display); letter-spacing: -.02em; }.flow-text small { color: #73919a; font-size: 10px; }.flow-check { color: var(--green); font-weight: 700; }.flow-arrow { color: var(--cyan); font-size: 19px; }.flow-more { color: #6c8b94; font-size: 13px; letter-spacing: 2px; }.flow-connector { width: 1px; height: 10px; margin-left: 59px; background: rgba(121,228,208,.3); }.flow-connector.muted { background: rgba(121,228,208,.12); }.window-footer { display: flex; justify-content: space-between; gap: 15px; margin-top: 17px; padding-top: 14px; border-top: 1px solid rgba(142,193,195,.16); color: #63818b; font-size: 10px; }.footer-signal { display: inline-flex; align-items: center; gap: 6px; color: #7db89c; }
.hero-bottom { position: absolute; right: 0; bottom: 38px; left: 0; display: flex; justify-content: space-between; color: #6e8891; font-size: 11px; letter-spacing: .04em; }.scroll-cue { display: inline-flex; align-items: center; gap: 9px; text-transform: uppercase; letter-spacing: .12em; }.scroll-cue span { display: inline-block; width: 27px; height: 1px; background: var(--cyan); }

.section { padding: 125px 0; }.section-light { background: var(--paper); }.section-sand { background: var(--sand); }.section-heading { max-width: 670px; }.eyebrow-dark { color: var(--cyan-deep); }.section-heading h2, .process-intro h2 { margin-bottom: 20px; font-size: clamp(2.45rem, 4.2vw, 4.15rem); line-height: 1.06; }.section-heading > p:last-child { max-width: 540px; color: var(--muted); font-size: 17px; }
.pain-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 65px; }.pain-card { min-height: 315px; padding: 25px 25px 21px; border: 1px solid var(--line); background: #fff; display: flex; flex-direction: column; transition: transform 180ms ease, box-shadow 180ms ease; }.pain-card:hover { transform: translateY(-4px); box-shadow: 0 16px 35px rgba(16,27,43,.08); }.card-topline { display: flex; justify-content: space-between; color: #96a1a3; font: 700 11px var(--body); letter-spacing: .1em; text-transform: uppercase; }.card-tag { color: var(--cyan-deep); }.pain-card h3 { max-width: 255px; margin: auto 0 13px; font-size: 26px; line-height: 1.08; }.pain-card p { margin-bottom: 31px; color: var(--muted); font-size: 14px; line-height: 1.6; }.card-foot { display: flex; align-items: center; gap: 8px; padding-top: 13px; border-top: 1px solid var(--line); color: #7d8b8d; font-size: 11px; font-weight: 600; text-transform: uppercase; letter-spacing: .08em; }.signal { width: 7px; height: 7px; border-radius: 50%; }.signal-orange { background: var(--orange); }.signal-blue { background: var(--blue); }.signal-green { background: var(--green); }

.split-layout { display: grid; grid-template-columns: .85fr 1fr; align-items: start; gap: clamp(50px, 10vw, 150px); }.split-layout .section-heading { position: sticky; top: 30px; }.service-list { border-top: 1px solid #d2d5ce; }.service-item { display: grid; grid-template-columns: 49px 1fr 20px; align-items: start; gap: 19px; padding: 28px 0; border-bottom: 1px solid #d2d5ce; }.service-icon { display: grid; place-items: center; width: 44px; height: 44px; border: 1px solid #b9cec8; border-radius: 50%; color: var(--cyan-deep); }.service-icon svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.6; }.service-item h3 { margin: 1px 0 7px; font-size: 22px; }.service-item p { max-width: 440px; margin: 0; color: var(--muted); font-size: 14px; line-height: 1.58; }.service-arrow { color: var(--cyan-deep); font-size: 20px; transition: transform 180ms ease; }.service-item:hover .service-arrow { transform: translate(3px, -3px); }

.process-section { padding-top: 118px; padding-bottom: 108px; }.process-intro { display: flex; justify-content: space-between; align-items: end; gap: 40px; }.process-intro h2 { margin-bottom: 0; }.process-intro h2 span { color: #93a0a0; }.process-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 39px; margin-top: 76px; }.process-step { position: relative; }.step-no { color: var(--cyan-deep); font: 600 13px var(--body); letter-spacing: .1em; }.step-line { height: 1px; margin: 17px 0 23px; background: #cbd4d0; }.process-step:not(:last-child) .step-line::after { display: block; content: ""; width: 34%; height: 1px; background: var(--cyan-deep); }.process-step h3 { margin-bottom: 10px; font-size: 25px; }.process-step p { max-width: 295px; margin: 0; color: var(--muted); font-size: 14px; line-height: 1.62; }.fit-note { display: flex; align-items: center; gap: 15px; margin-top: 73px; padding: 16px 20px; border: 1px solid #cbdad4; background: #f2f7f3; }.fit-note-mark { display: grid; place-items: center; width: 28px; height: 28px; border-radius: 50%; color: var(--navy); background: var(--cyan); font: 500 23px/1 var(--body); }.fit-note p { margin: 0; color: #54696c; font-size: 13px; }.fit-note strong { color: var(--ink); }

.cta-section { padding: 91px 0 95px; }.cta-layout { display: grid; grid-template-columns: 1fr 350px; align-items: end; gap: 60px; }.cta-layout h2 { max-width: 700px; margin: 0; font-size: clamp(2.25rem, 4vw, 3.8rem); line-height: 1.04; }.cta-action { padding-bottom: 4px; }.cta-action p { max-width: 260px; margin: 14px 0 0; color: #8ba0a6; font-size: 12px; line-height: 1.5; }
.site-footer { color: #71818a; background: #05101a; }.footer-main { display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: center; gap: 20px; min-height: 120px; border-bottom: 1px solid rgba(150,180,185,.15); font-size: 12px; }.brand-footer { justify-self: start; }.footer-main > p { justify-self: center; margin: 0; }.footer-contact { display: flex; flex-direction: column; align-items: end; gap: 6px; justify-self: end; }.footer-domain, .footer-email { color: var(--cyan); font-weight: 600; }.footer-domain { color: #b1c5c5; }.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding: 20px 0 25px; font-size: 10px; }.footer-domain span, .footer-email span { margin-left: 5px; }

.reveal { opacity: 0; transform: translateY(15px); transition: opacity 650ms ease, transform 650ms ease; }.reveal.is-visible { opacity: 1; transform: translateY(0); }
a:focus-visible, button:focus-visible { outline: 3px solid var(--cyan); outline-offset: 4px; }

@media (max-width: 900px) {
  .hero { min-height: auto; padding-bottom: 115px; }.hero-layout { grid-template-columns: 1fr; gap: 58px; }.workflow-window { justify-self: start; width: min(100%, 570px); }.hero-bottom { bottom: 35px; }.split-layout { gap: 45px; }.split-layout .section-heading { position: static; }.cta-layout { grid-template-columns: 1fr 290px; }
}

@media (max-width: 700px) {
  .container { width: min(calc(100% - 36px), var(--max)); }.header-inner { min-height: 72px; }.menu-toggle { display: flex; flex-direction: column; gap: 6px; padding: 12px 3px; }.menu-toggle span:not(.sr-only) { display: block; width: 23px; height: 1px; background: currentColor; transition: transform 180ms ease; }.site-nav { position: absolute; top: 65px; right: 18px; left: 18px; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 8px; border: 1px solid rgba(121,228,208,.25); border-radius: 5px; background: #0d2537; box-shadow: 0 18px 40px rgba(0,0,0,.25); }.site-nav.is-open { display: flex; }.site-nav > a { padding: 13px 12px; }.site-nav .nav-cta { justify-content: center; margin-top: 7px; }.hero { padding-top: 128px; }.hero-intro { font-size: 16px; }.hero-actions { gap: 17px; }.workflow-body { padding: 20px 14px 14px; }.window-bar { padding: 0 12px; }.window-label { margin-left: 15px; }.window-status { display: none; }.flow-row { grid-template-columns: 21px 30px 1fr auto; gap: 7px; padding-right: 5px; }.flow-connector { margin-left: 50px; }.flow-text strong { font-size: 12px; }.flow-text small { font-size: 9px; }.window-footer { display: block; line-height: 1.7; }.footer-signal { margin-top: 3px; }.hero-bottom { display: none; }
  .section { padding: 84px 0; }.section-heading h2, .process-intro h2 { font-size: clamp(2.35rem, 10vw, 3.35rem); }.section-heading > p:last-child { font-size: 16px; }.pain-grid, .process-grid { grid-template-columns: 1fr; gap: 14px; margin-top: 39px; }.pain-card { min-height: 260px; }.pain-card h3 { margin-top: 48px; }.split-layout { grid-template-columns: 1fr; gap: 47px; }.service-item { grid-template-columns: 43px 1fr 15px; gap: 12px; padding: 22px 0; }.service-icon { width: 40px; height: 40px; }.service-item h3 { font-size: 20px; }.process-intro { display: block; }.process-grid { margin-top: 50px; }.step-line { margin: 13px 0 17px; }.process-step p { max-width: none; }.fit-note { align-items: start; margin-top: 50px; }.cta-section { padding: 73px 0; }.cta-layout { grid-template-columns: 1fr; gap: 37px; }.cta-action { padding: 0; }.cta-action p { margin-top: 12px; }.footer-main { grid-template-columns: 1fr; justify-items: start; gap: 14px; padding: 28px 0; }.footer-main > p, .footer-contact { justify-self: start; align-items: start; }.footer-bottom { display: block; line-height: 1.8; }.footer-bottom span:last-child { display: block; margin-top: 5px; }
}

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; }.reveal { opacity: 1; transform: none; transition: none; }.button, .service-arrow, .text-link span, .pain-card { transition: none; } }
