@font-face{font-family:Geist;font-style:normal;font-weight:100;font-display:swap;src:url(/fonts/geist/Geist-100.ttf) format("truetype")}@font-face{font-family:Geist;font-style:normal;font-weight:200;font-display:swap;src:url(/fonts/geist/Geist-200.ttf) format("truetype")}@font-face{font-family:Geist;font-style:normal;font-weight:300;font-display:swap;src:url(/fonts/geist/Geist-300.ttf) format("truetype")}@font-face{font-family:Geist;font-style:normal;font-weight:400;font-display:swap;src:url(/fonts/geist/Geist-400.ttf) format("truetype")}@font-face{font-family:Geist;font-style:normal;font-weight:500;font-display:swap;src:url(/fonts/geist/Geist-500.ttf) format("truetype")}@font-face{font-family:Geist;font-style:normal;font-weight:600;font-display:swap;src:url(/fonts/geist/Geist-600.ttf) format("truetype")}@font-face{font-family:Geist;font-style:normal;font-weight:700;font-display:swap;src:url(/fonts/geist/Geist-700.ttf) format("truetype")}@font-face{font-family:Geist;font-style:normal;font-weight:800;font-display:swap;src:url(/fonts/geist/Geist-800.ttf) format("truetype")}@font-face{font-family:Geist;font-style:normal;font-weight:900;font-display:swap;src:url(/fonts/geist/Geist-900.ttf) format("truetype")}@font-face{font-family:Sora;font-style:normal;font-weight:100;font-display:swap;src:url(/fonts/sora/Sora-100.ttf) format("truetype")}@font-face{font-family:Sora;font-style:normal;font-weight:200;font-display:swap;src:url(/fonts/sora/Sora-200.ttf) format("truetype")}@font-face{font-family:Sora;font-style:normal;font-weight:300;font-display:swap;src:url(/fonts/sora/Sora-300.ttf) format("truetype")}@font-face{font-family:Sora;font-style:normal;font-weight:400;font-display:swap;src:url(/fonts/sora/Sora-400.ttf) format("truetype")}@font-face{font-family:Sora;font-style:normal;font-weight:500;font-display:swap;src:url(/fonts/sora/Sora-500.ttf) format("truetype")}@font-face{font-family:Sora;font-style:normal;font-weight:600;font-display:swap;src:url(/fonts/sora/Sora-600.ttf) format("truetype")}@font-face{font-family:Sora;font-style:normal;font-weight:700;font-display:swap;src:url(/fonts/sora/Sora-700.ttf) format("truetype")}@font-face{font-family:Sora;font-style:normal;font-weight:800;font-display:swap;src:url(/fonts/sora/Sora-800.ttf) format("truetype")}:root{color-scheme:light;--font-heading:"Sora","Avenir Next","Segoe UI",sans-serif;--font-body:"Geist","Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;--ink-rgb:9,10,13;--chrome-rgb:16,19,25;--white-rgb:255,255,255;--blue-rgb:25,190,255;--green-rgb:55,229,208;--pink-rgb:255,0,98;--purple-rgb:124,58,237;--shadow-rgb:43,38,58;--page:#f7f5ef;--page-light:#fbfaf6;--page-mid:#f3f2ee;--page-center:#fffefa;--ink:#090a0d;--muted:rgba(var(--ink-rgb),0.68);--soft:rgba(var(--ink-rgb),0.08);--line:rgba(var(--ink-rgb),0.1);--chrome:#101319;--chrome-hover:#05070a;--blue:#19beff;--green:#37e5d0;--pink:#ff0062;--focus-outline:3px solid rgba(var(--blue-rgb),0.45);--ease-fast:160ms ease;--ease-out-soft:cubic-bezier(0.22,1,0.36,1);--workflow-cycle:4.8s var(--ease-out-soft) infinite;--section-block:72px;--section-block-tight:56px;--section-gap:34px;--content-gap:18px;--layout-gap:72px}*{box-sizing:border-box}html{background:var(--page)}body,html{min-width:320px}body{position:relative;margin:0;background:var(--page-light);color:var(--ink);font-family:var(--font-body)}body:before{position:fixed;inset:0;z-index:0;background:radial-gradient(circle at 50% 42%,rgba(var(--white-rgb),.84) 0 20%,rgba(var(--white-rgb),.42) 36%,rgba(var(--white-rgb),0) 58%),radial-gradient(circle,rgba(var(--ink-rgb),.26) 1px,transparent 1.25px) 50% /22px 22px;pointer-events:none;content:""}a{color:inherit;text-decoration:none}button{font:inherit}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading)}img,svg{display:block}.page-shell{position:relative;z-index:1;width:min(100% - 48px,1360px);min-height:100svh;margin:0 auto;padding:28px 0 38px}.site-nav{display:flex;align-items:center;justify-content:space-between;gap:20px;height:58px}.site-nav-centered{justify-content:center}.brand-link{display:flex;align-items:center;width:178px;min-width:138px}.brand-link img{width:100%;height:auto}.nav-link{display:inline-flex;align-items:center;min-height:44px;color:var(--muted);font-size:16px;font-weight:700;line-height:1;transition:color var(--ease-fast)}.nav-link:hover{color:var(--ink)}.nav-link:focus-visible{border-radius:8px;outline:var(--focus-outline);outline-offset:3px}.chrome-button{display:inline-flex;align-items:center;justify-content:center;gap:11px;min-height:54px;border:1px solid rgba(var(--white-rgb),.16);border-radius:999px;background:var(--chrome);color:#fff;font-size:18px;font-weight:700;line-height:1;white-space:nowrap;box-shadow:0 16px 32px rgba(var(--chrome-rgb),.24);transition:transform var(--ease-fast),box-shadow var(--ease-fast),background var(--ease-fast)}.chrome-button:hover{background:var(--chrome-hover);box-shadow:0 20px 42px rgba(var(--chrome-rgb),.28);transform:translateY(-1px)}.chrome-button:focus-visible{outline:var(--focus-outline);outline-offset:3px}.hero{display:grid;grid-template-columns:minmax(0,.98fr) minmax(430px,.78fr);align-items:center;grid-gap:var(--layout-gap);gap:var(--layout-gap);min-height:590px;padding:var(--section-block) 0 var(--section-block-tight)}.hero-copy{max-width:710px}.hero-kicker{margin:0 0 var(--content-gap);color:rgba(var(--ink-rgb),.62);font-size:16px;font-weight:700;line-height:1.2;text-transform:uppercase}.hero h1{max-width:700px;margin:0;font-size:84px;font-weight:700;letter-spacing:0;line-height:.98}.hero-subcopy{max-width:700px;margin:28px 0 0;color:var(--muted);font-size:24px;line-height:1.24}.hero-actions{display:flex;margin-top:34px}.hero-chrome-button{min-width:224px;padding:0 26px}.chrome-glyph{position:relative;width:28px;height:28px;flex:0 0 28px;border-radius:50%;background:conic-gradient(#ea4335 0 33.33%,#fbbc05 0 66.66%,#34a853 0 100%);box-shadow:inset 0 0 0 1px rgba(var(--white-rgb),.2)}.chrome-glyph span{position:absolute;inset:7px;border-radius:50%;background:#4285f4;box-shadow:0 0 0 3px rgba(var(--white-rgb),.9),inset 0 0 0 1px rgba(0,0,0,.12)}.hero-visual{display:grid;place-items:center;min-width:0}.hero-graphic{width:min(100%,430px);height:auto;filter:drop-shadow(0 28px 58px rgba(var(--shadow-rgb),.18))}.feature-bar{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:16px;gap:16px;margin-top:0}.feature-item{grid-template-columns:56px minmax(0,1fr);align-items:center;grid-gap:18px;gap:18px;min-width:0;min-height:128px;padding:24px;overflow:hidden;border:1px solid rgba(var(--ink-rgb),.07);border-radius:8px;background:linear-gradient(180deg,rgba(var(--white-rgb),.76),rgba(var(--white-rgb),.5)),var(--page-light);box-shadow:0 18px 42px rgba(var(--shadow-rgb),.08),inset 0 1px 0 rgba(var(--white-rgb),.7)}.feature-icon,.feature-item{position:relative;display:grid}.feature-icon{z-index:1;place-items:center;width:56px;height:56px;border:1px solid rgba(var(--ink-rgb),.06);border-radius:8px;background:linear-gradient(180deg,rgba(var(--white-rgb),.9),rgba(var(--white-rgb),.64)),var(--page-light);color:currentColor;box-shadow:0 14px 28px rgba(var(--shadow-rgb),.08),inset 0 1px 0 rgba(var(--white-rgb),.72)}.feature-icon svg{width:25px;height:25px;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;fill:none}.feature-item h2,.feature-item p{margin:0}.feature-item h2{position:relative;z-index:1;max-width:240px;color:var(--ink);font-size:22px;line-height:1.08}.feature-item p{position:relative;z-index:1;margin-top:7px;font-size:16px;line-height:1.35}.feature-item:first-child{color:var(--pink)}.feature-item:nth-child(2){color:var(--green)}.feature-item:nth-child(3){color:var(--blue)}.feature-item p{color:rgba(var(--ink-rgb),.62)}.workflow-section{display:grid;grid-gap:var(--section-gap);gap:var(--section-gap);padding:var(--section-block) 0 var(--section-block-tight)}.workflow-heading{display:grid;grid-template-columns:minmax(0,760px);justify-content:center;justify-items:center;grid-gap:var(--content-gap);gap:var(--content-gap);text-align:center}.workflow-heading h2,.workflow-heading p,.workflow-step h3,.workflow-step p{margin:0}.workflow-heading h2{max-width:760px;font-size:72px;font-weight:700;line-height:.98}.workflow-heading p{max-width:690px;color:var(--muted);font-size:20px;line-height:1.34}.workflow-layout{display:grid;grid-template-columns:minmax(460px,.98fr) minmax(0,.9fr);align-items:start;grid-gap:var(--layout-gap);gap:var(--layout-gap)}.workflow-graphic{position:relative;display:grid;grid-template-columns:minmax(290px,1fr) 166px;grid-template-rows:minmax(252px,auto);align-items:center;grid-gap:30px;gap:30px;isolation:isolate;min-height:302px;min-width:0}.workflow-browser-card{position:relative;z-index:2;grid-column:1;grid-row:1;align-self:start;width:min(100%,478px);min-height:270px;overflow:hidden;border:1px solid rgba(var(--ink-rgb),.11);border-radius:20px;background:rgba(253,252,249,.84);box-shadow:0 26px 58px rgba(var(--shadow-rgb),.13)}.workflow-browser-top{display:grid;grid-template-columns:12px 12px 12px minmax(110px,1fr);align-items:center;grid-gap:12px;gap:12px;height:48px;padding:0 22px;border-bottom:1px solid var(--soft);background:rgba(var(--white-rgb),.46)}.workflow-dot{width:12px;height:12px;border-radius:50%}.workflow-dot.red{background:var(--pink)}.workflow-dot.yellow{background:#f6c453}.workflow-dot.green{background:var(--green)}.workflow-url{height:15px;margin-left:18px;border-radius:999px;background:var(--soft)}.workflow-browser-page{position:relative;display:grid;grid-template-columns:minmax(0,1fr) 132px;grid-template-rows:auto 68px;grid-gap:22px;gap:22px;overflow:hidden;padding:28px}.workflow-browser-page:after,.workflow-browser-page:before{position:absolute;top:0;bottom:0;z-index:3;pointer-events:none;content:""}.workflow-browser-page:before{width:3px;background:rgba(var(--blue-rgb),.92);box-shadow:0 0 18px rgba(var(--blue-rgb),.54),0 0 36px rgba(var(--green-rgb),.26);opacity:0;transform:translateX(-36px);animation:workflow-scan-line var(--workflow-cycle)}.workflow-browser-page:after{width:118px;background:linear-gradient(90deg,rgba(var(--blue-rgb),0),rgba(var(--blue-rgb),.18),rgba(var(--green-rgb),.08),rgba(var(--blue-rgb),0));opacity:0;transform:translateX(-150px);animation:workflow-scan-glow var(--workflow-cycle)}.workflow-browser-page>*{position:relative;z-index:1}.workflow-site-copy{display:grid;align-content:start;grid-gap:10px;gap:10px;min-width:0}.workflow-site-copy em,.workflow-site-copy span,.workflow-site-copy strong{display:block;border-radius:999px}.workflow-site-copy span{width:88px;height:11px;background:rgba(var(--pink-rgb),.22)}.workflow-site-copy strong{height:24px;background:rgba(var(--ink-rgb),.9)}.workflow-site-copy strong:nth-child(2){width:74%}.workflow-site-copy strong:nth-child(3){width:56%}.workflow-site-copy em{width:82%;height:12px;margin-top:5px;background:rgba(var(--ink-rgb),.14)}.workflow-site-media{min-height:126px;border-radius:16px;background:linear-gradient(145deg,rgba(var(--blue-rgb),.94),rgba(var(--green-rgb),.78)),var(--blue);box-shadow:inset 0 0 0 1px var(--soft)}.workflow-site-grid{display:grid;grid-column:1/3;grid-template-columns:1fr 1fr 1fr;grid-gap:14px;gap:14px}.workflow-site-grid span{min-height:68px;border:1px solid var(--soft);border-radius:14px}.workflow-site-grid .cyan{background:var(--blue)}.workflow-site-grid .ink{background:#090a0d}.workflow-site-grid .pink{background:#ff7aa8}.workflow-extension-preview{position:relative;z-index:1;grid-column:2;grid-row:1;justify-self:end;display:grid;grid-gap:13px;gap:13px;width:166px;padding:13px;border:1px solid var(--line);border-radius:24px;background:rgba(var(--white-rgb),.86);box-shadow:0 24px 54px rgba(var(--shadow-rgb),.14);opacity:0;transform:translateX(18px) scale(.96);transform-origin:center left;animation:workflow-panel-reveal var(--workflow-cycle)}.workflow-extension-top{--workflow-preview-control-height:10px;display:flex;align-items:center;justify-content:space-between;gap:10px;height:20px}.workflow-extension-top span:first-child{width:var(--workflow-preview-control-height);height:var(--workflow-preview-control-height);border-radius:50%;background:var(--pink)}.workflow-extension-top span:last-child{width:54px;height:var(--workflow-preview-control-height);border-radius:999px;background:rgba(var(--ink-rgb),.16)}.workflow-extension-preview img{width:100%;height:auto;filter:drop-shadow(0 12px 20px rgba(var(--shadow-rgb),.12))}@keyframes workflow-scan-line{0%,12%{opacity:0;transform:translateX(-36px)}18%{opacity:1}48%{opacity:1;transform:translateX(520px)}56%,to{opacity:0;transform:translateX(520px)}}@keyframes workflow-scan-glow{0%,12%{opacity:0;transform:translateX(-150px)}18%{opacity:1}48%{opacity:1;transform:translateX(462px)}58%,to{opacity:0;transform:translateX(462px)}}@keyframes workflow-panel-reveal{0%,45%{opacity:0;transform:translateX(18px) scale(.96)}56%,90%{opacity:1;transform:translateX(0) scale(1)}to{opacity:0;transform:translateX(8px) scale(.98)}}@media (prefers-reduced-motion:reduce){.workflow-browser-page:after,.workflow-browser-page:before,.workflow-extension-preview{animation:none}.workflow-browser-page:after,.workflow-browser-page:before{opacity:0}.workflow-extension-preview{opacity:1;transform:none}}.workflow-steps{display:grid;grid-gap:0;gap:0;margin:0;padding:0;list-style:none;border-top:1px solid rgba(var(--ink-rgb),.12)}.workflow-step{display:grid;grid-template-columns:64px minmax(0,1fr);align-items:start;grid-gap:20px;gap:20px;min-width:0;padding:24px 0;border-bottom:1px solid rgba(var(--ink-rgb),.12)}.workflow-step-index{display:grid;place-items:center;width:44px;height:44px;border:1px solid var(--line);border-radius:999px;background:rgba(var(--white-rgb),.58);color:rgba(var(--ink-rgb),.46);font-size:14px;font-weight:800;line-height:1}.workflow-step h3{max-width:420px;font-size:26px;line-height:1.04}.workflow-step p{max-width:560px;margin-top:9px;color:rgba(var(--ink-rgb),.66);font-size:17px;line-height:1.42}.pricing-section{display:grid;grid-gap:var(--section-gap);gap:var(--section-gap);padding:var(--section-block-tight) 0 var(--section-block)}.pricing-heading{display:grid;justify-items:center;grid-gap:var(--content-gap);gap:var(--content-gap);text-align:center}.pricing-card h3,.pricing-card p,.pricing-card ul,.pricing-heading h2,.pricing-heading p{margin:0}.pricing-heading h2{max-width:680px;font-size:64px;font-weight:700;line-height:.98}.pricing-heading p{max-width:650px;color:var(--muted);font-size:19px;line-height:1.36}.pricing-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:18px;gap:18px;width:min(100%,940px);margin:0 auto}.pricing-card{display:grid;align-content:space-between;grid-gap:28px;gap:28px;min-width:0;min-height:360px;padding:28px;border:1px solid rgba(var(--ink-rgb),.08);border-radius:8px;background:linear-gradient(180deg,rgba(var(--white-rgb),.82),rgba(var(--white-rgb),.58)),var(--page-light);box-shadow:0 22px 52px rgba(var(--shadow-rgb),.1),inset 0 1px 0 rgba(var(--white-rgb),.72)}.pricing-card-featured{border-color:rgba(var(--ink-rgb),.18);background:var(--blue);color:var(--ink);box-shadow:0 26px 60px rgba(var(--blue-rgb),.22),inset 0 1px 0 rgba(var(--white-rgb),.28)}.pricing-card-top{display:grid;grid-gap:16px;gap:16px}.pricing-card h3{color:var(--ink);font-size:38px;line-height:1}.pricing-card-featured h3{color:var(--ink)}.pricing-price-block{display:grid;grid-gap:8px;gap:8px}.pricing-price{font-family:var(--font-heading);font-size:62px;font-weight:800;letter-spacing:0;line-height:.9}.pricing-card-featured .pricing-price,.pricing-price{color:var(--ink)}.pricing-term{max-width:330px;color:rgba(var(--ink-rgb),.6);font-size:15px;font-weight:800;line-height:1.25}.pricing-card-featured .pricing-term{color:rgba(var(--ink-rgb),.72)}.pricing-card p{max-width:360px;color:rgba(var(--ink-rgb),.64);font-size:18px;line-height:1.42}.pricing-card-featured p{color:rgba(var(--ink-rgb),.72)}.pricing-card ul{display:grid;grid-gap:12px;gap:12px;padding:0;list-style:none}.pricing-card li{display:grid;grid-template-columns:10px minmax(0,1fr);align-items:center;grid-gap:12px;gap:12px;color:rgba(var(--ink-rgb),.7);font-size:16px;font-weight:700;line-height:1.35}.pricing-card li:before{width:7px;height:7px;border-radius:50%;background:var(--green);content:""}.pricing-card-featured li{color:rgba(var(--ink-rgb),.8)}.pricing-button,.pricing-card-featured li:before{background:var(--ink)}.pricing-button{display:inline-flex;align-items:center;justify-content:center;justify-self:start;min-height:48px;min-width:164px;padding:0 20px;border:1px solid rgba(var(--ink-rgb),.1);border-radius:999px;color:rgb(var(--white-rgb));font-size:15px;font-weight:800;line-height:1;box-shadow:0 14px 28px rgba(var(--shadow-rgb),.14);transition:background var(--ease-fast),color var(--ease-fast),transform var(--ease-fast),box-shadow var(--ease-fast)}.pricing-button:hover{background:var(--chrome-hover);transform:translateY(-1px);box-shadow:0 18px 34px rgba(var(--shadow-rgb),.18)}.pricing-button:focus-visible{outline:var(--focus-outline);outline-offset:3px}.pricing-card-featured .pricing-button{border-color:rgba(var(--ink-rgb),.88);background:var(--ink);color:rgb(var(--white-rgb))}.pricing-card-featured .pricing-button:hover{background:var(--chrome-hover)}.related-product-section{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;grid-gap:24px;gap:24px;width:min(100%,940px);margin:-18px auto 34px;padding:26px 0 0;border-top:1px solid rgba(var(--ink-rgb),.1)}.related-product-copy{min-width:0}.related-product-copy h2,.related-product-copy p{margin:0}.related-product-copy h2{color:var(--ink);font-size:30px;font-weight:700;line-height:1.06}.related-product-copy p{max-width:690px;margin-top:10px;color:rgba(var(--ink-rgb),.62);font-size:16px;line-height:1.45}.related-product-link{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:0 17px;border:1px solid var(--soft);border-radius:999px;background:rgba(var(--white-rgb),.5);color:rgba(var(--ink-rgb),.72);font-size:14px;font-weight:800;line-height:1;white-space:nowrap;box-shadow:0 8px 18px rgba(var(--shadow-rgb),.06);transition:background var(--ease-fast),color var(--ease-fast),transform var(--ease-fast)}.related-product-link:hover{background:rgba(var(--white-rgb),.82);color:var(--ink);transform:translateY(-1px)}.related-product-link:focus-visible{outline:var(--focus-outline);outline-offset:3px}.site-footer{justify-content:space-between;gap:18px;margin-top:0;padding:18px 0 0;border-top:1px solid var(--line);color:rgba(var(--ink-rgb),.58);font-size:14px;font-weight:700;line-height:1}.footer-brand,.site-footer{display:flex;align-items:center}.footer-brand{width:112px;min-width:96px;transition:opacity var(--ease-fast)}.footer-brand:hover{opacity:1}.footer-brand:focus-visible,.footer-meta a:focus-visible{border-radius:8px;outline:var(--focus-outline);outline-offset:3px}.footer-brand img{width:100%;height:auto}.footer-meta{display:flex;align-items:center;gap:16px;min-width:0}.footer-meta span{color:rgba(var(--ink-rgb),.42)}.footer-meta a{display:inline-flex;align-items:center;min-height:34px;padding:0 13px;border:1px solid var(--soft);border-radius:999px;background:rgba(var(--white-rgb),.56);color:var(--muted);box-shadow:0 8px 18px rgba(var(--shadow-rgb),.06);transition:background var(--ease-fast),color var(--ease-fast),transform var(--ease-fast)}.footer-meta a:hover{background:rgba(var(--white-rgb),.82);color:var(--ink);transform:translateY(-1px)}.policy-shell{max-width:980px}.policy-page{padding:var(--section-block) 0 var(--section-block-tight)}.policy-hero{max-width:760px;margin-bottom:48px}.policy-hero h1{margin:0;font-size:72px;font-weight:700;letter-spacing:0;line-height:.98}.policy-hero p:last-child{margin:20px 0 0;color:var(--muted);font-size:20px;line-height:1.3}.policy-page section{padding:30px 0;border-top:1px solid var(--line)}.policy-page h2,.policy-page h3,.policy-page p,.policy-page ul{margin:0}.policy-page h2{color:var(--ink);font-size:30px;line-height:1.08}.policy-page h3{color:var(--ink);font-size:21px;line-height:1.12}.policy-page li,.policy-page p{color:rgba(var(--ink-rgb),.7);font-size:19px;line-height:1.5}.policy-page h2+p,.policy-page p+p,.policy-page p+ul{margin-top:14px}.policy-page ul{padding-left:24px}.policy-page li+li{margin-top:8px}.policy-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:18px;gap:18px;margin-top:18px}.policy-item{min-width:0;padding:22px;border:1px solid var(--soft);border-radius:8px;background:rgba(var(--white-rgb),.64);box-shadow:0 12px 28px rgba(var(--shadow-rgb),.08)}.policy-item p{margin-top:10px;font-size:17px;line-height:1.45}@media (max-width:1060px){:root{--section-block:62px;--section-block-tight:48px;--section-gap:30px;--layout-gap:34px}.page-shell{width:min(100% - 36px,860px)}.hero{grid-template-columns:1fr;gap:var(--layout-gap);min-height:0}.hero-copy{max-width:760px}.hero h1{max-width:650px;font-size:68px}.hero-subcopy{max-width:640px;font-size:22px}.feature-bar{gap:14px}.workflow-section{padding-top:var(--section-block);padding-bottom:var(--section-block-tight)}.workflow-heading,.workflow-layout{grid-template-columns:1fr}.workflow-heading{align-items:center;gap:var(--content-gap)}.workflow-heading h2{max-width:620px;font-size:58px}.workflow-heading p{max-width:650px}.workflow-layout{gap:var(--layout-gap)}.workflow-graphic{grid-template-columns:minmax(260px,1fr) 150px;gap:24px;max-width:650px}.workflow-extension-preview{width:150px}.pricing-heading h2{font-size:56px}.pricing-grid{width:min(100%,760px)}.related-product-section{width:min(100%,760px);margin-top:-12px}.site-footer{margin-top:0}}@media (max-width:700px){:root{--section-block:50px;--section-block-tight:38px;--section-gap:24px;--content-gap:14px;--layout-gap:26px}.page-shell{width:min(100% - 28px,520px);padding:20px 0 28px}.site-nav{height:auto}.brand-link{width:142px}.nav-link{font-size:14px}.hero{padding-top:var(--section-block);padding-bottom:var(--section-block-tight)}.hero-kicker{font-size:13px}.hero h1{font-size:50px}.hero-subcopy{margin-top:20px;font-size:19px}.hero-actions{margin-top:26px}.hero-chrome-button{width:100%;min-width:0}.feature-item{grid-template-columns:52px minmax(0,1fr);align-items:center;gap:14px;min-height:0;padding:20px}.feature-icon{width:52px;height:52px}.feature-icon svg{width:24px;height:24px}.feature-item h2{font-size:19px}.feature-item p{font-size:15px}.feature-bar{grid-template-columns:1fr}.workflow-section{gap:var(--section-gap);padding-top:var(--section-block);padding-bottom:var(--section-block-tight)}.workflow-graphic{grid-template-columns:minmax(0,1fr) 118px;grid-template-rows:minmax(220px,auto);gap:14px;min-height:248px}.workflow-browser-card{min-height:226px;border-radius:16px}.workflow-browser-top{grid-template-columns:10px 10px 10px minmax(76px,1fr);gap:9px;height:40px;padding:0 16px}.workflow-dot{width:10px;height:10px}.workflow-url{height:12px;margin-left:8px}.workflow-browser-page{grid-template-columns:minmax(0,1fr) 94px;grid-template-rows:auto 52px;gap:14px;padding:18px}.workflow-site-copy{gap:8px}.workflow-site-copy span{width:64px;height:9px}.workflow-site-copy strong{height:18px}.workflow-site-copy em{height:9px}.workflow-site-media{min-height:92px;border-radius:12px}.workflow-site-grid{gap:9px}.workflow-site-grid span{min-height:52px;border-radius:10px}.workflow-extension-preview{gap:9px;width:118px;padding:10px;border-radius:18px}.workflow-extension-top{--workflow-preview-control-height:8px;height:16px}.workflow-extension-top span:last-child{width:40px}.site-footer{align-items:flex-start;flex-direction:column;gap:12px}.footer-meta{justify-content:space-between;width:100%}.workflow-heading h2{font-size:44px}.workflow-heading p{font-size:18px}.workflow-step{grid-template-columns:48px minmax(0,1fr);gap:12px;padding:18px 0}.workflow-step-index{width:38px;height:38px;font-size:13px}.workflow-step h3{font-size:21px}.workflow-step p{font-size:15px}.pricing-section{padding-top:var(--section-block-tight);padding-bottom:var(--section-block-tight)}.pricing-heading h2{font-size:42px}.pricing-heading p{font-size:17px}.pricing-grid{grid-template-columns:1fr}.pricing-card{gap:24px;min-height:0;padding:22px}.pricing-card h3{font-size:31px}.pricing-price{font-size:50px}.pricing-term{font-size:14px}.pricing-card p{font-size:16px}.pricing-button{width:100%}.related-product-section{grid-template-columns:1fr;gap:18px;margin:-6px auto 28px;padding-top:22px}.related-product-copy h2{font-size:25px}.related-product-copy p{font-size:15px}.related-product-link{justify-self:start}.policy-page{padding-top:var(--section-block);padding-bottom:var(--section-block-tight)}.policy-hero{margin-bottom:36px}.policy-hero h1{font-size:50px}.policy-page h2{font-size:25px}.policy-page li,.policy-page p{font-size:17px}.policy-list{grid-template-columns:1fr}}@media (max-width:430px){.hero h1{font-size:44px}.workflow-graphic{grid-template-columns:minmax(0,1fr) 96px;grid-template-rows:minmax(218px,auto);gap:10px}.workflow-browser-page{grid-template-columns:1fr;grid-template-rows:auto auto 48px}.workflow-site-grid,.workflow-site-media{grid-column:1}.workflow-site-media{min-height:64px}.workflow-site-grid span{min-height:48px}.workflow-extension-preview{width:96px}.site-nav{gap:14px}.nav-link{min-height:38px;font-size:13px}}