@font-face {
  font-family: "Manrope";
  src: url("assets/fonts/manrope-cyrillic.woff2") format("woff2");
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-family: "Manrope";
  src: url("assets/fonts/manrope-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  unicode-range: U+0000-024F;
}

:root {
  color-scheme: dark;
  --bg: #061019;
  --bg-soft: rgba(7, 22, 29, .76);
  --surface: rgba(9, 25, 34, .84);
  --surface-strong: rgba(15, 43, 51, .92);
  --text: #eff7f7;
  --text-soft: #bfd0d2;
  --muted: #829da1;
  --line: rgba(179, 233, 237, .12);
  --line-strong: rgba(179, 233, 237, .24);
  --accent: #55d6c8;
  --accent-strong: #78e6db;
  --accent-ink: #061412;
  --shadow: rgba(0, 12, 20, .52);
  --header: rgba(3, 11, 18, .78);
  --radius: 16px;
  --container: 1180px;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; scroll-padding-top: 88px; }
body {
  min-width: 320px;
  overflow-x: clip;
  background:
    radial-gradient(ellipse at 82% 12%, rgba(17, 111, 145, .24), transparent 34rem),
    radial-gradient(ellipse at 8% 78%, rgba(18, 126, 123, .17), transparent 38rem),
    radial-gradient(ellipse at 68% 64%, rgba(8, 68, 94, .2), transparent 42rem),
    linear-gradient(150deg, #030b13 0%, #071a25 48%, #04111a 100%);
  background-attachment: fixed;
  color: var(--muted);
  font-family: "Manrope", system-ui, sans-serif;
  font-size: 16px;
  line-height: 1.55;
  letter-spacing: -.015em;
  -webkit-font-smoothing: antialiased;
}
main, .footer { position: relative; z-index: 1; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
h1, h2, h3 { color: var(--text); font-weight: 680; letter-spacing: -.045em; line-height: 1.02; }
h1 { font-size: clamp(44px, 5vw, 64px); }
h2 { font-size: clamp(36px, 5vw, 64px); }
h3 { font-size: 22px; }
::selection { background: var(--accent); color: var(--accent-ink); }

.container { width: min(var(--container), calc(100% - 48px)); margin-inline: auto; }
.section { padding: 112px 0; }
.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; }

.nav { position: fixed; inset: 0 0 auto; z-index: 20; background: var(--header); border-bottom: 1px solid var(--line); backdrop-filter: blur(18px) saturate(130%); -webkit-backdrop-filter: blur(18px) saturate(130%); }
.nav__inner { position: relative; height: 72px; display: flex; align-items: center; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 10px; color: var(--text); font-size: 14px; font-weight: 760; white-space: nowrap; }
.brand__mark { width: 34px; height: 34px; display: grid; place-items: center; border: 1px solid var(--line-strong); border-radius: 10px; background: rgba(85, 214, 200, .08); box-shadow: inset 0 1px 0 rgba(255, 255, 255, .06); color: var(--accent); font-size: 11px; letter-spacing: -.02em; }
.nav__links { display: flex; align-items: center; gap: 8px; margin-left: auto; }
.nav__links a { padding: 8px 10px; border-radius: 9px; color: var(--muted); font-size: 14px; transition: color .18s ease, background-color .18s ease; }
.nav__links a:hover { color: var(--text); background: var(--line); }
.nav__mobile-cta, .nav-toggle { display: none; }
.nav__actions { display: flex; align-items: center; gap: 12px; }

a:focus-visible, button:focus-visible, input:focus-visible { outline: 3px solid var(--accent); outline-offset: 3px; }

.button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; padding: 0 22px; border: 1px solid transparent; border-radius: 999px; color: var(--text); font-size: 14px; font-weight: 720; white-space: nowrap; transition: transform .2s cubic-bezier(.16,1,.3,1), background-color .2s ease, border-color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button:active { transform: scale(.98); }
.button--primary { background: var(--accent); color: var(--accent-ink); box-shadow: 0 14px 38px rgba(31, 153, 150, .22); }
.button--primary:hover { background: var(--accent-strong); }
.button--light { background: var(--text); color: #07151a; }
.button--small { min-height: 38px; padding-inline: 17px; }
.button--large { min-height: 54px; padding-inline: 28px; font-size: 15px; }
.text-link { display: inline-flex; align-items: center; gap: 9px; color: var(--text); font-size: 14px; font-weight: 700; }
.text-link span { color: var(--accent); transition: transform .2s ease; }
.text-link:hover span { transform: translate(3px, 3px); }

.hero { position: relative; min-height: 100dvh; display: grid; align-items: center; overflow: clip; padding: 112px 0 40px; }
.hero__grid { position: absolute; inset: 0; background: radial-gradient(ellipse at 72% 42%, rgba(54, 187, 196, .09), transparent 38%); mask-image: linear-gradient(to bottom, #000 0, transparent 96%); }
.netcanvas { position: absolute; inset: 0; width: 100%; height: 100%; pointer-events: none; opacity: .5; }
.netcanvas--fixed { position: fixed; z-index: 0; opacity: .56; mask-image: linear-gradient(to bottom, rgba(0, 0, 0, .95), rgba(0, 0, 0, .55)); }
.hero__inner { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1.12fr) minmax(440px, .88fr); align-items: center; gap: 52px; }
.hero__copy { max-width: 590px; }
.kicker { color: var(--accent); font-size: 12px; font-weight: 760; letter-spacing: .09em; text-transform: uppercase; }
.hero h1 { margin-top: 20px; }
.hero__lead { max-width: 520px; margin-top: 24px; color: var(--text-soft); font-size: 18px; }
.hero__actions { display: flex; align-items: center; gap: 24px; margin-top: 32px; }
.hero-project { display: block; overflow: hidden; border: 1px solid var(--line-strong); border-radius: var(--radius); background: var(--surface); box-shadow: inset 0 1px 0 rgba(255, 255, 255, .05), 0 34px 90px var(--shadow); transform: rotate(1.5deg); transition: transform .35s cubic-bezier(.16,1,.3,1), border-color .2s ease; }
.hero-project:hover { transform: rotate(0) translateY(-5px); border-color: var(--accent); }
.hero-project picture { display: block; background: #040d13; }
.hero-project img { width: 100%; height: auto; aspect-ratio: 16 / 9; object-fit: contain; }
.hero-project__meta { display: flex; justify-content: space-between; gap: 24px; padding: 16px 18px; color: var(--muted); font-size: 13px; }
.hero-project__meta b { color: var(--text); letter-spacing: .04em; }
.proof { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 20px; border: 1px solid var(--line); border-radius: var(--radius); background: rgba(5, 22, 30, .62); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); }
.proof span { padding: 18px 20px; font-size: 13px; }
.proof span + span { border-left: 1px solid var(--line); }
.proof b { display: block; color: var(--text); font-size: 18px; letter-spacing: -.03em; }

.section-heading { max-width: 700px; margin-bottom: 54px; }
.section-heading h2 { margin-top: 15px; }
.section-heading > p:last-child { max-width: 620px; margin-top: 18px; color: var(--text-soft); font-size: 17px; }
.section-heading--plain h2 { margin-top: 0; }

.works-section { border-top: 1px solid var(--line); }
.works-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; align-items: stretch; }
.work { min-width: 0; display: flex; flex-direction: column; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: linear-gradient(160deg, rgba(12, 37, 47, .9), rgba(6, 18, 27, .95)); box-shadow: inset 0 1px 0 rgba(255, 255, 255, .045), 0 20px 60px rgba(0, 12, 20, .2); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); transition: transform .28s cubic-bezier(.16,1,.3,1), border-color .2s ease, box-shadow .2s ease; }
.work--wide { grid-column: auto; }
.work:hover { transform: translateY(-5px); border-color: rgba(85, 214, 200, .48); box-shadow: inset 0 1px 0 rgba(255, 255, 255, .06), 0 24px 70px rgba(0, 37, 48, .34); }
.work picture { display: block; overflow: hidden; background: #040d13; }
.work img { width: 100%; height: auto; aspect-ratio: 16 / 9; object-fit: contain; }
.work__body { min-height: 118px; flex: 1; display: flex; justify-content: space-between; gap: 20px; padding: 21px 22px; border-top: 1px solid var(--line); }
.work__body h3 { font-size: 20px; }
.work__body p { max-width: 420px; margin-top: 8px; color: var(--muted); font-size: 14px; }
.work__body > span { flex: 0 0 auto; color: var(--accent); font-size: 20px; }
.work.is-hidden { display: none; }
.more-button { margin: 32px auto 0; display: block; min-height: 46px; padding: 0 22px; border: 1px solid var(--line-strong); border-radius: 999px; background: rgba(8, 29, 38, .78); color: var(--text); font-weight: 700; cursor: pointer; backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); transition: border-color .2s ease, background-color .2s ease, transform .2s ease; }
.more-button:hover { border-color: var(--accent); background: rgba(13, 51, 57, .86); }
.more-button:active { transform: scale(.98); }

.about { background: linear-gradient(120deg, rgba(7, 31, 38, .78), rgba(4, 16, 24, .56)); border-block: 1px solid var(--line); }
.about__inner { display: grid; grid-template-columns: minmax(280px, .72fr) minmax(0, 1.28fr); gap: 90px; align-items: center; }
.about__visual { width: 100%; max-width: 390px; }
.about__portrait { display: block; overflow: hidden; border: 1px solid var(--line-strong); border-radius: var(--radius); background: var(--surface); box-shadow: inset 0 1px 0 rgba(255, 255, 255, .06), 0 30px 80px rgba(0, 12, 20, .34); }
.about__portrait img { width: 100%; height: auto; aspect-ratio: 4 / 5; object-fit: cover; object-position: center; }
.about__copy { max-width: 590px; }
.about__copy h2 { max-width: 420px; margin-bottom: 32px; }
.about__copy p { color: var(--text-soft); }
.about__copy .about__lead { color: var(--text); font-size: clamp(23px, 3vw, 34px); line-height: 1.28; letter-spacing: -.035em; }
.about__copy p + p { margin-top: 26px; }
.about__copy .text-link { margin-top: 28px; }

.service-grid { display: grid; grid-template-columns: 1.25fr .75fr; gap: 20px; }
.service { min-height: 240px; display: flex; flex-direction: column; justify-content: flex-end; padding: 30px; border: 1px solid var(--line); border-radius: var(--radius); background: rgba(8, 29, 38, .8); box-shadow: inset 0 1px 0 rgba(255, 255, 255, .04); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); }
.service--primary { min-height: 340px; background: linear-gradient(145deg, rgba(24, 102, 106, .34), rgba(7, 26, 34, .9) 62%); }
.service--visual { min-height: 340px; background: radial-gradient(circle at 70% 22%, rgba(85, 214, 200, .18), transparent 34%), rgba(8, 29, 38, .84); }
.service h3 { font-size: clamp(24px, 3vw, 36px); }
.service p { max-width: 480px; margin-top: 12px; color: var(--text-soft); }
.service > span { margin-top: 24px; color: var(--accent); font-size: 13px; }

.agent { position: relative; overflow: clip; background: linear-gradient(145deg, rgba(5, 20, 29, .86), rgba(7, 42, 47, .66)); border-block: 1px solid var(--line); }
.agent__inner { position: relative; z-index: 1; display: grid; grid-template-columns: .82fr 1.18fr; gap: 70px; align-items: center; }
.agent__copy p { max-width: 500px; margin-top: 22px; color: var(--text-soft); font-size: 17px; }
.agent__copy ul { margin-top: 28px; list-style: none; }
.agent__copy li { display: flex; align-items: center; gap: 12px; padding: 12px 0; border-bottom: 1px solid var(--line); color: var(--text-soft); }
.agent__copy li::before { content: ""; flex: 0 0 18px; width: 18px; height: 1px; background: var(--accent); }
.chat { overflow: hidden; border: 1px solid var(--line-strong); border-radius: var(--radius); background: rgba(8, 29, 38, .92); box-shadow: inset 0 1px 0 rgba(255, 255, 255, .05), 0 28px 80px var(--shadow); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); }
.chat__bar { height: 54px; display: flex; align-items: center; justify-content: space-between; padding: 0 20px; border-bottom: 1px solid var(--line); color: var(--text); font-size: 13px; }
.chat__bar span { color: var(--accent); }
.chat__body { min-height: 320px; max-height: 360px; overflow-y: auto; display: flex; flex-direction: column; gap: 12px; padding: 22px; }
.message { max-width: 82%; padding: 12px 15px; border-radius: 14px; color: var(--text-soft); font-size: 14px; }
.message--agent { align-self: flex-start; background: var(--surface-strong); border-bottom-left-radius: 4px; }
.message--user { align-self: flex-end; background: var(--accent); color: var(--accent-ink); border-bottom-right-radius: 4px; }
.chat__form { display: grid; grid-template-columns: 1fr auto; gap: 10px; padding: 14px; border-top: 1px solid var(--line); }
.chat__form input { min-width: 0; height: 46px; padding: 0 15px; border: 1px solid var(--line-strong); border-radius: 12px; outline: 0; background: var(--bg); color: var(--text); }
.chat__form input::placeholder { color: var(--muted); opacity: 1; }
.chat__form input:focus { border-color: var(--accent); box-shadow: 0 0 0 3px rgba(85, 214, 200, .15); }
.chat__form button { min-height: 46px; padding: 0 18px; border: 0; border-radius: 12px; background: var(--accent); color: var(--accent-ink); font-weight: 720; cursor: pointer; }

