body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f8f9fa;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}#root,body,html{height:100%}#root{display:flex;flex-direction:column}*{box-sizing:border-box;margin:0;padding:0}body{color:#333;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;line-height:1.6}.App{display:flex;flex-direction:column;min-height:100vh}.navbar{background-color:#2c3e50;box-shadow:0 2px 4px #0000001a;color:#fff;padding:0;position:-webkit-sticky;position:sticky;top:0;z-index:100}.nav-container{align-items:center;display:flex;justify-content:space-between;margin:0 auto;max-width:1200px;padding:1.5rem 2rem}.logo{color:#3498db;font-size:1.5rem;font-weight:700}.nav-links{display:flex;gap:2rem;list-style:none}.nav-links a{color:#fff;font-weight:500;text-decoration:none;transition:color .3s ease}.nav-links a:hover{color:#3498db}.hero{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;display:flex;flex:1 1;justify-content:center;padding:6rem 2rem;text-align:center}.hero-content h2{font-size:3rem;line-height:1.2;margin-bottom:1rem}.hero-content p{font-size:1.3rem;margin-bottom:2rem;opacity:.95}.cta-button{background-color:#f39c12;border:none;border-radius:5px;color:#fff;cursor:pointer;display:inline-block;font-size:1rem;font-weight:700;padding:1rem 2.5rem;text-decoration:none;transition:background-color .3s ease,transform .2s ease}.cta-button:hover{background-color:#e67e22;transform:translateY(-2px)}.about{background-color:#f8f9fa;padding:4rem 2rem}.about-container{margin:0 auto;max-width:1200px}.about h2{color:#2c3e50;font-size:2.5rem;margin-bottom:3rem;text-align:center}.features{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-bottom:4rem}.feature{background:#fff;border-radius:8px;box-shadow:0 2px 8px #0000001a;padding:2rem;transition:transform .3s ease,box-shadow .3s ease}.feature:hover{box-shadow:0 4px 12px #00000026;transform:translateY(-5px)}.feature h3{color:#3498db;font-size:1.3rem;margin-bottom:1rem}.feature p{color:#555;line-height:1.8}.methodology{background:#fff;border-radius:8px;box-shadow:0 2px 8px #0000001a;padding:2rem}.methodology h3{color:#2c3e50;font-size:1.5rem;margin-bottom:1.5rem}.methodology ul{color:#555;line-height:2;list-style-position:inside}.methodology li{margin-bottom:.5rem}.contact{background-color:#fff;padding:4rem 2rem}.contact-container{margin:0 auto;max-width:600px}.contact h2{color:#2c3e50;font-size:2.5rem;margin-bottom:.5rem;text-align:center}.contact-subtitle{color:#666;font-size:1.1rem}.contact-subtitle,.success-message{margin-bottom:2rem;text-align:center}.success-message{background-color:#d4edda;border:1px solid #c3e6cb;border-radius:5px;color:#155724;font-weight:500;padding:1rem}.error-message{background-color:#fdecea;border:1px solid #f5c6cb;border-radius:5px;color:#721c24;font-weight:600;margin-bottom:2rem;padding:1rem;text-align:center}.contact-form{gap:1.5rem}.contact-form,.form-group{display:flex;flex-direction:column}.form-group label{color:#2c3e50;font-weight:600;margin-bottom:.5rem}.form-group input{border:2px solid #ecf0f1;border-radius:5px;font-family:inherit;font-size:1rem;padding:.75rem;transition:border-color .3s ease}.form-group input:focus{background-color:#f0f7ff;border-color:#3498db;outline:none}.submit-button{background-color:#27ae60;border:none;border-radius:5px;color:#fff;cursor:pointer;font-size:1.1rem;font-weight:700;padding:1rem;transition:background-color .3s ease,transform .2s ease}.submit-button:hover{background-color:#229954;transform:translateY(-2px)}.submit-button:active{transform:translateY(0)}.footer{background-color:#2c3e50;color:#fff;margin-top:auto;padding:2rem;text-align:center}@media (max-width:768px){.hero-content h2{font-size:2rem}.hero-content p{font-size:1.1rem}.nav-links{gap:1rem}.features{grid-template-columns:1fr}.about h2,.contact h2{font-size:2rem}}
/*# sourceMappingURL=main.a4ea5f22.css.map*/