a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{margin:0;padding:0;border:0;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}*,:after,:before{box-sizing:border-box}:root{--site-bg:#ffffff;--site-surface:#fbfbfd;--site-surface-strong:#f5f5f7;--site-text:#101010;--site-muted:#6e6e73;--site-border:rgba(16,16,16,0.08);--site-border-strong:rgba(16,16,16,0.14);--site-blue:#0071e3;--site-blue-hover:#0062c4;--site-blue-soft:rgba(0,113,227,0.08);--site-shadow:0 24px 64px rgba(15,23,42,0.08);--site-shadow-lg:0 36px 100px rgba(15,23,42,0.14);--radius-sm:14px;--radius-md:22px;--radius-lg:36px;--radius-pill:999px;--container:1200px;--copy:760px;--header-height:84px;--font-main:"Helvetica Neue",Helvetica,Arial,sans-serif}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{line-height:1;font-family:var(--font-main);background:radial-gradient(circle at top,rgba(80,144,255,.08),transparent 30%),linear-gradient(180deg,#ffffff,#fbfbfd 55%,#ffffff);color:var(--site-text);overflow-x:hidden}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:"";content:none}table{border-collapse:collapse;border-spacing:0}img,video{display:block;max-width:100%;height:auto}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit;color:inherit}button{background:none;border:0;cursor:pointer}main{display:block}.wrapper{min-height:100vh;display:flex;flex-direction:column}.main{flex:1 1;padding-top:var(--header-height)}.container{width:min(var(--container),calc(100% - 48px));margin:0 auto}.copy-container{width:min(var(--copy),100%)}.eyebrow{display:inline-flex;align-items:center;gap:10px;padding:10px 16px;border-radius:var(--radius-pill);border:1px solid var(--site-border);background:rgba(255,255,255,.8);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);font-size:13px;font-weight:500;color:var(--site-muted);letter-spacing:.02em}.title-display{font-size:clamp(3.4rem,7vw,7rem);line-height:.95;letter-spacing:-.06em;font-weight:700}.title-xl{font-size:clamp(2.8rem,5vw,4.8rem);line-height:.98;letter-spacing:-.05em;font-weight:700}.title-lg{font-size:clamp(2rem,4vw,3.4rem);line-height:1.02;letter-spacing:-.04em;font-weight:700}.title-md{font-size:clamp(1.5rem,3vw,2.25rem);line-height:1.08;letter-spacing:-.03em;font-weight:700}.body-lg{font-size:clamp(1.1rem,1.9vw,1.55rem);line-height:1.55}.body-lg,.body-md{color:var(--site-muted)}.body-md{font-size:1.06rem;line-height:1.72}.body-sm{font-size:.95rem;line-height:1.6;color:var(--site-muted)}.button-row{display:flex;flex-wrap:wrap;gap:14px}.button{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 22px;border-radius:var(--radius-pill);font-size:.98rem;font-weight:600;transition:transform .2s ease,background-color .2s ease,border-color .2s ease,color .2s ease,box-shadow .2s ease}.button:hover{transform:translateY(-1px)}.button:disabled{opacity:.6;cursor:not-allowed;transform:none}.button-primary{background:var(--site-blue);color:#ffffff;box-shadow:0 14px 32px rgba(0,113,227,.22)}.button-primary:hover{background:var(--site-blue-hover)}.button-secondary{border:1px solid var(--site-border);background:rgba(255,255,255,.88);color:var(--site-text)}.button-secondary:hover{border-color:var(--site-border-strong)}.text-link{color:var(--site-blue)}.text-link:hover{color:var(--site-blue-hover)}@media (max-width:900px){:root{--header-height:74px}.container{width:min(var(--container),calc(100% - 32px))}}.site-header{position:fixed;inset:0 0 auto 0;z-index:1000;background:rgba(255,255,255,.76);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-bottom:1px solid rgba(16,16,16,.06)}.site-header__inner{min-height:var(--header-height);display:flex;align-items:center;justify-content:space-between;gap:24px}.site-brand{display:inline-flex;align-items:center;gap:12px;font-size:1.15rem;font-weight:600;letter-spacing:-.03em}.site-brand img{width:22px;height:22px;border-radius:7px}.site-nav{display:flex;align-items:center;gap:10px}.site-nav__link{display:inline-flex;align-items:center;justify-content:center;min-height:40px;padding:0 14px;border-radius:var(--radius-pill);font-size:.95rem;color:var(--site-muted);transition:background-color .2s ease,color .2s ease}.site-nav__link:hover,.site-nav__link[aria-current=page]{color:var(--site-text);background:rgba(16,16,16,.04)}.site-nav__link--buy{min-height:42px;padding:0 18px;background:var(--site-blue);color:#ffffff;box-shadow:0 12px 30px rgba(0,113,227,.24)}.site-nav__link--buy:hover,.site-nav__link--buy[aria-current=page]{color:#ffffff;background:var(--site-blue-hover)}.site-nav__toggle{display:none;width:42px;height:42px;border-radius:50%;border:1px solid var(--site-border);background:rgba(255,255,255,.92);color:var(--site-text);font-size:1.2rem}.footer{padding:34px 0 56px}.footer__inner{display:flex;justify-content:space-between;align-items:center;gap:18px;padding-top:24px;border-top:1px solid var(--site-border)}.footer__brand{font-size:.92rem;color:var(--site-muted)}.footer__links{display:flex;flex-wrap:wrap;gap:18px;justify-content:center}.footer__links a{font-size:.92rem;color:var(--site-muted)}.footer__links a:hover{color:var(--site-text)}.marketing-page{padding-bottom:40px}.section-shell{padding:56px 0}.section-shell--soft{background:linear-gradient(180deg,rgba(245,245,247,.85),rgba(255,255,255,0))}.section-shell--tight{padding-top:32px}.hero-shell{padding-top:42px}.hero-header{max-width:1060px;margin:0 auto 52px;text-align:center}.hero-header .eyebrow,.hero-header .title-display{margin-bottom:24px}.hero-header .body-lg{max-width:760px;margin:0 auto}.hero-header .button-row{justify-content:center;margin-top:32px}.section-intro{max-width:900px;margin-bottom:40px}.section-intro--center{margin-left:auto;margin-right:auto;text-align:center}.section-kicker{font-size:.9rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--site-blue)}.section-intro .title-lg,.section-intro .title-md,.section-intro .title-xl,.section-kicker{margin-bottom:18px}.split-layout{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(320px,.75fr);grid-gap:54px;gap:54px;align-items:center}.split-layout--reverse{grid-template-columns:minmax(320px,.75fr) minmax(0,1.25fr)}.split-layout--reverse .split-layout__media{order:2}.split-layout--reverse .split-layout__copy{order:1}.content-stack{display:grid;grid-gap:18px;gap:18px}.feature-list{display:grid;grid-gap:14px;gap:14px;margin-top:28px}.feature-list li{display:flex;gap:12px;align-items:flex-start;font-size:1rem;line-height:1.7;color:var(--site-muted)}.feature-list strong{color:var(--site-text)}.list-marker{flex:0 0 auto;width:24px;height:24px;border-radius:50%;background:var(--site-blue-soft);color:var(--site-blue);display:inline-flex;align-items:center;justify-content:center;font-size:.78rem;font-weight:700;margin-top:2px}.device-mockup{display:grid;grid-gap:14px;gap:14px}.device-mockup__frame{position:relative;border-radius:38px;padding:16px;background:linear-gradient(180deg,#2e2e30,#161617);box-shadow:var(--site-shadow-lg)}.device-mockup__frame:before{content:"";position:absolute;inset:12px;border-radius:28px;border:1px solid rgba(255,255,255,.08);pointer-events:none}.device-mockup__camera{position:absolute;top:12px;left:50%;width:76px;height:7px;transform:translateX(-50%);border-radius:999px;background:rgba(0,0,0,.72);z-index:2}.device-mockup__screen{overflow:hidden;border-radius:28px;background:linear-gradient(180deg,#f3f4f7,#ffffff);aspect-ratio:4/3}.device-mockup--portrait .device-mockup__screen{aspect-ratio:3/4}.device-mockup__screen img{width:100%;height:100%;object-fit:cover}.device-mockup__screen--contain img{object-fit:contain;background:#f5f5f7}.device-mockup__meta{display:flex;justify-content:space-between;align-items:center;gap:16px}.device-mockup__caption,.device-mockup__label{font-size:.9rem;color:var(--site-muted)}.device-mockup__label{font-weight:600;color:var(--site-text)}.content-card,.detail-card,.empty-state,.feature-card,.form-shell,.legal-block,.pricing-card,.showcase-panel,.status-panel{border:1px solid var(--site-border);border-radius:var(--radius-lg);background:rgba(255,255,255,.9);box-shadow:var(--site-shadow)}.content-card,.detail-card,.empty-state,.form-shell,.legal-block,.status-panel{padding:28px}.content-card h3,.detail-card h3,.legal-block h3,.status-panel h3{margin-bottom:12px}.content-card p,.detail-card p,.legal-block li,.legal-block p,.status-panel p{font-size:1rem;line-height:1.75;color:var(--site-muted)}.detail-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:18px;gap:18px}.feature-card-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:18px;gap:18px}.feature-card{padding:28px;min-height:210px}.mini-label{display:inline-flex;align-items:center;justify-content:center;min-width:46px;height:32px;border-radius:12px;background:#ffd24d;color:#222222;font-size:.82rem;font-weight:700;margin-bottom:24px}.feature-card h3{font-size:1.45rem;line-height:1.08;letter-spacing:-.03em;margin-bottom:12px}.feature-card p{font-size:1rem;line-height:1.72;color:var(--site-muted)}.showcase-panel{padding:18px;background:radial-gradient(circle at top,rgba(0,113,227,.08),transparent 36%),rgba(255,255,255,.92)}.cta-banner{padding:34px;border-radius:var(--radius-lg);border:1px solid var(--site-border);background:linear-gradient(135deg,rgba(255,255,255,.95),rgba(245,245,247,.92));box-shadow:var(--site-shadow);display:flex;justify-content:space-between;align-items:center;gap:28px}.cta-banner__copy{max-width:640px}.cta-banner__copy h2{margin-bottom:12px}.pricing-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:20px;gap:20px;align-items:stretch}.pricing-card{padding:40px 34px;display:flex;flex-direction:column;gap:24px;transition:transform .3s cubic-bezier(.16,1,.3,1),box-shadow .3s ease,border-color .3s ease;position:relative;height:100%}.pricing-card:hover{transform:translateY(-4px);box-shadow:0 20px 40px rgba(0,0,0,.08);border-color:rgba(16,16,16,.12)}.pricing-card--featured{border-color:var(--site-blue);background:#ffffff;box-shadow:0 10px 30px rgba(0,113,227,.12)}.pricing-card--featured:hover{border-color:var(--site-blue-hover);box-shadow:0 20px 50px rgba(0,113,227,.18)}.pricing-badge{position:absolute;top:16px;right:16px;padding:6px 12px;border-radius:var(--radius-pill);background:var(--site-blue);color:#ffffff;font-size:.7rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase}.price-row{display:flex;align-items:flex-end;gap:10px}.price-row strong{font-size:clamp(3rem,6vw,4.6rem);line-height:.95;letter-spacing:-.05em}.price-row span{padding-bottom:8px;font-size:.95rem;color:var(--site-muted)}.card-list{display:grid;grid-gap:12px;gap:12px}.card-list li{position:relative;padding-left:26px;font-size:1rem;line-height:1.7;color:var(--site-muted)}.card-list li:before{content:"✓";position:absolute;left:0;top:0;color:var(--site-blue);font-weight:800;font-size:1rem}.status-pill{display:inline-flex;align-items:center;gap:8px;padding:10px 14px;border-radius:var(--radius-pill);background:var(--site-surface);border:1px solid var(--site-border);font-size:.92rem;color:var(--site-muted)}.status-pill__dot{width:8px;height:8px;border-radius:50%;background:#2ac769}.status-grid{display:grid;grid-gap:18px;gap:18px}.license-code{display:block;margin-top:16px;padding:20px;border-radius:var(--radius-md);background:var(--site-surface);border:1px solid var(--site-border);font-size:clamp(1rem,2vw,1.5rem);letter-spacing:.12em;font-weight:700;overflow-wrap:anywhere}.form-shell{max-width:700px}.form-grid{display:grid;grid-gap:18px;gap:18px}.field{display:grid;grid-gap:8px;gap:8px}.field label{font-size:.92rem;font-weight:600;color:var(--site-text)}.field input,.field select,.field textarea{width:100%;min-height:50px;padding:0 16px;border-radius:var(--radius-sm);border:1px solid var(--site-border);background:#ffffff;outline:none;transition:border-color .2s ease,box-shadow .2s ease}.field textarea{min-height:140px;padding:14px 16px;resize:vertical}.field input:focus,.field select:focus,.field textarea:focus{border-color:rgba(0,113,227,.35);box-shadow:0 0 0 4px rgba(0,113,227,.08)}.message{margin-top:18px;padding:14px 16px;border-radius:var(--radius-md);font-size:.96rem;line-height:1.65}.message--success{background:rgba(42,199,105,.08);color:#207548}.message--error{background:rgba(255,69,58,.08);color:#b42318}.legal-layout{max-width:900px;display:grid;grid-gap:18px;gap:18px}.legal-block ol,.legal-block ul{display:grid;grid-gap:12px;gap:12px;margin-top:18px}.legal-block strong{color:var(--site-text)}.legal-meta{font-size:.92rem;color:var(--site-muted)}.empty-state{max-width:760px;text-align:center;margin:0 auto}.empty-state .button-row{justify-content:center;margin-top:26px}.hero-rail{display:flex;justify-content:center;gap:12px;flex-wrap:wrap;margin-top:22px}.hero-rail__item{padding:10px 14px;border-radius:var(--radius-pill);background:rgba(255,255,255,.88);border:1px solid var(--site-border);font-size:.9rem;color:var(--site-muted)}.stat-row{display:flex;flex-wrap:wrap;gap:14px;margin-top:28px}.stat-chip{min-width:150px;padding:16px 18px;border-radius:var(--radius-md);border:1px solid var(--site-border);background:rgba(255,255,255,.88)}.stat-chip strong{display:block;margin-bottom:4px;font-size:1.15rem;letter-spacing:-.03em}.stat-chip span{font-size:.9rem;color:var(--site-muted)}.steps-list{display:grid;grid-gap:14px;gap:14px}.steps-list li{display:grid;grid-template-columns:30px 1fr;grid-gap:14px;gap:14px;align-items:start}.steps-list__number{width:30px;height:30px;border-radius:50%;background:var(--site-blue-soft);color:var(--site-blue);display:inline-flex;align-items:center;justify-content:center;font-size:.88rem;font-weight:700}@media (max-width:1080px){.detail-grid,.feature-card-grid,.pricing-grid,.split-layout,.split-layout--reverse{grid-template-columns:1fr}.split-layout--reverse .split-layout__copy,.split-layout--reverse .split-layout__media{order:0}.cta-banner{align-items:flex-start}.cta-banner,.footer__inner{flex-direction:column}}@media (max-width:900px){.site-nav__toggle{display:inline-flex;align-items:center;justify-content:center}.site-nav{position:absolute;top:calc(100% + 10px);right:16px;left:16px;display:none;padding:14px;border-radius:24px;border:1px solid var(--site-border);background:rgba(255,255,255,.94);box-shadow:var(--site-shadow);flex-direction:column;align-items:stretch}.site-nav.is-open{display:flex}.site-nav__link{justify-content:flex-start}.site-nav__link--buy{justify-content:center}.section-shell{padding:44px 0}.hero-shell{padding-top:24px}.content-card,.detail-card,.empty-state,.feature-card,.form-shell,.legal-block,.pricing-card,.status-panel{padding:24px}}@media (max-width:640px){.hero-header{margin-bottom:36px}.device-mockup__frame{padding:12px;border-radius:28px}.device-mockup__frame:before{inset:9px;border-radius:22px}.device-mockup__screen{border-radius:22px}.hero-rail__item,.status-pill{width:100%;justify-content:center}}