:root {
  color-scheme: light;
  --bg: oklch(97.5% .012 268);
  --bg-deep: oklch(93.8% .026 262);
  --surface: oklch(100% 0 0 / .78);
  --surface-strong: oklch(100% 0 0 / .94);
  --text: oklch(22% .035 264);
  --muted: oklch(48% .035 264);
  --line: oklch(83% .035 265 / .66);
  --brand: oklch(57% .22 277);
  --brand-2: oklch(68% .18 229);
  --brand-3: oklch(68% .23 335);
  --success: oklch(65% .18 151);
  --warning: oklch(72% .17 74);
  --danger: oklch(61% .22 28);
  --shadow: 0 22px 65px oklch(28% .06 270 / .12), inset 0 1px 0 oklch(100% 0 0 / .72);
  --shadow-soft: 0 10px 30px oklch(28% .045 270 / .08), inset 0 1px 0 oklch(100% 0 0 / .64);
}

[data-theme="dark"] {
  color-scheme: dark;
  --bg: oklch(17% .025 267);
  --bg-deep: oklch(12.5% .025 270);
  --surface: oklch(24% .03 267 / .8);
  --surface-strong: oklch(26% .03 267 / .94);
  --text: oklch(94% .015 270);
  --muted: oklch(70% .025 267);
  --line: oklch(44% .045 270 / .55);
  --brand: oklch(70% .18 277);
  --brand-2: oklch(75% .15 223);
  --brand-3: oklch(74% .18 335);
  --shadow: 0 30px 100px oklch(4% .03 270 / .62), inset 0 1px 0 oklch(100% 0 0 / .12);
  --shadow-soft: 0 14px 44px oklch(4% .03 270 / .4), inset 0 1px 0 oklch(100% 0 0 / .1);
}

* { box-sizing: border-box; }
.demo-icon-sprite { position: absolute; width: 0; height: 0; overflow: hidden; }
.demo-icon { display: block; width: 1em; height: 1em; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
html { scroll-behavior: auto; scrollbar-color: var(--brand) transparent; }
body {
  margin: 0;
  min-width: 0;
  overflow-x: hidden;
  background: var(--bg);
  color: var(--text);
  font-family: ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
  transition: background .35s ease, color .35s ease;
}
button, input, textarea { font: inherit; }
a { color: inherit; }
.shell { width: min(1200px, calc(100% - 48px)); margin-inline: auto; }
.spacer { flex: 1; }
.snap-section { min-height: 0; scroll-margin-top: 72px; }

.ambient { position: fixed; inset: 0; z-index: -2; overflow: hidden; pointer-events: none; }
.ambient::before {
  content: ""; position: absolute; inset: 0;
  background:
    radial-gradient(circle at 12% 8%, oklch(74% .12 282 / .16), transparent 30rem),
    radial-gradient(circle at 92% 32%, oklch(78% .1 222 / .13), transparent 34rem);
}
.ambient i { display: none; }
.ambient i:nth-child(1) { left: -35rem; top: 4%; background: oklch(68% .22 282); transform: rotate(18deg); }
.ambient i:nth-child(2) { right: -42rem; top: 32%; background: oklch(70% .19 220); animation-delay: -7s; }
.ambient i:nth-child(3) { left: 10%; bottom: -24rem; background: oklch(72% .19 340); animation-delay: -13s; }
@keyframes aurora { to { transform: translate3d(7vw, 5vh, 0) rotate(-8deg) scale(1.08); } }

.glass {
  background: color-mix(in oklch, var(--surface-strong) 94%, transparent);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  backdrop-filter: blur(20px) saturate(125%);
  -webkit-backdrop-filter: blur(20px) saturate(125%);
}
.gradient-text {
  color: transparent;
  background: linear-gradient(105deg, var(--brand), var(--brand-2) 50%, var(--brand-3));
  background-clip: text; -webkit-background-clip: text;
  box-decoration-break: clone; -webkit-box-decoration-break: clone;
  padding: .06em .025em .1em;
  margin: -.06em -.025em -.1em;
}
.story-copy .gradient-text,
.section-heading .gradient-text,
.hosting-copy .gradient-text,
.order-copy .gradient-text {
  margin: 0;
  padding: 0;
  background: none;
  color: inherit;
}

.site-header {
  position: fixed; top: 0; left: 0; right: 0; z-index: 50;
  border-bottom: 1px solid transparent;
  background: color-mix(in oklch, var(--bg) 64%, transparent);
  backdrop-filter: blur(24px) saturate(170%);
  -webkit-backdrop-filter: blur(24px) saturate(170%);
  transition: border-color .25s, box-shadow .25s;
}
.site-header.scrolled { border-color: var(--line); box-shadow: 0 8px 28px oklch(20% .05 270 / .07); }
.nav { height: 72px; display: flex; align-items: center; gap: 12px; }
.logo { display: inline-flex; align-items: center; text-decoration: none; font-size: 24px; font-weight: 820; letter-spacing: -.05em; }
.logo span { color: var(--brand); margin-inline: .02em; }
.nav-links { display: flex; gap: 26px; margin-left: 34px; }
.nav-links a, .footer-links a { text-decoration: none; color: var(--muted); font-size: 14px; font-weight: 650; transition: color .2s; }
.nav-links a:hover, .footer-links a:hover { color: var(--text); }
.button {
  position: relative; isolation: isolate; display: inline-flex; align-items: center; justify-content: center;
  min-height: 48px; padding: 0 22px; border: 0; border-radius: 16px; overflow: hidden;
  background: linear-gradient(132deg, oklch(54% .2 280), oklch(61% .17 244));
  color: white;
  box-shadow: 0 11px 27px oklch(48% .16 274 / .24), inset 0 1px 0 oklch(100% 0 0 / .24);
  text-decoration: none; font-weight: 750; cursor: pointer; transition: transform .22s, box-shadow .22s, opacity .22s;
}
.button::before { content: none; }
.button:hover { transform: translateY(-2px); box-shadow: 0 15px 34px oklch(48% .16 274 / .3), inset 0 1px 0 oklch(100% 0 0 / .28); }
.button.ghost { color: var(--text); background: var(--surface); border: 1px solid var(--line); box-shadow: var(--shadow-soft); animation: none; }
.button.compact { min-height: 40px; padding-inline: 16px; border-radius: 13px; font-size: 14px; }
.hero-button { min-height: 54px; padding-inline: 25px; }

.hero { min-height: min(900px,100svh); padding-top: 108px; display: grid; grid-template-columns: .88fr 1.12fr; align-items: center; gap: 54px; }
.hero-copy { padding: 48px 0; }
.eyebrow, .kicker { color: var(--brand); font-size: 13px; text-transform: uppercase; letter-spacing: .12em; font-weight: 820; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; padding: 7px 12px; border: 1px solid color-mix(in oklch, var(--brand) 28%, transparent); border-radius: 999px; background: color-mix(in oklch, var(--brand) 8%, transparent); }
.pulse-dot { height: 8px; width: 8px; border-radius: 50%; background: var(--success); box-shadow: 0 0 0 0 color-mix(in oklch, var(--success) 44%, transparent); animation: pulse 2s infinite; }
@keyframes pulse { 60% { box-shadow: 0 0 0 8px transparent; } }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 620px; margin: 24px 0 20px; font-size: clamp(45px, 5.5vw, 76px); line-height: 1.02; letter-spacing: -.018em; font-weight: 790; }
h2 { margin: 12px 0 20px; font-size: clamp(36px, 4.7vw, 64px); line-height: 1.07; letter-spacing: -.012em; font-weight: 780; }
.hero-lead { max-width: 570px; margin-bottom: 28px; color: var(--muted); font-size: clamp(17px, 1.7vw, 21px); }
.cta-row { display: flex; gap: 12px; flex-wrap: wrap; }
.trust-row { display: flex; gap: 18px; flex-wrap: wrap; margin-top: 26px; color: var(--muted); font-size: 12px; }
.trust-row span { display: inline-flex; align-items: center; gap: 6px; white-space: nowrap; }.trust-row b { color: var(--text); font-weight: 650; }.trust-icon { width: 16px; height: 16px; fill: none; stroke: var(--brand); stroke-width: 1.9; stroke-linecap: round; stroke-linejoin: round; }

