.mkt-root{--serif:var(--font-mkt-serif), Georgia, serif;--sans:var(--font-mkt-sans), -apple-system, sans-serif;--mono:var(--font-mkt-mono), ui-monospace, monospace;--bg:var(--color-mkt-bg);--bg-alt:var(--color-mkt-bg-alt);--bg-warm:var(--color-mkt-bg-warm);--bg-dark:var(--color-mkt-bg-dark);--ink:var(--color-mkt-ink);--ink-soft:var(--color-mkt-ink-soft);--ink-faint:var(--color-mkt-ink-faint);--ink-ghost:var(--color-mkt-ink-ghost);--line:var(--color-mkt-line);--line-strong:var(--color-mkt-line-strong);--lime:var(--color-mkt-lime);--lime-soft:var(--color-mkt-lime-soft);--red-soft:var(--color-mkt-red-soft);--red:var(--color-mkt-red);--container:1320px;--section-pad:120px;font-family:var(--sans);color:var(--ink);background:var(--bg);-webkit-font-smoothing:antialiased;font-weight:400;line-height:1.5;overflow-x:hidden}.mkt-root *,.mkt-root :before,.mkt-root :after{box-sizing:border-box}.mkt-root::selection,.mkt-root ::selection{background:var(--lime);color:var(--ink)}.mkt-root .container{max-width:var(--container);margin:0 auto;padding:0 40px}.mkt-root .section-tag{font-family:var(--mono);letter-spacing:.1em;text-transform:uppercase;color:var(--ink-faint);align-items:center;gap:8px;margin-bottom:24px;font-size:11px;display:inline-flex}.mkt-root .section-tag:before{content:"";background:var(--ink-ghost);width:24px;height:1px}.mkt-root h2.section-title{font-family:var(--serif);letter-spacing:-.015em;font-variation-settings:"opsz" 72;max-width:900px;margin-bottom:24px;font-size:clamp(40px,5vw,68px);font-weight:400;line-height:1.02}.mkt-root h2.section-title em{color:var(--ink);background:linear-gradient(180deg, transparent 65%, var(--lime) 65%);-webkit-box-decoration-break:clone;box-decoration-break:clone;font-variation-settings:"opsz" 72;padding:0 2px;font-style:italic;font-weight:500}.mkt-root .section-sub{color:var(--ink-soft);max-width:640px;margin-bottom:60px;font-size:19px;font-weight:300;line-height:1.55}.mkt-root .reveal{opacity:0;transition:opacity .8s cubic-bezier(.16,1,.3,1),transform .8s cubic-bezier(.16,1,.3,1);transform:translateY(20px)}.mkt-root .reveal.in-view{opacity:1;transform:translateY(0)}.mkt-root .nav{z-index:50;-webkit-backdrop-filter:blur(12px)saturate(140%);backdrop-filter:blur(12px)saturate(140%);background:#f5f3eed9;border-bottom:1px solid #0000;transition:border-color .3s,background .3s;position:sticky;top:0}.mkt-root .nav.scrolled{border-bottom-color:var(--line)}.mkt-root .nav-inner{max-width:var(--container);justify-content:space-between;align-items:center;gap:32px;margin:0 auto;padding:16px 40px;display:flex}.mkt-root .nav-logo{font-family:var(--serif);letter-spacing:-.015em;color:var(--ink);font-variation-settings:"opsz" 48;align-items:baseline;font-size:24px;font-weight:500;line-height:1;text-decoration:none;display:inline-flex}.mkt-root .nav-logo:after{content:"";background:var(--lime);border-radius:50%;align-self:flex-end;width:7px;height:7px;margin-bottom:5px;margin-left:3px;display:inline-block}.mkt-root .nav-links{gap:36px;margin:0;padding:0;list-style:none;display:flex}.mkt-root .nav-links a{color:var(--ink-soft);font-size:15px;font-weight:400;text-decoration:none;transition:color .2s}.mkt-root .nav-links a:hover{color:var(--ink)}.mkt-root .nav-cta{align-items:center;gap:10px;display:flex}.mkt-root .btn-ghost{color:var(--ink-soft);padding:10px 14px;font-size:15px;font-weight:400;text-decoration:none;transition:color .2s}.mkt-root .btn-ghost:hover{color:var(--ink)}.mkt-root .btn-primary{background:var(--ink);color:#fff;font-family:var(--sans);cursor:pointer;border:none;border-radius:100px;align-items:center;gap:6px;padding:11px 22px;font-size:14.5px;font-weight:500;text-decoration:none;transition:transform .2s,background .2s;display:inline-flex}.mkt-root .btn-primary:hover{background:#1f1f1f;transform:translateY(-1px)}@media (max-width:880px){.mkt-root .nav-links{display:none}}.mkt-root .hero{--mx:80%;--my:50%;--mx2:15%;--my2:75%;background-image:repeating-linear-gradient(0deg,#0000 0 47px,#0a0a0a06 47px 48px),repeating-linear-gradient(90deg,#0000 0 47px,#0a0a0a06 47px 48px);background-size:48px 48px;align-items:center;min-height:calc(100vh - 64px);padding:80px 40px 100px;display:flex;position:relative;overflow:hidden}.mkt-root .hero:before{content:"";pointer-events:none;mix-blend-mode:multiply;z-index:0;width:900px;height:900px;left:var(--mx);top:var(--my);will-change:left, top;background:radial-gradient(circle,#d9f40e73,#d9f40e26 35%,#0000 65%);border-radius:50%;transition:left 1.6s cubic-bezier(.22,1,.36,1),top 1.6s cubic-bezier(.22,1,.36,1);position:absolute;transform:translate(-50%,-50%)}.mkt-root .hero:after{content:"";pointer-events:none;z-index:0;mix-blend-mode:multiply;width:700px;height:700px;left:var(--mx2);top:var(--my2);will-change:left, top;background:radial-gradient(circle,#d9f40e4d,#d9f40e14 40%,#0000 70%);border-radius:50%;transition:left 2.4s cubic-bezier(.22,1,.36,1),top 2.4s cubic-bezier(.22,1,.36,1);position:absolute;transform:translate(-50%,-50%)}.mkt-root .hero.idle:before{transition:none;animation:11s ease-in-out infinite heroGlow}.mkt-root .hero.idle:after{transition:none;animation:17s ease-in-out infinite heroBlob}@keyframes heroGlow{0%,to{transform:translate(-50%,-50%)scale(1)}33%{transform:translate(calc(-50% - 80px),calc(60px - 50%))scale(1.1)}66%{transform:translate(calc(50px - 50%),calc(-50% - 40px))scale(.95)}}@keyframes heroBlob{0%,to{transform:translate(-50%,-50%)scale(1)}50%{transform:translate(calc(140px - 50%),calc(-50% - 100px))scale(1.15)}}@media (prefers-reduced-motion:reduce){.mkt-root .hero:before,.mkt-root .hero:after{transition:none;animation:none}}.mkt-root .hero-inner{max-width:var(--container);z-index:1;grid-template-columns:1.05fr .95fr;align-items:center;gap:100px;width:100%;margin:0 auto;display:grid;position:relative}.mkt-root .hero-tag{font-family:var(--mono);letter-spacing:.1em;text-transform:uppercase;color:var(--ink-soft);border:1px solid var(--line);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff80;border-radius:100px;align-items:center;gap:10px;margin-bottom:36px;padding:7px 14px 7px 12px;font-size:11px;display:inline-flex}.mkt-root .hero-tag .dot{background:var(--lime);border-radius:50%;width:6px;height:6px;box-shadow:0 0 0 3px #d9f40e4d}.mkt-root .hero h1{font-family:var(--serif);letter-spacing:-.015em;font-variation-settings:"opsz" 72;margin-bottom:32px;font-size:clamp(54px,6.8vw,96px);font-weight:400;line-height:.98}.mkt-root .hero h1 em{background:linear-gradient(180deg, transparent 65%, var(--lime) 65%);-webkit-box-decoration-break:clone;box-decoration-break:clone;font-variation-settings:"opsz" 72;padding:0 2px;font-style:italic;font-weight:500}.mkt-root .hero-sub{color:var(--ink-soft);max-width:720px;margin-bottom:44px;font-size:19px;font-weight:300;line-height:1.55}.mkt-root .hero-sub strong{color:var(--ink);font-weight:500}.mkt-root .audit-box{background:var(--bg-alt);border:1px solid var(--line);border-radius:14px;gap:6px;max-width:540px;padding:6px;transition:box-shadow .3s,border-color .3s;display:flex;box-shadow:0 4px 24px -4px #0000000f}.mkt-root .audit-box:focus-within{border-color:#0a0a0a33;box-shadow:0 8px 32px -4px #0000001a}.mkt-root .audit-box input{font-family:var(--mono);color:var(--ink);letter-spacing:-.01em;background:0 0;border:none;outline:none;flex:1;padding:16px 18px;font-size:14px}.mkt-root .audit-box input::placeholder{color:var(--ink-faint)}.mkt-root .audit-box button{background:var(--ink);color:#fff;font-family:var(--sans);cursor:pointer;white-space:nowrap;border:none;border-radius:10px;align-items:center;gap:6px;padding:0 26px;font-size:14px;font-weight:500;transition:transform .2s,background .2s;display:inline-flex}.mkt-root .audit-box button:hover{background:#1f1f1f;transform:translateY(-1px)}.mkt-root .audit-box button .arrow{transition:transform .2s}.mkt-root .audit-box button:hover .arrow{transform:translate(2px)}.mkt-root .audit-meta{font-family:var(--mono);letter-spacing:.08em;text-transform:uppercase;color:var(--ink-faint);flex-wrap:wrap;align-items:center;gap:0;max-width:540px;margin-top:18px;font-size:11px;display:flex}.mkt-root .audit-meta span{align-items:center;padding:0 14px;display:inline-flex;position:relative}.mkt-root .audit-meta span:first-child{padding-left:0}.mkt-root .audit-meta span:not(:first-child):before{content:"";background:var(--ink-faint);border-radius:50%;width:3px;height:3px;position:absolute;top:50%;left:-1.5px;transform:translateY(-50%)}.mkt-root .hero-video{justify-content:center;align-items:center;display:flex;position:relative}.mkt-root .hero-video-el{aspect-ratio:4/5;object-fit:cover;border:1px solid var(--line);background:var(--bg-warm);border-radius:24px;width:100%;max-width:460px;display:block;box-shadow:0 30px 80px -20px #0000002e,0 12px 30px -10px #00000014}.mkt-root .hero-video-tag{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid var(--line);font-family:var(--mono);letter-spacing:.12em;text-transform:uppercase;color:var(--ink);background:#ffffffeb;border-radius:100px;align-items:center;gap:8px;padding:7px 14px;font-size:10px;font-weight:500;display:inline-flex;position:absolute;bottom:18px;left:50%;transform:translate(-50%)}.mkt-root .hero-video-tag .dot{background:var(--lime);border-radius:50%;width:6px;height:6px;animation:2s ease-in-out infinite livePulse;box-shadow:0 0 0 3px #d9f40e4d}.mkt-root .agent-q-tag{font-family:var(--mono);letter-spacing:.04em;color:var(--ink-faint);margin-bottom:-2px;font-size:10px;font-weight:500}.mkt-root .agent-q-tag .at{background:var(--lime);color:var(--ink);border-radius:3px;padding:0 4px;font-weight:600}.mkt-root .at-inline{font-family:var(--mono);background:var(--lime);color:var(--ink);border-radius:3px;padding:0 4px;font-size:.85em;font-weight:500}.mkt-root .sleep{padding:var(--section-pad) 40px;background:var(--bg);position:relative;overflow:hidden}.mkt-root .sleep-head{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:60px;margin-bottom:60px;display:flex}.mkt-root .sleep-head-left{max-width:760px}.mkt-root .sleep-clock{font-family:var(--mono);letter-spacing:.1em;text-transform:uppercase;color:var(--ink-faint);text-align:right;align-items:center;gap:10px;font-size:11px;display:flex}.mkt-root .sleep-clock:before{content:"";background:var(--lime);border-radius:50%;width:8px;height:8px;animation:2s ease-in-out infinite livePulse;box-shadow:0 0 0 3px #d4ff3a40}.mkt-root .sleep-grid{grid-template-columns:repeat(3,1fr);gap:20px;display:grid}.mkt-root .sleep-card{background:var(--bg-dark);color:#f5f3ee;border-radius:18px;flex-direction:column;gap:22px;padding:28px;transition:transform .3s,box-shadow .3s;display:flex;position:relative;overflow:hidden}.mkt-root .sleep-card:hover{transform:translateY(-4px);box-shadow:0 30px 60px -20px #0000004d}.mkt-root .sleep-card-top{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.mkt-root .sleep-card-time{font-family:var(--mono);letter-spacing:.12em;text-transform:uppercase;color:var(--lime);align-items:center;gap:10px;padding-top:18px;font-size:11px;font-weight:500;display:inline-flex}.mkt-root .sleep-card-time:before{content:"";background:var(--lime);border-radius:50%;width:5px;height:5px}.mkt-root .sleep-card-avatar{object-fit:cover;object-position:center 28%;background:#fff;border:2.5px solid #f5f3ee40;border-radius:50%;flex-shrink:0;width:48px;height:48px;box-shadow:0 4px 12px -2px #0000002e}.mkt-root .sleep-card-title{font-family:var(--serif);letter-spacing:-.02em;color:#f5f3ee;font-size:30px;font-weight:400;line-height:1.05}.mkt-root .sleep-card-title em{font-style:italic;font-weight:500}.mkt-root .sleep-card-text{color:#f5f3eeb3;margin-top:14px;font-size:14px;font-weight:300;line-height:1.55}.mkt-root .sleep-card-text strong{color:#f5f3ee;font-weight:500}.mkt-root .sleep-card-mini{background:#ffffff0d;border:1px solid #f5f3ee1a;border-radius:10px;margin-top:auto;padding:14px 16px}.mkt-root .sleep-card-mini-head{font-family:var(--mono);letter-spacing:.12em;text-transform:uppercase;color:#f5f3ee73;justify-content:space-between;align-items:center;margin-bottom:10px;font-size:9.5px;display:flex}.mkt-root .sleep-card-mini-head .badge{background:var(--lime);color:var(--ink);letter-spacing:.05em;border-radius:100px;padding:1px 6px;font-size:9px;font-weight:500}.mkt-root .sleep-card-mini-head .badge.warn{color:#fff;background:#ff6b3d}.mkt-root .sleep-card-mini-text{color:#f5f3eed9;font-size:12.5px;line-height:1.5;font-family:var(--sans);font-weight:400}.mkt-root .sleep-card-mini-text .hl{background:var(--lime);color:var(--ink);font-weight:500;font-family:var(--mono);border-radius:2px;padding:0 4px;font-size:11.5px}.mkt-root .sleep-card-mini-text .hl.warn{color:#fff;background:#ff6b3d}@media (max-width:980px){.mkt-root .sleep-grid{grid-template-columns:1fr}.mkt-root .sleep-head{flex-direction:column;align-items:flex-start;gap:24px}.mkt-root .sleep-clock{text-align:left}}.mkt-root .integrations{padding:var(--section-pad) 40px;background:var(--bg);border-top:1px solid var(--line)}.mkt-root .integrations-inner{max-width:var(--container);text-align:center;margin:0 auto}.mkt-root .integrations h2.section-title{margin-left:auto;margin-right:auto}.mkt-root .integrations .section-sub{text-align:center;margin-left:auto;margin-right:auto}.mkt-root .integ-grid{text-align:left;grid-template-columns:repeat(3,1fr);gap:14px;max-width:1100px;margin-top:60px;margin-left:auto;margin-right:auto;display:grid}.mkt-root .integ-card{background:var(--bg-alt);border:1px solid var(--line);border-radius:14px;flex-direction:column;gap:14px;padding:24px;transition:transform .3s,box-shadow .3s;display:flex}.mkt-root .integ-card:hover{transform:translateY(-4px);box-shadow:0 24px 48px -12px #00000014}.mkt-root .integ-card.coming{opacity:.65}.mkt-root .integ-card-top{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.mkt-root .integ-card-icon{background:var(--bg-warm);border:1px solid var(--line);border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.mkt-root .integ-card-icon svg{width:24px;height:24px;display:block}.mkt-root .integ-card-status{font-family:var(--mono);letter-spacing:.1em;text-transform:uppercase;background:var(--lime);color:var(--ink);border-radius:100px;flex-shrink:0;align-items:center;gap:5px;padding:3px 8px;font-size:9px;font-weight:500;display:inline-flex}.mkt-root .integ-card-status:before{content:"";background:var(--ink);border-radius:50%;width:5px;height:5px}.mkt-root .integ-card-status.soon{background:var(--studio-border-strong,#0a0a0a2e);color:var(--ink-soft)}.mkt-root .integ-card-status.soon:before{background:var(--ink-soft)}.mkt-root .integ-card-name{font-family:var(--serif);letter-spacing:-.02em;font-variation-settings:"opsz" 48;font-size:24px;font-weight:500;line-height:1}.mkt-root .integ-card-desc{color:var(--ink-soft);margin-top:auto;font-size:13.5px;font-weight:300;line-height:1.55}.mkt-root .integ-card-desc strong{color:var(--ink);font-weight:500}.mkt-root .integ-foot{font-family:var(--mono);letter-spacing:.08em;text-transform:uppercase;color:var(--ink-faint);text-align:center;margin-top:32px;font-size:11px}.mkt-root .integ-foot strong{color:var(--ink);font-weight:500}@media (max-width:980px){.mkt-root .integ-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:560px){.mkt-root .integ-grid{grid-template-columns:1fr}}.mkt-root .mockup-chat{background:var(--bg-alt);border:1px solid var(--line);border-radius:18px;transition:transform .4s;overflow:hidden;transform:rotate(-.4deg);box-shadow:0 30px 80px -20px #00000026,0 12px 30px -10px #0000000f}.mkt-root .mockup-chat:hover{transform:rotate(0)}.mkt-root .mockup-chat-header{border-bottom:1px solid var(--line);background:var(--bg-alt);justify-content:space-between;align-items:center;padding:16px 22px;display:flex}.mkt-root .mockup-chat-header .agent{font-family:var(--mono);letter-spacing:.1em;text-transform:uppercase;color:var(--ink);font-size:11px;font-weight:500}.mkt-root .mockup-chat-header .agent .role{color:var(--ink-faint);margin-left:10px;font-weight:400}.mkt-root .mockup-chat-header .live{font-family:var(--mono);letter-spacing:.1em;text-transform:uppercase;color:var(--ink-soft);align-items:center;gap:6px;font-size:10px;display:inline-flex}.mkt-root .mockup-chat-header .live:before{content:"";background:var(--lime);border-radius:50%;width:6px;height:6px;animation:2s ease-in-out infinite livePulse;box-shadow:0 0 0 2px #d9f40e4d}@keyframes livePulse{0%,to{box-shadow:0 0 0 2px #d9f40e4d}50%{box-shadow:0 0 0 5px #d9f40e00}}.mkt-root .mockup-chat-body{min-height:380px;padding:28px 28px 24px}.mkt-root .msg-user{background:var(--bg-warm);color:var(--ink);border:1px solid var(--line);opacity:0;border-radius:12px 12px 12px 4px;margin-bottom:20px;padding:14px 18px;font-size:14.5px;line-height:1.45;transform:translateY(8px)}.mkt-root .msg-user.show{animation:.4s forwards msgIn}@keyframes msgIn{to{opacity:1;transform:translateY(0)}}.mkt-root .thinking{align-items:center;gap:4px;padding:4px 0;display:none}.mkt-root .thinking.show{display:flex}.mkt-root .thinking-dot{background:var(--ink-faint);border-radius:50%;width:6px;height:6px;animation:1.2s ease-in-out infinite thinkingBounce}.mkt-root .thinking-dot:nth-child(2){animation-delay:.15s}.mkt-root .thinking-dot:nth-child(3){animation-delay:.3s}@keyframes thinkingBounce{0%,60%,to{opacity:.5;transform:translateY(0)}30%{opacity:1;transform:translateY(-4px)}}.mkt-root .msg-bot{color:var(--ink);padding:4px 4px 4px 0;font-size:14.5px;line-height:1.6}.mkt-root .msg-bot strong{font-weight:600}.mkt-root .typing-cursor{background:var(--ink);vertical-align:text-bottom;width:2px;height:1em;margin-left:2px;animation:.8s ease-in-out infinite blink;display:inline-block}@keyframes blink{0%,50%{opacity:1}51%,to{opacity:0}}.mkt-root .num{font-family:var(--mono);background:var(--lime);color:var(--ink);letter-spacing:-.01em;border-radius:3px;padding:1px 6px;font-size:13.5px;font-weight:500;animation:.3s numPop;display:inline-block}@keyframes numPop{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}.mkt-root .reco{background:var(--bg-warm);border:1px solid var(--line);border-left:2px solid var(--ink);color:var(--ink);opacity:0;border-radius:0 8px 8px 0;margin-top:18px;padding:14px 16px;font-size:13.5px;transition:opacity .5s,transform .5s;transform:translateY(8px)}.mkt-root .reco.show{opacity:1;transform:translateY(0)}.mkt-root .reco strong.label{font-family:var(--mono);letter-spacing:.1em;text-transform:uppercase;color:var(--ink-soft);margin-bottom:6px;font-size:11px;font-weight:500;display:block}.mkt-root .reco .save{color:var(--ink);font-weight:600}.mkt-root .mockup-chat-footer{border-top:1px solid var(--line);font-family:var(--mono);letter-spacing:.1em;text-transform:uppercase;color:var(--ink-faint);background:var(--bg-warm);opacity:0;justify-content:space-between;align-items:center;padding:12px 22px;font-size:10px;transition:opacity .5s;display:flex}.mkt-root .mockup-chat-footer.show{opacity:1}.mkt-root .mockup-chat-footer .sources{align-items:center;gap:8px;display:inline-flex}.mkt-root .source-pill{background:var(--bg-alt);border:1px solid var(--line);color:var(--ink-soft);letter-spacing:.08em;font-size:9px;font-family:var(--mono);text-transform:uppercase;border-radius:100px;padding:2px 8px;display:inline-block}.mkt-root .cred-bar{background:var(--bg-dark);color:#f5f3ee;padding:32px 40px;position:relative;overflow:hidden}.mkt-root .cred-bar:before{content:"";background:linear-gradient(90deg,#0000,#d9f40e4d,#0000);height:1px;position:absolute;top:0;left:0;right:0}.mkt-root .cred-bar-inner{max-width:var(--container);flex-wrap:wrap;justify-content:center;align-items:center;gap:60px;margin:0 auto;display:flex}.mkt-root .cred-label{font-family:var(--mono);letter-spacing:.12em;text-transform:uppercase;color:#f5f3ee80;align-items:center;gap:10px;font-size:11px;font-weight:500;display:inline-flex}.mkt-root .cred-label:before{content:"";background:var(--lime);border-radius:50%;width:6px;height:6px;animation:2s ease-in-out infinite livePulse;box-shadow:0 0 0 3px #d9f40e33}.mkt-root .cred-apps{flex-wrap:wrap;align-items:center;gap:40px;display:flex}.mkt-root .cred-app{font-family:var(--mono);letter-spacing:.02em;color:#f5f3eed9;cursor:default;align-items:center;gap:10px;font-size:13px;font-weight:500;transition:color .25s,transform .25s;display:inline-flex}.mkt-root .cred-app:hover{color:#f5f3ee;transform:translateY(-1px)}.mkt-root .cred-app svg{flex-shrink:0;width:22px;height:22px;display:block}.mkt-root .cred-app .soon{font-family:var(--mono);letter-spacing:.1em;color:#f5f3ee8c;text-transform:uppercase;background:#f5f3ee14;border:1px solid #f5f3ee1f;border-radius:100px;margin-left:4px;padding:2px 7px;font-size:9px;font-weight:400}@media (max-width:880px){.mkt-root .cred-bar{padding:24px 20px}.mkt-root .cred-bar-inner{gap:24px}.mkt-root .cred-apps{gap:20px}.mkt-root .cred-app{font-size:12px}.mkt-root .cred-app svg{width:18px;height:18px}}.mkt-root .pain{padding:var(--section-pad) 40px;background:var(--bg)}.mkt-root .pain-grid{grid-template-columns:repeat(3,1fr);gap:32px;margin-top:60px;display:grid}.mkt-root .pain-card{background:var(--bg-alt);border:1px solid var(--line);border-radius:16px;padding:36px 32px;transition:transform .3s,box-shadow .3s}.mkt-root .pain-card:hover{transform:translateY(-3px);box-shadow:0 20px 40px -10px #00000014}.mkt-root .pain-num{font-family:var(--mono);letter-spacing:.1em;color:var(--ink-faint);margin-bottom:24px;font-size:11px}.mkt-root .pain-quote{font-family:var(--serif);letter-spacing:-.015em;color:var(--ink);margin-bottom:20px;font-size:24px;font-style:italic;font-weight:400;line-height:1.25}.mkt-root .pain-explain{color:var(--ink-soft);font-size:14.5px;font-weight:300;line-height:1.55}.mkt-root .solution{padding:var(--section-pad) 40px;background:var(--bg-warm);border-top:1px solid var(--line);border-bottom:1px solid var(--line);position:relative;overflow:hidden}.mkt-root .solution-inner{max-width:var(--container);text-align:center;margin:0 auto}.mkt-root .solution h2.section-title{margin-left:auto;margin-right:auto}.mkt-root .solution .section-sub{text-align:center;margin-left:auto;margin-right:auto}.mkt-root .solution-tag{justify-content:center}.mkt-root .solution-tag:before{display:none}.mkt-root .cockpit{background:var(--bg-alt);border:1px solid var(--line);text-align:left;border-radius:24px;max-width:1200px;margin-top:80px;margin-left:auto;margin-right:auto;overflow:hidden;box-shadow:0 50px 100px -30px #0000002e,0 20px 40px -10px #00000014}.mkt-root .cockpit-header{border-bottom:1px solid var(--line);background:var(--bg-warm);align-items:center;gap:16px;padding:14px 22px;display:flex}.mkt-root .cockpit-dots{gap:6px;display:flex}.mkt-root .cockpit-dots span{background:var(--ink-ghost);border-radius:50%;width:11px;height:11px}.mkt-root .cockpit-url{font-family:var(--mono);color:var(--ink-faint);text-align:center;background:var(--bg-alt);border:1px solid var(--line);border-radius:6px;flex:1;max-width:280px;margin:0 auto;padding:5px 12px;font-size:12px}.mkt-root .cockpit-body{grid-template-columns:220px 1fr;min-height:540px;display:grid}.mkt-root .cockpit-sidebar{background:var(--bg-warm);border-right:1px solid var(--line);padding:24px 16px}.mkt-root .cockpit-sidebar-section{margin-bottom:24px}.mkt-root .cockpit-sidebar-label{font-family:var(--mono);letter-spacing:.12em;text-transform:uppercase;color:var(--ink-faint);margin-bottom:8px;padding:0 8px;font-size:9.5px}.mkt-root .cockpit-sidebar-item{color:var(--ink-soft);font-size:11px;font-family:var(--mono);letter-spacing:.08em;text-transform:uppercase;text-align:left;cursor:default;background:0 0;border:0;border-radius:6px;align-items:center;gap:10px;width:100%;margin-bottom:2px;padding:8px 10px;display:flex}button.cockpit-sidebar-item{cursor:pointer;transition:background .12s}button.cockpit-sidebar-item:hover{background:var(--bg-alt);color:var(--ink)}.mkt-root .cockpit-sidebar-item .item-pulse{background:var(--ink);border-radius:50%;flex-shrink:0;width:12px;height:12px;margin-left:auto;animation:1.4s ease-in-out infinite cockpit-pulse}@keyframes cockpit-pulse{0%,to{transform:scale(1);box-shadow:0 0 #0e0e0c66}50%{transform:scale(1.2);box-shadow:0 0 0 10px #0e0e0c00}}.mkt-root .cockpit-sidebar-item.active{background:var(--bg-alt);color:var(--ink)}.mkt-root .cockpit-sidebar-item .item-dot{background:var(--ink-ghost);border-radius:50%;width:6px;height:6px}.mkt-root .cockpit-sidebar-item.active .item-dot{background:var(--lime)}.mkt-root .cockpit-main{background:var(--bg);padding:36px 40px}.mkt-root .cockpit-breadcrumb{font-family:var(--mono);letter-spacing:.1em;text-transform:uppercase;color:var(--ink-faint);margin-bottom:16px;font-size:11px}.mkt-root .cockpit-title{font-family:var(--serif);letter-spacing:-.025em;margin-bottom:12px;font-size:44px;font-weight:400;line-height:1}.mkt-root .cockpit-title .accent{background:linear-gradient(180deg, transparent 65%, var(--lime) 65%)}.mkt-root .cockpit-subtitle{color:var(--ink-soft);margin-bottom:32px;font-size:14px}.mkt-root .cockpit-kpis{grid-template-columns:repeat(3,1fr);gap:12px;display:grid}.mkt-root .cockpit-kpi{background:var(--bg-alt);border:1px solid var(--line);border-radius:10px;padding:16px 18px;transition:transform .2s}.mkt-root .cockpit-kpi:hover{transform:translateY(-2px)}.mkt-root .cockpit-kpi-label{font-family:var(--mono);letter-spacing:.1em;text-transform:uppercase;color:var(--ink-faint);justify-content:space-between;align-items:center;margin-bottom:8px;font-size:10px;display:flex}.mkt-root .cockpit-kpi-delta{border-radius:100px;padding:2px 6px;font-size:9.5px;font-weight:500}.mkt-root .cockpit-kpi-delta.up{background:var(--lime);color:var(--ink)}.mkt-root .cockpit-kpi-delta.down{background:var(--red-soft);color:var(--red)}.mkt-root .cockpit-kpi-value{font-family:var(--serif);letter-spacing:-.02em;margin-bottom:4px;font-size:32px;font-weight:400;line-height:1}.mkt-root .cockpit-kpi-foot{font-family:var(--mono);letter-spacing:.08em;text-transform:uppercase;color:var(--ink-faint);font-size:9.5px}.mkt-root .cockpit-stack{flex-direction:column;gap:10px;display:flex}.mkt-root .cockpit-row{background:var(--bg-alt);border:1px solid var(--line);border-radius:10px;align-items:center;gap:14px;padding:14px 16px;display:flex;position:relative;overflow:hidden}.mkt-root .cockpit-row-icon{flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;display:flex}.mkt-root .cockpit-row-icon img{width:24px;height:24px}.mkt-root .cockpit-row-stripe{width:4px;position:absolute;inset:0 auto 0 0}.mkt-root .cockpit-row-body{flex:1;min-width:0}.mkt-root .cockpit-row-title{font-family:var(--serif);letter-spacing:-.01em;color:var(--ink);text-overflow:ellipsis;white-space:nowrap;margin-bottom:3px;font-size:15px;overflow:hidden}.mkt-root .cockpit-row-code{font-family:var(--mono);letter-spacing:.1em;text-transform:uppercase;color:var(--ink-faint);margin-right:6px;font-size:10px}.mkt-root .cockpit-row-sub{font-family:var(--mono);letter-spacing:.06em;text-transform:uppercase;color:var(--ink-faint);font-size:10px}.mkt-root .cockpit-pill{font-family:var(--mono);letter-spacing:.1em;text-transform:uppercase;border-radius:100px;flex-shrink:0;padding:4px 10px;font-size:9.5px;font-weight:500}.mkt-root .cockpit-pill.on{background:var(--lime);color:var(--ink)}.mkt-root .cockpit-pill.off{border:1px solid var(--line);color:var(--ink-soft)}@media (max-width:1100px){.mkt-root .cockpit-body{grid-template-columns:1fr}.mkt-root .cockpit-sidebar{border-right:none;border-bottom:1px solid var(--line);gap:8px;padding:16px;display:flex;overflow-x:auto}.mkt-root .cockpit-sidebar-section{gap:4px;margin-bottom:0;display:flex}.mkt-root .cockpit-sidebar-label{display:none}}.mkt-root .agents{padding:var(--section-pad) 40px;background:var(--bg)}.mkt-root .agents-head{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:60px;margin-bottom:80px;display:flex}.mkt-root .agents-head-left{max-width:1100px}.mkt-root .agents-counter{font-family:var(--mono);letter-spacing:.1em;text-transform:uppercase;color:var(--ink-faint);text-align:right;font-size:11px}.mkt-root .agents-counter .num-big{font-family:var(--serif);color:var(--ink);text-transform:none;letter-spacing:-.02em;margin-bottom:4px;font-size:56px;font-weight:400;line-height:1;display:block}.mkt-root .agents-grid{grid-template-columns:repeat(4,1fr);gap:16px;display:grid}.mkt-root .agent-card{background:var(--bg-alt);border:1px solid var(--line);border-radius:16px;flex-direction:column;gap:20px;padding:28px;transition:transform .3s,box-shadow .3s,border-color .3s;display:flex}.mkt-root .agent-card:hover{border-color:var(--line-strong);transform:translateY(-4px);box-shadow:0 24px 48px -12px #0000001a}.mkt-root .agent-head{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.mkt-root .agent-name{font-family:var(--serif);letter-spacing:-.02em;margin-bottom:6px;font-size:32px;font-weight:400;line-height:1}.mkt-root .agent-name .dot{color:var(--lime);margin-left:1px}.mkt-root .agent-role{font-family:var(--mono);letter-spacing:.1em;text-transform:uppercase;color:var(--ink-faint);font-size:11px}.mkt-root .agent-status{font-family:var(--mono);letter-spacing:.1em;text-transform:uppercase;background:var(--lime);color:var(--ink);border-radius:100px;align-items:center;gap:5px;padding:3px 8px;font-size:9px;font-weight:500;display:inline-flex}.mkt-root .agent-status:before{content:"";background:var(--ink);border-radius:50%;width:5px;height:5px}.mkt-root .agent-mini{background:var(--bg-warm);border:1px solid var(--line);border-radius:10px;flex-direction:column;flex:1;gap:10px;padding:16px;display:flex}.mkt-root .agent-q{color:var(--ink);border-left:2px solid var(--ink-ghost);padding-left:14px;font-size:13.5px;font-weight:500;line-height:1.4}.mkt-root .agent-a{color:var(--ink-soft);font-size:12.5px;font-weight:300;line-height:1.5}.mkt-root .agent-a strong{color:var(--ink);font-weight:500}.mkt-root .agent-a .h{background:var(--lime);color:var(--ink);font-family:var(--mono);border-radius:2px;padding:0 4px;font-size:11.5px;font-weight:500}.mkt-root .agent-foot{justify-content:space-between;align-items:center;margin-top:auto;padding-top:4px;display:flex}.mkt-root .agent-sources{flex-wrap:wrap;align-items:center;gap:8px;display:inline-flex}.mkt-root .agent-source-chip{background:var(--bg-warm);border:1px solid var(--line);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;display:inline-flex}.mkt-root .agent-source-icon{width:16px;height:16px}.mkt-root .agent-source-chip span{font-family:var(--mono);color:var(--ink-soft);letter-spacing:.04em;font-size:9px;font-weight:500}@media (max-width:1280px){.mkt-root .agents-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:980px){.mkt-root .agents-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.mkt-root .agents-grid{grid-template-columns:1fr}}.mkt-root .how{padding:var(--section-pad) 40px;background:var(--bg-dark);color:#f5f3ee}.mkt-root .how .section-tag{color:#f5f3ee80}.mkt-root .how .section-tag:before{background:#f5f3ee33}.mkt-root .how h2.section-title{color:#f5f3ee;line-height:1.18}.mkt-root .how h2.section-title em{background:var(--lime);color:var(--ink);font-variation-settings:"opsz" 72;border-radius:4px;margin-top:8px;padding:4px 12px 6px;font-style:italic;font-weight:500;line-height:1.05;display:inline-block}.mkt-root .how .section-sub{color:#f5f3ee99}.mkt-root .how-steps{grid-template-columns:repeat(3,1fr);gap:32px;margin-top:60px;display:grid}.mkt-root .how-step{border-top:1px solid #f5f3ee26;padding-top:28px}.mkt-root .how-step-num{font-family:var(--mono);letter-spacing:.15em;color:var(--lime);margin-bottom:16px;font-size:11px}.mkt-root .how-step-title{font-family:var(--serif);letter-spacing:-.02em;color:#f5f3ee;margin-bottom:12px;font-size:32px;font-weight:400;line-height:1.05}.mkt-root .how-step-text{color:#f5f3eeb3;margin-bottom:24px;font-size:14.5px;font-weight:300;line-height:1.55}.mkt-root .how-step-visual{font-family:var(--mono);color:#f5f3eea6;background:#ffffff0a;border:1px solid #f5f3ee1a;border-radius:10px;padding:16px;font-size:12px}.mkt-root .visual-row{align-items:center;gap:10px;padding:6px 0;display:flex}.mkt-root .visual-row:before{content:"✓";color:var(--lime);font-size:11px}.mkt-root .visual-row.pending:before{content:"○";color:#f5f3ee66}.mkt-root .visual-row .soon-pill{font-family:var(--mono);letter-spacing:.1em;text-transform:uppercase;color:#f5f3ee99;background:#f5f3ee14;border:1px solid #f5f3ee1f;border-radius:100px;margin-left:auto;padding:2px 7px;font-size:9px;font-weight:400}.mkt-root .compare{padding:var(--section-pad) 40px;background:var(--bg)}.mkt-root .compare-grid{grid-template-columns:repeat(4,1fr);gap:12px;margin-top:60px;display:grid}.mkt-root .compare-card{background:var(--bg-alt);border:1px solid var(--line);border-radius:16px;padding:28px 24px;transition:transform .3s}.mkt-root .compare-card.noaya{background:var(--ink);color:#f5f3ee;border-color:var(--ink);transform:scale(1.02)}.mkt-root .compare-card.noaya:hover{transform:scale(1.03)translateY(-2px)}.mkt-root .compare-card-head{align-items:center;gap:12px;margin-bottom:24px;display:flex}.mkt-root .compare-card-icon{width:28px;height:28px;color:var(--ink-soft);flex-shrink:0}.mkt-root .compare-card.noaya .compare-card-icon{color:#f5f3eed9}.mkt-root .compare-card-logo{font-family:var(--serif);letter-spacing:-.02em;color:var(--lime);align-items:baseline;font-size:22px;font-weight:500;display:inline-flex}.mkt-root .compare-card-logo-dot{background:var(--lime);border-radius:50%;align-self:flex-end;width:6px;height:6px;margin-bottom:1px;margin-left:3px;display:inline-block}.mkt-root .compare-card-name{font-family:var(--serif);letter-spacing:-.02em;margin-bottom:2px;font-size:22px;font-weight:500}.mkt-root .compare-card.noaya .compare-card-name{color:var(--lime)}.mkt-root .compare-card-tag{font-family:var(--mono);letter-spacing:.1em;text-transform:uppercase;color:var(--ink-faint);font-size:10px}.mkt-root .compare-card.noaya .compare-card-tag{color:#f5f3ee80}.mkt-root .compare-row{border-top:1px solid var(--line);padding:12px 0;font-size:13px;line-height:1.4}.mkt-root .compare-card.noaya .compare-row{border-top-color:#f5f3ee1a}.mkt-root .compare-row-label{font-family:var(--mono);letter-spacing:.1em;text-transform:uppercase;color:var(--ink-faint);margin-bottom:4px;font-size:9.5px}.mkt-root .compare-card.noaya .compare-row-label{color:#f5f3ee66}.mkt-root .compare-row-val{color:var(--ink-soft);font-weight:400}.mkt-root .compare-card.noaya .compare-row-val{color:#f5f3eed9}.mkt-root .compare-row-val.win{color:var(--ink);font-weight:500}.mkt-root .compare-card.noaya .compare-row-val.win{color:var(--lime);font-weight:500}.mkt-root .compare-row-val.match{border:1px solid var(--lime);color:var(--ink);background:#c3e66414;border-radius:100px;padding:2px 10px;display:inline-block}@media (max-width:1100px){.mkt-root .compare-grid{grid-template-columns:repeat(2,1fr)}.mkt-root .compare-card.noaya{transform:none}}.mkt-root .security{background:var(--bg-warm);border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:80px 40px}.mkt-root .security-inner{max-width:var(--container);grid-template-columns:1.2fr 1fr;align-items:center;gap:80px;margin:0 auto;display:grid}.mkt-root .security h3{font-family:var(--serif);letter-spacing:-.02em;margin-bottom:16px;font-size:36px;font-weight:400;line-height:1.1}.mkt-root .security p{color:var(--ink-soft);font-size:16px;font-weight:300;line-height:1.6}.mkt-root .security-list{flex-direction:column;gap:16px;margin:0;padding:0;list-style:none;display:flex}.mkt-root .security-list li{background:var(--bg-alt);border:1px solid var(--line);color:var(--ink);border-radius:12px;align-items:flex-start;gap:16px;padding:18px 20px;font-size:15px;line-height:1.5;display:flex}.mkt-root .security-list li:before{content:"";background:var(--lime);border-radius:2px;flex-shrink:0;width:10px;height:10px;margin-top:8px;transform:rotate(45deg)}.mkt-root .security-list li strong{margin-bottom:4px;font-size:16px;font-weight:600;display:block}.mkt-root .security-list li span{color:var(--ink-soft);font-size:14.5px;font-weight:300}.mkt-root .pricing{padding:var(--section-pad) 40px;background:var(--bg)}.mkt-root .pricing-grid{grid-template-columns:repeat(3,1fr);gap:16px;margin-top:60px;display:grid}.mkt-root .price-card{background:var(--bg-alt);border:1px solid var(--line);border-radius:18px;flex-direction:column;padding:36px 32px;transition:transform .3s,box-shadow .3s;display:flex;position:relative}.mkt-root .price-card:hover{transform:translateY(-4px);box-shadow:0 24px 48px -12px #0000001a}.mkt-root .price-card.featured{background:var(--ink);color:#f5f3ee;border-color:var(--ink)}.mkt-root .price-card.featured .price-name,.mkt-root .price-card.featured .price-amount{color:#f5f3ee}.mkt-root .price-card.featured .price-cents,.mkt-root .price-card.featured .price-period{color:#f5f3ee80}.mkt-root .price-card.featured .price-target{color:#f5f3eea6}.mkt-root .price-card.featured .price-features li{color:#f5f3eed9;border-color:#f5f3ee1a}.mkt-root .price-card.featured .price-features li:before{color:var(--lime)}.mkt-root .price-card.featured .price-cta{background:var(--lime);color:var(--ink)}.mkt-root .price-badge{background:var(--lime);color:var(--ink);font-family:var(--mono);letter-spacing:.1em;text-transform:uppercase;border-radius:100px;padding:5px 10px;font-size:10px;font-weight:500;position:absolute;top:-12px;left:32px}.mkt-root .price-name{font-family:var(--mono);letter-spacing:.15em;text-transform:uppercase;color:var(--ink-faint);margin-bottom:8px;font-size:11px;font-weight:500}.mkt-root .price-target{color:var(--ink-soft);min-height:40px;margin-bottom:28px;font-size:14px;font-weight:300;line-height:1.45}.mkt-root .price-amount-block{align-items:baseline;gap:4px;margin-bottom:28px;display:flex}.mkt-root .price-amount{font-family:var(--serif);letter-spacing:-.03em;font-size:64px;font-weight:400;line-height:1}.mkt-root .price-amount.price-amount-text{letter-spacing:-.02em;font-size:36px}.mkt-root .price-cents{font-family:var(--serif);color:var(--ink-faint);font-size:22px}.mkt-root .price-period{font-family:var(--mono);letter-spacing:.1em;text-transform:uppercase;color:var(--ink-faint);margin-left:4px;font-size:11px}.mkt-root .price-custom-label{font-family:var(--mono);letter-spacing:.1em;text-transform:uppercase;color:var(--ink-faint);margin-top:-12px;margin-bottom:28px;font-size:11px}.mkt-root .price-features{flex-direction:column;flex:1;margin:0 0 28px;padding:0;list-style:none;display:flex}.mkt-root .price-features li{border-top:1px solid var(--line);color:var(--ink-soft);align-items:flex-start;gap:10px;padding:12px 0;font-size:13.5px;line-height:1.4;display:flex}.mkt-root .price-features li:before{content:"+";font-family:var(--mono);color:var(--ink);flex-shrink:0;margin-top:-1px;font-size:14px;font-weight:500}.mkt-root .price-cta{background:var(--ink);color:#fff;font-family:var(--sans);cursor:pointer;text-align:center;border:none;border-radius:100px;padding:14px 24px;font-size:14px;font-weight:500;text-decoration:none;transition:transform .2s,opacity .2s;display:inline-block}.mkt-root .price-cta:hover{opacity:.9;transform:translateY(-1px)}.mkt-root .price-anchor{text-align:center;color:var(--ink-faint);font-size:13px;font-family:var(--mono);letter-spacing:.05em;margin-top:32px}.mkt-root .price-anchor strong{color:var(--ink);font-weight:500}@media (max-width:1000px){.mkt-root .pricing-grid{grid-template-columns:1fr}}.mkt-root .faq{padding:var(--section-pad) 40px;background:var(--bg-warm);border-top:1px solid var(--line)}.mkt-root .faq-list{max-width:820px;margin:60px auto 0}.mkt-root .faq-item{border-top:1px solid var(--line);cursor:pointer;padding:28px 0}.mkt-root .faq-item:last-child{border-bottom:1px solid var(--line)}.mkt-root .faq-item summary{font-family:var(--serif);letter-spacing:-.015em;color:var(--ink);cursor:pointer;justify-content:space-between;align-items:center;gap:24px;font-size:22px;font-weight:400;line-height:1.3;list-style:none;display:flex}.mkt-root .faq-item summary::-webkit-details-marker{display:none}.mkt-root .faq-toggle{font-family:var(--mono);color:var(--ink-faint);flex-shrink:0;font-size:14px;transition:transform .3s,color .3s}.mkt-root .faq-item[open] .faq-toggle{color:var(--ink);transform:rotate(45deg)}.mkt-root .faq-answer{color:var(--ink-soft);max-width:720px;margin-top:16px;font-size:15px;font-weight:300;line-height:1.65}.mkt-root .final-cta{background:var(--bg-dark);color:#f5f3ee;text-align:center;padding:100px 40px;position:relative;overflow:hidden}.mkt-root .final-cta:before{content:"";pointer-events:none;background:radial-gradient(60% 80% at 50% 100%,#d9f40e1f,#0000 60%);position:absolute;inset:0}.mkt-root .final-cta-inner{z-index:1;max-width:1100px;margin:0 auto;position:relative}.mkt-root .final-cta-tag{font-family:var(--mono);letter-spacing:.12em;text-transform:uppercase;color:#f5f3ee80;align-items:center;gap:8px;margin-bottom:32px;font-size:11px;display:inline-flex}.mkt-root .final-cta-tag:before,.mkt-root .final-cta-tag:after{content:"";background:#f5f3ee33;width:24px;height:1px}.mkt-root .final-cta h2{font-family:var(--serif);letter-spacing:-.015em;font-variation-settings:"opsz" 72;margin-bottom:32px;font-size:clamp(40px,5vw,64px);font-weight:400;line-height:1.18}.mkt-root .final-cta h2 em{background:var(--lime);color:var(--ink);font-variation-settings:"opsz" 72;border-radius:6px;margin-top:8px;padding:4px 12px 6px;font-style:italic;font-weight:500;line-height:1.05;display:inline-block}.mkt-root .final-cta p{color:#f5f3eea6;max-width:560px;margin-bottom:48px;margin-left:auto;margin-right:auto;font-size:19px;font-weight:300;line-height:1.55}.mkt-root .final-cta .audit-box{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0d;border-color:#f5f3ee26;margin:0 auto}.mkt-root .final-cta .audit-box input{color:#f5f3ee}.mkt-root .final-cta .audit-box input::placeholder{color:#f5f3ee66}.mkt-root .final-cta .audit-box button{background:var(--lime);color:var(--ink)}.mkt-root .final-cta .audit-box button:hover{background:#e0ff5e}.mkt-root .final-cta .audit-meta{color:#f5f3ee66;justify-content:center;margin:20px auto 0}.mkt-root .final-cta .audit-meta span:before{background:#f5f3ee66}.mkt-root .footer{background:var(--bg-dark);color:#f5f3ee99;border-top:1px solid #f5f3ee14;padding:60px 40px 32px}.mkt-root .footer-inner{max-width:var(--container);margin:0 auto}.mkt-root .footer-top{border-bottom:1px solid #f5f3ee14;grid-template-columns:1.5fr 1fr 1fr 1fr;gap:48px;padding-bottom:48px;display:grid}.mkt-root .footer-logo{font-family:var(--serif);color:#f5f3ee;letter-spacing:-.015em;font-variation-settings:"opsz" 48;align-items:baseline;margin-bottom:16px;font-size:32px;font-weight:500;line-height:1;text-decoration:none;display:inline-flex}.mkt-root .footer-logo:after{content:"";background:var(--lime);border-radius:50%;align-self:flex-end;width:9px;height:9px;margin-bottom:6px;margin-left:4px;display:inline-block}.mkt-root .footer-tagline{color:#f5f3ee80;max-width:320px;font-size:13.5px;font-weight:300;line-height:1.55}.mkt-root .footer-col-title{font-family:var(--mono);letter-spacing:.12em;text-transform:uppercase;color:#f5f3ee66;margin-bottom:18px;font-size:12px;font-weight:500}.mkt-root .footer-col ul{flex-direction:column;gap:12px;margin:0;padding:0;list-style:none;display:flex}.mkt-root .footer-col a{color:#f5f3eea6;font-size:15px;text-decoration:none;transition:color .2s}.mkt-root .footer-col a:hover{color:#f5f3ee}.mkt-root .footer-bottom{font-family:var(--mono);letter-spacing:.05em;color:#f5f3ee66;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;margin-top:32px;font-size:11px;display:flex}.mkt-root .footer-noaya-big{font-family:var(--serif);letter-spacing:-.04em;color:#f5f3ee0f;text-align:center;-webkit-user-select:none;user-select:none;padding:80px 0 0;font-size:clamp(120px,18vw,260px);font-weight:400;line-height:.9}.mkt-root .footer-noaya-big span{color:#d9f40e2e}@media (max-width:980px){.mkt-root .hero-inner{grid-template-columns:1fr;gap:60px}.mkt-root .audit-box{flex-direction:column}.mkt-root .audit-box button{width:100%;padding:14px}.mkt-root .hero h1{font-size:clamp(42px,9vw,64px)}.mkt-root .pain-grid,.mkt-root .how-steps{grid-template-columns:1fr;gap:16px}.mkt-root .agents-head{flex-direction:column;align-items:flex-start;gap:32px}.mkt-root .agents-counter{text-align:left}.mkt-root .pricing-grid,.mkt-root .compare-grid{grid-template-columns:1fr}.mkt-root .security-inner{grid-template-columns:1fr;gap:40px}.mkt-root .footer-top{grid-template-columns:1fr 1fr}.mkt-root{--section-pad:80px}}@media (max-width:640px){.mkt-root{--section-pad:64px}.mkt-root .container{padding:0 20px}.mkt-root .nav-inner{gap:8px;padding:12px 20px}.mkt-root .nav-logo{font-size:20px}.mkt-root .nav-cta{gap:6px}.mkt-root .btn-ghost{white-space:nowrap;padding:8px 10px;font-size:13.5px}.mkt-root .btn-primary{white-space:nowrap;min-height:40px;padding:10px 16px;font-size:13.5px}.mkt-root .audit-box button{min-height:52px;padding:14px 22px;font-size:15px}.mkt-root .price-cta{width:100%;min-height:52px;padding:16px 24px;font-size:15px}.mkt-root .hero{min-height:auto;padding:56px 20px 72px}.mkt-root .hero-inner{gap:44px}.mkt-root .hero-tag{margin-bottom:24px;padding:6px 12px 6px 10px;font-size:10px}.mkt-root .hero h1{margin-bottom:24px;font-size:clamp(38px,11vw,52px)}.mkt-root .hero-sub{margin-bottom:32px;font-size:16px}.mkt-root .audit-meta{font-size:10px}.mkt-root .audit-meta span{padding:0 10px}.mkt-root .mockup-chat{transform:rotate(0)}.mkt-root .mockup-chat-body{min-height:320px;padding:22px 20px 20px}.mkt-root .pain,.mkt-root .agents,.mkt-root .compare,.mkt-root .pricing,.mkt-root .how,.mkt-root .solution,.mkt-root .faq{padding-left:20px;padding-right:20px}.mkt-root h2.section-title{font-size:clamp(34px,9vw,48px)}.mkt-root .section-sub{margin-bottom:40px;font-size:16px}.mkt-root .pain-card{padding:28px 22px}.mkt-root .pain-quote{font-size:21px}.mkt-root .agent-card{padding:22px}.mkt-root .agent-name{font-size:28px}.mkt-root .agents-counter .num-big{font-size:44px}.mkt-root .compare-card{padding:24px 20px}.mkt-root .compare-card.noaya{transform:none}.mkt-root .price-card{padding:28px 22px}.mkt-root .price-amount{font-size:52px}.mkt-root .how{padding-left:20px;padding-right:20px}.mkt-root .how-step-title{font-size:26px}.mkt-root .security{padding:64px 20px}.mkt-root .security h3{font-size:28px}.mkt-root .security-inner{gap:32px}.mkt-root .faq-item summary{gap:16px;font-size:18px}.mkt-root .faq-answer{font-size:14.5px}.mkt-root .final-cta{padding:72px 20px}.mkt-root .final-cta h2{font-size:clamp(34px,9vw,52px)}.mkt-root .final-cta p{margin-bottom:36px;font-size:16px}.mkt-root .footer{padding:48px 20px 28px}.mkt-root .footer-top{grid-template-columns:1fr;gap:32px;padding-bottom:36px}.mkt-root .footer-bottom{font-size:10.5px}.mkt-root .footer-noaya-big{padding:56px 0 0}.mkt-root .cockpit{border-radius:16px;margin-top:48px}.mkt-root .cockpit-header{gap:10px;padding:12px 14px}.mkt-root .cockpit-url{max-width:none;font-size:10.5px}.mkt-root .cockpit-main{padding:24px 20px}.mkt-root .cockpit-title{font-size:32px}.mkt-root .cockpit-kpis{grid-template-columns:1fr;gap:10px}}@media (max-width:420px){.mkt-root .nav-inner{padding:12px 16px}.mkt-root .btn-ghost{display:none}.mkt-root .btn-primary{padding:9px 14px;font-size:13px}}
