@import url(https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap);*{box-sizing:border-box;padding:0}*,body{margin:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:linear-gradient(to bottom right,#eff6ff,#e0e7ff);color:#333;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.6}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}:root{--brand-primary:#5aa17f;--brand-secondary:#3b82f6;--brand-green:#22c55e}.App{min-height:100vh}.header{background:#fff;box-shadow:0 1px 3px 0 #0000001a}.header-container{align-items:center;display:flex;justify-content:space-between;margin:0 auto;max-width:1200px;padding:1rem}.logo{font-size:1.5rem;font-weight:600}.logo-brand{color:#5aa17f;color:var(--brand-primary)}.logo-text{color:#111827}.nav{display:flex;gap:2rem}.nav a{color:#6b7280;font-weight:500;text-decoration:none;transition:color .2s}.nav a:hover{color:#111827}.hero{margin:0 auto;max-width:1200px;padding:4rem 1rem;text-align:center}.hero-badge{align-items:center;background:#dbeafe;border-radius:50px;color:#3b82f6;color:var(--brand-secondary);display:inline-flex;font-size:.875rem;font-weight:500;margin-bottom:1.5rem;padding:.5rem 1rem}.hero-title{color:#111827;font-size:3.5rem;font-weight:700;line-height:1.1;margin-bottom:1.5rem}.hero-title-gradient{-webkit-text-fill-color:#0000;background:linear-gradient(90deg,#5aa17f,#3b82f6);background:linear-gradient(to right,var(--brand-primary),var(--brand-secondary));-webkit-background-clip:text;background-clip:text}.hero-description{color:#6b7280;font-size:1.25rem;font-weight:300;margin-bottom:2rem;margin-left:auto;margin-right:auto;max-width:48rem}.cta-buttons{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;margin-bottom:3rem}.btn-primary{background:linear-gradient(90deg,#3b82f6,#9333ea);background:linear-gradient(to right,var(--brand-secondary),#9333ea);border-radius:.5rem;box-shadow:0 4px 6px -1px #0000001a;color:#fff;font-weight:600;padding:.75rem 2rem;text-decoration:none;transform:translateY(0);transition:all .2s}.btn-primary:hover{box-shadow:0 10px 15px -3px #0000001a;transform:translateY(-2px)}.btn-secondary{background:#fff;border:2px solid #e5e7eb;border-radius:.5rem;color:#111827;font-weight:600;padding:.75rem 2rem;text-decoration:none;transition:all .2s}.btn-secondary:hover{background:#f9fafb}.stats{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin:0 auto;max-width:48rem}.stat-item{text-align:center}.stat-number{font-size:2rem;font-weight:700;margin-bottom:.5rem}.stat-primary{color:#5aa17f;color:var(--brand-primary)}.stat-secondary{color:#3b82f6;color:var(--brand-secondary)}.stat-green{color:#22c55e;color:var(--brand-green)}.stat-label{color:#6b7280}.about-section{background:#fff;padding:4rem 0}.container{margin:0 auto;max-width:1200px;padding:0 1rem}.section-header{margin-bottom:3rem;text-align:center}.section-title{color:#111827;font-size:2.5rem;font-weight:700;margin-bottom:1rem}.section-divider{background:linear-gradient(90deg,#5aa17f,#3b82f6);background:linear-gradient(to right,var(--brand-primary),var(--brand-secondary));border-radius:2px;height:.25rem;margin:0 auto 1.5rem;width:6rem}.about-description{color:#6b7280;font-size:1.125rem;line-height:1.7;margin-bottom:2rem;margin-left:auto;margin-right:auto;max-width:64rem;text-align:center}.features-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.feature-card{padding:1.5rem;text-align:center}.feature-icon{align-items:center;border-radius:50%;display:flex;font-size:1.5rem;height:4rem;justify-content:center;margin:0 auto 1rem;width:4rem}.feature-icon-primary{background:linear-gradient(90deg,#5aa17f,#3b82f6);background:linear-gradient(to right,var(--brand-primary),var(--brand-secondary))}.feature-icon-secondary{background:linear-gradient(90deg,#3b82f6,#9333ea);background:linear-gradient(to right,var(--brand-secondary),#9333ea)}.feature-icon-green{background:linear-gradient(90deg,#22c55e,#5aa17f);background:linear-gradient(to right,var(--brand-green),var(--brand-primary))}.feature-title{color:#111827;font-size:1.25rem;font-weight:600;margin-bottom:.75rem}.feature-description{color:#6b7280}.footer{background:#111827;color:#fff;padding:4rem 0}.footer-header{margin-bottom:3rem;text-align:center}.footer-title{font-size:2.5rem;font-weight:700;margin-bottom:1rem}.footer-description{color:#d1d5db;font-size:1.25rem;margin:0 auto;max-width:32rem}.footer-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-bottom:3rem}.footer-item{text-align:center}.footer-icon{align-items:center;border-radius:.5rem;display:flex;font-size:1.25rem;height:3rem;justify-content:center;margin:0 auto 1rem;width:3rem}.footer-item-title{font-size:1.125rem;font-weight:600;margin-bottom:.5rem}.footer-item-description{color:#d1d5db}.footer-bottom{border-top:1px solid #374151;padding-top:2rem;text-align:center}.footer-logo{align-items:center;display:flex;justify-content:center;margin-bottom:1rem}.footer-logo-text{font-size:1.5rem;font-weight:600}.footer-logo-brand{color:#5aa17f;color:var(--brand-primary)}.footer-copyright{color:#9ca3af}@media (max-width:768px){.nav{display:none}.hero-title{font-size:2.5rem}.hero-description{font-size:1rem}.cta-buttons{align-items:center;flex-direction:column}.footer-title,.section-title{font-size:2rem}}
/*# sourceMappingURL=main.dd133263.css.map*/