.hero-demo { min-width: 0; perspective: 1500px; }
.window-glow { position: absolute; inset: 18% 6% 8%; background: linear-gradient(115deg, var(--brand), var(--brand-2)); filter: blur(50px); opacity: .28; }
.chat-window { position: relative; display: grid; grid-template-columns: 31% 69%; min-height: 590px; border-radius: 28px; overflow: hidden; animation: demo-float 9s ease-in-out infinite; }
@keyframes demo-float { 50% { transform: translateY(-3px); } }
.chat-sidebar { padding: 18px 12px; background: color-mix(in oklch, var(--surface-strong) 88%, transparent); border-right: 1px solid var(--line); }
.traffic { display: flex; gap: 6px; margin: 0 6px 17px; }.traffic i { width: 9px; height: 9px; border-radius: 50%; background: oklch(68% .2 25); }.traffic i:nth-child(2) { background: oklch(78% .17 83); }.traffic i:nth-child(3) { background: oklch(69% .18 145); }
.mini-search { height: 28px; margin-bottom: 13px; border-radius: 12px; background: color-mix(in oklch, var(--text) 7%, transparent); }
.side-chat { display: grid; grid-template-columns: 36px minmax(0,1fr) auto; gap: 8px; align-items: center; padding: 9px 7px; border-radius: 12px; font-size: 11px; }
.side-chat.active { background: color-mix(in oklch, var(--brand) 13%, transparent); }.side-chat span:nth-child(2), .chat-head span:nth-child(2) { min-width: 0; }.side-chat b,.side-chat small { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }.side-chat small { color: var(--muted); }.side-chat em { display: grid; place-items: center; min-width: 18px; height: 18px; padding-inline: 4px; border-radius: 50%; background: var(--brand); color: white; font-style: normal; font-size: 9px; }
.avatar { display: grid; place-items: center; flex: none; width: 38px; height: 38px; border-radius: 50%; color: white; font-size: 11px; font-weight: 800; box-shadow: inset 0 1px 0 oklch(100% 0 0 / .3); }
.avatar.orange { background: linear-gradient(145deg, oklch(75% .17 65), oklch(60% .21 32)); }.avatar.blue { background: linear-gradient(145deg, oklch(74% .15 226), oklch(55% .21 260)); }.avatar.purple,.avatar.indigo { background: linear-gradient(145deg, oklch(72% .18 290), oklch(52% .25 279)); }.avatar.teal { background: linear-gradient(145deg, oklch(75% .16 177), oklch(55% .17 193)); }.avatar.pink { background: linear-gradient(145deg, oklch(77% .17 343), oklch(59% .22 355)); }
.pattern-dots, .pattern-grid { position: relative; }
.pattern-dots::before,.pattern-grid::before { content: ""; position: absolute; inset: 0; pointer-events: none; opacity: .36; mask-image: linear-gradient(to bottom, black, transparent); }
.pattern-dots::before { background-image: radial-gradient(circle, color-mix(in oklch, var(--brand) 26%, transparent) 1.2px, transparent 1.4px); background-size: 24px 24px; }
.pattern-grid::before { background-image: linear-gradient(30deg, transparent 46%, color-mix(in oklch, var(--brand) 10%, transparent) 47% 53%, transparent 54%), linear-gradient(150deg, transparent 46%, color-mix(in oklch, var(--brand-2) 10%, transparent) 47% 53%, transparent 54%); background-size: 38px 66px; }
.chat-main { display: flex; flex-direction: column; min-width: 0; background: color-mix(in oklch, var(--bg) 73%, transparent); }
.chat-head { position: relative; z-index: 1; display: grid; grid-template-columns: 38px minmax(0,1fr) auto auto; align-items: center; gap: 9px; height: 64px; padding: 10px 14px; border-bottom: 1px solid var(--line); background: color-mix(in oklch, var(--surface-strong) 90%, transparent); }
.chat-head b,.chat-head small { display: block; font-size: 12px; }.chat-head small { color: var(--success); font-size: 10px; }.head-action { height: 25px; width: 25px; border-radius: 50%; border: 1px solid var(--line); }
.messages { position: relative; z-index: 1; display: flex; flex: 1; flex-direction: column; justify-content: flex-end; gap: 7px; padding: 14px; }
.bubble { position: relative; width: fit-content; max-width: 78%; padding: 8px 10px 18px; border-radius: 15px; background: var(--surface-strong); border: 1px solid var(--line); box-shadow: 0 4px 12px oklch(20% .03 270 / .05); font-size: 11px; }
.bubble b { display: block; color: var(--brand); }.bubble small { position: absolute; right: 7px; bottom: 4px; color: var(--muted); font-size: 8px; }.bubble.outgoing { align-self: flex-end; background: linear-gradient(145deg, oklch(59% .22 277), oklch(54% .2 258)); color: white; border-color: transparent; }.bubble.outgoing small { color: oklch(91% .06 255); }
.media-bubble { min-width: 176px; }.photo-card { height: 90px; margin: -4px -5px 6px; overflow: hidden; border-radius: 10px; background: linear-gradient(150deg, oklch(82% .12 93), oklch(62% .16 189)); position: relative; }.photo-card::before,.photo-card::after { content: ""; position: absolute; background: oklch(97% .02 90 / .85); transform: rotate(-7deg); box-shadow: 0 4px 15px #0002; }.photo-card::before { width: 55px; height: 65px; left: 20px; top: 14px; }.photo-card::after { width: 65px; height: 45px; right: 18px; top: 27px; }.photo-card span { position: absolute; z-index: 2; left: 34px; top: 31px; font-size: 18px; color: oklch(48% .18 277); font-weight: 900; transform: rotate(-7deg); }
.attachment { display: grid; grid-template-columns: 35px minmax(0,1fr); gap: 8px; min-width: 205px; }.attachment span:nth-child(2) { min-width: 0; }.attachment b { color: inherit; overflow: hidden; text-overflow: ellipsis; }.attachment em { display: block; opacity: .72; font-style: normal; font-size: 9px; }.file-icon { display: grid; place-items: center; width: 35px; height: 38px; border-radius: 9px; background: oklch(100% 0 0 / .18); font-size: 8px; font-weight: 900; }
.video-card { position: relative; width: 140px; height: 70px; margin: -4px -5px 5px; border-radius: 10px; background: linear-gradient(140deg, oklch(35% .07 260), oklch(57% .16 320)); }.video-card .play { position: absolute; inset: 0; display: grid; place-items: center; font-size: 19px; color: white; }.video-card b { position: absolute; right: 6px; bottom: 4px; color: white; font-size: 8px; }
.voice { display: flex; align-items: center; gap: 7px; min-width: 198px; padding-bottom: 9px; }.voice button { width: 27px; height: 27px; border-radius: 50%; border: 0; background: var(--brand); color: white; font-size: 9px; }.wave { display: flex; align-items: center; gap: 2px; flex: 1; }.wave i { width: 2px; height: 9px; border-radius: 2px; background: var(--brand); }.wave i:nth-child(2n) { height: 17px; }.wave i:nth-child(3n) { height: 12px; }.voice em { font-size: 8px; color: var(--muted); }
.composer { position: relative; z-index: 1; display: flex; align-items: center; gap: 10px; min-height: 48px; margin: 0 10px 10px; padding: 7px 8px 7px 13px; border: 1px solid var(--line); border-radius: 17px; background: var(--surface-strong); color: var(--muted); font-size: 11px; }.composer span:nth-child(2) { flex: 1; }.composer b { display: grid; place-items: center; width: 30px; height: 30px; border-radius: 50%; background: var(--brand); color: white; }

.story { display: flex; min-height: min(860px,100svh); align-items: center; padding: 100px 0 60px; }
.story-grid { display: grid; grid-template-columns: 1.04fr .96fr; gap: clamp(55px, 8vw, 110px); align-items: center; }
.story.alt .story-copy { order: 1; }.story.alt .story-demo { order: 2; }
.story-copy p,.hosting-copy>p,.section-heading p,.order-copy>p { color: var(--muted); font-size: clamp(16px, 1.6vw, 20px); }
.story-copy ul,.hosting-copy ul,.price-details ul { list-style: none; padding: 0; margin: 26px 0 0; display: grid; gap: 12px; color: var(--muted); }
.story-copy li,.hosting-copy li,.price-details li { position: relative; padding-left: 29px; }.story-copy li::before,.hosting-copy li::before,.price-details li::before { content: "✓"; position: absolute; left: 0; top: 1px; display: grid; place-items: center; width: 20px; height: 20px; border-radius: 50%; background: color-mix(in oklch, var(--success) 13%, transparent); color: var(--success); font-size: 11px; font-weight: 900; }
.story-demo { min-width: 0; }.story-demo>.glass { min-height: 520px; border-radius: 34px; overflow: hidden; }
.topic-demo { position: relative; padding: 28px; background-color: color-mix(in oklch, var(--bg) 75%, transparent); }.demo-top { position: relative; z-index: 1; display: flex; align-items: center; gap: 11px; padding-bottom: 23px; border-bottom: 1px solid var(--line); }.demo-top span:nth-child(2) { flex: 1; }.demo-top b,.demo-top small { display: block; }.demo-top small { color: var(--muted); }.demo-top em { font-style: normal; letter-spacing: 3px; }
.topic-card { position: relative; z-index: 1; display: grid; grid-template-columns: 45px minmax(0,1fr) auto; gap: 12px; align-items: center; margin-top: 14px; padding: 15px; border-radius: 19px; background: color-mix(in oklch, var(--surface-strong) 70%, transparent); border: 1px solid var(--line); box-shadow: var(--shadow-soft); }.topic-card.active { border-color: color-mix(in oklch, var(--brand) 38%, var(--line)); background: color-mix(in oklch, var(--brand) 9%, var(--surface-strong)); }.topic-card>span { display: grid; place-items: center; width: 45px; height: 45px; border-radius: 14px; background: color-mix(in oklch, var(--brand) 10%, var(--surface)); font-size: 20px; }.topic-card b,.topic-card small { display: block; }.topic-card small { color: var(--muted); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }.topic-card em { display: grid; place-items: center; min-width: 24px; height: 24px; border-radius: 12px; padding: 0 6px; background: var(--brand); color: white; font-size: 11px; font-style: normal; }.floating-plus { position: absolute; right: 28px; bottom: 27px; z-index: 2; width: 58px; height: 58px; border: 0; border-radius: 21px; background: linear-gradient(145deg,var(--brand),var(--brand-2)); color: white; font-size: 28px; box-shadow: 0 14px 30px color-mix(in oklch,var(--brand) 30%,transparent); }
.gallery-demo { position: relative; padding: 26px; background-color: color-mix(in oklch, var(--bg) 72%, transparent); }.gallery-head { position: relative; z-index: 1; display: flex; justify-content: space-between; font-weight: 760; }.gallery-head b { display: grid; place-items: center; min-width: 27px; height: 23px; border-radius: 12px; background: var(--brand); color: white; font-size: 11px; }.gallery { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr 1fr; grid-template-rows: 154px 126px; gap: 8px; margin: 24px 0 18px; }.gallery-item { position: relative; border-radius: 18px; overflow: hidden; background: linear-gradient(150deg,oklch(82% .12 210),oklch(56% .18 267)); }.gallery-item.g1 { grid-row: 1/3; background: linear-gradient(160deg,oklch(83% .1 95),oklch(64% .14 172)); }.gallery-item.g1::after { content: ""; position: absolute; width: 68%; height: 65%; left: 16%; bottom: -5%; border-radius: 45% 45% 0 0; background: oklch(45% .12 165 / .78); }.gallery-item.g2 { background: linear-gradient(140deg,oklch(82% .1 265),oklch(60% .19 310)); }.gallery-item::before { content: ""; position: absolute; inset: 16%; border: 3px solid oklch(100% 0 0 / .45); border-radius: 10px; transform: rotate(-8deg); }.gallery-item span { position: absolute; z-index: 2; right: 8px; bottom: 6px; padding: 2px 5px; border-radius: 5px; background: oklch(12% 0 0 / .48); color: white; font-size: 9px; }.video-tile { background: linear-gradient(140deg,oklch(42% .12 275),oklch(57% .18 336)); }.video-tile i { position: absolute; inset: 0; display: grid; place-items: center; color: white; font-style: normal; font-size: 23px; }.attachment.wide { position: relative; z-index: 1; width: 100%; max-width: none; padding: 12px 12px 24px; }
.voice-demo { position: relative; padding: 34px; background: radial-gradient(circle at 50% 35%,color-mix(in oklch,var(--brand) 16%,transparent),transparent 44%),var(--surface); }.voice-person { display: flex; align-items: center; gap: 12px; }.voice-person b,.voice-person small { display: block; }.voice-person small { color: var(--muted); }.voice-play { display: grid; place-items: center; width: 72px; height: 72px; margin: 52px auto 25px; border: 1px solid color-mix(in oklch,var(--brand) 30%,transparent); border-radius: 50%; background: linear-gradient(145deg,var(--brand),var(--brand-2)); color: white; font-size: 23px; box-shadow: 0 17px 42px color-mix(in oklch,var(--brand) 32%,transparent); }.big-wave { height: 70px; background: repeating-linear-gradient(90deg,var(--brand) 0 3px,transparent 3px 9px); mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='600' height='70' viewBox='0 0 600 70'%3E%3Cpath fill='black' d='M0 31h600v8H0zM15 18h5v34h-5zM30 8h5v54h-5zM45 23h5v24h-5zM60 2h5v66h-5zM75 17h5v36h-5zM90 26h5v18h-5zM105 11h5v48h-5zM120 19h5v32h-5zM135 5h5v60h-5zM150 22h5v26h-5zM165 14h5v42h-5zM180 28h5v14h-5zM195 7h5v56h-5zM210 20h5v30h-5zM225 12h5v46h-5zM240 25h5v20h-5zM255 4h5v62h-5zM270 18h5v34h-5zM285 9h5v52h-5zM300 23h5v24h-5zM315 2h5v66h-5zM330 16h5v38h-5zM345 27h5v16h-5zM360 11h5v48h-5zM375 20h5v30h-5zM390 6h5v58h-5zM405 24h5v22h-5zM420 14h5v42h-5zM435 28h5v14h-5zM450 8h5v54h-5zM465 19h5v32h-5zM480 12h5v46h-5zM495 25h5v20h-5zM510 4h5v62h-5zM525 18h5v34h-5zM540 10h5v50h-5zM555 22h5v26h-5zM570 7h5v56h-5zM585 20h5v30h-5z'/%3E%3C/svg%3E"); mask-size: 100% 100%; }.voice-time { display: flex; justify-content: space-between; color: var(--muted); font-size: 11px; }.voice-demo>p { margin: 27px 0; color: var(--muted); font-style: italic; text-align: center; }.recording { display: flex; align-items: center; gap: 9px; padding: 14px; border-radius: 16px; background: color-mix(in oklch,var(--danger) 8%,var(--surface)); color: var(--muted); font-size: 12px; }.recording i { width: 10px; height: 10px; border-radius: 50%; background: var(--danger); animation: record 1.1s infinite; }.recording span { flex: 1; }.recording b { color: var(--danger); } @keyframes record { 50% { opacity: .3; } }
.sync-demo { position: relative; display: flex; flex-direction: column; justify-content: center; gap: 14px; padding: 38px; background-color: color-mix(in oklch,var(--bg) 73%,transparent); }.offline-pill { position: relative; z-index: 1; align-self: center; display: flex; align-items: center; gap: 8px; margin-bottom: 24px; padding: 8px 13px; border-radius: 999px; background: color-mix(in oklch,var(--warning) 14%,var(--surface-strong)); color: color-mix(in oklch,var(--warning) 76%,var(--text)); font-size: 12px; font-weight: 700; }.offline-pill i { width: 8px; height: 8px; border-radius: 50%; background: var(--warning); }.sync-demo .bubble { z-index: 1; font-size: 14px; padding: 13px 14px 24px; }.network-line { position: relative; z-index: 1; display: flex; align-items: center; gap: 10px; margin-top: 14px; color: var(--success); font-size: 12px; }.network-line::before,.network-line::after { content: ""; height: 1px; flex: 1; background: color-mix(in oklch,var(--success) 35%,transparent); }.network-line i { width: 9px; height: 9px; border-radius: 50%; background: var(--success); }.sync-status { position: relative; z-index: 1; display: flex; align-items: center; justify-content: center; gap: 10px; padding: 18px; border-radius: 18px; background: color-mix(in oklch,var(--success) 10%,var(--surface-strong)); color: var(--success); }.sync-status span { display: grid; place-items: center; width: 27px; height: 27px; border-radius: 50%; background: var(--success); color: white; }.sync-status b { font-size: 13px; }
.admin-demo { padding: 30px; }.admin-title { display: flex; align-items: center; justify-content: space-between; padding-bottom: 22px; }.admin-title b,.admin-title small { display: block; }.admin-title small { color: var(--muted); }.admin-title button { padding: 8px 13px; border: 0; border-radius: 11px; background: var(--brand); color: white; font-weight: 700; }.person-row { display: grid; grid-template-columns: 42px minmax(0,1fr) auto; align-items: center; gap: 12px; padding: 16px 0; border-top: 1px solid var(--line); }.person-row b,.person-row small { display: block; }.person-row small { color: var(--muted); }.person-row em { padding: 5px 9px; border-radius: 999px; background: color-mix(in oklch,var(--brand) 10%,transparent); color: var(--brand); font-size: 10px; font-style: normal; font-weight: 750; }.audit-line { display: flex; gap: 10px; align-items: center; margin-top: 28px; padding: 16px; border-radius: 16px; background: color-mix(in oklch,var(--success) 10%,transparent); color: var(--success); font-size: 12px; }.audit-line i { display: grid; place-items: center; width: 24px; height: 24px; border-radius: 50%; background: var(--success); color: white; font-style: normal; }
.secure-demo { position: relative; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 38px; text-align: center; background-color: color-mix(in oklch,var(--bg) 75%,transparent); }.lock-orbit { position: relative; z-index: 1; display: grid; place-items: center; width: 110px; height: 110px; border: 1px solid color-mix(in oklch,var(--brand) 30%,transparent); border-radius: 50%; box-shadow: 0 0 70px color-mix(in oklch,var(--brand) 22%,transparent); }.lock-orbit::before,.lock-orbit::after { content: ""; position: absolute; inset: -18px; border: 1px dashed color-mix(in oklch,var(--brand-2) 34%,transparent); border-radius: 50%; animation: orbit 14s linear infinite; }.lock-orbit::after { inset: -38px; animation-direction: reverse; animation-duration: 20s; }.lock-orbit i { display: grid; place-items: center; width: 70px; height: 70px; border-radius: 25px; background: linear-gradient(145deg,var(--brand),var(--brand-2)); color: white; font-size: 38px; font-style: normal; }@keyframes orbit { to { transform: rotate(360deg); } }.secure-demo h3 { position: relative; z-index: 1; margin: 55px 0 5px; font-size: 23px; }.secure-demo>p { position: relative; z-index: 1; color: var(--muted); }.encrypted-line { position: relative; z-index: 1; align-self: flex-start; display: flex; gap: 18px; margin-top: 14px; padding: 12px; border-radius: 14px; background: var(--surface-strong); border: 1px solid var(--line); color: var(--muted); }.encrypted-line.mine { align-self: flex-end; background: var(--brand); color: white; border: 0; }.encrypted-line small { font-size: 9px; align-self: end; }

.capabilities,.hosting,.try,.mobile-apps,.pricing,.order { display: flex; align-items: center; padding: 105px 0 70px; }
.section-heading { max-width: 820px; margin: 0 auto 50px; text-align: center; }.section-heading h2 { max-width: 820px; }.section-heading p { max-width: 650px; margin: 0 auto; }
.cap-groups { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 18px; }
.cap-group { overflow: hidden; border: 1px solid var(--line); border-radius: 26px; background: color-mix(in oklch,var(--surface-strong) 96%,var(--bg)); box-shadow: var(--shadow-soft); }
.cap-group>header { display: flex; align-items: baseline; gap: 13px; padding: 22px 24px 19px; border-bottom: 1px solid var(--line); }
.cap-group>header span { color: var(--brand); font-size: 11px; font-weight: 820; letter-spacing: .08em; }
.cap-group>header h3 { margin: 0; font-size: 20px; letter-spacing: -.01em; }
.cap-list { padding: 0 24px; }
.cap-list article { display: grid; grid-template-columns: 34px minmax(0,1fr); gap: 13px; padding: 21px 0; }
.cap-list article+article { border-top: 1px solid color-mix(in oklch,var(--line) 75%,transparent); }
.cap-icon { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 11px; background: color-mix(in oklch,var(--brand) 8%,var(--bg)); color: var(--brand); }
.cap-icon svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.cap-list h4 { margin: 1px 0 5px; font-size: 15px; letter-spacing: -.005em; }
.cap-list p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.48; }
.hosting-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 70px; align-items: center; }.server-price { display: grid; grid-template-columns: auto 1fr; align-items: baseline; gap: 3px 15px; width: fit-content; margin: 26px 0; padding: 17px 20px; border-radius: 18px; box-shadow: var(--shadow-soft); }.server-price span { color: var(--muted); font-size: 12px; text-transform: uppercase; letter-spacing: .08em; }.server-price b { color: var(--brand); font-size: 22px; }.server-price small { grid-column: 1/-1; color: var(--muted); }
.terminal { overflow: hidden; min-height: 440px; border-radius: 28px; background: oklch(15% .03 266 / .93); color: oklch(90% .025 245); font-family: "SFMono-Regular",Consolas,monospace; }.term-bar { display: flex; align-items: center; gap: 7px; height: 48px; padding: 0 16px; border-bottom: 1px solid oklch(40% .04 265 / .5); }.term-bar i { width: 10px; height: 10px; border-radius: 50%; background: oklch(66% .2 25); }.term-bar i:nth-child(2) { background: oklch(77% .17 83); }.term-bar i:nth-child(3) { background: oklch(68% .18 145); }.term-bar span { flex: 1; text-align: center; color: oklch(68% .03 260); font-size: 12px; }.term-body { display: grid; align-content: center; min-height: 390px; padding: 28px; font-size: clamp(12px,1.25vw,15px); line-height: 1.85; }.term-line { opacity: 0; transform: translateY(5px); animation: term-in .32s forwards; }.term-line.comment { color: oklch(62% .04 252); }.term-line.ok { color: oklch(77% .19 149); }.term-line.accent { color: oklch(78% .14 225); }.cursor { display: inline-block; width: 8px; height: 1.1em; margin-left: 4px; vertical-align: -.15em; background: oklch(76% .16 148); animation: blink .8s steps(1) infinite; } @keyframes term-in { to { opacity: 1; transform: none; } } @keyframes blink { 50% { opacity: 0; } }
.try-grid { display: grid; grid-template-columns: 1fr 50px 1fr; align-items: center; gap: 22px; }.try-step { position: relative; padding: 27px; border-radius: 28px; text-align: center; }.step-number { position: absolute; top: 14px; left: 14px; display: grid; place-items: center; width: 31px; height: 31px; border-radius: 50%; background: var(--brand); color: white; font-weight: 800; }.browser-card { overflow: hidden; margin-bottom: 23px; border-radius: 18px; background: color-mix(in oklch,var(--bg) 80%,transparent); border: 1px solid var(--line); }.browser-card>div { display: flex; align-items: center; gap: 5px; height: 33px; padding: 0 9px; background: color-mix(in oklch,var(--text) 7%,transparent); }.browser-card>div i { width: 7px; height: 7px; border-radius: 50%; background: var(--muted); }.browser-card>div span { flex: 1; color: var(--muted); font-size: 9px; }.browser-card main { display: flex; flex-direction: column; align-items: center; padding: 26px; }.browser-card main b { margin-top: 9px; }.browser-card main small { color: var(--muted); }.browser-card.private { background: oklch(20% .03 270); color: oklch(94% .01 270); }.try-step h3 { margin-bottom: 8px; }.try-step p { min-height: 75px; color: var(--muted); }.try-arrow { display: grid; place-items: center; color: var(--brand); }.try-arrow svg { width: 28px; height: 28px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.platforms { display: flex; gap: 12px; margin: 26px 0; }.platforms span { padding: 10px 14px; border: 1px solid var(--line); border-radius: 14px; background: var(--surface); font-weight: 750; }.mobile-note { display: block; max-width: 520px; color: var(--muted); }
.pricing-shell { width: min(1050px,calc(100% - 48px)); }.price-card { display: grid; grid-template-columns: .9fr 1.1fr; border-radius: 34px; overflow: hidden; }.price-main { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: clamp(30px,5vw,60px); background: linear-gradient(150deg,color-mix(in oklch,var(--brand) 14%,transparent),color-mix(in oklch,var(--brand-2) 8%,transparent)); }.price-main>span { color: var(--muted); }.price-main strong { margin-top: 10px; font-size: clamp(48px,7vw,82px); line-height: 1; letter-spacing: -.06em; color: transparent; background: linear-gradient(100deg,var(--brand),var(--brand-2)); background-clip: text; -webkit-background-clip: text; }.price-main small { margin: 10px 0 25px; color: var(--muted); }.price-details { padding: clamp(30px,5vw,60px); }.price-details h3 { font-size: 22px; }.price-details ul { margin-top: 20px; }
.order-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 80px; align-items: center; }.order-form { padding: clamp(24px,4vw,42px); border-radius: 30px; }.order-form label { display: block; margin-bottom: 17px; color: var(--muted); font-size: 13px; font-weight: 700; }.order-form input,.order-form textarea { width: 100%; margin-top: 7px; padding: 13px 15px; border: 1px solid var(--line); border-radius: 14px; outline: 0; background: color-mix(in oklch,var(--surface-strong) 80%,transparent); color: var(--text); resize: vertical; transition: border-color .2s,box-shadow .2s; }.order-form input:focus,.order-form textarea:focus { border-color: var(--brand); box-shadow: 0 0 0 4px color-mix(in oklch,var(--brand) 12%,transparent); }.honeypot { position: absolute!important; left: -10000px!important; }.submit-button { width: 100%; justify-content: space-between; animation: invite 2.4s ease-in-out infinite; }.submit-button i { display: grid; place-items: center; width: 28px; height: 28px; border-radius: 50%; background: oklch(100% 0 0 / .18); font-style: normal; transition: transform .25s; }.submit-button:hover i { transform: translateX(4px); }.submit-button[disabled] { opacity: .65; cursor: wait; animation: none; }.submit-button.sent { background: var(--success); animation: none; } @keyframes invite { 50% { box-shadow: 0 16px 42px color-mix(in oklch,var(--brand) 46%,transparent),0 0 0 7px color-mix(in oklch,var(--brand) 0%,transparent); } }.form-status { min-height: 1.5em; margin: 11px 0 0; color: var(--muted); font-size: 13px; }.form-status.error { color: var(--danger); }.order-form>small { color: var(--muted); }
.back-top { position: fixed; z-index: 40; left: max(20px,calc((100vw - 1320px)/2)); bottom: 28px; width: 48px; height: 48px; border: 1px solid var(--line); border-radius: 17px; background: var(--surface-strong); color: var(--text); box-shadow: var(--shadow-soft); backdrop-filter: blur(20px); opacity: 0; pointer-events: none; transform: translateY(14px); cursor: pointer; transition: opacity .25s,transform .25s; }.back-top.visible { opacity: 1; pointer-events: auto; transform: none; }
.back-top.visible.over-order { opacity: 0; pointer-events: none; transform: translateY(14px); }
footer { padding: 65px 0 25px; border-top: 1px solid var(--line); background: color-mix(in oklch,var(--surface) 45%,transparent); }.footer-grid { display: grid; grid-template-columns: 1.3fr 1fr 1.2fr; gap: 40px; align-items: start; }.footer-grid p { color: var(--muted); }.footer-links { display: grid; gap: 12px; }.footer-controls { display: grid; gap: 12px; justify-content: end; }.seg { display: inline-flex; padding: 3px; border: 1px solid var(--line); border-radius: 13px; background: color-mix(in oklch,var(--surface-strong) 70%,transparent); }.seg button { min-height: 32px; padding: 0 10px; border: 0; border-radius: 10px; background: transparent; color: var(--muted); font-size: 12px; cursor: pointer; }.seg button[aria-pressed="true"] { background: var(--surface-strong); color: var(--text); box-shadow: 0 3px 12px oklch(20% .04 270 / .1); }.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 50px; padding-top: 20px; border-top: 1px solid var(--line); color: var(--muted); font-size: 12px; }
.reveal { opacity: 0; transform: translateY(12px); transition: opacity .62s cubic-bezier(.2,.8,.2,1),transform .62s cubic-bezier(.2,.8,.2,1); }.reveal.visible { opacity: 1; transform: none; }.story-demo.reveal,.story.alt .story-demo.reveal { transform: translateY(10px); }.story-demo.reveal.visible,.story.alt .story-demo.reveal.visible { transform: none; }