.process-list { display: grid; grid-template-columns: 1fr 1fr; column-gap: 70px; }
.process-item { min-height: 190px; padding: 28px 0; border-top: 1px solid var(--line-strong); }
.process-item:nth-child(even) { transform: translateY(42px); }
.process-item h3 { font-size: 25px; }
.process-item p { max-width: 500px; margin-top: 14px; color: var(--text-soft); }

.payment-section { border-top: 1px solid var(--line); background: linear-gradient(135deg, rgba(5, 23, 32, .76), rgba(7, 42, 47, .58)); }
.payment-layout { display: grid; grid-template-columns: minmax(0, 1.12fr) minmax(340px, .88fr); gap: 72px; align-items: center; }
.payment-intro { max-width: 670px; }
.payment-intro > p { max-width: 590px; margin-top: 22px; color: var(--text-soft); font-size: 17px; }
.payment-actions { display: flex; align-items: center; gap: 24px; margin-top: 30px; }
.payment-terms { padding: 12px 30px 26px; border: 1px solid var(--line-strong); border-radius: var(--radius); background: rgba(6, 24, 32, .78); box-shadow: inset 0 1px 0 rgba(255, 255, 255, .05), 0 28px 70px rgba(0, 12, 20, .24); }
.payment-terms article { display: grid; grid-template-columns: 112px 1fr; align-items: baseline; gap: 16px; padding: 22px 0; border-bottom: 1px solid var(--line); }
.payment-terms strong { color: var(--text); font-size: 24px; letter-spacing: -.04em; }
.payment-terms span, .payment-terms > p { color: var(--text-soft); }
.payment-terms > p { margin-top: 22px; font-size: 13px; }

