:root{--navy-deep: #0D1B2A;--navy-mid: #1B2D3F;--navy-light: #274060;--silver-pale: #E8ECF1;--silver-light: #B0C7DE;--silver-mid: #8FA3B8;--text-muted: #6B7A8C;--accent-blue: #4A90D9;--accent-silver: #C0D0E0;--white: #FFFFFF;--gradient-primary: linear-gradient(135deg, #1B2D3F 0%, #0D1B2A 100%);--gradient-accent: linear-gradient(135deg, #4A90D9 0%, #6BA3E0 100%)}.landing-page{min-height:100vh;background-color:var(--navy-deep);color:var(--silver-pale);overflow-x:hidden}.landing-nav{position:fixed;top:0;left:0;right:0;z-index:1000;padding:1rem 2rem;background:#0d1b2af2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(168,180,196,.1)}.nav-container{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:center}.nav-brand{display:flex;align-items:center;gap:.75rem}.nav-logo{width:40px;height:40px;object-fit:contain}.nav-brand-text{font-size:1.5rem;font-weight:700;color:var(--silver-light);letter-spacing:-.02em}.nav-links{display:flex;align-items:center;gap:2rem}.nav-links a{color:var(--silver-mid);text-decoration:none;font-size:.95rem;font-weight:500;transition:color .2s ease}.nav-links a:hover{color:var(--white)}.nav-link-login{color:var(--silver-light)!important}.nav-btn-primary{background:var(--gradient-accent);color:var(--white);padding:.75rem 1.5rem;border-radius:8px;font-weight:600;font-size:.95rem;transition:transform .2s ease,box-shadow .2s ease}.nav-btn-primary:hover{transform:translateY(-2px);box-shadow:0 4px 20px #4a90d94d}.hero-section{position:relative;min-height:100vh;display:flex;align-items:center;justify-content:center;padding:8rem 2rem 4rem;overflow:hidden}.hero-background{position:absolute;inset:0;pointer-events:none}.hero-gradient-orb{position:absolute;border-radius:50%;filter:blur(100px);opacity:.4}.hero-orb-1{top:10%;left:20%;width:600px;height:600px;background:radial-gradient(circle,rgba(74,144,217,.3) 0%,transparent 70%)}.hero-orb-2{bottom:20%;right:10%;width:500px;height:500px;background:radial-gradient(circle,rgba(176,199,222,.2) 0%,transparent 70%)}.hero-grid-overlay{position:absolute;inset:0;background-image:linear-gradient(rgba(74,144,217,.03) 1px,transparent 1px),linear-gradient(90deg,rgba(74,144,217,.03) 1px,transparent 1px);background-size:50px 50px}.hero-container{position:relative;max-width:900px;margin:0 auto;text-align:center}.hero-badge{display:inline-flex;align-items:center;gap:.5rem;background:#4a90d926;border:1px solid rgba(74,144,217,.3);padding:.5rem 1rem;border-radius:50px;font-size:.85rem;color:var(--accent-blue);margin-bottom:2rem}.hero-title{font-size:clamp(2.5rem,6vw,4.5rem);font-weight:800;line-height:1.1;color:var(--white);margin-bottom:1.5rem;letter-spacing:-.03em}.hero-title-accent{background:var(--gradient-accent);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-subtitle{font-size:1.25rem;color:var(--silver-mid);max-width:650px;margin:0 auto 2rem;line-height:1.7}.hero-trust{font-size:.9rem;color:var(--text-muted);margin-top:2rem}.section-container{max-width:1200px;margin:0 auto;padding:0 2rem}.section-header{text-align:center;margin-bottom:4rem}.section-tag{display:inline-block;font-size:.8rem;font-weight:700;letter-spacing:.15em;color:var(--accent-blue);margin-bottom:1rem}.section-title{font-size:clamp(2rem,4vw,3rem);font-weight:700;color:var(--white);margin-bottom:1rem;letter-spacing:-.02em}.section-subtitle{font-size:1.1rem;color:var(--silver-mid);max-width:600px;margin:0 auto}.features-section{padding:6rem 0;background:var(--navy-mid)}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem}.feature-card{background:var(--navy-deep);border:1px solid rgba(168,180,196,.1);border-radius:16px;padding:2rem;transition:transform .3s ease,box-shadow .3s ease}.feature-card:hover{transform:translateY(-5px);box-shadow:0 20px 40px #0000004d}.feature-card-blue .feature-icon{color:var(--accent-blue)}.feature-card-silver .feature-icon{color:var(--silver-light)}.feature-icon{width:48px;height:48px;margin-bottom:1.25rem}.feature-icon svg{width:100%;height:100%}.feature-title{font-size:1.25rem;font-weight:600;color:var(--white);margin-bottom:.75rem}.feature-description{font-size:.95rem;color:var(--silver-mid);line-height:1.6}.how-it-works-section{padding:6rem 0;background:var(--navy-deep)}.steps-grid{display:flex;align-items:center;justify-content:center;gap:1rem;flex-wrap:wrap}.step-card{background:var(--navy-mid);border:1px solid rgba(168,180,196,.1);border-radius:16px;padding:2.5rem 2rem;text-align:center;max-width:300px;position:relative}.step-number{position:absolute;top:-15px;left:50%;transform:translate(-50%);background:var(--gradient-accent);color:var(--white);font-size:.85rem;font-weight:700;padding:.35rem 1rem;border-radius:20px}.step-icon{color:var(--accent-blue);margin-bottom:1.5rem}.step-card h3{font-size:1.2rem;font-weight:600;color:var(--white);margin-bottom:.75rem}.step-card p{font-size:.9rem;color:var(--silver-mid);line-height:1.6}.step-connector{color:var(--silver-mid);opacity:.5}.stats-section{padding:4rem 0;background:var(--navy-mid);border-top:1px solid rgba(168,180,196,.1);border-bottom:1px solid rgba(168,180,196,.1)}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;text-align:center}.stat-value{font-size:3rem;font-weight:800;color:var(--accent-blue);line-height:1;margin-bottom:.5rem}.stat-label{font-size:.95rem;color:var(--silver-mid)}.pricing-section{padding:6rem 0;background:var(--navy-deep)}.pricing-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem;max-width:1100px;margin:0 auto}.pricing-card{background:var(--navy-mid);border:1px solid rgba(168,180,196,.1);border-radius:20px;padding:2.5rem;position:relative;display:flex;flex-direction:column}.pricing-card-featured{border:2px solid var(--accent-blue);transform:scale(1.02)}.pricing-badge{position:absolute;top:-12px;left:50%;transform:translate(-50%);background:var(--gradient-accent);color:var(--white);font-size:.8rem;font-weight:600;padding:.4rem 1.25rem;border-radius:20px}.pricing-header{text-align:center;margin-bottom:2rem;padding-bottom:2rem;border-bottom:1px solid rgba(168,180,196,.1)}.pricing-name{font-size:1.5rem;font-weight:700;color:var(--white);margin-bottom:1rem}.pricing-price{display:flex;align-items:baseline;justify-content:center;gap:.25rem;margin-bottom:.5rem}.price-currency{font-size:1.5rem;font-weight:600;color:var(--silver-light)}.price-amount{font-size:3.5rem;font-weight:800;color:var(--white);line-height:1}.price-period{font-size:1rem;color:var(--silver-mid)}.pricing-onboarding{font-size:.85rem;color:var(--text-muted);margin-bottom:.75rem}.pricing-description{font-size:.9rem;color:var(--silver-mid)}.pricing-features{list-style:none;padding:0;margin:0;flex:1}.pricing-feature-item{display:flex;align-items:flex-start;gap:.75rem;margin-bottom:1rem;font-size:.9rem;color:var(--silver-light)}.pricing-feature-item svg{flex-shrink:0;color:var(--accent-blue);margin-top:2px}.cta-section{padding:6rem 0;background:var(--gradient-primary);border-top:1px solid rgba(168,180,196,.1)}.cta-content{text-align:center;max-width:600px;margin:0 auto}.cta-content h2{font-size:clamp(1.75rem,4vw,2.5rem);font-weight:700;color:var(--white);margin-bottom:1rem}.cta-content p{font-size:1.1rem;color:var(--silver-mid);margin-bottom:2rem}.cta-btn{display:inline-flex;align-items:center;gap:.5rem;background:var(--gradient-accent);color:var(--white);padding:1rem 2rem;border-radius:10px;font-weight:600;font-size:1.1rem;transition:transform .2s ease,box-shadow .2s ease}.cta-btn:hover{transform:translateY(-2px);box-shadow:0 8px 30px #4a90d966}.landing-footer{padding:3rem 2rem 2rem;background:var(--navy-deep);border-top:1px solid rgba(168,180,196,.1)}.footer-container{max-width:1200px;margin:0 auto}.footer-top{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:2rem;padding-bottom:2rem;border-bottom:1px solid rgba(168,180,196,.1)}.footer-brand-section{max-width:280px}.footer-brand{display:flex;align-items:center;gap:.75rem;margin-bottom:.75rem}.footer-logo{width:32px;height:32px;object-fit:contain}.footer-brand-text{font-size:1.25rem;font-weight:700;color:var(--silver-light)}.footer-tagline{font-size:.9rem;color:var(--text-muted);line-height:1.5}.footer-links{display:flex;gap:2rem}.footer-links a{color:var(--text-muted);text-decoration:none;font-size:.9rem;transition:color .2s ease}.footer-links a:hover{color:var(--white)}.footer-address{text-align:right}.footer-address-title{display:flex;align-items:center;justify-content:flex-end;gap:.5rem;font-size:.9rem;font-weight:600;color:var(--silver-light);margin-bottom:.5rem}.footer-address p{margin:0;font-size:.85rem;color:var(--text-muted);line-height:1.5}.footer-social{display:flex;align-items:center}.footer-social-link{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:10px;background:#4a90d91a;color:var(--accent-blue);transition:background .2s ease,transform .2s ease}.footer-social-link:hover{background:#4a90d933;transform:translateY(-2px)}.footer-bottom{padding-top:1.5rem;text-align:center}.footer-bottom p{margin:0;font-size:.85rem;color:var(--text-muted)}@media(max-width:768px){.landing-nav{padding:1rem}.nav-links{gap:1rem}.nav-links a:not(.nav-link-login):not(.nav-btn-primary){display:none}.hero-section{padding:6rem 1.5rem 3rem}.steps-grid{flex-direction:column}.step-connector{transform:rotate(90deg)}.step-card{max-width:100%}.pricing-card-featured{transform:none}.footer-top{flex-direction:column;text-align:center;align-items:center}.footer-brand-section{max-width:100%}.footer-address{text-align:center}.footer-address-title{justify-content:center}}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:Outfit,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#0d1b2a;color:#e8ecf1;line-height:1.6}a{text-decoration:none;color:inherit}button{cursor:pointer;border:none;background:none;font-family:inherit}img{max-width:100%;height:auto}#root{min-height:100vh}
