*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#1f2937;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}a{color:inherit;text-decoration:none}button{cursor:pointer;font-family:inherit}.navbar{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;border-bottom:1px solid #dc26261a;box-shadow:0 4px 20px #dc26261a;position:-webkit-sticky;position:sticky;top:0;z-index:1000}.nav-wrapper{justify-content:space-between;padding:1rem 0}.logo,.nav-wrapper{align-items:center;display:flex}.logo{transition:all .3s ease}.logo:hover{transform:scale(1.05)}.logo-image{display:block;height:60px;object-fit:contain;width:auto}.logo-text{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#dc2626,#b91c1c 50%,#991b1b);-webkit-background-clip:text;background-clip:text;font-size:1.5rem;font-weight:800;letter-spacing:-.5px}.nav-menu{align-items:center;display:flex;gap:2rem;list-style:none}.nav-menu a{color:#4b5563;font-weight:500;padding:.5rem 0;position:relative;transition:color .3s ease}.nav-menu a.active,.nav-menu a:hover{color:#dc2626;transform:translateY(-2px)}.nav-menu a.active:after{background:linear-gradient(90deg,#dc2626,#b91c1c);border-radius:2px 2px 0 0;bottom:0;content:"";height:3px;left:0;position:absolute;right:0}.mobile-toggle{background:none;border:none;cursor:pointer;display:none;flex-direction:column;gap:5px;padding:.5rem}.mobile-toggle span{background:#dc2626;border-radius:2px;height:3px;transition:all .3s ease;width:25px}.mobile-toggle.active span:first-child{transform:rotate(45deg) translate(8px,8px)}.mobile-toggle.active span:nth-child(2){opacity:0}.mobile-toggle.active span:nth-child(3){transform:rotate(-45deg) translate(7px,-7px)}@media (max-width:768px){.mobile-toggle{display:flex}.nav-menu{background:#fff;box-shadow:0 5px 15px #0000001a;flex-direction:column;gap:1rem;left:0;opacity:0;padding:2rem;position:absolute;right:0;top:100%;transform:translateY(-100%);transition:all .3s ease;visibility:hidden}.nav-menu.active{opacity:1;transform:translateY(0);visibility:visible}.nav-menu a{padding:1rem;text-align:center;width:100%}}.footer{background:linear-gradient(135deg,#991b1b,#b91c1c 50%,#dc2626);color:#fff;margin-top:auto;padding:3rem 0 1.5rem}.footer-content{align-items:center;display:flex;flex-wrap:wrap;gap:2rem;justify-content:space-between;margin-bottom:2rem}.footer-logo-section{align-items:center;display:flex;flex:1 1;min-width:200px}.footer-logo-image{display:block;height:50px;object-fit:contain;width:auto}.footer-logo{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#fff,#ffffffe6);-webkit-background-clip:text;background-clip:text;font-size:1.5rem;font-weight:800;margin:0}.footer-links{align-items:center;display:flex;flex-wrap:wrap;gap:2rem}.footer-link{color:#ffffffe6;font-weight:500;padding:.5rem 0;position:relative;text-decoration:none;transition:all .3s ease}.footer-link:hover{color:#fff;transform:translateY(-2px)}.footer-link:after{background:#fff;bottom:0;content:"";height:2px;left:0;position:absolute;right:0;transform:scaleX(0);transition:transform .3s ease}.footer-link:hover:after{transform:scaleX(1)}.footer-contact{flex:1 1;min-width:200px;text-align:right}.footer-contact p{color:#ffffffe6;font-size:.95rem;margin:.25rem 0}.footer-bottom{border-top:1px solid #fff3;color:#fffc;font-size:.9rem;padding-top:2rem;text-align:center}@media (max-width:768px){.footer-content{flex-direction:column}.footer-content,.footer-logo-section{text-align:center}.footer-links{gap:1.5rem;justify-content:center}.footer-contact{text-align:center}}.hero{align-items:center;background:linear-gradient(135deg,#dc2626,#b91c1c 50%,#991b1b);color:#fff;display:flex;justify-content:center;min-height:700px;overflow:hidden;position:relative}.hero:before{background:radial-gradient(circle at 20% 50%,#ffffff1a 0,#0000 50%),radial-gradient(circle at 80% 80%,#ffffff1a 0,#0000 50%);content:"";pointer-events:none}.hero-background,.hero:before{bottom:0;left:0;position:absolute;right:0;top:0}.hero-background{background:url("data:image/svg+xml;charset=utf-8,%3Csvg width='100' height='100' xmlns='http://www.w3.org/2000/svg'%3E%3Cdefs%3E%3Cpattern id='a' width='100' height='100' patternUnits='userSpaceOnUse'%3E%3Cpath d='M100 0H0v100' fill='none' stroke='rgba(255,255,255,0.1)'/%3E%3C/pattern%3E%3C/defs%3E%3Cpath fill='url(%23a)' d='M0 0h100v100H0z'/%3E%3C/svg%3E");opacity:.3}.hero-content{margin:0 auto;max-width:800px;padding:2rem 0;position:relative;text-align:center;z-index:1}.hero-title{animation:fadeInUp .8s ease-out;font-size:3.5rem;font-weight:800;line-height:1.2;margin-bottom:1.5rem;text-shadow:0 4px 20px #0003}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.hero-subtitle{font-size:1.5rem;line-height:1.6;margin-bottom:2rem;opacity:.95}.hero-cta{font-size:1.1rem;padding:16px 40px}.value-proposition{background:#f9fafb}.value-grid{margin-top:2rem}.value-card{padding:2.5rem 2rem;text-align:center}.value-icon{align-items:center;color:#dc2626;display:flex;font-size:2.5rem;justify-content:center;margin-bottom:1rem}.value-icon svg{height:2.5rem;width:2.5rem}.value-card h3{color:#dc2626;font-size:1.5rem;font-weight:700;margin-bottom:1rem}.value-card p{color:#6b7280;line-height:1.7}.how-it-works{background:#fff}.steps-container{flex-wrap:wrap;gap:1rem;justify-content:center;margin-top:3rem}.step,.steps-container{align-items:center;display:flex}.step{flex:1 1;flex-direction:column;max-width:200px;min-width:180px;text-align:center}.step-number{align-items:center;box-shadow:0 8px 25px #dc262666;color:#fff;display:flex;font-size:1.75rem;font-weight:800;height:70px;justify-content:center;margin-bottom:1.5rem;position:relative;transition:all .3s ease;width:70px}.step-number,.step-number:after{background:linear-gradient(135deg,#dc2626,#b91c1c);border-radius:50%}.step-number:after{content:"";filter:blur(8px);inset:-4px;opacity:.3;position:absolute;z-index:-1}.step:hover .step-number{box-shadow:0 12px 35px #dc262680;transform:scale(1.1) rotate(5deg)}.step-content h3{color:#dc2626;font-size:1.3rem;font-weight:700;margin-bottom:.5rem}.step-content p{color:#6b7280;font-size:.95rem;line-height:1.6}.step-arrow{animation:pulse 2s infinite;color:#dc2626;font-size:2.5rem;font-weight:700}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.7;transform:scale(1.1)}}.success-image-section{background:#fff;padding:80px 20px}.success-image-wrapper{border-radius:24px;box-shadow:0 20px 60px #dc262633;margin:0 auto;max-width:1400px;overflow:hidden;position:relative;width:100%}.success-team-image{display:block;height:500px;object-fit:cover;transition:transform .5s ease;width:100%}.success-image-wrapper:hover .success-team-image{transform:scale(1.05)}.success-image-overlay{background:linear-gradient(0deg,#dc2626f2 0,#dc2626b3 50%,#0000);bottom:0;color:#fff;left:0;padding:3rem 2rem 2rem;position:absolute;right:0}.success-image-title{color:#fff;font-size:2.5rem;font-weight:800;margin-bottom:1rem;text-shadow:0 2px 10px #0000004d}.success-image-text{font-size:1.25rem;line-height:1.6;max-width:700px;opacity:.95}.testimonials{background:#f9fafb}.testimonials-grid{margin-top:2rem}.testimonial-card{display:flex;flex-direction:column;padding:2rem}.testimonial-avatar{align-items:center;align-self:flex-start;background:linear-gradient(135deg,#dc2626,#b91c1c);border-radius:50%;box-shadow:0 6px 20px #dc26264d;color:#fff;display:flex;font-size:1.75rem;font-weight:700;height:70px;justify-content:center;margin-bottom:1.5rem;transition:transform .3s ease;width:70px}.testimonial-card:hover .testimonial-avatar{transform:scale(1.1) rotate(5deg)}.testimonial-text{color:#4b5563;font-style:italic;line-height:1.7;margin-bottom:1.5rem}.testimonial-author{margin-top:auto}.testimonial-author strong{color:#dc2626;display:block;font-weight:700;margin-bottom:.25rem}.testimonial-author span{color:#6b7280;font-size:.9rem}.testimonials-cta{margin-top:3rem;text-align:center}.cta-section{background:linear-gradient(135deg,#991b1b,#b91c1c 50%,#dc2626);color:#fff;overflow:hidden;position:relative}.cta-section:before{animation:rotate 20s linear infinite;background:radial-gradient(circle,#ffffff1a 0,#0000 70%);content:"";height:200%;position:absolute;right:-50%;top:-50%;width:200%}@keyframes rotate{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.cta-content{margin:0 auto;max-width:700px;text-align:center}.cta-title{color:#fff;font-size:2.5rem;margin-bottom:1rem}.cta-text{font-size:1.25rem;margin-bottom:2rem;opacity:.95}.cta-button{background:#fff;border:2px solid #fff;color:#dc2626;font-weight:700;position:relative;z-index:1}.cta-button:hover{background:#0000;border-color:#fff;color:#fff}@media (max-width:768px){.hero{min-height:500px;padding:2rem 0}.hero-title{font-size:2rem}.hero-subtitle{font-size:1.2rem}.steps-container{flex-direction:column}.step-arrow{margin:.5rem 0;transform:rotate(90deg)}.step{max-width:100%}.cta-title{font-size:2rem}.cta-text{font-size:1.1rem}.success-image-overlay{padding:2rem 1.5rem 1.5rem}.success-image-title{font-size:1.75rem}.success-image-text{font-size:1rem}.about-collaboration-image,.success-team-image{height:400px}}.about{background:#f9fafb}.about-hero{background:#fff;padding-top:100px}.page-title{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#dc2626,#b91c1c);-webkit-background-clip:text;background-clip:text;font-size:3rem;font-weight:800;margin-bottom:3rem;text-align:center}.about-content{margin:0 auto;max-width:1200px}.about-image-wrapper{border-radius:20px;box-shadow:0 20px 60px #dc262626;margin-bottom:3rem;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease;width:100%}.about-image-wrapper:hover{box-shadow:0 25px 70px #dc262640;transform:translateY(-5px)}.about-collaboration-image{display:block;height:500px;object-fit:cover;transition:transform .5s ease;width:100%}.about-image-wrapper:hover .about-collaboration-image{transform:scale(1.05)}.about-text{color:#4b5563;line-height:1.8}.about-text .lead{color:#dc2626;font-size:1.5rem;font-weight:600;margin-bottom:2rem}.about-text p{font-size:1.1rem;margin-bottom:1.5rem}.team-section{background:#f9fafb}.team-grid{margin-top:2rem}.team-card{padding:2.5rem 2rem;text-align:center}.team-avatar{align-items:center;background:linear-gradient(135deg,#dc2626,#b91c1c);border-radius:50%;box-shadow:0 8px 25px #dc26264d;color:#fff;display:flex;font-size:2.25rem;font-weight:800;height:110px;justify-content:center;margin:0 auto 1.5rem;transition:transform .3s ease;width:110px}.team-card:hover .team-avatar{transform:scale(1.1) rotate(5deg)}.team-card h3{color:#dc2626;font-size:1.5rem;font-weight:700;margin-bottom:.5rem}.team-role{color:#dc2626;font-size:1.1rem;font-weight:600;margin-bottom:1rem}.team-bio{color:#6b7280;line-height:1.7;text-align:left}@media (max-width:768px){.page-title{font-size:2rem;margin-bottom:2rem}.about-text .lead{font-size:1.25rem}.about-text p{font-size:1rem}}.services{background:#f9fafb}.services-hero{background:linear-gradient(135deg,#dc2626,#b91c1c 50%,#991b1b);color:#fff;padding-top:100px}.services-hero .page-title{-webkit-text-fill-color:#fff;background:none;color:#fff}.services-hero .section-subtitle{color:#fffffff2}.service-section{background:#fff}.service-section.alt{background:#f9fafb}.service-content{margin:0 auto;max-width:900px;text-align:center}.service-icon{align-items:center;color:#dc2626;display:flex;font-size:3rem;justify-content:center;margin-bottom:2rem}.service-icon svg{height:3rem;width:3rem}.service-title{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#dc2626,#b91c1c);-webkit-background-clip:text;background-clip:text;font-size:2.5rem;font-weight:800;margin-bottom:2rem}.service-text{color:#4b5563;line-height:1.8;text-align:left}.service-text p{font-size:1.1rem;margin-bottom:1.5rem}.service-list{list-style:none;margin:2rem 0;padding-left:0}.service-list li{background:#fff;border-left:5px solid #dc2626;border-radius:8px;box-shadow:0 4px 12px #dc262614;margin-bottom:.75rem;padding:1.25rem;transition:all .3s ease}.service-list li:hover{border-left-color:#b91c1c;box-shadow:0 8px 20px #dc262626;transform:translateX(8px)}.service-list li strong{color:#dc2626;font-weight:700}@media (max-width:768px){.service-title{font-size:2rem}.service-text p{font-size:1rem}.service-icon{font-size:3rem}}.faq{background:#f9fafb}.faq-hero{background:linear-gradient(135deg,#dc2626,#b91c1c 50%,#991b1b);color:#fff;padding-top:100px}.faq-hero .page-title{-webkit-text-fill-color:#fff;background:none;color:#fff}.faq-hero .section-subtitle{color:#fffffff2}.faq-section{background:#f9fafb}.faq-container{margin:0 auto;max-width:800px}.faq-item{background:#fff;border:1px solid #dc26261a;border-radius:16px;box-shadow:0 4px 12px #dc262614;margin-bottom:1rem;overflow:hidden;transition:all .3s ease}.faq-item:hover{border-color:#dc26264d;box-shadow:0 8px 24px #dc262626}.faq-question{align-items:center;background:#fff;border:none;color:#dc2626;cursor:pointer;display:flex;font-size:1.1rem;font-weight:700;justify-content:space-between;padding:1.5rem;text-align:left;transition:all .3s ease;width:100%}.faq-question:hover{background:#dc26260d;color:#b91c1c}.faq-icon{align-items:center;background:#dc26261a;border-radius:50%;color:#dc2626;display:flex;flex-shrink:0;font-size:1.75rem;font-weight:700;height:30px;justify-content:center;margin-left:1rem;transition:transform .3s ease;width:30px}.faq-item.open .faq-icon{transform:rotate(180deg)}.faq-answer{max-height:0;overflow:hidden;padding:0 1.5rem;transition:max-height .3s ease,padding .3s ease}.faq-item.open .faq-answer{max-height:500px;padding:0 1.5rem 1.5rem}.faq-answer p{color:#4b5563;font-size:1rem;line-height:1.7}.faq-cta{background:linear-gradient(135deg,#dc26260d,#b91c1c0d);border:1px solid #dc262633;border-radius:20px;box-shadow:0 8px 24px #dc26261a;margin-top:3rem;padding:2.5rem;text-align:center}.faq-cta p{color:#4b5563;font-size:1.2rem;margin-bottom:1rem}@media (max-width:768px){.faq-question{font-size:1rem;padding:1.25rem}.faq-answer{padding:0 1.25rem}.faq-item.open .faq-answer{padding:0 1.25rem 1.25rem}}.contact{background:#f9fafb}.contact-hero{background:linear-gradient(135deg,#dc2626,#b91c1c 50%,#991b1b);color:#fff;padding-top:100px}.contact-hero .page-title{-webkit-text-fill-color:#fff;background:none;color:#fff}.contact-hero .section-subtitle{color:#fffffff2}.contact-section{background:#f9fafb}.contact-wrapper{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:1fr 1fr;margin:0 auto;max-width:1200px}.contact-form-container,.contact-info-container{background:#fff;border:1px solid #dc26261a;border-radius:20px;box-shadow:0 8px 30px #dc26261a;padding:2.5rem;transition:all .3s ease}.contact-form-container:hover,.contact-info-container:hover{box-shadow:0 12px 40px #dc262626;transform:translateY(-2px)}.contact-form-container h2,.contact-info-container h2{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#dc2626,#b91c1c);-webkit-background-clip:text;background-clip:text;font-size:2rem;font-weight:800;margin-bottom:2rem}.contact-form{gap:1.5rem}.contact-form,.form-group{display:flex;flex-direction:column}.form-group label{color:#374151;font-weight:600;margin-bottom:.5rem}.form-group input,.form-group textarea{border:2px solid #e5e7eb;border-radius:8px;font-family:inherit;font-size:1rem;padding:.75rem;transition:border-color .3s ease}.form-group input:focus,.form-group textarea:focus{border-color:#dc2626;box-shadow:0 0 0 3px #dc26261a;outline:none}.form-group textarea{min-height:120px;resize:vertical}.form-status{border-radius:8px;font-weight:500;padding:1rem;text-align:center}.form-status.success{background:#dc26261a;border:1px solid #dc2626;color:#991b1b}.form-status.error{background:#dc262626;border:1px solid #dc2626;color:#991b1b}.form-submit:disabled{cursor:not-allowed;opacity:.6}.form-submit{font-size:1.1rem;padding:1rem;width:100%}.contact-info{display:flex;flex-direction:column;gap:2rem}.info-item{align-items:flex-start;display:flex;gap:1.5rem}.info-icon{align-items:center;color:#dc2626;display:flex;flex-shrink:0;font-size:1.75rem;height:2.5rem;justify-content:center;width:2.5rem}.info-icon svg{height:1.75rem;width:1.75rem}.info-content h3{color:#dc2626;font-size:1.25rem;font-weight:700;margin-bottom:.5rem}.info-content p{color:#6b7280;line-height:1.6;margin-bottom:.25rem}.info-content a{color:#dc2626;font-weight:600;transition:color .3s ease}.info-content a:hover{color:#b91c1c;text-decoration:underline}@media (max-width:968px){.contact-wrapper{gap:2rem;grid-template-columns:1fr}}@media (max-width:768px){.contact-form-container,.contact-info-container{padding:1.5rem}.contact-form-container h2,.contact-info-container h2{font-size:1.5rem;margin-bottom:1.5rem}}.App{display:flex;flex-direction:column;min-height:100vh}html{scroll-behavior:smooth}.container{margin:0 auto;max-width:1200px;padding:0 20px;width:100%}.section{padding:80px 0}.section-title{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#dc2626,#b91c1c);-webkit-background-clip:text;background-clip:text;color:#dc2626;font-size:2.5rem;font-weight:700;margin-bottom:3rem;text-align:center}.section-subtitle{color:#6b7280;font-size:1.25rem;margin:0 auto 3rem;max-width:700px;text-align:center}.btn{border:none;border-radius:8px;display:inline-block;font-size:1rem;font-weight:600;padding:14px 32px;text-align:center;transition:all .3s ease}.btn-primary{background:linear-gradient(135deg,#dc2626,#b91c1c);box-shadow:0 4px 15px #dc26264d;color:#fff;overflow:hidden;position:relative}.btn-primary:before{background:linear-gradient(90deg,#0000,#fff3,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .5s;width:100%}.btn-primary:hover:before{left:100%}.btn-primary:hover{background:linear-gradient(135deg,#b91c1c,#991b1b);box-shadow:0 12px 30px #dc262666;transform:translateY(-3px)}.btn-secondary{background:#fff;border:2px solid #dc2626;box-shadow:0 4px 15px #dc26261a;color:#dc2626}.btn-secondary:hover{background:#dc2626;box-shadow:0 12px 30px #dc26264d;color:#fff;transform:translateY(-3px)}.grid{grid-gap:2rem;display:grid;gap:2rem}.grid-2{grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.grid-3{grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.grid-4{grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.card{background:#fff;border:1px solid #dc26261a;border-radius:20px;box-shadow:0 8px 30px #00000014;overflow:hidden;padding:2.5rem;position:relative;transition:all .4s cubic-bezier(.175,.885,.32,1.275)}.card:before{background:linear-gradient(90deg,#dc2626,#b91c1c);content:"";height:4px;left:0;position:absolute;top:0;transform:scaleX(0);transform-origin:left;transition:transform .4s ease;width:100%}.card:hover:before{transform:scaleX(1)}.card:hover{border-color:#dc26264d;box-shadow:0 20px 40px #dc262626;transform:translateY(-8px) scale(1.02)}@media (max-width:768px){.section{padding:60px 0}.section-title{font-size:2rem;margin-bottom:2rem}.section-subtitle{font-size:1.1rem;margin-bottom:2rem}.grid-2,.grid-3,.grid-4{grid-template-columns:1fr}}
/*# sourceMappingURL=main.3db0c806.css.map*/