.legal-main { min-height: calc(100dvh - 88px); padding: 118px 0 80px; }
.legal-shell { width: min(900px, calc(100% - 48px)); margin-inline: auto; }
.legal-back { display: inline-flex; margin-bottom: 28px; color: var(--accent); font-size: 14px; font-weight: 700; }
.legal-header { max-width: 760px; margin-bottom: 44px; }
.legal-header h1 { font-size: clamp(40px, 6vw, 72px); }
.legal-header p { max-width: 640px; margin-top: 18px; color: var(--text-soft); font-size: 17px; }
.draft-banner { margin-bottom: 34px; padding: 16px 18px; border: 1px solid rgba(85, 214, 200, .34); border-radius: 12px; background: rgba(24, 102, 106, .2); color: var(--text-soft); }
.draft-banner strong { color: var(--accent-strong); }
.legal-copy { padding: 10px 40px 40px; border: 1px solid var(--line); border-radius: var(--radius); background: rgba(7, 24, 32, .76); }
.legal-copy section { padding: 30px 0; border-bottom: 1px solid var(--line); }
.legal-copy section:last-child { border-bottom: 0; }
.legal-copy h2 { font-size: 25px; letter-spacing: -.035em; }
.legal-copy p, .legal-copy li { margin-top: 12px; color: var(--text-soft); }
.legal-copy ul { padding-left: 20px; }
.legal-copy a { color: var(--accent); text-decoration: underline; text-underline-offset: 3px; }

