@property --duo { syntax: "<color>"; inherits: true; initial-value: #d4e8f7; }

:root {
  --ink: #0c1116;
  --ink-2: #454b53;
  --ink-3: #6a7179;
  --line: #e3e7ec;
  --white: #ffffff;
  --tint: #f4f5f7;
  --night: #07101c;
  --accent: #1a76ae;
  --accent-deep: #125c8a;
  --accent-bright: #7cc0f5;
  --accent-soft: #e9f3fb;
  --green: #1c7d58;
  --green-soft: #e8f3ee;
  --red: #b23a2b;
  --star: #fbbc04;
  --r: 12px;
  --r-btn: 10px;
  --sec-y: clamp(64px, 7vw, 88px);
  --shadow: 0 14px 32px rgba(20, 22, 26, .07);
  --ease: cubic-bezier(.2, .8, .2, 1);
  --font: "Hanken Grotesk", ui-sans-serif, system-ui, sans-serif;
  --ui: "Inter", ui-sans-serif, system-ui, sans-serif;
  --p-bg: #f7f8f9;
  --p-soft: #f0f2f4;
  --p-line: #e8eaec;
  --p-line-2: #f1f3f5;
  --p-ink: #171a1c;
  --p-ink-2: #454a4e;
  --p-ink-3: #62676b;
  --p-accent: #1e86c6;
  --p-accent-deep: #125c8a;
  --p-accent-soft: #e9f3fb;
  --p-accent-edge: #cbe3f5;
  --p-green: #1c7d58;
  --p-green-soft: #e8f3ee;
  --p-amber: #8a5a12;
  --p-amber-soft: #fbf2e3;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 84px; }
html, body { overflow-x: clip; }
body {
  margin: 0;
  background: var(--white);
  color: var(--ink);
  font-family: var(--font);
  font-size: 17px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }
a { color: inherit; }
h1, h2, h3 { margin: 0; font-weight: 700; letter-spacing: -.02em; line-height: 1.1; }
h2 { font-size: clamp(1.9rem, 3.1vw, 2.75rem); text-wrap: balance; }
h3 { font-size: 1.2rem; letter-spacing: -.012em; line-height: 1.25; }
p { margin: 0; }
ul, ol { margin: 0; padding: 0; list-style: none; }
button { font: inherit; color: inherit; }
:focus-visible { outline: 2px solid var(--accent-bright); outline-offset: 2px; }

.wrap { width: min(100% - 32px, 1240px); margin-inline: auto; }
.sec { padding-block: var(--sec-y); }
.sec--white { background: var(--white); }
.sec--tint { background: var(--tint); }

.head { max-width: 760px; margin: 0 auto clamp(40px, 5vw, 56px); text-align: center; }
.head p { margin-top: 16px; font-size: 1.12rem; color: var(--ink-2); text-wrap: pretty; }

.sprite { position: absolute; width: 0; height: 0; overflow: hidden; }
.i, .ic { flex: none; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; }
.i { width: 1em; height: 1em; stroke-width: 1.8; }
.ic { width: 24px; height: 24px; stroke-width: 1.6; }
.d { fill: var(--duo); stroke: none; }
.f { fill: currentColor; stroke: none; }
.g-logo { flex: none; width: 18px; height: 18px; }
.stars { display: inline-flex; gap: 2px; color: var(--star); }
.stars svg { width: 15px; height: 15px; fill: currentColor; }

.js .draw { opacity: 0; stroke-dasharray: 1; stroke-dashoffset: 1; fill-opacity: 0; transition: opacity .3s, stroke-dashoffset 1s var(--ease), fill-opacity .6s .45s; }
.js .is-in .draw { opacity: 1; stroke-dashoffset: 0; fill-opacity: 1; }
.js .is-in li:nth-child(2) .draw { transition-delay: .12s, .12s, .57s; }
.js .is-in li:nth-child(3) .draw { transition-delay: .24s, .24s, .69s; }

.tile-ico { display: inline-grid; place-items: center; flex: none; width: 48px; height: 48px; border-radius: 14px; background: #eef5fb; color: var(--accent-deep); --duo: #b3d8f3; }
.tile-ico .ic { width: 26px; height: 26px; }
.tile-ico--dark { background: rgba(255, 255, 255, .07); color: #fff; --duo: rgba(255, 255, 255, .16); }

.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  min-height: 52px; padding: 0 24px; border: 0;
  border-radius: var(--r-btn);
  font: 600 1rem/1 var(--font);
  text-decoration: none; white-space: nowrap; cursor: pointer;
  transition: background-color .2s, color .2s, box-shadow .2s, transform .15s;
}
.btn:active { transform: scale(.98); }
.btn .i { font-size: 1.1rem; transition: transform .2s var(--ease); }
.btn:hover .i { transform: translateX(3px); }
.btn--sm { min-height: 40px; padding: 0 16px; font-size: .95rem; border-radius: 9px; }
.btn--white { background: #fff; color: var(--ink); }
.btn--white:hover { background: #e4ebf3; }
.btn--line { color: #fff; box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .3); }
.btn--line:hover { box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .85); background: rgba(255, 255, 255, .04); }
.btn--accent { background: var(--accent); color: #fff; }
.btn--accent:hover { background: var(--accent-deep); }

.hdr { position: fixed; inset: 0 0 auto; z-index: 50; pointer-events: none; transition: transform .38s var(--ease); }
.hdr.is-hidden { transform: translateY(calc(-100% - 8px)); }
.topbar, .navbox { pointer-events: auto; }

.topbar { position: relative; display: flex; justify-content: center; background: var(--accent); color: #fff; }
.topbar[hidden] { display: none; }
.topbar__link { display: inline-flex; align-items: center; flex-wrap: wrap; justify-content: center; gap: 4px 14px; min-height: 42px; padding: 9px 56px; font: 500 14px/1.35 var(--font); text-align: center; text-decoration: none; }
.topbar__sm { display: none; }
.topbar__go { display: inline-flex; align-items: center; gap: 6px; font-weight: 700; text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 3px; }
.topbar__go .i { transition: transform .2s var(--ease); }
.topbar__link:hover .topbar__go .i { transform: translateX(3px); }
.topbar__x { position: absolute; top: 50%; right: 8px; display: grid; place-items: center; width: 36px; height: 36px; padding: 0; border: 0; border-radius: 8px; background: none; color: #fff; opacity: .85; cursor: pointer; transform: translateY(-50%); }
.topbar__x:hover { opacity: 1; background: rgba(255, 255, 255, .14); }
.topbar__x .i { font-size: 18px; }

.navwrap { padding-top: 12px; }
.navbox { border-radius: 12px; background: #131417; color: #fff; box-shadow: 0 0 0 1px rgba(255, 255, 255, .06), 0 20px 44px -24px rgba(4, 6, 10, .7); }
.hdr__in { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; height: 62px; padding: 0 10px 0 22px; }
.brand { justify-self: start; display: inline-flex; align-items: center; gap: 9px; color: inherit; text-decoration: none; font-weight: 700; font-size: 1.25rem; letter-spacing: -.03em; }
.brand__m { width: auto; height: 27px; }
.hdr__nav { display: flex; gap: 2px; }
.hdr__link {
  display: inline-flex; align-items: center; gap: 6px;
  height: 40px; padding: 0 13px; border: 0; border-radius: 8px;
  background: none; color: rgba(255, 255, 255, .8);
  font: 500 15px/1 var(--font); text-decoration: none; white-space: nowrap; cursor: pointer;
  transition: background-color .2s, color .2s;
}
.hdr__link:hover, .hdr__link.is-active, .hdr__link[aria-expanded="true"] { color: #fff; background: rgba(255, 255, 255, .09); }
.hdr__chev { font-size: 15px; opacity: .8; transition: transform .25s var(--ease); }
.hdr__link[aria-expanded="true"] .hdr__chev { transform: rotate(180deg); }
.hdr__act { justify-self: end; display: flex; align-items: center; gap: 6px; }
.hdr__login { display: inline-flex; align-items: center; height: 40px; padding: 0 12px; border-radius: 8px; color: rgba(255, 255, 255, .86); font: 500 15px/1 var(--font); text-decoration: none; transition: background-color .2s, color .2s; }
.hdr__login:hover { color: #fff; background: rgba(255, 255, 255, .09); }
.hdr__cta { margin-left: 4px; }
.hdr__burger { display: none; width: 44px; height: 44px; padding: 0; border: 0; border-radius: 10px; background: rgba(255, 255, 255, .08); color: #fff; cursor: pointer; }
.hdr__burger span { display: block; width: 18px; height: 2px; margin: 5px auto; border-radius: 2px; background: currentColor; transition: transform .25s var(--ease); }
.hdr__burger[aria-expanded="true"] span:nth-child(1) { transform: translateY(3.5px) rotate(45deg); }
.hdr__burger[aria-expanded="true"] span:nth-child(2) { transform: translateY(-3.5px) rotate(-45deg); }

.mega { padding: 4px 14px 14px; border-top: 1px solid rgba(255, 255, 255, .08); }
.mega[hidden], .mnav[hidden] { display: none; }
.mega__grid { display: grid; grid-template-columns: 1fr 1fr 280px; gap: 8px; }
.mega__grid, .mega__banner, .mnav > * { animation: rise .28s var(--ease) both; }
.mega__col { display: grid; align-content: start; gap: 2px; padding: 12px 4px 4px; }
.mega__h { margin: 0 12px 8px; font-size: 13px; font-weight: 600; color: rgba(255, 255, 255, .5); }
.mega__item { display: flex; align-items: center; gap: 14px; padding: 11px 12px; border-radius: 12px; color: #fff; text-decoration: none; transition: background-color .2s; }
.mega__item:hover { background: rgba(255, 255, 255, .06); }
.mega__item b, .mnav__tel b { display: block; font-size: 15px; font-weight: 600; letter-spacing: -.005em; }
.mega__item small, .mnav__tel small { display: block; margin-top: 1px; font-size: 13.5px; color: rgba(255, 255, 255, .6); }
.mega__ico { display: grid; place-items: center; flex: none; width: 42px; height: 42px; border-radius: 11px; background: rgba(255, 255, 255, .08); color: #fff; --duo: rgba(255, 255, 255, .2); transition: background-color .2s; }
.mega__ico .ic { width: 22px; height: 22px; }
.mega__item:hover .mega__ico { background: rgba(255, 255, 255, .14); }
.mega__card { position: relative; display: flex; flex-direction: column; justify-content: flex-end; min-height: 230px; margin: 12px 2px 2px; border-radius: 12px; overflow: hidden; color: #fff; text-decoration: none; }
.mega__card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 30% 40%; transition: transform .6s var(--ease); }
.mega__card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(10, 14, 20, 0) 35%, rgba(10, 14, 20, .82) 100%); }
.mega__card:hover img { transform: scale(1.04); }
.mega__cardtxt { position: relative; z-index: 1; padding: 16px 18px; }
.mega__cardtxt b { display: block; font-size: 16px; }
.mega__cardtxt small { display: inline-flex; align-items: center; gap: 6px; margin-top: 2px; font-size: 14px; font-weight: 600; color: #fff; opacity: .85; }
.mega__banner { display: flex; align-items: center; gap: 10px; margin: 10px 4px 0; padding: 12px 16px; border-radius: 99px; background: rgba(26, 118, 174, .16); box-shadow: inset 0 0 0 1px rgba(124, 192, 245, .35); color: rgba(255, 255, 255, .88); font-size: 14px; text-decoration: none; transition: background-color .2s; }
.mega__banner:hover { background: rgba(26, 118, 174, .26); }
.mega__more { display: inline-flex; align-items: center; gap: 6px; margin-left: auto; font-weight: 600; color: #fff; }

.mnav { padding: 4px 12px 16px; border-top: 1px solid rgba(255, 255, 255, .08); }
.mnav__links a { display: flex; align-items: center; min-height: 52px; padding: 0 10px; border-radius: 10px; color: #fff; font: 600 18px/1.2 var(--font); text-decoration: none; }
.mnav__links a:hover { background: rgba(255, 255, 255, .06); }
.mnav__act { display: grid; gap: 10px; margin-top: 10px; padding: 0 2px; }
.mnav__tel { display: flex; align-items: center; gap: 12px; min-height: 56px; margin-top: 8px; padding: 0 10px; color: #fff; text-decoration: none; }
body.menu-open { overflow: hidden; }

.hero { position: relative; overflow: hidden; background: var(--night); color: #fff; padding-top: calc(var(--hdr-h, 128px) + clamp(40px, 5.5vw, 84px)); }
.hero__bg { position: absolute; inset: 0; z-index: 0; width: 100%; height: 100%; object-fit: cover; object-position: 0% 50%; pointer-events: none; }
.hero::before {
  content: ""; position: absolute; inset: 0; z-index: 1; pointer-events: none;
  background: linear-gradient(180deg, rgba(6, 10, 18, .5) 0%, rgba(6, 10, 18, .62) 22%, rgba(6, 10, 18, .6) 52%, rgba(6, 10, 18, .28) 72%, rgba(6, 10, 18, .35) 100%);
}
.hero__copy { position: relative; z-index: 2; text-align: center; max-width: 1080px; }
.hero h1 { font-size: clamp(2.05rem, 3.9vw, 3.5rem); letter-spacing: -.022em; line-height: 1.08; text-shadow: 0 2px 6px rgba(0, 0, 0, .35), 0 10px 32px rgba(0, 0, 0, .35); }
.hero h1 span { display: block; text-wrap: balance; }
.hero__lede { max-width: 620px; margin: 22px auto 0; font-size: clamp(1.05rem, 1.35vw, 1.2rem); color: rgba(255, 255, 255, .82); text-wrap: pretty; text-shadow: 0 1px 12px rgba(0, 0, 0, .5); }
.hero__cta { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; margin-top: 34px; }
.hero__proof { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 10px 30px; margin-top: 30px; font-size: .95rem; color: rgba(255, 255, 255, .82); text-shadow: 0 1px 10px rgba(0, 0, 0, .5); }
.hero__proof li { display: inline-flex; align-items: center; gap: 8px; }
.hero__proof .ic { width: 19px; height: 19px; color: var(--accent-bright); --duo: rgba(124, 192, 245, .38); }
.hero__rating .g-logo { width: 17px; height: 17px; }
.hero__stage { position: relative; z-index: 2; height: clamp(320px, 31vw, 440px); margin-top: clamp(48px, 6vw, 72px); }
.stagewrap { position: relative; max-width: 980px; margin: 0 auto; }

.js .hero__copy > * { animation: rise .8s var(--ease) both; }
.js .hero__copy > :nth-child(2) { animation-delay: .06s; }
.js .hero__copy > :nth-child(3) { animation-delay: .12s; }
.js .hero__copy > :nth-child(4) { animation-delay: .18s; }
.js .app { animation: rise 1s .2s var(--ease) both; }
@keyframes rise { from { opacity: 0; transform: translateY(20px); } }

.float, .ai__chip, .toast {
  display: flex; align-items: center; gap: 12px;
  padding: 12px 18px 12px 12px; border-radius: 14px;
  background: #fff; color: var(--p-ink);
  box-shadow: 0 24px 48px -20px rgba(3, 8, 16, .55), 0 0 0 1px rgba(12, 17, 22, .06);
  font-family: var(--ui); font-size: 13px; white-space: nowrap;
}
.float b, .ai__chip b, .toast b { display: block; font-size: 13.5px; font-weight: 650; }
.float small, .ai__chip small, .toast small { display: block; font-size: 12px; color: var(--p-ink-3); }
.float__ico { display: grid; place-items: center; flex: none; width: 36px; height: 36px; border-radius: 10px; background: var(--p-accent-soft); color: var(--p-accent); font-size: 18px; }
.float__ico--green { border-radius: 50%; background: var(--p-green-soft); color: var(--p-green); }
.float__ico--green .i { stroke-width: 2.4; }
.float { position: absolute; z-index: 3; }
.float--a { left: -84px; top: 196px; }
.float--b { right: -76px; top: 118px; }
.js .float { animation: rise .6s var(--ease) both; }
.js .float--a { animation-delay: 1.5s; }
.js .float--b { animation-delay: 1.85s; }

.app {
  margin: 0 auto; max-width: 980px;
  border-radius: 14px 14px 0 0; overflow: hidden;
  background: var(--p-bg);
  font-family: var(--ui); color: var(--p-ink); font-size: 13px; line-height: 1.4;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, .1), 0 -18px 60px rgba(0, 0, 0, .35);
}
.app__chrome { display: flex; align-items: center; justify-content: center; height: 36px; padding: 0 14px; background: #eceef1; border-bottom: 1px solid #e1e4e8; }
.app__url { display: inline-flex; align-items: center; gap: 7px; padding: 4px 16px; border-radius: 99px; background: #fff; color: var(--p-ink-3); font-size: 12px; }
.app__url .i { font-size: 11px; }
.app__body { display: grid; grid-template-columns: 196px 1fr; }
.app__side { display: flex; flex-direction: column; padding: 16px 12px 24px; background: #fff; border-right: 1px solid var(--p-line); }
.app__logo { display: flex; align-items: center; justify-content: center; gap: 7px; font-size: 15px; }
.app__logo img { width: auto; height: 20px; }
.app__org { margin: 10px 0 4px; padding: 3px 0; border: 1px solid var(--p-accent-edge); border-radius: 6px; text-align: center; font-size: 9.5px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--p-accent-deep); }
.app__label { margin: 14px 8px 4px; font-size: 10px; font-weight: 600; letter-spacing: .09em; text-transform: uppercase; color: var(--p-ink-3); }
.app__nav li { display: flex; align-items: center; gap: 10px; padding: 7px 8px; border-radius: 8px; color: var(--p-ink-2); font-size: 13px; }
.app__nav .i { font-size: 15px; color: var(--p-ink-3); }
.app__nav em { margin-left: auto; padding: 1px 7px; border-radius: 99px; background: var(--p-soft); font-style: normal; font-size: 11px; font-weight: 600; color: var(--p-ink-3); }
.app__nav .is-on { background: var(--p-accent-soft); color: var(--p-accent-deep); font-weight: 600; }
.app__nav .is-on .i { color: var(--p-accent); }
.app__nav .is-on em { background: var(--p-accent); color: #fff; }
.app__main { padding: 18px 24px 28px; min-width: 0; }
.app__top { display: flex; align-items: center; gap: 10px; }
.app__crumb { font-size: 12px; color: var(--p-ink-3); }
.app__crumb b { margin-left: 6px; font-weight: 600; color: var(--p-ink); }
.app__search { display: inline-flex; align-items: center; gap: 9px; width: 280px; margin-left: auto; padding: 8px 12px; border: 1px solid var(--p-line); border-radius: 8px; background: #fff; color: var(--p-ink-3); font-size: 12.5px; }
.app__search .i { font-size: 14px; }
.app__iconbtn { display: grid; place-items: center; width: 34px; height: 34px; border: 1px solid var(--p-line); border-radius: 8px; background: #fff; color: var(--p-ink-2); font-size: 15px; }
.app__title { margin-top: 18px; font-size: 23px; font-weight: 700; letter-spacing: -.025em; }
.app__sub { margin-top: 2px; color: var(--p-ink-3); }
.app__table { margin-top: 16px; border: 1px solid var(--p-line); border-radius: 12px; background: #fff; overflow: hidden; }
.app__row { display: grid; grid-template-columns: 1.2fr .9fr 1.7fr .8fr .6fr; gap: 14px; align-items: center; padding: 11px 16px; }
.app__row + .app__row { border-top: 1px solid var(--p-line-2); }
.app__row--head { padding-block: 9px; background: #fbfbfc; font-size: 11.5px; font-weight: 600; color: var(--p-ink-3); }
.app__row .who b { display: block; font-weight: 650; letter-spacing: -.01em; }
.app__row .who small { font-size: 12px; color: var(--p-ink-3); font-variant-numeric: tabular-nums; }
.app__row .src { display: inline-flex; align-items: center; gap: 7px; color: var(--p-ink-2); }
.app__row .src .i { font-size: 14px; color: var(--p-ink-3); }
.app__row .need { color: var(--p-ink-2); min-width: 0; }
.app__row .time { color: var(--p-ink-3); font-variant-numeric: tabular-nums; text-align: right; white-space: nowrap; }
.st { display: inline-block; padding: 2px 9px; border-radius: 99px; font-style: normal; font-size: 11.5px; font-weight: 600; white-space: nowrap; }
.st--blue { background: var(--p-accent-soft); color: var(--p-accent-deep); }
.st--amber { background: var(--p-amber-soft); color: var(--p-amber); }
.st--green { background: var(--p-green-soft); color: var(--p-green); }
.js .app__row:not(.app__row--head) { animation: rise .5s var(--ease) both; }
.js .app__row:nth-child(3) { animation-delay: .5s; }
.js .app__row:nth-child(4) { animation-delay: .56s; }
.js .app__row:nth-child(5) { animation-delay: .62s; }
.js .app__row.is-new { animation: rise .5s 1.05s var(--ease) both, flash 1.8s 1.3s ease-out both; }
@keyframes flash { from { background-color: var(--p-accent-soft); } to { background-color: #fff; } }

.ai { display: grid; grid-template-columns: 1.08fr .92fr; gap: clamp(40px, 5vw, 80px); align-items: center; }
.ai__stage { position: relative; display: grid; place-items: center; min-height: 640px; padding: 48px; border-radius: 28px; overflow: hidden; background: #0b1420; }
.ai__img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 24% 55%; }
.ai__stage::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(5, 10, 18, 0) 25%, rgba(5, 10, 18, .4) 100%); pointer-events: none; }
.ai__stage .phone { position: relative; z-index: 1; justify-self: end; margin-right: 4%; }
.ai__chip { position: absolute; z-index: 2; left: 28px; bottom: 32px; }
.js .ai__chip { opacity: 0; transform: translateY(10px); transition: opacity .45s var(--ease), transform .45s var(--ease); }
.js .ai__chip.is-shown { opacity: 1; transform: none; }
.ai__copy h2 { max-width: 560px; }
.ai__copy > p { max-width: 520px; margin-top: 18px; font-size: 1.12rem; color: var(--ink-2); }
.feats { display: grid; gap: 24px; margin-top: 34px; max-width: 520px; }
.feats li { display: flex; gap: 16px; align-items: flex-start; }
.feats .ic { width: 30px; height: 30px; margin-top: 1px; color: var(--accent); --duo: #cbe4f6; }
.feats b { display: block; margin-bottom: 3px; font-size: 1.06rem; }
.feats li > span { color: var(--ink-2); }

.phone { width: 264px; padding: 9px; border-radius: 44px; background: #0d0f12; box-shadow: 0 0 0 1.5px #8d949d, 0 0 0 3px #1c2025, 0 40px 80px -24px rgba(0, 0, 0, .7); }
.phone__screen { display: flex; flex-direction: column; height: 530px; border-radius: 35px; overflow: hidden; background: var(--p-bg); font-family: var(--ui); color: var(--p-ink); }
.phone__status { position: relative; display: flex; align-items: center; justify-content: space-between; height: 40px; padding: 0 24px; background: #fff; font-size: 12px; font-weight: 600; }
.phone__island { position: absolute; left: 50%; top: 9px; width: 76px; height: 22px; border-radius: 20px; background: #0d0f12; transform: translateX(-50%); }
.phone__sys { display: inline-flex; gap: 4px; font-size: 12px; }
.phone__sys .i { stroke-width: 2.2; }
.chat__head { display: flex; align-items: center; gap: 9px; padding: 8px 14px 11px; background: #fff; border-bottom: 1px solid var(--p-line); }
.chat__avatar { display: grid; place-items: center; width: 30px; height: 30px; border-radius: 50%; background: var(--p-accent); color: #fff; font-weight: 700; font-size: 13px; }
.chat__who b { display: block; font-size: 12.5px; font-weight: 650; white-space: nowrap; }
.chat__who small { font-size: 11px; color: var(--p-green); font-weight: 500; }
.chat__x { margin-left: auto; font-size: 16px; color: var(--p-ink-3); }
.chat__body { flex: 1; display: flex; flex-direction: column; justify-content: flex-end; gap: 7px; min-height: 0; padding: 14px 12px; overflow: hidden; }
.msg { max-width: 86%; padding: 8px 12px; border-radius: 15px; font-size: 12.5px; line-height: 1.42; }
.msg--me { align-self: flex-end; background: var(--p-accent); color: #fff; border-bottom-right-radius: 5px; }
.msg--ai { align-self: flex-start; background: #fff; border: 1px solid var(--p-line); border-bottom-left-radius: 5px; }
.msg--sys { align-self: center; display: inline-flex; align-items: center; gap: 6px; margin-top: 4px; padding: 5px 11px; border-radius: 99px; background: var(--p-green-soft); color: var(--p-green); font-size: 11px; font-weight: 600; }
.typing { align-self: flex-start; display: inline-flex; gap: 4px; padding: 11px 13px; border-radius: 15px; border-bottom-left-radius: 5px; background: #fff; border: 1px solid var(--p-line); }
.typing i { width: 6px; height: 6px; border-radius: 50%; background: var(--p-ink-3); opacity: .35; animation: typing 1s infinite; }
.typing i:nth-child(2) { animation-delay: .15s; }
.typing i:nth-child(3) { animation-delay: .3s; }
@keyframes typing { 40% { opacity: 1; } }
.chat__input { display: flex; align-items: center; justify-content: space-between; margin: 0 10px 12px; padding: 9px 13px; border: 1px solid var(--p-line); border-radius: 12px; background: #fff; color: var(--p-ink-3); font-size: 12.5px; }
.chat__input .i { font-size: 15px; color: var(--p-accent); }
.js .msg.is-hidden { display: none; }
.msg.is-shown { animation: rise .35s var(--ease) both; }

.modes { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; max-width: 1120px; margin: 0 auto; }
.mode { position: relative; display: flex; flex-direction: column; padding: 14px 14px 28px; border-radius: 20px; background: #fff; box-shadow: 0 0 0 1px rgba(12, 17, 22, .06), var(--shadow); }
.mode--pick { box-shadow: 0 0 0 2px var(--accent), 0 22px 44px -22px rgba(26, 118, 174, .4); }
.mode__pop { position: absolute; top: -13px; left: 50%; z-index: 1; padding: 4px 12px; border-radius: 99px; background: var(--accent); color: #fff; font: 600 12px/1.4 var(--ui); white-space: nowrap; transform: translateX(-50%); }
.mode__vis { display: grid; place-items: center; min-height: 200px; padding: 20px; border-radius: 14px; background: var(--p-bg); }
.mode__tag { display: inline-flex; align-items: center; gap: 10px; margin: 24px 12px 0; font: 600 13px/1 var(--ui); color: var(--ink-2); }
.mode h3 { margin: 12px 12px 0; font-size: 1.25rem; }
.mode > p { margin: 8px 12px 0; color: var(--ink-2); }

.sw { position: relative; display: inline-block; flex: none; width: 34px; height: 20px; border-radius: 99px; background: #d5dbe2; }
.sw::after { content: ""; position: absolute; top: 3px; left: 3px; width: 14px; height: 14px; border-radius: 50%; background: #fff; box-shadow: 0 1px 2px rgba(12, 17, 22, .25); }
.sw--half { background: linear-gradient(90deg, #8ec3e6 50%, #d5dbe2 50%); }
.sw--half::after { left: 10px; }
.sw--on { background: var(--accent); }
.sw--on::after { left: 17px; }

.mini { width: 100%; max-width: 290px; padding: 14px 16px; border-radius: 12px; background: #fff; box-shadow: 0 0 0 1px var(--p-line), 0 10px 24px -16px rgba(12, 17, 22, .25); font-family: var(--ui); font-size: 12.5px; line-height: 1.45; color: var(--p-ink); }
.mini__to { display: flex; gap: 10px; margin-bottom: 8px; font-weight: 600; }
.mini__to span { font-weight: 400; color: var(--p-ink-3); }
.mini__text { color: var(--p-ink-2); }
.caret { display: inline-block; width: 1.5px; height: 1.05em; margin-left: 2px; vertical-align: -2px; background: var(--p-accent); }
.mini__ai { display: inline-block; margin-bottom: 6px; font-style: normal; font-size: 11.5px; font-weight: 700; color: var(--p-accent-deep); }
.mini__acts { display: flex; justify-content: flex-end; gap: 6px; margin-top: 12px; }
.mini__btn { padding: 6px 12px; border-radius: 8px; background: var(--p-accent); color: #fff; font-size: 12px; font-weight: 600; }
.mini__btn--ghost { background: #fff; color: var(--p-ink); box-shadow: inset 0 0 0 1px var(--p-line); }
.mini--chat { display: grid; gap: 6px; }
.mini__in { justify-self: end; max-width: 88%; padding: 7px 11px; border-radius: 13px 13px 4px 13px; background: var(--p-accent); color: #fff; }
.mini__out { justify-self: start; max-width: 88%; padding: 7px 11px; border-radius: 13px 13px 13px 4px; background: var(--p-bg); box-shadow: inset 0 0 0 1px var(--p-line); }
.mini__take { justify-self: start; display: inline-flex; align-items: center; gap: 6px; margin-top: 4px; font-size: 12px; font-weight: 600; color: var(--p-accent-deep); }

.tools { max-width: 1120px; margin: clamp(44px, 5vw, 60px) auto 0; text-align: center; }
.tools__h { font-size: 1.08rem; font-weight: 700; }
.tools__list { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; margin-top: 18px; }
.tools__list li { display: inline-flex; align-items: center; gap: 9px; padding: 10px 16px 10px 12px; border-radius: 12px; background: #fff; box-shadow: 0 0 0 1px rgba(12, 17, 22, .06); font-weight: 500; }
.tools__list .ic { width: 22px; height: 22px; color: var(--accent); --duo: #cbe4f6; }
.tools__note { margin-top: 20px; color: var(--ink-2); }

.bookstage { position: relative; display: flex; align-items: center; justify-content: flex-end; min-height: 580px; padding: 48px clamp(24px, 5vw, 64px); border-radius: 28px; overflow: hidden; background: #d9dcdf; }
.bookstage__img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 30% 50%; }
.bookstage::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(10, 16, 24, 0) 45%, rgba(10, 16, 24, .22) 100%); pointer-events: none; }
.bookstage__ui { position: relative; z-index: 1; }
.book { width: 400px; border-radius: 20px; background: #fff; box-shadow: 0 30px 60px -24px rgba(10, 16, 24, .45), 0 0 0 1px rgba(12, 17, 22, .05); font-family: var(--ui); color: var(--p-ink); font-size: 14px; }
.book__in { padding: 22px 22px 20px; }
.book__title b { display: block; font-size: 19px; font-weight: 700; letter-spacing: -.02em; }
.book__title small { color: var(--p-ink-3); font-size: 13px; }
.book__svc { display: flex; align-items: center; gap: 10px; margin-top: 16px; padding: 11px 14px; border: 1px solid var(--p-line); border-radius: 12px; font-weight: 600; }
.book__svc small { font-weight: 500; color: var(--p-ink-3); }
.book__svc .i { font-size: 16px; color: var(--p-accent); }
.book__svc .i:last-child { margin-left: auto; font-size: 14px; color: var(--p-ink-3); }
.book__week { display: flex; align-items: center; justify-content: space-between; margin-top: 16px; }
.book__week b { font-size: 15px; }
.book__nav { display: grid; place-items: center; width: 32px; height: 32px; border: 1px solid var(--p-line); border-radius: 9px; color: var(--p-ink-2); font-size: 15px; }
.book__days { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-top: 14px; }
.day { display: grid; align-content: start; gap: 8px; }
.day p { margin-bottom: 2px; color: var(--p-ink-3); font-size: 13px; }
.day p b { color: var(--p-ink); }
.slot { padding: 9px 0; border: 1px solid #d3e6f4; border-radius: 10px; background: #f2f8fc; text-align: center; font-weight: 600; font-variant-numeric: tabular-nums; color: #176b9f; }
.slot.is-picked { background: var(--p-accent); border-color: var(--p-accent); color: #fff; box-shadow: 0 6px 14px rgba(30, 134, 198, .25); }
.slot.is-taken { background: var(--p-bg); border-color: var(--p-line); color: #a4a9ae; text-decoration: line-through; }
.day__full { padding: 9px 0; text-align: center; font-size: 12.5px; color: var(--p-ink-3); }
.book__btn { display: block; margin-top: 18px; padding: 12px 0; border-radius: 10px; background: var(--p-accent); color: #fff; font-weight: 600; text-align: center; }
.toast { position: absolute; left: -84px; bottom: -46px; }
.js .bookstage .toast { opacity: 0; transform: translateY(10px); transition: opacity .5s .5s var(--ease), transform .5s .5s var(--ease); }
.js .bookstage.is-in .toast { opacity: 1; transform: none; }

.journey { position: relative; max-width: 1160px; margin: 0 auto; --gap: 32px; --node: 68px; }
.journey__stages { display: grid; grid-template-columns: repeat(4, 1fr); gap: var(--gap); }
.journey__track { position: absolute; top: calc(var(--node) / 2 - 1px); left: calc((100% - 3 * var(--gap)) / 8); right: calc((100% - 3 * var(--gap)) / 8); height: 2px; border-radius: 2px; background: var(--line); }
.journey__fill { position: absolute; inset: 0; border-radius: inherit; background: linear-gradient(90deg, var(--accent), var(--accent) 80%, var(--green)); transform-origin: left; transition: transform 2.4s cubic-bezier(.45, 0, .25, 1); }
.journey__comet { position: absolute; top: 0; left: 0; width: 100%; height: 2px; transition: transform 2.4s cubic-bezier(.45, 0, .25, 1); }
.journey__comet::after { content: ""; position: absolute; right: -6px; top: -5px; width: 12px; height: 12px; border-radius: 50%; background: #fff; box-shadow: 0 0 0 3px var(--accent), 0 0 18px 4px rgba(26, 118, 174, .45); opacity: 0; transition: opacity .3s; }
.js .journey:not(.is-run) .journey__fill { transform: scaleX(0); }
.js .journey:not(.is-run) .journey__comet { transform: translateX(-100%); }
.js .journey.is-run .journey__comet::after { opacity: 1; animation: cometOut .5s 2.4s forwards; }
@keyframes cometOut { to { opacity: 0; } }

.stage { position: relative; --d: 0s; text-align: center; }
.stage:nth-child(2) { --d: .8s; }
.stage:nth-child(3) { --d: 1.6s; }
.stage:nth-child(4) { --d: 2.4s; }
.stage__node { position: relative; z-index: 1; display: grid; place-items: center; width: var(--node); height: var(--node); margin: 0 auto 22px; border-radius: 20px; background: #fff; color: var(--accent-deep); --duo: #b9dcf4; box-shadow: 0 0 0 1px #cbe3f5, 0 10px 24px rgba(26, 118, 174, .12); transition: color .45s var(--d), --duo .45s var(--d), box-shadow .45s var(--d), transform .45s var(--d) var(--ease); }
.stage__node .ic { width: 30px; height: 30px; }
.stage--won .stage__node { color: var(--green); --duo: #bfe3cf; box-shadow: 0 0 0 1px #bfdcce, 0 10px 24px rgba(28, 125, 88, .14); }
.stage h3 { font-size: 1.15rem; }
.stage p { max-width: 250px; margin: 8px auto 0; color: var(--ink-2); font-size: .98rem; }
.stage__chip { display: inline-flex; margin-top: 14px; padding: 5px 12px; border-radius: 99px; background: var(--accent-soft); color: var(--accent-deep); font: 600 12.5px/1.4 var(--ui); transition: opacity .45s var(--d), transform .45s var(--d) var(--ease); }
.stage--won .stage__chip { background: var(--green-soft); color: var(--green); }
.js .journey:not(.is-run) .stage__node { color: #a7afb8; --duo: #eef1f4; box-shadow: 0 0 0 1px var(--line), 0 6px 14px rgba(20, 22, 26, .04); transform: scale(.94); }
.js .journey:not(.is-run) .stage__chip { opacity: 0; transform: translateY(6px); }

.faq { display: grid; gap: 10px; max-width: 820px; margin: 0 auto; }
.faq details { border-radius: var(--r); background: #f4f6f9; }
.faq summary { display: flex; align-items: center; justify-content: space-between; gap: 16px; min-height: 60px; padding: 16px 22px; cursor: pointer; list-style: none; font-weight: 600; font-size: 1.06rem; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
  content: ""; flex: none; width: 30px; height: 30px; border-radius: 50%;
  background:
    linear-gradient(var(--accent-deep), var(--accent-deep)) center / 12px 2px no-repeat,
    linear-gradient(var(--accent-deep), var(--accent-deep)) center / 2px 12px no-repeat,
    #fff;
  transition: transform .25s var(--ease);
}
.faq details[open] summary::after { transform: rotate(45deg); }
.faq details p { padding: 0 22px 20px; color: var(--ink-2); }
.faq details p a { color: var(--accent-deep); font-weight: 600; text-underline-offset: 3px; }

.cp { display: grid; grid-template-columns: 1fr 1.12fr; border-radius: 28px; overflow: hidden; background: #fff; box-shadow: 0 0 0 1px rgba(12, 17, 22, .06), 0 30px 60px -34px rgba(10, 15, 22, .35); }
.cp__pitch { position: relative; overflow: hidden; background: #131417; color: #fff; }
.cp__in { position: relative; z-index: 2; display: flex; flex-direction: column; height: 100%; padding: clamp(32px, 4vw, 52px); }
.cp__in h2 { font-size: clamp(1.8rem, 2.6vw, 2.4rem); }
.cp__in > p { margin-top: 14px; color: rgba(255, 255, 255, .7); }
.cp__rows { display: grid; gap: 18px; margin-top: 32px; }
.cp__rows li { display: flex; gap: 14px; align-items: flex-start; }
.cp__rows b { display: block; }
.cp__rows li > span:last-child { color: rgba(255, 255, 255, .72); font-size: .97rem; }
.cp__rows li > span:last-child b { color: #fff; font-size: 1rem; }
.rating { display: inline-flex; align-items: center; flex-wrap: wrap; gap: 8px 10px; width: fit-content; margin-top: 30px; padding: 10px 14px; border-radius: 12px; background: rgba(255, 255, 255, .05); box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .1); color: rgba(255, 255, 255, .72); font-size: .92rem; text-decoration: none; transition: background-color .2s; }
.rating:hover { background: rgba(255, 255, 255, .08); }
.rating b { margin-right: 4px; color: #fff; }
.cp__direct { display: flex; flex-wrap: wrap; gap: 8px; margin-top: auto; padding-top: 32px; }
.cp__direct a { display: inline-flex; align-items: center; gap: 8px; min-height: 44px; padding: 0 16px; border-radius: 10px; background: rgba(255, 255, 255, .06); box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .12); font-size: .94rem; font-weight: 600; text-decoration: none; transition: background-color .2s; }
.cp__direct a:hover { background: rgba(255, 255, 255, .1); }
.cp__direct .ic { width: 18px; height: 18px; color: rgba(255, 255, 255, .9); --duo: rgba(255, 255, 255, .16); }
.cp__direct .sm { display: none; }

.cp__form { min-width: 0; padding: clamp(28px, 4vw, 48px); }
.form__title { font-size: 1.45rem; font-weight: 700; letter-spacing: -.02em; }
.form__sub { margin-top: 4px; color: var(--ink-3); }
.form__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-top: 24px; }
.field { display: grid; gap: 6px; }
.field > span { font-size: .9rem; font-weight: 600; color: var(--ink-2); }
.field em { font-style: normal; font-weight: 500; color: var(--ink-3); }
.field input, .field textarea { width: 100%; padding: 0 16px; border: 1px solid #d9dfe6; border-radius: 10px; background: #fff; color: var(--ink); font: 400 16px/1.4 var(--font); transition: border-color .2s, box-shadow .2s; }
.field input { height: 50px; }
.field textarea { min-height: 96px; padding-block: 12px; resize: vertical; }
.field input::placeholder, .field textarea::placeholder { color: #9aa1a9; }
.field input:focus, .field textarea:focus { outline: none; border-color: var(--accent); box-shadow: 0 0 0 4px rgba(26, 118, 174, .12); }
.field.is-bad input { border-color: var(--red); }
.form > .form__fields > .field { margin-top: 16px; }
.chips { display: flex; flex-wrap: wrap; gap: 8px; margin: 18px 0 0; padding: 0; border: 0; }
.chips legend { width: 100%; margin-bottom: 8px; padding: 0; font-size: .9rem; font-weight: 600; color: var(--ink-2); }
.chip { display: inline-flex; align-items: center; gap: 0; min-height: 42px; padding: 0 16px; border: 1px solid #d9dfe6; border-radius: 99px; background: #fff; font-size: .94rem; font-weight: 500; cursor: pointer; transition: background-color .2s, border-color .2s, color .2s, gap .2s; }
.chip .i { width: 0; font-size: 15px; stroke-width: 2.4; opacity: 0; transition: width .2s var(--ease), opacity .2s; }
.chip:hover { border-color: #b9c3ce; }
.chip[aria-pressed="true"] { gap: 7px; border-color: var(--accent); background: #e4f0fa; color: var(--accent-deep); font-weight: 600; box-shadow: inset 0 0 0 1px var(--accent); }
.chip[aria-pressed="true"] .i { width: 1em; opacity: 1; }
.hp { position: absolute; left: -9999px; width: 1px; height: 1px; opacity: 0; }
.form__foot { display: flex; align-items: center; flex-wrap: wrap; gap: 14px 20px; margin-top: 22px; }
.form__submit { min-width: 160px; }
.form__submit[disabled] { opacity: .6; cursor: default; }
.form__legal { margin-top: 10px; font-size: .8rem; line-height: 1.5; color: var(--ink-3); }
.form__legal a { color: inherit; }
.form__status { margin-top: 14px; font-size: .95rem; font-weight: 500; }
.form__status.is-err { color: var(--red); }
.form__status.is-load { color: var(--ink-3); }
.form__done { display: grid; justify-items: center; gap: 6px; padding: 48px 0; text-align: center; }
.form__done[hidden] { display: none; }
.form__doneico { display: grid; place-items: center; width: 60px; height: 60px; margin-bottom: 10px; border-radius: 50%; background: var(--green-soft); color: var(--green); font-size: 28px; }
.form__done a { color: var(--accent-deep); font-weight: 600; }
.grecaptcha-badge { visibility: hidden; }

.ftr { position: relative; isolation: isolate; overflow: hidden; background: #070a10; color: #fff; }
.ftr__bg { position: absolute; inset: 0; z-index: -2; width: 100%; height: 100%; object-fit: cover; object-position: 50% 45%; }
.ftr::before { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg, rgba(10, 8, 6, .55) 0%, rgba(10, 8, 6, .5) 30%, rgba(10, 8, 6, .72) 56%, rgba(10, 8, 6, .88) 100%); }
.ftr__kontakt { padding-bottom: 0; }
.ftr__kontakt .cp { box-shadow: 0 0 0 1px rgba(255, 255, 255, .1), 0 40px 90px -40px rgba(0, 0, 0, .8); }
.ftr__kontakt .cp__form { color: var(--ink); }
.ftr__cols { display: grid; grid-template-columns: 1.45fr 1fr 1fr 1.25fr; gap: 48px; margin-top: clamp(72px, 9vw, 120px); padding-block: 52px 48px; border-top: 1px solid rgba(255, 255, 255, .16); }
.ftr__brand .brand { font-size: 1.4rem; }
.ftr__brand .brand__m { height: 30px; }
.ftr__brand > p { max-width: 330px; margin-top: 16px; font-size: .97rem; color: rgba(255, 255, 255, .72); }
.ftr__partner { display: flex; align-items: center; gap: 16px; margin-top: 26px; }
.ftr__badge { display: block; flex: none; width: 86px; transition: transform .2s var(--ease); }
.ftr__badge img { width: 100%; height: auto; }
.ftr__badge:hover { transform: translateY(-2px); }
.ftr__partnertxt b { display: block; font-size: 15px; font-weight: 600; }
.ftr__partnertxt a { display: inline-flex; align-items: center; gap: 6px; margin-top: 3px; font-size: 14px; color: rgba(255, 255, 255, .76); text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 3px; }
.ftr__partnertxt a:hover { color: #fff; }
.ftr__h { margin-bottom: 16px; font-size: 15px; font-weight: 600; color: #fff; }
.ftr__links { display: grid; gap: 12px; }
.ftr__links a { color: rgba(255, 255, 255, .74); font-size: 15px; text-decoration: none; transition: color .2s; }
.ftr__links a:hover { color: #fff; }
.ftr__contact { display: grid; gap: 8px; }
.ftr__contact a, .ftr__contact li > span { display: flex; align-items: center; gap: 12px; min-height: 36px; color: rgba(255, 255, 255, .84); font-size: 15px; text-decoration: none; transition: color .2s; }
.ftr__contact a:hover { color: #fff; }
.ftr__ico { display: grid; place-items: center; flex: none; width: 32px; height: 32px; border-radius: 8px; background: rgba(255, 255, 255, .1); color: #fff; --duo: rgba(255, 255, 255, .2); }
.ftr__ico .ic { width: 18px; height: 18px; }
.ftr__legal { display: flex; flex-wrap: wrap; justify-content: center; gap: 6px 24px; padding-block: 22px 30px; border-top: 1px solid rgba(255, 255, 255, .16); font-size: 13.5px; color: rgba(255, 255, 255, .64); }
.ftr__legal a { color: inherit; }
.ftr__legal a:hover { color: #fff; }

.js .rv { opacity: 0; transform: translateY(22px); transition: opacity .7s var(--ease), transform .7s var(--ease); }
.js .rv.is-in { opacity: 1; transform: none; }

@media (max-width: 1180px) {
  .float--a { left: -20px; }
  .float--b { right: -20px; }
  .hdr__link { padding: 0 10px; }
  .mega__grid { grid-template-columns: 1fr 1fr 220px; }
}
@media (max-width: 1120px) {
  .app__row { grid-template-columns: 1.3fr 1fr 1.6fr .9fr; }
  .app__row > :nth-child(5) { display: none; }
}
@media (max-width: 1080px) {
  .hdr__nav, .hdr__login, .mega { display: none; }
  .hdr__burger { display: block; }
  .hdr__in { grid-template-columns: 1fr auto; height: 58px; padding: 0 7px 0 18px; }
  .navbox.is-open { max-height: calc(100dvh - var(--topbar-h, 42px) - 24px); overflow-y: auto; }
}
@media (max-width: 980px) {
  .ai { grid-template-columns: 1fr; }
  .ai__copy { order: -1; }
  .ai__copy h2, .ai__copy > p { max-width: 640px; }
  .ai__stage { min-height: 600px; }
  .ai__stage .phone { justify-self: center; margin-right: 0; }
  .ai__img { object-position: 22% 55%; }
  .journey__stages { grid-template-columns: 1fr 1fr; row-gap: 48px; }
  .journey__track { display: none; }
  .cp { grid-template-columns: 1fr; }
  .ftr__cols { grid-template-columns: 1fr 1fr; gap: 40px; }
  .ftr__brand { grid-column: span 2; }
  .js .rv { opacity: 1; transform: none; transition: none; }
}
@media (max-width: 860px) {
  .app__body { grid-template-columns: 1fr; }
  .app__side { display: none; }
  .float--a { display: none; }
  .modes { grid-template-columns: 1fr; max-width: 520px; gap: 28px; }
  .bookstage { display: block; min-height: 0; padding: 0; background: none; border-radius: 0; overflow: visible; }
  .bookstage::after { display: none; }
  .bookstage__img { position: relative; height: 300px; border-radius: 22px; object-position: 35% 50%; }
  .bookstage__ui { width: min(100% - 24px, 420px); margin: -72px auto 0; }
  .book { width: 100%; }
  .toast { position: relative; left: auto; bottom: auto; margin: 12px auto 0; width: max-content; max-width: 100%; }
}
@media (max-width: 720px) {
  body { font-size: 16px; }
  .topbar__lg { display: none; }
  .topbar__sm { display: inline; }
  .topbar__link { gap: 2px 10px; padding-inline: 46px; font-size: 13px; }
  .navwrap { width: min(100% - 20px, 1240px); padding-top: 10px; }
  .hdr__cta { margin-left: 0; }
  .hero { padding-top: calc(var(--hdr-h, 112px) + 32px); }
  .hero__bg { object-position: 10% 50%; }
  .hero h1 { font-size: 1.95rem; }
  .hero__cta { flex-direction: column; gap: 10px; max-width: 400px; margin-inline: auto; }
  .hero__proof { gap: 10px 18px; font-size: .9rem; }
  .float { display: none; }
  .hero__stage { height: 340px; }
  .app__chrome { height: 32px; }
  .app__main { padding: 14px 14px 20px; }
  .app__top .app__crumb, .app__iconbtn { display: none; }
  .app__search { width: 100%; margin: 0; }
  .app__row { grid-template-columns: 1fr auto; row-gap: 3px; padding: 11px 14px; }
  .app__row--head { display: none; }
  .app__row .src { grid-row: 2; grid-column: 1; font-size: 12px; }
  .app__row .need { display: none; }
  .app__row > :nth-child(4) { grid-row: 1; grid-column: 2; justify-self: end; }
  .app__row > :nth-child(5) { display: block; grid-row: 2; grid-column: 2; font-size: 12px; }
  h2 { font-size: 1.75rem; }
  .ai__stage { min-height: 0; padding: 26px 16px 104px; border-radius: 22px; }
  .ai__chip { left: 50%; bottom: 26px; transform: translateX(-50%); }
  .js .ai__chip { transform: translate(-50%, 10px); }
  .js .ai__chip.is-shown { transform: translateX(-50%); }
  .phone { width: 232px; border-radius: 40px; }
  .phone__screen { height: 460px; border-radius: 32px; }
  .bookstage__img { height: 240px; }
  .journey__stages { grid-template-columns: 1fr; row-gap: 0; }
  .stage { display: grid; grid-template-columns: var(--node) 1fr; column-gap: 18px; padding-bottom: 32px; text-align: left; }
  .stage:last-child { padding-bottom: 0; }
  .stage__node { grid-row: span 3; margin: 0; }
  .stage p { max-width: none; margin: 6px 0 0; }
  .stage__chip { justify-self: start; margin-top: 10px; }
  .stage:not(:last-child)::before { content: ""; position: absolute; left: calc(var(--node) / 2 - 1px); top: var(--node); bottom: 0; width: 2px; background: var(--line); }
  .stage:not(:last-child)::after { content: ""; position: absolute; left: calc(var(--node) / 2 - 1px); top: var(--node); bottom: 0; width: 2px; background: var(--accent); transform-origin: top; transition: transform .8s var(--d) cubic-bezier(.45, 0, .25, 1); }
  .js .journey:not(.is-run) .stage:not(:last-child)::after { transform: scaleY(0); }
  .modes { display: flex; gap: 12px; max-width: none; margin: 0 -16px -12px; padding: 18px 16px 28px; overflow-x: auto; scroll-snap-type: x mandatory; scroll-padding-inline: 16px; scrollbar-width: none; }
  .modes::-webkit-scrollbar { display: none; }
  .mode { flex: 0 0 84%; scroll-snap-align: start; }
  .mode__vis { min-height: 176px; padding: 16px; }
  .cp { border-radius: 22px; }
  .cp__rows { display: none; }
  .rating { margin-top: 22px; }
  .cp__direct { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; padding-top: 22px; }
  .cp__direct a { flex-direction: column; justify-content: center; gap: 6px; min-height: 66px; padding: 8px 4px; font-size: .86rem; }
  .cp__direct .ic { width: 20px; height: 20px; }
  .cp__direct .lg { display: none; }
  .cp__direct .sm { display: inline; }
  .form__grid { grid-template-columns: 1fr; }
  .form__submit { width: 100%; }
  .form__legal { text-align: center; }
  .ftr { background: #100d0b; }
  .ftr__bg { inset: -90px 0 auto; height: 347px; object-position: 100% 70%; }
  .ftr::before { background: linear-gradient(180deg, rgba(16, 13, 11, 0) 0, rgba(16, 13, 11, 0) 150px, #100d0b 250px, #100d0b 100%); }
  .ftr__kontakt { padding-top: 196px; }
  .ftr__cols { grid-template-columns: 1fr 1fr; gap: 36px 20px; margin-top: 56px; padding-block: 44px 36px; }
  .ftr__cols > div:last-child { grid-column: span 2; }
  .ftr__contact a, .ftr__contact li > span, .ftr__links a { min-height: 40px; display: flex; align-items: center; }
  .ftr__links { gap: 4px; }
  .ftr__legal { flex-direction: column; align-items: center; gap: 4px; }
}
@media (max-width: 380px) {
  .hdr__cta { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; transition: none !important; scroll-behavior: auto !important; }
  .js .rv { opacity: 1; transform: none; }
  .js .draw { opacity: 1; stroke-dashoffset: 0; fill-opacity: 1; }
}
