/* SameSet — sameset.app. Палитра бренда: #EAEFEF #BFC9D1 #25343F #F29052 */
:root {
  --ink: #25343F; --ink-2: #1D2A33; --ink-3: #22313B; --paper: #F4F6F6; --surface: #EAEFEF; --slate: #BFC9D1; --gray: #9AA6AF;
  --orange: #F29052; --orange-text: #B35C29; --g45: #4C5760; --g50: #59656E; --g58: #707C85; --green: #5CB28F; --mint: #7CCBAA;
  --line: rgba(37, 52, 63, .10);
  --display: 'Unbounded', 'SF Pro Display', -apple-system, BlinkMacSystemFont, sans-serif;
  --text: 'Onest', -apple-system, BlinkMacSystemFont, 'Helvetica Neue', Arial, sans-serif;
  --mono: ui-monospace, 'SF Mono', Menlo, monospace;
  --ease: cubic-bezier(.2, .7, .2, 1);
  --pad: clamp(20px, 6vw, 120px);
}
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
html.lenis, html.lenis body { height: auto; }
.lenis.lenis-smooth { scroll-behavior: auto !important; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--text); font-size: 16px; line-height: 1.5; -webkit-font-smoothing: antialiased; overflow-x: hidden; }
a { color: var(--orange-text); text-decoration: none; }
a:hover { color: #8E4A21; }
img, svg { display: block; }
h1, h2, h3 { margin: 0; font-family: var(--display); font-weight: 600; letter-spacing: -.03em; text-wrap: balance; }
p { margin: 0; text-wrap: pretty; }
.icon { flex-shrink: 0; }
.muted { color: var(--g58); }
.small { font-size: 13px; }
.skip { position: absolute; left: -999px; top: 8px; z-index: 50; background: var(--ink); color: var(--surface); padding: 8px 14px; border-radius: 10px; }
.skip:focus { left: 8px; }
:focus-visible { outline: 2px solid var(--orange); outline-offset: 3px; border-radius: 6px; }

/* ----- кнопки ----- */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; height: 48px; padding: 0 22px; border-radius: 24px; font-weight: 600; font-size: 15px; white-space: nowrap; border: 0; cursor: pointer; transition: transform .25s var(--ease), box-shadow .25s var(--ease), background .2s; }
.btn:hover { transform: translateY(-2px); }
.btn:active { transform: translateY(0) scale(.98); }
.btn-primary { background: var(--orange); color: var(--ink); box-shadow: 0 10px 30px rgba(242, 144, 82, .35); }
.btn-primary:hover { color: var(--ink); box-shadow: 0 16px 38px rgba(242, 144, 82, .45); }
.btn-ghost { background: rgba(37, 52, 63, .06); color: var(--ink); }
.btn-ghost:hover { color: var(--ink); background: rgba(37, 52, 63, .1); }
.btn-outline { background: transparent; color: var(--surface); box-shadow: inset 0 0 0 1.5px rgba(234, 239, 239, .3); }
.btn-outline:hover { color: var(--surface); box-shadow: inset 0 0 0 1.5px rgba(234, 239, 239, .6); }
.btn-sm { height: 42px; padding: 0 16px; font-size: 14px; }
.btn-lg { height: 58px; padding: 0 28px; border-radius: 29px; font-size: 16px; }
.btn-block { display: flex; width: 100%; }
.pill-btn { display: inline-flex; align-items: center; height: 36px; padding: 0 14px; border-radius: 18px; background: var(--orange); color: var(--ink); font-size: 12px; font-weight: 700; white-space: nowrap; }

/* ----- шапка ----- */
.nav { position: fixed; top: 16px; left: 50%; transform: translateX(-50%); width: min(1200px, calc(100% - 32px)); height: 64px; z-index: 30; display: flex; align-items: center; gap: 32px; padding: 0 10px 0 22px; border-radius: 32px; background: rgba(244, 246, 246, .72); backdrop-filter: saturate(1.4) blur(18px); -webkit-backdrop-filter: saturate(1.4) blur(18px); box-shadow: 0 0 0 1px var(--line), 0 12px 40px rgba(37, 52, 63, .06); transition: box-shadow .3s, background .3s; }
.nav.scrolled { background: rgba(244, 246, 246, .9); box-shadow: 0 0 0 1px var(--line), 0 16px 50px rgba(37, 52, 63, .12); }
.brand { display: inline-flex; align-items: center; gap: 10px; color: var(--ink); font-family: var(--display); font-weight: 600; font-size: 17px; letter-spacing: -.02em; }
.brand:hover { color: var(--ink); }
.nav-links { display: flex; gap: 28px; }
.nav-links a { color: var(--g45); font-size: 15px; font-weight: 500; }
.nav-links a:hover { color: var(--ink); }
.nav-right { margin-left: auto; display: flex; align-items: center; gap: 14px; }
.lang { color: var(--g58); font-size: 14px; font-weight: 600; }
.menu-btn { display: none; width: 42px; height: 42px; border: 0; border-radius: 21px; background: rgba(37, 52, 63, .06); color: var(--ink); align-items: center; justify-content: center; cursor: pointer; }
.mobile-menu { position: fixed; top: 88px; left: 16px; right: 16px; z-index: 29; display: flex; flex-direction: column; padding: 10px; border-radius: 24px; background: rgba(244, 246, 246, .97); box-shadow: 0 0 0 1px var(--line), 0 20px 60px rgba(37, 52, 63, .18); opacity: 0; transform: translateY(-8px); pointer-events: none; transition: .25s var(--ease); }
.mobile-menu.open { opacity: 1; transform: none; pointer-events: auto; }
.mobile-menu a { padding: 14px 16px; border-radius: 14px; color: var(--ink); font-weight: 600; font-size: 17px; }
.lang-banner { position: fixed; bottom: 18px; left: 50%; transform: translateX(-50%); z-index: 28; display: flex; align-items: center; gap: 14px; padding: 8px 8px 8px 18px; border-radius: 24px; background: var(--ink); color: var(--surface); font-size: 14px; box-shadow: 0 16px 40px rgba(37, 52, 63, .3); }
.lang-banner a { color: var(--orange); font-weight: 600; }
.lang-banner button { border: 0; background: rgba(234, 239, 239, .1); color: var(--surface); width: 30px; height: 30px; border-radius: 15px; display: flex; align-items: center; justify-content: center; cursor: pointer; }

