@font-face {
  font-family: "FixelGT";
  src: url("assets/fixel-variable.woff2") format("woff2");
  font-style: normal;
  font-weight: 100 900;
  font-stretch: 75% 100%;
  font-display: swap;
}
:root {
  --ink: #0a0e0f;
  --ink-2: #121819;
  --paper: #f2efe7;
  --paper-2: #e5e0d5;
  --signal: #d7ad88;
  --signal-dark: #8a552d;
  --electric: #304d49;
  --acid: #b9e6d3;
  --muted: #929b99;
  --line: rgba(244, 241, 233, .16);
  --line-dark: rgba(17, 17, 24, .15);
  --sans: "FixelGT", sans-serif;
  --ease-out: cubic-bezier(.16, 1, .3, 1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--ink);
  color: var(--paper);
  font-family: var(--sans);
  font-stretch: 75%;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}
body::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 20;
  pointer-events: none;
  opacity: .02;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='3' stitchTiles='stitchTiles'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}
a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; }
a:focus-visible, button:focus-visible, summary:focus-visible {
  outline: 2px solid var(--acid);
  outline-offset: 4px;
}
.shell { width: min(1240px, calc(100% - 56px)); margin-inline: auto; }
.meta { font: 600 11px/1.35 var(--sans); font-stretch: 75%; letter-spacing: .045em; font-variant-numeric: tabular-nums; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 99; padding: 12px 16px; color: var(--ink); background: var(--acid); }
.skip-link:focus { top: 16px; }

.nav {
  height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
  position: relative;
  z-index: 10;
}
.brand { display: flex; align-items: center; gap: 11px; font-weight: 700; letter-spacing: -.055em; }
.brand-mark { width: 32px; height: 25px; flex: 0 0 auto; overflow: visible; }
.brand-particle { transform-box: fill-box; transform-origin: center; transition: transform .34s var(--ease-out); }
.brand:hover .brand-particle-1 { transform: translateX(2px); }
.brand:hover .brand-particle-2 { transform: translateX(4px); }
.brand:hover .brand-particle-3 { transform: translateX(-2px); }
.nav-links { display: flex; align-items: center; gap: 26px; }
.nav-links > a { color: var(--muted); font-size: 12px; transition: color .2s ease; }
.nav-links > a:hover { color: var(--paper); }
.lang {
  --cut: 8px;
  position: relative;
  isolation: isolate;
  border: 0;
  border-radius: 0;
  clip-path: polygon(0 0, calc(100% - var(--cut)) 0, 100% var(--cut), 100% 100%, var(--cut) 100%, 0 calc(100% - var(--cut)));
  background: var(--line);
  padding: 8px 12px;
  cursor: pointer;
  font: 600 10px var(--sans);
  font-stretch: 75%;
  letter-spacing: .08em;
}
.lang::before { content: ""; position: absolute; z-index: -1; inset: 1px; clip-path: inherit; background: var(--ink); }
.lang:hover { color: var(--acid); background: var(--acid); }