.checkout-layout { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(290px, .72fr); gap: 28px; align-items: start; }
.payment-form { padding: 34px; border: 1px solid var(--line-strong); border-radius: var(--radius); background: rgba(7, 25, 34, .86); box-shadow: inset 0 1px 0 rgba(255, 255, 255, .05), 0 28px 70px rgba(0, 12, 20, .24); }
.payment-form__row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.field { display: grid; gap: 9px; margin-bottom: 18px; }
.field label { color: var(--text); font-size: 14px; font-weight: 700; }
.field input { width: 100%; height: 50px; padding: 0 15px; border: 1px solid var(--line-strong); border-radius: 12px; background: #06131b; color: var(--text); outline: 0; }
.field input::placeholder { color: #789297; opacity: 1; }
.field input:focus { border-color: var(--accent); box-shadow: 0 0 0 3px rgba(85, 214, 200, .14); }
.consent-row { display: grid; grid-template-columns: auto 1fr; gap: 11px; align-items: start; margin: 6px 0 22px; color: var(--text-soft); font-size: 13px; }
.consent-row input { width: 18px; height: 18px; margin-top: 2px; accent-color: var(--accent); }
.consent-row a { color: var(--accent); text-decoration: underline; }
.payment-form .button { width: 100%; border: 0; cursor: pointer; }
.form-status { min-height: 24px; margin-top: 14px; color: var(--accent-strong); font-size: 13px; }
.checkout-note { padding: 26px 4px 0 22px; }
.checkout-note h2 { font-size: 27px; }
.checkout-note p { margin-top: 14px; color: var(--text-soft); }
.checkout-note a { color: var(--accent); }
.checkout-note dl { margin-top: 30px; }
.checkout-note div { padding: 16px 0; border-top: 1px solid var(--line); }
.checkout-note dt { color: var(--muted); font-size: 12px; text-transform: uppercase; letter-spacing: .07em; }
.checkout-note dd { margin-top: 5px; color: var(--text); }

.contact { position: relative; overflow: clip; min-height: 520px; display: grid; align-items: center; border-top: 1px solid var(--line); background: radial-gradient(circle at 50% 70%, rgba(34, 146, 151, .16), transparent 42%); }
.contact__inner { position: relative; z-index: 1; text-align: center; }
.contact h2 { max-width: 820px; margin-inline: auto; }
.contact p { max-width: 560px; margin: 22px auto 0; color: var(--text-soft); font-size: 17px; }
.contact__actions { display: flex; justify-content: center; align-items: center; gap: 24px; margin-top: 34px; }
.email-link { color: var(--text); font-weight: 700; border-bottom: 1px solid var(--line-strong); }
.email-link:hover { border-color: var(--accent); }

.footer { padding: 28px 0; border-top: 1px solid var(--line); }
.footer__inner { display: flex; justify-content: space-between; gap: 24px; color: var(--muted); font-size: 13px; }
.footer__links { display: flex; gap: 22px; }
.footer a:hover { color: var(--accent); }

.reveal { opacity: 1; transform: none; }
.js .reveal { opacity: 0; transform: translateY(22px); transition: opacity .65s cubic-bezier(.16,1,.3,1), transform .65s cubic-bezier(.16,1,.3,1); }
.reveal[data-delay="1"] { transition-delay: .08s; }
.reveal[data-delay="2"] { transition-delay: .16s; }
.reveal[data-delay="3"] { transition-delay: .24s; }
.reveal[data-delay="4"] { transition-delay: .32s; }
.reveal.is-visible { opacity: 1; transform: none; }
.process-item:nth-child(even).is-visible { transform: translateY(42px); }

@media (max-width: 1000px) {
  .nav-toggle { min-height: 40px; display: inline-flex; align-items: center; margin-left: auto; padding: 0 12px; border: 1px solid var(--line-strong); border-radius: 10px; background: var(--surface); color: var(--text); font-size: 13px; font-weight: 700; cursor: pointer; }
  .nav__links { position: absolute; top: calc(100% + 8px); left: 0; right: 0; display: none; flex-direction: column; align-items: stretch; gap: 3px; margin: 0; padding: 10px; border: 1px solid var(--line-strong); border-radius: 14px; background: var(--surface); box-shadow: 0 22px 60px var(--shadow); }
  .nav__links.is-open { display: flex; }
  .nav__links a { min-height: 44px; display: flex; align-items: center; padding-inline: 13px; }
  .nav__mobile-cta { color: var(--accent) !important; }
  .hero__inner { grid-template-columns: 1fr; gap: 38px; }
  .hero__copy { max-width: 720px; }
  .hero-project { width: min(760px, 100%); transform: none; }
  .proof { margin-top: 2px; }
  .works-grid { grid-template-columns: 1fr; }
  .about__inner { grid-template-columns: 1fr; gap: 48px; }
  .about__visual { max-width: 420px; }
  .agent__inner { grid-template-columns: 1fr; gap: 48px; }
  .payment-layout, .checkout-layout { grid-template-columns: 1fr; gap: 42px; }
  .checkout-note { padding: 0; }
}

@media (max-width: 760px) {
  html { scroll-padding-top: 76px; }
  .container { width: min(100% - 32px, var(--container)); }
  .section { padding: 78px 0; }
  .nav__inner { height: 64px; }
  .brand > span:last-child { display: none; }
  .nav__actions { margin-left: 0; }
  .nav__actions .button { display: none; }
  .hero { min-height: auto; padding: 106px 0 36px; }
  .hero__actions { align-items: flex-start; flex-direction: column; gap: 18px; }
  .proof { grid-template-columns: 1fr; }
  .proof span + span { border-left: 0; border-top: 1px solid var(--line); }
  .section-heading { margin-bottom: 38px; }
  .service-grid { grid-template-columns: 1fr; }
  .service, .service--primary, .service--visual { min-height: 240px; }
  .about__visual { max-width: none; }
  .process-list { grid-template-columns: 1fr; }
  .process-item:nth-child(even) { transform: none; }
  .contact__actions { flex-direction: column; }
  .payment-actions { align-items: flex-start; flex-direction: column; gap: 18px; }
  .payment-form__row { grid-template-columns: 1fr; gap: 0; }
  .legal-shell { width: min(100% - 32px, 900px); }
  .legal-copy, .payment-form { padding: 8px 22px 26px; }
  .footer__links { flex-wrap: wrap; }
}

@media (max-width: 460px) {
  h1 { font-size: clamp(40px, 13vw, 58px); }
  h2 { font-size: clamp(34px, 11vw, 48px); }
  .hero-project__meta { flex-direction: column; gap: 3px; }
  .chat__form { grid-template-columns: 1fr; }
  .chat__form button { width: 100%; }
  .footer__inner { flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .js .reveal { opacity: 1; transform: none; transition: none; }
  .hero-project, .work, .button, .text-link span { transition: none; }
  .process-item:nth-child(even).is-visible { transform: none; }
}

@media (prefers-reduced-transparency: reduce) {
  .nav { background: var(--bg); backdrop-filter: none; -webkit-backdrop-filter: none; }
  .proof, .work, .service, .chat, .more-button { backdrop-filter: none; -webkit-backdrop-filter: none; }
}
