.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:300;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)}.mkt-root .btn-primary:after,.mkt-root .price-cta:after{content:"→";flex:none;transition:transform .2s;display:inline-block}.mkt-root .nav-cta .btn-primary:after{content:none}.mkt-root .btn-primary:hover:after,.mkt-root .price-cta:hover:after{transform:translate(2px)}.mkt-root .nav-burger{width:44px;height:44px;color:var(--ink);cursor:pointer;background:0 0;border:0;justify-content:center;align-items:center;margin-right:-8px;display:none}.mkt-root .nav-burger-lines{width:16px;height:13px;display:block;position:relative}.mkt-root .nav-burger-lines>span{background:currentColor;height:1px;transition:width .2s,opacity .15s,transform .2s;position:absolute;left:0}.mkt-root .nav-burger-lines>span:first-child{width:16px;top:0}.mkt-root .nav-burger-lines>span:nth-child(2){width:16px;top:6px}.mkt-root .nav-burger-lines>span:nth-child(3){width:8px;top:12px}.mkt-root .nav-burger[aria-expanded=true] .nav-burger-lines>span:first-child{transform:translateY(6px)rotate(45deg)}.mkt-root .nav-burger[aria-expanded=true] .nav-burger-lines>span:nth-child(2){opacity:0}.mkt-root .nav-burger[aria-expanded=true] .nav-burger-lines>span:nth-child(3){width:16px;transform:translateY(-6px)rotate(-45deg)}@media (prefers-reduced-motion:reduce){.mkt-root .nav-burger-lines>span{transition:none}}@media (max-width:880px){.mkt-root .nav-inner{flex-wrap:wrap;row-gap:0}.mkt-root .nav-burger{display:inline-flex}.mkt-root .nav-links,.mkt-root .nav-cta{display:none}.mkt-root .nav-menu{z-index:49;padding:24px 24px calc(20px + env(safe-area-inset-bottom,0px));background:var(--bg);overscroll-behavior:contain;flex-direction:column;display:flex;position:fixed;left:0;right:0;overflow-y:auto}.mkt-root .nav-menu>a{color:var(--ink);border-bottom:1px solid var(--line);padding:26px 0;font-size:17px;font-weight:300;line-height:1.4;text-decoration:none}.mkt-root .nav-menu>a:last-of-type{border-bottom:0}.mkt-root .nav-menu-cta{gap:8px;margin-top:auto;padding-top:24px;display:flex}.mkt-root .nav-menu-cta .btn-ghost,.mkt-root .nav-menu-cta .btn-primary{white-space:nowrap;border-bottom:0;flex:1 1 0;justify-content:center;align-items:center;min-width:0;min-height:48px;padding-left:12px;padding-right:12px;display:inline-flex}.mkt-root .nav-menu-cta .btn-ghost{border:1px solid var(--line);color:var(--ink);border-radius:100px}.mkt-root .nav-menu-cta .btn-primary:after{content:none}.mkt-root .nav-links-unused{scrollbar-width:none;order:3;gap:20px;width:100%;padding:2px 0;display:flex;overflow-x:auto}.mkt-root .nav-links::-webkit-scrollbar{display:none}.mkt-root .nav-links a{white-space:nowrap;padding:10px 0;font-size:13px;display:inline-block}.mkt-root section[id]{scroll-margin-top:104px}}.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-tags{flex-wrap:wrap;align-items:center;gap:10px;margin-bottom:36px;display:flex}.mkt-root .hero-tags .hero-tag{margin-bottom:0}.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-beta{color:var(--ink);background:#d9f40e1f;border-color:#b4cd0c73}.mkt-root .founder-card{border:1px solid var(--line);background:#ffffffa6;border-radius:24px;align-items:flex-start;gap:24px;margin-top:48px;padding:28px 32px;display:flex}.mkt-root .founder-photo{object-fit:cover;border-radius:50%;flex-shrink:0}.mkt-root .founder-head{flex-wrap:wrap;align-items:baseline;gap:12px;display:flex}.mkt-root .founder-name{font-family:var(--serif);color:var(--ink);font-size:24px}.mkt-root .founder-role{font-family:var(--mono);letter-spacing:.14em;text-transform:uppercase;color:var(--ink-soft);font-size:10px}.mkt-root .founder-bio{color:var(--ink-soft);max-width:640px;margin-top:10px;font-size:14.5px;line-height:1.65}.mkt-root .founder-note{font-family:var(--serif);color:var(--ink);margin-top:12px;font-size:15.5px}@media (max-width:640px){.mkt-root .founder-card{flex-direction:column;gap:16px;padding:22px}}.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:38px;gap:6px;max-width:620px;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{min-width:0;font-family:var(--mono);color:var(--ink);letter-spacing:-.01em;background:0 0;border:none;outline:none;flex:1 1 0;padding:16px 22px;font-size:14px}.mkt-root .audit-box input::placeholder{color:var(--ink-faint)}.mkt-root .audit-box button{--holo-fix:14.5px;--holo-silver-shift:993px;isolation:isolate;color:#000;min-height:64px;font-family:var(--sans);letter-spacing:.01em;cursor:pointer;white-space:nowrap;background:#eef2d8;border:1px solid #fff6;border-radius:9999px;flex:none;justify-content:center;align-items:center;gap:8px;padding:0 40px;font-size:15px;font-weight:500;transition:transform .2s;animation:9s ease-in-out infinite holoGlow;display:inline-flex;position:relative;overflow:hidden}.mkt-root .audit-box button:before,.mkt-root .audit-box button:after{content:"";z-index:-1;pointer-events:none;will-change:transform;position:absolute;top:0;bottom:0}.mkt-root .audit-box button:before{background-image:repeating-linear-gradient(115deg,#f4f2e2 0%,#f5efc2 2.38%,#f5eca4 4.76%,#f2ec8c 7.14%,#ebee78 9.52%,#e0f166 11.9%,#d3f35c 14.29%,#c5f45e 16.67%,#b5f36a 19.05%,#a4f17c 21.43%,#97ee92 23.81%,#8feaa8 26.19%,#90e6bb 28.57%,#a3ecb6 30.95%,#b4efad 33.33%,#c6f1a5 35.71%,#d6f2a2 38.1%,#e2f2ab 40.48%,#ebf2bc 42.86%,#f0f2cf 45.24%,#f3f2da 47.62%,#f4f2e2 50%);width:230%;min-width:260px;animation:4s linear infinite holoSpectrum;left:0}.mkt-root .audit-box button:after{left:calc(var(--holo-silver-shift) * -1);width:calc(100% + var(--holo-silver-shift));background-image:repeating-linear-gradient(115deg,#fff0 0 90px,#ffffffeb 130px,#f8f6eee0 195px,#f8f6ee00 240px,#fcfbf600 470px,#fcfbf6d9 525px,#f3f0e6d1 635px,#f3f0e600 690px,#fff0 900px);animation:7s linear infinite holoSilver}@keyframes holoSpectrum{0%{transform:translate(0,0)}to{transform:translate3d(calc(-50% - var(--holo-fix)), 0, 0)}}@keyframes holoGlow{0%{box-shadow:-6px 16px 34px #d9f40e57,0 8px 58px #d9f40e1f}35%{box-shadow:6px 18px 40px #d9f40e66,0 10px 64px #e7ea8d29}70%{box-shadow:2px 14px 32px #e7ea8d52,0 8px 56px #d9f40e24}to{box-shadow:-6px 16px 34px #d9f40e57,0 8px 58px #d9f40e1f}}@keyframes holoGlowHover{0%,to{box-shadow:-6px 22px 44px #d9f40e80,0 12px 74px #d9f40e33}50%{box-shadow:8px 24px 48px #d9f40e8a,0 14px 80px #e7ea8d3d}}@keyframes holoSilver{0%{transform:translate(0,0)}to{transform:translate3d(var(--holo-silver-shift), 0, 0)}}.mkt-root .audit-box button:hover:not(:disabled){animation:3.2s ease-in-out infinite holoGlowHover;transform:translateY(-1px)}.mkt-root .audit-box button:focus-visible{outline:2px solid var(--ink);outline-offset:3px}.mkt-root .audit-box button:disabled{cursor:progress;animation:none;box-shadow:0 12px 28px #d9f40e3d,0 6px 44px #d9f40e14}.mkt-root .audit-box button .arrow{transition:transform .2s}.mkt-root .audit-box button:hover:not(:disabled) .arrow{transform:translate(2px)}@media (prefers-reduced-motion:reduce){.mkt-root .audit-box button:before,.mkt-root .audit-box button:after{animation:none}.mkt-root .audit-box button:before{transform:translate(0,0)}.mkt-root .audit-box button:after{transform:translate3d(calc(var(--holo-silver-shift) * .92), 0, 0)}.mkt-root .audit-box button,.mkt-root .audit-box button:hover:not(:disabled){animation:none;box-shadow:0 16px 36px #d9f40e57,0 8px 58px #d9f40e1f}.mkt-root .audit-box button:hover:not(:disabled),.mkt-root .audit-box button:hover:not(:disabled) .arrow{transform:none}}.mkt-root .audit-meta{font-family:var(--mono);letter-spacing:.08em;text-transform:uppercase;color:var(--ink-faint);flex-wrap:wrap;justify-content:center;align-items:center;gap:0;max-width:540px;margin-top:18px;font-size:11px;display:flex}.mkt-root .hero-store-badge{max-width:540px;color:var(--ink-faint);font-family:var(--mono);letter-spacing:.08em;text-transform:uppercase;justify-content:center;align-items:center;gap:8px;margin-top:14px;font-size:11px;font-weight:500;text-decoration:none;transition:color .2s;display:flex}.mkt-root .hero-store-badge svg{fill:currentColor;flex:none;width:14px;height:14px}.mkt-root .hero-store-badge .arrow{transition:transform .2s}.mkt-root .hero-store-badge:hover{color:var(--ink);text-underline-offset:3px;text-decoration:underline}.mkt-root .hero-store-badge:hover .arrow{transform:translate(2px)}.mkt-root .audit-meta span{align-items:center;padding:0 14px;display:inline-flex;position:relative}.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;max-width:460px;margin-inline:auto;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-toggle{z-index:2;color:#fff;cursor:pointer;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#0a0a0a8c;border:1px solid #ffffff59;border-radius:100px;justify-content:center;align-items:center;width:40px;height:40px;padding:0;transition:background .2s;display:inline-flex;position:absolute;bottom:14px;right:14px}.mkt-root .hero-video-toggle svg{fill:currentColor;width:16px;height:16px}.mkt-root .hero-video-toggle:hover{background:#0a0a0abf}.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:10px;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:10px;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 .integ-card-icon{opacity:.6}.mkt-root .integ-card.coming{background:0 0;border-style:dashed}.mkt-root .integ-card.coming:hover{box-shadow:none;transform:none}.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-chips{flex-wrap:wrap;flex-shrink:0;justify-content:flex-end;align-items:center;gap:6px;display:flex}.mkt-root .integ-card-plan{font-family:var(--mono);letter-spacing:.1em;text-transform:uppercase;color:var(--ink-faint);border:1px solid var(--line);border-radius:100px;padding:3px 8px;font-size:10px;font-weight:400}.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:10px;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)}.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}.mkt-root .integ-note{font-family:var(--mono);letter-spacing:.02em;color:var(--ink-soft);text-align:center;max-width:640px;margin-top:10px;margin-left:auto;margin-right:auto;font-size:12px;line-height:1.6}@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:56px 40px 48px;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{text-align:center;max-width:860px;margin:0 auto}.mkt-root .cred-label{font-family:var(--mono);letter-spacing:.18em;text-transform:uppercase;color:#f5f3ee73;align-items:center;gap:10px;font-size:10.5px;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-frieze{max-width:780px;font-family:var(--serif);letter-spacing:-.005em;color:#f5f3eef0;margin:22px auto 0;font-size:clamp(19px,2.2vw,27px);font-weight:400;line-height:1.6}.mkt-root .cred-app{white-space:nowrap;display:inline}.mkt-root .cred-sep{color:var(--lime);opacity:.75;padding:0 .14em;font-weight:500}.mkt-root .cred-soon{font-family:var(--mono);letter-spacing:.16em;text-transform:uppercase;color:#f5f3ee57;margin-top:20px;font-size:10.5px}.mkt-root .cred-soon span:not(.cred-sep){color:#f5f3ee9e}@media (max-width:880px){.mkt-root .cred-bar{padding:40px 20px 36px}.mkt-root .cred-frieze{margin-top:18px;line-height:1.7}}.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 .case-study{padding:var(--section-pad) 40px;background:var(--bg-warm);border-top:1px solid var(--line)}.mkt-root .case-grid{grid-template-columns:5fr 4fr;align-items:start;gap:64px;display:grid}.mkt-root .case-story-lead{font-family:var(--serif);letter-spacing:-.015em;color:var(--ink);font-variation-settings:"opsz" 72;margin-bottom:20px;font-size:26px;font-weight:400;line-height:1.3}.mkt-root .case-story-body{color:var(--ink-soft);max-width:52ch;font-size:16px;font-weight:300;line-height:1.6}.mkt-root .case-facts{font-family:var(--mono);letter-spacing:.08em;text-transform:uppercase;color:var(--ink-faint);flex-wrap:wrap;gap:8px 24px;margin-top:28px;font-size:11px;display:flex}.mkt-root .case-moments{flex-direction:column;display:flex}.mkt-root .case-moment{border-top:1px solid var(--line);padding:22px 0}.mkt-root .case-moment:last-child{border-bottom:1px solid var(--line)}.mkt-root .case-moment-label{font-family:var(--mono);letter-spacing:.1em;text-transform:uppercase;color:var(--ink-faint);margin-bottom:8px;font-size:11px}.mkt-root .case-moment-text{color:var(--ink-soft);font-size:15px;font-weight:300;line-height:1.55}@media (max-width:880px){.mkt-root .case-grid{grid-template-columns:1fr;gap:40px}}@media (max-width:640px){.mkt-root .case-study{padding-left:24px;padding-right:24px}.mkt-root .case-story-lead{font-size:23px}.mkt-root .case-story-body,.mkt-root .case-moment-text{font-size:16px}}.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);align-items:center;gap:6px;min-width:0;font-size:10px;display:flex}.mkt-root .cockpit-row-dest{flex:none;width:12px;height:12px}.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:10px;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;text-transform:uppercase;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:10px;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:10.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}.mkt-root .compare-stack{display:none}@media (max-width:640px){.mkt-root .compare .compare-grid{display:none}.mkt-root .compare-stack{background:var(--ink);color:#f5f3ee;border-radius:16px;margin-top:40px;padding:10px 20px;display:block}.mkt-root .compare-stack-group{border-top:1px solid #f5f3ee1a;padding:16px 0 14px}.mkt-root .compare-stack-group:first-child{border-top:0}.mkt-root .compare-stack-label{font-family:var(--mono);letter-spacing:.1em;text-transform:uppercase;color:#f5f3ee66;margin-bottom:8px;font-size:10.5px}.mkt-root .compare-stack-row{grid-template-columns:100px minmax(0,1fr);align-items:baseline;column-gap:12px;padding:3px 0;font-size:13px;line-height:1.45;display:grid}.mkt-root .compare-stack-brand{color:#f5f3ee8c;overflow-wrap:break-word;font-size:12px}.mkt-root .compare-stack-val{color:#f5f3eed9;overflow-wrap:break-word;min-width:0;font-weight:400}.mkt-root .compare-stack-val.win{color:var(--lime);font-weight:500}.mkt-root .compare-stack-val.match{border:1px solid var(--lime);color:#f5f3ee;background:#d9f40e14;border-radius:100px;justify-self:start;padding:1px 9px}}@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;justify-content:center;align-items:center;gap:8px;padding:14px 24px;font-size:14px;font-weight:500;text-decoration:none;transition:transform .2s,opacity .2s;display:inline-flex}.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}.mkt-root .faq-item:last-child{border-bottom:1px solid var(--line)}.mkt-root .faq-item summary{text-wrap:balance;font-family:var(--serif);letter-spacing:-.015em;color:var(--ink);cursor:pointer;justify-content:space-between;align-items:center;gap:24px;padding:26px 0;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:-6px 0 26px;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:focus-visible{outline-color:#f5f3ee}.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 .hero-inner>*{min-width:0}.mkt-root .audit-box{flex-direction:column}.mkt-root .audit-box button{width:100%;padding:0 26px}.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{grid-template-columns:1fr}.mkt-root .compare-grid{scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;gap:12px;padding-bottom:8px;display:flex;overflow-x:auto}.mkt-root .compare-card{scroll-snap-align:center;flex:0 0 85%}.mkt-root .compare-grid>.reveal{opacity:1;transform:none}.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 24px}.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:17px}.mkt-root .btn-primary{white-space:nowrap;min-height:44px;padding:12px 20px;font-size:17px}.mkt-root .audit-box button{letter-spacing:.01em;padding:0 20px;font-size:17px}.mkt-root .price-cta{width:100%;min-height:52px;padding:16px 24px;font-size:15px}.mkt-root .hero{min-height:auto;padding:24px 24px 72px}.mkt-root .hero-inner>div:first-child{text-align:center}.mkt-root .hero-tags{justify-content:center;margin-bottom:24px}.mkt-root .audit-meta{justify-content:center}.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{overflow-wrap:break-word;margin-bottom:24px;font-size:clamp(42px,13.1vw,58px);line-height:1.2}.mkt-root .hero-sub{text-wrap:pretty;margin-bottom:32px;font-size:20px;line-height:1.5}.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 .sleep,.mkt-root .faq{padding-left:0;padding-right:0}.mkt-root .solution,.mkt-root .integrations{padding-left:20px;padding-right:20px}.mkt-root .final-cta h2{font-size:clamp(40px,12.6vw,56px);line-height:1.2}.mkt-root h2.section-title{overflow-wrap:break-word;font-size:clamp(40px,12.6vw,56px);line-height:1.2}.mkt-root h2.section-title em{padding:0 1px}.mkt-root .how h2.section-title em{background:linear-gradient(180deg, transparent 68%, var(--lime) 68%);color:#f5f3ee;line-height:inherit;border-radius:0;margin-top:0;padding:0 1px;display:inline}.mkt-root .section-sub{text-wrap:pretty;margin-bottom:40px;font-size:20px;line-height:1.5}.mkt-root .hero-store-badge{font-size:10px}.mkt-root .pain-card{padding:28px 22px}.mkt-root .pain-quote{font-size:26px}.mkt-root .pain-explain{font-size:16px}.mkt-root .agent-card{padding:22px}.mkt-root .agent-name{font-size:28px}.mkt-root .agents-head{margin-bottom:48px}.mkt-root .agents-counter{align-items:baseline;gap:10px;display:flex}.mkt-root .agents-counter .num-big{margin-bottom:0;font-size:28px;display:inline}.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-step-title{font-size:26px}.mkt-root .how-step-text{font-size:16px}.mkt-root .how-step-visual{color:#f5f3eebf;font-size:13px}.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:16px}.mkt-root .faq-toggle{font-size:18px}.mkt-root .final-cta{padding:72px 20px}.mkt-root .final-cta h2{font-size:clamp(40px,12.6vw,56px)}.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-body,.mkt-root .cockpit-sidebar,.mkt-root .cockpit-main,.mkt-root .cockpit-stack,.mkt-root .cockpit-row{min-width:0}.mkt-root .cockpit-row-sub-text{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.mkt-root .cockpit-main{padding:24px 20px}.mkt-root .cockpit-title{font-size:clamp(26px,8.5vw,32px)}.mkt-root .cockpit-subtitle{font-size:clamp(12px,3.6vw,14px)}.mkt-root .cockpit-kpis{grid-template-columns:repeat(2,1fr);gap:8px}.mkt-root .cockpit-kpi{padding:12px 14px}.mkt-root .cockpit-kpi-value{font-size:24px}.mkt-root .cockpit-kpi-label{letter-spacing:.06em;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:6px}.mkt-root .cockpit-sidebar{flex-wrap:wrap;row-gap:6px;overflow-x:visible}.mkt-root .cockpit-sidebar-section:nth-child(2){display:none}.mkt-root .cockpit-sidebar-section:first-child{flex-wrap:nowrap;width:100%}.mkt-root .cockpit-sidebar-item.interactive{letter-spacing:.06em;white-space:nowrap;flex:1 1 0;justify-content:center;min-height:44px;padding:10px 8px;font-size:10px}.mkt-root .cockpit-sidebar-section{flex-wrap:wrap;gap:6px 8px}.mkt-root .cockpit-sidebar-item{width:auto}.mkt-root button.cockpit-sidebar-item{min-height:44px;padding:12px 14px}.mkt-root .cockpit-sidebar-item .item-pulse{display:none}.mkt-root .solution .section-sub{text-align:center}.mkt-root .sleep-card-time{align-items:flex-start}.mkt-root .sleep-card-time:before{margin-top:5px}.mkt-root .agent-q{font-size:15.5px}.mkt-root .agent-a{font-size:14.5px}.mkt-root .founder-bio{font-size:15.5px}.mkt-root .agents-grid{scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;gap:12px;padding-bottom:8px;display:flex;overflow-x:auto}.mkt-root .agent-card{scroll-snap-align:center;flex:0 0 78%}.mkt-root .agents-grid>.reveal{opacity:1;transform:none}.mkt-root .integrations-inner{text-align:left}.mkt-root .integrations h2.section-title{margin-left:0}.mkt-root .integrations .section-sub,.mkt-root .integ-foot,.mkt-root .integ-note{text-align:left;margin-left:0}.mkt-root .integ-grid{grid-template-columns:1fr;gap:0;margin-top:36px}.mkt-root .integ-card,.mkt-root .integ-card.coming{border:0;border-bottom:1px solid var(--line);background:0 0;border-radius:0;grid-template-columns:44px 1fr auto;grid-template-areas:"icon name status""icon desc desc";align-items:center;gap:6px 14px;padding:18px 0;display:grid}.mkt-root .integ-card:last-child{border-bottom:0}.mkt-root .integ-card-top{display:contents}.mkt-root .integ-card-icon{border-radius:12px;grid-area:icon;align-self:start;width:44px;height:44px}.mkt-root .integ-card-chips{grid-area:status;place-self:start end}.mkt-root .integ-card-name{grid-area:name;margin:0;font-size:20px}.mkt-root .integ-card-desc{grid-area:desc;font-size:15px}.mkt-root .audit-box input{font-size:16px}.mkt-root .footer-col ul{gap:2px}.mkt-root .footer-col a{padding:10px 0;display:inline-block}.mkt-root .footer-tagline{font-size:14.5px}.mkt-root .price-features li{font-size:15px;line-height:1.5}.mkt-root .price-target{font-size:15px}.mkt-root .price-anchor{max-width:300px;margin-left:auto;margin-right:auto;font-size:14px;line-height:1.6}.mkt-root .price-badge{left:22px}}@media (max-width:420px){.mkt-root .nav-inner{padding:12px 16px}.mkt-root .btn-ghost{display:none}.mkt-root .btn-primary{padding:12px 20px;font-size:17px}.mkt-root .container{padding:0 24px}.mkt-root .hero{padding:20px 24px 64px}.mkt-root .hero-tag{padding:5px 10px 5px 8px;font-size:9.5px}.mkt-root .pain,.mkt-root .agents,.mkt-root .compare,.mkt-root .pricing,.mkt-root .how,.mkt-root .sleep,.mkt-root .faq{padding-left:0;padding-right:0}.mkt-root .solution,.mkt-root .integrations,.mkt-root .security,.mkt-root .final-cta,.mkt-root .footer{padding-left:16px;padding-right:16px}.mkt-root .final-cta h2{font-size:clamp(38px,12vw,52px)}.mkt-root .cockpit-title{font-size:26px}.mkt-root .cockpit-main{padding:20px 16px}.mkt-root .audit-meta{flex-wrap:wrap;gap:6px}.mkt-root .footer-noaya-big{font-size:18vw}.mkt-root .pain-quote{font-size:24px}.mkt-root .agent-name{font-size:26px}.mkt-root .how-step-title{font-size:23px}}