@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap";:root{--primary: #00d97e;--primary-dark: #00b368;--accent: #e8f8f2;--background: #ffffff;--card: #ffffff;--foreground: #0a1628;--muted-foreground: #64748b;--border: #e2e8f0}.landing-page{min-height:100vh;background:var(--background);color:var(--foreground);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.nav-container{position:fixed;top:0;left:0;right:0;z-index:50;background:#fffc;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-bottom:1px solid var(--border);transition:all .3s ease}.nav-content{max-width:1280px;margin:0 auto;padding:1rem 2rem;display:flex;align-items:center;justify-content:space-between}.nav-logo{display:flex;align-items:center;gap:.75rem;cursor:pointer;transition:transform .2s ease}.nav-logo:hover{transform:translateY(-2px)}.logo-icon{width:32px;height:32px;background:var(--primary);border-radius:8px;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 8px #00d97e33}.logo-arrow{width:20px;height:20px;color:#fff;stroke-width:2.5}.logo-text{font-size:1.25rem;font-weight:700;color:var(--foreground);letter-spacing:-.3px}.nav-menu{display:flex;gap:2rem;align-items:center}@media(max-width:768px){.nav-menu{display:none}}.nav-link{color:var(--muted-foreground);text-decoration:none;font-weight:500;font-size:.875rem;transition:color .2s ease;position:relative}.nav-link:hover{color:var(--foreground)}.nav-actions{display:flex;align-items:center;gap:.75rem}@media(max-width:768px){.nav-actions{display:none}}.nav-btn-secondary{padding:.5rem 1rem;border-radius:.5rem;font-weight:500;font-size:.875rem;color:var(--foreground);background:transparent;border:none;cursor:pointer;transition:background .2s ease}.nav-btn-secondary:hover{background:#0000000d}.nav-btn-primary{padding:.5rem 1.5rem;border-radius:.5rem;font-weight:500;font-size:.875rem;color:#fff;background:var(--primary);border:none;cursor:pointer;display:flex;align-items:center;gap:.5rem;transition:background .2s ease}.nav-btn-primary:hover{background:var(--primary-dark)}.mobile-menu-btn{display:none;background:none;border:none;color:var(--foreground);cursor:pointer;padding:.5rem}@media(max-width:768px){.mobile-menu-btn{display:block}}.mobile-menu{display:flex;flex-direction:column;padding:1rem 2rem 2rem;gap:1rem;border-top:1px solid var(--border)}.mobile-link{color:var(--muted-foreground);text-decoration:none;font-weight:500;padding:.75rem;transition:color .2s ease}.mobile-link:hover{color:var(--foreground)}.hero-section{position:relative;overflow:hidden;background:linear-gradient(to bottom,var(--accent),rgba(232,248,242,.3),var(--background));padding:10rem 2rem 6rem}.hero-content{max-width:1280px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}@media(max-width:1024px){.hero-content{grid-template-columns:1fr;text-align:center;gap:3rem}}.hero-left{display:flex;flex-direction:column;gap:2rem}.hero-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:var(--background);border:1px solid var(--border);border-radius:9999px;font-size:.875rem;color:var(--muted-foreground);width:fit-content;box-shadow:0 2px 4px #0000000d}@media(max-width:1024px){.hero-badge{margin:0 auto}}.hero-title{font-size:3.5rem;font-weight:700;color:var(--foreground);line-height:1.1;letter-spacing:-1px}@media(max-width:768px){.hero-title{font-size:2.5rem}}.hero-title-accent{color:var(--primary)}.hero-subtitle{font-size:1.25rem;color:var(--muted-foreground);line-height:1.6;max-width:32rem}@media(max-width:1024px){.hero-subtitle{margin:0 auto}}.hero-cta{display:flex;gap:1rem;flex-wrap:wrap}@media(max-width:1024px){.hero-cta{justify-content:center}}.cta-primary{padding:.75rem 2rem;border-radius:.5rem;font-weight:600;font-size:1rem;color:#fff;background:var(--primary);border:none;cursor:pointer;display:inline-flex;align-items:center;gap:.5rem;transition:all .2s ease}.cta-primary:hover{background:var(--primary-dark);transform:translateY(-2px);box-shadow:0 4px 12px #00d97e4d}.cta-secondary{padding:.75rem 2rem;border-radius:.5rem;font-weight:600;font-size:1rem;color:var(--foreground);background:transparent;border:1px solid var(--border);cursor:pointer;transition:all .2s ease}.cta-secondary:hover{background:#0000000d}.hero-trust{display:flex;gap:1.5rem;flex-wrap:wrap;font-size:.875rem;color:var(--muted-foreground)}@media(max-width:1024px){.hero-trust{justify-content:center}}.trust-item{display:flex;align-items:center;gap:.5rem}.trust-icon{width:20px;height:20px;padding:2px;background:#00d97e1a;border-radius:9999px;color:var(--primary)}.hero-mockup{position:relative;padding-left:2rem}@media(max-width:1024px){.hero-mockup{padding-left:0}}.dashboard-card{background:var(--card);border-radius:1rem;border:1px solid var(--border);padding:1.5rem;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;position:relative}.dashboard-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.dashboard-title{font-weight:600;color:var(--foreground)}.dashboard-time{font-size:.75rem;color:var(--muted-foreground)}.dashboard-stats{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:1.5rem}.stat-box{background:#e8f8f280;border-radius:.75rem;padding:1rem}.stat-label{display:flex;align-items:center;gap:.5rem;font-size:.75rem;color:var(--muted-foreground);margin-bottom:.5rem}.stat-value{font-size:1.5rem;font-weight:700;color:var(--foreground)}.dashboard-proposals{display:flex;flex-direction:column;gap:.75rem}.proposal-item{display:flex;align-items:center;justify-content:space-between;padding:.75rem;background:var(--background);border:1px solid var(--border);border-radius:.5rem}.proposal-left{display:flex;align-items:center;gap:.75rem}.proposal-icon{width:40px;height:40px;background:#00d97e1a;border-radius:9999px;display:flex;align-items:center;justify-content:center;color:var(--primary)}.proposal-icon.approved{background:#22c55e1a;color:#22c55e}.proposal-title{font-size:.875rem;font-weight:500;color:var(--foreground);margin-bottom:.125rem}.proposal-status{font-size:.75rem;color:var(--muted-foreground)}.proposal-value{font-size:.875rem;font-weight:600;color:var(--primary)}.proposal-value.approved{color:#22c55e}.floating-badge{position:absolute;top:-1rem;right:-1rem;background:var(--primary);color:#fff;padding:.5rem 1rem;border-radius:9999px;font-size:.875rem;font-weight:500;box-shadow:0 4px 12px #00d97e4d}.stats-section{padding:3rem 2rem;background:var(--background);border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.stats-container{max-width:1280px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.stat-card{display:flex;justify-content:center}.stat-content{display:flex;align-items:center;gap:1rem}.stat-icon{width:48px;height:48px;padding:12px;background:#00d97e1a;border-radius:.75rem;color:var(--primary)}.stat-text{display:flex;flex-direction:column}.stat-number{font-size:1.5rem;font-weight:700;color:var(--foreground)}.stat-label{font-size:.875rem;color:var(--muted-foreground)}.how-section,.features-section,.pricing-section{padding:6rem 2rem}.features-section{background:#e8f8f24d}.section-header{text-align:center;margin-bottom:4rem}.section-category{text-transform:uppercase;font-size:.875rem;font-weight:600;color:var(--primary);letter-spacing:.05em;margin-bottom:1rem}.section-title{font-size:2.5rem;font-weight:700;color:var(--foreground);margin-bottom:1rem}@media(max-width:768px){.section-title{font-size:2rem}}.section-subtitle{font-size:1.125rem;color:var(--muted-foreground);max-width:42rem;margin:0 auto}.steps-container{max-width:1280px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.step-card{background:var(--card);border:1px solid var(--border);border-radius:1rem;padding:1.5rem;transition:all .3s ease}.step-card:hover{border-color:#00d97e4d;box-shadow:0 10px 15px -3px #0000001a}.step-content{display:flex;flex-direction:column;height:100%}.step-header{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}.step-number{font-size:2.5rem;font-weight:700;color:#00d97e33}.step-icon-wrapper{width:48px;height:48px;background:#00d97e1a;border-radius:.75rem;display:flex;align-items:center;justify-content:center;transition:background .3s ease}.step-card:hover .step-icon-wrapper{background:#00d97e33}.step-icon{width:24px;height:24px;color:var(--primary)}.step-title{font-size:1.25rem;font-weight:600;color:var(--foreground);margin-bottom:.75rem}.step-description{color:var(--muted-foreground);line-height:1.6}.features-container{max-width:1280px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.feature-card{background:var(--card);border:1px solid var(--border);border-left:4px solid var(--primary);border-radius:1rem;padding:2rem;transition:all .3s ease}.feature-card:hover{box-shadow:0 20px 25px -5px #0000001a}.feature-content{display:flex;flex-direction:column}.feature-icon-wrapper{width:56px;height:56px;background:#00d97e1a;border-radius:1rem;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem}.feature-icon{width:28px;height:28px;color:var(--primary)}.feature-title{font-size:1.25rem;font-weight:600;color:var(--foreground);margin-bottom:.75rem}.feature-description{color:var(--muted-foreground);line-height:1.6}.pricing-container{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}.pricing-card{background:var(--card);border:1px solid var(--border);border-radius:1rem;padding:2rem;position:relative;transition:all .3s ease}.pricing-card:hover{border-color:#00d97e4d}.pricing-card-popular{border-color:var(--primary);box-shadow:0 20px 25px -5px #0000001a;transform:scale(1.05)}.popular-badge{position:absolute;top:-.75rem;left:50%;transform:translate(-50%);background:var(--primary);color:#fff;padding:.375rem 1rem;border-radius:9999px;font-size:.75rem;font-weight:600}.pricing-content{display:flex;flex-direction:column;height:100%}.pricing-plan{font-size:1.25rem;font-weight:600;color:var(--foreground);margin-bottom:.5rem}.pricing-price{margin-bottom:1.5rem}.price-currency{font-size:1.5rem;color:var(--foreground);font-weight:700}.price-amount{font-size:2.5rem;color:var(--foreground);font-weight:700}.price-period{font-size:1rem;color:var(--muted-foreground)}.pricing-description{color:var(--muted-foreground);margin-bottom:1.5rem;font-size:.875rem}.pricing-features{list-style:none;padding:0;margin:0 0 2rem;flex-grow:1}.pricing-features li{display:flex;align-items:center;gap:.75rem;margin-bottom:.75rem;color:var(--muted-foreground);font-size:.875rem}.feature-check{width:20px;height:20px;padding:2px;background:#00d97e1a;border-radius:9999px;color:var(--primary);flex-shrink:0}.pricing-btn,.pricing-btn-primary{width:100%;padding:.75rem 1.5rem;border-radius:.5rem;font-weight:600;font-size:.875rem;cursor:pointer;transition:all .2s ease;text-align:center}.pricing-btn{color:var(--foreground);background:transparent;border:1px solid var(--border)}.pricing-btn:hover{background:#0000000d}.pricing-btn-primary{color:#fff;background:var(--primary);border:none}.pricing-btn-primary:hover{background:var(--primary-dark)}.cta-section{padding:6rem 2rem;background:linear-gradient(to bottom,rgba(232,248,242,.5),var(--background))}.cta-container{max-width:56rem;margin:0 auto;text-align:center}.cta-title{font-size:2.5rem;font-weight:700;color:var(--foreground);margin-bottom:1.5rem}@media(max-width:768px){.cta-title{font-size:2rem}}.cta-subtitle{font-size:1.125rem;color:var(--muted-foreground);margin-bottom:2.5rem;max-width:32rem;margin-left:auto;margin-right:auto}.cta-btn-final{padding:1rem 2.5rem;border-radius:.5rem;font-weight:600;font-size:1rem;color:#fff;background:var(--primary);border:none;cursor:pointer;display:inline-flex;align-items:center;gap:.5rem;transition:all .2s ease;margin-bottom:2rem}.cta-btn-final:hover{background:var(--primary-dark);transform:translateY(-2px);box-shadow:0 4px 12px #00d97e4d}.cta-trust{display:flex;justify-content:center;gap:1rem;flex-wrap:wrap;font-size:.875rem;color:var(--muted-foreground)}.footer{background:var(--background);border-top:1px solid var(--border);padding:3rem 2rem 2rem}.footer-content{max-width:1280px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:2rem;margin-bottom:2rem}.footer-brand{display:flex;flex-direction:column;gap:.75rem}.footer-logo{display:flex;align-items:center;gap:.75rem}.footer-tagline{color:var(--muted-foreground);font-size:.875rem}.footer-links{display:flex;gap:2rem;flex-wrap:wrap}.footer-link{color:var(--muted-foreground);text-decoration:none;font-size:.875rem;transition:color .2s ease}.footer-link:hover{color:var(--foreground)}.footer-bottom{max-width:1280px;margin:0 auto;padding-top:2rem;border-top:1px solid var(--border);text-align:center;color:var(--muted-foreground);font-size:.875rem}