/* ----- появление ----- */
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .9s var(--ease), transform .9s var(--ease); transition-delay: var(--d, 0ms); }
.reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { .reveal { opacity: 1; transform: none; transition: none; } *, *::before, *::after { animation-duration: .001ms !important; animation-iteration-count: 1 !important; } }

/* ----- общие секции ----- */
.section { padding: clamp(90px, 11vw, 150px) var(--pad) 0; max-width: 1440px; margin: 0 auto; }
.section.tight { padding-top: 60px; }
.section-head { display: flex; flex-direction: column; gap: 18px; margin-bottom: 48px; }
.section-head.split { flex-direction: row; align-items: flex-end; justify-content: space-between; gap: 40px; }
.section-head.split > div:first-child { display: flex; flex-direction: column; gap: 18px; }
.section-head.center { align-items: center; text-align: center; }
.section h2, .dark h2, .cta h2 { font-size: clamp(34px, 4.4vw, 56px); line-height: 1.06; max-width: 780px; }
.small-h2 { font-size: clamp(28px, 3vw, 38px) !important; margin-bottom: 34px; }
.lead { font-size: clamp(16px, 1.4vw, 19px); line-height: 1.55; color: var(--g50); max-width: 560px; }
.section-head.split .lead { max-width: 420px; }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; font-size: 13px; font-weight: 600; letter-spacing: .02em; color: var(--orange-text); }
.eyebrow::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: var(--orange); }
.eyebrow-dark { color: var(--slate); }
.bg-ring { position: absolute; pointer-events: none; opacity: .07; animation: drift 18s ease-in-out infinite; }
@keyframes drift { 0%, 100% { transform: translate(0, 0) rotate(0); } 50% { transform: translate(-18px, 10px) rotate(6deg); } }
@keyframes floaty { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-8px); } }
@keyframes pulse { 0%, 100% { opacity: .35; } 50% { opacity: 1; } }
@keyframes ping { 0% { transform: scale(1); opacity: .55; } 100% { transform: scale(2.6); opacity: 0; } }

