:root{--primary-color:#4f46e5;--secondary-color:#6366f1;--text-color:#1f2937;--bg-light:#f9fafb;--bg-dark:#111827}*{box-sizing:border-box}#root,body,html{background:#fff;color:#1f2937;color:var(--text-color);font-family:Inter,sans-serif;margin:0;padding:0}.navbar{align-items:center;background:#fff;box-shadow:0 2px 4px #0000001a;display:flex;justify-content:space-between;padding:1rem 2rem;position:fixed;top:0;width:100%;z-index:100}.logo{color:#4f46e5;color:var(--primary-color);font-size:1.5rem;font-weight:700}.nav-links a{color:#1f2937;color:var(--text-color);font-weight:500;margin-left:1.5rem;text-decoration:none}.hero{align-items:center;background:linear-gradient(135deg,#4f46e5,#6366f1);background:linear-gradient(135deg,var(--primary-color),var(--secondary-color));color:#fff;display:flex;flex-direction:column;justify-content:center;padding:8rem 1rem;text-align:center}.hero-content h1{font-size:2.5rem;margin-bottom:1rem}.hero-content p{font-size:1.125rem;margin-bottom:2rem}.cta-button{background:#fff;border-radius:.375rem;color:#4f46e5;color:var(--primary-color);display:inline-block;font-weight:600;padding:.75rem 1.5rem;text-decoration:none}.partners{margin-top:3rem}.partners h3{font-size:1rem;letter-spacing:1px;margin-bottom:1rem;opacity:.8;text-transform:uppercase}.partner-logos{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.partner-logos span{background:#fff3;border-radius:.375rem;font-size:.875rem;font-weight:500;padding:.5rem 1rem}.features{background:#f9fafb;background:var(--bg-light);padding:6rem 1rem;text-align:center}.features h2{font-size:2rem;margin-bottom:2rem}.features-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}.feature-card{background:#fff;border-radius:.5rem;box-shadow:0 2px 8px #0000000d;padding:1.5rem}.feature-card h3{font-size:1.25rem;margin-bottom:.5rem;margin-top:0}.feature-card p{color:#4b5563;font-size:1rem;margin:0}.demo-form-section{padding:6rem 1rem;text-align:center}.demo-form-section h2{font-size:2rem;margin-bottom:2rem}.demo-form{align-items:center;display:flex;flex-direction:column;margin:0 auto;max-width:360px}.demo-form input{border:1px solid #d1d5db;border-radius:.375rem;margin-bottom:1rem;padding:.75rem;width:100%}.demo-form button{background:#4f46e5;background:var(--primary-color);border:none;border-radius:.375rem;color:#fff;cursor:pointer;font-size:1rem;padding:.75rem;width:100%}.footer{background:#111827;background:var(--bg-dark);color:#d1d5db;padding:2rem 1rem;text-align:center}
/*# sourceMappingURL=main.270a5d55.css.map*/