/* Преддемонстрационная полировка: спокойная прокрутка, более открытая
   типографика и единый язык реалистичных интерактивных мокапов. */
html,body { width: 100%; max-width: 100%; overflow-x: hidden; }
main,main>*,section,.hero-demo,.story-demo,.story-grid { min-width: 0; max-width: 100%; }
.ambient { width: 100%; max-width: 100%; contain: strict; }
h1,h2 { overflow: visible; }
h1 { line-height: 1.1; letter-spacing: -.025em; }
h2 { line-height: 1.12; letter-spacing: -.018em; }
h1,h2,h3 { text-wrap: balance; hyphens: none; }
p { text-wrap: pretty; }
.gradient-text {
  display: inline;
  padding: .06em .04em .16em;
  margin: -.06em -.04em -.16em;
  line-height: inherit;
  overflow: visible;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}
[data-price-server],[data-price-product],.price-main strong { white-space: nowrap; }
.price-main strong { display: block; padding: .06em .025em .1em; margin-inline: -.025em; line-height: 1.06; letter-spacing: -.038em; }

/* Спокойная спектральная подсветка ключевых CTA вместо бегущего блика и
   пульсирующей тени. Градиент движется медленно и остаётся «стеклянным». */
.site-header .button[href="#order"],
.submit-button {
  background-image:
    radial-gradient(circle at 18% 0%, oklch(88% .09 315 / .34), transparent 34%),
    linear-gradient(112deg, oklch(55% .22 286), oklch(61% .19 252) 47%, oklch(62% .2 326));
  background-size: 150% 150%, 180% 180%;
  box-shadow: 0 13px 34px oklch(48% .18 278 / .26), inset 0 1px 0 oklch(100% 0 0 / .34);
  animation: cta-spectrum 8s cubic-bezier(.4,0,.2,1) infinite alternate;
}
.site-header .button[href="#order"]::before,
.submit-button::before {
  inset: 0;
  transform: none;
  background: linear-gradient(100deg, transparent 20%, oklch(100% 0 0 / .13) 48%, transparent 72%);
  translate: -110% 0;
  transition: translate .75s cubic-bezier(.2,.8,.2,1);
}
.site-header .button[href="#order"]:hover::before,
.submit-button:hover::before { translate: 110% 0; }
.submit-button { animation: submit-invite 7s cubic-bezier(.4,0,.2,1) infinite; }
.submit-button i { animation: submit-arrow 2.8s ease-in-out infinite; }
.submit-button:hover i { animation: none; transform: translateX(4px) rotate(-8deg); }
.submit-button.sent { background: var(--success); animation: none; }
@keyframes cta-spectrum { to { background-position: 85% 55%, 100% 50%; } }
@keyframes submit-invite {
  0%,72%,100% { background-position: 0 50%,0 50%; box-shadow: 0 13px 34px oklch(48% .18 278 / .24),inset 0 1px 0 oklch(100% 0 0 / .34); }
  84% { background-position: 80% 45%,100% 50%; box-shadow: 0 18px 48px oklch(54% .2 300 / .34),0 0 0 5px oklch(64% .16 280 / .08),inset 0 1px 0 oklch(100% 0 0 / .38); }
}
@keyframes submit-arrow { 0%,72%,100% { transform: translateX(0); } 84% { transform: translateX(3px); } }

