@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap");:root{--bg:#0a0a12;--bg-elevated:#12121c;--card:#18182a;--border:#2a2a40;--text:#f3f4f6;--muted:#9ca3af;--primary:#5902cc;--primary-hover:#6d28d9;--accent:#a78bfa;--success:#22c55e;--error:#f87171;--radius:12px;--shadow:0 20px 50px rgba(0,0,0,.35)}*{box-sizing:border-box}body,html{margin:0;padding:0;min-height:100%}body{font-family:Inter,system-ui,-apple-system,sans-serif;background:var(--bg);color:var(--text);line-height:1.6;-webkit-font-smoothing:antialiased}a{color:var(--accent);text-decoration:none;transition:color .15s ease}a:hover{color:#c4b5fd}.site-shell{min-height:100vh;display:flex;flex-direction:column}.site-header{position:-webkit-sticky;position:sticky;top:0;z-index:50;border-bottom:1px solid var(--border);background:rgba(10,10,18,.85);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.site-header-inner{max-width:1120px;margin:0 auto;padding:.85rem 1.5rem;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;grid-gap:1rem;gap:1rem}.site-header-brand{justify-self:start}.site-header-actions{justify-self:end;display:flex;align-items:center;gap:.85rem}.site-header-signin{color:var(--text);font-size:.95rem;font-weight:500;text-decoration:none;padding:.35rem .5rem;border-radius:8px}.site-header-signin:hover{color:var(--accent)}.brand{gap:.65rem;font-weight:700;font-size:1.2rem;color:#fff!important;text-decoration:none!important}.brand,.brand-logo{display:inline-flex;align-items:center}.brand-logo{gap:.55rem}.brand-logo-icon{border-radius:8px;flex-shrink:0}.brand-logo-text{font-size:1.05rem;font-weight:700;letter-spacing:-.02em;color:#a78bfa}.brand-logo-md .brand-logo-text{font-size:1.25rem}.site-nav{display:flex;align-items:center;gap:1.5rem;flex-wrap:wrap}.site-nav-center{justify-self:center;gap:.25rem;padding:.3rem .45rem;border-radius:999px;border:1px solid var(--border);background:hsla(0,0%,100%,.04)}.site-nav a{color:var(--text);font-size:.9rem;font-weight:500;padding:.45rem .85rem;border-radius:999px;text-decoration:none;transition:color .15s ease,background .15s ease}.site-nav a:hover{color:#fff;background:hsla(0,0%,100%,.06)}.site-nav .nav-muted{color:var(--muted)}.site-main{flex:1 1;width:100%}.site-main-narrow{max-width:480px}.auth-shell,.site-main-narrow{margin:0 auto;padding:2.5rem 1.5rem 4rem}.auth-shell{max-width:1120px;display:grid;grid-template-columns:1.05fr .95fr;grid-gap:2rem;gap:2rem;align-items:center}.auth-brand-panel{padding-right:1rem}.auth-brand-panel h1{margin:.75rem 0 1rem;font-size:clamp(2rem,4vw,3rem);line-height:1.1;letter-spacing:-.03em}.auth-badge{margin-top:1.25rem}.auth-proof-list{display:grid;grid-gap:1rem;gap:1rem;margin-top:1.5rem}.auth-proof-list div{padding:1rem 1.1rem;border:1px solid var(--border);background:hsla(0,0%,100%,.02);border-radius:var(--radius)}.auth-proof-list span,.auth-proof-list strong{display:block}.auth-proof-list span{margin-top:.25rem;font-size:.95rem}.auth-form-shell{width:100%}.auth-helper-copy{margin-top:1rem;font-size:.85rem}.site-main-wide{max-width:1120px;margin:0 auto;padding:0 1.5rem 4rem}.site-footer{border-top:1px solid var(--border);background:var(--bg-elevated);padding:2.5rem 1.5rem 1.5rem;margin-top:auto}.site-footer-inner{max-width:1120px;margin:0 auto;display:grid;grid-template-columns:1.2fr 2fr;grid-gap:2rem;gap:2rem}.footer-brand{display:flex;flex-direction:column;gap:.75rem;align-items:flex-start}.footer-tagline{margin:0;max-width:16rem}.footer-brand strong{display:block;font-size:1.1rem}.footer-links{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:1.5rem;gap:1.5rem}.footer-links h4{margin:0 0 .75rem;font-size:.8rem;text-transform:uppercase;letter-spacing:.06em;color:var(--muted)}.footer-links a{display:block;color:var(--muted);font-size:.9rem;margin-bottom:.4rem}.footer-copy{max-width:1120px;margin:2rem auto 0;text-align:center;font-size:.8rem}.card{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);padding:1.75rem;box-shadow:var(--shadow)}.card h1{margin-top:0;font-size:1.5rem}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.7rem 1.35rem;border-radius:10px;border:none;font-weight:600;font-size:.95rem;cursor:pointer;text-decoration:none!important;transition:background .15s ease,transform .1s ease}.btn:hover{transform:translateY(-1px)}.btn-primary{background:linear-gradient(135deg,var(--primary),#7c3aed);color:#fff!important}.btn-primary:hover{background:linear-gradient(135deg,var(--primary-hover),#8b5cf6)}.btn-secondary{background:var(--border);color:var(--text)!important}.btn-outline{background:transparent;border:1px solid #4b5563;color:var(--text)!important}.btn-outline:hover{border-color:var(--accent);color:#fff!important}.btn-ghost{background:transparent;border:none;color:var(--muted)!important}.btn-ghost:hover{color:var(--text)!important;background:hsla(0,0%,100%,.05)}.btn-sm{padding:.5rem 1rem;font-size:.875rem}.form-group{margin-bottom:1rem}.form-group label{display:block;margin-bottom:.4rem;font-size:.875rem;font-weight:500;color:var(--muted)}.form-group input{width:100%;padding:.7rem .85rem;border-radius:10px;border:1px solid var(--border);background:var(--bg);color:#fff;font-size:1rem}.form-group input:focus{outline:2px solid var(--accent);outline-offset:1px}.password-field{position:relative}.password-field input{padding-right:3.25rem;position:relative;z-index:1}.password-toggle{position:absolute;top:50%;right:.35rem;transform:translateY(-50%);z-index:2;display:inline-flex;align-items:center;justify-content:center;min-width:2.5rem;min-height:2.5rem;padding:.35rem;border:none;background:transparent;color:var(--muted);cursor:pointer;border-radius:8px;touch-action:manipulation}.password-toggle:hover{color:#fff}.password-toggle:focus-visible{outline:2px solid var(--accent);outline-offset:1px}.error{color:var(--error);font-size:.9rem;margin-top:.5rem}.muted{color:var(--muted)}.hero-section{display:grid;grid-template-columns:1fr 1fr;grid-gap:3rem;gap:3rem;align-items:center;padding:4rem 0 3rem}.hero-badge{display:inline-block;padding:.35rem .85rem;border-radius:999px;background:rgba(89,2,204,.2);border:1px solid rgba(167,139,250,.35);color:var(--accent);font-size:.8rem;font-weight:600;margin-bottom:1rem}.hero-section h1{font-size:clamp(2rem,4vw,3rem);line-height:1.15;margin:0 0 1rem;letter-spacing:-.02em}.hero-copy{font-size:1.05rem;max-width:34rem}.hero-actions{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:1.75rem}.hero-signin-hint{margin-top:.85rem;font-size:.95rem}.hero-signin-hint a{color:var(--accent);font-weight:500;text-decoration:none}.hero-signin-hint a:hover{text-decoration:underline}.proof-strip{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:1rem}.proof-strip span,.step-chip{display:inline-flex;align-items:center;justify-content:center;padding:.4rem .75rem;border-radius:999px;background:hsla(0,0%,100%,.04);border:1px solid var(--border);color:var(--text);font-size:.8rem;font-weight:600}.hero-image{width:100%;height:auto;border-radius:var(--radius);border:1px solid var(--border);box-shadow:var(--shadow)}.hero-visual{position:relative}.hero-visual:before{content:"";position:absolute;inset:12% 8%;background:radial-gradient(circle,rgba(89,2,204,.35),transparent 70%);filter:blur(28px);z-index:-1}.section-intro{margin-bottom:1.25rem}.section-intro h2{margin:.4rem 0 .6rem;font-size:clamp(1.5rem,3vw,2rem);letter-spacing:-.02em}.section-tag{display:inline-flex;align-items:center;gap:.4rem;padding:.3rem .7rem;border-radius:999px;background:rgba(89,2,204,.18);border:1px solid rgba(167,139,250,.28);color:var(--accent);font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em}.showcase-section{padding:1rem 0 3rem}.showcase-section-alt{padding-bottom:2rem}.showcase-split{display:grid;grid-template-columns:.9fr 1.1fr;grid-gap:2rem;gap:2rem;align-items:center}.showcase-image{width:100%;height:auto;border-radius:var(--radius);border:1px solid var(--border);box-shadow:var(--shadow);background:#0a0a12}.showcase-list{margin:1rem 0 0;padding-left:1.1rem;color:var(--muted)}.showcase-list li{margin-bottom:.4rem}.faq-section{padding:1rem 0 3rem}.faq-list{display:grid;grid-gap:.75rem;gap:.75rem;max-width:720px}.faq-item{border:1px solid var(--border);border-radius:var(--radius);background:hsla(0,0%,100%,.02);padding:.9rem 1.1rem}.faq-item summary{cursor:pointer;font-weight:600;list-style:none}.faq-item summary::-webkit-details-marker{display:none}.faq-item p{margin:.65rem 0 0;font-size:.95rem}.about-brand{display:flex;justify-content:center;margin-bottom:1rem}.cta-band-copy{max-width:36rem;margin:0 auto 1.5rem}.workflow-grid{padding:0 0 2rem}.features-grid,.workflow-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1.25rem;gap:1.25rem}.features-grid{padding:2rem 0 4rem}.feature-card{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);padding:1.5rem}.feature-icon{font-size:1.75rem;margin-bottom:.75rem}.feature-card h3{margin:0 0 .5rem;font-size:1.05rem}.feature-card p{margin:0;font-size:.9rem;color:var(--muted)}.trust-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:1.25rem;gap:1.25rem;padding:0 0 3rem}.trust-card{border:1px solid var(--border);border-radius:var(--radius);background:hsla(0,0%,100%,.03);padding:1.5rem}.trust-card h3{margin:0 0 .5rem}.cta-band{text-align:center;padding:3rem 2rem;border-radius:var(--radius);background:linear-gradient(135deg,rgba(89,2,204,.25),rgba(30,27,75,.8));border:1px solid var(--border);margin-bottom:2rem}.cta-band h2{margin:0 0 .75rem}.page-header{padding:3rem 0 1.5rem;text-align:center}.page-header h1{font-size:2.25rem;margin:0 0 .5rem}.pricing-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:1.5rem;gap:1.5rem;max-width:820px;margin:0 auto 3rem}.pricing-card{background:var(--card);border:1px solid var(--border);border-radius:var(--radius);padding:2rem;display:flex;flex-direction:column}.pricing-card.featured{border-color:var(--primary);box-shadow:0 0 0 1px rgba(89,2,204,.4),var(--shadow)}.pricing-card h2{margin:0 0 .25rem}.price{font-size:2rem;font-weight:700;margin:.5rem 0 1.25rem}.pricing-card ul{margin:0 0 1.5rem;padding-left:1.2rem;flex:1 1;color:var(--muted)}.pricing-card li{margin-bottom:.5rem}.about-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:2.5rem;gap:2.5rem;align-items:start;padding:2rem 0 3rem}.about-grid h2{margin-top:0}.values-list{list-style:none;padding:0;margin:1.5rem 0 0}.values-list li{padding:1rem 0;border-bottom:1px solid var(--border)}.values-list strong{display:block;margin-bottom:.25rem}.about-contact{max-width:720px;margin:0 auto 3rem;padding:1.75rem 2rem}.about-contact h2{margin-top:0}.about-contact-list{list-style:none;padding:0;margin:1.25rem 0 0}.about-contact-list li{display:grid;grid-template-columns:8.5rem 1fr;grid-gap:.75rem;gap:.75rem;padding:.75rem 0;border-bottom:1px solid var(--border);align-items:baseline}.about-contact-list li:last-child{border-bottom:none}.about-contact-list a{color:var(--primary);text-decoration:none}.about-contact-list a:hover{text-decoration:underline}.legal-doc{max-width:720px;margin:0 auto 3rem;line-height:1.65}.legal-doc h2{margin:2.25rem 0 .75rem;font-size:1.35rem}.legal-doc h3{margin:1.5rem 0 .5rem;font-size:1.05rem}.legal-doc p,.legal-doc ul{margin:0 0 1rem;color:var(--text)}.legal-doc ul{padding-left:1.25rem}.legal-doc li{margin-bottom:.45rem}.legal-doc a{color:var(--primary)}.legal-doc code{font-size:.9em;padding:.1em .35em;border-radius:4px;background:var(--bg-elevated);border:1px solid var(--border)}.divider-or{text-align:center;color:var(--muted);margin:1.5rem 0;font-size:.9rem}.hero-section-new{display:grid;grid-template-columns:1.05fr .95fr;grid-gap:3rem;gap:3rem;align-items:center;min-height:70vh}.hero-title{font-size:clamp(2.1rem,4.5vw,3.4rem);line-height:1.1;margin:0 0 1rem;letter-spacing:-.03em}.text-gradient{background:linear-gradient(135deg,#a78bfa,#7c3aed 40%,#5902cc);-webkit-background-clip:text;background-clip:text;color:transparent}.btn-lg{padding:.85rem 1.5rem;font-size:1rem}.btn-fv-sso,.btn-google{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;background:#fff;color:#1f2937!important;border:1px solid rgba(89,2,204,.2);font-weight:600}.btn-fv-sso:hover,.btn-google:hover{background:rgba(89,2,204,.08);color:#5902cc!important}.btn-fv-sso{border-color:rgba(89,2,204,.28)}.auth-spinner{width:16px;height:16px;border:2px solid rgba(89,2,204,.25);border-top-color:#5902cc;border-radius:50%;animation:auth-spin .7s linear infinite}@keyframes auth-spin{to{transform:rotate(1turn)}}.auth-card{background:var(--card);border:1px solid rgba(89,2,204,.18);border-radius:12px;box-shadow:0 10px 30px rgba(89,2,204,.1);overflow:hidden;width:100%}.auth-card-header{padding:1.25rem 1.35rem 1rem;border-bottom:1px solid rgba(89,2,204,.12)}.auth-card-header h1{margin:0;font-size:1.25rem;font-weight:650;letter-spacing:-.02em}.auth-card-header .muted{margin:.45rem 0 0;font-size:.9rem}.auth-card-body{padding:1.25rem 1.35rem 1.5rem}.sso-button-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:.65rem;gap:.65rem}.sso-divider{display:flex;align-items:center;gap:.75rem;margin:1.25rem 0;color:var(--muted);font-size:.85rem}.sso-divider:after,.sso-divider:before{content:"";flex:1 1;height:1px;background:rgba(89,2,204,.14)}.sso-divider span{white-space:nowrap}.desktop-notice-actions{display:flex;flex-direction:column;gap:.75rem;margin-top:1.25rem}.download-page{padding-top:2.5rem}.download-hero{text-align:center;max-width:640px;margin:0 auto 2rem}.download-hero h1{margin:.5rem 0 .75rem;font-size:clamp(2rem,4vw,2.75rem);letter-spacing:-.03em}.download-hero-copy{margin:0;font-size:1.05rem;line-height:1.55}.download-panel{max-width:560px;margin:0 auto 2.5rem;padding:1.25rem;border:1px solid rgba(89,2,204,.16);border-radius:16px;background:var(--card);box-shadow:0 10px 30px rgba(89,2,204,.08)}.download-version-hint{margin:0 0 .85rem;font-size:.85rem}.download-platform-list{display:flex;flex-direction:column;gap:.55rem}.download-platform-row{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.85rem 1rem;border:1px solid var(--border);border-radius:12px;background:hsla(0,0%,100%,.02);transition:border-color .15s ease,background .15s ease}.download-platform-row--recommended{border-color:rgba(89,2,204,.45);background:rgba(89,2,204,.08)}.download-platform-row--disabled{opacity:.72}.download-platform-meta{display:flex;align-items:center;gap:.75rem;min-width:0}.download-platform-icon{width:22px;height:22px;flex-shrink:0;color:var(--text)}.download-platform-label{font-weight:600;font-size:.95rem}.download-platform-sublabel{font-weight:400;font-size:.85rem}.download-recommended-hint{display:block;margin-top:.15rem;font-size:.75rem;color:#a78bfa;font-weight:500}.download-platform-action{flex-shrink:0}.badge-coming-soon{display:inline-flex;align-items:center;padding:.3rem .65rem;border-radius:999px;font-size:.75rem;font-weight:600;color:var(--muted);background:hsla(0,0%,100%,.04);border:1px solid var(--border)}.download-steps{max-width:640px;margin:0 auto 2.5rem}.download-steps h2{text-align:center;margin:0 0 1.25rem;font-size:1.35rem}.download-steps-list{list-style:none;margin:0;padding:0;display:grid;grid-gap:1rem;gap:1rem}.download-steps-list li{display:grid;grid-gap:.25rem;gap:.25rem;padding:1rem 1.15rem;border:1px solid var(--border);border-radius:12px;background:hsla(0,0%,100%,.02)}.download-steps-list strong{font-size:.95rem}.modal-card--download{max-width:520px}.hero-image-modern{width:100%;height:auto;border-radius:16px;border:1px solid var(--border);box-shadow:var(--shadow);object-fit:cover}.feature-card-icon{text-align:left}.feature-card-icon .feature-icon{width:56px;height:56px;border-radius:12px;margin-bottom:1rem;object-fit:cover}.modal-overlay{position:fixed;inset:0;background:rgba(0,0,0,.72);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}.modal-card{background:var(--card);border:1px solid var(--border);border-radius:16px;padding:2rem;max-width:440px;width:100%;position:relative;box-shadow:var(--shadow)}.modal-card h2{margin:0 0 .5rem;font-size:1.4rem}.modal-close{position:absolute;top:.75rem;right:.9rem;border:none;background:transparent;color:var(--muted);font-size:1.5rem;cursor:pointer;line-height:1}.modal-close:hover{color:var(--text)}@media (max-width:768px){.site-header-inner{grid-template-columns:1fr;justify-items:stretch}.site-header-actions,.site-header-brand{justify-self:stretch}.site-header-actions{justify-content:space-between}.site-nav-center{justify-self:stretch;justify-content:center}.site-nav{gap:1rem}.about-grid,.auth-shell,.features-grid,.hero-section,.hero-section-new,.pricing-grid,.showcase-split,.site-footer-inner,.trust-grid,.workflow-grid{grid-template-columns:1fr}.footer-links{grid-template-columns:1fr 1fr}.about-contact-list li{gap:.25rem}.about-contact-list li,.sso-button-grid{grid-template-columns:1fr}.download-platform-row{flex-direction:column;align-items:stretch}.download-platform-action,.download-platform-action .btn{width:100%}.badge-coming-soon{justify-content:center;width:100%}}