:root { color-scheme: light; }
body { min-width: 320px; overflow-x: hidden; background: #fff; color: #333; font-family: var(--font-sans); }
img { display: block; max-width: 100%; }

.site-header { position: fixed; z-index: 100; top: 12px; right: 0; left: 0; padding: 0 32px; }
.nav-shell { display: flex; align-items: center; gap: 30px; width: min(100%,1160px); height: 54px; margin: auto; padding: 12px 16px 12px 24px; border-radius: 12px; color: #333; background: rgba(255,255,255,.5); box-shadow: 0 .602187px .602187px rgba(0,0,0,.18),0 2.28853px 2.28853px rgba(0,0,0,.16),0 10px 10px rgba(0,0,0,.06); backdrop-filter: blur(4px); transition: color 220ms ease,background-color 220ms ease,box-shadow 220ms ease; }
.site-header.is-dark .nav-shell { color: #fff; background: rgba(13,13,13,.5); box-shadow: 0 .602187px .602187px rgba(0,0,0,.02),0 2.28853px 2.28853px rgba(0,0,0,.06),0 10px 10px rgba(0,0,0,.25); }
.brand { display: flex; align-items: center; gap: 9px; min-width: 116px; color: inherit; font-size: 12px; letter-spacing: .16em; }
.brand img { width: 29px; height: 29px; object-fit: contain; }
.nav-divider { width: 1px; height: 24px; background: currentColor; opacity: .75; }
.nav-links { display: flex; align-items: center; gap: 34px; font-size: 14px; }
.nav-links a { color: inherit; }
.systema-nav-cta { display: inline-flex; align-items: center; justify-content: center; height: 30px; margin-left: auto; padding: 0 14px; border: 0; border-radius: 160px; color: #333; background: #fff; box-shadow: 0 4px 7px rgba(0,0,0,.12); font-size: 12px; font-weight: 500; white-space: nowrap; }
.systema-nav-cta:focus-visible { outline:2px solid var(--color-monday-violet); outline-offset:3px; }
.systema-nav-cta:focus-visible { outline: 2px solid rgba(97,97,255,.34); outline-offset: 2px; }
.systema-nav-cta[hidden] { display: none; }

.landing-hero { position: relative; display: grid; min-height: max(640px, 90vh); place-items: center; overflow: hidden; background-color: #faf9f7; background-image: linear-gradient(to bottom,transparent 66%,#fff 92%,#fff 100%), linear-gradient(rgba(65,65,65,.055) 1px, transparent 1px), linear-gradient(90deg,rgba(65,65,65,.055) 1px,transparent 1px), radial-gradient(circle at 8% 45%,rgba(242,154,116,.42),transparent 31%), radial-gradient(circle at 92% 40%,rgba(121,210,214,.4),transparent 34%); background-size: auto,4px 4px,4px 4px,auto,auto; }
.hero-inner { display: grid; grid-template-columns: minmax(330px,.78fr) minmax(600px,1.22fr); align-items: center; gap: 28px; width: min(calc(100% - 64px),1120px); margin-top: 60px; }
.hero-copy { z-index: 2; transform: none; }
.hero-copy h1 { margin: 0 0 20px; color: #111; font-size: clamp(32px,3vw,34px); font-weight: 600; line-height: 1.02; letter-spacing: -.03em; }
.hero-copy h1 span { color:transparent; background:linear-gradient(45deg,#edbf86,#de8363 38%,#67bcb7 72%,#6161ff); background-clip:text; -webkit-background-clip:text; font-weight:500; }
.hero-copy > p { max-width: 430px; margin: 0; color: #1b1b1b; font-size: 18px; line-height: 1.18; }
.systema-hero-url-form { display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 5px; width: 100%; max-width: 430px; margin-top: 34px; padding: 4px; border: 1px solid #d7d7d7; border-radius: 160px; background: #fff; box-shadow: 0 2px 26px rgba(205,208,223,.28); }
.systema-hero-url-form input { min-width: 0; height: 32px; padding: 0 12px; border: 0; outline: 0; color: #333; background: transparent; font-size: 13px; }
.systema-hero-url-form input::placeholder { color: #8d8d8d; }
.systema-hero-url-form button { min-width:78px; height:32px; padding:0 14px; border:0; border-radius:160px; color:#fff; background:var(--color-monday-violet); font-size:13px; white-space:nowrap; cursor:pointer; }
.systema-hero-url-form button:focus-visible { outline:2px solid var(--color-monday-violet); outline-offset:3px; }
.systema-hero-url-form button:focus-visible { outline: 2px solid rgba(97,97,255,.34); outline-offset: 2px; }
.systema-hero-url-form button:disabled,.auth-submit:disabled { opacity: .55; cursor: wait; }
.systema-hero-url-form.is-dashboard-link,
.systema-hero-url-form.is-dashboard-link input { cursor: pointer; }
@keyframes homepage-url-nudge { 0%,100% { box-shadow:0 2px 26px rgba(205,208,223,.28); } 35% { border-color:rgba(97,97,255,.7); box-shadow:0 0 0 5px rgba(97,97,255,.12),0 10px 32px rgba(97,97,255,.18); } }
.systema-hero-url-form.is-url-nudge { animation:homepage-url-nudge 1.4s ease; }

.hero-product { position: relative; height: 500px; transform: translateY(35px); }
.device-laptop { position: absolute; right: 0; bottom: 88px; width: 825px; }
.device-phone { position: absolute; z-index: 3; bottom: 23px; left: -2px; width: 230px; }
.agent-links { position: absolute; z-index: 6; right: 136px; bottom: 20px; display: grid; grid-template-columns: repeat(12,28px); gap: 28px 0; align-items: start; }
.agent-link { position: relative; display: grid; grid-column: span 2; justify-self: center; flex: 0 0 42px; width: 42px; height: 42px; padding: 8px; place-items: center; border: 1px solid rgba(22,22,22,.08); border-radius: 9px; background: #fff; box-shadow: 0 2px 5px rgba(0,0,0,.2),0 10px 24px rgba(0,0,0,.09); }
.agent-link > span { display: grid; width: 100%; height: 100%; place-items: center; color:#333; }
.agent-link svg,.agent-link img { width: 100%; height: 100%; object-fit: contain; }
.agent-link svg { fill:none; stroke:currentColor; stroke-width:1.7; stroke-linecap:round; stroke-linejoin:round; }
.agent-link small { position: absolute; top: 49px; left: 50%; width: 60px; color:#4a4a4a; font-size:8px; line-height:1.1; text-align:center; transform:translateX(-50%); }
.agent-link:nth-child(7) { grid-column:2/span 2; }
.agent-link.green>span{color:#18895f}.agent-link.cyan>span{color:#1689a7}.agent-link.purple>span{color:#8056c9}.agent-link.blue>span{color:#5267d9}.agent-link.sky>span{color:#287fac}.agent-link.orange>span{color:#dc7138}.agent-link.community{padding:0;overflow:visible;background:transparent}.agent-link.community>span{border-radius:inherit;overflow:hidden}.agent-link.community img{width:100%;height:100%;object-fit:cover;transform:scale(1.08)}

.agent-count { display:grid; margin-top:0; min-height:72px; place-items:center; padding:0 20px; background:#fff; }
.agent-count p { position:relative; z-index:2; top:-72px; margin:0; color:#222; font-size:18px; }
.agent-count strong { color:transparent; background:linear-gradient(45deg,transparent,#edbf86,#de8363,#67bcb7,transparent); background-clip:text; -webkit-background-clip:text; background-size:400% 100%; font-size:22px; animation:gradient-move 8s linear infinite; }
.integrations { display:grid; gap:22px; padding:0; margin-top:-36px; overflow:hidden; background:#fff; }
.section-chip { display:flex; align-items:center; gap:14px; width:min(500px,48vw); margin:0 auto; color:#333; font-size:12px; text-transform:uppercase; }
.section-chip i { flex:1; height:1px; background:#d7d7d7; }.section-chip span{padding:7px 12px;border:1px solid #d7d7d7;border-radius:50px;white-space:nowrap}
.integrations-marquee { display:flex; width:100%; overflow:hidden; mask-image:linear-gradient(90deg,transparent 0,rgba(0,0,0,.35) 28px,rgba(0,0,0,.72) 58px,#000 100px,#000 calc(100% - 100px),rgba(0,0,0,.72) calc(100% - 58px),rgba(0,0,0,.35) calc(100% - 28px),transparent 100%); }
.marquee-row { display:flex; flex:0 0 auto; align-items:center; gap:56px; margin:0; padding:8px 28px; list-style:none; animation:marquee 110s linear infinite; }
.brand-lockup { display:grid; flex:0 0 auto; height:54px; place-items:center; }
.brand-lockup img { width:auto; max-width:none; height:30px; object-fit:contain; object-position:center; }
.brand-lockup--webmaster { position:relative; width:150px; overflow:hidden; }
.brand-lockup--webmaster img { position:absolute; top:50%; left:50%; width:auto; max-width:none; height:88px; filter:brightness(0); transform:translate(-50%,-50%); }
.brand-lockup--webmaster .brand-lockup__brand-color { filter:none; clip-path:inset(0 67% 0 0); }
.brand-lockup--linkedin img { width:142px; height:32px; object-fit:cover; object-position:center 53%; }
.brand-lockup--github img { height:34px; }
.brand-lockup--search-console img { height:22px; }
.brand-lockup--direct img,.brand-lockup--vk img { height:25px; }
.brand-lockup--tiktok img { width:150px; height:32px; object-fit:cover; object-position:center 30%; }

.result-showcase { display:grid; gap:76px; padding:75px 0; background:#fff; }
.result-row { position:relative; display:grid; grid-template-columns:486fr 497fr; align-items:start; column-gap:9%; width:min(calc(100% - 40px),1240px); min-height:450px; height:auto; margin:auto; padding:63px 80px 0; overflow:visible; }
.result-row--reverse .result-copy{order:2}.result-row--reverse .result-visual{order:1}
.result-copy { align-self:center; }
.result-copy h2 { margin:0 0 18px; color:#333; font-size:34px; line-height:1.2; letter-spacing:-.01em; font-weight:500; }
.result-copy p { margin:0 0 18px; color:#757575; font-size:17px; line-height:1.4; }
.result-visual { position:relative; isolation:isolate; display:grid; align-self:start; width:100%; height:388px; padding:16px; overflow:hidden; place-items:center; border-radius:8px; color:#333; background-color:#fbfbfa; background-image:radial-gradient(circle at 7% 88%,rgba(247,202,173,.52),transparent 38%),radial-gradient(circle at 94% 10%,rgba(175,229,231,.5),transparent 40%),linear-gradient(rgba(51,51,51,.05) 1px,transparent 1px),linear-gradient(90deg,rgba(51,51,51,.05) 1px,transparent 1px); background-size:auto,auto,8px 8px,8px 8px; box-shadow:inset 0 0 90px rgba(255,255,255,.54),0 18px 42px rgba(51,51,51,.04); }
.result-art{display:block;width:auto;max-width:none;height:auto;max-height:100%;object-fit:contain;filter:drop-shadow(0 20px 28px rgba(54,64,85,.12))}
.result-art--analytics{width:112%}.result-art--strategy{width:106%}.result-art--post-campaign{width:106%}
.row-chip { position:absolute; top:0; left:80px; display:flex; align-items:center; gap:12px; width:320px; color:#777; font-size:11px; opacity:.7; }.result-row--reverse .row-chip{right:80px;left:auto}.row-chip span{padding:7px 12px;border:1px solid #ddd;border-radius:50px;white-space:nowrap}.row-chip i{flex:1;height:1px;background:#ddd}

.dark-canvas { --canvas-inset:36px; --canvas-radius:24px; position:relative; color:#fff; background-color:#121212; background-image:linear-gradient(#000 1px,transparent .5px),linear-gradient(90deg,#000 1px,transparent .5px),linear-gradient(#333 0%,#121212 9%,#121212 91.4678%,#333 100%); background-size:12px 12px,12px 12px,auto; box-shadow:0 0 100px 10px #000 inset; overflow:clip; clip-path:inset(0 var(--canvas-inset) round var(--canvas-radius)); will-change:clip-path; }
.feature-intro { display:grid; grid-template-columns:1fr; gap:32px; width:min(calc(100% - 160px),840px); margin:auto; padding:75px 0 60px; }
.feature-intro h2 { margin:0; color:#fff; font-size:34px; line-height:1.2; letter-spacing:-.01em; font-weight:500; }.feature-intro p{margin:0;color:#d1d1d1;font-size:17.6px;line-height:1.2;font-weight:500}
.features-scroll { position:relative; padding-top:0; }
.features-label { display:flex; align-items:center; gap:12px; width:min(500px,48vw); height:30px; margin:0 auto 10px; }.features-label i{flex:1;height:1px;background:rgba(255,255,255,.34)}.features-label span{padding:7px 12px;border:1px solid rgba(255,255,255,.34);border-radius:50px;font-size:12px}
.features-canvas { display:grid; grid-template-columns:448fr 560fr; column-gap:10%; width:min(calc(100% - 160px),1120px); margin:0 auto; padding:0; }
.feature-copy-rail { position:sticky; top:0; align-self:start; height:100svh; min-height:0; }
.feature-copy-stack { position:absolute; inset:0; display:grid; align-items:center; padding:0; }
.feature-copy { position:absolute; top:50%; left:0; width:100%; max-width:448px; opacity:0; visibility:hidden; transform:translateY(calc(-50% + 14px)); transition:opacity 360ms ease,transform 360ms ease,visibility 360ms linear; }
.feature-copy.is-active { opacity:1; visibility:visible; transform:translateY(-50%); }
.feature-copy h2 { margin:0 0 20px; color:#fff; font-size:34px; line-height:1.2; letter-spacing:-.01em; font-weight:600; }.feature-copy h2 em{color:transparent;background:linear-gradient(45deg,transparent,#edbf86,#de8363,#67bcb7,transparent);background-clip:text;-webkit-background-clip:text;background-size:400% 100%;font-style:normal;font-weight:700;animation:gradient-move 8s linear infinite}.feature-copy p{margin:0;color:#d1d1d1;font-size:16px;line-height:1.2}
.feature-visual-item { --stage-presence:0; --stage-direction:1; display:grid; min-height:100svh; padding:0; place-items:center; }
.feature-visual-item > .reveal,
.feature-visual-item > .reveal.is-visible { position:relative; width:100%; height:min(68svh,540px); min-height:360px; opacity:var(--stage-presence); filter:blur(calc((1 - var(--stage-presence)) * 10px)); transform:translateY(calc(var(--stage-direction) * 24px)) scale(calc(.96 + var(--stage-presence) * .04)); transform-origin:center; transition:none; will-change:opacity,filter,transform; }
.feature-scene { position:relative; isolation:isolate; width:100%; max-width:600px; overflow:hidden; border:1px solid rgba(255,255,255,.16); border-radius:32px; background:linear-gradient(145deg,rgba(255,255,255,.075),rgba(255,255,255,.018)); box-shadow:0 34px 100px rgba(0,0,0,.42),inset 0 1px rgba(255,255,255,.07); }
.reference-window-dots{position:absolute;top:38px;left:42px;display:flex;gap:7px}.reference-window-dots i{width:9px;height:9px;border-radius:50%;background:#ed5d65;box-shadow:0 0 14px rgba(237,93,101,.28)}.reference-window-dots i:nth-child(2){background:#efc155}.reference-window-dots i:nth-child(3){background:#5fc977}
.systema-orb{display:grid;flex:0 0 auto;width:30px;height:30px;place-items:center;border-radius:50%;color:#fff;background:radial-gradient(circle at 67% 28%,#f0b087 0 12%,#dd775b 27%,#65bab5 65%,#174047 100%);box-shadow:0 0 24px rgba(222,131,95,.48),0 0 30px rgba(103,188,183,.24);font-size:10px;font-weight:700}
.feature-scene--business-profile,.feature-scene--strategy-plan{overflow:hidden;border-color:transparent;background:transparent;box-shadow:none}
.business-dossier{position:absolute;top:50%;right:-10px;left:0;height:420px;overflow:hidden;border:1px solid rgba(255,255,255,.2);background:linear-gradient(135deg,rgba(255,255,255,.06),rgba(255,255,255,.012));clip-path:polygon(0 0,calc(100% - 64px) 0,100% 64px,100% 100%,0 100%);transform:translateY(-50%)}
.business-dossier:after{content:"";position:absolute;z-index:5;top:0;right:-1px;bottom:0;width:18%;background:linear-gradient(90deg,transparent,#121212 94%);pointer-events:none}
.business-dossier__header{display:grid;grid-template-columns:48px minmax(0,1fr) auto;align-items:center;gap:14px;height:82px;padding:16px 76px 16px 22px;border-bottom:1px solid rgba(255,255,255,.14)}.business-dossier__header>span{display:grid;gap:3px}.business-dossier__header strong{color:#fff;font-size:22px;font-weight:600}.business-dossier__header small{color:#aeb0b7;font-size:13px}.business-dossier__logo{display:block;width:48px;height:48px;object-fit:contain}.business-dossier__status{display:inline-flex;align-items:center;gap:7px;color:#8be2b5;font-size:12px;font-style:normal;white-space:nowrap}.business-dossier__status:before{content:"";width:6px;height:6px;border-radius:50%;background:#71d9a8}
.business-dossier__rail{position:absolute;top:82px;bottom:0;left:0;width:112px;padding:18px 12px;border-right:1px solid rgba(255,255,255,.12)}.business-dossier__rail span{display:block;padding:9px 8px;color:#81838c;font-size:12px}.business-dossier__rail .is-active{border-left:2px solid #76ddd6;color:#fff}
.business-dossier__content{margin:0 0 0 112px;padding:8px 34px 0 22px}.business-dossier__row{display:grid;grid-template-columns:118px minmax(0,1fr);align-items:center;min-height:77px;border-bottom:1px solid rgba(255,255,255,.12);opacity:0;transform:translateY(12px)}.business-dossier__row:last-child{border-bottom:0}.business-dossier__row dt{color:#aeb0b7;font-size:13px}.business-dossier__row dd{margin:0;color:#fff;font-size:17px;line-height:1.18;font-weight:570}.business-dossier__growth{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.business-dossier__growth i{color:#76ddd6;font-size:14px;font-style:normal}.business-dossier__growth i:nth-child(2){color:#aaa7ff}.business-dossier__growth i:nth-child(3){color:#80e0b4}
.feature-scene--business-profile.is-visible .business-dossier__row{animation:feature-detail-reveal .42s both}.feature-scene--business-profile.is-visible .business-dossier__row:nth-child(1){animation-delay:.08s}.feature-scene--business-profile.is-visible .business-dossier__row:nth-child(2){animation-delay:.16s}.feature-scene--business-profile.is-visible .business-dossier__row:nth-child(3){animation-delay:.24s}.feature-scene--business-profile.is-visible .business-dossier__row:nth-child(4){animation-delay:.32s}
.strategy-focus{position:absolute;inset:7% -12px 5% 0;display:grid;grid-template-columns:250px minmax(0,1fr);align-items:center;gap:22px}.strategy-focus:after{content:"";position:absolute;z-index:5;top:0;right:-1px;bottom:0;width:15%;background:linear-gradient(90deg,transparent,#121212 95%);pointer-events:none}.strategy-focus__goal,.strategy-focus__priorities{border:1px solid rgba(255,255,255,.21);border-radius:28px;background:rgba(255,255,255,.045);backdrop-filter:blur(12px)}.strategy-focus h3{margin:0;color:#fff;font-size:21px;font-weight:600;letter-spacing:-.03em}.strategy-focus__goal{min-height:282px;padding:25px 24px}.strategy-focus__goal p{margin:28px 0 0;color:#fff;font-size:27px;line-height:1.04;font-weight:620;letter-spacing:-.04em}.strategy-focus__goal p strong{color:#76ddd6;font-size:31px}.strategy-focus__goal dl{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin:28px 0 0;padding-top:14px;border-top:1px solid rgba(255,255,255,.14)}.strategy-focus__goal dl div{display:grid;gap:4px}.strategy-focus__goal dt{color:#aeb0b7;font-size:12px}.strategy-focus__goal dd{margin:0;color:#fff;font-size:16px;font-weight:570}
.strategy-focus__priorities{min-height:372px;padding:22px 22px 16px}.strategy-focus__priorities header{display:flex;align-items:center;justify-content:space-between;gap:12px;padding-bottom:10px}.strategy-focus__priorities header span{display:inline-flex;align-items:center;gap:6px;color:#8be2b5;font-size:12px}.strategy-focus__priorities header span:before{content:"";width:6px;height:6px;border-radius:50%;background:#71d9a8}.strategy-focus__priority{display:grid;grid-template-columns:30px minmax(0,1fr) auto;align-items:center;gap:12px;min-height:61px;border-top:1px solid rgba(255,255,255,.12);opacity:0;transform:translateY(12px)}.strategy-focus__priority i{display:grid;width:28px;height:28px;place-items:center;border:1px solid rgba(255,255,255,.28);border-radius:8px;color:#fff;font-size:15px;font-style:normal}.strategy-focus__priority b{color:#fff;font-size:17px;font-weight:570}.strategy-focus__priority em{color:#76ddd6;font-size:16px;font-style:normal;font-weight:620}.strategy-focus__priority:nth-of-type(2) em{color:#aaa7ff}.strategy-focus__priority:nth-of-type(3) em{color:#80e0b4}.strategy-focus__priority.is-later{opacity:0;filter:saturate(.4)}.strategy-focus__priorities footer{display:flex;justify-content:space-between;padding-top:13px;color:#fff;font-size:13px}.strategy-focus__priorities footer strong{color:#80e0b4;font-weight:570}
.feature-scene--strategy-plan.is-visible .strategy-focus__priority{animation:feature-detail-reveal .42s both}.feature-scene--strategy-plan.is-visible .strategy-focus__priority:nth-of-type(1){animation-delay:.08s}.feature-scene--strategy-plan.is-visible .strategy-focus__priority:nth-of-type(2){animation-delay:.16s}.feature-scene--strategy-plan.is-visible .strategy-focus__priority:nth-of-type(3){animation-delay:.24s}.feature-scene--strategy-plan.is-visible .strategy-focus__priority:nth-of-type(4){animation-delay:.32s}
@keyframes feature-detail-reveal{to{opacity:1;transform:none}}
.feature-scene--agent-stream{border-color:transparent;background:transparent;box-shadow:none;mask-image:none;-webkit-mask-image:none}.agent-stream-row{position:absolute;left:0;display:grid;grid-template-columns:64px 135px minmax(0,1fr);align-items:center;gap:16px;width:100%;min-height:98px;padding:14px 78px 14px 20px;border:1px solid rgba(255,255,255,.2);border-radius:26px;background:linear-gradient(100deg,rgba(255,255,255,.095),rgba(255,255,255,.035));box-shadow:0 20px 58px rgba(0,0,0,.33)}.agent-stream-row:nth-child(1){top:16px;opacity:1}.agent-stream-row:nth-child(2){top:132px}.agent-stream-row:nth-child(3){top:248px}.agent-stream-row:nth-child(4){top:364px;opacity:1}.agent-stream-row>div{display:grid;gap:6px}.agent-stream-row strong{font-size:17px;line-height:1.05}.agent-stream-row small{color:#9b9b9b;font-size:9px}.agent-stream-row p{display:flex;align-items:center;gap:12px;min-width:0;margin:0;white-space:normal}.agent-stream-row p b{flex:0 0 auto;padding:7px 10px;border-radius:6px;color:#232323;background:#8ce9ef;box-shadow:0 0 24px rgba(140,233,239,.48);font-size:10px}.agent-stream-row--coral p b{background:#f19a89;box-shadow:0 0 24px rgba(241,154,137,.42)}.agent-stream-row--green p b{background:#a6e978;box-shadow:0 0 24px rgba(166,233,120,.38)}.agent-stream-row--amber p b{background:#e4c881;box-shadow:0 0 24px rgba(228,200,129,.35)}.agent-stream-row p span{min-width:0;color:#b3b3b3;font-size:11px;line-height:1.25}.feature-avatar{display:block;flex:0 0 auto;width:64px;height:64px;border:1px solid rgba(255,255,255,.22);border-radius:50%;background-color:#426b6b;background-image:radial-gradient(ellipse at 50% 109%,#2d3949 0 30%,transparent 31%),radial-gradient(circle at 50% 42%,#d8a179 0 18%,transparent 19%),radial-gradient(ellipse at 50% 30%,#38271f 0 29%,transparent 30%),linear-gradient(145deg,#86c5c0,#293c4b);box-shadow:0 0 0 3px rgba(255,255,255,.05),0 10px 30px rgba(0,0,0,.34)}.feature-avatar--two{background-image:radial-gradient(ellipse at 50% 109%,#683a35 0 31%,transparent 32%),radial-gradient(circle at 50% 42%,#b97354 0 18%,transparent 19%),radial-gradient(ellipse at 50% 31%,#211b18 0 30%,transparent 31%),linear-gradient(145deg,#dd9478,#3d2931)}.feature-avatar--three{background-image:radial-gradient(ellipse at 50% 109%,#3b4e35 0 31%,transparent 32%),radial-gradient(circle at 50% 42%,#e0b08d 0 18%,transparent 19%),radial-gradient(ellipse at 50% 30%,#7b4a32 0 30%,transparent 31%),linear-gradient(145deg,#b9c582,#47443a)}.feature-avatar--four{background-image:radial-gradient(ellipse at 50% 109%,#2f394f 0 31%,transparent 32%),radial-gradient(circle at 50% 42%,#c88663 0 18%,transparent 19%),radial-gradient(ellipse at 50% 30%,#171719 0 30%,transparent 31%),linear-gradient(145deg,#7895be,#303447)}.feature-avatar--five{background-image:radial-gradient(ellipse at 50% 109%,#364a4d 0 31%,transparent 32%),radial-gradient(circle at 50% 42%,#d9a682 0 18%,transparent 19%),radial-gradient(ellipse at 50% 30%,#453025 0 30%,transparent 31%),linear-gradient(145deg,#8fc7bd,#35454f)}.feature-avatar--six{background-image:radial-gradient(ellipse at 50% 109%,#39423b 0 31%,transparent 32%),radial-gradient(circle at 50% 42%,#b87558 0 18%,transparent 19%),radial-gradient(ellipse at 50% 30%,#2b201c 0 30%,transparent 31%),linear-gradient(145deg,#9cba80,#354341)}
.feature-scene--agent-stream:before,.feature-scene--agent-stream:after{content:"";position:absolute;z-index:6;pointer-events:none}
.feature-scene--agent-stream:before{inset:0;background:linear-gradient(180deg,#121212 0,rgba(18,18,18,0) 18%,rgba(18,18,18,0) 82%,#121212 100%);opacity:clamp(0,calc((1 - var(--stage-presence)) * 1.8),.88)}
.feature-scene--agent-stream:after{top:0;right:-1px;bottom:0;width:18%;background:linear-gradient(90deg,rgba(18,18,18,0),#121212 88%)}
.feature-scene--chat{max-width:600px;overflow:visible;border:0;background:transparent;box-shadow:none}.chat-phone{position:absolute;top:10px;bottom:10px;left:50%;aspect-ratio:9/18.5;padding:8px;border:1px solid rgba(255,255,255,.38);border-radius:52px;background:linear-gradient(145deg,#575757,#111 18%,#050505 82%,#3d3d3d);box-shadow:0 34px 90px rgba(0,0,0,.55),inset 0 1px rgba(255,255,255,.5);transform:translateX(-50%)}.chat-phone-screen{position:relative;height:100%;overflow:hidden;border-radius:44px;background:#111}.chat-phone-status{position:absolute;z-index:5;top:0;right:0;left:0;display:flex;align-items:center;height:30px;padding:0 18px;color:#fff;font-size:11px}.chat-phone-status span{margin-right:auto}.chat-phone-status i{width:4px;height:4px;margin-left:4px;border-radius:50%;background:#d8d8d8}.chat-phone-island{position:absolute;z-index:6;top:7px;left:50%;width:76px;height:20px;border-radius:var(--radius-buttons);background:#050505;transform:translateX(-50%)}
.chat-demo{position:absolute;inset:30px 0 0;display:grid;grid-template-rows:52px minmax(0,1fr) 48px;overflow:hidden;border:0;border-radius:0;background:linear-gradient(180deg,#181818,#0f0f0f);box-shadow:none}.chat-demo>header{display:grid;grid-template-columns:34px 1fr 8px;align-items:center;gap:10px;padding:0 14px;border-bottom:1px solid rgba(255,255,255,.1);background:rgba(5,5,5,.22)}.chat-demo>header>span:nth-child(2){display:grid;gap:2px}.chat-demo>header b{font-size:12px}.chat-demo>header small{color:#a7a7a7;font-size:11px}.chat-demo>header>i{width:7px;height:7px;border-radius:50%;background:#77cb9b;box-shadow:0 0 12px #77cb9b}.chat-thread{position:relative;padding:12px 13px;overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain;scrollbar-width:thin;scrollbar-color:rgba(255,255,255,.22) transparent;touch-action:pan-y;-webkit-overflow-scrolling:touch}.chat-thread::-webkit-scrollbar{width:4px}.chat-thread::-webkit-scrollbar-thumb{border-radius:var(--radius-buttons);background:rgba(255,255,255,.22)}.chat-user-message{display:flex;align-items:center;justify-content:flex-end;gap:8px;margin-left:auto}.chat-user-message>span{max-width:180px;padding:8px 10px;border:1px solid rgba(255,255,255,.14);border-radius:15px 15px 4px 15px;background:rgba(7,7,7,.58);color:#e6e6e6;font-size:13px;line-height:1.25}.chat-user-message .feature-avatar{width:30px;height:30px}.chat-analysis{display:flex;align-items:center;gap:7px;margin-top:8px;opacity:0}.chat-analysis .systema-orb{width:23px;height:23px}.chat-analysis b{margin-right:2px;color:#c4c4c4;font-size:11px;font-weight:500}.chat-analysis>i{width:4px;height:4px;border-radius:50%;background:#8bd7d1;animation:chat-dot-pulse 650ms 1 both}.chat-analysis>i:nth-last-child(2){animation-delay:80ms}.chat-analysis>i:last-child{animation-delay:160ms}.chat-system-message{display:grid;grid-template-columns:26px 1fr;align-items:start;gap:7px;margin-top:8px}.chat-system-message>div{padding:9px 10px;border:1px solid rgba(103,188,183,.2);border-radius:4px 15px 15px 15px;background:rgba(15,30,31,.72);box-shadow:0 0 30px rgba(103,188,183,.09)}.chat-system-message p{margin:0 0 7px;color:#e8e8e8;font-size:13px;line-height:1.25;font-weight:600}.chat-capabilities{display:grid;grid-template-columns:1fr;gap:7px;margin:0}.chat-capabilities>div{min-width:0}.chat-capabilities>div:last-child{grid-column:auto}.chat-capabilities dt{color:#d8efed;font-size:12px;font-weight:600}.chat-capabilities dd{margin:2px 0 0;color:#bfc7c7;font-size:11px;line-height:1.3}.chat-tip{display:grid;grid-template-columns:1fr;gap:4px;margin:8px 0;padding-top:7px;border-top:1px solid rgba(255,255,255,.1)}.chat-tip b{color:#efb090;font-size:11px}.chat-tip span{color:#c7cccc;font-size:11px;line-height:1.3}.chat-system-message small{color:#98c7c4;font-size:11px;line-height:1.3}.chat-demo>footer{display:grid;grid-template-columns:1fr 30px 34px;align-items:center;gap:7px;margin:0 8px 8px;padding:0 6px 0 12px;border:1px solid rgba(255,255,255,.15);border-radius:var(--radius-buttons);color:#a4a4a4;background:rgba(5,5,5,.48);font-size:11px}.chat-demo>footer button,.chat-demo>footer b{display:grid;width:28px;height:28px;padding:0;place-items:center;border:0;border-radius:50%;font-size:13px}.chat-demo>footer button{color:#bbb;background:rgba(255,255,255,.08);cursor:pointer}.chat-demo>footer button:focus-visible{outline:2px solid var(--color-monday-violet);outline-offset:2px}.chat-demo>footer b{color:#222;background:#fff}.chat-demo.is-playing .chat-user-message{animation:chat-message-in .3s .1s both}.chat-demo.is-playing .chat-analysis{animation:chat-analysis-state .65s .35s both}.chat-demo.is-playing .chat-system-message{animation:chat-message-in .35s .5s both}
.feature-scene--attribution-route{overflow:visible;border:0;background:transparent;box-shadow:none}.campaign-result{position:absolute;top:50%;right:6px;left:6px;padding:22px;border:1px solid rgba(255,255,255,.22);border-radius:28px;background:linear-gradient(128deg,rgba(255,255,255,.075),rgba(255,255,255,.018));transform:translateY(-50%)}.campaign-result>header{display:grid;grid-template-columns:34px minmax(0,1fr) auto;align-items:center;gap:14px}.campaign-result svg,.feature-replacement-table svg{width:30px;height:30px;fill:none;stroke:currentColor;stroke-width:1.65;stroke-linecap:round;stroke-linejoin:round}.campaign-result>header svg{color:#80e0b4}.campaign-result>header span{display:grid;gap:3px}.campaign-result>header strong{color:#fff;font-size:22px;font-weight:600;letter-spacing:-.03em}.campaign-result>header small{color:#b2b4bb;font-size:13px}.campaign-result>header em{padding:7px 10px;border:1px solid rgba(128,224,180,.25);border-radius:var(--radius-buttons);color:#a8edc8;background:rgba(128,224,180,.08);font-size:11px;font-style:normal;font-weight:570;white-space:nowrap}.campaign-result__metrics{display:grid;grid-template-columns:1.35fr .8fr .8fr;margin-top:21px;border-top:1px solid rgba(255,255,255,.15);border-bottom:1px solid rgba(255,255,255,.15)}.campaign-result__metric{min-height:136px;padding:20px 17px 16px;opacity:0;transform:translateY(12px)}.campaign-result__metric+.campaign-result__metric{border-left:1px solid rgba(255,255,255,.13)}.campaign-result__metric span{color:#babcc2;font-size:14px}.campaign-result__metric strong{display:block;margin-top:12px;color:#fff;font-size:31px;font-weight:630;letter-spacing:-.05em}.campaign-result__metric small{display:block;margin-top:8px;color:#80e0b4;font-size:13px;font-weight:570}.campaign-result__metric:nth-child(2) strong,.campaign-result__metric:nth-child(2) small{color:#aaa7ff}.campaign-result__metric:nth-child(3) strong,.campaign-result__metric:nth-child(3) small{color:#76ddd6}.campaign-result__next{display:grid;grid-template-columns:36px minmax(0,1fr) auto;align-items:center;gap:14px;min-height:74px;margin-top:18px;padding:12px 15px;border:1px solid rgba(240,160,128,.25);border-radius:18px;background:linear-gradient(90deg,rgba(240,160,128,.1),rgba(240,160,128,.02));color:#f0a080;opacity:0;transform:translateY(12px)}.campaign-result__next span{display:grid;gap:4px}.campaign-result__next b{color:#fff;font-size:16px}.campaign-result__next small{color:#c2c4ca;font-size:13px}.campaign-result__next>strong{padding-right:6px;font-size:15px;white-space:nowrap}.feature-visual-item.is-active .campaign-result__metric{animation:feature-detail-reveal .42s both}.feature-visual-item.is-active .campaign-result__metric:nth-child(1){animation-delay:.08s}.feature-visual-item.is-active .campaign-result__metric:nth-child(2){animation-delay:.16s}.feature-visual-item.is-active .campaign-result__metric:nth-child(3){animation-delay:.24s}.feature-visual-item.is-active .campaign-result__next{animation:feature-detail-reveal .42s .34s both}
.feature-replacement-table{display:grid;grid-template-rows:repeat(5,minmax(0,1fr)) 68px;align-content:stretch;width:100%;max-width:600px;height:min(68svh,540px);min-height:360px;padding:0;overflow:visible;border:0;border-radius:0;background:transparent;box-shadow:none}.replacement-row{display:grid;grid-template-columns:48px minmax(0,1fr) 132px 96px;align-items:center;gap:12px;padding:0 10px;border-bottom:1px solid rgba(255,255,255,.13);opacity:0;transform:translateY(12px)}.replacement-row:first-child{border-top:1px solid rgba(255,255,255,.13)}.replacement-row svg{justify-self:center;color:#76ddd6}.replacement-row--coral svg{color:#f0a080}.replacement-row--violet svg{color:#aaa7ff}.replacement-row--mint svg{color:#80e0b4}.replacement-row--amber svg{color:#f0c875}.replacement-role{display:grid;grid-template-columns:1fr;gap:3px}.replacement-role b{color:#fff;font-size:16px;line-height:1.1;font-weight:580}.replacement-role small{color:#b6b8bf;font-size:12px}.replacement-cost{color:#f0ab8e;font-size:13px;font-style:normal;font-weight:570;text-align:center;white-space:nowrap}.replacement-included{color:#83dfb2;font-size:12px;text-align:center;white-space:nowrap}.replacement-total{display:grid;grid-template-columns:48px minmax(0,1fr) 132px 96px;align-items:center;gap:12px;padding:0 10px;border-top:1px solid rgba(170,167,255,.45);border-bottom:1px solid rgba(170,167,255,.18);opacity:0;transform:translateY(12px)}.replacement-total b{grid-column:2;color:#fff;font-size:17px}.replacement-total s{grid-column:3;color:#eda88c;font-size:14px;text-align:center}.replacement-total strong{grid-column:4;color:#b8b5ff;font-size:16px;text-align:center;white-space:nowrap}.feature-visual-item.is-active .replacement-row{animation:replacement-row-reveal 480ms both}.feature-visual-item.is-active .replacement-row:nth-child(1){animation-delay:80ms}.feature-visual-item.is-active .replacement-row:nth-child(2){animation-delay:150ms}.feature-visual-item.is-active .replacement-row:nth-child(3){animation-delay:220ms}.feature-visual-item.is-active .replacement-row:nth-child(4){animation-delay:290ms}.feature-visual-item.is-active .replacement-row:nth-child(5){animation-delay:360ms}.feature-visual-item.is-active .replacement-total{animation:replacement-row-reveal 480ms 460ms both}
.feature-visual-item.is-active>.feature-scene--attribution-route,.feature-visual-item.is-active>.feature-replacement-table{opacity:1;filter:none}
@keyframes chat-message-in{from{opacity:0;transform:translateY(9px) scale(.985)}to{opacity:1;transform:none}}@keyframes chat-analysis-state{0%{opacity:0;transform:translateY(7px)}18%,72%{opacity:1;transform:none}100%{opacity:0;transform:none}}@keyframes chat-dot-pulse{0%,100%{opacity:.35;transform:scale(.8)}50%{opacity:1;transform:scale(1)}}@keyframes replacement-row-reveal{to{opacity:1;transform:none}}
.chat-capabilities dd,.chat-tip b,.chat-tip span,.chat-system-message small{font-size:12px}
.feature-scene--chat{isolation:isolate}
.chat-phone{top:18px;bottom:auto;width:min(76%,390px);height:720px;aspect-ratio:auto;padding:10px;border:2px solid rgba(255,255,255,.58);border-radius:64px;background:linear-gradient(145deg,#8b8b8b 0,#1e1e1e 8%,#050505 24%,#050505 76%,#6e6e6e 100%);box-shadow:0 42px 110px rgba(0,0,0,.65),inset 0 2px 2px rgba(255,255,255,.82),inset 0 -2px 3px rgba(255,255,255,.2);-webkit-mask-image:linear-gradient(to bottom,#000 0,#000 60%,rgba(0,0,0,.95) 66%,rgba(0,0,0,.5) 78%,transparent 94%);mask-image:linear-gradient(to bottom,#000 0,#000 60%,rgba(0,0,0,.95) 66%,rgba(0,0,0,.5) 78%,transparent 94%)}
.chat-phone:before{content:"";position:absolute;z-index:7;inset:4px;border:1px solid rgba(255,255,255,.2);border-radius:58px;box-shadow:inset 0 0 22px rgba(255,255,255,.08);pointer-events:none}
.chat-phone-screen{border-radius:53px;background:linear-gradient(155deg,#242728 0,#15191a 48%,#0a0c0d 100%)}
.chat-phone-status{height:46px;padding:0 27px;color:#f5f5f5;font-size:14px;font-weight:600}.chat-phone-status>span:first-child{margin-right:auto}.chat-phone-signal{display:flex;align-items:end;gap:2px;height:14px;margin-left:0}.chat-phone-signal i{width:3px;height:5px;margin:0;border-radius:1px;background:#f5f5f5}.chat-phone-signal i:nth-child(2){height:7px}.chat-phone-signal i:nth-child(3){height:10px}.chat-phone-signal i:nth-child(4){height:13px}.chat-phone-wifi{position:relative;width:18px;height:13px;margin-left:10px;border-top:3px solid #f5f5f5;border-radius:50%}.chat-phone-wifi:before,.chat-phone-wifi:after{content:"";position:absolute;left:50%;border-top:2px solid #f5f5f5;border-radius:50%;transform:translateX(-50%)}.chat-phone-wifi:before{top:2px;width:12px;height:8px}.chat-phone-wifi:after{top:7px;width:4px;height:3px}.chat-phone-battery{position:relative;width:23px;height:12px;margin-left:10px;border:2px solid #f5f5f5;border-radius:4px}.chat-phone-battery:before{content:"";position:absolute;top:2px;right:2px;bottom:2px;left:2px;border-radius:1px;background:#f5f5f5}.chat-phone-battery:after{content:"";position:absolute;top:2px;right:-5px;width:2px;height:5px;border-radius:0 2px 2px 0;background:#f5f5f5}
.chat-demo{inset:46px 0 0;grid-template-rows:68px minmax(0,1fr);background:linear-gradient(180deg,rgba(28,31,32,.96),rgba(9,11,12,.98))}.chat-demo>header{grid-template-columns:42px 1fr 9px;gap:12px;padding:0 23px;border-bottom:1px solid rgba(255,255,255,.12);background:rgba(255,255,255,.025)}.chat-demo>header .systema-orb{width:42px;height:42px;font-size:13px}.chat-demo>header b{font-size:15px}.chat-demo>header small{font-size:12px}.chat-demo>header>i{width:8px;height:8px}
.chat-thread{overflow:hidden;padding:18px 20px 150px;scrollbar-width:none;touch-action:none}.chat-thread::-webkit-scrollbar{display:none}.chat-user-message{gap:10px}.chat-user-message>span{max-width:250px;padding:11px 14px;border-radius:20px 20px 5px 20px;font-size:15px;line-height:1.25}.chat-user-message .feature-avatar{width:36px;height:36px}.chat-analysis{gap:8px;margin-top:13px}.chat-analysis .systema-orb{width:29px;height:29px;font-size:10px}.chat-analysis b{font-size:12px}.chat-system-message{grid-template-columns:32px 1fr;gap:10px;margin-top:12px}.chat-system-message>.systema-orb{width:32px;height:32px;font-size:11px}.chat-system-message>div{padding:15px 16px;border-color:rgba(103,188,183,.26);border-radius:5px 21px 21px 21px;background:linear-gradient(145deg,rgba(35,58,59,.88),rgba(18,30,31,.92));box-shadow:0 18px 48px rgba(0,0,0,.24),0 0 36px rgba(103,188,183,.08)}.chat-system-message p{margin-bottom:12px;font-size:16px;line-height:1.2}.chat-capabilities{gap:0}.chat-capabilities>div{padding:9px 0;border-top:1px solid rgba(255,255,255,.09)}.chat-capabilities dt{font-size:14px}.chat-capabilities dd{margin-top:3px;font-size:13px;line-height:1.28}.chat-tip{gap:5px;margin:10px 0;padding-top:11px}.chat-tip b,.chat-tip span,.chat-system-message small{font-size:13px}.chat-system-message small{display:block;margin-top:10px}
.chat-phone{background:#242424;border-color:#555;box-shadow:0 28px 76px rgba(0,0,0,.5)}
.chat-phone:before{display:none}
.chat-phone-screen{background:#151515}
.chat-phone-status{height:42px;padding:0 26px;color:#ddd;font-size:13px;font-weight:500}
.chat-phone-status-icons{display:block;width:66px;height:16px;color:#d8d8d8}
.chat-demo{inset:42px 0 0;grid-template-rows:62px minmax(0,1fr);background:#151515}
.chat-demo>header{grid-template-columns:34px 1fr 7px;gap:10px;padding:0 21px;border-bottom-color:rgba(255,255,255,.08);background:transparent}
.chat-demo>header .systema-orb{width:34px;height:34px;background:#333;box-shadow:none;font-size:11px}
.chat-demo>header b{font-size:14px}.chat-demo>header small{font-size:11px}.chat-demo>header>i{width:7px;height:7px;background:#77cb9b;box-shadow:none}
.chat-thread{padding:18px 22px 150px}
.chat-user-message{justify-content:flex-end}
.chat-user-message>span{max-width:250px;padding:10px 13px;border-color:rgba(255,255,255,.1);border-radius:16px 16px 4px 16px;background:#232323;box-shadow:none;font-size:14px}
.chat-system-message{grid-template-columns:28px minmax(0,1fr);gap:10px;margin-top:20px}
.chat-system-message>.systema-orb{width:28px;height:28px;background:#333;box-shadow:none;font-size:10px}
.chat-system-message>div{padding:0;border:0;background:transparent;box-shadow:none}
.chat-system-message p{margin:0 0 14px;font-size:15px}
.chat-capabilities{gap:11px}.chat-capabilities>div{padding:0;border:0}.chat-capabilities dt{color:#f0f0f0;font-size:13px}.chat-capabilities dd{margin-top:3px;color:#aaa;font-size:12px}
.chat-tip{margin:15px 0 0;padding:0;border:0}.chat-tip b{color:#d7b18e}.chat-tip span{color:#aaa}.chat-system-message small{color:#888}
.chat-demo.is-playing .chat-system-message{animation:chat-message-in .3s .25s both}
.feature-scene--chat{overflow:hidden;isolation:auto}
.feature-visual-item>.feature-scene--chat.reveal,.feature-visual-item>.feature-scene--chat.reveal.is-visible{height:min(80svh,680px);min-height:600px}
.chat-phone-art{position:absolute;top:0;left:50%;width:430px;height:680px;overflow:hidden;border:0;border-radius:62px 62px 0 0;background:transparent;box-shadow:none;transform:translateX(-50%);-webkit-mask-image:linear-gradient(to bottom,#000 0,#000 72%,rgba(0,0,0,.95) 78%,rgba(0,0,0,.52) 87%,rgba(0,0,0,.18) 92%,transparent 96%);mask-image:linear-gradient(to bottom,#000 0,#000 72%,rgba(0,0,0,.95) 78%,rgba(0,0,0,.52) 87%,rgba(0,0,0,.18) 92%,transparent 96%);pointer-events:none}
.chat-phone-art:before{content:"";position:absolute;z-index:0;inset:11px 10px 0;border-radius:52px 52px 0 0;background:linear-gradient(100deg,rgba(255,255,255,.13),rgba(255,255,255,.055));box-shadow:inset 0 1px rgba(255,255,255,.08)}
.chat-phone-art img{position:absolute;z-index:1;top:-18px;left:50%;width:760px;max-width:none;height:auto;opacity:1;transform:translateX(-50%)}



.systema-faq { display:grid; justify-items:center; gap:50px; padding:75px 50px; color:#fff; }.systema-faq .section-chip{color:#fff}.systema-faq .section-chip i{background:rgba(255,255,255,.28)}.systema-faq .section-chip span{border-color:rgba(255,255,255,.28)}
.systema-faq .faq-heading{display:grid;justify-items:center;gap:16px;text-align:center}.systema-faq .faq-heading h2{margin:0;color:#fff;font-size:34px;line-height:1.15}.systema-faq .faq-heading p{max-width:560px;margin:0;color:#d1d1d1;font-size:16px}.systema-faq .faq-list{display:grid;gap:4px;width:min(100%,833px);padding:4px}.systema-faq .faq-item{overflow:hidden;border:1px solid #737373;border-radius:16px;background:rgba(17,17,17,.5);box-shadow:none}.systema-faq .faq-item button{display:flex;align-items:center;justify-content:space-between;gap:20px;width:100%;min-height:52px;padding:14px 18px;border:0;color:#fff;background:transparent;font-size:16px;font-weight:500;text-align:left;cursor:pointer}.systema-faq .faq-item button i{position:relative;flex:0 0 28px;width:28px;height:28px;border-radius:50%;background:#000}.systema-faq .faq-item button i:before,.systema-faq .faq-item button i:after{content:"";position:absolute;top:50%;left:50%;width:10px;height:1px;background:#fff;transform:translate(-50%,-50%);transition:transform 220ms ease}.systema-faq .faq-item button i:after{transform:translate(-50%,-50%) rotate(90deg)}.systema-faq .faq-item.is-open button i:after{transform:translate(-50%,-50%)}.systema-faq .faq-answer{display:grid;grid-template-rows:0fr;max-height:initial;opacity:0;transition:grid-template-rows 320ms cubic-bezier(.22,1,.36,1),opacity 240ms ease}.systema-faq .faq-answer>div{overflow:hidden}.systema-faq .faq-item.is-open .faq-answer{grid-template-rows:1fr;opacity:1}.systema-faq .faq-answer p{margin:0;padding:0 64px 18px 18px;color:#d1d1d1;font-size:14px;line-height:1.5}
.systema-faq .faq-item button::after { content:none; }
.systema-faq .faq-item button:focus { outline:0; }
.systema-faq--light { color:#333; }
.systema-faq--light .faq-heading h2 { color:#333; }
.systema-faq--light .faq-heading p { color:#757575; }
.systema-faq--light .faq-item { border-color:#dedede; background:#fff; }
.systema-faq--light .faq-item button { color:#333; }
.systema-faq--light .faq-item button i { border:1px solid #e4e4e4; background:#f1f1f1; }
.systema-faq--light .faq-item button i::before,
.systema-faq--light .faq-item button i::after { background:#333; }
.systema-faq--light .faq-answer p { color:#616161; }

.final-cta-dark { display:grid; grid-template-columns:minmax(0,1fr) minmax(390px,500px); align-items:center; gap:80px; width:min(calc(100% - 160px),1120px); margin:auto; padding:96px 0 112px; border-top:1px solid rgba(255,255,255,.16); }
.final-cta-copy h2 { margin:0 0 14px; color:#fff; font-size:34px; line-height:1.15; letter-spacing:-.01em; font-weight:600; }
.final-cta-copy h2 em { color:transparent; background:linear-gradient(45deg,transparent,#edbf86,#de8363,#67bcb7,transparent); background-clip:text; -webkit-background-clip:text; background-size:400% 100%; font-style:normal; animation:gradient-move 8s linear infinite; }
.final-cta-copy p { max-width:470px; margin:0; color:#d1d1d1; font-size:16px; line-height:1.4; }
.systema-final-url-form { max-width:500px; margin:0; }

.systema-footer { padding:76px max(32px,7vw) 28px; color:#fff; background:#0d0d0d; }.footer-main{display:grid;grid-template-columns:minmax(300px,2fr) repeat(2,minmax(160px,1fr));gap:48px;width:min(100%,1240px);margin:auto}.footer-brand{display:grid;align-content:start;gap:16px}.footer-logo{display:flex;align-items:center;gap:12px;color:#fff;letter-spacing:.16em}.footer-logo img{width:42px;height:42px}.footer-brand p{margin:0;color:#b9b9b9;font-size:14px}.footer-socials{display:flex;gap:10px}.footer-socials a{display:grid;width:32px;height:32px;place-items:center}.footer-socials img{width:28px;height:28px;object-fit:contain;border-radius:50%}.footer-main nav{display:grid;align-content:start;gap:12px}.footer-main h3{margin:0 0 8px;color:#fff;font-size:14px}.footer-main nav a,.footer-main nav span{color:rgba(255,255,255,.72);font-size:13px}.footer-bottom{display:flex;justify-content:space-between;gap:24px;width:min(100%,1240px);margin:64px auto 0;padding-top:22px;border-top:1px solid rgba(255,255,255,.12);color:#8d8d8d;font-size:12px}.footer-bottom>div{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:10px 22px}

body.auth-open{overflow:hidden}.systema-url-auth-modal{position:fixed;z-index:1000;inset:0;display:grid;place-items:center;padding:20px;opacity:0;pointer-events:none;transition:opacity 180ms ease}.systema-url-auth-modal.is-open{opacity:1;pointer-events:auto}.auth-backdrop{position:absolute;inset:0;border:0;background:rgba(18,18,18,.58);backdrop-filter:blur(8px)}.auth-card{position:relative;z-index:1;display:flex;flex-direction:column;width:min(100%,430px);min-height:520px;padding:34px 38px;border-radius:24px;color:#333;background:#fff;box-shadow:0 28px 80px rgba(0,0,0,.26);transform:translateY(14px) scale(.985);transition:transform 220ms cubic-bezier(.22,1,.36,1)}.systema-url-auth-modal.is-open .auth-card{transform:none}.auth-close{position:absolute;top:14px;right:14px;display:grid;width:32px;height:32px;padding:0;place-items:center;border:0;border-radius:50%;color:#616161;background:#f3f3f3;font-size:21px;cursor:pointer}.auth-brand{display:flex;align-items:center;gap:10px;font-size:15px;font-weight:600}.auth-brand img{width:30px;height:30px}.auth-heading{margin:28px 0 20px}.auth-heading h2{margin:0 0 10px;font-size:28px}.auth-heading p{margin:0;color:#777;font-size:14px}.auth-telegram{display:flex;align-items:center;justify-content:center;gap:10px;min-height:42px;border:1px solid #d7d7d7!important;border-radius:160px;background:#fff!important;font-size:13px;font-weight:500;transition:none}.auth-telegram img{width:18px;height:18px}.auth-divider{display:flex;align-items:center;gap:12px;margin:18px 0;color:#999;font-size:11px}.auth-divider:before,.auth-divider:after{content:"";flex:1;height:1px;background:#e4e4e4}.auth-form,.auth-step{display:grid;gap:10px}.auth-step[hidden],.auth-error[hidden]{display:none}.auth-step label{font-size:12px;font-weight:500}.auth-step input{width:100%;height:40px;padding:0 12px;border:1px solid #d7d7d7;border-radius:6px;outline:0;font-size:13px}.auth-step input:focus{border-color:#6161ff;box-shadow:0 0 0 3px rgba(97,97,255,.12)}.auth-step small{color:#858585;font-size:11px}.auth-back{justify-self:start;padding:0;border:0;color:#616161;background:transparent;font-size:12px}.auth-submit{min-height:40px;border:0;border-radius:160px;color:#fff;background:#6161ff;font-size:13px;cursor:pointer}.auth-error{margin:0;color:#b42318;font-size:12px}.auth-legal{margin:auto 0 0;padding-top:18px;color:#858585;font-size:11px;line-height:1.4}

.reveal{opacity:0;filter:blur(6px);transform:translateY(22px) scale(.988);transition:opacity 650ms cubic-bezier(.22,1,.36,1),filter 650ms cubic-bezier(.22,1,.36,1),transform 650ms cubic-bezier(.22,1,.36,1);transition-delay:var(--reveal-delay,0ms)}.reveal.is-visible{opacity:1;filter:none;transform:none}.reveal-delay-1{--reveal-delay:100ms}.hero-copy.reveal{transform:translateY(22px) scale(.988)}.hero-copy.reveal.is-visible{transform:none}.hero-product.reveal{transform:translateY(57px) scale(.988)}.hero-product.reveal.is-visible{transform:translateY(35px)}
.feature-intro.reveal h2,.feature-intro.reveal p{opacity:0;transform:translateY(18px);transition:opacity 600ms cubic-bezier(.22,1,.36,1),transform 600ms cubic-bezier(.22,1,.36,1)}.feature-intro.reveal p{transition-delay:110ms}.feature-intro.reveal.is-visible h2,.feature-intro.reveal.is-visible p{opacity:1;transform:none}
.systema-faq .faq-list.reveal .faq-item{opacity:0;transform:translateY(12px);transition:opacity 430ms cubic-bezier(.22,1,.36,1),transform 430ms cubic-bezier(.22,1,.36,1)}.systema-faq .faq-list.reveal.is-visible .faq-item{opacity:1;transform:none}.systema-faq .faq-list.reveal .faq-item:nth-child(2){transition-delay:45ms}.systema-faq .faq-list.reveal .faq-item:nth-child(3){transition-delay:90ms}.systema-faq .faq-list.reveal .faq-item:nth-child(4){transition-delay:135ms}.systema-faq .faq-list.reveal .faq-item:nth-child(5){transition-delay:180ms}.systema-faq .faq-list.reveal .faq-item:nth-child(6){transition-delay:225ms}.systema-faq .faq-list.reveal .faq-item:nth-child(7){transition-delay:270ms}.systema-faq .faq-list.reveal .faq-item:nth-child(8){transition-delay:315ms}.systema-faq .faq-list.reveal .faq-item:nth-child(9){transition-delay:360ms}
@keyframes marquee{to{transform:translateX(-100%)}}@keyframes gradient-move{0%{background-position:100% 50%}100%{background-position:-300% 50%}}@keyframes pulse{0%,80%,100%{opacity:.35;transform:scale(.8)}40%{opacity:1;transform:scale(1)}}

@media(min-width:1001px){.hero-inner{grid-template-columns:minmax(360px,464fr) minmax(520px,576fr);gap:80px}.hero-copy{padding-left:64px}.device-laptop{right:0;bottom:178px;width:650px}.device-phone{bottom:60px;left:-20px;width:187.5px}.agent-links{right:60px;bottom:45px}}
@media(max-width:1000px){.hero-inner{grid-template-columns:1fr;width:min(100% - 40px,760px);padding-top:100px}.landing-hero{padding-bottom:70px}.hero-copy{transform:none}.hero-copy.reveal{transform:translateY(22px) scale(.988)}.hero-copy.reveal.is-visible{transform:none}.hero-product{height:520px}.device-laptop{right:50px;bottom:100px}.device-phone{left:28px;bottom:45px}.agent-links{right:248px;bottom:0;grid-template-columns:repeat(12,22px);gap:24px 0}.agent-link{flex-basis:36px;width:36px;height:36px;padding:6px}.agent-link small{top:43px;font-size:7px}.result-row,.result-row--reverse{grid-template-columns:1fr;gap:26px;height:auto;padding:0 40px;overflow:visible}.result-row--reverse .result-copy,.result-row--reverse .result-visual{order:initial}.result-visual{height:auto;aspect-ratio:497/388}.row-chip,.result-row--reverse .row-chip{position:static;width:100%;margin-bottom:28px}.feature-intro{grid-template-columns:1fr}.footer-main{grid-template-columns:1.3fr 1fr 1fr}.footer-brand{grid-column:1/-1}}
@media(max-width:900px){.final-cta-dark{grid-template-columns:1fr;gap:32px;width:calc(100% - 80px);padding:72px 0 88px}.systema-final-url-form{width:100%}}
@media(max-width:760px){.site-header{padding:0 10px}.nav-shell{height:52px;padding:0 10px;gap:10px}.nav-divider,.nav-links{display:none}.brand{min-width:0}.hero-copy h1{font-size:34px}.hero-copy>p{font-size:16px}.hero-product{height:400px}.device-laptop{right:4%;bottom:118px;width:92%}.device-phone{left:2%;bottom:74px;width:128px}.agent-links{right:16px;bottom:26px;left:auto;grid-template-columns:repeat(12,18.5px);gap:20px 0}.agent-link{flex-basis:29px;width:29px;height:29px}.agent-link small{top:35px;width:44px;font-size:6px}.agent-count{text-align:center}.section-chip,.features-label{width:min(84vw,500px)}.integrations-marquee.reveal{opacity:1;filter:none;transform:none}.result-showcase{gap:54px;padding:54px 0}.result-row,.result-row--reverse{width:calc(100% - 32px);padding:0}.result-visual{aspect-ratio:16/10;padding:10px}.result-art{max-width:100%;max-height:100%}.feature-intro{width:calc(100% - 48px)}.feature-intro h2{font-size:30px}.features-canvas{grid-template-columns:1fr;width:100%;padding:0 24px}.feature-copy-rail{z-index:3;height:48svh;min-height:330px}.feature-copy-stack{padding:72px 0 18px}.feature-copy{top:54%;max-width:340px}.feature-copy h2{font-size:30px}.feature-copy p{font-size:14px}.feature-visual-track{margin-top:-1px}.feature-visual-item{min-height:82svh;padding:34px 0 48px;align-items:end}.feature-visual-item>.feature-scene{height:330px;min-height:330px}.systema-faq{padding:64px 16px 72px}.systema-faq .faq-heading h2{font-size:32px}.systema-faq .faq-item button{min-height:62px;padding:17px 16px}.systema-footer{padding:58px 20px 24px}.footer-main{grid-template-columns:1fr 1fr;gap:38px 28px}.footer-brand{grid-column:1/-1}.footer-bottom{flex-direction:column;margin-top:48px}.auth-card{min-height:0;padding:28px 20px 20px}}
@media(max-width:760px){.agent-count p{top:-24px}.final-cta-dark{gap:24px;width:calc(100% - 48px);padding:64px 0 76px}.final-cta-copy h2{font-size:32px}.final-cta-copy p{font-size:14px}.systema-final-url-form{max-width:none}}
@media(max-width:900px){
  .reference-window-dots{top:24px;left:24px;gap:5px}.reference-window-dots i{width:7px;height:7px}
  .systema-orb{width:25px;height:25px;font-size:8px}.context-source{top:17px;right:17px}.context-core{top:57px;left:19px}.context-core .systema-orb{width:35px;height:35px}.context-facts{top:109px;right:17px;left:17px;gap:6px}.context-facts p{grid-template-columns:28px 1fr;gap:8px;padding:7px 9px}.context-facts p>i{width:25px;height:25px}.context-facts b{font-size:9px}.context-memory{right:17px;bottom:12px;left:17px;padding:8px 10px}.context-memory b{font-size:8px}.channel-strategy-goal{top:14px;right:17px;left:17px;padding:9px 11px}.channel-strategy-goal b{font-size:9px}.channel-strategy-list{top:72px;right:17px;left:17px;gap:6px}.channel-strategy-list p{grid-template-columns:25px 1fr auto;gap:8px;padding:6px 8px}.channel-strategy-list p>i{width:23px;height:23px}.channel-strategy-list b{font-size:9px}.channel-strategy-list small{font-size:7px}.channel-strategy-list em{font-size:6px}.channel-strategy-summary{right:17px;bottom:10px;left:17px;padding:8px 10px}.channel-strategy-summary b{font-size:8px}
  .agent-stream-row{left:0;grid-template-columns:40px 84px minmax(0,1fr);gap:9px;width:100%;min-height:68px;padding:8px 48px 8px 10px;border-radius:18px}.agent-stream-row:nth-child(1){top:7px}.agent-stream-row:nth-child(2){top:87px}.agent-stream-row:nth-child(3){top:167px}.agent-stream-row:nth-child(4){top:247px}.agent-stream-row strong{font-size:10px}.agent-stream-row small{font-size:6.5px}.agent-stream-row p{gap:6px}.agent-stream-row p b{padding:5px 6px;font-size:6.5px}.agent-stream-row p span{font-size:7px}.feature-avatar{width:40px;height:40px}
}
@media(max-width:760px){
  .feature-visual-item>.feature-scene.reveal,.feature-visual-item>.feature-scene.reveal.is-visible{height:330px;min-height:330px}
}
@media(max-width:900px){
  .business-dossier{right:-6px;height:306px;clip-path:polygon(0 0,calc(100% - 44px) 0,100% 44px,100% 100%,0 100%)}.business-dossier:after{width:15%}.business-dossier__header{grid-template-columns:36px minmax(0,1fr) auto;gap:9px;height:60px;padding:10px 48px 10px 12px}.business-dossier__logo{width:36px;height:36px}.business-dossier__header strong{font-size:14px}.business-dossier__header small,.business-dossier__status{font-size:9px}.business-dossier__rail{top:60px;width:78px;padding:11px 7px}.business-dossier__rail span{padding:7px 5px;font-size:9px}.business-dossier__content{margin-left:78px;padding:4px 25px 0 13px}.business-dossier__row{grid-template-columns:78px minmax(0,1fr);min-height:59px}.business-dossier__row dt{font-size:9px}.business-dossier__row dd{font-size:10px}.business-dossier__growth{gap:7px}.business-dossier__growth i{font-size:9px}
  .strategy-focus{inset:2% -7px 2% 0;grid-template-columns:126px minmax(0,1fr);gap:12px}.strategy-focus:after{width:13%}.strategy-focus__goal,.strategy-focus__priorities{border-radius:18px}.strategy-focus h3{font-size:12px}.strategy-focus__goal{min-height:226px;padding:16px 13px}.strategy-focus__goal p{margin-top:22px;font-size:16px}.strategy-focus__goal p strong{font-size:20px}.strategy-focus__goal dl{grid-template-columns:1fr;gap:9px;margin-top:20px;padding-top:10px}.strategy-focus__goal dt{font-size:8px}.strategy-focus__goal dd{font-size:10px}.strategy-focus__priorities{min-height:300px;padding:13px 12px 10px}.strategy-focus__priorities header{padding-bottom:7px}.strategy-focus__priorities header span{font-size:8px}.strategy-focus__priority{grid-template-columns:24px minmax(0,1fr) auto;gap:7px;min-height:49px}.strategy-focus__priority i{width:22px;height:22px;border-radius:6px;font-size:11px}.strategy-focus__priority b{font-size:10px}.strategy-focus__priority em{font-size:10px}.strategy-focus__priorities footer{padding-top:8px;font-size:9px}
}
@media(max-width:900px){
  .features-canvas{grid-template-columns:1fr;width:100%;padding:0 24px}
  .feature-copy-rail{z-index:3;height:48svh;min-height:330px}
  .feature-visual-item>.reveal,.feature-visual-item>.reveal.is-visible{--mobile-fade-start:-44px;--mobile-fade-end:0px;-webkit-mask-image:linear-gradient(to bottom,transparent var(--mobile-fade-start),#000 var(--mobile-fade-end));mask-image:linear-gradient(to bottom,transparent var(--mobile-fade-start),#000 var(--mobile-fade-end))}
  .feature-copy-stack{padding:72px 0 18px}.feature-visual-track{margin-top:-1px}.feature-visual-item{min-height:82svh;padding:34px 0 48px;align-items:end}
  .feature-visual-item>.feature-scene--chat.reveal,.feature-visual-item>.feature-scene--chat.reveal.is-visible{top:246px;height:560px;min-height:560px}
  .chat-phone-art{width:330px;height:560px;border-radius:48px 48px 0 0}
  .chat-phone-art:before{inset:8px 7px 0;border-radius:41px 41px 0 0}
  .chat-phone-art img{top:-14px;width:584px}
  .chat-phone{top:8px;width:min(94%,340px);height:690px;border-radius:58px;-webkit-mask-image:linear-gradient(to bottom,#000 0,#000 50%,rgba(0,0,0,.92) 56%,rgba(0,0,0,.45) 65%,transparent 74%);mask-image:linear-gradient(to bottom,#000 0,#000 50%,rgba(0,0,0,.92) 56%,rgba(0,0,0,.45) 65%,transparent 74%)}.chat-phone:before{border-radius:52px}.chat-phone-screen{border-radius:48px}.chat-phone-status{padding:0 22px}.chat-demo>header{padding:0 18px}.chat-thread{padding:16px 16px 140px}.chat-system-message>div{padding:0}.chat-capabilities>div{padding:0}
}
@media(max-width:760px){
  .business-dossier{right:6px;left:6px}
  .agent-stream-row{left:6px;width:calc(100% - 12px)}
  .feature-visual-item>.feature-scene--chat.reveal,.feature-visual-item>.feature-scene--chat.reveal.is-visible{height:560px;min-height:560px}
  .feature-visual-item>.feature-scene--attribution-route.reveal,.feature-visual-item>.feature-scene--attribution-route.reveal.is-visible{height:360px;min-height:360px}
  .campaign-result{right:0;left:0;padding:15px;border-radius:20px}.campaign-result>header{grid-template-columns:27px minmax(0,1fr) auto;gap:9px}.campaign-result>header svg{width:27px;height:27px}.campaign-result>header strong{font-size:15px}.campaign-result>header small{font-size:10px}.campaign-result>header em{padding:5px 7px;font-size:8px}.campaign-result__metrics{margin-top:14px}.campaign-result__metric{min-height:105px;padding:15px 10px 12px}.campaign-result__metric span{font-size:10px}.campaign-result__metric strong{margin-top:9px;font-size:20px}.campaign-result__metric small{margin-top:6px;font-size:9px}.campaign-result__next{grid-template-columns:28px minmax(0,1fr) auto;gap:9px;min-height:65px;margin-top:13px;padding:9px 10px;border-radius:14px}.campaign-result__next svg{width:25px;height:25px}.campaign-result__next b{font-size:12px}.campaign-result__next small{font-size:9px}.campaign-result__next>strong{padding:0;font-size:10px}
  .feature-visual-item>.feature-replacement-table.reveal,.feature-visual-item>.feature-replacement-table.reveal.is-visible{height:360px;min-height:360px}
  .feature-replacement-table{grid-template-rows:repeat(5,minmax(0,1fr)) 58px}.replacement-row,.replacement-total{grid-template-columns:34px minmax(0,1fr) 82px 68px;gap:6px;padding:0 4px}.feature-replacement-table svg{width:22px;height:22px}.replacement-role b{font-size:11px}.replacement-role small{font-size:8px}.replacement-cost{font-size:9px}.replacement-included{font-size:9px}.replacement-total b{font-size:12px}.replacement-total s{font-size:10px}.replacement-total strong{font-size:11px}
}
@media(max-width:480px){.hero-product{transform:translateY(-25px)}.hero-product.reveal{transform:translateY(-3px) scale(.988)}.hero-product.reveal.is-visible{transform:translateY(-25px)}.integrations{margin-top:-12px}}
@media(max-width:360px){
  .agent-links{right:0;grid-template-columns:repeat(12,15px)}
  .agent-link{flex-basis:27px;width:27px;height:27px}
  .agent-link small{width:40px}
  .feature-visual-item>.feature-scene--chat.reveal,.feature-visual-item>.feature-scene--chat.reveal.is-visible{top:258px;height:560px;min-height:560px}
  .chat-phone-art{width:310px}
  .chat-phone-art img{width:548px}
  .feature-visual-item>.feature-replacement-table.reveal,.feature-visual-item>.feature-replacement-table.reveal.is-visible{height:380px;min-height:380px}
  .replacement-row,.replacement-total{grid-template-columns:30px minmax(0,1fr) 74px 62px;gap:4px;padding:0 2px}.replacement-role b{font-size:10px}.replacement-role small{font-size:7px}.replacement-cost,.replacement-included{font-size:8px}.replacement-total b{font-size:11px}.replacement-total strong{font-size:10px}
}
@media(prefers-reduced-motion:reduce){:root{scroll-behavior:auto}.marquee-row,.feature-copy h2 em,.agent-count strong,.result-visual *,.feature-scene *{animation:none!important}.feature-scene--business-profile *,.feature-scene--strategy-plan *{animation:none!important;transition:none!important}.business-dossier__row,.strategy-focus__priority,.campaign-result__metric,.campaign-result__next,.replacement-row,.replacement-total{opacity:1!important;transform:none!important;animation:none!important}.feature-scene--agent-stream:before{display:none!important}.chat-user-message,.chat-system-message{opacity:1!important;transform:none!important;animation:none!important}.chat-demo .chat-analysis{display:none!important}.reveal,.feature-intro.reveal h2,.feature-intro.reveal p,.faq-list.reveal .faq-item{opacity:1;filter:none;transform:none;transition:none}}
@media(prefers-reduced-motion:reduce){.systema-hero-url-form.is-url-nudge{animation:none}}


/* Shared public composition primitives. Family-specific rules are appended as pages migrate. */
.public-page {
  min-width: 320px;
  color: var(--color-ink);
  background-color: var(--color-snow);
  font-family: var(--font-sans);
}

.public-page main {
  position: relative;
  isolation: isolate;
}

.public-page:not(.public-page--home):not(.public-page--docs) {
  background-color: #fff;
  background-image: none;
}

.public-page:not(.public-page--home):not(.public-page--docs) main::before {
  position: absolute;
  z-index: -1;
  top: -78px;
  left: 50%;
  width: 100vw;
  height: 640px;
  content: "";
  background-color: #faf9f7;
  background-image:
    linear-gradient(to bottom, transparent 66%, #fff 92%, #fff 100%),
    linear-gradient(rgba(65, 65, 65, .055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(65, 65, 65, .055) 1px, transparent 1px),
    radial-gradient(circle at 8% 45%, rgba(242, 154, 116, .42), transparent 31%),
    radial-gradient(circle at 92% 40%, rgba(121, 210, 214, .4), transparent 34%);
  background-size: auto, 4px 4px, 4px 4px, auto, auto;
  transform: translateX(-50%);
  pointer-events: none;
}

.public-page--marketing,
.public-page--agent,
.public-page--legal,
.public-page--docs,
.public-page--verify {
  background-color: var(--color-snow);
  background-image:
    radial-gradient(circle at 12% 8%, rgba(254, 129, 228, .08), transparent 26rem),
    radial-gradient(circle at 88% 12%, rgba(58, 201, 255, .09), transparent 28rem);
  background-repeat: no-repeat;
}

/* Public shell shared by marketing, legal, agent and documentation pages. */
.public-page:not(.public-page--home) {
  overflow-x: hidden;
  padding-top: 78px;
}

.public-page:not(.public-page--home) .site-header {
  top: 12px;
}

.public-page:not(.public-page--home) .nav-shell {
  background: rgba(255, 255, 255, .5);
  backdrop-filter: blur(4px);
}

.public-page:not(.public-page--home) .systema-nav-cta {
  color: var(--color-snow);
  background: var(--color-monday-violet);
  box-shadow: 0 8px 22px rgba(97, 97, 255, .2);
}

.public-menu-toggle {
  display: none;
  width: 34px;
  height: 34px;
  padding: 9px 7px;
  border: 0;
  border-radius: var(--radius-inputs);
  background: transparent;
}

.public-menu-toggle span {
  display: block;
  height: 1px;
  margin: 4px 0;
  background: currentColor;
}

[data-public-reveal] {
  opacity: 0;
  filter: blur(5px);
  transform: translateY(18px);
  transition:
    opacity 560ms cubic-bezier(.22, 1, .36, 1),
    filter 560ms cubic-bezier(.22, 1, .36, 1),
    transform 560ms cubic-bezier(.22, 1, .36, 1);
}

[data-public-reveal].is-visible {
  opacity: 1;
  filter: none;
  transform: none;
}

.auth-register {
  justify-self: start;
  margin-top: 2px;
}

/* Public final CTA keeps the homepage composition with a light theme. */
.public-page-final-cta {
  position: relative;
  z-index: 0;
  border-radius: 0;
  border-top: 0;
  background: transparent;
  box-shadow: none;
}

.public-page-final-cta::before {
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 100vw;
  content: "";
  background: #fff;
  transform: translateX(-50%);
}

.public-page-final-cta .affiliate-cta-note,
.public-page-final-cta .affiliate-cta-links,
.public-page-final-cta .agent-cta-outcomes span {
  color: #757575;
}

.public-page-final-cta .affiliate-cta-links a {
  color: #333;
}

.final-cta--light .final-cta-copy h2 { color:#333; }
.final-cta--light .final-cta-copy p { color:#757575; }

.public-page-final-cta .price-button.primary {
  border: 0;
  color: #fff;
  background: var(--color-monday-violet);
}

/* Marketing and pricing. */
.public-page--marketing .page-main {
  width: min(calc(100% - 48px), 1200px);
  margin: 0 auto;
  padding: 38px 0 0;
}

.public-page--marketing .page-hero {
  max-width: 760px;
  margin: 0 auto 64px;
  padding: 56px 24px 0;
  text-align: center;
}

.public-page--marketing .page-hero h1,
.public-page--marketing .affiliate-hero h1,
.public-page--legal h1,
.public-page--agent .agent-landing-hero h1,
.public-page--docs .docs-content h1,
.public-page--verify h1 {
  color: var(--color-ink);
  font-size: clamp(30px, 4vw, var(--text-heading-lg));
  line-height: 1.15;
  letter-spacing: -.02em;
}

.public-page--marketing .page-hero > p,
.public-page--marketing .affiliate-hero > p {
  max-width: 620px;
  margin-right: auto;
  margin-left: auto;
  color: var(--color-slate);
  font-size: var(--text-body);
}

.public-page--marketing .price-card,
.public-page--marketing .affiliate-card,
.public-page--marketing .affiliate-step,
.public-page--marketing .affiliate-stat {
  border: 0;
  border-radius: var(--radius-cards);
  background: rgba(255, 255, 255, .84);
  box-shadow: var(--shadow-xl);
  transform: none !important;
}

.public-page--marketing .price-card:hover,
.public-page--marketing .affiliate-card:hover,
.public-page--marketing .affiliate-step:hover {
  transform: none !important;
}

.public-page--marketing .pricing-grid,
.public-page--marketing .affiliate-grid {
  gap: var(--spacing-24);
}

.public-page--marketing .page-faq {
  position: relative;
  left: 50%;
  width: 100vw;
  max-width: none;
  margin: 0 0 0 -50vw;
  padding: 75px 50px;
  color: #333;
  background: #fff;
}

/* Pricing page. */
.pricing-page .pricing-hero {
  display: grid;
  justify-items: center;
  width: min(100%, 760px);
  min-height: 430px;
  margin-bottom: 42px;
  padding: 56px 24px 20px;
  text-align: center;
}

.pricing-hero-copy {
  align-self: center;
}

.pricing-page .pricing-hero-copy h1 {
  max-width: 620px;
  margin-bottom: 14px;
}

.pricing-page .pricing-hero-copy > p:not(.eyebrow) {
  max-width: 560px;
  margin: 0 auto 22px;
  color: var(--color-slate);
  font-size: var(--text-body);
  line-height: var(--leading-body);
}

.pricing-page .pricing-hero .billing-wrap {
  justify-content: center;
  margin: 0;
}

.pricing-page .pricing-grid {
  padding: 0;
  background: transparent;
}

.pricing-page .price-card {
  border: 0;
  box-shadow: 0 18px 48px rgba(55, 61, 84, .09);
}

.pricing-page .price-card.featured {
  box-shadow: 0 18px 48px rgba(55, 61, 84, .09);
}

.pricing-page .price-card.is-selected {
  background:
    linear-gradient(0deg, rgba(97, 97, 255, .06), rgba(97, 97, 255, .06)),
    #fff;
  box-shadow:
    0 0 0 2px rgba(97, 97, 255, .2),
    0 24px 56px rgba(97, 97, 255, .14);
}

.pricing-page .cost-section {
  width: min(100%, 980px);
  padding: 48px 0;
  background: transparent;
}

.pricing-page .cost-table {
  border-radius: 0;
  background: rgba(255, 255, 255, .84);
  box-shadow: 0 20px 50px rgba(55, 61, 84, .09);
}

.pricing-page .cost-table .total-row {
  background: rgba(97, 97, 255, .07);
}

.pricing-page .cost-table .total-row span:last-child {
  color: var(--color-monday-violet);
  font-size: 15px;
}

.pricing-page .page-faq {
  margin-bottom: 0;
}

/* Affiliate page. */
.affiliates-page .affiliate-hero {
  display: grid;
  grid-template-columns: 1fr;
  justify-items: center;
  align-items: center;
  width: min(100%, 760px);
  min-height: 540px;
  padding: 56px 24px 72px;
  text-align: center;
}

.affiliate-hero-copy > p:not(.eyebrow) {
  max-width: 620px;
  margin: 0 auto 22px;
  color: var(--color-slate);
  font-size: var(--text-body);
  line-height: var(--leading-body);
}

.affiliates-page .affiliate-hero h1 {
  max-width: 680px;
  margin-bottom: 14px;
}

.affiliates-page .affiliate-proof {
  justify-content: center;
}

.affiliates-page .affiliate-proof-text {
  display: grid;
  gap: 2px;
  font-size: var(--text-body-sm);
  line-height: 1.05;
}

.affiliates-page .affiliate-actions {
  justify-content: center;
}

.affiliates-page .affiliate-stats {
  width: min(100%, 520px);
  margin-right: auto;
  margin-left: auto;
  border: 0;
}

.affiliates-page .creators-section,
.affiliates-page .promote-section {
  padding: 44px 0;
  background: transparent;
}

.affiliates-page .creator-mocks article,
.affiliates-page .promo-panel {
  border: 0;
  background: rgba(255, 255, 255, .84);
  box-shadow: 0 16px 42px rgba(55, 61, 84, .08);
}

.affiliates-page .benefit-grid article,
.affiliates-page .steps-process article {
  border: 0;
}

.affiliates-page .steps-process article {
  background: transparent;
  box-shadow: none;
}

/* Legal pages prioritize long-form reading. */
.public-page--legal .legal-main {
  width: min(calc(100% - 48px), 860px);
  margin: 0 auto;
  padding: 48px 0 112px;
}

.public-page--legal .legal-hero,
.public-page--legal .page-hero {
  max-width: 720px;
  margin-bottom: 48px;
}

.public-page--legal .legal-section,
.public-page--legal .legal-content,
.public-page--legal .affiliate-terms-content {
  border-color: rgba(208, 212, 228, .78);
  color: var(--color-ink);
  background: rgba(255, 255, 255, .82);
}

.public-page--legal p,
.public-page--legal li {
  color: var(--color-slate);
  line-height: 1.65;
}

/* Agent pages retain their story order while adopting the shared frame. */
.public-page--agent .agent-landing {
  padding: 22px 0 0;
}

.public-page--agent .agent-landing-hero,
.public-page--agent .story-section,
.public-page--agent .faq-section,
.public-page--agent .agent-context-links,
.public-page--agent .agent-specific-cta {
  width: min(calc(100% - 48px), 1120px);
  margin-right: auto;
  margin-left: auto;
}

.public-page--agent .agent-landing-hero {
  border-radius: 0;
  background: transparent;
}

.public-page--agent .story-section,
.public-page--agent .faq-section {
  border-radius: 0;
}

.public-page--agent .agent-specific-cta {
  overflow: visible;
  border-radius: 0;
}

.public-page--agent [class*="card"]:hover,
.public-page--agent [class*="tile"]:hover {
  transform: none !important;
}

.public-page--agent .agent-faq {
  position: relative;
  left: 50%;
  display: grid;
  justify-items: center;
  width: 100vw;
  max-width: none;
  margin: 0 0 0 -50vw;
  padding: 75px 50px;
  color: #333;
  background: #fff;
  text-align: center;
}

.public-page--agent .agent-context-links--light {
  position: relative;
  z-index: 0;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 28px;
  padding-bottom: 28px;
}

.public-page--agent .agent-context-links--light::before {
  position: absolute;
  z-index: -1;
  inset: 0 auto 0 50%;
  width: 100vw;
  content: "";
  background: #fff;
  transform: translateX(-50%);
}

.public-page--agent .agent-context-links--light a {
  color: var(--color-monday-violet);
}

.public-page .public-page-final-cta {
  width: min(calc(100vw - 160px), 1120px);
  margin-right: auto;
  margin-left: auto;
}

/* Documentation stays reading-first. */
.public-page--docs .docs-shell {
  position: relative;
  width: min(calc(100% - 48px), 1080px);
  margin: 0 auto;
  padding: 36px 0 96px;
}

.public-page--docs .docs-nav {
  top: 92px;
}

.public-page--docs .docs-content {
  color: var(--color-ink);
}

.public-page--docs .docs-content > section {
  padding-top: 4px;
}

.public-page--docs .docs-content p,
.public-page--docs .docs-content li {
  color: var(--color-slate);
}

.docs-nav-toggle {
  display: none;
}

/* Email verification uses the same calm public surface. */
.public-page--verify {
  display: block;
  min-height: 100svh;
  padding-right: 0;
  padding-left: 0;
  background-color: var(--color-snow);
}

.public-page--verify .verify-email-layout {
  display: grid;
  grid-template-columns: minmax(0, 420px) minmax(420px, 540px);
  gap: 48px;
  align-items: center;
  width: min(calc(100% - 48px), 1020px);
  min-height: calc(100svh - 78px);
  margin: 0 auto;
  padding: 52px 0 82px;
}

.public-page--verify .verify-email-card {
  width: 100%;
  margin: 0;
  padding: 32px;
  border: 0;
  border-radius: var(--radius-cards);
  background: rgba(255, 255, 255, .88);
  box-shadow: 0 20px 60px rgba(55, 61, 84, .1);
}

.verify-process-scene {
  position: relative;
  overflow: hidden;
  min-height: 390px;
}

.verify-process-mail,
.verify-process-profile {
  position: absolute;
  display: grid;
  grid-template-columns: 44px 1fr auto;
  gap: 12px;
  align-items: center;
  padding: 17px;
  border-radius: 18px;
  background: rgba(255, 255, 255, .86);
  box-shadow: 0 18px 44px rgba(52, 59, 88, .12);
}

.verify-process-mail {
  top: 48px;
  right: 36px;
  left: 36px;
  transform: rotate(-1.5deg);
}

.verify-process-profile {
  right: 48px;
  bottom: 58px;
  left: 58px;
  grid-template-columns: 44px 1fr;
  transform: rotate(1.3deg);
}

.verify-process-mail > span,
.verify-process-profile > span {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 14px;
  color: #fff;
  background: linear-gradient(145deg, #6161ff, #3ac9ff);
  font-weight: 700;
}

.verify-process-mail div,
.verify-process-profile div {
  display: grid;
  gap: 3px;
}

.verify-process-mail b,
.verify-process-profile b {
  color: var(--color-ink);
  font-size: 14px;
}

.verify-process-mail small,
.verify-process-profile small {
  color: var(--color-slate);
  font-size: 11px;
}

.verify-process-mail > i {
  display: grid;
  width: 26px;
  height: 26px;
  place-items: center;
  border-radius: 9px;
  color: #238967;
  background: rgba(67, 205, 153, .16);
  font-style: normal;
}

.verify-process-path {
  position: absolute;
  top: 151px;
  left: 50%;
  display: grid;
  gap: 9px;
  transform: translateX(-50%);
}

.verify-process-path span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: rgba(97, 97, 255, .25);
}

.verify-process-path span:nth-child(2) { background: rgba(97, 97, 255, .52); }
.verify-process-path span:nth-child(3) { background: var(--color-monday-violet); }

.verify-process-status {
  position: absolute;
  right: 28px;
  bottom: 24px;
  padding: 6px 10px;
  border-radius: var(--radius-badges);
  color: var(--color-monday-violet);
  background: rgba(255, 255, 255, .74);
  font-size: 10px;
  font-weight: 650;
}

@media (max-width: 760px) {
  .public-page:not(.public-page--home) {
    padding-top: 68px;
  }

  .public-page:not(.public-page--home) .site-header {
    padding: 0 10px;
  }

  .public-page:not(.public-page--home) .nav-shell {
    position: relative;
    height: 52px;
  }

  .public-page:not(.public-page--home) .nav-divider {
    display: none;
  }

  .public-menu-toggle {
    display: none;
    margin-left: auto;
  }

  .public-page:not(.public-page--home) .nav-links {
    position: absolute;
    top: calc(100% + 8px);
    right: 0;
    left: 0;
    display: grid;
    gap: 0;
    padding: 8px;
    border: 1px solid rgba(208, 212, 228, .8);
    border-radius: 12px;
    background: rgba(255, 255, 255, .96);
    box-shadow: var(--shadow-xl);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-6px);
    transition: opacity 180ms ease, transform 180ms ease;
  }

  .public-page:not(.public-page--home) .nav-links.is-open {
    opacity: 1;
    pointer-events: auto;
    transform: none;
  }

  .public-page:not(.public-page--home) .nav-links a {
    min-height: 40px;
    padding: 10px 12px;
    border-radius: var(--radius-inputs);
  }

  .public-page:not(.public-page--home) .systema-nav-cta {
    margin-left: 0;
  }

  .public-page--marketing .page-main,
  .public-page--legal .legal-main,
  .public-page--docs .docs-shell {
    width: min(calc(100% - 32px), 100%);
  }

  .public-page--marketing .page-hero {
    margin-bottom: 48px;
    padding: 36px 0 0;
  }

  .pricing-page .pricing-hero {
    min-height: 0;
    padding: 32px 0 18px;
    text-align: center;
  }

  .pricing-page .pricing-grid {
    padding: 0;
  }

  .pricing-page .cost-section {
    padding: 30px 0;
  }

  .pricing-page .cost-table span[data-mobile-label] {
    font-size: 0 !important;
  }

  .pricing-page .cost-table > div,
  .pricing-page .cost-table .total-row {
    grid-template-columns: minmax(132px, 1fr) 76px 76px;
  }

  .pricing-page .cost-table b {
    font-size: 8px;
  }

  .pricing-page .cost-table span[data-mobile-label]::after {
    font-size: 11px;
  }

  .pricing-page .cost-table .total-row span[data-mobile-label]:last-child::after {
    font-size: 10px;
  }

  .affiliates-page .affiliate-hero {
    min-height: 0;
    padding: 32px 0 54px;
  }

  .affiliates-page .creators-section,
  .affiliates-page .promote-section {
    padding: 28px 16px;
  }

  .public-page--agent .agent-landing-hero,
  .public-page--agent .story-section,
  .public-page--agent .faq-section,
  .public-page--agent .agent-context-links,
  .public-page--agent .agent-specific-cta {
    width: calc(100% - 32px);
  }

  .public-page--agent .agent-faq {
    width: 100vw;
    margin-left: -50vw;
    padding: 64px 16px 72px;
  }

  .public-page .public-page-final-cta {
    width: calc(100% - 48px);
  }

  .public-page--marketing .page-faq {
    padding: 64px 16px 72px;
  }

  .docs-nav-toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    min-height: 40px;
    margin-bottom: 18px;
    padding: 0 12px;
    border: 1px solid var(--color-mist);
    border-radius: var(--radius-inputs);
    color: var(--color-ink);
    background: rgba(255, 255, 255, .9);
    font: inherit;
    font-size: var(--text-body-sm);
  }

  .public-page--docs .docs-nav {
    display: none;
    width: 100%;
    margin-bottom: 24px;
    padding: 12px;
    border: 1px solid var(--color-mist);
    border-radius: 12px;
    background: rgba(255, 255, 255, .96);
  }

  .public-page--docs .docs-nav.is-open {
    display: grid;
  }

  .public-page--verify .verify-email-layout {
    grid-template-columns: 1fr;
    gap: 24px;
    width: min(calc(100% - 32px), 520px);
    padding: 32px 0 64px;
  }

  .public-page--verify .verify-email-card {
    padding: 24px;
  }

  .verify-process-scene {
    min-height: 310px;
  }

  .verify-process-mail {
    top: 28px;
    right: 18px;
    left: 18px;
  }

  .verify-process-profile {
    right: 24px;
    bottom: 46px;
    left: 34px;
  }

  .verify-process-path {
    top: 125px;
  }
}

@media (prefers-reduced-motion: reduce) {
  [data-public-reveal] {
    opacity: 1;
    filter: none;
    transform: none;
    transition: none;
  }

  .public-page-final-cta .final-cta-copy h2 em {
    animation: none;
  }
}
