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;scroll-behavior:smooth}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}html{scroll-behavior:smooth}*{box-sizing:border-box;margin:0;padding:0}:root{--primary-color:#2563eb;--primary-dark:#1e40af;--secondary-color:#10b981;--text-dark:#1f2937;--text-light:#6b7280;--bg-light:#f9fafb;--bg-white:#fff;--border-color:#e5e7eb;--shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;--shadow-lg:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.App{color:#1f2937;color:var(--text-dark);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.6}.container{margin:0 auto;max-width:1200px;padding:0 20px}.navbar{background:#fff;background:var(--bg-white);box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;box-shadow:var(--shadow);padding:1rem 0;position:-webkit-sticky;position:sticky;top:0;z-index:1000}.nav-container{justify-content:space-between;margin:0 auto;max-width:1200px;padding:0 20px}.logo,.nav-container{align-items:center;display:flex}.logo{color:#2563eb;color:var(--primary-color);font-size:1.5rem;font-weight:700;gap:10px}.logo-icon{font-size:2rem}.nav-links{align-items:center;display:flex;gap:2rem;list-style:none}.nav-links a{color:#1f2937;color:var(--text-dark);font-weight:500;text-decoration:none;transition:color .3s}.nav-links a:hover{color:#2563eb;color:var(--primary-color)}.menu-toggle{background:none;border:none;cursor:pointer;display:none;flex-direction:column;gap:5px;padding:5px}.menu-toggle span{background:#1f2937;background:var(--text-dark);height:3px;transition:all .3s;width:25px}.hero{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:6rem 20px;text-align:center}.hero-content{margin:0 auto;max-width:800px}.hero-title{font-size:3rem;font-weight:800;line-height:1.2;margin-bottom:1.5rem}.highlight{color:#fbbf24}.hero-subtitle{font-size:1.25rem;line-height:1.8;margin-bottom:2rem;opacity:.95}.hero-buttons{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;margin-bottom:4rem}.btn{border:none;border-radius:8px;cursor:pointer;display:inline-block;font-size:1rem;font-weight:600;padding:1rem 2rem;text-decoration:none;transition:all .3s}.btn-primary{background:#fff;background:var(--bg-white);color:#2563eb;color:var(--primary-color)}.btn-primary:hover{box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;box-shadow:var(--shadow-lg);transform:translateY(-2px)}.btn-secondary{background:#0000;border:2px solid #fff;color:#fff}.btn-secondary:hover{background:#fff;color:#2563eb;color:var(--primary-color)}.btn-full{width:100%}.hero-stats{display:flex;flex-wrap:wrap;gap:3rem;justify-content:center}.stat{align-items:center;display:flex;flex-direction:column}.stat-number{font-size:2.5rem;font-weight:700;margin-bottom:.5rem}.stat-label{font-size:.9rem;opacity:.9}.services{background:#f9fafb;background:var(--bg-light);padding:6rem 0}.section-title{color:#1f2937;color:var(--text-dark);font-size:2.5rem;margin-bottom:1rem;text-align:center}.section-subtitle{color:#6b7280;color:var(--text-light);font-size:1.1rem;margin-bottom:3rem;margin-left:auto;margin-right:auto;max-width:600px;text-align:center}.services-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin-top:3rem}.service-card{background:#fff;background:var(--bg-white);border-radius:12px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;box-shadow:var(--shadow);padding:2rem;text-align:center;transition:all .3s}.service-card:hover{box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;box-shadow:var(--shadow-lg);transform:translateY(-5px)}.service-icon{font-size:3rem;margin-bottom:1rem}.service-card h3{color:#1f2937;color:var(--text-dark);font-size:1.5rem;margin-bottom:1rem}.service-card p{color:#6b7280;color:var(--text-light);line-height:1.7;margin-bottom:1.5rem}.service-price{background:#2563eb;background:var(--primary-color);border-radius:6px;color:#fff;display:inline-block;font-weight:600;padding:.5rem 1rem}.about{background:#fff;background:var(--bg-white);padding:6rem 0}.about-content{grid-gap:4rem;align-items:center;display:grid;gap:4rem;grid-template-columns:1fr 1fr}.about-text p{color:#6b7280;color:var(--text-light);font-size:1.1rem;line-height:1.8;margin-bottom:1.5rem}.about-text p strong{color:#1f2937;color:var(--text-dark)}.about-features{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(2,1fr);margin-top:2rem}.feature{align-items:center;color:#1f2937;color:var(--text-dark);display:flex;gap:.75rem}.feature-icon{background:#10b981;background:var(--secondary-color);border-radius:50%;color:#fff;flex-shrink:0;font-weight:700;height:24px;width:24px}.about-image,.feature-icon{align-items:center;display:flex;justify-content:center}.image-placeholder{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:12px;color:#fff;max-width:400px;padding:4rem 2rem;text-align:center;width:100%}.image-placeholder span{display:block;font-size:5rem;margin-bottom:1rem}.image-placeholder p{font-size:1.2rem;line-height:1.6}.testimonials{background:#f9fafb;background:var(--bg-light);padding:6rem 0}.testimonials-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin-top:3rem}.testimonial-card{background:#fff;background:var(--bg-white);border-radius:12px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;box-shadow:var(--shadow);padding:2rem}.testimonial-stars{font-size:1.5rem;margin-bottom:1rem}.testimonial-text{color:#6b7280;color:var(--text-light);font-style:italic;line-height:1.7;margin-bottom:1.5rem}.testimonial-author{color:#1f2937;color:var(--text-dark);font-weight:600}.contact{background:#fff;background:var(--bg-white);padding:6rem 0}.contact-content{grid-gap:4rem;display:grid;gap:4rem;grid-template-columns:1fr 1fr;margin-top:3rem}.contact-info{display:flex;flex-direction:column;gap:2rem}.contact-item{align-items:flex-start;display:flex;gap:1.5rem}.contact-icon{flex-shrink:0;font-size:2.5rem}.contact-item h3{color:#1f2937;color:var(--text-dark);margin-bottom:.5rem}.contact-item a{color:#2563eb;color:var(--primary-color);display:block;font-weight:600;margin-bottom:.5rem;text-decoration:none}.contact-item a:hover{text-decoration:underline}.contact-item p{color:#6b7280;color:var(--text-light);margin:0}.contact-form{gap:1.5rem}.contact-form,.form-group{display:flex;flex-direction:column}.form-group label{color:#1f2937;color:var(--text-dark);font-weight:600;margin-bottom:.5rem}.form-group input,.form-group textarea{border:2px solid #e5e7eb;border:2px solid var(--border-color);border-radius:8px;font-family:inherit;font-size:1rem;padding:.75rem;transition:border-color .3s}.form-group input:focus,.form-group textarea:focus{border-color:#2563eb;border-color:var(--primary-color);outline:none}.form-group textarea{resize:vertical}.footer{background:#1f2937;background:var(--text-dark);color:#fff;padding:3rem 0 1rem}.footer-content{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-bottom:2rem}.footer-section h3,.footer-section h4{margin-bottom:1rem}.footer-section p{color:#fffc;line-height:1.7}.footer-section ul{list-style:none}.footer-section ul li{margin-bottom:.5rem}.footer-section a{color:#fffc;text-decoration:none;transition:color .3s}.footer-section a:hover{color:#fff}.social-links{display:flex;flex-direction:column;gap:.5rem}.footer-bottom{border-top:1px solid #ffffff1a;color:#fff9;padding-top:2rem;text-align:center}@media (max-width:768px){.menu-toggle{display:flex}.nav-links{background:#fff;background:var(--bg-white);box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;box-shadow:var(--shadow);flex-direction:column;left:0;opacity:0;padding:1rem;position:absolute;right:0;top:100%;transform:translateY(-100%);transition:all .3s;visibility:hidden}.nav-links.active{opacity:1;transform:translateY(0);visibility:visible}.hero-title{font-size:2rem}.hero-subtitle{font-size:1rem}.hero-stats{gap:2rem}.about-content,.about-features,.contact-content,.services-grid,.testimonials-grid{grid-template-columns:1fr}.section-title{font-size:2rem}}@media (max-width:480px){.hero{padding:4rem 20px}.hero-title{font-size:1.75rem}.hero-buttons{flex-direction:column}.btn{text-align:center;width:100%}}
/*# sourceMappingURL=main.dae84425.css.map*/