/* ----- первый экран ----- */
.hero { position: relative; padding: 150px var(--pad) 0; display: flex; flex-direction: column; align-items: center; text-align: center; overflow: hidden; }
.hero .r1 { left: -160px; top: 60px; }
.hero .r2 { right: -200px; top: 420px; animation-direction: reverse; animation-duration: 22s; }
.hero-badge { display: inline-flex; align-items: center; gap: 10px; height: 36px; padding: 0 6px 0 16px; border-radius: 18px; background: #fff; box-shadow: 0 0 0 1px var(--line); font-size: 14px; font-weight: 500; color: var(--g45); }
.hero-badge span { height: 26px; padding: 0 10px; border-radius: 13px; background: rgba(242, 144, 82, .18); color: var(--orange-text); font-size: 12px; font-weight: 700; display: flex; align-items: center; }
.hero h1 { margin-top: 28px; font-size: clamp(42px, 7.2vw, 96px); line-height: 1; letter-spacing: -.045em; max-width: 1120px; }
.hero h1 em { font-style: normal; color: var(--orange); }
.hero-lead { margin-top: 26px; font-size: clamp(17px, 1.6vw, 21px); line-height: 1.55; color: var(--g50); max-width: 640px; }
.hero-actions { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 12px; margin-top: 36px; }
.hero-meta { margin-top: 18px; font-size: 14px; color: var(--g58); }

.scene-wrap { width: 100%; max-width: 1100px; margin-top: 70px; }
.scene { position: relative; display: flex; align-items: flex-start; justify-content: center; width: 1060px; transform-origin: top left; }
.scene-col { position: relative; display: flex; flex-direction: column; gap: 10px; text-align: left; }
.tilt-l { transform: rotate(-1.5deg); }
.tilt-r { transform: rotate(1.5deg); margin-top: 46px; }
.scene-who { font-size: 13px; font-weight: 600; color: var(--g50); padding-left: 6px; }
.scene-link { position: relative; width: 130px; height: 2px; margin: 150px -8px 0; background-image: linear-gradient(90deg, rgba(37, 52, 63, .25) 50%, transparent 50%); background-size: 8px 2px; z-index: 3; }
.scene-link i { position: absolute; top: -5px; width: 12px; height: 12px; border-radius: 50%; background: var(--orange); box-shadow: 0 0 0 5px rgba(242, 144, 82, .25); animation: travel 2.2s ease-in-out infinite; }
.scene-link span { position: absolute; top: -36px; left: 50%; transform: translateX(-50%); padding: 5px 10px; border-radius: 10px; background: var(--paper); font-size: 12px; font-weight: 600; box-shadow: 0 0 0 1px var(--line); font-variant-numeric: tabular-nums; }
@keyframes travel { 0% { left: 0; opacity: 0; } 10% { opacity: 1; } 90% { opacity: 1; } 100% { left: 100%; opacity: 0; } }
.daw { width: 470px; border-radius: 16px; background: var(--ink-2); box-shadow: 0 30px 80px rgba(37, 52, 63, .35), 0 0 0 1px rgba(234, 239, 239, .06); overflow: hidden; position: relative; }
.daw-bar { display: flex; align-items: center; gap: 10px; height: 40px; padding: 0 14px; background: var(--ink-3); }
.dots { display: flex; gap: 6px; } .dots i { width: 9px; height: 9px; border-radius: 50%; background: rgba(234, 239, 239, .18); }
.daw-title { font-size: 12px; font-weight: 600; color: rgba(234, 239, 239, .8); }
.daw-bpm { margin-left: auto; font: 600 11px var(--mono); color: rgba(234, 239, 239, .55); }
.daw-ruler { display: flex; height: 22px; align-items: center; padding-left: 70px; font: 9px var(--mono); color: rgba(234, 239, 239, .35); }
.daw-ruler span { flex: 1; }
.daw-row { display: flex; height: 38px; border-top: 1px solid rgba(234, 239, 239, .06); }
.daw-name { width: 70px; flex-shrink: 0; display: flex; align-items: center; gap: 7px; padding-left: 12px; font-size: 11px; font-weight: 600; color: rgba(234, 239, 239, .7); }
.daw-name b { width: 6px; height: 6px; border-radius: 2px; }
.daw-lane { position: relative; flex-grow: 1; background-image: linear-gradient(90deg, rgba(234, 239, 239, .05) 1px, transparent 1px); background-size: 12.5% 100%; }
.clip { position: absolute; top: 5px; bottom: 5px; border-radius: 5px; opacity: .92; }
.c-o { background: var(--orange); } .c-s { background: var(--slate); } .c-g { background: var(--gray); }
.clip-new { transform-origin: left; animation: clipIn 6s var(--ease) infinite; box-shadow: 0 0 0 2px var(--ink-2), 0 0 0 4px rgba(242, 144, 82, .35); }
.clip-new.late { animation-name: clipInLate; }
@keyframes clipIn { 0%, 8% { transform: scaleX(0); opacity: 0; } 18%, 100% { transform: scaleX(1); opacity: 1; } }
@keyframes clipInLate { 0%, 16% { transform: scaleX(0); opacity: 0; } 26%, 100% { transform: scaleX(1); opacity: 1; } }
.cursor { position: absolute; left: 150px; top: 70px; z-index: 2; animation: cursorMove 6s ease-in-out infinite; }
.cursor path { fill: var(--orange); stroke: var(--ink-2); stroke-width: 1.2; }
@keyframes cursorMove { 0% { transform: translate(0, 0); } 30% { transform: translate(150px, 34px); } 55% { transform: translate(150px, 34px); } 80% { transform: translate(40px, 92px); } 100% { transform: translate(0, 0); } }
.daw-status { display: flex; align-items: center; gap: 8px; height: 38px; padding: 0 14px; border-top: 1px solid rgba(234, 239, 239, .06); font-size: 11px; color: rgba(234, 239, 239, .6); }
.daw-status i { width: 7px; height: 7px; border-radius: 50%; background: var(--green); }
.daw-when { margin-left: auto; }
.float-pill { position: absolute; right: 20px; top: -26px; z-index: 4; display: flex; align-items: center; gap: 10px; height: 52px; padding: 0 8px 0 14px; border-radius: 26px; background: rgba(244, 246, 246, .96); box-shadow: 0 16px 40px rgba(37, 52, 63, .25), 0 0 0 1px var(--line); animation: floaty 5s ease-in-out infinite; }
.float-pill div { display: flex; flex-direction: column; } .float-pill b { font-size: 13px; } .float-pill div span { font-size: 11px; color: var(--g50); }
.avs { display: flex; } .avs i { width: 26px; height: 26px; border-radius: 50%; font-style: normal; font-size: 11px; font-weight: 700; display: flex; align-items: center; justify-content: center; box-shadow: 0 0 0 2px var(--paper); }
.avs i + i { margin-left: -6px; }
.a-ink { background: var(--ink); color: var(--surface); } .a-orange { background: var(--orange); color: var(--ink); } .a-gray { background: var(--gray); color: var(--ink); }

.marquee { position: relative; overflow: hidden; height: 64px; display: flex; align-items: center; margin-top: 100px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.marquee::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, var(--paper), transparent 12%, transparent 88%, var(--paper)); pointer-events: none; }
.marquee-track { display: flex; width: max-content; animation: marquee 38s linear infinite; }
.marquee-track span { display: inline-flex; align-items: center; gap: 14px; padding: 0 28px; font-size: 16px; font-weight: 500; color: var(--g45); white-space: nowrap; }
.marquee-track i { width: 7px; height: 7px; border-radius: 50%; background: var(--gray); } .marquee-track i.o { background: var(--orange); }
@keyframes marquee { to { transform: translateX(-50%); } }

