body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;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}*{box-sizing:border-box;margin:0;padding:0}body{background:#fafafa;color:#1a1a1a;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,sans-serif;line-height:1.6;overflow-x:hidden}nav{background:#fff;box-shadow:0 2px 8px #00000008;justify-content:space-between;padding:1.2rem 5%;position:-webkit-sticky;position:sticky;top:0;z-index:100}.logo,nav{align-items:center;display:flex}.logo{color:#2ecc71;font-size:1.5rem;font-weight:700;gap:.5rem}.nav-links{align-items:center;display:flex;gap:2rem;list-style:none}.nav-links a{color:#555;font-weight:500;text-decoration:none;transition:color .3s}.nav-links a:hover{color:#2ecc71}.cta-btn{background:#2ecc71;border:none;border-radius:50px;color:#fff;cursor:pointer;font-weight:600;padding:.7rem 1.5rem;text-decoration:none;transition:all .3s}.cta-btn:hover{background:#27ae60;box-shadow:0 4px 12px #2ecc714d;transform:translateY(-2px)}.hero{background:linear-gradient(135deg,#f5f7fa,#e8f5e9);flex-direction:column;min-height:70vh;padding:6rem 5% 4rem;text-align:center}.hero,.hero-icon{align-items:center;display:flex;justify-content:center}.hero-icon{animation:float 3s ease-in-out infinite,pulse-glow 3s ease-in-out infinite;background:#2ecc71;border-radius:50%;box-shadow:0 0 30px #2ecc7180;font-size:3rem;height:100px;margin:0 auto 2rem;width:100px}@keyframes float{0%,to{transform:translateY(0) scale(1)}50%{transform:translateY(-25px) scale(1.05)}}@keyframes pulse-glow{0%,to{box-shadow:0 0 20px #2ecc7166}50%{box-shadow:0 0 40px #2ecc71cc}}@keyframes slide-up{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fade-in-delay{0%{opacity:0}50%{opacity:0}to{opacity:1}}.hero h1{animation:slide-up .8s ease-out;color:#1a1a1a;font-size:3.5rem;line-height:1.2;margin-bottom:1rem;max-width:900px}.hero h1,.hero-subtitle{margin-left:auto;margin-right:auto}.hero-subtitle{animation:slide-up .8s ease-out .1s both;color:#666;font-size:1.3rem;line-height:1.8;margin-bottom:2rem;max-width:700px}.hero-buttons{animation:slide-up .8s ease-out .2s both;display:flex;flex-wrap:wrap;gap:1.5rem;justify-content:center}.primary-btn{background:#2ecc71;border:none;border-radius:50px;box-shadow:0 4px 15px #2ecc7133;color:#fff;cursor:pointer;font-size:1.1rem;font-weight:600;padding:1rem 2.5rem;text-decoration:none;transition:all .3s}.primary-btn:hover{background:#27ae60;box-shadow:0 8px 25px #2ecc714d;transform:translateY(-3px)}.secondary-btn{background:#fff;border:2px solid #2ecc71;border-radius:50px;color:#2ecc71;cursor:pointer;font-size:1.1rem;font-weight:600;padding:1rem 2.5rem;text-decoration:none;transition:all .3s}.secondary-btn:hover{background:#f0f9f7;transform:translateY(-3px)}.features{background:#fff;padding:6rem 5%}.section-title{color:#1a1a1a;font-size:2.5rem;margin-bottom:1rem;text-align:center}.section-subtitle{color:#777;font-size:1.1rem;margin-bottom:3rem;margin-left:auto;margin-right:auto;max-width:600px;text-align:center}.features-grid{grid-gap:2.5rem;display:grid;gap:2.5rem;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));margin:0 auto;max-width:1200px}.feature-card{animation:fade-in-delay .6s ease-out forwards;background:#f9f9f9;border:1px solid #eee;border-radius:12px;padding:2.5rem;text-align:center;transition:all .3s}.feature-card:hover{border-color:#2ecc71;box-shadow:0 12px 30px #0000001a;transform:translateY(-8px)}.feature-icon{font-size:3rem;margin-bottom:1rem}.feature-card h3{color:#1a1a1a;font-size:1.4rem;margin-bottom:1rem}.feature-card p{color:#666;line-height:1.8}.use-cases{background:#f5f7fa;padding:6rem 5%}.use-cases-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));margin:0 auto;max-width:1200px}.use-case{background:#fff;border-left:4px solid #2ecc71;border-radius:12px;box-shadow:0 2px 8px #0000000d;padding:2rem}.use-case h4{color:#2ecc71;font-size:1.1rem;font-size:.9rem;letter-spacing:1px;margin-bottom:.5rem;text-transform:uppercase}.use-case h3{color:#1a1a1a;font-size:1.4rem;margin-bottom:.8rem}.use-case p{color:#666;line-height:1.7}.testimonials{background:#fff;padding:6rem 5%}.testimonials-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin:0 auto;max-width:1200px}.testimonial{background:#f9f9f9;border-radius:12px;border-top:3px solid #2ecc71;padding:2rem}.stars{color:#ffc107;font-size:1.2rem;margin-bottom:1rem}.testimonial-text{color:#555;font-style:italic;line-height:1.8;margin-bottom:1.5rem}.testimonial-author{color:#1a1a1a;font-weight:600}.testimonial-role{color:#888;font-size:.9rem}.final-cta{background:linear-gradient(135deg,#2ecc71,#27ae60);color:#fff;padding:5rem 5%;text-align:center}.final-cta h2{font-size:2.5rem;margin-bottom:1rem}.final-cta p{font-size:1.2rem;margin-bottom:2rem;opacity:.95}footer{background:#1a1a1a;color:#aaa;padding:3rem 5%;text-align:center}footer a{color:#2ecc71;text-decoration:none;transition:color .3s}footer a:hover{color:#27ae60}.contact-support-section{align-items:center;background:linear-gradient(135deg,#f5f7fa,#e8f5e9);display:flex;justify-content:center;min-height:80vh;padding:5rem 5%}.contact-container{animation:slide-up .6s ease-out;background:#fff;border-radius:16px;box-shadow:0 10px 40px #0000001a;max-width:700px;padding:3rem;width:100%}.contact-title{color:#1a1a1a;font-size:2.5rem;margin-bottom:1rem;text-align:center}.contact-subtitle{color:#666;font-size:1.1rem;line-height:1.6;margin-bottom:2.5rem;text-align:center}.contact-form{gap:1.5rem}.contact-form,.form-group{display:flex;flex-direction:column}.form-group{gap:.5rem}.form-group label{color:#1a1a1a;font-size:.95rem;font-weight:600}.form-group input,.form-group textarea{background:#fafafa;border:2px solid #e0e0e0;border-radius:8px;font-family:inherit;font-size:1rem;padding:.9rem 1.2rem;transition:all .3s}.form-group input:focus,.form-group textarea:focus{background:#fff;border-color:#2ecc71;box-shadow:0 0 0 3px #2ecc711a;outline:none}.form-group textarea{min-height:120px;resize:vertical}.submit-btn{background:#2ecc71;border:none;border-radius:50px;box-shadow:0 4px 15px #2ecc7133;color:#fff;cursor:pointer;font-size:1.1rem;font-weight:600;margin-top:1rem;padding:1rem 2rem;transition:all .3s}.submit-btn:hover:not(:disabled){background:#27ae60;box-shadow:0 6px 20px #2ecc714d;transform:translateY(-2px)}.submit-btn:disabled{background:#95e5b8;cursor:not-allowed}.status-message{border-radius:8px;font-weight:500;margin-top:1rem;padding:1rem 1.5rem;text-align:center}.status-message.success{background:#d4edda;border:1px solid #c3e6cb;color:#155724}.status-message.error{background:#f8d7da;border:1px solid #f5c6cb;color:#721c24}@media (max-width:768px){.hero h1{font-size:2.2rem}.hero-subtitle{font-size:1.1rem}.hero-buttons{flex-direction:column}.primary-btn,.secondary-btn{width:100%}.section-title{font-size:2rem}.nav-links{font-size:.9rem;gap:1rem}nav{padding:1rem 3%}.contact-container{padding:2rem 1.5rem}.contact-title{font-size:2rem}.contact-subtitle{font-size:1rem}}
/*# sourceMappingURL=main.220bd355.css.map*/