:root { --ink: #171717; --paper: #fbfbfa; --mist: #f0f1f3; --blue: #004bff; --lime: #c6f75e; --line: #d6d8dc; --muted: #62676d; --shell: 1320px; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Arial, Helvetica, sans-serif; line-height: 1.42; }
body:has(dialog[open]) { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button:focus-visible, a:focus-visible { outline: 3px solid var(--blue); outline-offset: 4px; }
.shell { width: min(calc(100% - 48px), var(--shell)); margin: 0 auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 20; left: 16px; top: -80px; padding: 10px 15px; color: white; background: var(--blue); transition: top .16s ease; }
.skip-link:focus { top: 16px; }
.site-header { position: sticky; z-index: 10; top: 0; border-bottom: 1px solid #e5e6e8; background: color-mix(in srgb, var(--paper) 92%, transparent); backdrop-filter: blur(12px); }
.nav-shell { min-height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 2px; flex: 0 0 auto; }
.brand img { display: block; width: 91px; height: auto; }
.brand > span { margin-left: -4px; padding-top: 2px; font-size: 14px; font-weight: 700; letter-spacing: -.8px; }
.site-nav { display: flex; align-items: center; gap: 26px; font-size: 13px; }
.site-nav > a:not(.nav-cta) { color: #35383c; }
.site-nav > a:not(.nav-cta):hover { color: var(--blue); }
.nav-cta, .button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 42px; padding: 12px 16px; border: 0; font-size: 13px; font-weight: 700; line-height: 1; transition: transform .16s ease, background .16s ease; }
.nav-cta, .button-dark { color: white; background: var(--ink); }
.nav-cta:hover, .button-dark:hover { background: var(--blue); transform: translateY(-1px); }
.menu-toggle { display: none; width: 42px; height: 42px; padding: 0; border: 1px solid var(--line); background: var(--paper); font-size: 20px; }
.section { padding: 124px 0; }
.hero { min-height: 700px; padding-top: 96px; overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: minmax(0, 6fr) minmax(350px, 5fr); align-items: center; min-height: 565px; gap: 52px; }
.hero-copy { max-width: 650px; }
.eyebrow { margin: 0 0 18px; color: #5f6369; font-size: 11px; font-weight: 700; letter-spacing: .08em; }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 650px; margin-bottom: 26px; font-size: clamp(44px, 5.4vw, 79px); line-height: .96; letter-spacing: -.065em; }
h2 { margin-bottom: 0; font-size: clamp(31px, 3.5vw, 51px); line-height: 1; letter-spacing: -.055em; }
h3 { margin-bottom: 12px; font-size: 19px; line-height: 1.08; letter-spacing: -.035em; }
.lead { max-width: 505px; margin-bottom: 32px; color: #454a50; font-size: 17px; line-height: 1.5; }
.signal-map { position: relative; min-height: 458px; overflow: hidden; border-top: 1px solid var(--ink); border-bottom: 1px solid var(--ink); background-image: linear-gradient(to right, transparent 24.7%, rgba(23,23,23,.12) 25%, transparent 25.3%, transparent 49.7%, rgba(23,23,23,.12) 50%, transparent 50.3%, transparent 74.7%, rgba(23,23,23,.12) 75%, transparent 75.3%), linear-gradient(to bottom, transparent 24.7%, rgba(23,23,23,.12) 25%, transparent 25.3%, transparent 49.7%, rgba(23,23,23,.12) 50%, transparent 50.3%, transparent 74.7%, rgba(23,23,23,.12) 75%, transparent 75.3%); background-size: 100% 100%; }
.map-center { position: absolute; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; left: 50%; top: 50%; width: 176px; height: 176px; padding: 22px; color: white; background: var(--blue); transform: translate(-50%, -50%); }
.map-center b { display: block; font-size: 61px; line-height: .8; letter-spacing: -.08em; }
.map-center span { margin-top: 16px; font-size: 13px; line-height: 1.1; }
.signal { position: absolute; display: block; width: 18px; height: 18px; border-radius: 999px; background: var(--lime); box-shadow: 0 0 0 8px rgba(198,247,94,.2); }
.signal-one { top: 18%; left: 20%; }.signal-two { right: 15%; bottom: 21%; background: var(--blue); box-shadow: 0 0 0 8px rgba(0,75,255,.14); }.signal-three { left: 22%; bottom: 19%; width: 12px; height: 12px; }
.grid-mark { position: absolute; width: 54px; height: 54px; border: 1px solid var(--ink); }.mark-one { top: 10%; right: 18%; }.mark-two { left: 7%; top: 55%; border-color: var(--blue); }.mark-three { right: 6%; top: 54%; width: 26px; height: 26px; background: var(--ink); }
.map-label { position: absolute; font-size: 11px; font-weight: 700; letter-spacing: .07em; }.label-a { left: 4%; top: 9%; }.label-b { right: 4%; bottom: 11%; }.label-c { left: 42%; bottom: 7%; color: var(--blue); }
.trust-band { padding: 32px 0 36px; color: white; background: var(--ink); }
.trust-inner { display: grid; grid-template-columns: 170px 1fr; gap: 34px; align-items: start; }.trust-inner > p { margin: 5px 0 0; color: #bfc1c4; font-size: 12px; }
.trust-list { display: flex; flex-wrap: wrap; gap: 18px 34px; }.trust-list span { color: #f5f5f3; font-size: 16px; font-weight: 700; letter-spacing: -.04em; }
.work-section, .reason-section { background: var(--mist); }.split-grid { display: grid; grid-template-columns: minmax(250px, 4fr) minmax(0, 8fr); gap: 70px; }.section-rail h2 { max-width: 360px; font-size: clamp(33px, 3.2vw, 47px); }
.service-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); column-gap: 30px; row-gap: 54px; }.service-card { min-height: 242px; }.service-card p { margin-bottom: 13px; color: #575d64; font-size: 13px; line-height: 1.5; }.text-button { display: inline-flex; gap: 7px; padding: 0; border: 0; color: var(--blue); background: none; cursor: pointer; font-size: 12px; font-weight: 700; }.text-button:hover { color: var(--ink); }.service-icon { position: relative; width: 32px; height: 32px; margin-bottom: 22px; color: var(--ink); }.service-icon::before, .service-icon::after { position: absolute; content: ''; display: block; }.icon-orbit::before { inset: 6px; border: 1px solid currentColor; border-radius: 50%; }.icon-orbit::after { top: 15px; width: 32px; border-top: 1px solid currentColor; transform: rotate(-35deg); }.icon-layers::before { width: 22px; height: 22px; border: 1px solid currentColor; transform: rotate(45deg); }.icon-layers::after { left: 8px; top: 8px; width: 22px; height: 22px; border: 1px solid currentColor; transform: rotate(45deg); }.icon-path::before { left: 4px; top: 3px; width: 24px; height: 24px; border: 1px dashed currentColor; border-radius: 50%; }.icon-path::after { right: 0; top: 11px; width: 11px; border-top: 1px solid currentColor; transform: rotate(35deg); }.icon-spark::before { left: 15px; width: 1px; height: 32px; background: currentColor; }.icon-spark::after { top: 15px; width: 32px; height: 1px; background: currentColor; }.icon-chart::before { bottom: 2px; left: 2px; width: 28px; height: 20px; border-left: 1px solid currentColor; border-bottom: 1px solid currentColor; }.icon-chart::after { left: 8px; top: 8px; width: 22px; height: 12px; border-top: 1px solid currentColor; border-right: 1px solid currentColor; transform: skewY(-34deg); }.icon-arrows::before { top: 5px; width: 25px; border-top: 1px solid currentColor; transform: rotate(28deg); }.icon-arrows::after { bottom: 5px; right: 0; width: 25px; border-top: 1px solid currentColor; transform: rotate(-28deg); }
.statement-section { background: white; }.statement-copy { max-width: 720px; }.statement-large { margin-bottom: 35px; font-size: clamp(24px, 2.4vw, 36px); line-height: 1.13; letter-spacing: -.04em; }.statement-copy > p:not(.statement-large) { max-width: 580px; margin-bottom: 31px; color: #555b61; font-size: 16px; }
.reason-list { border-top: 1px solid var(--line); }.reason-list article { display: grid; grid-template-columns: 50px 1fr; gap: 20px; padding: 25px 0; border-bottom: 1px solid var(--line); }.reason-list > article > span { color: var(--blue); font-size: 12px; font-weight: 700; }.reason-list h3 { margin-bottom: 8px; }.reason-list p { max-width: 650px; margin-bottom: 0; color: #575d64; font-size: 14px; }
.formats-section { overflow: hidden; background: white; }.formats-heading { display: flex; justify-content: space-between; gap: 40px; align-items: end; margin-bottom: 52px; }.formats-heading h2 { max-width: 690px; }.carousel-controls { display: flex; gap: 9px; }.circle-button { display: grid; width: 44px; height: 44px; place-items: center; border: 1px solid var(--line); border-radius: 50%; background: white; cursor: pointer; font-size: 18px; transition: background .16s ease, color .16s ease; }.circle-button:hover { color: white; border-color: var(--ink); background: var(--ink); }.format-viewport { overflow: hidden; }.format-track { display: flex; transition: transform .38s cubic-bezier(.2,.75,.25,1); }.format-card { flex: 0 0 calc((100% - 48px) / 3); min-height: 378px; margin-right: 24px; padding: 28px; display: flex; flex-direction: column; justify-content: space-between; }.format-card p { margin-bottom: 0; font-size: 11px; font-weight: 700; letter-spacing: .07em; }.format-card h3 { max-width: 330px; margin-bottom: 0; font-size: clamp(23px, 2.1vw, 32px); line-height: 1.03; }.format-card > span { font-size: 12px; }.format-black { color: white; background: var(--ink); }.format-blue { color: white; background: var(--blue); }.format-lime { background: var(--lime); }.format-paper { border: 1px solid var(--ink); background: var(--paper); }.carousel-status { margin: 19px 0 0; color: #666b72; font-size: 12px; }
.faq-section { background: var(--mist); }.faq-list { border-top: 1px solid #cdd0d4; }.faq-item { border-bottom: 1px solid #cdd0d4; }.faq-item h3 { margin: 0; }.faq-item button { display: grid; grid-template-columns: 1fr 24px; width: 100%; padding: 19px 0; border: 0; color: var(--ink); background: none; cursor: pointer; text-align: left; font-size: 16px; font-weight: 700; }.faq-item button > span { color: var(--blue); text-align: right; }.faq-answer { max-width: 700px; padding: 0 42px 21px 0; }.faq-answer p { margin: 0; color: #52575d; font-size: 14px; }
.site-footer { color: white; background: var(--ink); }.footer-cta { display: flex; align-items: end; justify-content: space-between; gap: 42px; padding-top: 104px; padding-bottom: 92px; border-bottom: 1px solid #444; }.footer-cta .eyebrow { color: #bfc2c6; }.footer-cta h2 { max-width: 720px; }.footer-cta p:not(.eyebrow) { max-width: 600px; margin: 20px 0 0; color: #c1c3c5; font-size: 16px; }.button-lime { color: var(--ink); background: var(--lime); white-space: nowrap; }.button-lime:hover { background: white; transform: translateY(-1px); }.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1.2fr; gap: 36px; padding-top: 48px; padding-bottom: 60px; }.footer-grid h3 { margin-bottom: 16px; color: #aeb2b7; font-size: 11px; font-weight: 700; letter-spacing: .05em; }.footer-grid a, .footer-grid p { display: block; margin-bottom: 9px; color: #f4f4f0; font-size: 13px; }.footer-grid a:hover { color: var(--lime); }.footer-brand .brand { margin-bottom: 19px; }.brand-invert img { filter: invert(1); }.brand-invert > span { color: white; }.footer-brand p { max-width: 220px; color: #bfc1c5; }.footer-grid .small { color: #91959a; font-size: 11px; line-height: 1.4; }.footer-meta { display: flex; justify-content: space-between; gap: 24px; padding: 21px 0 25px; border-top: 1px solid #333; color: #8e9297; font-size: 10px; }
.topic-dialog { width: min(calc(100% - 40px), 540px); padding: 42px; border: 0; box-shadow: 0 28px 90px rgba(0,0,0,.32); }.topic-dialog::backdrop { background: rgba(0,0,0,.55); backdrop-filter: blur(3px); }.topic-dialog h2 { margin-bottom: 18px; }.topic-dialog p:not(.eyebrow) { max-width: 420px; margin-bottom: 27px; color: #565b61; }.dialog-close { position: absolute; right: 11px; top: 8px; width: 36px; height: 36px; padding: 0; border: 0; background: none; cursor: pointer; font-size: 26px; }
@media (max-width: 980px) { .site-nav { gap: 16px; }.hero-grid { grid-template-columns: 1fr 1fr; gap: 32px; }.split-grid { grid-template-columns: minmax(210px, 3fr) minmax(0, 7fr); gap: 40px; }.service-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }.format-card { flex-basis: calc((100% - 24px) / 2); }.footer-grid { grid-template-columns: 1.5fr 1fr 1fr; }.footer-grid > :last-child { grid-column: 1 / -1; max-width: 370px; } }
@media (max-width: 720px) { .shell { width: min(calc(100% - 40px), var(--shell)); }.nav-shell { min-height: 62px; }.brand img { width: 81px; }.brand > span { font-size: 12px; }.menu-toggle { display: grid; place-items: center; }.site-nav { position: absolute; display: none; top: 62px; left: 0; right: 0; padding: 18px 20px 23px; border-bottom: 1px solid var(--line); background: var(--paper); box-shadow: 0 12px 25px rgba(20,20,20,.08); }.site-nav.is-open { display: flex; flex-direction: column; align-items: flex-start; gap: 19px; }.site-nav .nav-cta { width: 100%; margin-top: 3px; }.section { padding: 82px 0; }.hero { min-height: auto; padding-top: 58px; padding-bottom: 74px; }.hero-grid { display: flex; flex-direction: column; align-items: stretch; min-height: 0; gap: 40px; }.hero-copy { max-width: none; }.eyebrow { margin-bottom: 13px; font-size: 10px; }.lead { font-size: 16px; }.signal-map { min-height: 310px; }.map-center { width: 132px; height: 132px; }.map-center b { font-size: 45px; }.trust-band { padding: 29px 0 31px; }.trust-inner { display: block; }.trust-inner > p { margin-bottom: 21px; }.trust-list { gap: 13px 20px; }.trust-list span { font-size: 13px; }.split-grid { display: block; }.section-rail { margin-bottom: 45px; }.section-rail h2 { max-width: 440px; }.service-grid { grid-template-columns: 1fr; gap: 35px; }.service-card { min-height: auto; }.service-icon { margin-bottom: 17px; }.statement-large { font-size: 26px; }.reason-list article { grid-template-columns: 36px 1fr; gap: 13px; }.formats-heading { align-items: flex-start; margin-bottom: 30px; }.formats-heading h2 { font-size: 35px; }.carousel-controls { flex: 0 0 auto; }.circle-button { width: 39px; height: 39px; }.format-card { flex-basis: 100%; min-height: 344px; margin-right: 16px; padding: 23px; }.faq-item button { padding: 17px 0; font-size: 15px; }.faq-answer { padding-right: 10px; }.footer-cta { display: block; padding-top: 73px; padding-bottom: 63px; }.footer-cta h2 { font-size: 42px; }.footer-cta .button { margin-top: 25px; }.footer-grid { grid-template-columns: 1fr 1fr; gap: 42px 24px; padding-bottom: 42px; }.footer-grid > :first-child, .footer-grid > :last-child { grid-column: 1 / -1; }.footer-meta { display: block; }.footer-meta span { display: block; margin-bottom: 6px; }.topic-dialog { padding: 35px 27px 28px; } }
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; } }