.hero {
  min-height: calc(100svh - 76px);
  padding: 68px 0 42px;
  position: relative;
  display: grid;
  grid-template-rows: auto 1fr auto;
  overflow: visible;
  isolation: isolate;
}
.signal-field { position: absolute; top: -8%; right: calc((100vw - 100%) / -2); bottom: -7%; left: 24%; z-index: -2; opacity: 1; }
#signal-canvas { width: 100%; height: 100%; display: block; }
.signal-field::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, var(--ink) 0%, rgba(10, 14, 15, .95) 23%, transparent 60%), linear-gradient(180deg, var(--ink), transparent 16%, transparent 82%, var(--ink));
  pointer-events: none;
}
.hero-kicker { position: relative; z-index: 2; }
.hero-identity { display: flex; align-items: center; gap: 18px; margin: 0; font-size: 14px; letter-spacing: -.02em; }
.hero-identity::before { content: ""; width: 26px; height: 1px; background: var(--acid); }
.hero-identity strong { font-weight: 620; }
.hero-identity span { color: var(--muted); }
.hero-main { display: flex; align-items: center; position: relative; z-index: 2; }
.hero-copy { width: min(930px, 82%); padding: 40px 0 64px; }
h1 {
  margin: 0;
  font-size: clamp(58px, 8.65vw, 132px);
  line-height: .86;
  letter-spacing: -.055em;
  font-stretch: 100%;
  font-variation-settings: "wdth" 100, "wght" 560;
}
.hero-title-mask { display: block; overflow: visible; padding: .1em .03em; margin: -.1em -.03em; perspective: 800px; }
.hero-title-mask.masking { overflow: clip; overflow-clip-margin: .16em; }
.hero-title-word { display: block; transform-origin: 0 100%; }
.hero-title-python { font-variation-settings: "wdth" 75, "wght" 260; letter-spacing: -.035em; }
.hero-title-backend { font-variation-settings: "wdth" 100, "wght" 760; }
.hero-title-engineer { color: var(--acid); font-variation-settings: "wdth" 100, "wght" 430; }
.hero-sub {
  max-width: 670px;
  margin: 34px 0 0;
  color: #d4d1d6;
  font-size: clamp(17px, 1.7vw, 23px);
  line-height: 1.35;
  letter-spacing: -.025em;
  font-variation-settings: "wdth" 75, "wght" 400;
}
.hero-actions { display: flex; align-items: center; gap: 12px; margin-top: 34px; flex-wrap: wrap; }
.btn {
  --cut: 11px;
  --btn-edge: var(--line);
  --btn-fill: var(--ink);
  -webkit-appearance: none;
  appearance: none;
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 0 20px;
  border: 0;
  color: inherit;
  background: var(--btn-edge);
  cursor: pointer;
  font: 600 12px var(--sans);
  font-stretch: 75%;
  letter-spacing: .01em;
  transition: transform .2s ease, background .2s ease;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  border-radius: 0;
  clip-path: polygon(0 0, calc(100% - var(--cut)) 0, 100% var(--cut), 100% 100%, 0 100%);
}
.btn::after { content: ""; position: absolute; z-index: -1; inset: 1px; clip-path: inherit; background: var(--btn-fill); transition: background .2s ease; }
.btn:hover { --btn-edge: var(--paper); transform: translateY(-2px); }
.btn-primary { --btn-edge: var(--acid); --btn-fill: var(--acid); color: var(--ink); }
.btn-primary:hover { --btn-edge: #e0ff73; --btn-fill: #e0ff73; }
.btn-primary::before { content: ""; position: absolute; inset: 0; background: linear-gradient(105deg, transparent 15%, rgba(255,255,255,.7) 46%, transparent 72%); transform: translateX(-130%); transition: transform .65s var(--ease-out); }
.btn-primary:hover::before, .btn-primary:focus-visible::before { transform: translateX(130%); }
.btn > * { position: relative; z-index: 1; }
.btn .arrow { font-size: 16px; }
.btn:focus-visible, .lang:focus-visible, .mobile-cta:focus-visible { outline: 0; box-shadow: inset 0 0 0 2px var(--acid); }
.btn-primary:focus-visible, .mobile-cta:focus-visible { box-shadow: inset 0 0 0 2px var(--ink); }
.hero-foot {
  display: grid;
  grid-template-columns: 1.2fr .8fr .8fr;
  border-top: 1px solid var(--line);
  position: relative;
  z-index: 2;
}
.hero-fact { padding: 18px 20px 0 0; min-height: 68px; }
.hero-fact + .hero-fact { padding-left: 20px; border-left: 1px solid var(--line); }
.hero-fact strong { display: block; font-size: 13px; font-weight: 500; }
.hero-fact small { display: block; margin-top: 5px; color: var(--muted); font: 500 10px var(--sans); font-stretch: 75%; }
.status { display: inline-flex; align-items: center; gap: 9px; }
.status i { width: 7px; height: 7px; border-radius: 0; background: var(--acid); box-shadow: 0 0 0 5px rgba(185, 230, 211, .1); transform: rotate(45deg); animation: pulse 2.4s infinite; }
@keyframes pulse { 50% { box-shadow: 0 0 0 10px rgba(185, 230, 211, 0); } }

.light { background: var(--paper); color: var(--ink); }
.section { padding: 112px 0; }
.section-head { display: grid; grid-template-columns: .47fr 1.53fr; gap: 40px; align-items: start; margin-bottom: 64px; }
.section-marker { display: grid; grid-template-columns: auto 1fr; gap: 15px; align-items: end; width: min(100%, 220px); color: var(--signal); }
.light .section-marker, .offer .section-marker, .process .section-marker { color: var(--signal-dark); }
.marker-no { font-size: clamp(50px, 5vw, 72px); line-height: .72; letter-spacing: -.09em; font-variation-settings: "wdth" 100, "wght" 260; font-variant-numeric: tabular-nums; }
.marker-name { position: relative; padding: 0 0 7px; font-size: 13px; line-height: 1.08; letter-spacing: -.02em; font-variation-settings: "wdth" 75, "wght" 650; }
.marker-name::after { content: ""; position: absolute; right: 0; bottom: 0; left: 0; height: 1px; background: currentColor; transform-origin: left; }
h2 {
  margin: 0;
  max-width: 880px;
  font-size: clamp(43px, 6.4vw, 88px);
  line-height: .94;
  letter-spacing: -.042em;
  font-stretch: 100%;
  font-variation-settings: "wdth" 100, "wght" 575;
}
h2 em { color: var(--electric); font: inherit; font-style: normal; }
.title-mask { display: block; overflow: visible; padding: .14em .04em; margin: -.14em -.04em; perspective: 800px; }
.title-mask.masking { overflow: clip; overflow-clip-margin: .16em; }
.title-line { display: block; transform-origin: 0 100%; }
.proof-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line-dark); border-bottom: 1px solid var(--line-dark); }
.proof { min-height: 300px; padding: 30px 28px 28px 0; display: flex; flex-direction: column; justify-content: space-between; }
.proof + .proof { padding-left: 28px; border-left: 1px solid var(--line-dark); }
.proof-number { min-height: 1em; font-size: clamp(72px, 9vw, 124px); line-height: 1; letter-spacing: -.065em; color: var(--electric); font-variation-settings: "wdth" 100, "wght" 650; font-variant-numeric: tabular-nums; }
.digit-window { display: inline-block; height: 1em; line-height: 1; overflow: hidden; vertical-align: top; }
.digit-reel { display: block; }
.digit-reel > span { display: block; height: 1em; line-height: 1; }
.digit-static { display: inline-block; height: 1em; line-height: 1; vertical-align: top; }
.proof h3 { margin: 30px 0 10px; max-width: 300px; font-size: 20px; line-height: 1.1; letter-spacing: -.025em; font-variation-settings: "wdth" 100, "wght" 570; }
.proof p { max-width: 320px; margin: 0; color: #5c5a60; font-size: 13px; line-height: 1.55; }
.proof-source { margin-top: 24px; color: #67646b; font: 550 10px var(--sans); font-stretch: 75%; letter-spacing: .025em; }

.cases { background: var(--ink); color: var(--paper); }
.cases h2 em, .faq h2 em { color: var(--acid); }
.cases .section-head { margin-bottom: 48px; }
.cases-intro { max-width: 650px; margin: 27px 0 0; color: var(--muted); line-height: 1.6; }
.case-list { border-top: 1px solid var(--line); }
.case {
  --scan: 0%;
  --scan-alpha: 0;
  position: relative;
  display: grid;
  grid-template-columns: 90px 1.1fr .9fr;
  gap: 32px;
  padding: 38px 0;
  border-bottom: 1px solid var(--line);
  transition: background .25s ease;
}
.case::after {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  left: var(--scan);
  width: 1px;
  opacity: var(--scan-alpha);
  background: linear-gradient(180deg, transparent, var(--acid) 24%, var(--paper) 52%, var(--acid) 78%, transparent);
  box-shadow: 0 0 18px rgba(185, 230, 211, .45);
  pointer-events: none;
}
.case:hover { background: rgba(255, 255, 255, .025); }
.case-index { color: var(--signal); font: 620 12px var(--sans); font-stretch: 75%; font-variant-numeric: tabular-nums; }
.case h3 { margin: -5px 0 14px; font-size: clamp(28px, 3.2vw, 46px); line-height: 1; letter-spacing: -.04em; font-variation-settings: "wdth" 100, "wght" 560; }
.case p { max-width: 600px; margin: 0; color: var(--muted); font-size: 14px; line-height: 1.6; }
.case-outcome { display: flex; gap: 18px; align-items: flex-start; }
.case-outcome strong { color: var(--acid); font-size: 30px; letter-spacing: -.045em; white-space: nowrap; font-variation-settings: "wdth" 100, "wght" 650; font-variant-numeric: tabular-nums; }
.case-outcome span { color: #d4d1d6; font-size: 12px; line-height: 1.5; }
.stack { display: flex; gap: 11px 24px; flex-wrap: wrap; margin-top: 44px; padding-top: 16px; border-top: 1px solid var(--line); }
.tag { padding: 0; border: 0; border-radius: 0; color: #cbc8cf; font: 580 10px var(--sans); font-stretch: 75%; letter-spacing: .025em; }
.tag::before { content: "/"; display: inline-block; margin-right: 8px; color: var(--signal); font-weight: 760; }

.fit { background: var(--electric); color: #f8f7ff; }
.fit .section-marker { color: var(--acid); }
.fit h2 em { color: var(--acid); }
.fit-grid { display: grid; grid-template-columns: 1fr 1fr; border: 1px solid rgba(255, 255, 255, .25); }
.fit-card { min-height: 375px; padding: 34px; }
.fit-card + .fit-card { border-left: 1px solid rgba(255, 255, 255, .25); background: rgba(17, 17, 24, .12); }
.fit-card h3 { margin: 0 0 42px; font-size: 13px; line-height: 1.2; font-variation-settings: "wdth" 75, "wght" 650; letter-spacing: -.01em; }
.fit-card ul { list-style: none; margin: 0; padding: 0; }
.fit-card li { position: relative; padding: 15px 0 15px 30px; border-top: 1px solid rgba(255, 255, 255, .2); font-size: 16px; line-height: 1.3; }
.fit-card li::before { content: "+"; position: absolute; left: 0; color: var(--acid); font: 620 18px var(--sans); }
.fit-card.avoid li::before { content: "–"; color: rgba(255, 255, 255, .64); }

.offer { background: var(--paper); color: var(--ink); }
.offer-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; align-items: center; }
.offer-copy .section-marker { margin-bottom: 35px; }
.offer-copy h2 { font-size: clamp(45px, 6vw, 82px); }
.offer-copy p { max-width: 500px; color: #605e65; line-height: 1.65; }
.offer-card {
  position: relative;
  padding: 38px;
  overflow: hidden;
  color: var(--paper);
  background: var(--ink);
  box-shadow: 0 22px 64px rgba(10, 14, 15, .18);
}
.offer-card::after { content: "₴"; position: absolute; right: -10px; bottom: -90px; opacity: .06; font-size: 330px; line-height: 1; font-weight: 700; }
.offer-label { color: var(--acid); }
.price-old { display: inline-flex; align-items: baseline; gap: 14px; margin-top: 54px; color: var(--muted); font-size: 24px; font-variation-settings: "wdth" 100, "wght" 430; font-variant-numeric: tabular-nums; }
.price-old-value { position: relative; display: inline-block; }
.price-strike { position: absolute; left: -2px; right: -2px; top: 52%; height: 2px; background: var(--signal); transform: rotate(-3deg); transform-origin: left; }
.price-old small { font-size: 10px; letter-spacing: .04em; }
.price { position: relative; z-index: 1; margin-top: 14px; font-size: clamp(48px, 5.7vw, 82px); line-height: .92; letter-spacing: -.055em; color: var(--acid); font-variation-settings: "wdth" 100, "wght" 660; font-variant-numeric: tabular-nums; }
.price small { display: block; margin-top: 15px; font: 600 12px var(--sans); font-stretch: 75%; letter-spacing: .02em; color: var(--muted); }
.rate-note { position: relative; z-index: 1; max-width: 480px; margin: 32px 0 0; color: #b4b1ba; font-size: 12px; line-height: 1.55; }
.rate-note a { text-decoration: underline; text-underline-offset: 3px; }

.process { background: var(--paper); color: var(--ink); padding-top: 0; }
.process-grid { position: relative; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line-dark); }
.process-route { position: absolute; z-index: 2; top: -1px; left: 0; width: 100%; height: 2px; background: var(--electric); transform: scaleX(0); transform-origin: left; }
.process-step { padding: 28px 32px 20px 0; }
.process-step + .process-step { padding-left: 32px; border-left: 1px solid var(--line-dark); }
.step-meta { display: flex; align-items: baseline; gap: 11px; color: var(--signal-dark); }
.step-no { font-size: 28px; letter-spacing: -.065em; font-variation-settings: "wdth" 100, "wght" 330; font-variant-numeric: tabular-nums; transition: color .3s ease, font-variation-settings .45s var(--ease-out); }
.step-time { font-size: 11px; font-variation-settings: "wdth" 75, "wght" 620; letter-spacing: .025em; }
.process-step.active .step-no { color: var(--electric); font-variation-settings: "wdth" 100, "wght" 760; }
.process-step h3 { margin: 45px 0 12px; font-size: 24px; letter-spacing: -.045em; }
.process-step p { margin: 0; color: #656269; font-size: 13px; line-height: 1.55; }

.faq { padding: 90px 0; border-top: 1px solid var(--line); }
.faq-layout { display: grid; grid-template-columns: .7fr 1.3fr; gap: 70px; }
.faq .section-marker { margin-bottom: 32px; }
.faq h2 { font-size: clamp(38px, 5vw, 64px); }
details { border-top: 1px solid var(--line); }
details:last-child { border-bottom: 1px solid var(--line); }
summary { position: relative; cursor: pointer; list-style: none; padding: 23px 46px 23px 0; font-size: 16px; }
summary::-webkit-details-marker { display: none; }
summary::after { content: "+"; position: absolute; right: 4px; top: 19px; color: var(--acid); font: 500 20px var(--sans); transition: transform .35s var(--ease-out); }
details[open] summary::after { transform: rotate(45deg); }
details p { margin: -5px 50px 24px 0; color: var(--muted); font-size: 13px; line-height: 1.65; }
details[open] p { animation: answer-in .42s var(--ease-out) both; }
@keyframes answer-in { from { opacity: 0; transform: translateY(-8px); } }

.contact { position: relative; padding: 96px 0 78px; overflow: hidden; border-top: 1px solid var(--line); }
.contact-layout { display: grid; grid-template-columns: minmax(160px, 220px) minmax(0, 1fr); gap: clamp(54px, 8vw, 120px); align-items: start; }
.contact .section-marker { color: var(--acid); }
.contact-arrow { position: absolute; right: -20px; top: -74px; opacity: .04; color: var(--paper); font-size: 390px; line-height: 1; font-variation-settings: "wdth" 100, "wght" 180; pointer-events: none; }
.contact-main { position: relative; z-index: 1; min-width: 0; }
.contact h2 { max-width: 900px; margin: 0; font-size: clamp(50px, 6vw, 82px); line-height: .94; }
.contact h2 em { color: var(--acid); }
.contact-lead { max-width: 650px; margin: 30px 0 0; color: #c6c3ca; font-size: 18px; line-height: 1.45; letter-spacing: -.02em; }
.contact-row { margin-top: 46px; }
.contact-email { display: grid; grid-template-columns: 140px minmax(0, 1fr) auto; gap: 24px; align-items: center; padding: 25px 0; border-top: 1px solid rgba(185, 230, 211, .55); border-bottom: 1px solid var(--line); transition: color .25s ease, padding .35s var(--ease-out); }
.contact-email:hover { color: var(--acid); padding-left: 10px; }
.contact-email-label { color: var(--muted); font: 600 10px var(--sans); font-stretch: 75%; letter-spacing: .04em; text-transform: uppercase; }
.contact-email strong { min-width: 0; font-size: clamp(25px, 3.1vw, 42px); font-weight: 430; line-height: 1; letter-spacing: -.035em; overflow-wrap: anywhere; }
.contact-email-arrow { color: var(--acid); font-size: 28px; font-style: normal; transition: transform .3s var(--ease-out); }
.contact-email:hover .contact-email-arrow { transform: translate(5px, -5px); }
.contact-lower { display: flex; align-items: flex-end; justify-content: space-between; gap: 30px; margin-top: 18px; }
.contact-links { display: flex; gap: 12px; flex-wrap: wrap; }
.copy-status { min-height: 16px; margin-top: 10px; color: var(--acid); font: 600 10px var(--sans); font-stretch: 75%; }
.contact-meta { max-width: 320px; margin: 0; color: var(--muted); font-size: 12px; line-height: 1.5; text-align: right; }
footer { display: flex; justify-content: space-between; padding: 24px 0; border-top: 1px solid var(--line); color: var(--muted); font: 550 10px var(--sans); font-stretch: 75%; letter-spacing: .025em; }
.mobile-cta { display: none; }

@media (max-width: 900px) {
  .hero-copy { width: 100%; }
  .signal-field { left: 20%; opacity: .97; }
  .section-head, .offer-layout, .faq-layout { grid-template-columns: 1fr; }
  .section-head { gap: 24px; }
  .proof-grid { grid-template-columns: 1fr; }
  .proof { min-height: 230px; padding: 28px 0; }
  .proof + .proof { padding-left: 0; border-left: 0; border-top: 1px solid var(--line-dark); }
  .case { grid-template-columns: 55px 1fr; }
  .case-outcome { grid-column: 2; }
  .offer-layout { gap: 48px; }
  .faq-layout { gap: 40px; }
  .contact-layout { grid-template-columns: 1fr; gap: 38px; }
}

@media (max-width: 680px) {
  .shell { width: calc(100% - 30px); }
  .nav { height: 66px; }
  .nav-links > a { display: none; }
  .hero { min-height: calc(100svh - 66px); padding: 38px 0 92px; }
  .hero-identity { gap: 11px; font-size: 12px; }
  .hero-identity::before { width: 22px; }
  .hero-copy { padding: 44px 0 52px; }
  h1 { font-size: clamp(51px, 16.5vw, 82px); line-height: .85; }
  .hero-sub { max-width: 94%; margin-top: 26px; font-size: 17px; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .hero-actions .btn { width: 100%; }
  .signal-field { top: 8%; right: calc((100vw - 100%) / -2); bottom: 10%; left: 10%; opacity: .94; }
  .signal-field::after { background: linear-gradient(90deg, var(--ink) 0%, rgba(10, 14, 15, .98) 38%, rgba(10, 14, 15, .72) 58%, transparent 82%), linear-gradient(180deg, var(--ink), transparent 14%, transparent 84%, var(--ink)); }
  .hero-foot { grid-template-columns: 1fr 1fr; }
  .hero-fact { display: none; }
  .hero-fact:nth-child(-n+2) { display: block; }
  .section { padding: 78px 0; }
  .section-head { margin-bottom: 42px; }
  h2 { font-size: clamp(42px, 13vw, 63px); }
  .proof-number { font-size: 82px; }
  .case { grid-template-columns: 34px 1fr; gap: 14px; padding: 30px 0; }
  .case h3 { font-size: 29px; }
  .case-outcome { grid-column: 2; flex-direction: column; gap: 6px; }
  .fit-grid, .process-grid { grid-template-columns: 1fr; }
  .fit-card { min-height: 0; padding: 28px 22px; }
  .fit-card + .fit-card { border-left: 0; border-top: 1px solid rgba(255, 255, 255, .25); }
  .offer-card { padding: 28px 22px; box-shadow: 0 18px 48px rgba(10, 14, 15, .16); }
  .price-old { margin-top: 42px; }
  .price { font-size: 49px; }
  .process-step { padding: 26px 0; }
  .process-step + .process-step { padding-left: 0; border-left: 0; border-top: 1px solid var(--line-dark); }
  .process-step h3 { margin-top: 26px; }
  .process-route { top: 0; bottom: 0; left: 0; width: 2px; height: 100%; transform: scaleY(0); transform-origin: top; }
  .process-step { padding-left: 28px; }
  .process-step + .process-step { padding-left: 28px; }
  .faq { padding: 70px 0; }
  .contact { padding: 72px 0 110px; }
  .contact h2 { font-size: clamp(43px, 12.3vw, 58px); }
  .contact-lead { margin-top: 22px; font-size: 16px; }
  .contact-row { margin-top: 34px; }
  .contact-email { grid-template-columns: minmax(0, 1fr) auto; gap: 10px 16px; padding: 20px 0; }
  .contact-email-label { grid-column: 1 / -1; }
  .contact-email strong { font-size: clamp(19px, 5.8vw, 24px); }
  .contact-email-arrow { font-size: 22px; }
  .contact-lower { align-items: flex-start; flex-direction: column; gap: 18px; }
  .contact-links { width: 100%; }
  .contact-links .btn { flex: 1; width: auto; }
  .contact-meta { text-align: left; }
  .contact-arrow { right: -48px; top: 8px; font-size: 250px; }
  footer { display: block; line-height: 2; padding-bottom: 80px; }
  footer span { display: block; }
  .mobile-cta {
    --cut: 10px;
    display: flex;
    position: fixed;
    z-index: 19;
    bottom: max(10px, env(safe-area-inset-bottom));
    left: 10px;
    right: 10px;
    min-height: 54px;
    align-items: center;
    justify-content: space-between;
    padding: 0 18px;
    color: var(--ink);
    background: var(--acid);
    box-shadow: 0 8px 32px rgba(0, 0, 0, .35);
    font: 600 11px var(--sans);
    font-stretch: 75%;
    clip-path: polygon(0 0, calc(100% - var(--cut)) 0, 100% var(--cut), 100% 100%, var(--cut) 100%, 0 calc(100% - var(--cut)));
  }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .signal-field { background: radial-gradient(circle at 77% 46%, transparent 0 22%, rgba(242, 239, 231, .18) 23%, rgba(242, 239, 231, .08) 28%, transparent 34%); }
  .hero-title-word, .title-line, .price-strike, .process-route { transform: none !important; }
}