.footer-controls { justify-items: end; }
.footer-controls .seg { width: max-content; max-width: 100%; justify-self: end; }

.product-demo {
  position: relative;
  display: flex;
  min-height: 520px;
  flex-direction: column;
  overflow: hidden;
  border-radius: 34px;
  background-color: color-mix(in oklch,var(--bg) 74%,transparent);
  transform: translateZ(0);
}
.story-demo.visible .demo-float { animation: product-float 10s ease-in-out infinite; }
@keyframes product-float { 50% { transform: translateY(-3px); box-shadow: 0 27px 72px oklch(28% .06 270 / .15),inset 0 1px 0 oklch(100% 0 0 / .74); } }
.app-titlebar { position: relative; z-index: 4; display: flex; align-items: center; height: 44px; padding: 0 14px; border-bottom: 1px solid var(--line); background: var(--surface-strong); }
.app-titlebar .traffic { display: flex; gap: 5px; margin: 0; }.app-titlebar .traffic i { width: 8px; height: 8px; }.app-titlebar>b { flex: 1; text-align: center; font-size: 11px; letter-spacing: -.015em; }.app-search { display: grid; place-items: center; width: 25px; height: 25px; border: 1px solid var(--line); border-radius: 50%; color: var(--muted); }
.app-grid { display: grid; grid-template-columns: 31% 69%; min-height: 476px; flex: 1; }
.app-dialogs { position: relative; z-index: 2; min-width: 0; padding: 10px 7px; border-right: 1px solid var(--line); background: color-mix(in oklch,var(--surface-strong) 87%,transparent); }
.app-dialog { display: grid; grid-template-columns: 32px minmax(0,1fr); align-items: center; gap: 7px; margin-bottom: 5px; padding: 8px 6px; border-radius: 12px; }
.app-dialog.active { background: color-mix(in oklch,var(--brand) 12%,transparent); }.app-dialog .avatar { width: 32px; height: 32px; font-size: 9px; }.app-dialog b,.app-dialog small { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }.app-dialog b { font-size: 10px; }.app-dialog small { color: var(--muted); font-size: 8px; }
.app-screen { position: relative; display: flex; min-width: 0; flex-direction: column; background-color: color-mix(in oklch,var(--bg) 76%,transparent); }
.app-head { position: relative; z-index: 3; display: grid; grid-template-columns: 34px minmax(0,1fr) auto; align-items: center; gap: 8px; min-height: 54px; padding: 8px 11px; border-bottom: 1px solid var(--line); background: color-mix(in oklch,var(--surface-strong) 92%,transparent); }
.app-head .avatar { width: 34px; height: 34px; font-size: 9px; }.app-head b,.app-head small { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }.app-head b { font-size: 11px; }.app-head small { color: var(--success); font-size: 8px; }.app-head em { color: var(--muted); font-size: 10px; font-style: normal; letter-spacing: 2px; }
.app-content { position: relative; z-index: 2; padding: 10px; }.topic-content .topic-card { grid-template-columns: 36px minmax(0,1fr) auto; margin-top: 8px; padding: 11px; border-radius: 15px; }.topic-content .topic-card>span { width: 36px; height: 36px; border-radius: 12px; font-size: 14px; }.topic-content .topic-card b { font-size: 11px; }.topic-content .topic-card small { font-size: 8px; }.app-fab { position: absolute; z-index: 4; right: 14px; bottom: 14px; display: grid; place-items: center; width: 45px; height: 45px; border: 0; border-radius: 16px; background: linear-gradient(145deg,var(--brand),var(--brand-2)); color: white; font-size: 22px; box-shadow: 0 10px 24px color-mix(in oklch,var(--brand) 27%,transparent); }
.demo-chat-feed { position: relative; z-index: 2; display: flex; min-height: 0; flex: 1; flex-direction: column; justify-content: flex-end; gap: 8px; overflow: hidden; padding: 13px 12px; }.demo-chat-feed .bubble { font-size: 10px; }.demo-chat-feed .bubble.outgoing { align-self: flex-end; }.demo-chat-feed .bubble.incoming { align-self: flex-start; }.media-message { width: 86%; max-width: none; }.media-message .gallery { grid-template-rows: 74px 58px; gap: 4px; margin: -3px -4px 4px; }.media-message .gallery-item { border-radius: 8px; }.demo-chat-feed .attachment { min-width: min(210px,82%); }
.upload-progress { align-self: flex-end; display: flex; align-items: center; gap: 7px; width: 68%; padding: 6px 8px; border: 1px solid var(--line); border-radius: 999px; background: var(--surface-strong); color: var(--muted); font-size: 8px; }.upload-progress i { position: relative; height: 4px; flex: 1; overflow: hidden; border-radius: 4px; background: color-mix(in oklch,var(--brand) 12%,transparent); }.upload-progress i::after { content: ""; position: absolute; inset: 0; width: 0; border-radius: inherit; background: var(--brand); animation: upload-run 5s ease-in-out infinite; }.upload-progress span { margin-left: auto; }@keyframes upload-run { 35%,100% { width: 100%; } }
.app-composer { position: relative; z-index: 3; display: grid; grid-template-columns: auto 1fr auto 29px; align-items: center; gap: 7px; min-height: 47px; margin: 0 9px 9px; padding: 7px 8px 7px 11px; border: 1px solid var(--line); border-radius: 16px; background: var(--surface-strong); color: var(--muted); font-size: 9px; }.app-composer i { overflow: hidden; font-style: normal; text-overflow: ellipsis; white-space: nowrap; }.app-composer b { font-weight: 400; }.app-composer em { display: grid; place-items: center; width: 29px; height: 29px; border-radius: 50%; background: var(--brand); color: white; font-size: 10px; font-style: normal; }
.voice-feed { justify-content: center; }.voice-feed .voice { min-width: min(225px,86%); }.voice-feed .voice .wave { min-width: 60px; }.recording-bar { position: relative; z-index: 3; display: flex; align-items: center; gap: 7px; margin: 0 10px 7px; padding: 8px 10px; border-radius: 12px; background: color-mix(in oklch,var(--danger) 8%,var(--surface-strong)); color: var(--muted); font-size: 9px; }.recording-bar i { width: 8px; height: 8px; border-radius: 50%; background: var(--danger); animation: record 1s infinite; }.recording-bar span { flex: 1; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }.recording-bar b { color: var(--danger); }.recording-composer em { background: var(--danger); }
.connection-label { display: flex!important; align-items: center; gap: 4px; color: var(--warning)!important; }.connection-label i { width: 6px; height: 6px; border-radius: 50%; background: var(--warning); animation: connection-state 6s ease-in-out infinite; }@keyframes connection-state { 55%,100% { background: var(--success); } }.sync-feed { justify-content: center; }.sync-toast { display: flex; align-items: center; gap: 6px; align-self: center; max-width: 92%; padding: 8px 10px; border-radius: 13px; background: color-mix(in oklch,var(--success) 11%,var(--surface-strong)); color: var(--success); font-size: 8px; }.sync-toast span { display: grid; place-items: center; width: 18px; height: 18px; border-radius: 50%; background: var(--success); color: white; }.delivery-state { color: var(--warning); animation: delivery-state 6s ease-in-out infinite; }@keyframes delivery-state { 55%,100% { color: oklch(90% .05 250); } }
.admin-app { display: grid; grid-template-columns: 31% 69%; min-height: 476px; }.settings-nav { padding: 13px 8px; border-right: 1px solid var(--line); background: color-mix(in oklch,var(--surface-strong) 87%,transparent); }.settings-user { display: flex; align-items: center; gap: 7px; margin-bottom: 14px; padding: 6px; }.settings-user .avatar { width: 31px; height: 31px; font-size: 8px; }.settings-user b,.settings-user small { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }.settings-user b { font-size: 9px; }.settings-user small { color: var(--muted); font-size: 7px; }.settings-nav button { display: block; width: 100%; margin-bottom: 4px; padding: 8px 7px; overflow: hidden; border: 0; border-radius: 10px; background: transparent; color: var(--muted); text-align: left; text-overflow: ellipsis; white-space: nowrap; font-size: 8px; }.settings-nav button:first-of-type { background: color-mix(in oklch,var(--brand) 12%,transparent); color: var(--brand); }.settings-screen { min-width: 0; padding: 17px 15px; background: color-mix(in oklch,var(--bg) 74%,transparent); }.settings-screen .admin-title { padding-bottom: 13px; }.settings-screen .admin-title b { font-size: 13px; }.settings-screen .admin-title small { font-size: 8px; }.settings-screen .admin-title button { padding: 6px 9px; font-size: 8px; }.settings-screen .person-row { grid-template-columns: 34px minmax(0,1fr) auto; gap: 8px; padding: 11px 0; }.settings-screen .person-row .avatar { width: 34px; height: 34px; font-size: 8px; }.settings-screen .person-row b { font-size: 9px; }.settings-screen .person-row small { font-size: 7px; }.settings-screen .person-row em { padding: 4px 6px; font-size: 7px; }.settings-screen .audit-line { margin-top: 14px; padding: 10px; font-size: 8px; }
.secure-note { position: relative; z-index: 2; display: flex; align-items: center; gap: 7px; margin: 10px; padding: 8px 10px; border-radius: 13px; background: color-mix(in oklch,var(--success) 9%,var(--surface-strong)); color: var(--success); font-size: 8px; }.secure-note b { display: grid; place-items: center; width: 20px; height: 20px; border-radius: 8px; background: var(--success); color: white; }.secure-feed { justify-content: center; }
.head-action,.voice button,.video-card .play,.video-tile i { display: grid; place-items: center; padding: 0; }
.head-action .demo-icon { width: 13px; height: 13px; }
.voice button .demo-icon { width: 12px; height: 12px; }
.video-card .demo-icon,.video-tile .demo-icon { width: 18px; height: 18px; }
.app-search .demo-icon,.app-head em .demo-icon { width: 13px; height: 13px; }
.app-fab .demo-icon { width: 23px; height: 23px; }
.app-composer>span:first-child,.app-composer>b,.app-composer>em { display: grid; place-items: center; }
.app-composer .demo-icon { width: 13px; height: 13px; }
.topic-card .demo-icon { width: 19px; height: 19px; }
.settings-nav button { display: flex; align-items: center; gap: 6px; }
.settings-nav button .demo-icon { width: 12px; height: 12px; flex: none; }
.delivery-state { display: inline-grid; place-items: center; vertical-align: -.15em; }
.delivery-state .demo-icon { width: 9px; height: 9px; }
.sync-toast .demo-icon,.audit-line .demo-icon,.secure-note .demo-icon { width: 14px; height: 14px; }
.secure-dialog small { display: flex; align-items: center; gap: 4px; }
.secure-dialog .demo-icon,.app-head b .demo-icon { display: inline-block; width: 10px; height: 10px; margin-right: 3px; vertical-align: -.08em; }
.story-demo.visible .scenario-step-1,.story-demo.visible .scenario-step-2,.story-demo.visible .scenario-step-3 { animation: scenario-in .5s cubic-bezier(.2,.8,.2,1) both; }.story-demo.visible .scenario-step-2 { animation-delay: .18s; }.story-demo.visible .scenario-step-3 { animation-delay: .36s; }@keyframes scenario-in { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: none; } }

