.site-header{position:sticky;top:0;z-index:100;background:#fcfcfdd9;-webkit-backdrop-filter:saturate(180%) blur(12px);backdrop-filter:saturate(180%) blur(12px);border-bottom:1px solid var(--bg-border)}.site-header__inner{display:flex;align-items:center;justify-content:space-between;height:68px;gap:var(--space-3)}.site-header__brand{display:inline-flex;align-items:center;gap:var(--space-2);flex-shrink:0}.site-header__divider{width:1px;height:20px;background:var(--bg-border)}.site-header__product{font-weight:600;color:var(--content-high);font-size:var(--fs-small);letter-spacing:-.01em}.site-header__nav{display:none;gap:var(--space-4)}.site-header__link{font-size:var(--fs-small);font-weight:500;color:var(--content-mid);transition:color .18s ease}.site-header__link:hover{color:var(--content-high)}.site-header__cta{font-size:var(--fs-small);padding:9px 18px}@media (min-width: 900px){.site-header__nav{display:inline-flex}}.hero{padding-block:var(--space-3) var(--space-6);background:radial-gradient(120% 120% at 100% 0%,rgba(233,28,17,.05) 0%,transparent 55%),var(--bg-base);overflow:hidden}.hero__inner{display:grid;gap:var(--space-8);align-items:center}.hero__title{font-size:var(--fs-display);font-weight:700;margin-bottom:var(--space-3);max-width:16ch}.hero__lead{font-size:var(--fs-lead);color:var(--content-mid);max-width:52ch;margin-bottom:var(--space-3)}.hero__actions{display:flex;flex-wrap:wrap;gap:var(--space-2);margin-bottom:var(--space-3)}.hero__badges{display:flex;flex-wrap:wrap;gap:var(--space-2);list-style:none}.hero__badges li{font-size:var(--fs-small);font-weight:500;color:var(--content-mid);background:var(--bg-highlight);border:1px solid var(--bg-border);border-radius:999px;padding:6px 14px}.hero__browser{border-radius:var(--radius);background:var(--content-high);box-shadow:var(--shadow-lg);overflow:hidden;border:1px solid var(--bg-border)}.hero__browser-bar{display:flex;gap:6px;padding:10px 14px;background:var(--content-high)}.hero__dot{width:10px;height:10px;border-radius:50%;background:#fcfcfd40}.hero__browser img{width:100%;height:auto;display:block}@media (min-width: 960px){.hero__inner{grid-template-columns:1.05fr 1fr;gap:var(--space-6)}}.pillars__grid{list-style:none;display:grid;gap:var(--space-3);margin-top:var(--space-6);grid-template-columns:1fr}.pillars__card{background:var(--bg-base);border:1px solid var(--bg-border);border-radius:var(--radius);padding:var(--space-4);box-shadow:var(--shadow-sm);transition:box-shadow .2s ease,transform .2s ease;position:relative}.pillars__card:before{content:"";position:absolute;top:var(--space-4);left:0;width:3px;height:28px;background:var(--brand);border-radius:0 3px 3px 0}.pillars__card:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}.pillars__card-title{font-size:var(--fs-h3);margin-bottom:var(--space-1)}.pillars__card-body{font-size:var(--fs-body);color:var(--content-mid)}@media (min-width: 640px){.pillars__grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){.pillars__grid{grid-template-columns:repeat(4,1fr)}}.howitworks{background:var(--bg-highlight)}.howitworks__steps{list-style:none;counter-reset:step;display:grid;gap:var(--space-3);margin-top:var(--space-6);grid-template-columns:1fr}.howitworks__step{display:flex;gap:var(--space-3);align-items:flex-start;background:var(--bg-base);border:1px solid var(--bg-border);border-radius:var(--radius);padding:var(--space-4)}.howitworks__num{font-size:1.75rem;font-weight:700;color:var(--brand);line-height:1;font-variant-numeric:tabular-nums;flex-shrink:0}.howitworks__step-title{font-size:var(--fs-h3);margin-bottom:var(--space-1)}.howitworks__step-body{color:var(--content-mid)}@media (min-width: 900px){.howitworks__steps{grid-template-columns:repeat(3,1fr)}.howitworks__step{flex-direction:column}}.security__grid{list-style:none;display:grid;gap:var(--space-4);margin-top:var(--space-6);grid-template-columns:1fr}.security__item{display:flex;gap:var(--space-2);align-items:flex-start}.security__check{flex-shrink:0;width:28px;height:28px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;background:#2094641f;color:var(--success);font-weight:700;font-size:.9rem}.security__item-title{font-size:var(--fs-h3);margin-bottom:4px}.security__item-body{color:var(--content-mid)}@media (min-width: 800px){.security__grid{grid-template-columns:repeat(2,1fr);gap:var(--space-6) var(--space-8)}}.screenshots__grid{display:grid;gap:var(--space-4);margin-top:var(--space-6);grid-template-columns:1fr}.screenshots__item{border:1px solid var(--bg-border);border-radius:var(--radius);overflow:hidden;background:var(--bg-base);box-shadow:var(--shadow-sm);transition:box-shadow .2s ease,transform .2s ease}.screenshots__item:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}.screenshots__item img{width:100%;height:auto;border-bottom:1px solid var(--bg-border)}.screenshots__item figcaption{display:flex;flex-direction:column;gap:4px;padding:var(--space-2) var(--space-3) var(--space-3)}.screenshots__caption{font-size:var(--fs-body);font-weight:600;color:var(--content-high)}.screenshots__desc{font-size:var(--fs-small);color:var(--content-mid)}@media (min-width: 900px){.screenshots__grid{grid-template-columns:repeat(3,1fr)}}.cta{background:var(--bg-dark);color:var(--content-onhigh);padding-block:var(--space-8)}.cta__inner{display:grid;gap:var(--space-4);align-items:center}.cta__title{color:var(--content-onhigh);font-size:var(--fs-h2);margin-bottom:var(--space-1)}.cta__lead{color:#fcfcfdb8;max-width:52ch}.cta__actions{display:flex;flex-wrap:wrap;gap:var(--space-2)}@media (min-width: 860px){.cta__inner{grid-template-columns:1fr auto;gap:var(--space-8)}}.site-footer{background:var(--bg-dark);color:#fcfcfdb8;border-top:1px solid rgba(252,252,253,.08);padding-block:var(--space-8) var(--space-4)}.site-footer__top{display:grid;gap:var(--space-6);padding-bottom:var(--space-6)}.site-footer__tagline{margin-top:var(--space-2);font-size:var(--fs-small);max-width:42ch}.site-footer__nav{display:flex;flex-wrap:wrap;gap:var(--space-2) var(--space-4);align-content:start}.site-footer__nav a{font-size:var(--fs-small);font-weight:500;transition:color .18s ease}.site-footer__nav a:hover{color:var(--content-onhigh)}.site-footer__funding{border-top:1px solid rgba(252,252,253,.08);border-bottom:1px solid rgba(252,252,253,.08);padding-block:var(--space-4);display:grid;gap:var(--space-3)}.site-footer__funding-note{font-size:var(--fs-small);color:#fcfcfd8f}.site-footer__funding-logos{display:flex;flex-wrap:wrap;align-items:center;gap:var(--space-4)}.site-footer__funding-logo{height:52px;width:auto;background:var(--content-onhigh);border-radius:var(--radius-sm);padding:8px 12px;object-fit:contain}.site-footer__bottom{display:flex;flex-wrap:wrap;justify-content:space-between;gap:var(--space-2);padding-top:var(--space-4);font-size:var(--fs-small);color:#fcfcfd80}@media (min-width: 800px){.site-footer__top{grid-template-columns:1.4fr 1fr}.site-footer__funding{grid-template-columns:1fr auto;align-items:center}}:root{--brand: #e91c11;--brand-hover: #c4160d;--content-high: #18181b;--content-mid: #626266;--content-low: #8f8f91;--content-onhigh: #fcfcfd;--bg-base: #fcfcfd;--bg-highlight: #f2f2f2;--bg-border: #e6e6e6;--bg-dark: #18181b;--success: #209464;--info: #0f7ea0;--font-sans: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;--fs-display: clamp(2.25rem, 1.5rem + 3vw, 3.5rem);--fs-h2: clamp(1.5rem, 1.2rem + 1.4vw, 2rem);--fs-h3: 1.375rem;--fs-lead: 1.125rem;--fs-body: 1rem;--fs-small: .875rem;--space-1: 8px;--space-2: 16px;--space-3: 24px;--space-4: 32px;--space-6: 48px;--space-8: 64px;--space-12: 96px;--maxw: 1120px;--radius: 12px;--radius-sm: 8px;--shadow-sm: 0 1px 2px rgba(24, 24, 27, .06);--shadow-md: 0 8px 24px rgba(24, 24, 27, .08);--shadow-lg: 0 20px 48px rgba(24, 24, 27, .12)}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(./inter-cyrillic-ext-400-normal-tyfMZHQw.woff2) format("woff2"),url(./inter-cyrillic-ext-400-normal-CzG7Kr3z.woff) format("woff");unicode-range:U+0460-052F,U+1C80-1C88,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(./inter-cyrillic-400-normal-Df6ckaLK.woff2) format("woff2"),url(./inter-cyrillic-400-normal-JrS_4yms.woff) format("woff");unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(./inter-greek-ext-400-normal-CIdlr5YK.woff2) format("woff2"),url(./inter-greek-ext-400-normal-_Rr29XE2.woff) format("woff");unicode-range:U+1F00-1FFF}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(./inter-greek-400-normal-DQXyrmoy.woff2) format("woff2"),url(./inter-greek-400-normal-DvIPHDQ7.woff) format("woff");unicode-range:U+0370-0377,U+037A-037F,U+0384-038A,U+038C,U+038E-03A1,U+03A3-03FF}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(./inter-vietnamese-400-normal-Cnt0N5Vm.woff2) format("woff2"),url(./inter-vietnamese-400-normal-DIOGfGLL.woff) format("woff");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(./inter-latin-ext-400-normal-D3W-OpO-.woff2) format("woff2"),url(./inter-latin-ext-400-normal-8tIzm-yw.woff) format("woff");unicode-range:U+0100-02AF,U+0304,U+0308,U+0329,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(./inter-latin-400-normal-BT1H-PT_.woff2) format("woff2"),url(./inter-latin-400-normal-Cdi8t5Mu.woff) format("woff");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:500;src:url(./inter-cyrillic-ext-500-normal-DOnSzjnx.woff2) format("woff2"),url(./inter-cyrillic-ext-500-normal-Xebo2OyJ.woff) format("woff");unicode-range:U+0460-052F,U+1C80-1C88,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:500;src:url(./inter-cyrillic-500-normal-BRrLR67x.woff2) format("woff2"),url(./inter-cyrillic-500-normal-DskEQOpE.woff) format("woff");unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:500;src:url(./inter-greek-ext-500-normal-2pdUafRD.woff2) format("woff2"),url(./inter-greek-ext-500-normal-Dtavx3qw.woff) format("woff");unicode-range:U+1F00-1FFF}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:500;src:url(./inter-greek-500-normal-CmOavsDc.woff2) format("woff2"),url(./inter-greek-500-normal-BjpBGs91.woff) format("woff");unicode-range:U+0370-0377,U+037A-037F,U+0384-038A,U+038C,U+038E-03A1,U+03A3-03FF}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:500;src:url(./inter-vietnamese-500-normal-5IkPJ6Nk.woff2) format("woff2"),url(./inter-vietnamese-500-normal-0i6yoQMg.woff) format("woff");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:500;src:url(./inter-latin-ext-500-normal-B9u8Q_zH.woff2) format("woff2"),url(./inter-latin-ext-500-normal-SuUkSNTU.woff) format("woff");unicode-range:U+0100-02AF,U+0304,U+0308,U+0329,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:500;src:url(./inter-latin-500-normal-kWhwEdDH.woff2) format("woff2"),url(./inter-latin-500-normal-D4I8BKCx.woff) format("woff");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(./inter-cyrillic-ext-600-normal-DpA2xaRd.woff2) format("woff2"),url(./inter-cyrillic-ext-600-normal-KAwcVx6H.woff) format("woff");unicode-range:U+0460-052F,U+1C80-1C88,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(./inter-cyrillic-600-normal-DDpWG8g5.woff2) format("woff2"),url(./inter-cyrillic-600-normal-iz1--dBq.woff) format("woff");unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(./inter-greek-ext-600-normal-CkBLDEl_.woff2) format("woff2"),url(./inter-greek-ext-600-normal-BmtRFZgT.woff) format("woff");unicode-range:U+1F00-1FFF}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(./inter-greek-600-normal-B-l8Lzzd.woff2) format("woff2"),url(./inter-greek-600-normal-BLZsI-P3.woff) format("woff");unicode-range:U+0370-0377,U+037A-037F,U+0384-038A,U+038C,U+038E-03A1,U+03A3-03FF}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(./inter-vietnamese-600-normal-DjnxGF-L.woff2) format("woff2"),url(./inter-vietnamese-600-normal-BQ_dbMbg.woff) format("woff");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(./inter-latin-ext-600-normal-ao35dkSb.woff2) format("woff2"),url(./inter-latin-ext-600-normal-Dg0Bk0Yr.woff) format("woff");unicode-range:U+0100-02AF,U+0304,U+0308,U+0329,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(./inter-latin-600-normal-B2Ssfs8e.woff2) format("woff2"),url(./inter-latin-600-normal-Dbvh0wvx.woff) format("woff");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:700;src:url(./inter-cyrillic-ext-700-normal-CMkYcdkw.woff2) format("woff2"),url(./inter-cyrillic-ext-700-normal-CAj4IH3j.woff) format("woff");unicode-range:U+0460-052F,U+1C80-1C88,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:700;src:url(./inter-cyrillic-700-normal-6zNX8Blf.woff2) format("woff2"),url(./inter-cyrillic-700-normal-DsxIEgNh.woff) format("woff");unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:700;src:url(./inter-greek-ext-700-normal-DqOFU2GX.woff2) format("woff2"),url(./inter-greek-ext-700-normal-Cwql_mmq.woff) format("woff");unicode-range:U+1F00-1FFF}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:700;src:url(./inter-greek-700-normal-4IUP0jwf.woff2) format("woff2"),url(./inter-greek-700-normal-CmOaYR_c.woff) format("woff");unicode-range:U+0370-0377,U+037A-037F,U+0384-038A,U+038C,U+038E-03A1,U+03A3-03FF}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:700;src:url(./inter-vietnamese-700-normal-ByO5Ry5o.woff2) format("woff2"),url(./inter-vietnamese-700-normal-Db0hjN_z.woff) format("woff");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:700;src:url(./inter-latin-ext-700-normal-CAa3MqUt.woff2) format("woff2"),url(./inter-latin-ext-700-normal-Bu7lG2nd.woff) format("woff");unicode-range:U+0100-02AF,U+0304,U+0308,U+0329,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:700;src:url(./inter-latin-700-normal-C2zfFY7I.woff2) format("woff2"),url(./inter-latin-700-normal-CHFldGL2.woff) format("woff");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{font-family:var(--font-sans);font-size:var(--fs-body);line-height:1.6;color:var(--content-mid);background:var(--bg-base);-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}img,svg{display:block;max-width:100%}a{color:inherit;text-decoration:none}h1,h2,h3,h4{color:var(--content-high);line-height:1.2;font-weight:600;letter-spacing:-.01em}.container{width:100%;max-width:var(--maxw);margin-inline:auto;padding-inline:var(--space-3)}.section{padding-block:var(--space-12)}.eyebrow{display:inline-block;font-size:var(--fs-small);font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--brand);margin-bottom:var(--space-2)}.section-title{font-size:var(--fs-h2);margin-bottom:var(--space-2)}.section-lead{font-size:var(--fs-lead);color:var(--content-mid);max-width:56ch}.btn{display:inline-flex;align-items:center;justify-content:center;gap:var(--space-1);font-family:inherit;font-size:var(--fs-body);font-weight:600;padding:12px 24px;border-radius:var(--radius-sm);border:1px solid transparent;cursor:pointer;transition:background-color .18s ease,border-color .18s ease,color .18s ease,transform .18s ease;white-space:nowrap}.btn:active{transform:translateY(1px)}.btn-primary{background:var(--brand);color:var(--content-onhigh)}.btn-primary:hover{background:var(--brand-hover)}.btn-secondary{background:transparent;color:var(--content-high);border-color:var(--bg-border)}.btn-secondary:hover{background:var(--bg-highlight)}.btn-ghost-light{background:transparent;color:var(--content-onhigh);border-color:#fcfcfd3d}.btn-ghost-light:hover{background:#fcfcfd1a}a:focus-visible,button:focus-visible{outline:2px solid var(--brand);outline-offset:2px}@media (prefers-reduced-motion: reduce){html{scroll-behavior:auto}*{transition:none!important}}
