:root{--color-bg:#0f172a;--color-surface:#1e293bb3;--color-surface-hover:#1e293be6;--color-text:#f8fafc;--color-text-muted:#94a3b8;--color-primary:#3b82f6;--color-primary-hover:#2563eb;--color-accent:#8b5cf6;--gradient-primary:linear-gradient(135deg, var(--color-primary), var(--color-accent));--font-main:"Inter", sans-serif;--transition:all .3s cubic-bezier(.4, 0, .2, 1)}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-main);background-color:var(--color-bg);color:var(--color-text);line-height:1.6;position:relative;overflow-x:hidden}.blob{filter:blur(80px);z-index:-1;opacity:.4;animation:10s infinite alternate pulse;position:absolute}.blob-1{background:radial-gradient(circle, var(--color-primary) 0%, transparent 70%);width:50vw;height:50vw;top:-10%;left:-10%}.blob-2{background:radial-gradient(circle, var(--color-accent) 0%, transparent 70%);width:40vw;height:40vw;animation-delay:-5s;bottom:20%;right:-10%}@keyframes pulse{0%{opacity:.3;transform:scale(1)}to{opacity:.5;transform:scale(1.1)}}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.navbar{z-index:100;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#0f172acc;border-bottom:1px solid #ffffff0d;padding:1.5rem 0;position:sticky;top:0}.nav-content{justify-content:space-between;align-items:center;display:flex}.logo{align-items:center;gap:.5rem;font-size:1.25rem;font-weight:700;display:flex}.logo-mark{width:28px;height:28px;display:block}.hero-eyebrow{letter-spacing:.5px;text-transform:uppercase;color:var(--color-primary);background:#3b82f61a;border:1px solid #3b82f640;border-radius:999px;margin-bottom:1.5rem;padding:.35rem .75rem;font-size:.8rem;font-weight:600;display:inline-block}.nav-links{align-items:center;gap:2rem;display:flex}.nav-links a{color:var(--color-text-muted);transition:var(--transition);font-weight:500;text-decoration:none}.nav-links a:hover{color:var(--color-text)}.login-link{background:#ffffff1a;border-radius:8px;padding:.5rem 1rem;color:var(--color-text)!important}.login-link:hover{background:#fff3}.hero{justify-content:space-between;align-items:center;gap:4rem;min-height:calc(100vh - 80px);padding:4rem 2rem;display:flex}.hero-content{flex:1;max-width:600px}.hero-title{margin-bottom:1.5rem;font-size:clamp(2.5rem,5vw,4rem);font-weight:800;line-height:1.1}.gradient-text{background:var(--gradient-primary);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.hero-subtitle{color:var(--color-text-muted);margin-bottom:2.5rem;font-size:1.125rem}.hero-image-wrapper{flex:1;justify-content:center;display:flex;position:relative}.hero-image{filter:drop-shadow(0 25px 25px #00000080);max-width:100%;height:auto}.floating{animation:6s ease-in-out infinite float}@keyframes float{0%{transform:translateY(0)}50%{transform:translateY(-20px)}to{transform:translateY(0)}}.cta-group{flex-direction:column;gap:1.5rem;display:flex}.btn{color:var(--color-text);transition:var(--transition);cursor:pointer;font-family:var(--font-main);border:none;border-radius:12px;align-items:center;gap:1rem;padding:.875rem 1.5rem;text-decoration:none;display:flex;position:relative;overflow:hidden}.btn-primary{background:var(--gradient-primary);width:fit-content;box-shadow:0 10px 25px -5px #3b82f666}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 20px 25px -5px #3b82f680}.secondary-actions{flex-wrap:wrap;gap:1rem;display:flex}.btn-secondary{background:var(--color-surface);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid #ffffff1a}.btn-secondary:hover:not(.btn-disabled){background:var(--color-surface-hover);border-color:#fff3;transform:translateY(-2px)}.btn-icon{width:32px;height:32px}.btn-text{text-align:left;flex-direction:column;line-height:1.2;display:flex}.btn-small{opacity:.8;font-size:.75rem}.btn-large{font-size:1.125rem;font-weight:600}.waitlist{width:100%;max-width:520px}.waitlist-row{gap:.75rem;display:flex}.waitlist-input{min-width:0;color:var(--color-text);font-family:var(--font-main);transition:var(--transition);background:#0f172a99;border:1px solid #ffffff1f;border-radius:12px;flex:1;padding:.875rem 1.15rem;font-size:1rem}.waitlist-input::placeholder{color:var(--color-text-muted)}.waitlist-input:focus{border-color:var(--color-primary);outline:none;box-shadow:0 0 0 3px #3b82f640}.waitlist-input:disabled{opacity:.6}.waitlist-btn{white-space:nowrap;justify-content:center}.waitlist-btn:disabled{opacity:.7;cursor:not-allowed;transform:none}.waitlist-hint{color:var(--color-text-muted);margin-top:.75rem;font-size:.85rem}.waitlist-error{color:#f87171;margin-top:.75rem;font-size:.85rem}.waitlist-success{color:#4ade80;background:#22c55e14;border:1px solid #22c55e40;border-radius:12px;padding:1rem 1.25rem;font-size:1.05rem;font-weight:500}.waitlist-section{padding:4rem 2rem 6rem}.waitlist-card{text-align:center;background:var(--color-surface);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid #ffffff14;border-radius:24px;padding:3.5rem 2rem}.waitlist-card .waitlist{margin:1.5rem auto 0}.btn-disabled{opacity:.6;cursor:not-allowed;position:relative}.badge{background:var(--color-accent);text-transform:uppercase;letter-spacing:.5px;border-radius:10px;padding:.25rem .5rem;font-size:.65rem;font-weight:700;position:absolute;top:-10px;right:-10px}.features{padding:6rem 2rem}.section-header{text-align:center;margin-bottom:4rem}.section-title{margin-bottom:1rem;font-size:2.5rem;font-weight:700}.section-subtitle{color:var(--color-text-muted);font-size:1.125rem}.features-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;display:grid}.feature-card{background:var(--color-surface);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:var(--transition);border:1px solid #ffffff0d;border-radius:16px;padding:2rem}.feature-card:hover{background:var(--color-surface-hover);border-color:#ffffff1a;transform:translateY(-5px);box-shadow:0 20px 25px -5px #0003}.feature-icon{background:var(--color-bg);border:1px solid #ffffff0d;border-radius:12px;justify-content:center;align-items:center;width:60px;height:60px;margin-bottom:1.5rem;font-size:2.5rem;display:flex}.feature-title{margin-bottom:.75rem;font-size:1.25rem;font-weight:600}.feature-desc{color:var(--color-text-muted);font-size:.95rem}.footer{border-top:1px solid #ffffff0d;margin-top:4rem;padding:2rem}.footer-content{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;display:flex}.footer-logo{font-weight:600}.copyright{color:var(--color-text-muted);font-size:.875rem}.reveal{opacity:0;transition:all .8s ease-out;transform:translateY(30px)}.reveal.active{opacity:1;transform:translateY(0)}.pricing{padding:4rem 2rem}.plans-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;max-width:860px;margin:0 auto;display:grid}.plan-card{background:var(--color-surface);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid #ffffff14;border-radius:20px;flex-direction:column;padding:2.5rem 2rem;display:flex;position:relative;overflow:hidden}.plan-card-remote{border-color:#8b5cf64d}.plan-glow{pointer-events:none;background:radial-gradient(#8b5cf626 0%,#0000 70%);width:70%;height:200%;position:absolute;top:-50%;right:-20%}.plan-label{letter-spacing:.5px;text-transform:uppercase;color:var(--color-text-muted);background:#ffffff0f;border-radius:999px;align-self:flex-start;margin-bottom:1.25rem;padding:.3rem .7rem;font-size:.75rem;font-weight:700;display:inline-block}.plan-label-remote{color:#c4b5fd;background:#8b5cf61f}.plan-title{margin-bottom:.5rem;font-size:1.35rem;font-weight:700}.plan-desc{color:var(--color-text-muted);margin-bottom:1.25rem;font-size:.95rem}.plan-features{gap:.5rem;margin-bottom:1.5rem;list-style:none;display:grid}.plan-features li{color:var(--color-text-muted);font-size:.9rem}.plan-features li:first-letter{color:#22c55e}.plan-price{align-items:baseline;gap:.5rem;margin-top:auto;margin-bottom:1.25rem;display:flex}.price-amount{font-size:2.25rem;font-weight:800}.price-remote{background:linear-gradient(135deg, var(--color-primary), var(--color-accent));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.price-period{color:var(--color-text-muted);font-size:.9rem}.btn-tier{border-radius:12px;justify-content:center;align-items:center;padding:.75rem 1.5rem;font-size:.95rem;font-weight:600;text-decoration:none;display:inline-flex}.btn-tier-remote{background:var(--gradient-primary);color:#fff;box-shadow:0 10px 25px -5px #3b82f666}.btn-tier-remote:hover{transform:translateY(-2px);box-shadow:0 20px 25px -5px #3b82f680}.footer-links{flex-wrap:wrap;align-items:center;gap:1.5rem;display:flex}.footer-links a{color:var(--color-text-muted);transition:var(--transition);font-size:.875rem;text-decoration:none}.footer-links a:hover{color:var(--color-text)}.legal{max-width:720px;padding-top:3rem;padding-bottom:5rem;line-height:1.7}.navbar-inline{margin-bottom:2.5rem}.back-link{color:var(--color-text-muted);font-weight:500;text-decoration:none}.back-link:hover{color:var(--color-text)}.legal h1{margin-bottom:.5rem;font-size:2rem;font-weight:800}.legal h2{margin:2rem 0 .75rem;font-size:1.25rem;font-weight:700}.legal h3{margin:1.5rem 0 .5rem;font-size:1.05rem;font-weight:700}.legal p{color:var(--color-text-muted);margin-bottom:1rem}.legal a{color:var(--color-primary);text-decoration:underline}.legal strong{color:var(--color-text)}.legal ul{color:var(--color-text-muted);gap:.5rem;margin:0 0 1rem 1.25rem;display:grid}.legal-updated{color:var(--color-text-muted);font-size:.85rem}.legal em{color:var(--color-text);font-style:italic}.article-cta{background:var(--color-surface);text-align:center;border:1px solid #ffffff14;border-radius:16px;margin:2.5rem 0;padding:1.75rem}.article-cta p{color:var(--color-text);margin-bottom:1rem;font-weight:500}.how,.features,.pricing,.faq{padding:5.5rem 2rem}.section-title{letter-spacing:-.02em}.section-header .section-title:after{content:"";background:var(--gradient-primary);border-radius:3px;width:48px;height:3px;margin:1rem auto 0;display:block}.feature-card{position:relative;overflow:hidden}.feature-card:before{content:"";background:var(--gradient-primary);transform-origin:0;height:3px;transition:transform .4s cubic-bezier(.4,0,.2,1);position:absolute;inset:0 0 auto;transform:scaleX(0)}.feature-card:hover:before{transform:scaleX(1)}.feature-icon{transition:var(--transition)}.feature-card:hover .feature-icon{border-color:#3b82f666;box-shadow:0 0 0 4px #3b82f614}.mock{width:100%;max-width:520px;animation:7s ease-in-out infinite float;position:relative}.mock-window{background:#0b1220;border:1px solid #ffffff17;border-radius:16px;overflow:hidden;box-shadow:0 30px 60px -20px #0009}.mock-titlebar{background:#ffffff08;border-bottom:1px solid #ffffff0f;align-items:center;gap:.4rem;padding:.7rem .9rem;display:flex}.mock-dot{background:#ffffff2e;border-radius:50%;width:10px;height:10px}.mock-title{color:var(--color-text-muted);align-items:center;gap:.4rem;margin-left:.6rem;font-size:.8rem;font-weight:600;display:inline-flex}.mock-body{min-height:240px;display:flex}.mock-sidebar{border-right:1px solid #ffffff0f;flex-direction:column;gap:.35rem;width:118px;padding:1rem .7rem;display:flex}.mock-nav{color:var(--color-text-muted);border-radius:8px;padding:.4rem .6rem;font-size:.8rem}.mock-nav-active{color:var(--color-text);background:#3b82f626}.mock-files{flex-direction:column;flex:1;gap:.5rem;padding:1rem;display:flex}.mock-file{background:#ffffff08;border-radius:10px;align-items:center;gap:.6rem;padding:.55rem .7rem;font-size:.82rem;display:flex}.mock-file-name{color:var(--color-text);font-weight:500}.mock-file-meta{color:var(--color-text-muted);margin-left:auto;font-size:.72rem}.mock-phone{background:#0b1220;border:1px solid #ffffff1a;border-radius:22px;width:168px;padding:.5rem;position:absolute;bottom:-34px;right:-18px;box-shadow:0 24px 48px -16px #000000b3}.mock-phone-screen{text-align:center;background:linear-gradient(160deg,#3b82f61f,#8b5cf614);border:1px solid #ffffff0f;border-radius:16px;padding:1.1rem .9rem}.mock-badge{letter-spacing:.4px;text-transform:uppercase;color:#4ade80;background:#22c55e1f;border:1px solid #22c55e40;border-radius:999px;margin-bottom:.8rem;padding:.15rem .45rem;font-size:.6rem;font-weight:700;display:inline-block}.mock-transfer-ic{font-size:1.6rem}.mock-transfer-name{margin:.3rem 0 .7rem;font-size:.85rem;font-weight:600}.mock-progress{background:#ffffff14;border-radius:999px;height:6px;overflow:hidden}.mock-progress span{background:var(--gradient-primary);border-radius:999px;width:40%;height:100%;animation:3.2s ease-in-out infinite mock-fill;display:block}@keyframes mock-fill{0%{width:12%}60%{width:82%}to{width:12%}}.mock-transfer-status{color:var(--color-text-muted);margin-top:.6rem;font-size:.72rem}.trust-bar{border-top:1px solid #ffffff0f;border-bottom:1px solid #ffffff0f;flex-wrap:wrap;justify-content:center;gap:1rem 2rem;margin-top:1rem;padding:1.5rem 2rem;display:flex}.trust-item{color:var(--color-text-muted);align-items:center;gap:.5rem;font-size:.9rem;font-weight:500;display:inline-flex}.trust-check{color:#4ade80;flex-shrink:0;width:18px;height:18px}.steps{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:2rem;display:grid}.step{background:var(--color-surface);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:var(--transition);border:1px solid #ffffff0f;border-radius:16px;padding:2rem 1.5rem;position:relative}.step:hover{border-color:#ffffff1f;transform:translateY(-4px)}.step-num{color:#fff;background:var(--gradient-primary);border-radius:12px;justify-content:center;align-items:center;width:44px;height:44px;margin-bottom:1.1rem;font-size:1.15rem;font-weight:800;display:inline-flex;box-shadow:0 8px 20px -6px #3b82f680}.step-title{margin-bottom:.5rem;font-size:1.15rem;font-weight:600}.step-desc{color:var(--color-text-muted);font-size:.92rem}.faq-list{flex-direction:column;gap:.85rem;max-width:760px;margin:0 auto;display:flex}.faq-item{background:var(--color-surface);transition:var(--transition);border:1px solid #ffffff12;border-radius:14px;padding:0 1.25rem}.faq-item[open]{background:var(--color-surface-hover);border-color:#3b82f64d}.faq-q{cursor:pointer;justify-content:space-between;align-items:center;gap:1rem;padding:1.15rem 0;font-size:1rem;font-weight:600;list-style:none;display:flex}.faq-q::-webkit-details-marker{display:none}.faq-chevron{color:var(--color-primary);flex-shrink:0;font-size:1.35rem;font-weight:400;line-height:1;transition:transform .25s}.faq-item[open] .faq-chevron{transform:rotate(45deg)}.faq-a{color:var(--color-text-muted);max-width:64ch;margin:0;padding:0 0 1.2rem;font-size:.94rem}.screens{padding:5.5rem 2rem}.shot-row{grid-template-columns:1.5fr 1fr;align-items:center;gap:3.5rem;margin-bottom:5.5rem;display:grid}.shot-row:last-child{margin-bottom:0}.shot-row-reverse .shot-visual{flex-direction:row-reverse;order:2}.shot-visual{align-items:flex-end;gap:1.25rem;padding-bottom:1.5rem;display:flex}.shot-window{flex:1;min-width:0}.shot-caption h3{letter-spacing:-.01em;margin-bottom:.75rem;font-size:1.5rem;font-weight:700}.shot-caption p{color:var(--color-text-muted);max-width:40ch;font-size:1rem}.shot-mode{letter-spacing:.5px;text-transform:uppercase;color:var(--color-primary);margin-bottom:.6rem;font-size:.72rem;font-weight:700;display:inline-block}.shot-window{background:#0b1220;border:1px solid #ffffff17;border-radius:14px;overflow:hidden;box-shadow:0 30px 60px -24px #000000a6}.shot-titlebar{background:#ffffff08;border-bottom:1px solid #ffffff0f;align-items:center;gap:.4rem;padding:.6rem .85rem;display:flex}.shot-dot{background:#ffffff29;border-radius:50%;width:9px;height:9px}.shot-win-title{color:var(--color-text);align-items:center;gap:.35rem;margin-left:.55rem;font-size:.78rem;font-weight:600;display:inline-flex}.shot-win-screen{color:var(--color-text-muted);margin-left:auto;font-size:.72rem}.shot-win-body{min-height:250px;display:flex}.shot-sidebar{border-right:1px solid #ffffff0f;flex-direction:column;gap:.3rem;width:132px;padding:.9rem .7rem;display:flex}.shot-nav{color:var(--color-text-muted);border-radius:8px;padding:.4rem .55rem;font-size:.78rem}.shot-nav-active{color:var(--color-text);background:#3b82f626}.shot-storage{margin-top:auto;padding-top:.75rem}.shot-storage-bar{background:#ffffff14;border-radius:999px;height:5px;margin-bottom:.35rem;overflow:hidden}.shot-storage-bar span{background:var(--gradient-primary);border-radius:999px;width:31%;height:100%;display:block}.shot-storage-text{color:var(--color-text-muted);font-size:.66rem}.shot-main{flex:1;min-width:0;padding:.9rem}.shot-toolbar{align-items:center;gap:.5rem;margin-bottom:.75rem;display:flex}.shot-crumb{color:var(--color-text);font-size:.78rem;font-weight:600}.shot-btn{color:#fff;background:var(--gradient-primary);border-radius:8px;margin-left:auto;padding:.3rem .65rem;font-size:.72rem;font-weight:600}.shot-chip{color:var(--color-text);white-space:nowrap;background:#3b82f624;border:1px solid #3b82f640;border-radius:999px;padding:.25rem .55rem;font-size:.7rem}.shot-chip-muted{color:var(--color-text-muted);background:#ffffff0d;border-color:#ffffff14}.shot-filelist{flex-direction:column;gap:.4rem;display:flex}.shot-file{background:#ffffff08;border-radius:9px;align-items:center;gap:.6rem;padding:.5rem .65rem;font-size:.8rem;display:flex}.shot-file-name{color:var(--color-text);white-space:nowrap;text-overflow:ellipsis;font-weight:500;overflow:hidden}.shot-file-meta{color:var(--color-text-muted);flex-shrink:0;margin-left:auto;font-size:.7rem}.shot-xfer{background:#ffffff08;border-radius:9px;align-items:center;gap:.6rem;padding:.5rem .65rem;display:flex}.shot-xfer-main{flex:1;min-width:0}.shot-xfer-top{align-items:center;gap:.5rem;margin-bottom:.35rem;font-size:.78rem;display:flex}.shot-tag{color:var(--color-text-muted);background:#ffffff0f;border-radius:999px;flex-shrink:0;margin-left:auto;padding:.12rem .4rem;font-size:.62rem;font-weight:600}.shot-tag-green{color:#4ade80;background:#22c55e1f}.shot-tag-done{color:#93c5fd;background:#3b82f624}.shot-bar{background:#ffffff14;border-radius:999px;height:5px;overflow:hidden}.shot-bar span{background:var(--gradient-primary);border-radius:999px;height:100%;display:block}.shot-phone-wrap{z-index:2;flex-shrink:0;margin-bottom:-22px}.shot-phone{background:#05070d;border:1px solid #ffffff1f;border-radius:26px;width:190px;padding:.4rem;position:relative;box-shadow:0 26px 50px -16px #000000bf}.shot-phone-notch{z-index:2;background:#ffffff24;border-radius:999px;width:44px;height:5px;position:absolute;top:.65rem;left:50%;transform:translate(-50%)}.shot-phone-body{background:#0b1220;border-radius:22px;overflow:hidden}.shot-phone-header{border-bottom:1px solid #ffffff0f;align-items:center;gap:.4rem;padding:1.15rem .9rem .7rem;font-size:.85rem;font-weight:700;display:flex}.shot-phone-content{flex-direction:column;gap:.4rem;min-height:210px;padding:.7rem;display:flex;position:relative}.shot-search{color:var(--color-text-muted);background:#ffffff0d;border:1px solid #ffffff12;border-radius:9px;margin-bottom:.15rem;padding:.45rem .65rem;font-size:.72rem}.shot-fab{color:#fff;background:var(--gradient-primary);border-radius:50%;justify-content:center;align-items:center;width:38px;height:38px;font-size:1.3rem;display:flex;position:absolute;bottom:.7rem;right:.7rem;box-shadow:0 8px 18px -4px #3b82f699}.shot-mob-label{text-transform:uppercase;letter-spacing:.4px;color:var(--color-text-muted);font-size:.68rem;font-weight:600}.shot-chip-row{flex-wrap:wrap;gap:.4rem;margin-bottom:.4rem;display:flex}.shot-mob-card{text-align:center;background:linear-gradient(160deg,#3b82f61f,#8b5cf614);border:1px solid #ffffff12;border-radius:14px;padding:.85rem}.shot-mob-card .shot-tag{margin:0 0 .6rem;display:inline-block}.shot-mob-xfer{justify-content:center;align-items:center;gap:.4rem;margin-bottom:.6rem;font-size:.85rem;display:flex}.shot-mob-status{color:var(--color-text-muted);margin-top:.55rem;font-size:.68rem}.shot-tabbar{border-top:1px solid #ffffff0f;display:flex}.shot-tabbar span{text-align:center;color:var(--color-text-muted);flex:1;padding:.55rem 0;font-size:.58rem;line-height:1.5}.shot-tab-active{color:var(--color-primary)!important}@media (width<=992px){.hero{text-align:center;flex-direction:column;padding-top:2rem}.hero-content{flex-direction:column;align-items:center;display:flex}.hero-image-wrapper{margin-top:1rem;margin-bottom:2.5rem}.waitlist{margin-left:auto;margin-right:auto}.how,.features,.pricing,.faq,.screens{padding:4rem 2rem}.shot-row,.shot-row-reverse{text-align:center;grid-template-columns:1fr;justify-items:center;gap:1.75rem;margin-bottom:4rem}.shot-row-reverse .shot-visual{flex-direction:column;order:0}.shot-visual{flex-direction:column;align-items:center;gap:1.5rem;width:100%;max-width:420px;padding-bottom:0}.shot-phone-wrap{margin-bottom:0}.shot-caption p{margin:0 auto}}@media (width<=576px){.waitlist-row{flex-direction:column}.waitlist-btn{width:100%}.shot-phone{width:152px}.shot-sidebar{width:108px}.hero-title{font-size:2.25rem}.waitlist-card{padding:2.5rem 1.25rem}.mock{max-width:340px}.mock-phone{width:132px;bottom:-24px;right:-6px}.mock-sidebar{width:96px}.trust-bar{gap:.75rem 1.5rem;padding:1.25rem 1rem}}
