.landing-page{--bg:#000004;--surface:rgba(200,222,255,0.03);--surface-2:rgba(200,222,255,0.06);--surface-sunk:rgba(0,0,0,0.4);--surface-solid:#080a10;--code-bg:#04060b;--code-bg-2:#080b12;--code-fg:#d5dae2;--code-fg-dim:#8095ac;--code-accent:#8cbcff;--code-string:#6cc38a;--code-keyword:#c79bff;--feature-text:#d9dde4;--fg-strong:#fff;--fg:#f6f7f9;--fg-muted:#b1bcc8;--fg-subtle:#8095ac;--border:rgba(200,222,255,0.05);--border-strong:#252c3a;--accent:#0379fc;--accent-hover:#0676f3;--accent-soft:rgba(3,121,252,0.12);--accent-text:#308ff8;--accent-eyebrow:#1c86fc;--success:#2fb568;--success-soft:rgba(47,181,104,0.16);--orb:radial-gradient(circle,rgba(60,127,236,0.22) 0%,rgba(60,127,236,0) 62%);--orb-strong:radial-gradient(circle,rgba(60,127,236,0.3) 0%,rgba(60,127,236,0) 62%);--font-display:var(--font-clash-display),var(--font-satoshi),ui-sans-serif,system-ui,sans-serif;--font-sans:var(--font-satoshi),ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif;--font-mono:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;--r-sm:6px;--r-md:8px;--r-lg:12px;--r-xl:16px;--r-pill:999px;--container:1300px;--container-wide:1300px;--gutter:40px;--nav-h:60px;min-height:100vh;background:var(--bg);color:var(--fg);font-family:var(--font-sans);font-size:16px;font-weight:500;line-height:1.6;letter-spacing:0;overflow-x:hidden;scroll-padding-top:calc(var(--nav-h) + 18px)}.landing-page[data-theme=light]{--bg:#fafaf7;--surface:#fff;--surface-2:#f4f5f2;--surface-sunk:#eeefeb;--surface-solid:#fff;--code-bg:#f6f8fb;--code-bg-2:#edf2f7;--code-fg:#1d2530;--code-fg-dim:#667386;--code-accent:#0265d6;--code-string:#147a42;--code-keyword:#7450d4;--feature-text:#343d4b;--fg-strong:#050608;--fg:#1a1d22;--fg-muted:#5b6470;--fg-subtle:#8a92a0;--border:rgba(11,13,16,0.08);--border-strong:rgba(11,13,16,0.16);--accent-hover:#0265d6;--accent-soft:rgba(3,121,252,0.1);--accent-text:#0367d6;--accent-eyebrow:#0367d6;--orb:radial-gradient(circle,rgba(3,121,252,0.1) 0%,rgba(3,121,252,0) 62%);--orb-strong:radial-gradient(circle,rgba(3,121,252,0.14) 0%,rgba(3,121,252,0) 62%)}.landing-page *,.landing-page :after,.landing-page :before{box-sizing:border-box}.landing-page a{color:inherit;text-decoration:none}.landing-page button{font-family:inherit}.landing-page blockquote,.landing-page figure,.landing-page p{margin:0}.landing-page h1,.landing-page h2,.landing-page h3{margin:0;color:var(--fg-strong)}.landing-page section{padding:clamp(52px,6vw,84px) 0;position:relative;scroll-margin-top:calc(var(--nav-h) + 18px)}.landing-page main>section+section{border-top:1px solid var(--border)}.landing-page :focus-visible{outline:2px solid rgba(3,121,252,.45);outline-offset:2px;border-radius:6px}.landing-page .container{width:100%;max-width:var(--container);margin:0 auto;padding:0 var(--gutter);min-width:0}.landing-page .container--wide{max-width:var(--container-wide)}.landing-page .h-display,.landing-page .h-section{font-family:var(--font-display);font-weight:600;line-height:1.04;letter-spacing:0;color:var(--fg-strong);text-wrap:balance}.landing-page .h-display{font-size:clamp(48px,6vw,76px)}.landing-page .h-section{font-size:clamp(34px,3.4vw,48px)}.landing-page .eyebrow{font-weight:700;font-size:16px;line-height:1;color:var(--accent-eyebrow)}.landing-page .lede{font-size:18px;line-height:1.6;color:var(--fg-muted);max-width:60ch;text-wrap:pretty}.landing-page .body{font-size:16px;line-height:1.6;color:var(--fg-muted)}.landing-page .mono{font-family:var(--font-mono);font-size:12px}.landing-page .col{display:flex;flex-direction:column}.landing-page .text-strong{color:var(--fg-strong)}.landing-page .section-head{max-width:760px;margin-inline:auto;margin-bottom:44px;display:flex;flex-direction:column;gap:16px;align-items:center;text-align:center}.landing-page .section-head .lede{font-size:18px}.landing-page .section-head--wide{max-width:720px;margin-bottom:48px}.landing-page .section-head--center{margin-inline:auto;text-align:center;align-items:center}.landing-page .section-head--center .lede{margin-inline:auto}.landing-page .card{background:var(--surface);border:1px solid var(--border-strong);border-radius:var(--r-lg);position:relative;z-index:1}.landing-page .orb{border-radius:50%;background:var(--orb)}.landing-page .hero-grid,.landing-page .orb{position:absolute;pointer-events:none;z-index:0}.landing-page .hero-grid{inset:0;background-image:linear-gradient(90deg,rgba(200,222,255,.04) 1px,transparent 0),linear-gradient(180deg,rgba(200,222,255,.04) 1px,transparent 0);background-size:56px 56px;mask-image:radial-gradient(ellipse 80% 60% at 50% 30%,#000 25%,transparent 75%)}.landing-page .btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:44px;padding:0 18px;border-radius:var(--r-sm);font-weight:700;font-size:16px;cursor:pointer;border:1px solid transparent;white-space:nowrap;transition:background .12s ease-out,border-color .12s ease-out,color .12s ease-out,transform 60ms ease-in}.landing-page .btn:active{transform:scale(.985)}.landing-page .btn--primary{background:var(--accent);color:#fff;border-color:var(--accent);box-shadow:0 8px 32px -12px rgba(3,121,252,.5)}.landing-page .btn--primary:hover{background:var(--accent-hover)}.landing-page .btn--secondary{background:var(--surface-2);color:var(--fg);border-color:var(--border-strong)}.landing-page .btn--ghost:hover,.landing-page .btn--secondary:hover{background:rgba(200,222,255,.09);color:var(--fg-strong)}.landing-page .btn--ghost{background:transparent;color:var(--fg-muted);border-color:transparent}.landing-page .btn--sm{min-height:36px;padding:0 14px;font-size:14px}.landing-page .btn--lg{min-height:50px;padding:0 22px;font-size:16px}.landing-page .pill{display:inline-flex;align-items:center;gap:6px;min-height:28px;padding:6px 12px;border-radius:var(--r-pill);border:1px solid var(--border-strong);background:var(--surface);font-size:14px;color:var(--fg-muted);white-space:nowrap;backdrop-filter:blur(20px)}.landing-page .icon-success,.landing-page .pill-dot-icon{color:var(--success);flex-shrink:0}.landing-page .marketing-logo{display:inline-flex;align-items:center;width:104px;height:40px;flex-shrink:0}.landing-page .marketing-logo__image{display:block;width:104px;height:40px}.landing-page .landing-nav{position:fixed;top:0;left:0;right:0;z-index:100;background:transparent;border-bottom:1px solid transparent;transition:background .2s ease-out,border-color .2s ease-out}.landing-page main{padding-top:var(--nav-h)}.landing-page .landing-nav--scrolled{background:rgba(10,12,16,.78)}.landing-page .landing-nav--scrolled,.landing-page--product .landing-nav{border-bottom-color:var(--border);backdrop-filter:blur(14px) saturate(140%)}.landing-page--product .landing-nav{background:rgba(10,12,16,.88)}.landing-page[data-theme=light] .landing-nav--scrolled{background:rgba(250,250,247,.85)}.landing-page--product[data-theme=light] .landing-nav{background:rgba(250,250,247,.9)}.landing-page .landing-nav__inner{display:flex;align-items:center;justify-content:space-between;min-height:var(--nav-h);gap:16px}.landing-page .landing-nav__brand{display:inline-flex;align-items:center;gap:10px;min-width:0}.landing-page .nav-crumb{display:inline-flex;align-items:center;gap:9px;min-width:0}.landing-page .nav-crumb__slash{color:var(--fg-subtle);font-weight:300}.landing-page .nav-crumb__name{font-weight:600;font-size:14px;color:var(--fg-muted);white-space:nowrap}.landing-page .landing-nav__actions,.landing-page .nav-links{display:flex;align-items:center;gap:24px}.landing-page .landing-nav__actions{gap:12px}.landing-page .nav-link,.landing-page .nav-signin,.landing-page .pm-trigger{min-height:30px;line-height:1;font-weight:500;font-size:14px;color:var(--fg-muted);cursor:pointer;transition:color .1s ease-out}.landing-page .nav-link,.landing-page .nav-signin{display:inline-flex;align-items:center}.landing-page .nav-link:hover,.landing-page .nav-signin:hover,.landing-page .pm-trigger:hover{color:var(--fg-strong)}.landing-page .theme-tog{width:30px;height:30px;border-radius:6px;border:1px solid var(--border);display:inline-flex}.landing-page .mobile-menu-toggle,.landing-page .theme-tog{background:transparent;cursor:pointer;color:var(--fg-muted);align-items:center;justify-content:center}.landing-page .mobile-menu-toggle{display:none;width:34px;height:34px;border-radius:8px;border:1px solid var(--border);flex-direction:column;gap:5px}.landing-page .mobile-menu-toggle span{width:15px;height:1.5px;border-radius:999px;background:currentColor;transition:transform .16s ease-out,opacity .16s ease-out}.landing-page .landing-nav--menu-open .mobile-menu-toggle span:first-child{transform:translateY(3.25px) rotate(45deg)}.landing-page .landing-nav--menu-open .mobile-menu-toggle span:last-child{transform:translateY(-3.25px) rotate(-45deg)}.landing-page .mobile-nav{display:none}.landing-page .pm-wrap{position:relative;display:flex;align-items:center;min-height:30px}.landing-page .pm-trigger{background:transparent;border:0;gap:5px;padding:0}.landing-page .pm-caret,.landing-page .pm-trigger{display:inline-flex;align-items:center;justify-content:center}.landing-page .pm-caret{transition:transform .16s ease-out;opacity:.7}.landing-page .pm-caret svg{display:block}.landing-page .pm-caret--open{transform:rotate(180deg)}.landing-page .pm-panel{position:absolute;top:calc(100% + 12px);left:-12px;width:320px;padding:8px;background:var(--surface-solid);border:1px solid var(--border-strong);border-radius:var(--r-lg);box-shadow:0 24px 64px -24px rgba(0,0,0,.7);opacity:0;transform:translateY(-6px);pointer-events:none;transition:opacity .14s ease-out,transform .14s ease-out;z-index:60}.landing-page .pm-panel--open{opacity:1;transform:none;pointer-events:auto}.landing-page .eng-card__eyebrow,.landing-page .footer-col__title,.landing-page .metric__label,.landing-page .pm-label,.landing-page .uc-card__industry{font-family:var(--font-mono);font-size:12px;color:var(--fg-subtle);text-transform:uppercase;letter-spacing:.08em}.landing-page .pm-label{padding:8px 10px 6px}.landing-page .pm-item{display:flex;align-items:center;gap:12px;padding:9px 10px;border-radius:var(--r-md)}.landing-page .pm-item:hover{background:var(--surface-2)}.landing-page .pm-item--active,.landing-page .pm-item__here{background:var(--accent-soft)}.landing-page .pm-item__here{margin-left:8px;padding:1px 7px;border-radius:var(--r-pill);border:1px solid color-mix(in srgb,var(--accent) 30%,transparent);font-size:12px;font-weight:600;color:var(--accent-text)}.landing-page .pm-dot{width:8px;height:8px;border-radius:2.5px;background:var(--pc);flex-shrink:0;box-shadow:0 0 0 3px color-mix(in srgb,var(--pc) 18%,transparent)}.landing-page .pm-item__text{display:flex;flex-direction:column;min-width:0;flex:1}.landing-page .pm-item__name{font-weight:600;font-size:14px;color:var(--fg-strong)}.landing-page .pm-item__tag{font-family:var(--font-mono);font-size:12px;color:var(--fg-subtle)}.landing-page .pm-item__arrow{color:var(--fg-subtle);opacity:0;transform:translateX(-4px);transition:opacity .12s ease-out,transform .12s ease-out,color .12s ease-out}.landing-page .pm-item:hover .pm-item__arrow{opacity:1;transform:none;color:var(--accent-text)}.landing-page .pm-foot{display:flex;align-items:center;gap:5px;margin:6px 2px 2px;padding:10px 8px 4px;border-top:1px solid var(--border);font-weight:600;font-size:14px;color:var(--accent-text)}.landing-page .pill--accent{color:var(--accent-text);border-color:color-mix(in srgb,var(--accent) 28%,transparent);background:var(--accent-soft)}.landing-page .pill--success{color:var(--success);border-color:color-mix(in srgb,var(--success) 28%,transparent);background:var(--success-soft)}.landing-page .pill--neutral{color:var(--fg-muted)}.landing-page .copy-btn{border:0;background:transparent;color:var(--code-fg-dim);display:inline-flex;align-items:center;justify-content:center;gap:5px;font-size:12px;cursor:pointer}.landing-page .copy-btn:hover{color:var(--code-fg)}.landing-page .hero-section{padding-top:72px;padding-bottom:96px;overflow:hidden}.landing-page .hero-shell{position:relative;z-index:1}.landing-page .hero-orb--right{width:640px;height:640px;right:-240px;top:-200px;background:var(--orb-strong)}.landing-page .hero-orb--left{width:520px;height:520px;left:-200px;top:120px}.landing-page .hero-grid-2{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(0,1fr);gap:56px;align-items:center}.landing-page .codeblock,.landing-page .hero-code,.landing-page .hero-copy,.landing-page .hero-grid-2>*{min-width:0}.landing-page .faq-intro,.landing-page .final-cta__inner,.landing-page .footer-brand,.landing-page .hero-code,.landing-page .hero-copy{display:flex;flex-direction:column}.landing-page .hero-copy{gap:22px}.landing-page .hero-copy>.pill{align-self:flex-start;max-width:100%}.landing-page .hero-title{font-size:clamp(40px,4.6vw,60px);margin-top:4px;overflow-wrap:break-word}.landing-page .hero-lede{max-width:46ch}.landing-page .footer-meta,.landing-page .hero-chips,.landing-page .hero-cta,.landing-page .hero-subcta,.landing-page .pricing-note{display:flex;flex-wrap:wrap;align-items:center}.landing-page .hero-chips{gap:10px}.landing-page .vchip{display:inline-flex;align-items:center;gap:9px;min-height:40px;padding:8px 16px 8px 13px;border-radius:var(--r-pill);border:1px solid var(--border-strong);background:var(--surface);font-weight:600;font-size:14px;color:var(--fg)}.landing-page .vchip__dot{width:8px;height:8px;border-radius:3px}.landing-page .hero-cta{gap:12px;margin-top:4px}.landing-page .hero-subcta{gap:10px;color:var(--fg-muted)}.landing-page .hero-dot{flex:0 0 auto;width:4px;height:4px;border-radius:999px;background:currentColor;font-size:0;line-height:0}.landing-page .eng-card__link,.landing-page .footer-link:hover,.landing-page .hero-sales{color:var(--accent-text)}.landing-page .hero-sales{font-family:var(--font-mono);font-size:12px;font-weight:500;line-height:1}.landing-page .hero-trust{display:flex;align-items:center;flex-wrap:nowrap;gap:12px;margin-top:10px;padding-top:22px;border-top:1px solid var(--border);font-size:14px;color:var(--fg-muted)}.landing-page .hero-trust strong{color:var(--fg-strong)}.landing-page .hero-trust>span{white-space:nowrap}.landing-page .hero-trust__sep{width:1px;height:14px;background:var(--border-strong)}.landing-page .hero-code{gap:12px}.landing-page .hero-code__cap{font-size:12px;color:var(--fg-subtle);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.landing-page .codeblock{width:100%;max-width:100%;background:var(--code-bg);color:var(--code-fg);border-radius:var(--r-lg);border:1px solid var(--border-strong);overflow:hidden;font-family:var(--font-mono);font-size:12px;line-height:1.7}.landing-page .codeblock__chrome{display:flex;align-items:center;border-bottom:1px solid var(--border);background:var(--code-bg-2)}.landing-page .codeblock__copy,.landing-page .codeblock__tab{min-height:48px;padding:0 16px;display:inline-flex;align-items:center;font-family:var(--font-mono);font-size:12px;color:var(--code-fg-dim);background:transparent;border:0;border-right:1px solid var(--border);cursor:pointer}.landing-page .codeblock__tab--active{color:var(--code-fg);background:var(--code-bg);box-shadow:inset 0 2px var(--accent)}.landing-page .codeblock__copy:hover,.landing-page .codeblock__tab:hover{color:var(--code-fg);background:rgba(200,222,255,.06)}.landing-page .codeblock__copy{margin-left:auto;border-right:0;border-left:1px solid var(--border);font-size:12px}.landing-page .codeblock__copy-idle,.landing-page .codeblock__copy-ok{display:inline-flex;align-items:center;gap:5px}.landing-page .codeblock__copy-ok{color:var(--code-string)}.landing-page .codeblock__body{padding:18px 20px;height:420px;overflow:auto;white-space:pre}.landing-page .tok-key{color:var(--code-keyword)}.landing-page .tok-fn{color:var(--code-accent)}.landing-page .tok-str{color:var(--code-string)}.landing-page .tok-com,.landing-page .tok-mute{color:var(--code-fg-dim)}.landing-page .tok-flag{color:#ff9f84}.landing-page .codeblock__divider{margin:14px -20px;height:1px;background:var(--border)}.landing-page .codeblock__response-label{display:flex;gap:8px;font-size:12px;color:var(--code-fg-dim);text-transform:uppercase}.landing-page .resp-status{color:var(--code-string);font-weight:600}.landing-page .apis-grid,.landing-page .footer-stats,.landing-page .proof-quotes,.landing-page .uc-grid{display:grid;gap:16px}.landing-page .apis-grid{grid-template-columns:repeat(2,1fr)}.landing-page .eng-card,.landing-page .proof-q,.landing-page .ptier,.landing-page .ru__item,.landing-page .uc-card,.landing-page .vendor-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--r-lg)}.landing-page .vendor-card{display:flex;flex-direction:column;min-width:0;position:relative;overflow:hidden;padding:28px}.landing-page .vendor-card:before{content:"";position:absolute;inset:0 0 auto;height:3px;background:var(--vc)}.landing-page .vendor-card:after{content:"";position:absolute;inset:0;background:radial-gradient(120% 80% at 50% -10%,color-mix(in srgb,var(--vc) 10%,transparent) 0,transparent 60%);pointer-events:none}.landing-page .vendor-card>*{position:relative;z-index:1}.landing-page .vendor-card__top{display:flex;justify-content:space-between;margin-bottom:18px}.landing-page .ac-t,.landing-page .ru__k,.landing-page .sup-t,.landing-page .uc-card__title,.landing-page .vendor-card__name{font-weight:700;color:var(--fg-strong)}.landing-page .vendor-card__name{font-size:24px;line-height:1.1}.landing-page .vendor-card__tag{font-family:var(--font-mono);font-size:12px;color:var(--fg-subtle)}.landing-page .vendor-card__caps{list-style:none;margin:0 0 24px;padding:0;display:flex;flex-wrap:wrap;gap:12px 20px}.landing-page .vendor-card__caps li{display:inline-flex;align-items:center;gap:8px;font-size:14px;color:var(--fg);flex:1 1 calc(50% - 10px)}.landing-page .vendor-card__metrics{display:grid;grid-template-columns:auto 1fr;gap:24px;align-items:center;padding-top:20px;border-top:1px solid var(--border);margin-top:auto}.landing-page .vendor-card__cta{justify-self:end}.landing-page .metric__label{margin-bottom:6px}.landing-page .footer-stat__v,.landing-page .metric__value{font-family:var(--font-display);font-weight:600;color:var(--fg-strong)}.landing-page .metric__value{font-size:24px}.landing-page .metric__value span{font-family:var(--font-sans);font-size:14px;color:var(--fg-subtle);margin-left:2px}.landing-page .ask-band{margin-top:16px;padding:16px 22px;border:1px dashed var(--border-strong);border-radius:var(--r-lg);display:flex;align-items:center;gap:16px;flex-wrap:wrap;justify-content:space-between}.landing-page .ask-band .mono{color:var(--fg-muted)}.landing-page .ask-band span{color:var(--fg-strong)}.landing-page .pricing-section,.landing-page .surface-section{background:var(--surface-2)}.landing-page .cmp-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--r-lg);overflow:hidden}.landing-page .cmp-head,.landing-page .cmp-row{display:grid;grid-template-columns:minmax(220px,1.4fr) 1fr 1fr;align-items:center}.landing-page .cmp-head{padding:18px 28px;background:var(--surface-2);border-bottom:1px solid var(--border)}.landing-page .cmp-row{padding:16px 28px;border-top:1px solid var(--border)}.landing-page .cmp-row__metric{font-size:14px;color:var(--fg-strong)}.landing-page .cmp-row__col{display:inline-flex;align-items:center;gap:6px;font-size:14px}.landing-page .cmp-row__col--win{color:var(--fg-strong);font-weight:600}.landing-page .cmp-row__col--win svg{color:var(--success)}.landing-page .cmp-row__col--lose{color:var(--fg-muted)}.landing-page .cmp-tag{display:inline-flex;align-items:center;gap:8px;padding:6px 12px;border-radius:var(--r-pill);font-size:14px;font-weight:600;background:var(--surface-sunk);color:var(--fg-muted)}.landing-page .cmp-tag--hyper{background:var(--accent-soft);color:var(--accent-text)}.landing-page .cmp-tag__logo{display:block;width:12px;height:auto}.landing-page .cmp-foot{padding:18px 28px;border-top:1px solid var(--border);background:var(--surface-2);font-family:var(--font-mono);font-size:12px;color:var(--fg-muted)}.landing-page .pricing-section{overflow:hidden}.landing-page .pricing-section .container{position:relative;z-index:1}.landing-page .pricing-orb{width:760px;height:760px;left:50%;margin-left:-380px;top:-200px;opacity:.5}.landing-page .ak-pricing{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.landing-page .ptier{position:relative;display:flex;flex-direction:column;gap:20px;padding:30px 28px;border-color:var(--border-strong);border-radius:var(--r-xl)}.landing-page .ptier--hi{background:var(--accent-soft);border-color:color-mix(in srgb,var(--accent) 45%,transparent);box-shadow:0 24px 60px -30px color-mix(in srgb,var(--accent) 50%,transparent)}.landing-page .ptier__badge{position:absolute;top:-11px;left:28px;padding:4px 11px;border-radius:999px;background:var(--accent);color:#fff;font-weight:700;font-size:12px}.landing-page .ptier__name{display:inline-flex;align-items:center;gap:9px;font-weight:700;font-size:18px;color:var(--fg-strong)}.landing-page .ptier__name span{width:9px;height:9px;border-radius:3px}.landing-page .ptier__desc{font-size:14px;line-height:1.5;color:var(--fg-muted);margin-top:6px;min-height:40px}.landing-page .ptier__price{min-height:42px;display:flex;align-items:baseline;gap:8px;flex-wrap:wrap}.landing-page .ptier__price b{font-family:var(--font-display);font-weight:600;font-size:42px;line-height:1;color:var(--fg-strong)}.landing-page .ptier__desc,.landing-page .ptier__price span{color:var(--fg-muted)}.landing-page .ptier__rate{margin-top:-8px;font-family:var(--font-mono);font-size:12px;color:var(--accent-text)}.landing-page .ptier__rate--subtle{color:var(--fg-subtle)}.landing-page .ptier__seg{display:grid;grid-template-columns:repeat(4,1fr);gap:4px;padding:4px;border-radius:10px;background:var(--code-bg);border:1px solid var(--border-strong)}.landing-page[data-theme=light] .ptier__seg{background:#e9eef5}.landing-page .ptier__seg button{padding:9px 0;border-radius:7px;border:0;cursor:pointer;background:transparent;color:var(--fg-muted);font-weight:700;font-size:14px}.landing-page .ptier__seg button:hover{color:var(--fg-strong);background:rgba(200,222,255,.07)}.landing-page[data-theme=light] .ptier__seg button:hover{background:rgba(3,121,252,.08)}.landing-page .ptier__seg button.on{background:var(--accent);color:#fff}.landing-page .ptier>.btn,.landing-page .ptier>a.btn{width:100%}.landing-page .ptier__feats{display:flex;flex-direction:column;gap:12px;padding-top:20px;border-top:1px solid var(--border)}.landing-page .pfeat{display:flex;gap:11px;align-items:flex-start;font-size:14px;line-height:1.45;color:var(--feature-text)}.landing-page .pfeat__m{flex-shrink:0;width:20px;height:20px;border-radius:999px;display:flex;align-items:center;justify-content:center;margin-top:1px;background:var(--success-soft);color:#3fce7e}.landing-page .pfeat__m svg{width:12px;height:12px}.landing-page .pfeat__m--no{background:rgba(200,222,255,.05);color:var(--fg-subtle)}.landing-page[data-theme=light] .pfeat__m--no{background:rgba(11,13,16,.05);color:#697386}.landing-page .pfeat--strong{color:var(--feature-text);font-weight:inherit}.landing-page .pfeat--excluded{color:var(--fg-subtle)}.landing-page .pricing-note{margin-top:22px;justify-content:center;gap:11px;padding:16px 22px;border-radius:12px;background:var(--accent-soft);border:1px solid color-mix(in srgb,var(--accent) 22%,transparent);text-align:center;font-size:14px;color:var(--fg-muted)}.landing-page .pricing-note svg,.landing-page .ru__check{color:var(--success)}.landing-page .pricing-note b{color:var(--fg)}.landing-page .uc-grid{grid-template-columns:repeat(3,1fr)}.landing-page .eng-card,.landing-page .proof-q,.landing-page .ru__item,.landing-page .uc-card{padding:28px}.landing-page .uc-card__industry{margin-bottom:12px}.landing-page .uc-card__title{font-size:19px;line-height:1.25;margin-bottom:10px}.landing-page .ac-d,.landing-page .footer-tagline,.landing-page .ru__v,.landing-page .sup-d,.landing-page .uc-card__body{color:var(--fg-muted)}.landing-page .built-section,.landing-page .footer,.landing-page .proof-section,.landing-page .responsible-section{background:var(--surface)}.landing-page .ru{display:grid;grid-template-columns:minmax(300px,.85fr) minmax(0,1.35fr);gap:56px;align-items:center}.landing-page .ru__intro{display:flex;flex-direction:column;gap:18px;align-items:center;text-align:center}.landing-page .ru__title{font-size:clamp(34px,3.4vw,48px)}.landing-page .ru__links{display:flex;gap:10px;flex-wrap:wrap;justify-content:center}.landing-page .ru__grid{display:grid;grid-template-columns:repeat(2,minmax(260px,1fr));gap:18px;align-items:start}.landing-page .ru__item{display:flex;align-items:flex-start;gap:14px;padding:22px;border-color:var(--border-strong);min-height:0}.landing-page .ru__item>div:last-child{min-width:0}.landing-page .ru__check{width:28px;height:28px;border-radius:999px;flex-shrink:0;background:var(--success-soft);display:flex;align-items:center;justify-content:center}.landing-page .proof-quotes{grid-template-columns:repeat(3,1fr)}.landing-page .ru__v{line-height:1.55;overflow-wrap:anywhere}.landing-page .ru__email{color:var(--fg);font-weight:600}.landing-page .proof-q{position:relative;margin:0;background:radial-gradient(120% 80% at 0 0,color-mix(in srgb,var(--qc) 9%,transparent) 0,transparent 55%),var(--surface-2);border-color:var(--border-strong);border-radius:var(--r-xl);display:flex;flex-direction:column;gap:18px;overflow:hidden}.landing-page .proof-q:before{content:"";position:absolute;left:0;top:0;bottom:0;width:3px;background:var(--qc)}.landing-page .proof-q__mark{font-family:var(--font-display);font-size:64px;line-height:.6;height:30px;color:var(--qc)}.landing-page .proof-q__text{font-size:16px;line-height:1.6;color:var(--fg);flex:1}.landing-page .proof-q__cap{display:flex;align-items:center;gap:12px;padding-top:18px;border-top:1px solid var(--border)}.landing-page .proof-q__meta{display:flex;align-items:baseline;flex-wrap:wrap;gap:8px;min-width:0}.landing-page .proof-q__role{font-weight:700;color:var(--fg-strong)}.landing-page .proof-q__ind{color:var(--fg-muted)}.landing-page .proof-q__avatar{width:38px;height:38px;border-radius:999px;display:flex;align-items:center;justify-content:center;font-family:var(--font-display);color:#fff;background:color-mix(in srgb,var(--qc) 70%,#1a1f29)}.landing-page .eng-grid{display:grid;grid-template-columns:1.3fr 1fr;gap:16px}.landing-page .eng-card{display:flex;flex-direction:column;border-color:var(--border-strong)}.landing-page .eng-card__title{font-family:var(--font-display);font-weight:600;font-size:26px;line-height:1.08;color:var(--fg-strong);margin-bottom:8px}.landing-page .eng-card__eyebrow{display:block;margin-bottom:10px}.landing-page .eng-card__desc{font-size:16px;color:var(--fg-muted);line-height:1.6;margin-bottom:16px}.landing-page .ac-row,.landing-page .sdk-row,.landing-page .sup-row{display:grid;gap:14px;padding:13px 0;border-top:1px solid var(--border)}.landing-page .ac-row{grid-template-columns:32px 1fr}.landing-page .ac-n{width:26px;height:26px;border-radius:999px;border:1px solid var(--border-strong);background:var(--surface-sunk);display:flex;align-items:center;justify-content:center;color:var(--accent-text)}.landing-page .sup-row{grid-template-columns:36px 1fr}.landing-page .sup-row__icon{width:32px;height:32px;border-radius:var(--r-md);background:var(--accent-soft);color:var(--accent-text);display:flex;align-items:center;justify-content:center}.landing-page .eng-card__link{margin-top:auto;padding-top:18px;font-size:14px;font-weight:700;display:inline-flex;align-items:center;gap:6px;align-self:flex-start}.landing-page .harvey{padding:14px;background:var(--surface-sunk);border:1px solid var(--border);border-radius:var(--r-md);display:flex;flex-direction:column;gap:12px}.landing-page .harvey-msg__role{font-family:var(--font-mono);font-size:12px;text-transform:uppercase;letter-spacing:.1em;color:var(--fg-subtle)}.landing-page .harvey-msg__body{font-size:14px;color:var(--fg);line-height:1.55}.landing-page .harvey-msg--user .harvey-msg__body{color:var(--fg-muted)}.landing-page .harvey-msg__body code{font-family:var(--font-mono);font-size:12px;padding:1px 6px;background:var(--surface-2);border:1px solid var(--border);border-radius:4px}.landing-page .sdk-row{grid-template-columns:100px minmax(0,1fr) auto;align-items:center}.landing-page .sdk-lang{display:flex;align-items:center;gap:9px;font-weight:700;color:var(--fg-strong)}.landing-page .sdk-dot{width:8px;height:8px;border-radius:2px}.landing-page .sdk-cmd{color:var(--fg-muted);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.landing-page .sdk-copy{min-width:70px;height:30px;padding:0 10px;border:1px solid var(--border);border-radius:8px;background:var(--surface-sunk);color:var(--fg-subtle);display:inline-flex;align-items:center;justify-content:center;gap:5px;font-size:12px;cursor:pointer}.landing-page .sdk-copy:hover{color:var(--fg);border-color:var(--border-strong)}.landing-page .sdk-copy--ok{color:var(--success)}.landing-page .built-section{padding-top:72px;padding-bottom:72px}.landing-page .built-by{display:grid;grid-template-columns:1fr 390px;gap:56px;align-items:center}.landing-page .built-by__main{display:flex;flex-direction:column;gap:16px;align-items:center;text-align:center}.landing-page .built-by__line{font-family:var(--font-display);font-weight:500;font-size:clamp(22px,2.4vw,30px);line-height:1.35;color:var(--fg);max-width:44ch}.landing-page .built-by__line span{color:var(--fg-strong);font-weight:600}.landing-page .built-by__line .built-by__sub{color:var(--fg-muted);font-weight:500}.landing-page .built-by__links{display:flex;flex-direction:column;gap:8px}.landing-page .built-by__link{display:grid;grid-template-columns:16px 1fr auto;align-items:center;gap:12px;padding:15px 16px;background:var(--surface-2);border:1px solid var(--border-strong);border-radius:var(--r-md);font-weight:600;font-size:14px}.landing-page .built-by__meta{font-size:12px;color:var(--fg-subtle)}.landing-page .faq-grid{display:grid;grid-template-columns:320px 1fr;gap:64px}.landing-page .faq-intro{gap:16px;align-items:center;text-align:center}.landing-page .faq-title{font-size:clamp(28px,2.6vw,36px)}.landing-page .faq-item{border-bottom:1px solid var(--border)}.landing-page .faq-item:first-child{border-top:1px solid var(--border)}.landing-page .faq-q{width:100%;background:transparent;border:0;padding:22px 0;display:flex;align-items:center;justify-content:space-between;gap:16px;font-weight:700;font-size:18px;color:var(--fg-strong);text-align:left;cursor:pointer}.landing-page .faq-chev{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:999px;background:var(--surface);border:1px solid var(--border-strong);color:var(--fg-muted);transition:transform .2s ease-out}.landing-page .faq-chev--open{transform:rotate(180deg);color:var(--fg-strong)}.landing-page .faq-a{max-height:0;opacity:0;overflow:hidden;transition:max-height .28s ease-out,opacity .2s ease-out}.landing-page .faq-item--open .faq-a{max-height:420px;opacity:1}.landing-page .faq-a__inner{padding:0 0 22px;font-size:16px;line-height:1.6;color:var(--fg-muted)}.landing-page .final-cta{overflow:hidden;padding:120px 0}.landing-page .final-orb{width:720px;height:720px;left:50%;top:50%;transform:translate(-50%,-50%);background:var(--orb-strong)}.landing-page .final-cta .container{position:relative;z-index:1}.landing-page .final-cta__inner{gap:24px;align-items:center;text-align:center;max-width:760px;margin:0 auto}.landing-page .final-cta__inner .h-section{font-size:clamp(36px,4.8vw,56px)}.landing-page .final-cta__buttons{display:flex;gap:12px;flex-wrap:wrap;justify-content:center}.landing-page .final-cta__note{color:var(--fg-subtle);font-size:12px}.landing-page .footer{padding:0 0 36px;border-top:1px solid var(--border)}.landing-page .footer-stats{grid-template-columns:repeat(4,1fr);border-bottom:1px solid var(--border);gap:0}.landing-page .footer-stat{padding:32px 28px;border-right:1px solid var(--border)}.landing-page .footer-stat:last-child{border-right:0}.landing-page .footer-stat__v{font-size:clamp(26px,3vw,34px)}.landing-page .footer-stat__l{font-size:14px;color:var(--fg-muted)}.landing-page .footer-top{display:grid;grid-template-columns:300px 1fr;gap:64px;padding:56px 0 48px;border-bottom:1px solid var(--border)}.landing-page .footer-brand{gap:18px;align-items:flex-start}.landing-page .footer-tagline{font-size:14px;max-width:32ch}.landing-page .footer-socials{display:flex;gap:8px}.landing-page .footer-social__link{width:34px;height:34px;border-radius:6px;background:var(--surface);border:1px solid var(--border-strong);color:var(--fg-muted);display:inline-flex;align-items:center;justify-content:center}.landing-page .footer-cols{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}.landing-page .footer-col__title{margin-bottom:16px}.landing-page .footer-col__list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:11px}.landing-page .footer-link{display:inline-flex;align-items:center;gap:4px;font-size:14px;color:var(--fg)}.landing-page .footer-bottom{padding-top:24px}.landing-page .footer-meta{gap:8px;font-family:var(--font-mono);font-size:12px;color:var(--fg-subtle)}@media (max-width:1040px){.landing-page .ru{grid-template-columns:1fr;gap:36px}}@media (max-width:980px){.landing-page .apis-grid,.landing-page .hero-grid-2{grid-template-columns:1fr}.landing-page .ak-pricing{grid-template-columns:1fr;max-width:460px;margin:0 auto}}@media (max-width:920px){.landing-page .uc-grid{grid-template-columns:repeat(2,1fr)}.landing-page .built-by,.landing-page .footer-top{grid-template-columns:1fr;gap:40px}}@media (max-width:900px){.landing-page .proof-quotes{grid-template-columns:1fr}}@media (max-width:880px){.landing-page .landing-nav--menu-open,.landing-page .landing-nav--scrolled{background:rgba(10,12,16,.96);border-bottom-color:var(--border);backdrop-filter:blur(16px) saturate(150%)}.landing-page[data-theme=light] .landing-nav--menu-open,.landing-page[data-theme=light] .landing-nav--scrolled{background:rgba(250,250,247,.96)}.landing-page .nav-links,.landing-page .nav-signin{display:none}.landing-page .mobile-menu-toggle{display:inline-flex}.landing-page .mobile-nav{position:absolute;top:100%;left:0;right:0;display:block;max-height:0;overflow:hidden;opacity:0;pointer-events:none;background:rgba(10,12,16,.96);border-bottom:1px solid var(--border);box-shadow:0 22px 42px -28px rgba(0,0,0,.75);backdrop-filter:blur(16px) saturate(150%);transition:max-height .22s ease-out,opacity .16s ease-out}.landing-page[data-theme=light] .mobile-nav{background:rgba(250,250,247,.97);box-shadow:0 18px 34px -26px rgba(0,0,0,.28)}.landing-page .mobile-nav--open{max-height:calc(100vh - var(--nav-h));opacity:1;pointer-events:auto;overflow-y:auto}.landing-page .mobile-nav__inner{padding-top:14px;padding-bottom:18px}.landing-page .mobile-nav__label{font-family:var(--font-mono);font-size:12px;color:var(--fg-subtle);text-transform:uppercase;letter-spacing:.08em;margin:10px 0 8px}.landing-page .mobile-nav__links,.landing-page .mobile-nav__products{display:grid;gap:8px}.landing-page .mobile-nav__links a,.landing-page .mobile-nav__product{display:flex;align-items:center;min-height:44px;padding:10px 12px;border-radius:var(--r-md);background:var(--surface);border:1px solid var(--border);color:var(--fg)}.landing-page .mobile-nav__product{gap:12px}.landing-page .mobile-nav__product--active{border-color:color-mix(in srgb,var(--accent) 35%,var(--border));background:var(--accent-soft)}.landing-page .mobile-nav__product span:last-child{display:flex;flex-direction:column;gap:3px;min-width:0}.landing-page .mobile-nav__product span span{font-weight:700;color:var(--fg-strong)}.landing-page .mobile-nav__product small{font-family:var(--font-mono);font-size:12px;color:var(--fg-subtle)}.landing-page .mobile-nav__links a{justify-content:space-between;font-weight:600}.landing-page .mobile-nav__primary{background:var(--accent)!important;border-color:var(--accent)!important;color:#fff!important}.landing-page .eng-grid,.landing-page .faq-grid{grid-template-columns:1fr}}@media (max-width:760px){.landing-page .cmp-head{display:none}.landing-page .cmp-row{grid-template-columns:1fr;gap:10px;padding:18px}.landing-page .cmp-row__metric{padding-bottom:4px;font-size:16px}.landing-page .cmp-row__col{display:grid;grid-template-columns:minmax(130px,.65fr) auto 1fr;gap:8px;padding:10px 12px;border-radius:var(--r-md);background:var(--surface-2)}.landing-page .cmp-row__col:before{content:attr(data-label);color:var(--fg-muted);font-weight:600}}@media (max-width:700px){.landing-page .footer-stats{grid-template-columns:repeat(2,1fr)}.landing-page .footer-stat:nth-child(2n){border-right:0}.landing-page .footer-stat:nth-child(n+3){border-top:1px solid var(--border)}.landing-page .footer-cols{grid-template-columns:1fr 1fr}}@media (max-width:640px){.landing-page{--gutter:22px}.landing-page .landing-nav__inner{min-height:60px}.landing-page .landing-nav__actions{gap:8px}.landing-page .landing-nav__actions .btn{max-width:138px;padding:0 12px;overflow:hidden;text-overflow:ellipsis}.landing-page .hero-section{padding-top:56px}.landing-page .hero-title{font-size:clamp(34px,10vw,42px)}.landing-page .lede{font-size:18px}.landing-page .hero-chips{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.landing-page .vchip{justify-content:center;padding-inline:10px}.landing-page .hero-trust{flex-wrap:wrap;font-size:14px}.landing-page .hero-trust__sep{display:none}.landing-page .codeblock__chrome{overflow-x:auto}.landing-page .codeblock{font-size:12px}.landing-page .codeblock__copy,.landing-page .codeblock__tab{min-height:44px;padding-left:12px;padding-right:12px}.landing-page .codeblock__body{height:380px}.landing-page .hero-code__cap{white-space:normal}.landing-page .footer-cols,.landing-page .ru__grid,.landing-page .uc-grid{grid-template-columns:1fr}}@media (max-width:600px){.landing-page .vendor-card__metrics{grid-template-columns:1fr;gap:14px}.landing-page .vendor-card__cta{justify-self:stretch;width:100%}.landing-page .final-cta__buttons,.landing-page .hero-cta{width:100%}.landing-page .final-cta__buttons .btn,.landing-page .hero-cta .btn{flex:1 1 100%}}