:root {
  --ink: #111820;
  --ink-2: #19232d;
  --paper: #f3f1ea;
  --paper-2: #e9e6dc;
  --white: #fffdf8;
  --muted: #6f746f;
  --line: rgba(17, 24, 32, 0.16);
  --line-light: rgba(255, 255, 255, 0.14);
  --acid: #d7ff49;
  --coral: #ff7657;
  --blue: #6c8cff;
  --mono: 'DM Mono', monospace;
  --sans: 'Manrope', sans-serif;
  --serif: 'Newsreader', serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); -webkit-font-smoothing: antialiased; overflow-x: hidden; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button { color: inherit; }
.shell { width: min(1380px, calc(100% - 80px)); margin-inline: auto; }
.section { padding-block: 145px; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }
.skip-link { position: fixed; left: 16px; top: -60px; z-index: 100; background: var(--acid); color: var(--ink); padding: 12px 16px; transition: top .2s; }
.skip-link:focus { top: 16px; }

.site-header { height: 82px; padding-inline: 40px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; border-bottom: 1px solid rgba(255,255,255,.11); position: absolute; z-index: 20; top: 0; left: 0; right: 0; color: var(--white); }
.brand { display: inline-flex; width: max-content; align-items: center; gap: 11px; font: 600 15px/1 var(--sans); letter-spacing: .16em; }
.brand-symbol { width: 34px; height: 34px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.brand-symbol circle { fill: var(--acid); stroke: var(--acid); }
.desktop-nav { display: flex; gap: 34px; font: 400 11px/1 var(--mono); text-transform: uppercase; letter-spacing: .08em; color: rgba(255,255,255,.66); }
.desktop-nav a { transition: color .2s ease; }.desktop-nav a:hover { color: var(--white); }
.header-actions { justify-self: end; display: flex; align-items: center; gap: 24px; }
.language-switch { display: flex; align-items: center; gap: 7px; color: rgba(255,255,255,.48); background: none; border: 0; font: 400 9px/1 var(--mono); cursor: pointer; padding: 8px 0; }
.language-switch i { display: block; width: 20px; height: 10px; border: 1px solid rgba(255,255,255,.3); border-radius: 10px; position: relative; }
.language-switch i::after { content: ''; position: absolute; top: 2px; left: 2px; width: 4px; height: 4px; border-radius: 50%; background: var(--acid); transition: transform .25s ease; }
.language-switch.ru i::after { transform: translateX(10px); }.language-switch span.active { color: var(--white); }
.header-cta { padding: 13px 16px; border: 1px solid rgba(255,255,255,.25); display: inline-flex; gap: 25px; align-items: center; font: 500 10px/1 var(--mono); text-transform: uppercase; letter-spacing: .06em; transition: background .2s, color .2s; }
.header-cta b { color: var(--acid); }.header-cta:hover { background: var(--white); color: var(--ink); }
.menu-button { display: none; background: none; border: 0; cursor: pointer; padding: 8px; }.menu-button span:not(.sr-only) { display: block; width: 22px; height: 1px; background: currentColor; margin: 6px 0; }
.mobile-menu { display: none; }

.hero { min-height: 920px; background: var(--ink); color: var(--white); position: relative; padding-top: 82px; overflow: hidden; }
.hero-grid, .contact-grid { position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px); background-size: 64px 64px; mask-image: linear-gradient(to bottom, #000, transparent 90%); }
.hero-glow { position: absolute; width: 760px; height: 760px; border-radius: 50%; right: 3%; top: 2%; background: radial-gradient(circle, rgba(108,140,255,.16), transparent 65%); filter: blur(10px); }
.hero-layout { min-height: 760px; display: grid; grid-template-columns: 1.02fr .98fr; gap: 60px; align-items: center; position: relative; z-index: 2; padding-top: 55px; }
.eyebrow { display: flex; align-items: center; gap: 12px; color: rgba(255,255,255,.58); font: 400 9px/1.3 var(--mono); letter-spacing: .14em; text-transform: uppercase; }
.eyebrow span { display: block; width: 7px; height: 7px; border-radius: 50%; background: var(--acid); box-shadow: 0 0 0 5px rgba(215,255,73,.08), 0 0 14px rgba(215,255,73,.5); }
.eyebrow b { font-weight: 400; }
.hero h1 { font: 500 clamp(64px, 6.6vw, 108px)/.9 var(--serif); letter-spacing: -.055em; margin: 35px 0 30px; }
.hero h1 em, .section-heading h2 em, .outcomes h2 em, .company h2 em, .faq h2 em, .contact h2 em { color: var(--acid); font-style: italic; font-weight: 400; }
.hero-lead { max-width: 640px; color: rgba(255,255,255,.66); font-size: 16px; line-height: 1.75; }
.hero-buttons { display: flex; gap: 12px; margin-top: 38px; }
.button { display: inline-flex; align-items: center; justify-content: space-between; gap: 28px; padding: 18px 20px; min-width: 214px; border: 1px solid transparent; font: 500 10px/1 var(--mono); letter-spacing: .07em; text-transform: uppercase; cursor: pointer; transition: transform .2s ease, background .2s ease, color .2s ease; }
.button:hover { transform: translateY(-2px); }.button-accent { background: var(--acid); color: var(--ink); }.button-accent:hover { background: #e2ff7c; }.button-quiet { border-color: rgba(255,255,255,.18); color: rgba(255,255,255,.8); }.button-quiet b { color: var(--acid); }
.hero-proof { display: flex; gap: 24px; flex-wrap: wrap; margin-top: 43px; color: rgba(255,255,255,.44); font: 400 9px/1 var(--mono); text-transform: uppercase; letter-spacing: .08em; }
.hero-proof span { display: flex; align-items: center; gap: 8px; }.hero-proof span::before { content: '✓'; color: var(--acid); }
.hero-bottom { height: 78px; display: flex; justify-content: space-between; align-items: center; position: relative; z-index: 2; border-top: 1px solid rgba(255,255,255,.1); color: rgba(255,255,255,.38); font: 400 8px/1 var(--mono); letter-spacing: .12em; text-transform: uppercase; }
.hero-bottom div { display: flex; align-items: center; gap: 12px; }.hero-bottom i { width: 3px; height: 3px; background: var(--acid); border-radius: 50%; }

.product-visual { height: 590px; background: #f7f7f2; color: #182029; border: 1px solid rgba(255,255,255,.16); box-shadow: 0 40px 100px rgba(0,0,0,.38); position: relative; transform: perspective(1300px) rotateY(-3deg) rotateX(1deg); }
.visual-topbar { height: 54px; display: flex; justify-content: space-between; align-items: center; padding: 0 17px; border-bottom: 1px solid #dfe1dd; font: 500 7px/1 var(--mono); letter-spacing: .1em; }
.visual-brand, .system-online { display: flex; align-items: center; gap: 8px; }.visual-brand i { width: 13px; height: 13px; border-radius: 50%; background: var(--ink); box-shadow: inset 0 0 0 4px var(--acid); }.system-online { color: #68716b; }.system-online i { width: 5px; height: 5px; border-radius: 50%; background: #53b878; }
.visual-body { height: calc(100% - 54px); display: grid; grid-template-columns: 120px 1fr; }
.visual-sidebar { border-right: 1px solid #dfe1dd; padding: 24px 10px; display: flex; flex-direction: column; gap: 8px; background: #f0f0eb; }
.visual-sidebar span { display: flex; align-items: center; gap: 8px; padding: 10px; color: #89908d; font: 400 7px/1 var(--mono); }.visual-sidebar span i { width: 6px; height: 6px; border: 1px solid #abb0ad; }.visual-sidebar span.active { color: #182029; background: #fff; box-shadow: 0 4px 18px rgba(20,30,35,.05); }.visual-sidebar span.active i { background: var(--coral); border-color: var(--coral); }
.visual-workspace { padding: 24px 22px; overflow: hidden; }.visual-header { display: flex; justify-content: space-between; align-items: center; }.visual-header small, .metric-row small, .pipeline-head, .decision-card small { display: block; color: #8f9692; font: 400 6px/1 var(--mono); letter-spacing: .1em; }.visual-header strong { display: block; margin-top: 7px; font-size: 19px; }.visual-header button { background: none; border: 1px solid #dfe1dd; color: #8f9692; }
.metric-row { display: grid; grid-template-columns: repeat(3,1fr); gap: 9px; margin-top: 24px; }.metric-row > div { background: #fff; border: 1px solid #e4e5e1; padding: 15px; }.metric-row strong { display: block; font: 500 25px/1 var(--sans); margin: 10px 0; }.metric-row span { color: #6c7470; font: 400 7px/1 var(--mono); }.metric-row > div:first-child span { color: #3f9160; }
.pipeline-card { margin-top: 12px; background: #fff; border: 1px solid #e4e5e1; }.pipeline-head, .pipeline-line { display: grid; grid-template-columns: 1.6fr 1fr .5fr; align-items: center; padding-inline: 14px; }.pipeline-head { height: 32px; border-bottom: 1px solid #ebece9; }.pipeline-line { min-height: 50px; border-bottom: 1px solid #f0f0ed; font-size: 8px; }.pipeline-line:last-child { border-bottom: 0; }.pipeline-line > span:first-child { display: flex; align-items: center; gap: 9px; }.avatar { width: 23px; height: 23px; border-radius: 50%; display: grid; place-items: center; font: 500 6px/1 var(--mono); font-style: normal; }.avatar.green { background: #def0df; color: #357647; }.avatar.blue { background: #dfe7fb; color: #4564a7; }.avatar.gold { background: #f4ead2; color: #927126; }.pill, .risk { display: inline-block; padding: 5px 7px; font: 400 6px/1 var(--mono); }.pill.review { background: #fff1d7; color: #8d671b; }.pill.docs { background: #e7ebf7; color: #53678e; }.pill.approved { background: #e2f2e6; color: #39764b; }.risk.low { color: #39764b; }.risk.med { color: #a67b23; }
.decision-card { margin-top: 12px; background: var(--ink); color: #fff; display: grid; grid-template-columns: 36px 1fr auto; align-items: center; padding: 12px; }.decision-icon { width: 27px; height: 27px; display: grid; place-items: center; border-radius: 50%; color: var(--ink); background: var(--acid); }.decision-card strong { display: block; margin-top: 6px; font-size: 9px; }.decision-card > span:last-child { font: 400 7px/1 var(--mono); color: rgba(255,255,255,.45); }
.visual-callout { position: absolute; background: var(--ink); color: var(--white); padding: 12px 15px; display: flex; align-items: center; gap: 12px; box-shadow: 0 12px 32px rgba(0,0,0,.25); font: 400 8px/1 var(--mono); letter-spacing: .05em; }.visual-callout i { color: var(--acid); font-style: normal; }.callout-one { left: -42px; bottom: 90px; }.callout-two { right: -34px; top: 112px; }

.problem-strip { background: var(--acid); }.problem-layout { min-height: 110px; display: flex; align-items: center; justify-content: space-between; gap: 50px; }.problem-layout p { margin: 0; font: 400 20px/1.45 var(--serif); max-width: 900px; }.problem-layout p strong { font-weight: 500; }.problem-layout a { flex: none; border-bottom: 1px solid rgba(17,24,32,.5); padding-bottom: 4px; font: 500 9px/1 var(--mono); text-transform: uppercase; letter-spacing: .07em; }.problem-layout a b { margin-left: 12px; }

.section-heading { display: grid; grid-template-columns: .4fr 1fr; gap: 60px; }.section-label { display: flex; gap: 13px; padding-top: 14px; font: 400 9px/1 var(--mono); text-transform: uppercase; letter-spacing: .1em; color: #717670; }.section-label span { color: var(--coral); }.section-label b { font-weight: 400; }.section-heading h2, .outcomes h2, .company h2, .faq h2, .contact h2 { font: 400 clamp(52px, 5.4vw, 82px)/.98 var(--serif); letter-spacing: -.045em; margin: 0; }.section-heading h2 em, .faq h2 em { color: var(--coral); }.section-heading > div:last-child > p { color: var(--muted); font-size: 15px; line-height: 1.75; max-width: 560px; margin: 25px 0 0; }
.solution-list { margin-top: 100px; border-top: 1px solid var(--line); }.solution-item { min-height: 210px; display: grid; grid-template-columns: 55px 150px 1.4fr .8fr; align-items: center; gap: 35px; border-bottom: 1px solid var(--line); transition: padding .25s ease, background .25s ease; }.solution-item:hover { padding-inline: 18px; background: rgba(255,255,255,.38); }.solution-number { align-self: start; margin-top: 38px; color: #929690; font: 400 9px/1 var(--mono); }.solution-copy h3 { font: 500 30px/1.1 var(--serif); margin: 0 0 13px; }.solution-copy p { margin: 0; max-width: 610px; color: #717671; font-size: 13px; line-height: 1.7; }.solution-item ul { margin: 0; padding: 0; list-style: none; color: #737873; font: 400 8px/1 var(--mono); text-transform: uppercase; letter-spacing: .08em; }.solution-item li { padding: 7px 0; }.solution-item li::before { content: '—'; color: var(--coral); margin-right: 9px; }
.solution-icon { width: 104px; height: 104px; position: relative; }.origination-icon { border: 1px solid #b9bcb7; border-radius: 50%; }.origination-icon i { position: absolute; width: 14px; height: 14px; border-radius: 50%; background: var(--coral); box-shadow: 0 0 0 5px var(--paper); }.origination-icon i:nth-child(1) { left: 45px; top: -7px; }.origination-icon i:nth-child(2) { left: 4px; bottom: 13px; background: var(--ink); }.origination-icon i:nth-child(3) { right: 4px; bottom: 13px; background: var(--acid); border: 1px solid #adb48b; }.marketplace-icon i { position: absolute; width: 42px; height: 42px; border: 1px solid #aeb2ad; transform: rotate(45deg); }.marketplace-icon i:nth-child(1) { left: 5px; top: 30px; }.marketplace-icon i:nth-child(2) { right: 5px; top: 30px; }.marketplace-icon i:nth-child(3) { left: 31px; top: 5px; border-color: var(--coral); }.marketplace-icon i:nth-child(4) { left: 31px; bottom: 5px; background: var(--acid); border: 0; }.integration-icon { border: 1px solid #b7bbb5; }.integration-icon::before, .integration-icon::after { content: ''; position: absolute; background: #b7bbb5; }.integration-icon::before { left: 50%; top: 0; bottom: 0; width: 1px; }.integration-icon::after { top: 50%; left: 0; right: 0; height: 1px; }.integration-icon i { position: absolute; width: 15px; height: 15px; background: var(--paper); border: 1px solid var(--ink); z-index: 2; }.integration-icon i:nth-child(1) { left: 44px; top: 44px; background: var(--coral); border: 0; }.integration-icon i:nth-child(2) { left: -7px; top: 44px; }.integration-icon i:nth-child(3) { right: -7px; top: 44px; background: var(--acid); }.ledger-icon i { position: absolute; inset: 10px; border-radius: 50%; border: 1px solid #b4b8b3; }.ledger-icon i:nth-child(2) { inset: 28px; border-style: dashed; border-color: var(--coral); }.ledger-icon i:nth-child(3) { inset: 45px; background: var(--ink); border: 0; }

.outcomes { background: var(--ink); color: var(--white); }.outcomes-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 120px; align-items: center; }.section-label.light { color: rgba(255,255,255,.5); margin-bottom: 50px; }.outcomes h2 em, .company h2 em, .contact h2 em { color: var(--acid); }.outcomes-copy > p { max-width: 540px; color: rgba(255,255,255,.58); font-size: 15px; line-height: 1.8; margin: 30px 0 38px; }.outcome-cards { display: grid; grid-template-columns: repeat(2,1fr); border-top: 1px solid var(--line-light); border-left: 1px solid var(--line-light); }.outcome-cards article { min-height: 240px; padding: 30px; border-right: 1px solid var(--line-light); border-bottom: 1px solid var(--line-light); }.outcome-cards article > span { color: var(--acid); font: 400 8px/1 var(--mono); }.outcome-cards h3 { margin: 75px 0 12px; font: 400 21px/1.1 var(--serif); }.outcome-cards p { margin: 0; color: rgba(255,255,255,.48); font-size: 12px; line-height: 1.65; }

.approach-heading { margin-bottom: 115px; }.timeline { display: grid; grid-template-columns: repeat(4,1fr); position: relative; }.timeline-progress { position: absolute; top: 38px; left: 0; right: 0; height: 1px; background: #c9cbc5; }.timeline-progress i { display: block; width: 72%; height: 100%; background: var(--coral); }.timeline article { padding-right: 35px; position: relative; }.timeline article > span { display: grid; place-items: center; width: 23px; height: 23px; border-radius: 50%; background: var(--paper); border: 1px solid #9ca09a; margin: 27px 0 42px; position: relative; z-index: 2; font: 400 7px/1 var(--mono); }.timeline article:first-of-type > span { border-color: var(--coral); background: var(--coral); color: white; }.timeline article > b, .timeline article > small { color: var(--coral); font: 400 7px/1 var(--mono); letter-spacing: .1em; }.timeline h3 { font: 500 23px/1.15 var(--serif); margin: 14px 0 12px; }.timeline p { min-height: 62px; color: #717671; font-size: 12px; line-height: 1.65; max-width: 240px; }.timeline article > small { color: #888c87; }

.company { background: var(--ink-2); color: var(--white); }.company-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 120px; align-items: center; }.company-art { min-height: 580px; position: relative; display: grid; place-items: center; background: radial-gradient(circle, rgba(215,255,73,.07), transparent 55%); }.company-ring { position: absolute; border: 1px solid rgba(255,255,255,.13); border-radius: 50%; }.ring-one { width: 470px; height: 470px; }.ring-two { width: 330px; height: 330px; border-style: dashed; animation: spin 25s linear infinite; }.ring-three { width: 190px; height: 190px; border-color: rgba(215,255,73,.3); }.company-core { width: 110px; height: 110px; border-radius: 50%; display: grid; place-items: center; background: var(--acid); color: var(--ink); box-shadow: 0 0 80px rgba(215,255,73,.13); }.company-core svg { width: 58px; fill: none; stroke: currentColor; stroke-width: 1.8; }.company-core svg circle { fill: var(--coral); stroke: var(--coral); }.art-label { position: absolute; color: rgba(255,255,255,.45); font: 400 7px/1 var(--mono); letter-spacing: .12em; }.label-a { top: 15%; left: 12%; }.label-b { right: 5%; top: 45%; }.label-c { bottom: 12%; left: 24%; }
@keyframes spin { to { transform: rotate(360deg); } }
.company-copy .lead { color: rgba(255,255,255,.82); font: 400 20px/1.55 var(--serif); max-width: 630px; margin: 35px 0 20px; }.company-copy > p:not(.lead) { color: rgba(255,255,255,.52); font-size: 14px; line-height: 1.75; max-width: 620px; }.legal-card { margin-top: 45px; border: 1px solid var(--line-light); display: grid; grid-template-columns: repeat(3,1fr); }.legal-card > div { padding: 20px; border-right: 1px solid var(--line-light); }.legal-card small, .legal-card strong { display: block; font-family: var(--mono); }.legal-card small { color: rgba(255,255,255,.35); font-size: 6px; letter-spacing: .1em; }.legal-card strong { margin-top: 10px; font-size: 8px; font-weight: 400; color: rgba(255,255,255,.78); }.legal-card a { grid-column: 1 / -1; border-top: 1px solid var(--line-light); padding: 16px 20px; display: flex; justify-content: space-between; color: var(--acid); font: 400 8px/1 var(--mono); text-transform: uppercase; letter-spacing: .08em; }

.faq-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 120px; }.faq-intro > p { color: var(--muted); font-size: 14px; line-height: 1.7; max-width: 400px; }.faq-intro .section-label { margin-bottom: 48px; }.accordion { border-top: 1px solid var(--line); }.accordion-item { border-bottom: 1px solid var(--line); }.accordion-item button { width: 100%; min-height: 92px; display: flex; align-items: center; justify-content: space-between; text-align: left; background: none; border: 0; cursor: pointer; font: 500 19px/1.3 var(--serif); }.accordion-item button i { width: 18px; height: 18px; position: relative; flex: none; margin-left: 20px; }.accordion-item button i::before, .accordion-item button i::after { content: ''; position: absolute; background: var(--coral); }.accordion-item button i::before { width: 100%; height: 1px; left: 0; top: 50%; }.accordion-item button i::after { height: 100%; width: 1px; top: 0; left: 50%; transition: transform .25s; }.accordion-item.open button i::after { transform: rotate(90deg); }.accordion-content { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .35s ease; }.accordion-content p { overflow: hidden; margin: 0; color: var(--muted); font-size: 13px; line-height: 1.75; max-width: 660px; }.accordion-item.open .accordion-content { grid-template-rows: 1fr; }.accordion-item.open .accordion-content p { padding-bottom: 30px; }

.contact { background: var(--ink); color: var(--white); position: relative; overflow: hidden; }.contact-layout { position: relative; z-index: 2; display: grid; grid-template-columns: .9fr 1.1fr; gap: 120px; align-items: start; }.contact-copy > p { color: rgba(255,255,255,.54); font-size: 15px; line-height: 1.75; max-width: 540px; }.contact-copy h2 { margin: 35px 0 28px; }.contact-details { margin-top: 58px; display: flex; gap: 60px; }.contact-details small, .contact-details strong { display: block; font-family: var(--mono); }.contact-details small { color: rgba(255,255,255,.35); font-size: 7px; letter-spacing: .1em; margin-bottom: 11px; }.contact-details strong { font-size: 10px; font-weight: 400; }.lead-form { background: var(--white); color: var(--ink); padding: 38px; box-shadow: 0 30px 90px rgba(0,0,0,.25); }.lead-form label { display: block; margin-bottom: 24px; }.lead-form label > span { display: block; font: 500 8px/1 var(--mono); letter-spacing: .08em; text-transform: uppercase; margin-bottom: 10px; color: #656a66; }.lead-form input, .lead-form textarea, .lead-form select { width: 100%; border: 0; border-bottom: 1px solid #cfd1cc; border-radius: 0; background: transparent; padding: 10px 0; color: var(--ink); outline: none; font-size: 13px; }.lead-form input:focus, .lead-form textarea:focus, .lead-form select:focus { border-color: var(--coral); }.lead-form textarea { resize: vertical; }.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; }.form-submit { width: 100%; border: 0; margin-top: 8px; }.form-note { color: #8b8f8a; font: 400 7px/1.6 var(--mono); margin: 14px 0 0; }.form-status { min-height: 18px; margin-top: 10px; color: #4d7358; font: 400 8px/1.5 var(--mono); }

.site-footer { background: #0b1016; color: var(--white); }.footer-top { min-height: 140px; display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: center; border-bottom: 1px solid rgba(255,255,255,.1); }.footer-top > p { text-align: center; color: rgba(255,255,255,.35); font: 400 8px/1 var(--mono); text-transform: uppercase; letter-spacing: .1em; }.footer-top > a:last-child { justify-self: end; font: 400 8px/1 var(--mono); text-transform: uppercase; letter-spacing: .08em; color: rgba(255,255,255,.55); }.footer-bottom { min-height: 76px; display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: center; color: rgba(255,255,255,.26); font: 400 7px/1.4 var(--mono); }.footer-bottom p:nth-child(2) { text-align: center; }.footer-bottom p:last-child { text-align: right; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .75s ease, transform .75s cubic-bezier(.2,.7,.2,1); }.reveal.visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1100px) {
  .shell { width: min(100% - 48px, 980px); }.site-header { padding-inline: 24px; }.desktop-nav { display: none; }.site-header { grid-template-columns: 1fr auto; }.menu-button { display: block; }.header-cta { display: none; }.mobile-menu { position: absolute; top: 81px; left: 0; right: 0; background: var(--ink); padding: 30px 24px; border-bottom: 1px solid rgba(255,255,255,.15); flex-direction: column; gap: 20px; font: 400 11px/1 var(--mono); text-transform: uppercase; }.mobile-menu.open { display: flex; }
  .hero { min-height: auto; }.hero-layout { grid-template-columns: 1fr; padding: 110px 0 80px; }.hero-copy { max-width: 760px; }.product-visual { width: min(750px, 92%); margin-inline: auto; }.hero-bottom { margin-top: 0; }.section { padding-block: 110px; }.section-heading { grid-template-columns: .3fr 1fr; }.solution-item { grid-template-columns: 45px 120px 1fr; }.solution-item ul { grid-column: 3; display: flex; flex-wrap: wrap; gap: 10px 20px; padding-bottom: 25px; }.outcomes-grid, .company-grid, .contact-layout { gap: 60px; }.faq-grid { gap: 70px; }
}

@media (max-width: 760px) {
  .shell { width: calc(100% - 32px); }.site-header { height: 70px; padding-inline: 16px; }.mobile-menu { top: 69px; }.language-switch { display: none; }.hero { padding-top: 70px; }.hero-layout { padding-top: 76px; }.hero h1 { font-size: clamp(52px, 15vw, 72px); }.hero-lead { font-size: 14px; }.hero-buttons { flex-direction: column; align-items: stretch; }.button { width: 100%; }.hero-proof { flex-direction: column; gap: 12px; }.product-visual { height: 455px; width: 620px; left: 50%; transform: translateX(-50%) scale(.8); transform-origin: center center; margin: -35px 0; }.visual-callout { display: none; }.hero-bottom > span { display: none; }.hero-bottom { justify-content: center; }.problem-layout { padding-block: 28px; flex-direction: column; align-items: flex-start; gap: 18px; }.problem-layout p { font-size: 18px; }
  .section { padding-block: 85px; }.section-heading, .approach-heading { grid-template-columns: 1fr; gap: 35px; margin-bottom: 65px; }.section-heading h2, .outcomes h2, .company h2, .faq h2, .contact h2 { font-size: 48px; }.solution-list { margin-top: 60px; }.solution-item { grid-template-columns: 32px 1fr; gap: 18px; padding-block: 32px; }.solution-item:hover { padding-inline: 0; }.solution-number { margin-top: 0; }.solution-icon { grid-column: 2; width: 90px; height: 90px; margin-bottom: 8px; }.solution-copy { grid-column: 2; }.solution-item ul { grid-column: 2; padding: 0; }.origination-icon i:nth-child(1) { left: 38px; }.marketplace-icon i:nth-child(3), .marketplace-icon i:nth-child(4) { left: 24px; }.integration-icon i:nth-child(1) { left: 37px; top: 37px; }.integration-icon i:nth-child(2), .integration-icon i:nth-child(3) { top: 37px; }
  .outcomes-grid, .company-grid, .faq-grid, .contact-layout { grid-template-columns: 1fr; }.outcome-cards { margin-top: 35px; }.outcome-cards article { min-height: 205px; padding: 22px; }.outcome-cards h3 { margin-top: 55px; }.timeline { grid-template-columns: 1fr; gap: 35px; padding-left: 10px; }.timeline-progress { top: 0; bottom: 0; left: 21px; right: auto; width: 1px; height: auto; }.timeline-progress i { width: 100%; height: 72%; }.timeline article { padding-left: 52px; }.timeline article > span { position: absolute; left: 0; top: -27px; }.timeline p { min-height: auto; }.company-art { min-height: 390px; order: 2; }.ring-one { width: 320px; height: 320px; }.ring-two { width: 230px; height: 230px; }.ring-three { width: 140px; height: 140px; }.legal-card { grid-template-columns: 1fr; }.legal-card > div { border-right: 0; border-bottom: 1px solid var(--line-light); }.faq-intro .section-label { margin-bottom: 35px; }.contact-details { gap: 30px; flex-direction: column; }.lead-form { padding: 26px 20px; }.form-row { grid-template-columns: 1fr; gap: 0; }.footer-top, .footer-bottom { grid-template-columns: 1fr; gap: 20px; padding-block: 30px; }.footer-top > p, .footer-bottom p:nth-child(2), .footer-bottom p:last-child { text-align: left; }.footer-top > a:last-child { justify-self: start; }
}

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