/* Звонок — компактная копия рабочего интерфейса, а не абстрактная карточка. */
.call-product-demo { min-height: 520px; }
.call-live { display: inline-flex; align-items: center; gap: 6px; color: var(--success); font-size: 8px; font-weight: 800; text-transform: uppercase; letter-spacing: .06em; }
.call-live i { width: 7px; height: 7px; border-radius: 50%; background: var(--success); box-shadow: 0 0 0 4px color-mix(in oklch,var(--success) 12%,transparent); }
.call-app { display: flex; min-height: 476px; flex-direction: column; padding: 10px; background: oklch(14% .025 265); color: oklch(96% .01 265); }
.call-topbar { display: grid; grid-template-columns: 36px minmax(0,1fr) 32px; align-items: center; gap: 9px; min-height: 54px; padding: 7px 8px; border: 1px solid oklch(40% .035 265 / .55); border-radius: 18px; background: oklch(23% .035 265 / .82); backdrop-filter: blur(24px); }
.call-topbar .avatar { width: 36px; height: 36px; font-size: 8px; }.call-topbar b,.call-topbar small { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }.call-topbar b { font-size: 10px; }.call-topbar small { color: oklch(73% .025 265); font-size: 8px; }
.call-topbar button { display: grid; place-items: center; width: 32px; height: 32px; border: 0; border-radius: 50%; background: oklch(31% .035 265); color: inherit; }.call-topbar svg,.call-controls svg { width: 16px; height: 16px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.call-stage { display: grid; grid-template-columns: minmax(0,1fr) 108px; gap: 8px; min-height: 0; flex: 1; padding: 8px 0; }
.shared-screen { min-width: 0; overflow: hidden; border: 1px solid oklch(40% .035 265 / .55); border-radius: 20px; background: oklch(19% .03 265); }
.shared-screen-head { display: grid; grid-template-columns: auto minmax(0,1fr) auto; align-items: center; gap: 8px; min-height: 36px; padding: 0 10px; border-bottom: 1px solid oklch(40% .035 265 / .48); color: oklch(76% .02 265); font-size: 7px; }.shared-screen-head>span { display: flex; gap: 3px; }.shared-screen-head i { width: 5px; height: 5px; border-radius: 50%; background: oklch(61% .2 28); }.shared-screen-head i:nth-child(2) { background: oklch(76% .17 82); }.shared-screen-head i:nth-child(3) { background: oklch(67% .17 150); }.shared-screen-head b { overflow: hidden; color: oklch(93% .01 265); text-overflow: ellipsis; white-space: nowrap; }.shared-screen-head em { font-style: normal; white-space: nowrap; }
.shared-document { display: flex; min-height: 292px; flex-direction: column; justify-content: center; padding: 24px; background: radial-gradient(circle at 82% 16%,oklch(69% .19 230 / .28),transparent 32%),linear-gradient(145deg,oklch(30% .08 280),oklch(23% .055 250)); }.document-kicker { color: oklch(79% .14 230); font-size: 7px; font-weight: 900; letter-spacing: .18em; }.shared-document strong { max-width: 310px; margin: 8px 0 17px; font-size: clamp(17px,2.1vw,27px); line-height: 1.03; letter-spacing: -.025em; }.shared-document small { color: oklch(75% .04 250); font-size: 7px; }
.document-chart { display: flex; align-items: end; gap: 5px; width: min(72%,260px); height: 50px; margin-bottom: 14px; }.document-chart i { width: 18%; height: 35%; border-radius: 5px 5px 2px 2px; background: linear-gradient(to top,oklch(62% .21 280),oklch(75% .15 225)); }.document-chart i:nth-child(2) { height: 52%; }.document-chart i:nth-child(3) { height: 46%; }.document-chart i:nth-child(4) { height: 78%; }.document-chart i:nth-child(5) { height: 100%; }
.call-participants { display: grid; align-content: start; gap: 7px; }.call-person { position: relative; display: grid; grid-template-columns: 31px minmax(0,1fr); align-items: center; gap: 6px; min-height: 70px; padding: 7px; border: 1px solid oklch(40% .035 265 / .52); border-radius: 17px; background: oklch(22% .035 265); }.call-person.speaking { border: 2px solid var(--success); box-shadow: 0 0 0 3px color-mix(in oklch,var(--success) 15%,transparent); }.call-person .avatar { width: 31px; height: 31px; font-size: 7px; }.call-person b,.call-person small { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }.call-person b { font-size: 7px; }.call-person small { color: oklch(69% .025 265); font-size: 6px; }.call-person.speaking small { color: var(--success); }
.call-controls { display: flex; justify-content: center; gap: 8px; }.call-controls span { display: grid; place-items: center; width: 39px; height: 39px; border-radius: 50%; background: oklch(27% .035 265); color: oklch(93% .01 265); }.call-controls span.active { background: var(--brand); }.call-controls span:last-child { margin-left: 8px; background: var(--danger); }

/* Реальные кадры мобильного клиента: один читаемый экран вместо коллажа. */
.mobile-apps { overflow: clip; }
.mobile-showcase { display: grid; gap: 42px; }
.mobile-showcase-copy { display: grid; grid-template-columns: minmax(0,1.35fr) minmax(270px,.65fr); align-items: end; gap: clamp(36px,7vw,96px); }
.mobile-showcase-copy h2 { max-width: 780px; margin-bottom: 16px; }
.mobile-showcase-copy p { max-width: 720px; margin: 0; color: var(--muted); font-size: clamp(17px,1.7vw,21px); }
.mobile-showcase-meta { align-self: end; }
.mobile-showcase-meta .platforms { margin: 0 0 18px; }
.mobile-note { display: block; max-width: 470px; color: var(--muted); line-height: 1.55; }

.store-gallery { display: grid; grid-template-columns: minmax(0,1fr) minmax(320px,410px); gap: clamp(24px,4vw,52px); align-items: stretch; padding: clamp(22px,4vw,46px); border: 1px solid var(--line); border-radius: 36px; background: color-mix(in oklch,var(--surface-strong) 88%,transparent); box-shadow: var(--shadow); backdrop-filter: blur(20px) saturate(118%); }
.store-gallery-tabs { display: grid; align-content: center; gap: 12px; min-width: 0; }
.store-gallery-tab { display: grid; grid-template-columns: 76px minmax(0,1fr); align-items: center; gap: 18px; width: 100%; min-width: 0; padding: 14px; border: 1px solid transparent; border-radius: 22px; background: transparent; color: var(--text); text-align: left; cursor: pointer; transition: background .2s,border-color .2s,transform .2s; }
.store-gallery-tab:hover { background: color-mix(in oklch,var(--text) 4%,transparent); }
.store-gallery-tab.active { border-color: color-mix(in oklch,var(--brand) 35%,var(--line)); background: color-mix(in oklch,var(--brand) 8%,var(--surface-strong)); }
.store-gallery-tab:focus-visible,.store-zoom:focus-visible,.store-dialog button:focus-visible { outline: 3px solid color-mix(in oklch,var(--brand) 42%,transparent); outline-offset: 3px; }
.store-gallery-tab>span:last-child { min-width: 0; }
.store-gallery-tab b,.store-gallery-tab small { display: block; }
.store-gallery-tab b { margin-bottom: 5px; font-size: 17px; letter-spacing: -.008em; }
.store-gallery-tab small { color: var(--muted); font-size: 13px; line-height: 1.45; }
.store-tab-thumb { display: block; width: 76px; aspect-ratio: 9/16; overflow: hidden; border: 1px solid var(--line); border-radius: 14px; background: var(--bg-deep); box-shadow: 0 7px 18px oklch(24% .04 270 / .1); }
.store-tab-thumb img { display: block; width: 100%; height: 100%; object-fit: cover; }

.store-viewport { display: grid; place-items: center; align-content: center; min-width: 0; margin: 0; padding: clamp(18px,3vw,34px); border-radius: 28px; background: linear-gradient(155deg,color-mix(in oklch,var(--brand) 7%,var(--bg-deep)),color-mix(in oklch,var(--brand-2) 8%,var(--bg))); }
.store-zoom { position: relative; display: block; width: min(100%,348px); aspect-ratio: 9/16; padding: 0; overflow: hidden; border: 6px solid oklch(17% .025 270); border-radius: 34px; background: oklch(17% .025 270); box-shadow: 0 24px 58px oklch(20% .05 270 / .24); cursor: zoom-in; }
.store-zoom>img { display: block; width: 100%; height: 100%; object-fit: cover; }
.store-zoom>span { position: absolute; right: 12px; bottom: 12px; display: grid; place-items: center; width: 36px; height: 36px; border: 1px solid oklch(100% 0 0 / .34); border-radius: 50%; background: oklch(14% .02 270 / .72); color: white; opacity: 0; transform: translateY(4px); transition: opacity .2s,transform .2s; backdrop-filter: blur(12px); }
.store-zoom:hover>span,.store-zoom:focus-visible>span { opacity: 1; transform: none; }
.store-zoom svg,.store-dialog svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.store-viewport figcaption { margin-top: 16px; color: var(--muted); font-size: 13px; text-align: center; }

.store-dialog { width: min(94vw,540px); max-width: none; height: min(94dvh,920px); max-height: none; padding: 16px; border: 1px solid oklch(100% 0 0 / .18); border-radius: 28px; background: oklch(13% .02 270 / .96); box-shadow: 0 34px 110px oklch(4% .03 270 / .68); }
.store-dialog::backdrop { background: oklch(8% .02 270 / .78); backdrop-filter: blur(8px); }
.store-dialog img { display: block; width: 100%; height: 100%; object-fit: contain; border-radius: 18px; }
.store-dialog button { position: absolute; z-index: 2; top: 22px; right: 22px; display: grid; place-items: center; width: 42px; height: 42px; border: 1px solid oklch(100% 0 0 / .2); border-radius: 50%; background: oklch(13% .02 270 / .78); color: white; cursor: pointer; backdrop-filter: blur(12px); }

@media (max-width: 1020px) {
  .mobile-showcase-copy { grid-template-columns: 1fr; gap: 22px; }
  .mobile-showcase-meta { display: grid; grid-template-columns: auto minmax(0,1fr); align-items: center; gap: 24px; }
  .mobile-showcase-meta .platforms { margin: 0; }
  .store-gallery { grid-template-columns: minmax(0,1fr) minmax(300px,360px); }
  .store-gallery-tab { grid-template-columns: 62px minmax(0,1fr); gap: 13px; }
  .store-tab-thumb { width: 62px; }
}
@media (max-width: 760px) {
  .call-product-demo,.call-app { min-height: 430px; }
  .call-stage { grid-template-columns: minmax(0,1fr); }
  .shared-document { min-height: 224px; padding: 18px; }
  .call-participants { grid-template-columns: repeat(3,minmax(0,1fr)); }
  .call-person { grid-template-columns: 26px minmax(0,1fr); min-height: 51px; padding: 5px; border-radius: 13px; }.call-person .avatar { width: 26px; height: 26px; }
  .mobile-showcase { gap: 30px; }
  .mobile-showcase-copy { gap: 18px; }
  .mobile-showcase-meta { display: block; }
  .mobile-showcase-meta .platforms { margin: 0 0 16px; }
  .store-gallery { grid-template-columns: 1fr; gap: 18px; padding: 14px; border-radius: 27px; }
  .store-gallery-tabs { display: flex; order: 1; gap: 9px; margin-inline: -14px; padding: 0 14px 7px; overflow-x: auto; overscroll-behavior-inline: contain; scroll-snap-type: x proximity; scrollbar-width: thin; }
  .store-gallery-tab { grid-template-columns: 48px minmax(0,1fr); min-width: min(82vw,290px); padding: 10px; border-radius: 17px; scroll-snap-align: center; }
  .store-gallery-tab small { font-size: 11px; }
  .store-gallery-tab b { margin-bottom: 3px; font-size: 14px; }
  .store-tab-thumb { width: 48px; border-radius: 10px; }
  .store-viewport { order: 2; padding: 18px 10px; border-radius: 21px; }
  .store-zoom { width: min(100%,340px); border-width: 5px; border-radius: 30px; }
}
@media (max-width: 430px) {
  .mobile-showcase-copy h2 { font-size: clamp(36px,11.4vw,48px); }
  .store-dialog { width: 96vw; height: 94dvh; padding: 10px; border-radius: 22px; }
  .shared-screen-head em { display: none; }
  .shared-document strong { font-size: 18px; }
}

@media (max-width: 1020px) {
  .hero { grid-template-columns: 1fr; padding-top: 110px; padding-bottom: 80px; }.hero-copy { padding-bottom: 10px; }.hero-copy h1 { max-width: 800px; }.hero-demo { width: min(760px,100%); margin: 0 auto; }.story-grid,.hosting-grid,.order-grid { gap: 45px; }.cap-grid { grid-template-columns: repeat(2,1fr); }
}
@media (max-width: 760px) {
  html { scroll-snap-type: y proximity; }.shell,.pricing-shell { width: min(100% - 28px,1200px); }.snap-section { min-height: 100svh; }.nav { height: 64px; }.nav-links { display: none; }.nav .button.ghost { display: none; }.button.compact { min-height: 38px; padding: 0 13px; }.site-header .logo { font-size: 21px; }.hero { display: block; padding-top: 92px; }.hero-copy { width: 100%; padding: 24px 0 38px; }.hero-copy h1 { font-size: clamp(42px,13vw,65px); }.hero-lead { font-size: 17px; }.trust-row { gap: 9px 14px; }.chat-window { grid-template-columns: 1fr; min-height: 570px; transform: none; animation: none; }.chat-sidebar { display: none; }.hero-demo { width: 100%; }.story,.capabilities,.hosting,.try,.mobile-apps,.pricing,.order { padding: 90px 0 55px; }.story-grid,.hosting-grid,.order-grid { grid-template-columns: 1fr; gap: 42px; }.story.alt .story-copy,.story.alt .story-demo { order: initial; }.story-copy { order: 1!important; }.story-demo { order: 2!important; }.story-demo>.glass { min-height: 450px; border-radius: 26px; }.story-copy h2 { font-size: clamp(36px,12vw,54px); }.topic-demo,.gallery-demo,.voice-demo,.sync-demo,.admin-demo,.secure-demo { padding: 20px; }.topic-card { grid-template-columns: 40px minmax(0,1fr) auto; padding: 12px 10px; }.topic-card>span { width: 40px; height: 40px; }.cap-grid { grid-template-columns: 1fr; }.cap-grid article { min-height: 0; }.hosting-copy { order: 1; }.terminal { order: 2; min-height: 380px; }.term-body { min-height: 330px; padding: 20px; overflow-x: auto; }.try-grid { grid-template-columns: 1fr; }.try-arrow { transform: rotate(90deg); }.try-step p { min-height: 0; }.price-card { grid-template-columns: 1fr; }.price-main,.price-details { padding: 30px 24px; }.price-main strong { font-size: clamp(48px,18vw,72px); }.footer-grid { grid-template-columns: 1fr; }.footer-controls { justify-content: start; }.footer-bottom { flex-direction: column; }.back-top { left: 15px; bottom: 15px; }.gallery { grid-template-rows: 120px 100px; }.composer { margin-bottom: 8px; }.messages { padding: 10px; }
}
@media (max-width: 430px) {
  .nav .button.compact { font-size: 12px; }.hero .cta-row { display: grid; }.hero .button { width: 100%; }.chat-window { min-height: 530px; }.messages .bubble:nth-child(1),.messages .bubble:nth-child(5) { display: none; }.story-demo>.glass { min-height: 420px; }.person-row { grid-template-columns: 38px minmax(0,1fr); }.person-row em { grid-column: 2; width: fit-content; }.server-price { grid-template-columns: 1fr; }.server-price small { grid-column: auto; }
}
@media (max-width: 760px) {
  .footer-controls { justify-items: start; }
  .footer-controls .seg { justify-self: start; }
}
@media (max-width: 760px) {
  html { scroll-snap-type: none; }
  .shell,.pricing-shell { width: min(calc(100% - 20px),1200px); }
  .nav { gap: 5px; }
  .nav .button.ghost { display: inline-flex; }
  .nav .button.compact { min-height: 36px; padding-inline: 10px; border-radius: 11px; font-size: 11px; white-space: nowrap; }
  .site-header .logo { font-size: 19px; }
  .product-demo,.story-demo>.product-demo { min-height: 430px; border-radius: 25px; }
  .app-grid { grid-template-columns: 88px minmax(0,1fr); min-height: 386px; }
  .app-dialogs { padding-inline: 5px; }
  .app-dialog { grid-template-columns: 29px minmax(0,1fr); gap: 5px; padding-inline: 4px; }
  .app-dialog .avatar { width: 29px; height: 29px; }
  .app-dialog b { font-size: 8px; }.app-dialog small { font-size: 7px; }
  .app-head { grid-template-columns: 31px minmax(0,1fr) auto; min-height: 49px; padding-inline: 8px; }
  .app-head .avatar { width: 31px; height: 31px; }
  .topic-content .topic-card { grid-template-columns: 31px minmax(0,1fr) auto; padding: 9px 8px; }
  .topic-content .topic-card>span { width: 31px; height: 31px; }
  .demo-chat-feed { padding: 9px 8px; }
  .demo-chat-feed .bubble { max-width: 88%; }
  .media-message .gallery { grid-template-rows: 60px 46px; }
  .app-composer { margin-inline: 6px; }
  .admin-app { grid-template-columns: 88px minmax(0,1fr); min-height: 386px; }
  .settings-nav { padding-inline: 5px; }.settings-user { padding-inline: 2px; }.settings-user span:nth-child(2) { min-width: 0; }
  .settings-screen { padding: 12px 9px; }.settings-screen .person-row { grid-template-columns: 29px minmax(0,1fr); }.settings-screen .person-row em { grid-column: 2; width: fit-content; }
  .price-main strong { font-size: clamp(42px,14vw,62px); }
}
@media (max-width: 350px) {
  .nav .button.compact { padding-inline: 8px; font-size: 10px; }
  .site-header .logo { font-size: 17px; }
  .app-grid,.admin-app { grid-template-columns: 76px minmax(0,1fr); }
  .app-dialog span:nth-child(2) { min-width: 0; }
}
@media (max-width: 300px) {
  .shell,.pricing-shell { width: min(calc(100% - 16px),1200px); }
  .trust-row span { min-width: 0; white-space: normal; }
  .trust-row b { overflow-wrap: anywhere; }
  .app-grid { grid-template-columns: minmax(0,1fr); }
  .app-grid>.app-dialogs { display: none; }
  .admin-app { grid-template-columns: 68px minmax(0,1fr); }
  .story-copy h2 { font-size: 34px; }
  .story-copy li { font-size: 14px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; scroll-snap-type: none; } *,*::before,*::after { animation-duration: .01ms!important; animation-iteration-count: 1!important; transition-duration: .01ms!important; }.reveal,.story-demo.reveal,.story.alt .story-demo.reveal { opacity: 1; transform: none; }
}

/* Пиктограммы платформ и направлений — без текстовых псевдосимволов. */
.platforms span { display: inline-flex; align-items: center; gap: 8px; }
.platforms svg { width: 19px; height: 19px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.back-top { display: grid; place-items: center; }
.back-top svg { width: 21px; height: 21px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.submit-button i { transform-origin: center; }
.submit-button i svg { width: 17px; height: 17px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.submit-button:hover i { animation: none; transform: rotate(90deg); }

/* Опциональный AI-помощник: реальный сценарий composer → preview, без
   визуального намёка на передачу истории или «локальную модель». */
.ai-product-demo { min-height: 520px; }
.ai-title-spark { display: grid; place-items: center; width: 25px; height: 25px; border: 1px solid color-mix(in oklch,var(--brand) 30%,var(--line)); border-radius: 50%; color: var(--brand); background: color-mix(in oklch,var(--brand) 9%,var(--surface-strong)); }
.ai-title-spark svg,.ai-trigger svg,.ai-card-label svg,.ai-privacy-strip>svg { width: 15px; height: 15px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.ai-app { position: relative; display: flex; min-width: 0; min-height: 476px; flex: 1; flex-direction: column; overflow: hidden; background: color-mix(in oklch,var(--bg) 76%,transparent); }
.ai-demo-head { position: relative; z-index: 2; display: grid; grid-template-columns: 36px minmax(0,1fr) auto; align-items: center; gap: 9px; min-width: 0; padding: 10px 13px; border-bottom: 1px solid var(--line); background: color-mix(in oklch,var(--surface-strong) 91%,transparent); backdrop-filter: blur(24px) saturate(145%); }
.ai-demo-head .avatar { width: 36px; height: 36px; font-size: 9px; }
.ai-demo-head b,.ai-demo-head small { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.ai-demo-head b { font-size: 11px; }.ai-demo-head small { color: var(--muted); font-size: 8px; }
.ai-optional { max-width: 120px; padding: 5px 8px; overflow: hidden; border: 1px solid color-mix(in oklch,var(--brand) 26%,var(--line)); border-radius: 999px; background: color-mix(in oklch,var(--brand) 8%,var(--surface)); color: var(--brand); text-overflow: ellipsis; white-space: nowrap; font-size: 7px; font-weight: 800; letter-spacing: .03em; text-transform: uppercase; }
.ai-workspace { position: relative; z-index: 1; display: grid; align-content: center; gap: 9px; min-width: 0; flex: 1; padding: 16px clamp(12px,4vw,28px); }
.ai-draft-card,.ai-result-card { min-width: 0; padding: 13px; border: 1px solid var(--line); border-radius: 18px; background: linear-gradient(145deg,color-mix(in oklch,var(--surface-strong) 86%,transparent),color-mix(in oklch,var(--surface) 88%,transparent)); box-shadow: var(--shadow-soft); backdrop-filter: blur(24px) saturate(145%); }
.ai-draft-card { position: relative; padding-right: 108px; }
.ai-card-label { display: inline-flex; align-items: center; gap: 5px; color: var(--muted); font-size: 8px; font-weight: 750; letter-spacing: .04em; text-transform: uppercase; }
.ai-card-label svg { color: var(--brand); }
.ai-draft-card p,.ai-result-card p { margin: 7px 0 0; overflow-wrap: anywhere; color: var(--text); font-size: 11px; line-height: 1.45; }
.ai-trigger { position: absolute; right: 11px; bottom: 11px; display: inline-flex; align-items: center; gap: 5px; min-height: 31px; padding: 0 10px; border: 0; border-radius: 11px; background: linear-gradient(120deg,var(--brand),var(--brand-3)); color: white; box-shadow: 0 8px 19px color-mix(in oklch,var(--brand) 25%,transparent); font-size: 8px; font-weight: 800; }
.ai-trigger svg { width: 13px; height: 13px; }
.ai-actions { display: flex; min-width: 0; flex-wrap: wrap; gap: 5px; padding-inline: 2px; }
.ai-actions span { padding: 5px 8px; border: 1px solid var(--line); border-radius: 999px; background: color-mix(in oklch,var(--surface-strong) 72%,transparent); color: var(--muted); font-size: 7px; font-weight: 720; }
.ai-actions span.active { border-color: color-mix(in oklch,var(--brand) 38%,var(--line)); background: color-mix(in oklch,var(--brand) 11%,var(--surface-strong)); color: var(--brand); }
.ai-result-card { border-color: color-mix(in oklch,var(--brand) 34%,var(--line)); box-shadow: 0 16px 42px color-mix(in oklch,var(--brand) 10%,transparent),inset 0 1px 0 oklch(100% 0 0 / .35); }
.ai-result-actions { display: flex; justify-content: flex-end; gap: 6px; margin-top: 11px; }
.ai-result-actions button { min-height: 29px; padding: 0 10px; border: 1px solid var(--line); border-radius: 10px; background: color-mix(in oklch,var(--surface-strong) 76%,transparent); color: var(--muted); font-size: 8px; font-weight: 760; }
.ai-result-actions button.apply { border-color: transparent; background: linear-gradient(120deg,var(--brand),var(--brand-2)); color: white; box-shadow: 0 7px 17px color-mix(in oklch,var(--brand) 22%,transparent); }
.ai-privacy-strip { position: relative; z-index: 2; display: grid; grid-template-columns: 27px minmax(0,1fr) minmax(80px,140px); align-items: center; gap: 8px; min-width: 0; padding: 10px 13px; border-top: 1px solid var(--line); background: color-mix(in oklch,var(--surface-strong) 92%,transparent); backdrop-filter: blur(24px) saturate(145%); }
.ai-privacy-strip>svg { width: 22px; height: 22px; color: var(--success); }
.ai-privacy-strip b,.ai-privacy-strip small { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }.ai-privacy-strip b { font-size: 8px; }.ai-privacy-strip small { color: var(--muted); font-size: 7px; }
.ai-privacy-strip em { color: var(--muted); font-size: 7px; font-style: normal; line-height: 1.25; text-align: right; }

@media (max-width: 760px) {
  .ai-product-demo { min-height: 430px; }
  .ai-app { min-height: 386px; }
  .ai-workspace { padding: 11px 9px; }
  .ai-draft-card,.ai-result-card { padding: 11px; border-radius: 15px; }
  .ai-draft-card { padding-right: 96px; }
  .ai-trigger { right: 8px; bottom: 8px; padding-inline: 8px; }
  .ai-privacy-strip { grid-template-columns: 23px minmax(0,1fr); padding: 8px 10px; }
  .ai-privacy-strip em { grid-column: 2; overflow-wrap: anywhere; text-align: left; }
}
@media (max-width: 390px) {
  .ai-demo-head { grid-template-columns: 32px minmax(0,1fr); padding-inline: 9px; }
  .ai-demo-head .avatar { width: 32px; height: 32px; }
  .ai-optional { display: none; }
  .ai-draft-card { padding-right: 11px; padding-bottom: 49px; }
  .ai-result-actions { flex-wrap: wrap; }
  .ai-actions span { padding-inline: 6px; }
}

/* На узких экранах секции растут по содержимому: без пустых экранов и рывков. */
@media (max-width: 760px) {
  .snap-section { min-height: 0; }
  .cap-groups { grid-template-columns: 1fr; gap: 12px; }
  .cap-group { border-radius: 21px; }
  .cap-group>header { padding: 18px; }
  .cap-list { padding-inline: 18px; }
  .cap-list article { padding-block: 18px; }
}

@media (min-width: 761px) and (max-width: 1060px) {
  .cap-groups { grid-template-columns: 1fr; }
  .cap-list { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 0 28px; }
  .cap-list article:nth-child(2) { border-top: 0; }
}

/* Final typography and consent layer. These rules deliberately stay together:
   they are shared by the landing, company and privacy pages. */
h1 { letter-spacing: -.012em; }
h2 { letter-spacing: -.008em; }
.price-main strong {
  letter-spacing: -.02em;
}
.price-main small { margin: 10px 0 0; }
.price-main .price-equivalent {
  max-width: 440px;
  margin: 5px 0 25px;
  font-size: 12px;
  line-height: 1.45;
}
.reveal { opacity: 1; transform: none; }
.js .reveal {
  opacity: 0;
  transform: translateY(12px);
  transition: opacity .62s cubic-bezier(.2,.8,.2,1),transform .62s cubic-bezier(.2,.8,.2,1);
}
.js .reveal.visible { opacity: 1; transform: none; }
.js .story-demo.reveal,.js .story.alt .story-demo.reveal { transform: translateY(10px); }
.js .story-demo.reveal.visible,.js .story.alt .story-demo.reveal.visible { transform: none; }
.story-demo.visible .demo-float { animation: none; }
.site-header .button[href="#order"] { animation: none; background-size: 100% 100%; }
.site-header .button[href="#order"]::before,
.submit-button::before {
  content: "";
  position: absolute;
  z-index: -1;
  border-radius: inherit;
  pointer-events: none;
}
.order-form .form-consent {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-weight: 500;
  line-height: 1.45;
}
.order-form .form-consent input {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  margin: 2px 0 0;
  padding: 0;
  accent-color: var(--brand);
}
.form-consent a { color: var(--brand); text-underline-offset: 2px; }
.footer-links button {
  width: fit-content;
  padding: 0;
  border: 0;
  background: none;
  color: var(--muted);
  text-align: left;
  font-size: 14px;
  font-weight: 650;
  cursor: pointer;
  transition: color .2s;
}
.footer-links button:hover { color: var(--text); }
.button:focus-visible,
.seg button:focus-visible,
.back-top:focus-visible,
.footer-links button:focus-visible,
.company-back:focus-visible,
.order-form input:focus-visible,
.order-form textarea:focus-visible {
  outline: 3px solid color-mix(in oklch,var(--brand) 40%,transparent);
  outline-offset: 3px;
}

.analytics-consent {
  position: fixed;
  z-index: 1000;
  left: 50%;
  bottom: max(18px,env(safe-area-inset-bottom));
  display: grid;
  grid-template-columns: minmax(0,1fr) auto;
  gap: 18px 28px;
  align-items: center;
  width: min(920px,calc(100% - 32px));
  max-height: min(82dvh,620px);
  padding: 22px 58px 22px 24px;
  overflow: auto;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: color-mix(in oklch,var(--surface-strong) 96%,transparent);
  box-shadow: 0 24px 80px oklch(18% .055 270 / .25),inset 0 1px 0 oklch(100% 0 0 / .55);
  translate: -50% 0;
  backdrop-filter: blur(30px) saturate(145%);
  -webkit-backdrop-filter: blur(30px) saturate(145%);
}
.analytics-consent[hidden] { display: none; }
.analytics-consent-copy { min-width: 0; }
.analytics-consent-copy strong {
  display: block;
  margin-bottom: 5px;
  font-size: 17px;
  line-height: 1.25;
}
.analytics-consent-copy p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.5; }
.analytics-consent-copy a { color: var(--text); text-underline-offset: 2px; }
.analytics-consent-actions { display: flex; gap: 9px; }
.analytics-choice {
  min-height: 42px;
  padding: 0 16px;
  border: 1px solid var(--line);
  border-radius: 13px;
  white-space: nowrap;
  font-size: 13px;
  font-weight: 740;
  cursor: pointer;
}
.analytics-choice-primary {
  border-color: transparent;
  background: linear-gradient(132deg,oklch(54% .2 280),oklch(61% .17 244));
  color: white;
  box-shadow: 0 9px 24px oklch(48% .16 274 / .22);
}
.analytics-choice-secondary { background: var(--surface); color: var(--text); }
.analytics-choice:hover { transform: translateY(-1px); }
.analytics-choice:focus-visible,.analytics-consent-close:focus-visible {
  outline: 3px solid color-mix(in oklch,var(--brand) 40%,transparent);
  outline-offset: 3px;
}
.analytics-consent-close {
  position: absolute;
  top: 13px;
  right: 13px;
  width: 34px;
  height: 34px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: color-mix(in oklch,var(--text) 6%,transparent);
  color: var(--muted);
  cursor: pointer;
}
.analytics-consent-close::before,.analytics-consent-close::after {
  content: "";
  position: absolute;
  top: 16px;
  left: 10px;
  width: 14px;
  height: 1.5px;
  border-radius: 2px;
  background: currentColor;
  transform: rotate(45deg);
}
.analytics-consent-close::after { transform: rotate(-45deg); }
.analytics-consent-close[hidden] { display: none; }
.analytics-consent-open .back-top { opacity: 0!important; pointer-events: none!important; }

@media (max-width: 760px) {
  .store-gallery-tabs { order: 2; }
  .store-viewport { order: 1; }
  .store-gallery-tab { min-width: min(68vw,220px); grid-template-columns: 42px minmax(0,1fr); }
  .store-gallery-tab small { display: none; }
  .store-tab-thumb { width: 42px; }
  .store-zoom>span { opacity: 1; transform: none; }
  .analytics-consent {
    grid-template-columns: 1fr;
    gap: 16px;
    width: calc(100% - 16px);
    padding: 20px 18px calc(18px + env(safe-area-inset-bottom));
    border-radius: 21px;
  }
  .analytics-consent-copy { padding-right: 28px; }
  .analytics-consent-actions { display: grid; grid-template-columns: 1fr 1fr; }
  .analytics-choice { min-height: 46px; padding-inline: 10px; white-space: normal; line-height: 1.2; }
  .nav .button.compact { min-height: 40px; font-size: 11.5px; }
}
@media (max-width: 350px) {
  .nav .button.compact { min-height: 40px; padding-inline: 7px; font-size: 11px; }
  .analytics-consent-actions { grid-template-columns: 1fr; }
}
@media print {
  .analytics-consent { display: none!important; }
}
