@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Outfit:wght@400;500;600;700;800&display=swap";:root{--color-bg-base: #020617;--color-text-primary: #f8fafc;--color-text-secondary: #94a3b8;--color-accent: #3b82f6;--color-accent-hover: #2563eb;--font-sans: "Inter", system-ui, sans-serif;--font-heading: "Outfit", system-ui, sans-serif}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-sans);background-color:var(--color-bg-base);color:var(--color-text-primary);line-height:1.6;-webkit-font-smoothing:antialiased;background-image:radial-gradient(circle at top right,rgba(59,130,246,.15),transparent 40%),radial-gradient(circle at bottom left,rgba(16,185,129,.1),transparent 40%);min-height:100vh}h1,h2,h3{font-family:var(--font-heading)}.auth-shell{display:flex;min-height:100vh}.auth-brand-panel{width:420px;flex-shrink:0;background:#ffffff05;border-right:1px solid rgba(255,255,255,.07);display:flex;flex-direction:column;justify-content:space-between;padding:3rem}.auth-brand-content{display:flex;flex-direction:column;gap:2rem;margin-top:2rem}.auth-logo{display:flex;align-items:center;gap:.625rem;text-decoration:none;font-family:var(--font-heading);font-size:1.375rem;font-weight:700;color:var(--color-text-primary)}.auth-brand-headline{font-size:2.25rem;font-weight:800;line-height:1.2;background:linear-gradient(to right,#fff,#94a3b8);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.auth-brand-sub{font-size:.9375rem;color:var(--color-text-secondary);line-height:1.75}.auth-product-chips{display:flex;flex-direction:column;gap:.625rem}.auth-chip{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem .875rem;border-radius:.5rem;font-size:.875rem;font-weight:500;width:fit-content}.auth-chip-agents{background:#3b82f61f;border:1px solid rgba(59,130,246,.25);color:#60a5fa}.auth-chip-govern{background:#8b5cf61f;border:1px solid rgba(139,92,246,.25);color:#a78bfa}.auth-brand-footer{font-size:.8125rem;color:var(--color-text-secondary);opacity:.5}.auth-form-panel{flex:1;display:flex;align-items:center;justify-content:center;padding:3rem}@media (max-width: 768px){.auth-brand-panel{display:none}}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.5rem;font-weight:500;border-radius:.5rem;text-decoration:none;transition:all .2s;cursor:pointer;border:none}.btn-primary{background-color:var(--color-accent);color:#fff;box-shadow:0 4px 14px #3b82f666}.btn-primary:hover{background-color:var(--color-accent-hover);transform:translateY(-2px);box-shadow:0 6px 20px #3b82f699}.btn-outline{background-color:transparent;border:1px solid rgba(255,255,255,.2);color:#fff}.btn-outline:hover{background-color:#ffffff1a;border-color:#ffffff4d}.navbar{padding:1.5rem 0;display:flex;justify-content:space-between;align-items:center}.logo{display:flex;align-items:center;gap:.5rem;font-family:var(--font-heading);font-size:1.5rem;font-weight:700;color:#fff;text-decoration:none}.hero{padding:8rem 0;text-align:center}.hero-title{font-size:4rem;font-weight:800;line-height:1.1;margin-bottom:1.5rem;background:linear-gradient(to right,#fff,#94a3b8);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.hero-subtitle{font-size:1.25rem;color:var(--color-text-secondary);max-width:600px;margin:0 auto 2.5rem}.hero-actions{display:flex;justify-content:center;gap:1rem}:root{--color-govern: #8b5cf6;--color-govern-hover: #7c3aed;--color-govern-glow: rgba(139, 92, 246, .4)}.btn-govern{background-color:var(--color-govern);color:#fff;box-shadow:0 4px 14px var(--color-govern-glow);display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.5rem;font-weight:500;border-radius:.5rem;text-decoration:none;transition:all .2s;cursor:pointer;border:none}.btn-govern:hover{background-color:var(--color-govern-hover);transform:translateY(-2px);box-shadow:0 6px 20px var(--color-govern-glow)}.navbar-link-govern{color:var(--color-govern)!important}.navbar-link-govern:hover{background:#8b5cf614!important;color:#a78bfa!important}.btn-ghost{background:transparent;color:var(--color-text-secondary);padding:.75rem 1.25rem}.btn-ghost:hover{color:var(--color-text-primary);background:#ffffff0f}.btn-secondary{background:#ffffff14;border:1px solid rgba(255,255,255,.15);color:var(--color-text-primary)}.btn-secondary:hover{background:#ffffff1f;border-color:#ffffff40}.btn-lg{font-size:1rem;padding:.875rem 2rem}.navbar-wrapper{position:sticky;top:0;z-index:100;transition:background .3s,border-color .3s;border-bottom:1px solid transparent}.navbar-scrolled{background:#020617d9;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-bottom-color:#ffffff14}.navbar-links{display:flex;align-items:center;gap:.25rem}.navbar-link{padding:.5rem .75rem;color:var(--color-text-secondary);text-decoration:none;font-size:.9375rem;border-radius:.375rem;transition:color .15s,background .15s}.navbar-link:hover{color:var(--color-text-primary);background:#ffffff0f}.navbar-actions{display:flex;align-items:center;gap:.5rem}.hero-badge{display:inline-flex;align-items:center;gap:.5rem;background:#3b82f61f;border:1px solid rgba(59,130,246,.3);border-radius:2rem;padding:.375rem .875rem;font-size:.875rem;color:var(--color-accent);margin-bottom:2rem;text-decoration:none;transition:background .2s}.hero-badge:hover{background:#3b82f633}.hero-badge-dot{width:6px;height:6px;border-radius:50%;background:var(--color-accent);flex-shrink:0}.logos-section{padding:3rem 0;border-top:1px solid rgba(255,255,255,.06);border-bottom:1px solid rgba(255,255,255,.06)}.logos-label{text-align:center;font-size:.8125rem;font-weight:500;letter-spacing:.05em;text-transform:uppercase;color:var(--color-text-secondary);margin-bottom:2rem;opacity:.6}.logos-row{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;gap:2rem 3.5rem}.logo-item{font-family:var(--font-heading);font-size:1.125rem;font-weight:700;color:var(--color-text-secondary);opacity:.35;letter-spacing:-.02em}.section{padding:6rem 0}.section-alt{background:#ffffff05}.section-header{text-align:center;max-width:640px;margin:0 auto 4rem}.section-label{display:inline-block;font-size:.75rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--color-accent);margin-bottom:1rem}.section-title{font-size:2.5rem;font-weight:800;line-height:1.15;margin-bottom:1rem;background:linear-gradient(to right,#fff,#94a3b8);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.section-subtitle{font-size:1.125rem;color:var(--color-text-secondary);line-height:1.7}.features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.feature-card{background:#ffffff08;border:1px solid rgba(255,255,255,.08);border-radius:1rem;padding:1.75rem;transition:border-color .2s,background .2s}.feature-card:hover{border-color:#3b82f64d;background:#3b82f60a}.feature-icon{display:inline-flex;align-items:center;justify-content:center;width:2.75rem;height:2.75rem;background:#3b82f61f;border-radius:.625rem;margin-bottom:1.25rem;color:var(--color-accent)}.feature-title{font-size:1.0625rem;font-weight:600;margin-bottom:.5rem;color:var(--color-text-primary)}.feature-desc{font-size:.9375rem;color:var(--color-text-secondary);line-height:1.65}.steps-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.step{text-align:center;padding:0 1rem}.step-number{display:inline-flex;align-items:center;justify-content:center;width:3rem;height:3rem;border-radius:50%;background:#3b82f61f;border:1px solid rgba(59,130,246,.3);font-family:var(--font-heading);font-size:1.125rem;font-weight:700;color:var(--color-accent);margin:0 auto 1.25rem}.step-title{font-size:1.125rem;font-weight:600;margin-bottom:.625rem}.step-desc{font-size:.9375rem;color:var(--color-text-secondary);line-height:1.65}.testimonials-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}.testimonial-card{background:#ffffff08;border:1px solid rgba(255,255,255,.08);border-radius:1rem;padding:2rem}.testimonial-quote{font-size:1.0625rem;line-height:1.75;color:var(--color-text-primary);margin-bottom:1.5rem;font-style:italic}.testimonial-author{display:flex;align-items:center;gap:.75rem}.testimonial-avatar{width:2.5rem;height:2.5rem;border-radius:50%;background:linear-gradient(135deg,var(--color-accent),#10b981);display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.875rem;color:#fff;flex-shrink:0}.testimonial-name{font-weight:600;font-size:.9375rem}.testimonial-role{font-size:.8125rem;color:var(--color-text-secondary)}.cta-section{padding:7rem 0;text-align:center;background:radial-gradient(ellipse at center,rgba(59,130,246,.12) 0%,transparent 70%);border-top:1px solid rgba(255,255,255,.06)}.cta-title{font-family:var(--font-heading);font-size:2.75rem;font-weight:800;margin-bottom:1rem;background:linear-gradient(to right,#fff,#94a3b8);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.cta-subtitle{font-size:1.125rem;color:var(--color-text-secondary);margin-bottom:2.5rem}.footer{background:#0006;border-top:1px solid rgba(255,255,255,.08)}.footer-top{display:flex;gap:4rem;padding:4rem 0 3rem}.footer-brand{flex-shrink:0;width:200px}.footer-tagline{margin-top:1rem;font-size:.875rem;color:var(--color-text-secondary);line-height:1.6}.footer-links-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;flex:1}.footer-col-title{font-size:.8125rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--color-text-primary);margin-bottom:1.25rem}.footer-col-list{list-style:none;display:flex;flex-direction:column;gap:.75rem}.footer-link{font-size:.9375rem;color:var(--color-text-secondary);text-decoration:none;transition:color .15s}.footer-link:hover{color:var(--color-text-primary)}.footer-bottom{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 0;border-top:1px solid rgba(255,255,255,.06)}.footer-copy{font-size:.875rem;color:var(--color-text-secondary)}.footer-social{display:flex;align-items:center;gap:1rem}.footer-social-link{color:var(--color-text-secondary);transition:color .15s;display:flex;align-items:center}.footer-social-link:hover{color:var(--color-text-primary)}.legal-page{padding:5rem 0;max-width:720px;margin:0 auto}.legal-page h1{font-size:2.5rem;font-weight:800;margin-bottom:.5rem}.legal-date{font-size:.875rem;color:var(--color-text-secondary);margin-bottom:3rem;display:block}.legal-page h2{font-size:1.25rem;font-weight:700;margin:2.5rem 0 .75rem;color:var(--color-text-primary)}.legal-page p,.legal-page li{font-size:.9375rem;color:var(--color-text-secondary);line-height:1.8;margin-bottom:.75rem}.legal-page ul{padding-left:1.5rem;margin-bottom:1rem}.legal-link{color:var(--color-accent);text-decoration:none}.legal-link:hover{text-decoration:underline}.agents-label{color:var(--color-accent)}.govern-label{color:var(--color-govern)}.products-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}.product-card{background:#ffffff08;border:1px solid rgba(255,255,255,.08);border-radius:1.25rem;padding:2rem;display:flex;flex-direction:column;gap:1rem;transition:border-color .2s,background .2s}.product-card-agents:hover{border-color:#3b82f659;background:#3b82f608}.product-card-govern:hover{border-color:#8b5cf659;background:#8b5cf608}.product-card-header{display:flex;align-items:center;justify-content:space-between}.product-icon{display:inline-flex;align-items:center;justify-content:center;width:3rem;height:3rem;border-radius:.75rem}.product-icon-agents{background:#3b82f626;color:var(--color-accent)}.product-icon-govern{background:#8b5cf626;color:var(--color-govern)}.product-badge{font-size:.75rem;font-weight:600;letter-spacing:.04em;padding:.25rem .625rem;border-radius:2rem}.product-badge-available{background:#10b9811f;color:#10b981;border:1px solid rgba(16,185,129,.25)}.product-badge-early{background:#8b5cf61f;color:#a78bfa;border:1px solid rgba(139,92,246,.25)}.product-name{font-family:var(--font-heading);font-size:1.5rem;font-weight:700;color:var(--color-text-primary);margin:0}.product-tagline{font-size:.9375rem;font-weight:500;color:var(--color-text-secondary);margin:0}.product-desc{font-size:.9375rem;color:var(--color-text-secondary);line-height:1.7;margin:0}.product-bullets{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.5rem;flex:1}.product-bullets li{font-size:.875rem;color:var(--color-text-secondary);padding-left:1.25rem;position:relative}.product-bullets li:before{content:"✓";position:absolute;left:0;font-weight:700;font-size:.75rem}.product-card-agents .product-bullets li:before{color:var(--color-accent)}.product-card-govern .product-bullets li:before{color:var(--color-govern)}.product-card-actions{display:flex;gap:.75rem;flex-wrap:wrap;margin-top:.5rem}.feature-card-govern:hover{border-color:#8b5cf64d!important;background:#8b5cf60a!important}.feature-icon-govern{background:#8b5cf61f!important;color:var(--color-govern)!important}@media (max-width: 960px){.products-grid{grid-template-columns:1fr}.features-grid{grid-template-columns:repeat(2,1fr)}.footer-top{flex-direction:column;gap:2.5rem}.footer-brand{width:auto}.footer-links-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.navbar-links{display:none}.hero-title{font-size:2.5rem}.section-title,.cta-title{font-size:2rem}.features-grid{grid-template-columns:1fr}.steps-grid{grid-template-columns:1fr;max-width:420px;margin:0 auto}.testimonials-grid{grid-template-columns:1fr}.footer-bottom{flex-direction:column;gap:1rem;text-align:center}}