/* ----- как это работает ----- */
.steps { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.step { display: flex; flex-direction: column; gap: 20px; padding: 30px; border-radius: 28px; background: #fff; box-shadow: 0 0 0 1px var(--line); transition-property: opacity, transform, box-shadow; }
.step:hover { box-shadow: 0 0 0 1px var(--line), 0 24px 50px rgba(37, 52, 63, .1); }
.step-n { font-family: var(--display); font-size: 15px; font-weight: 600; color: var(--orange-text); }
.step h3 { font-size: 22px; letter-spacing: -.02em; }
.step p { color: var(--g50); font-size: 16px; }
.v-code { display: flex; align-items: center; height: 64px; padding: 0 10px 0 20px; border-radius: 16px; background: var(--surface); }
.v-code b { font: 700 24px var(--mono); letter-spacing: .1em; } .v-code .pill-btn { margin-left: auto; height: 42px; padding: 0 16px; font-size: 14px; border-radius: 12px; }
.v-download { display: flex; flex-direction: column; gap: 10px; padding: 16px 18px; border-radius: 16px; background: var(--surface); font-size: 14px; }
.v-download .row { display: flex; align-items: center; gap: 6px; font-weight: 600; } .v-download .row .muted { margin-left: auto; font-weight: 500; }
.v-download .ok { color: var(--g50); font-weight: 500; font-size: 13px; } .v-download .ok .icon { color: var(--green); }
.v-download .bar { height: 6px; border-radius: 3px; background: rgba(37, 52, 63, .1); overflow: hidden; }
.v-download .bar i { display: block; height: 6px; border-radius: 3px; background: var(--orange); animation: fill 3.2s cubic-bezier(.4, 0, .2, 1) infinite; }
@keyframes fill { 0% { width: 6%; } 70%, 100% { width: 100%; } }
.v-together { display: flex; align-items: center; justify-content: center; gap: 28px; height: 96px; border-radius: 16px; background: var(--surface); }
.av { position: relative; width: 48px; height: 48px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-weight: 700; }
.v-together .a1 { background: var(--ink); color: var(--surface); } .v-together .a2 { background: var(--orange); color: var(--ink); }
.v-together .av::before { content: ""; position: absolute; inset: 0; border-radius: 50%; background: inherit; opacity: .4; animation: ping 2s ease-out infinite; z-index: -1; }
.v-together .a2::before { animation-delay: 1s; }
.dots3 { display: flex; gap: 5px; } .dots3 i { width: 6px; height: 6px; border-radius: 50%; background: var(--orange); animation: pulse 1.2s infinite; }
.dots3 i:nth-child(2) { animation-delay: .2s; } .dots3 i:nth-child(3) { animation-delay: .4s; }

/* ----- тёмная секция ----- */
.dark { position: relative; overflow: hidden; margin-top: clamp(90px, 11vw, 140px); padding: clamp(80px, 9vw, 110px) var(--pad); background: var(--ink); color: var(--surface); }
.dark .r3 { right: -120px; top: -140px; animation-duration: 16s; }
.dark-head { position: relative; display: flex; align-items: center; justify-content: space-between; gap: 60px; max-width: 1200px; margin: 0 auto; }
.dark-head > div:first-child { display: flex; flex-direction: column; gap: 18px; }
.dark h2 { color: var(--surface); max-width: 620px; }
.dark .lead { color: rgba(234, 239, 239, .72); }
.knob-demo { display: flex; align-items: center; gap: 24px; padding-right: 40px; }
.knob { position: relative; width: 150px; height: 150px; border-radius: 50%; background: radial-gradient(circle at 35% 30%, #33485A, var(--ink-2)); box-shadow: 0 20px 50px rgba(0, 0, 0, .35), inset 0 0 0 1px rgba(234, 239, 239, .08); animation: knob 5s ease-in-out infinite; }
.knob::after { content: ""; position: absolute; inset: -20px; border-radius: 50%; border: 3px dashed rgba(234, 239, 239, .1); animation: none; }
.knob i { position: absolute; left: 50%; top: 14px; width: 4px; height: 30px; margin-left: -2px; border-radius: 2px; background: var(--orange); }
@keyframes knob { 0%, 100% { transform: rotate(-60deg); } 50% { transform: rotate(70deg); } }
.knob-demo > div:last-child { display: flex; flex-direction: column; gap: 8px; }
.knob-label { font-size: 13px; color: rgba(234, 239, 239, .6); }
.knob-value { font-family: var(--display); font-size: 40px; font-weight: 600; font-variant-numeric: tabular-nums; }
.knob-too { display: inline-flex; align-items: center; gap: 6px; font-size: 13px; color: var(--mint); }
.knob-too i { width: 7px; height: 7px; border-radius: 50%; background: var(--mint); animation: pulse 1s infinite; }
.tiles { position: relative; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; margin: 60px auto 0; max-width: 1200px; }
.tile { display: flex; flex-direction: column; gap: 16px; padding: 26px; border-radius: 24px; background: rgba(234, 239, 239, .05); box-shadow: 0 0 0 1px rgba(234, 239, 239, .08); transition-property: opacity, transform, background; }
.tile:hover { background: rgba(234, 239, 239, .08); }
.tile-top { display: flex; align-items: center; }
.tile-icon { width: 46px; height: 46px; border-radius: 14px; background: rgba(242, 144, 82, .16); color: var(--orange); display: flex; align-items: center; justify-content: center; }
.tag { margin-left: auto; display: inline-flex; align-items: center; gap: 6px; height: 28px; padding: 0 12px; border-radius: 14px; font-size: 12px; font-weight: 700; }
.tag-now { background: rgba(92, 178, 143, .16); color: var(--mint); } .tag-save { background: rgba(234, 239, 239, .1); color: var(--slate); }
.tile h3 { font-size: 19px; letter-spacing: -.015em; } .tile p { font-size: 15px; color: rgba(234, 239, 239, .65); }

/* ----- панель поверх Live ----- */
.panel-section { display: flex; align-items: center; gap: 80px; }
.panel-stage { position: relative; width: 640px; height: 400px; flex-shrink: 0; border-radius: 28px; background: var(--ink-2); overflow: hidden; }
.fake-live::before { content: ""; position: absolute; left: 0; right: 0; top: 0; height: 44px; background: var(--ink-3); }
.fake-live i { position: absolute; height: 26px; border-radius: 5px; opacity: .55; }
.morph { position: absolute; right: 30px; top: 30px; overflow: hidden; display: flex; flex-direction: column; background: rgba(244, 246, 246, .97); box-shadow: 0 24px 60px rgba(0, 0, 0, .3); animation: morph 9s cubic-bezier(.65, 0, .25, 1) infinite; }
@keyframes morph { 0%, 20% { width: 56px; height: 56px; border-radius: 28px; } 30%, 55% { width: 320px; height: 56px; border-radius: 28px; } 65%, 90% { width: 340px; height: 300px; border-radius: 18px; } 100% { width: 56px; height: 56px; border-radius: 28px; } }
.morph-head { display: flex; align-items: center; gap: 10px; height: 56px; padding: 0 10px 0 13px; flex-shrink: 0; white-space: nowrap; }
.morph-head div { display: flex; flex-direction: column; } .morph-head b { font-size: 13px; } .morph-head div span { font-size: 11px; color: var(--g50); }
.morph-head .pill-btn { margin-left: auto; height: 34px; }
.morph-body { display: flex; flex-direction: column; gap: 10px; padding: 6px 16px 16px; white-space: nowrap; }
.update { display: flex; flex-direction: column; gap: 4px; padding: 12px; border-radius: 12px; background: rgba(242, 144, 82, .16); }
.update b { font-size: 13px; } .update span { font-size: 12px; color: var(--g45); }
.p-row { display: flex; align-items: center; gap: 10px; height: 40px; }
.p-row .av { width: 28px; height: 28px; font-size: 12px; } .p-row div { display: flex; flex-direction: column; } .p-row b { font-size: 13px; } .p-row div span { font-size: 11px; color: var(--g58); }
.panel-copy { display: flex; flex-direction: column; gap: 18px; }
.panel-copy h2 { font-size: clamp(32px, 3.4vw, 44px) !important; margin-bottom: 12px; }
.point { display: flex; gap: 14px; }
.point-icon { width: 38px; height: 38px; border-radius: 12px; flex-shrink: 0; background: rgba(242, 144, 82, .16); color: var(--orange-text); display: flex; align-items: center; justify-content: center; }
.point h3 { font-family: var(--text); font-size: 17px; font-weight: 600; letter-spacing: 0; margin-bottom: 4px; }
.point p { color: var(--g50); font-size: 15px; }

/* ----- для кого ----- */
.roles { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
.role { display: flex; flex-direction: column; gap: 22px; padding: 38px; border-radius: 32px; background: #fff; }
.role-dark { background: var(--ink); color: var(--surface); }
.role-title { display: flex; align-items: center; gap: 12px; color: var(--orange-text); } .role-dark .role-title { color: var(--orange); }
.role-title h3 { font-size: 24px; color: var(--ink); } .role-dark h3 { color: var(--surface); }
.role p { font-size: 17px; color: var(--g50); } .role-dark p { color: rgba(234, 239, 239, .72); }
.role-tags { display: flex; flex-wrap: wrap; gap: 10px; }
.role-tags span { height: 34px; padding: 0 14px; border-radius: 17px; background: var(--surface); font-size: 14px; font-weight: 600; display: flex; align-items: center; }
.viewer-dots { display: flex; align-items: center; padding-left: 8px; }
.viewer-dots i { width: 34px; height: 34px; margin-left: -8px; border-radius: 50%; box-shadow: 0 0 0 3px var(--ink); background: var(--slate); }
.viewer-dots i:nth-child(4n+1) { background: var(--surface); } .viewer-dots i:nth-child(4n+2) { background: var(--orange); } .viewer-dots i:nth-child(4n+3) { background: var(--gray); } .viewer-dots i:nth-child(4n) { background: #5A6975; }
.viewer-dots span { margin-left: 16px; font-size: 15px; font-weight: 600; color: var(--slate); }

/* ----- тарифы ----- */
.toggle { display: flex; gap: 3px; padding: 4px; border-radius: 24px; background: rgba(37, 52, 63, .07); }
.page-hero .toggle { margin-top: 12px; }
.toggle button { height: 40px; padding: 0 20px; border: 0; border-radius: 20px; background: transparent; color: var(--g50); font: 600 14px var(--text); cursor: pointer; transition: .2s; }
.toggle button.on { background: #fff; color: var(--ink); box-shadow: 0 1px 3px rgba(37, 52, 63, .12); }
.plans { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; align-items: start; }
.plan { position: relative; display: flex; flex-direction: column; gap: 18px; padding: 30px 26px; border-radius: 28px; background: #fff; box-shadow: 0 0 0 1px var(--line); }
.plan h3 { font-size: 22px; } .plan-tag { font-size: 14px; color: var(--g50); margin-top: -12px; }
.plan-popular { background: var(--ink); color: var(--surface); box-shadow: 0 30px 60px rgba(37, 52, 63, .3); transform: translateY(-12px); }
.plan-popular.reveal:not(.in) { transform: translateY(10px); }
.plan-popular .plan-tag { color: rgba(234, 239, 239, .65); }
.popular { position: absolute; top: 22px; right: 20px; height: 26px; padding: 0 11px; border-radius: 13px; background: var(--orange); color: var(--ink); font-size: 12px; font-weight: 700; display: flex; align-items: center; }
.price { display: flex; align-items: baseline; gap: 6px; }
.price b { font-family: var(--display); font-size: 44px; font-weight: 600; letter-spacing: -.03em; font-variant-numeric: tabular-nums; }
.price span { font-size: 14px; color: var(--g50); } .plan-popular .price span, .plan-popular .price-sub { color: rgba(234, 239, 239, .65); }
.price-sub { font-size: 13px; color: var(--g58); margin-top: -12px; min-height: 20px; }
.plan ul { list-style: none; margin: 0; padding: 20px 0 0; border-top: 1px solid var(--line); display: flex; flex-direction: column; gap: 12px; }
.plan-popular ul { border-color: rgba(234, 239, 239, .12); }
.plan li { display: flex; align-items: flex-start; gap: 10px; font-size: 15px; }
.plan li .icon { color: var(--orange); margin-top: 2px; }
.plan-popular .btn-ghost { background: rgba(234, 239, 239, .1); color: var(--surface); }
.pricing-note { margin-top: 30px; text-align: center; font-size: 14px; color: var(--g58); }

/* ----- вопросы ----- */
.faq-section { display: flex; gap: 80px; }
.faq-head { width: 380px; flex-shrink: 0; display: flex; flex-direction: column; gap: 18px; }
.faq-head h2 { font-size: clamp(32px, 3.4vw, 44px) !important; }
.faq-head .lead { font-size: 16px; }
.faq { flex: 1; border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-item summary { display: flex; align-items: center; gap: 20px; padding: 26px 0; cursor: pointer; list-style: none; font-family: var(--display); font-size: clamp(17px, 1.5vw, 20px); font-weight: 500; letter-spacing: -.01em; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary i { margin-left: auto; width: 40px; height: 40px; border-radius: 50%; flex-shrink: 0; background: rgba(37, 52, 63, .06); display: flex; align-items: center; justify-content: center; transition: background .2s, transform .3s var(--ease); }
.faq-item[open] summary i { background: var(--orange); transform: rotate(180deg); }
.faq-item .minus { display: none; } .faq-item[open] .minus { display: block; } .faq-item[open] .plus { display: none; }
.faq-item p { padding: 0 60px 26px 0; color: var(--g50); font-size: 16px; max-width: 760px; animation: faqIn .4s var(--ease); }
@keyframes faqIn { from { opacity: 0; transform: translateY(-6px); } to { opacity: 1; transform: none; } }

/* ----- призыв ----- */
.cta { position: relative; overflow: hidden; margin: clamp(90px, 11vw, 150px) clamp(12px, 3vw, 40px) 0; padding: clamp(70px, 9vw, 110px) var(--pad); border-radius: 40px; background: var(--ink); color: var(--surface); display: flex; flex-direction: column; align-items: center; gap: 26px; text-align: center; }
.cta .r4 { left: 50%; top: 50%; margin: -270px 0 0 -530px; opacity: .08; }
.cta h2 { color: var(--surface); font-size: clamp(38px, 5vw, 64px) !important; max-width: 900px; }
.cta .lead { color: rgba(234, 239, 239, .72); }
.cta .hero-actions { margin-top: 6px; }
.cta-meta { font-size: 14px; color: rgba(234, 239, 239, .5); }
.merge .ring-l { animation: mergeL 4.5s cubic-bezier(.6, 0, .2, 1) infinite alternate; }
.merge .ring-r { animation: mergeR 4.5s cubic-bezier(.6, 0, .2, 1) infinite alternate; }
.merge { overflow: visible; }
@keyframes mergeL { 0%, 15% { transform: translateX(-22%); } 55%, 100% { transform: none; } }
@keyframes mergeR { 0%, 15% { transform: translateX(22%); } 55%, 100% { transform: none; } }

/* ----- подвал ----- */
.footer { max-width: 1440px; margin: 0 auto; padding: 90px var(--pad) 50px; display: flex; flex-direction: column; gap: 50px; }
.foot-top { display: flex; gap: 80px; flex-wrap: wrap; }
.foot-brand { width: 360px; display: flex; flex-direction: column; gap: 16px; } .foot-brand p { color: var(--g50); }
.foot-col { display: flex; flex-direction: column; gap: 14px; }
.foot-title { font-size: 13px; font-weight: 700; color: var(--g58); letter-spacing: .04em; text-transform: uppercase; }
.foot-col a { color: var(--g45); font-size: 15px; } .foot-col a:hover { color: var(--ink); }
.foot-bottom { display: flex; gap: 30px; padding-top: 26px; border-top: 1px solid var(--line); font-size: 13px; color: var(--g58); }
.foot-legal { margin-left: auto; max-width: 640px; text-align: right; }

/* ----- внутренние страницы ----- */
.page-hero { padding: 170px var(--pad) 0; max-width: 1440px; margin: 0 auto; display: flex; flex-direction: column; align-items: center; gap: 20px; text-align: center; }
.page-hero h1 { font-size: clamp(42px, 6vw, 76px); line-height: 1.02; letter-spacing: -.04em; }
.table-wrap { overflow-x: auto; border-radius: 28px; background: #fff; box-shadow: 0 0 0 1px var(--line); }
.compare { width: 100%; min-width: 760px; border-collapse: collapse; }
.compare th, .compare td { padding: 18px 20px; border-bottom: 1px solid var(--line); text-align: center; font-size: 15px; }
.compare thead th { font-family: var(--display); font-size: 18px; font-weight: 600; } .compare thead th.hl { color: var(--orange-text); }
.compare tbody th { text-align: left; font-weight: 500; }
.compare tbody tr:nth-child(even) { background: rgba(234, 239, 239, .5); }
.compare td .icon { color: var(--orange); margin: 0 auto; }
.compare td { color: var(--g45); font-variant-numeric: tabular-nums; }
.grid2 { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.card { display: flex; flex-direction: column; gap: 10px; padding: 26px; border-radius: 22px; background: #fff; box-shadow: 0 0 0 1px var(--line); }
.card h3 { font-size: 18px; letter-spacing: -.01em; } .card p { color: var(--g50); font-size: 15px; }

.dl-hero { flex-direction: row; align-items: center; justify-content: space-between; text-align: left; gap: 60px; }
.dl-copy { display: flex; flex-direction: column; gap: 22px; align-items: flex-start; }
.dl-copy .hero-actions { justify-content: flex-start; margin-top: 4px; }
.dl-icon { width: 360px; height: 360px; flex-shrink: 0; border-radius: 88px; background: var(--surface); box-shadow: 0 40px 90px rgba(37, 52, 63, .18), 0 0 0 1px var(--line); display: flex; align-items: center; justify-content: center; animation: floaty 6s ease-in-out infinite; }
.dl-icon.reveal.in { animation: floaty 6s ease-in-out infinite; }
#install .step { gap: 22px; }
.step-text { display: flex; gap: 14px; } .step-text h3 { font-size: 20px; margin-bottom: 6px; }
.num-badge { width: 32px; height: 32px; border-radius: 50%; flex-shrink: 0; background: var(--ink); color: var(--surface); font-family: var(--display); font-size: 14px; display: flex; align-items: center; justify-content: center; }
.v-drag { display: flex; align-items: center; justify-content: center; gap: 30px; height: 150px; border-radius: 20px; background: var(--surface); color: var(--g58); }
.app-tile { width: 76px; height: 76px; border-radius: 18px; background: var(--surface); box-shadow: 0 10px 24px rgba(37, 52, 63, .18); display: flex; align-items: center; justify-content: center; animation: floaty 3s ease-in-out infinite; }
.folder { width: 76px; height: 76px; border-radius: 18px; background: #7AA7D8; color: #fff; font-size: 10px; font-weight: 700; display: flex; align-items: center; justify-content: center; box-shadow: 0 10px 24px rgba(37, 52, 63, .18); }
.v-dialog { display: flex; align-items: center; justify-content: center; height: 150px; border-radius: 20px; background: var(--surface); }
.dialog { width: 250px; display: flex; flex-direction: column; gap: 8px; padding: 16px; border-radius: 14px; background: #fff; box-shadow: 0 12px 30px rgba(37, 52, 63, .16); font-size: 13px; }
.dialog span { font-size: 12px; color: var(--g50); }
.dialog-btns { display: flex; gap: 8px; justify-content: flex-end; } .dialog-btns i { font-style: normal; height: 28px; padding: 0 12px; border-radius: 7px; background: rgba(37, 52, 63, .07); font-size: 12px; font-weight: 600; display: flex; align-items: center; }
.dialog-btns i.on { background: var(--orange); animation: pulse 1.6s infinite; }
.v-checks { display: flex; flex-direction: column; justify-content: center; gap: 12px; height: 150px; padding: 0 26px; border-radius: 20px; background: var(--surface); }
.v-checks span { display: flex; align-items: center; gap: 10px; font-size: 14px; font-weight: 600; }
.step.in .v-checks span { animation: faqIn .6s var(--ease) both; animation-delay: var(--d); }
.v-checks i { width: 22px; height: 22px; border-radius: 50%; background: var(--green); color: #fff; display: flex; align-items: center; justify-content: center; }
.two-lists { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 60px; }
.list { border-top: 1px solid var(--line); }
.list-row { display: flex; align-items: center; gap: 14px; padding: 18px 0; border-bottom: 1px solid var(--line); }
.list-row b { font-size: 16px; } .list-row .muted { margin-left: auto; font-size: 15px; text-align: right; }
.list-row.news { align-items: flex-start; gap: 20px; } .list-row.news .muted { margin-left: 0; width: 70px; flex-shrink: 0; text-align: left; font-size: 14px; } .list-row.news span:last-child { color: var(--g45); font-size: 15px; }
.list-row code { font: 600 15px var(--mono); width: 60px; flex-shrink: 0; }

.invite { position: relative; min-height: 100vh; display: flex; align-items: center; justify-content: center; padding: 110px 16px 40px; background: var(--ink); overflow: hidden; }
.invite .r5 { left: 50%; top: 50%; margin: -340px 0 0 -680px; opacity: .06; }
.invite-card { position: relative; width: min(520px, 100%); display: flex; flex-direction: column; align-items: center; gap: 24px; padding: clamp(32px, 6vw, 50px) clamp(22px, 5vw, 46px); border-radius: 36px; background: var(--paper); box-shadow: 0 40px 100px rgba(0, 0, 0, .35); text-align: center; }
.invite-card h1 { font-size: clamp(26px, 4vw, 34px); line-height: 1.1; }
.invite-avatars { display: flex; } .invite-avatars .av { width: 64px; height: 64px; font-family: var(--display); font-size: 24px; box-shadow: 0 0 0 5px var(--paper); }
.invite-avatars .av + .av { margin-left: -14px; } .a-dot { background: var(--surface); } .a-dot i { width: 18px; height: 18px; border-radius: 50%; background: var(--green); animation: pulse 1.4s infinite; }
.invite-code { display: flex; align-items: center; gap: 12px; width: 100%; height: 72px; padding: 0 10px 0 24px; border: 0; border-radius: 20px; background: var(--surface); color: var(--ink); cursor: pointer; }
.invite-code b { font: 700 28px var(--mono); letter-spacing: .1em; }
.invite-code .icon { margin-left: auto; width: 52px; height: 52px; padding: 16px; border-radius: 14px; background: #fff; }
.invite-actions { display: flex; flex-direction: column; gap: 10px; width: 100%; }
.nf { min-height: 70vh; justify-content: center; }
.nf .merge { margin-bottom: 10px; }

.legal { max-width: 1200px; margin: 0 auto; padding: 160px var(--pad) 40px; display: flex; gap: 80px; }
.legal-toc { width: 260px; flex-shrink: 0; display: flex; flex-direction: column; gap: 4px; position: sticky; top: 110px; align-self: flex-start; }
.legal-toc a { padding: 10px 14px; border-radius: 12px; color: var(--g50); font-weight: 500; }
.legal-toc a.on { background: #fff; color: var(--ink); font-weight: 600; box-shadow: 0 0 0 1px var(--line); }
.legal article h1 { font-size: clamp(36px, 5vw, 56px); letter-spacing: -.04em; margin-bottom: 10px; }
.legal article > .muted { display: block; padding-bottom: 20px; border-bottom: 1px solid var(--line); }
.legal-part { padding: 26px 0; border-bottom: 1px solid var(--line); }
.legal-part h2 { font-size: 21px; letter-spacing: -.015em; margin-bottom: 10px; }
.legal-part p { font-size: 17px; line-height: 1.7; color: var(--g45); max-width: 720px; }
.legal-part p + p, .legal-part ul + p, .legal-part p + ul { margin-top: 12px; }
.legal-part ul { margin: 12px 0 0; padding-left: 22px; max-width: 700px; display: flex; flex-direction: column; gap: 8px; }
.legal-part li { font-size: 16px; line-height: 1.65; color: var(--g45); padding-left: 4px; }
.legal-part li::marker { color: var(--orange); }
.legal article { min-width: 0; }
.legal-summary { margin: 28px 0 8px; padding: 24px 28px; border-radius: 22px; background: #fff; box-shadow: 0 0 0 1px var(--line); max-width: 760px; }
.legal-summary b { font-family: var(--display); font-size: 17px; font-weight: 600; letter-spacing: -.01em; }
.legal-summary ul { margin: 12px 0 0; padding-left: 20px; display: flex; flex-direction: column; gap: 8px; }
.legal-summary li { color: var(--g45); line-height: 1.6; } .legal-summary li::marker { color: var(--orange); }
.legal-part { scroll-margin-top: 100px; }
.legal-contents { margin-top: 18px; padding: 4px 14px; }
.legal-contents summary { cursor: pointer; color: var(--g58); font-size: 13px; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; padding: 6px 0; list-style: none; }
.legal-contents summary::-webkit-details-marker { display: none; }
.legal-contents a { display: block; padding: 5px 0; font-size: 14px; color: var(--g50); line-height: 1.35; }
.legal-contents a:hover { color: var(--ink); }
.foot-ai { margin: -34px 0 0; font-size: 11px; color: var(--g58); opacity: .55; }

.checkout .invite-card { gap: 20px; }
.checkout [data-co-state] { display: flex; flex-direction: column; align-items: center; gap: 18px; width: 100%; }
.checkout [data-co-state][hidden] { display: none; }
.co-price { display: flex; flex-direction: column; align-items: center; gap: 4px; }
.co-price b { font-family: var(--display); font-size: 48px; font-weight: 600; letter-spacing: -.04em; line-height: 1; }
.co-price span { color: var(--g58); font-size: 14px; }
.co-switch { border: 0; background: rgba(37, 52, 63, .07); color: var(--ink); font: 600 13px var(--text); padding: 8px 14px; border-radius: 16px; cursor: pointer; }
.co-switch:hover { background: rgba(37, 52, 63, .12); }
.co-terms a { color: var(--orange-text); }

/* ----- адаптивность ----- */
@media (max-width: 1180px) {
  .nav-links { display: none; }
  .menu-btn { display: inline-flex; }
  .plans { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .plan-popular { transform: none; }
  .panel-section { flex-direction: column; align-items: flex-start; }
  .panel-stage { width: 100%; max-width: 640px; }
  .faq-section { flex-direction: column; gap: 30px; }
  .faq-head { width: auto; }
  .dark-head { flex-direction: column; align-items: flex-start; }
  .knob-demo { padding-right: 0; }
}
@media (max-width: 860px) {
  .section-head.split { flex-direction: column; align-items: flex-start; }
  .steps, .tiles, .roles, .grid2, .two-lists { grid-template-columns: minmax(0, 1fr); }
  .dl-hero { flex-direction: column; text-align: center; }
  .dl-copy { align-items: center; } .dl-copy .hero-actions { justify-content: center; }
  .dl-icon { width: 240px; height: 240px; border-radius: 60px; }
  .dl-icon .rings { width: 150px; height: auto; }
  .legal { flex-direction: column; gap: 30px; padding-top: 120px; }
  .legal-toc { position: static; width: auto; flex-direction: row; flex-wrap: wrap; }
  .legal-contents { width: 100%; margin-top: 6px; padding: 4px 14px; border-radius: 12px; background: #fff; box-shadow: 0 0 0 1px var(--line); }
  .foot-bottom { flex-direction: column; gap: 12px; } .foot-legal { margin-left: 0; text-align: left; }
  .foot-brand { width: 100%; }
}
.scene.single .tilt-l, .scene.single .scene-link { display: none; }
.scene.single .tilt-r { margin-top: 30px; transform: none; }
@media (max-width: 640px) {
  .hero-badge { font-size: 13px; padding-left: 12px; white-space: nowrap; }
  .hero-badge span { white-space: nowrap; }
  .nav { top: 10px; height: 58px; width: calc(100% - 20px); padding-left: 16px; }
  .nav .lang { display: none; }
  .nav .btn-sm span { display: none; } .nav .btn-sm { width: 42px; padding: 0; }
  .hero { padding-top: 118px; }
  .hero-actions .btn-lg { width: 100%; }
  .plans { grid-template-columns: minmax(0, 1fr); }
  .panel-stage { height: 360px; }
  .morph { right: 16px; top: 20px; }
  .role { padding: 26px; }
  .faq-item p { padding-right: 0; }
  .cta { border-radius: 28px; }
  .foot-top { gap: 36px; }
}
