@font-face { font-family: "Montserrat"; src: url("./fonts/montserrat-cyrillic.woff2") format("woff2"); font-display: swap; }
@font-face { font-family: "Unbounded"; src: url("./fonts/unbounded-cyrillic.woff2") format("woff2"); font-display: swap; }
:root {
  --ma-ink: #17191b;
  --ma-paper: #f4f1e9;
  --ma-white: #fbfaf6;
  --ma-signal: #e33a2b;
  --ma-blue: #294452;
  --ma-slate: #67747a;
  --ma-line: #d2d0c9;
  --ma-display: "Unbounded", Arial, sans-serif;
  --ma-body: "Montserrat", Arial, sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--ma-paper); color: var(--ma-ink); font-family: var(--ma-body); }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, select { cursor: pointer; }
.ma-skip { position: fixed; top: 8px; left: 8px; z-index: 100; padding: 10px 14px; background: #fff; transform: translateY(-150%); }
.ma-skip:focus { transform: none; }
.ma-sidebar {
  position: fixed;
  inset: 0 auto 0 0;
  z-index: 20;
  display: flex;
  width: 264px;
  flex-direction: column;
  padding: 28px 24px;
  background: var(--ma-ink);
  color: #fff;
}
.ma-brand { display: flex; align-items: center; gap: 12px; margin-bottom: 58px; }
.ma-brand > span, .ma-mobile-brand b { display: grid; width: 38px; height: 38px; place-items: center; background: #fff; color: var(--ma-ink); font-family: var(--ma-display); font-size: 20px; }
.ma-brand strong { display: grid; font-family: var(--ma-display); font-size: 12px; text-transform: uppercase; }
.ma-brand small { margin-top: 4px; color: #92999c; font-family: var(--ma-body); font-size: 9px; letter-spacing: .08em; }
.ma-sidebar nav { display: grid; gap: 3px; }
.ma-sidebar nav a { position: relative; padding: 14px 16px; color: #aeb5b8; font-size: 13px; font-weight: 750; }
.ma-sidebar nav a::before { content: ""; position: absolute; top: 50%; left: 0; width: 4px; height: 0; background: var(--ma-signal); transform: translateY(-50%); transition: height 180ms ease; }
.ma-sidebar nav a:hover, .ma-sidebar nav a[aria-current="page"] { background: #24272a; color: #fff; }
.ma-sidebar nav a[aria-current="page"]::before { height: 24px; }
.ma-sidebar-foot { margin-top: auto; padding-top: 24px; border-top: 1px solid #393d40; }
.ma-sidebar-foot span { color: #ff8d80; font-size: 10px; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.ma-sidebar-foot p { color: #92999c; font-size: 11px; line-height: 1.55; }
.ma-sidebar-foot a { display: inline-block; margin-top: 8px; border-bottom: 1px solid currentColor; font-size: 11px; }
.ma-shell { min-height: 100vh; margin-left: 264px; }
.ma-topbar { display: flex; min-height: 76px; align-items: center; justify-content: flex-end; padding: 0 clamp(24px, 4vw, 64px); border-bottom: 1px solid var(--ma-line); background: rgba(244,241,233,.92); }
.ma-mobile-brand { display: none; }
.ma-user { display: grid; grid-template-columns: auto 40px; column-gap: 12px; align-items: center; text-align: right; }
.ma-user span { color: var(--ma-slate); font-size: 9px; text-transform: uppercase; }
.ma-user strong { grid-row: 2; font-size: 12px; }
.ma-user i { grid-column: 2; grid-row: 1 / 3; display: grid; width: 40px; height: 40px; place-items: center; background: var(--ma-blue); color: #fff; font-style: normal; font-weight: 850; }
.ma-main { max-width: 1550px; margin: 0 auto; padding: 32px clamp(24px, 4vw, 64px) 80px; }
.ma-demo-note { display: flex; justify-content: space-between; gap: 24px; margin-bottom: 50px; padding: 13px 16px; border-left: 4px solid var(--ma-signal); background: #e6e1d5; font-size: 11px; }
.ma-demo-note strong { font-family: var(--ma-display); text-transform: uppercase; }
.ma-demo-note span { color: var(--ma-slate); }
.ma-page-head { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 38px; }
.ma-page-head p { margin: 0 0 12px; color: var(--ma-slate); font-size: 11px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.ma-page-head h1 { margin: 0; font-family: var(--ma-display); font-size: clamp(36px, 4vw, 62px); letter-spacing: -.055em; line-height: 1; text-transform: uppercase; }
.ma-page-head > time, .ma-page-head > span { color: var(--ma-slate); font-size: 11px; }
.ma-status { padding: 9px 12px; background: #dce5e3; color: var(--ma-blue) !important; font-weight: 850; text-transform: uppercase; }
.ma-order-hero { display: grid; grid-template-columns: minmax(380px, .82fr) minmax(420px, 1.18fr); min-height: 430px; overflow: hidden; background: var(--ma-blue); color: #fff; }
.ma-order-copy { display: flex; flex-direction: column; padding: clamp(34px, 4vw, 62px); }
.ma-order-label { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 12px; color: #b7c8ce; font-size: 10px; text-transform: uppercase; }
.ma-order-label b { color: #ff9b8f; }
.ma-order-copy > p { margin: auto 0 13px; color: #b7c8ce; font-size: 11px; font-weight: 800; text-transform: uppercase; }
.ma-order-copy h2 { max-width: 620px; margin: 0; font-family: var(--ma-display); font-size: clamp(32px, 3.4vw, 54px); letter-spacing: -.05em; line-height: 1; text-transform: uppercase; }
.ma-next { display: grid; gap: 6px; margin-top: 30px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.24); }
.ma-next span { color: #b7c8ce; font-size: 10px; text-transform: uppercase; }
.ma-next strong { font-size: 14px; }
.ma-order-copy > a { align-self: start; margin-top: 26px; border-bottom: 1px solid currentColor; font-size: 12px; font-weight: 800; }
.ma-order-bike { position: relative; display: grid; place-items: center; min-height: 430px; overflow: hidden; background: linear-gradient(135deg, #d7dcda, #aebbb9); }
.ma-order-bike::before { content: ""; position: absolute; width: 420px; height: 420px; border: 1px solid rgba(23,25,27,.15); border-radius: 50%; }
.ma-order-bike > span { position: absolute; top: 30px; right: 34px; z-index: 2; color: var(--ma-blue); font-family: var(--ma-display); font-size: 13px; }
.ma-order-bike img { position: relative; z-index: 1; width: min(720px, 115%); height: auto; filter: drop-shadow(0 30px 30px rgba(20,25,26,.26)); }
.ma-overview-grid { display: grid; grid-template-columns: 1.35fr .85fr .85fr; margin-top: 20px; border-top: 1px solid var(--ma-line); border-left: 1px solid var(--ma-line); }
.ma-panel { min-height: 220px; padding: 30px; border-right: 1px solid var(--ma-line); border-bottom: 1px solid var(--ma-line); background: var(--ma-white); }
.ma-panel > span, .ma-panel header > span, .ma-costs header span, .ma-route-head span, .ma-request-form > span, .ma-profile section > span { color: var(--ma-signal); font-size: 10px; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.ma-panel a { display: inline-block; margin-top: 20px; border-bottom: 1px solid currentColor; font-size: 11px; font-weight: 800; }
.ma-progress-panel { grid-row: span 2; }
.ma-progress-panel header { display: flex; justify-content: space-between; gap: 20px; }
.ma-progress-panel header strong { font-size: 11px; }
.ma-compact-stages { margin: 26px 0 0; padding: 0; list-style: none; }
.ma-compact-stages li { display: grid; grid-template-columns: 14px 1fr auto; gap: 12px; align-items: center; min-height: 48px; border-top: 1px solid var(--ma-line); font-size: 12px; }
.ma-compact-stages i { width: 8px; height: 8px; border: 1px solid #9aa3a5; }
.ma-compact-stages .is-done i { border-color: var(--ma-blue); background: var(--ma-blue); }
.ma-compact-stages .is-current i { border-color: var(--ma-signal); background: var(--ma-signal); box-shadow: 0 0 0 4px rgba(227,58,43,.13); }
.ma-compact-stages small { color: var(--ma-slate); }
.ma-manager > div { display: flex; gap: 13px; align-items: center; margin-top: 22px; }
.ma-manager > div i { display: grid; width: 46px; height: 46px; place-items: center; background: var(--ma-blue); color: #fff; font-style: normal; font-weight: 850; }
.ma-manager > div p { display: grid; gap: 5px; margin: 0; }
.ma-manager small { color: var(--ma-slate); }
.ma-manager > p, .ma-money p, .ma-doc-preview p { color: var(--ma-slate); font-size: 12px; line-height: 1.55; }
.ma-money > strong, .ma-doc-preview > strong { display: block; margin-top: 22px; font-family: var(--ma-display); font-size: 24px; }
.ma-route { background: var(--ma-white); }
.ma-route-head { display: grid; grid-template-columns: 1fr .7fr; gap: 70px; padding: 42px; border-bottom: 1px solid var(--ma-line); }
.ma-route-head h2 { max-width: 720px; margin: 14px 0 0; font-family: var(--ma-display); font-size: clamp(28px, 3vw, 44px); letter-spacing: -.045em; line-height: 1.05; text-transform: uppercase; }
.ma-route-head > p { align-self: end; margin: 0; color: var(--ma-slate); font-size: 13px; line-height: 1.6; }
.ma-timeline { margin: 0; padding: 0 42px 42px; list-style: none; }
.ma-timeline li { display: grid; grid-template-columns: 34px 1fr auto; gap: 20px; align-items: center; min-height: 92px; border-bottom: 1px solid var(--ma-line); }
.ma-timeline i { position: relative; display: grid; width: 24px; height: 24px; place-items: center; border: 1px solid #9ba3a5; border-radius: 50%; }
.ma-timeline i::after { content: ""; position: absolute; top: 23px; width: 1px; height: 68px; background: var(--ma-line); }
.ma-timeline li:last-child i::after { display: none; }
.ma-timeline i span { width: 8px; height: 8px; border-radius: 50%; }
.ma-timeline .is-done i { border-color: var(--ma-blue); }
.ma-timeline .is-done i span { background: var(--ma-blue); }
.ma-timeline .is-current i { border-color: var(--ma-signal); }
.ma-timeline .is-current i span { background: var(--ma-signal); }
.ma-timeline div { display: grid; gap: 6px; }
.ma-timeline small { color: var(--ma-slate); font-size: 10px; text-transform: uppercase; }
.ma-timeline strong { font-size: 14px; }
.ma-timeline b { color: var(--ma-slate); font-size: 10px; text-transform: uppercase; }
.ma-timeline .is-current b { color: var(--ma-signal); }
.ma-costs { margin-top: 24px; padding: 42px; background: var(--ma-ink); color: #fff; }
.ma-costs header { display: flex; justify-content: space-between; gap: 30px; align-items: end; padding-bottom: 34px; border-bottom: 1px solid #44484b; }
.ma-costs h2 { max-width: 750px; margin: 14px 0 0; font-family: var(--ma-display); font-size: clamp(28px, 3vw, 44px); letter-spacing: -.045em; line-height: 1.05; text-transform: uppercase; }
.ma-costs header > strong { font-family: var(--ma-display); font-size: clamp(24px, 2.7vw, 39px); }
.ma-costs > div p { display: grid; grid-template-columns: 1fr auto minmax(140px, .35fr); gap: 30px; margin: 0; padding: 20px 0; border-bottom: 1px solid #393d40; font-size: 13px; }
.ma-costs > div small { color: #aeb5b8; text-align: right; }
.ma-costs footer { display: flex; justify-content: space-between; gap: 50px; padding-top: 28px; color: #aeb5b8; font-size: 11px; }
.ma-costs footer p { max-width: 650px; margin: 0; }
.ma-intro { max-width: 820px; margin: -10px 0 38px; color: var(--ma-slate); font-size: 14px; line-height: 1.65; }
.ma-favorites { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.ma-favorites article { border: 1px solid var(--ma-line); background: var(--ma-white); }
.ma-favorite-image { position: relative; display: grid; min-height: 270px; place-items: center; overflow: hidden; background: #d8ddda; }
.ma-favorite-image img { width: 110%; height: 270px; object-fit: contain; transition: transform 400ms ease; }
.ma-favorites article:hover img { transform: translateY(-7px) scale(1.02); }
.ma-favorite-image span { position: absolute; top: 15px; left: 15px; padding: 7px 9px; background: var(--ma-ink); color: #fff; font-size: 9px; font-weight: 850; text-transform: uppercase; }
.ma-favorite-copy { padding: 25px; }
.ma-favorite-copy p { color: var(--ma-slate); font-size: 10px; text-transform: uppercase; }
.ma-favorite-copy h2 { min-height: 48px; margin: 11px 0 20px; font-family: var(--ma-display); font-size: 17px; line-height: 1.3; text-transform: uppercase; }
.ma-favorite-copy strong { display: block; font-size: 13px; }
.ma-favorite-copy button, .ma-request-form button, .ma-profile > button { width: 100%; min-height: 48px; margin-top: 25px; border: 0; background: var(--ma-signal); color: #fff; font-size: 11px; font-weight: 850; }
.ma-documents { border-top: 1px solid var(--ma-line); }
.ma-documents article { display: grid; grid-template-columns: 50px 1fr minmax(100px,.25fr) 110px; gap: 24px; align-items: center; min-height: 92px; padding: 18px 0; border-bottom: 1px solid var(--ma-line); }
.ma-documents article > i { color: var(--ma-signal); font-style: normal; font-weight: 850; }
.ma-documents h2 { margin: 0; font-family: var(--ma-display); font-size: 15px; text-transform: uppercase; }
.ma-documents p, .ma-documents span { margin: 7px 0 0; color: var(--ma-slate); font-size: 10px; }
.ma-documents button { min-height: 40px; border: 1px solid var(--ma-ink); background: transparent; font-size: 10px; font-weight: 850; }
.ma-documents article > b { color: var(--ma-slate); font-size: 10px; font-weight: 650; text-align: center; }
.ma-documents .is-locked { opacity: .6; }
.ma-requests-layout { display: grid; grid-template-columns: 1fr minmax(330px, .58fr); gap: 24px; align-items: start; }
.ma-request-history { display: grid; gap: 12px; }
.ma-request-history article { padding: 30px; border: 1px solid var(--ma-line); background: var(--ma-white); }
.ma-request-history header { display: flex; justify-content: space-between; gap: 20px; color: var(--ma-slate); font-size: 10px; text-transform: uppercase; }
.ma-request-history header b { color: var(--ma-blue); }
.ma-request-history h2 { margin: 25px 0 12px; font-family: var(--ma-display); font-size: 17px; text-transform: uppercase; }
.ma-request-history p { margin: 0; color: var(--ma-slate); font-size: 12px; line-height: 1.55; }
.ma-request-form, .ma-profile { padding: 34px; background: var(--ma-blue); color: #fff; }
.ma-request-form { position: sticky; top: 22px; }
.ma-request-form h2 { margin: 13px 0 30px; font-family: var(--ma-display); font-size: 27px; text-transform: uppercase; }
.ma-request-form label, .ma-profile label { display: grid; gap: 8px; margin-top: 18px; color: #bed0d5; font-size: 10px; font-weight: 750; text-transform: uppercase; }
.ma-request-form select, .ma-request-form textarea, .ma-profile input { width: 100%; border: 1px solid rgba(255,255,255,.28); border-radius: 0; outline: 0; background: rgba(255,255,255,.06); color: #fff; padding: 14px; }
.ma-request-form option { color: var(--ma-ink); }
.ma-request-form textarea { resize: vertical; }
[data-demo-result] { padding: 12px; background: rgba(255,255,255,.12); font-size: 11px; }
.ma-profile { display: grid; grid-template-columns: 1fr 1fr; gap: 30px 50px; }
.ma-profile section { display: grid; align-content: start; }
.ma-profile > button, .ma-profile > p { grid-column: 1 / -1; }
.ma-check { display: grid !important; grid-template-columns: 24px 1fr; align-items: center; }
.ma-check input { position: absolute; width: 1px; height: 1px; opacity: 0; pointer-events: none; }
.ma-check i { display: block; width: 22px; height: 22px; border: 1px solid rgba(255,255,255,.45); }
.ma-check input:checked + i { border-color: var(--ma-signal); background: var(--ma-signal); box-shadow: inset 0 0 0 5px var(--ma-blue); }
.ma-check b { color: #fff; font-size: 12px; text-transform: none; }
.ma-mobile-nav { display: none; }

@media (max-width: 1120px) {
  .ma-sidebar { width: 224px; }
  .ma-shell { margin-left: 224px; }
  .ma-order-hero { grid-template-columns: 1fr; }
  .ma-order-bike { min-height: 350px; }
  .ma-overview-grid { grid-template-columns: 1fr 1fr; }
  .ma-progress-panel { grid-row: auto; grid-column: 1 / -1; }
  .ma-favorites { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 900px) {
  .ma-requests-layout, .ma-profile { grid-template-columns: 1fr; }
  .ma-request-form { position: static; }
  .ma-profile > button, .ma-profile > p { grid-column: auto; }
}

@media (max-width: 760px) {
  .ma-sidebar { display: none; }
  .ma-shell { margin-left: 0; }
  .ma-topbar { position: sticky; top: 0; z-index: 20; justify-content: space-between; min-height: 64px; padding: 0 16px; backdrop-filter: blur(16px); }
  .ma-mobile-brand { display: flex; align-items: center; gap: 9px; font-family: var(--ma-display); font-size: 10px; text-transform: uppercase; }
  .ma-mobile-brand b { width: 32px; height: 32px; background: var(--ma-ink); color: #fff; font-size: 16px; }
  .ma-user span, .ma-user strong { display: none; }
  .ma-user { display: block; }
  .ma-user i { width: 34px; height: 34px; }
  .ma-main { padding: 20px 16px 100px; }
  .ma-demo-note { display: grid; margin-bottom: 38px; }
  .ma-page-head { align-items: start; flex-direction: column; }
  .ma-page-head h1 { font-size: clamp(34px, 10vw, 48px); }
  .ma-order-hero { grid-template-columns: 1fr; min-height: auto; }
  .ma-order-copy { min-height: 400px; padding: 28px; }
  .ma-order-bike { min-height: 300px; }
  .ma-order-bike img { width: 125%; }
  .ma-overview-grid { grid-template-columns: 1fr; }
  .ma-progress-panel { grid-column: auto; }
  .ma-route-head { grid-template-columns: 1fr; gap: 24px; padding: 28px; }
  .ma-timeline { padding: 0 28px 28px; }
  .ma-timeline li { grid-template-columns: 28px 1fr; }
  .ma-timeline li > b { grid-column: 2; }
  .ma-costs { padding: 28px; }
  .ma-costs header, .ma-costs footer { align-items: start; flex-direction: column; }
  .ma-costs > div p { grid-template-columns: 1fr auto; }
  .ma-costs > div small { grid-column: 1 / -1; text-align: left; }
  .ma-favorites { grid-template-columns: 1fr; }
  .ma-documents article { grid-template-columns: 32px 1fr auto; gap: 14px; }
  .ma-documents article > span { grid-column: 2; }
  .ma-documents button, .ma-documents article > b { grid-column: 3; grid-row: 1 / 3; }
  .ma-mobile-nav {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 40;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    padding-bottom: env(safe-area-inset-bottom);
    border-top: 1px solid #363a3d;
    background: var(--ma-ink);
    color: #aeb5b8;
  }
  .ma-mobile-nav a { display: grid; min-height: 58px; place-items: center; padding: 5px; font-size: 8px; font-weight: 800; }
  .ma-mobile-nav a[aria-current="page"] { color: #fff; box-shadow: inset 0 3px var(--ma-signal); }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .ma-sidebar nav a::before, .ma-favorite-image img { transition: none; }
}
