@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&family=JetBrains+Mono:wght@500;600&family=Plus+Jakarta+Sans:wght@500;600;700;800&display=swap");

:root {
  --midnight: #0a1930;
  --midnight-2: #0f2340;
  --cyan: #06b6d4;
  --cyan-deep: #0891b2;
  --sky: #38bdf8;
  --off-white: #f8fafc;
  --white: #ffffff;
  --ink: #14243c;
  --muted: #3e5067;
  --line: #d3dee6;
  --soft: #edf4f6;
  --container: 1180px;
  --font-heading: "Plus Jakarta Sans", ui-sans-serif, system-ui, sans-serif;
  --font-body: "Inter", ui-sans-serif, system-ui, sans-serif;
  --font-data: "JetBrains Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 92px; }
body {
  margin: 0;
  background: var(--off-white);
  color: var(--ink);
  font-family: var(--font-body);
  font-size: 17px;
  font-weight: 400;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
body, button, a { font: inherit; }
h1, h2, h3, h4 { font-family: var(--font-heading); }
p, li, a, button, label, input, textarea, select { font-family: var(--font-body); }
.metric, .kpi, [data-metric] { font-family: var(--font-data); font-weight: 600; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button { color: inherit; }
::selection { background: rgba(6, 182, 212, .25); }

.container { width: min(calc(100% - 48px), var(--container)); margin-inline: auto; }
.site-header { position: sticky; top: 0; z-index: 50; background: rgba(248, 250, 252, .94); border-bottom: 1px solid rgba(10, 25, 48, .08); backdrop-filter: blur(16px); }
.header-inner { height: 92px; display: flex; align-items: center; gap: 34px; }
.brand { width: 158px; flex: 0 0 auto; }
.brand img { width: 100%; height: 48px; object-fit: contain; object-position: left center; }
.nav { display: flex; align-items: center; gap: 28px; margin-left: auto; }
.nav a { color: #293b51; font-size: 16px; font-weight: 600; line-height: 1.3; transition: color .2s ease; }
.nav a:hover { color: var(--cyan-deep); }
.button { display: inline-flex; min-height: 60px; align-items: center; justify-content: center; gap: 13px; padding: 0 28px; border: 1px solid var(--cyan); border-radius: 7px; background: var(--cyan); color: var(--midnight); font-family: var(--font-body); font-size: 16px; font-weight: 600; line-height: 1.25; letter-spacing: -.005em; box-shadow: 0 12px 34px rgba(6, 182, 212, .19); transition: transform .2s ease, background .2s ease, border-color .2s ease, box-shadow .2s ease; }
.button svg { width: 19px; height: 19px; transition: transform .2s ease; }
.button:hover { transform: translateY(-2px); background: #26c2dc; border-color: #26c2dc; box-shadow: 0 14px 34px rgba(6, 182, 212, .22); }
.button:hover svg { transform: translateX(3px); }
.button:focus-visible, .nav a:focus-visible, .brand:focus-visible, .menu-toggle:focus-visible, .text-link:focus-visible, .footer a:focus-visible, .direct-contact a:focus-visible { outline: 3px solid rgba(56, 189, 248, .48); outline-offset: 4px; }
.button-small { min-height: 50px; padding: 0 20px; font-size: 15px; }
.button-small svg { width: 16px; }
.header-cta { margin-left: 2px; }
.menu-toggle { display: none; border: 0; background: transparent; width: 44px; height: 44px; padding: 11px; cursor: pointer; }
.menu-toggle span { display: block; width: 22px; height: 2px; margin: 5px 0; background: var(--midnight); transition: transform .2s ease; }

.hero { position: relative; overflow: hidden; min-height: 780px; display: flex; align-items: center; background: var(--midnight); color: white; }
.hero::before { content: ""; position: absolute; width: 650px; height: 650px; right: -245px; top: -320px; border-radius: 50%; border: 1px solid rgba(56, 189, 248, .12); box-shadow: 0 0 0 90px rgba(6,182,212,.015), 0 0 0 180px rgba(6,182,212,.012); }
.hero-grid { position: absolute; inset: 0; opacity: .22; background-image: linear-gradient(rgba(56, 189, 248, .11) 1px, transparent 1px), linear-gradient(90deg, rgba(56, 189, 248, .11) 1px, transparent 1px); background-size: 64px 64px; mask-image: linear-gradient(90deg, transparent 2%, black 45%, black 100%); }
.hero-layout { position: relative; z-index: 1; display: grid; grid-template-columns: 1.07fr .93fr; align-items: center; gap: 72px; padding-block: 96px 108px; }
.hero-copy { max-width: 670px; }
.eyebrow { display: flex; align-items: center; gap: 11px; margin: 0 0 26px; color: #d3e3e9; font-size: 14px; font-weight: 600; line-height: 1.4; letter-spacing: .075em; text-transform: uppercase; }
.eyebrow span { width: 27px; height: 2px; background: var(--cyan); }
h1, h2, h3, p { overflow-wrap: break-word; }
h1 { margin: 0; color: #f8fcff; font-size: clamp(60px, 5.6vw, 82px); line-height: 1.08; letter-spacing: -.04em; font-weight: 700; }
h1 em { display: block; color: var(--cyan); font-style: normal; }
.hero-subhead { max-width: 660px; margin: 32px 0 0; color: #dce6ed; font-size: 20px; font-weight: 400; line-height: 1.72; letter-spacing: -.008em; }
.hero-actions { margin-top: 38px; }
.microcopy { display: flex; flex-wrap: wrap; gap: 11px 22px; margin: 22px 0 0; color: #c4d0da; font-size: 14px; font-weight: 500; line-height: 1.5; }
.microcopy span { display: flex; align-items: center; gap: 7px; }
.microcopy span::before { content: ""; width: 4px; height: 4px; border-radius: 50%; background: var(--cyan); }
.support-line { max-width: 620px; margin: 34px 0 0; padding-top: 26px; border-top: 1px solid rgba(255,255,255,.19); color: #c4d0da; font-size: 16px; line-height: 1.72; }

.hero-visual { position: relative; max-width: 530px; width: 100%; margin-left: auto; padding: 20px 0 34px; }
.visual-kicker { margin: 0 0 15px; color: #c0d4dc; font-size: 14px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
.signal-panel { position: relative; overflow: hidden; border: 1px solid rgba(140, 201, 219, .22); border-radius: 12px; background: rgba(16, 40, 66, .9); box-shadow: 0 35px 80px rgba(0, 0, 0, .26); }
.signal-panel::after { content: ""; position: absolute; inset: 0; pointer-events: none; box-shadow: inset 0 1px 0 rgba(255,255,255,.05); }
.signal-head { display: flex; align-items: flex-start; justify-content: space-between; padding: 23px 24px 18px; border-bottom: 1px solid rgba(255,255,255,.08); }
.signal-head span, .signal-head strong { display: block; }
.signal-head span { margin-bottom: 7px; color: #bdcbd5; font-size: 12px; font-weight: 600; text-transform: uppercase; letter-spacing: .08em; }
.signal-head strong { font-family: var(--font-heading); font-size: 20px; font-weight: 600; letter-spacing: -.018em; }
.signal-head i { display: flex; align-items: center; gap: 7px; color: #c6d6dc; font-size: 12px; font-weight: 500; font-style: normal; }
.signal-head i b { width: 7px; height: 7px; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 0 4px rgba(6,182,212,.1); }
.signal-chart { position: relative; height: 205px; margin: 0 24px; }
.grid-line { position: absolute; left: 0; right: 0; height: 1px; background: rgba(255,255,255,.065); }
.line-a { top: 25%; } .line-b { top: 50%; } .line-c { top: 75%; }
.signal-chart::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 1px; background: rgba(255,255,255,.065); }
.signal-chart svg { position: absolute; inset: 20px 0 0; width: 100%; height: calc(100% - 20px); overflow: visible; }
.chart-area { fill: url(#areaFill); }
.chart-trend { fill: none; stroke: var(--cyan); stroke-width: 3; vector-effect: non-scaling-stroke; }
.signal-chart circle { fill: var(--cyan); stroke: #11314e; stroke-width: 4; vector-effect: non-scaling-stroke; }
.signal-rows { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(255,255,255,.08); }
.signal-rows div { padding: 17px 19px 19px; border-right: 1px solid rgba(255,255,255,.08); }
.signal-rows div:last-child { border: 0; }
.signal-rows span, .signal-rows b { display: block; }
.signal-rows span { margin-bottom: 7px; color: #aec0ce; font-size: 11px; font-weight: 600; text-transform: uppercase; letter-spacing: .065em; }
.signal-rows b { color: #eef5f7; font-size: 14px; font-weight: 600; }
.floating-card { position: absolute; z-index: 2; border: 1px solid rgba(6,182,212,.3); border-radius: 7px; background: #f8fafc; color: var(--midnight); box-shadow: 0 18px 50px rgba(0,0,0,.22); }
.card-top { top: -3px; right: 28px; min-width: 164px; padding: 13px 16px; }
.card-top span, .card-top b { display: block; }
.card-top span { margin-bottom: 5px; color: #4f6176; font-size: 11px; font-weight: 600; text-transform: uppercase; letter-spacing: .065em; }
.card-top b { font-size: 14px; }
.card-bottom { right: -23px; bottom: -3px; display: flex; align-items: center; gap: 12px; min-width: 252px; padding: 16px 18px; }
.mini-mark { display: grid; place-items: center; width: 36px; height: 36px; border-radius: 5px; background: rgba(6,182,212,.13); color: var(--cyan-deep); }
.mini-mark svg { width: 28px; }
.card-bottom small, .card-bottom b { display: block; }
.card-bottom small { margin-bottom: 4px; color: #53657a; font-size: 11px; font-weight: 600; text-transform: uppercase; letter-spacing: .065em; }
.card-bottom b { font-size: 14px; }

.trust-strip { background: white; border-bottom: 1px solid var(--line); }
.trust-layout { min-height: 126px; display: grid; grid-template-columns: 245px 1fr; align-items: center; gap: 38px; }
.trust-layout > p { margin: 0; color: var(--midnight); font-size: 15px; font-weight: 600; }
.trust-items { display: flex; align-items: center; justify-content: space-between; gap: 22px; }
.trust-items span { color: #3f5269; font-size: 14px; font-weight: 600; white-space: nowrap; }
.trust-items span::before { content: "/"; margin-right: 14px; color: var(--cyan); font-weight: 800; }

.section { padding-block: 124px; }
.section-label { margin: 0 0 22px; color: #087d9a; font-size: 14px; line-height: 1.3; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; }
.section-label::before { content: ""; display: inline-block; width: 22px; height: 2px; margin-right: 9px; vertical-align: 3px; background: var(--cyan); }
.section-label-light { color: #b7d6dd; }
.section-heading h2, .process-intro h2, .fit-copy h2, .about-copy h2, .cta-inner h2 { margin: 0; color: var(--midnight); font-size: clamp(44px, 4.1vw, 58px); line-height: 1.16; font-weight: 700; letter-spacing: -.034em; }
.split-heading { display: grid; grid-template-columns: 1.05fr .75fr; align-items: end; gap: 82px; margin-bottom: 60px; }
.split-heading > p { max-width: 520px; margin: 0 0 6px; color: var(--muted); font-size: 18px; line-height: 1.72; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid #cad7e0; border-radius: 11px; overflow: hidden; background: white; box-shadow: 0 25px 70px rgba(27, 49, 70, .1); }
.service-card { position: relative; min-height: 390px; padding: 42px 40px 44px; border-right: 1px solid #cad7e0; transition: background .25s ease, transform .25s ease; }
.service-card:last-child { border-right: 0; }
.service-card:hover { background: #fbfeff; }
.service-card::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 0; height: 3px; background: var(--cyan); transition: right .25s ease; }
.service-card:hover::after { right: 0; }
.card-topline { display: flex; align-items: center; justify-content: space-between; margin-bottom: 60px; }
.card-topline > span { color: #53667d; font-size: 14px; font-weight: 600; letter-spacing: .07em; }
.card-topline i { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 50%; background: var(--soft); color: var(--cyan-deep); }
.card-topline svg { width: 30px; }
.service-card h3 { min-height: 66px; margin: 0 0 22px; color: var(--midnight); font-size: 26px; line-height: 1.3; font-weight: 600; letter-spacing: -.022em; }
.service-card p { margin: 0; color: var(--muted); font-size: 17px; line-height: 1.72; }

.process { position: relative; overflow: hidden; background: var(--midnight); color: white; }
.process::before { content: ""; position: absolute; inset: 0; opacity: .16; background-image: linear-gradient(rgba(56, 189, 248, .12) 1px, transparent 1px), linear-gradient(90deg, rgba(56, 189, 248, .12) 1px, transparent 1px); background-size: 72px 72px; mask-image: linear-gradient(90deg, transparent, black 72%); }
.process-layout { position: relative; display: grid; grid-template-columns: .78fr 1.22fr; gap: 110px; }
.process-intro { position: sticky; top: 126px; align-self: start; }
.process-intro h2 { color: white; }
.process-intro > p:not(.section-label) { margin: 30px 0 0; color: #d2dde5; font-size: 18px; line-height: 1.72; }
.text-link { display: inline-flex; align-items: center; gap: 10px; margin-top: 38px; padding-bottom: 8px; border-bottom: 1px solid rgba(6,182,212,.85); color: var(--cyan); font-size: 16px; font-weight: 600; }
.text-link svg { width: 18px; height: 18px; transition: transform .2s ease; }
.text-link:hover svg { transform: translateX(3px); }
.process-list { border-top: 1px solid rgba(255,255,255,.12); }
.process-item { display: grid; grid-template-columns: 64px 1fr; gap: 30px; padding: 46px 0 49px; border-bottom: 1px solid rgba(255,255,255,.18); }
.process-item > span { padding-top: 7px; color: var(--cyan); font-size: 14px; font-weight: 600; }
.process-item h3 { margin: 0 0 16px; color: #f7fbff; font-size: 26px; line-height: 1.3; font-weight: 600; letter-spacing: -.02em; }
.process-item p { max-width: 680px; margin: 0; color: #d0dbe4; font-size: 17px; line-height: 1.72; }

.proof { background: white; }
.centered-heading { max-width: 850px; margin: 0 auto 62px; text-align: center; }
.centered-heading .section-label::before { display: none; }
.centered-heading > p:last-child { margin: 28px auto 0; color: var(--muted); font-size: 18px; line-height: 1.72; }
.proof-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.proof-card { overflow: hidden; border: 1px solid #cad7e0; border-radius: 10px; background: var(--off-white); box-shadow: 0 16px 42px rgba(27,49,70,.055); }
.proof-visual { position: relative; height: 215px; padding: 22px; overflow: hidden; background: #eaf3f6; border-bottom: 1px solid #cad7e0; }
.proof-visual::before { content: ""; position: absolute; inset: 0; opacity: .52; background-image: linear-gradient(rgba(10,25,48,.07) 1px, transparent 1px), linear-gradient(90deg, rgba(10,25,48,.07) 1px, transparent 1px); background-size: 32px 32px; }
.proof-visual > span { position: relative; z-index: 2; color: #41566e; font-size: 13px; font-weight: 600; letter-spacing: .085em; text-transform: uppercase; }
.proof-graphic { position: absolute; z-index: 1; inset: 56px 27px 29px; display: flex; align-items: flex-end; gap: 12px; }
.proof-graphic i { display: block; flex: 1; border-radius: 3px 3px 0 0; background: rgba(10,25,48,.13); }
.proof-graphic i:nth-child(1) { height: 38%; } .proof-graphic i:nth-child(2) { height: 66%; } .proof-graphic i:nth-child(3) { height: 51%; } .proof-graphic i:nth-child(4) { height: 88%; background: var(--cyan); }
.proof-fit { align-items: center; }
.proof-fit i { height: 6px !important; border-radius: 10px; background: rgba(10,25,48,.11); }
.proof-fit i:nth-child(1) { flex: .55; } .proof-fit i:nth-child(2) { flex: .9; background: var(--cyan); } .proof-fit i:nth-child(3) { flex: .68; } .proof-fit i:nth-child(4) { flex: .35; }
.proof-action { inset: 52px 48px 31px; display: grid; grid-template-columns: 1fr; gap: 10px; align-content: center; }
.proof-action i { height: 12px !important; border-radius: 2px; }
.proof-action i:nth-child(1) { width: 78%; } .proof-action i:nth-child(2) { width: 100%; } .proof-action i:nth-child(3) { width: 65%; background: var(--cyan); } .proof-action i:nth-child(4) { width: 87%; }
.proof-content { padding: 36px 34px 40px; }
.proof-content h3 { margin: 0 0 17px; color: var(--midnight); font-size: 23px; line-height: 1.38; font-weight: 600; letter-spacing: -.021em; }
.proof-content p { margin: 0; color: var(--muted); font-size: 17px; line-height: 1.72; }

.fit-section { background: var(--off-white); }
.fit-layout { display: grid; grid-template-columns: .92fr 1.08fr; align-items: center; gap: 100px; }
.fit-copy > p:not(.section-label):not(.fit-closing) { max-width: 550px; margin: 30px 0 0; color: var(--muted); font-size: 18px; line-height: 1.72; }
.fit-closing { max-width: 560px; margin: 36px 0 0; padding: 27px 0 0 24px; border-top: 1px solid var(--line); border-left: 4px solid var(--cyan); color: var(--ink); font-size: 17px; font-weight: 500; line-height: 1.72; }
.fit-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.fit-list li { display: grid; grid-template-columns: 40px 1fr; align-items: center; gap: 18px; min-height: 88px; padding: 20px 0; border-bottom: 1px solid var(--line); color: #24394f; font-size: 17px; font-weight: 500; line-height: 1.58; }
.fit-list li span { display: grid; place-items: center; width: 31px; height: 31px; border-radius: 50%; background: rgba(6,182,212,.14); color: var(--cyan-deep); font-size: 13px; font-weight: 800; }

.about { overflow: hidden; background: var(--midnight-2); color: white; }
.about-layout { display: grid; grid-template-columns: .72fr 1.28fr; align-items: center; gap: 108px; }
.about-mark { position: relative; display: grid; place-items: center; width: min(100%, 360px); aspect-ratio: 1; }
.about-mark::before { content: ""; position: absolute; width: 55%; height: 55%; border-radius: 50%; background: rgba(6,182,212,.06); }
.about-mark img { position: relative; z-index: 2; width: 52%; }
.orbit { position: absolute; border-radius: 50%; border: 1px solid rgba(56,189,248,.17); }
.orbit-one { width: 72%; height: 72%; }
.orbit-two { width: 100%; height: 100%; }
.orbit-two::after { content: ""; position: absolute; top: 17%; right: 8%; width: 9px; height: 9px; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 0 6px rgba(6,182,212,.09); }
.about-copy h2 { color: white; }
.about-copy > p:last-child { max-width: 720px; margin: 32px 0 0; color: #d5dfe7; font-size: 18px; line-height: 1.75; }

.cta-section { position: relative; overflow: hidden; padding-block: 124px 132px; background: var(--cyan); color: var(--midnight); }
.cta-section::before { content: ""; position: absolute; width: 540px; height: 540px; right: -220px; bottom: -350px; border-radius: 50%; border: 1px solid rgba(10,25,48,.13); box-shadow: 0 0 0 80px rgba(10,25,48,.025), 0 0 0 160px rgba(10,25,48,.018); }
.cta-inner { position: relative; max-width: 900px; text-align: center; }
.cta-arrow { display: grid; place-items: center; width: 55px; height: 55px; margin: 0 auto 26px; border-radius: 50%; background: var(--midnight); color: var(--cyan); }
.cta-arrow svg { width: 37px; }
.cta-inner .section-label { color: #28526a; }
.cta-inner .section-label::before { display: none; }
.cta-inner h2 { font-size: clamp(48px, 5.2vw, 70px); }
.cta-inner > p:not(.section-label):not(.direct-contact) { max-width: 740px; margin: 30px auto 0; color: #15384e; font-size: 18px; font-weight: 500; line-height: 1.72; }
.button-dark { margin-top: 38px; border-color: var(--midnight); background: var(--midnight); color: white; box-shadow: 0 13px 35px rgba(10,25,48,.19); }
.button-dark:hover { border-color: #132d4d; background: #132d4d; }
.cta-microcopy { display: block; margin-top: 20px; color: #204b64; font-size: 14px; font-weight: 500; line-height: 1.5; }
.direct-contact { margin: 28px 0 0; color: #1f465c; font-size: 16px; line-height: 1.6; }
.direct-contact a { color: var(--midnight); font-weight: 800; text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 4px; }

.footer { background: #071426; color: white; }
.footer-main { display: grid; grid-template-columns: 1.2fr .8fr; gap: 88px; padding-block: 76px 66px; }
.footer-brand > a { display: inline-block; width: 160px; padding: 8px 12px; border-radius: 5px; background: var(--off-white); }
.footer-brand p { max-width: 460px; margin: 28px 0 0; color: #bfccd7; font-size: 16px; line-height: 1.72; }
.footer-links { display: grid; grid-template-columns: .7fr 1.3fr; gap: 60px; }
.footer-links div { display: flex; flex-direction: column; align-items: flex-start; gap: 13px; }
.footer-links span { margin-bottom: 9px; color: #a8b7c7; font-size: 13px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; }
.footer-links a { color: #d5dee6; font-size: 15.5px; font-weight: 500; line-height: 1.45; transition: color .2s ease; }
.footer-links a:hover { color: var(--cyan); }
.footer-bottom { padding-block: 22px 27px; border-top: 1px solid rgba(255,255,255,.09); }
.footer-bottom p { margin: 0; color: #a9b7c6; font-size: 14px; line-height: 1.6; }

@media (max-width: 1080px) {
  .nav { gap: 18px; }
  .header-cta { display: none; }
  .hero-layout { gap: 45px; }
  .trust-items { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px 24px; }
  .process-layout { gap: 70px; }
  .fit-layout { gap: 65px; }
}

@media (max-width: 900px) {
  .container { width: min(calc(100% - 34px), var(--container)); }
  .header-inner { height: 76px; }
  .brand { width: 136px; }
  .menu-toggle { display: block; margin-left: auto; }
  .menu-toggle.is-open span:first-child { transform: translateY(3.5px) rotate(45deg); }
  .menu-toggle.is-open span:last-child { transform: translateY(-3.5px) rotate(-45deg); }
  .nav { position: absolute; display: none; top: 76px; left: 0; right: 0; margin: 0; padding: 17px 17px 24px; flex-direction: column; align-items: stretch; gap: 0; background: var(--off-white); border-bottom: 1px solid var(--line); box-shadow: 0 18px 35px rgba(10,25,48,.08); }
  .nav.is-open { display: flex; }
  .nav a { padding: 14px 9px; font-size: 16px; }
  .hero { min-height: auto; }
  .hero-layout { grid-template-columns: 1fr; gap: 64px; padding-block: 82px 96px; }
  .hero-copy { max-width: none; }
  h1 { font-size: clamp(50px, 12.4vw, 68px); }
  .hero-subhead { font-size: 18px; }
  .hero-visual { max-width: 590px; margin: 0; }
  .card-bottom { right: 13px; }
  .trust-layout { grid-template-columns: 1fr; gap: 18px; padding-block: 28px; }
  .trust-items { grid-template-columns: repeat(2, 1fr); }
  .section { padding-block: 96px; }
  .split-heading { grid-template-columns: 1fr; gap: 28px; margin-bottom: 48px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .service-card:last-child { border-bottom: 0; }
  .card-topline { margin-bottom: 44px; }
  .service-card h3 { min-height: 0; }
  .process-layout { grid-template-columns: 1fr; gap: 62px; }
  .process-intro { position: static; }
  .proof-grid { grid-template-columns: 1fr; }
  .proof-card { display: grid; grid-template-columns: .7fr 1.3fr; }
  .proof-visual { height: auto; min-height: 210px; border-bottom: 0; border-right: 1px solid var(--line); }
  .fit-layout { grid-template-columns: 1fr; gap: 58px; }
  .about-layout { grid-template-columns: .65fr 1.35fr; gap: 46px; }
  .footer-main { grid-template-columns: 1fr; gap: 45px; }
}

@media (max-width: 540px) {
  body { font-size: 16px; }
  .container { width: min(calc(100% - 28px), var(--container)); }
  .hero-layout { padding-top: 64px; padding-bottom: 82px; }
  .eyebrow { margin-bottom: 22px; font-size: 13px; }
  .hero-subhead { margin-top: 26px; font-size: 17px; line-height: 1.7; }
  .button { width: 100%; padding-inline: 15px; }
  .microcopy { display: grid; gap: 8px; }
  .signal-head { padding-inline: 18px; }
  .signal-head i { display: none; }
  .signal-chart { height: 174px; margin-inline: 18px; }
  .signal-rows div { padding: 14px 9px 16px; }
  .signal-rows span { font-size: 10px; }
  .card-top { right: 13px; }
  .card-bottom { right: 8px; min-width: 228px; padding: 14px; }
  .trust-items { grid-template-columns: 1fr; gap: 10px; }
  .section { padding-block: 80px; }
  .section-label { margin-bottom: 18px; font-size: 13px; }
  .section-heading h2, .process-intro h2, .fit-copy h2, .about-copy h2 { font-size: 38px; line-height: 1.18; }
  .split-heading > p, .process-intro > p:not(.section-label), .centered-heading > p:last-child, .fit-copy > p:not(.section-label):not(.fit-closing), .about-copy > p:last-child { font-size: 16px; line-height: 1.72; }
  .service-card { padding: 34px 28px 38px; }
  .service-card h3 { font-size: 23px; }
  .process-item { grid-template-columns: 43px 1fr; gap: 16px; padding-block: 38px 41px; }
  .proof-card { display: block; }
  .proof-visual { height: 185px; min-height: 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .centered-heading { text-align: left; }
  .centered-heading .section-label::before { display: inline-block; }
  .about-layout { grid-template-columns: 1fr; gap: 32px; }
  .about-mark { width: 230px; margin: 0 auto; }
  .cta-section { padding-block: 90px 96px; }
  .cta-inner h2 { font-size: 41px; }
  .cta-inner > p:not(.section-label):not(.direct-contact) { font-size: 16px; line-height: 1.72; }
  .footer-links { grid-template-columns: 1fr; gap: 35px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
}
