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}.App{-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}html{scroll-behavior:smooth}body{overflow-x:hidden}.navbar{background:#fffffffa;box-shadow:0 2px 10px #0000001a;left:0;position:fixed;top:0;transition:all .3s ease;width:100%;z-index:1000}.nav-container{align-items:center;display:flex;justify-content:space-between;margin:0 auto;max-width:1200px;padding:1rem 2rem}.nav-logo{font-size:1.8rem;font-weight:700}.logo-text{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;background-clip:text}.nav-menu{align-items:center;display:flex;gap:2rem}.nav-item{background:none;border:none;color:#333;cursor:pointer;font-size:1rem;font-weight:500;padding:.5rem 1rem;position:relative;transition:all .3s ease}.nav-item:after{background:linear-gradient(135deg,#667eea,#764ba2);bottom:0;content:"";height:2px;left:50%;position:absolute;transform:translateX(-50%);transition:all .3s ease;width:0}.nav-item:hover:after{width:80%}.nav-item:hover{color:#667eea}.nav-toggle{cursor:pointer;display:none;flex-direction:column;gap:5px}.bar{background:#333;border-radius:3px;height:3px;transition:all .3s ease;width:25px}@media (max-width:768px){.nav-toggle{display:flex}.nav-menu{background:#fff;box-shadow:0 10px 27px #0000000d;flex-direction:column;left:-100%;padding:2rem 0;position:fixed;text-align:center;top:70px;transition:all .3s ease;width:100%}.nav-menu.active{left:0}.nav-item{padding:1rem;width:100%}.bar.active:first-child{transform:rotate(-45deg) translate(-5px,6px)}.bar.active:nth-child(2){opacity:0}.bar.active:nth-child(3){transform:rotate(45deg) translate(-5px,-6px)}}.hero{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;justify-content:center;min-height:100vh;overflow:hidden;padding:6rem 2rem 2rem;position:relative}.hero-content{max-width:800px;position:relative;text-align:center;z-index:2}.hero-title{animation:fadeInUp .8s ease;color:#fff;font-size:3.5rem;font-weight:800;line-height:1.2;margin-bottom:1.5rem}.highlight{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#fff,#f0f0f0);-webkit-background-clip:text;background-clip:text;display:inline-block}.hero-subtitle{animation:fadeInUp .8s ease .2s both;color:#ffffffe6;font-size:1.3rem;line-height:1.6;margin-bottom:2.5rem}.hero-buttons{animation:fadeInUp .8s ease .4s both;display:flex;flex-wrap:wrap;gap:1.5rem;justify-content:center}.btn{border:none;border-radius:50px;cursor:pointer;display:inline-block;font-size:1.1rem;font-weight:600;padding:1rem 2.5rem;text-decoration:none;transition:all .3s ease}.btn-primary{background:#fff;box-shadow:0 4px 15px #0003;color:#667eea}.btn-primary:hover{box-shadow:0 6px 20px #0000004d;transform:translateY(-3px)}.btn-secondary{background:#0000;border:2px solid #fff;color:#fff}.btn-secondary:hover{background:#fff;color:#667eea;transform:translateY(-3px)}.hero-background{height:100%;left:0;overflow:hidden;position:absolute;top:0;width:100%}.animated-shape{animation:float 20s ease-in-out infinite;background:#ffffff1a;border-radius:50%;position:absolute}.shape-1{animation-delay:0s;height:300px;left:10%;top:10%;width:300px}.shape-2{animation-delay:2s;bottom:20%;height:200px;right:15%;width:200px}.shape-3{animation-delay:4s;height:150px;right:20%;top:50%;width:150px}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes float{0%,to{transform:translateY(0) rotate(0deg)}25%{transform:translateY(-30px) rotate(90deg)}50%{transform:translateY(0) rotate(180deg)}75%{transform:translateY(30px) rotate(270deg)}}@media (max-width:768px){.hero{padding:5rem 1.5rem 2rem}.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.1rem}.hero-buttons{align-items:center;flex-direction:column}.btn{max-width:300px;width:100%}.animated-shape{opacity:.5}}.about{background:#f8f9fa;padding:5rem 2rem}.container{margin:0 auto;max-width:1200px}.section-header{margin-bottom:4rem;text-align:center}.section-title{color:#333;font-size:2.5rem;font-weight:700;margin-bottom:1rem}.title-underline{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:2px;height:4px;margin:0 auto;width:80px}.about-content{margin:0 auto;max-width:900px}.about-text{text-align:center}.about-description{color:#555;font-size:1.1rem;line-height:1.8;margin-bottom:1.5rem}.stats-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin-top:3rem}.stat-card{background:#fff;border-radius:10px;box-shadow:0 4px 15px #0000001a;padding:2rem;text-align:center;transition:all .3s ease}.stat-card:hover{box-shadow:0 6px 20px #00000026;transform:translateY(-5px)}.stat-number{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;background-clip:text;font-size:2.5rem;font-weight:800;margin-bottom:.5rem}.stat-label{color:#666;font-size:1rem;font-weight:500}@media (max-width:768px){.about{padding:3rem 1.5rem}.section-title{font-size:2rem}.stats-grid{gap:1.5rem;grid-template-columns:repeat(2,1fr)}.about-description{font-size:1rem}}.services{background:#fff;padding:5rem 2rem}.section-subtitle{color:#666;font-size:1.1rem;margin-top:1rem}.services-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin-top:3rem}.service-card{background:#f8f9fa;border:2px solid #0000;border-radius:15px;padding:2.5rem;text-align:center;transition:all .3s ease}.service-card:hover{border-color:#667eea;box-shadow:0 10px 30px #667eea33;transform:translateY(-10px)}.service-icon{font-size:3.5rem;margin-bottom:1.5rem}.service-title{color:#333;font-size:1.5rem;font-weight:700;margin-bottom:1rem}.service-description{color:#666;font-size:1rem;line-height:1.6}@media (max-width:768px){.services{padding:3rem 1.5rem}.services-grid{gap:1.5rem;grid-template-columns:1fr}.service-card{padding:2rem}}.why-us{background:linear-gradient(135deg,#667eea,#764ba2);padding:5rem 2rem}.why-us,.why-us .section-title{color:#fff}.why-us .title-underline{background:#fff}.why-us .section-subtitle{color:#ffffffe6}.features-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));margin-top:3rem}.feature-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:2px solid #fff3;border-radius:15px;padding:2.5rem;text-align:center;transition:all .3s ease}.feature-card:hover{background:#fff3;border-color:#fff;transform:translateY(-10px)}.feature-icon{font-size:3rem;margin-bottom:1.5rem}.feature-title{color:#fff;font-size:1.4rem;font-weight:700;margin-bottom:1rem}.feature-description{color:#ffffffe6;font-size:1rem;line-height:1.6}@media (max-width:768px){.why-us{padding:3rem 1.5rem}.features-grid{gap:1.5rem;grid-template-columns:1fr}.feature-card{padding:2rem}}.contact{background:#f8f9fa;padding:5rem 2rem}.contact-content{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:1fr 1.5fr;margin-top:3rem}.contact-info{display:flex;flex-direction:column;gap:2rem}.info-card{background:#fff;border-radius:15px;box-shadow:0 4px 15px #0000001a;padding:2rem;text-align:center;transition:all .3s ease}.info-card:hover{box-shadow:0 6px 20px #00000026;transform:translateY(-5px)}.info-icon{font-size:2.5rem;margin-bottom:1rem}.info-card h3{color:#333;font-size:1.3rem;margin-bottom:.8rem}.info-card p{color:#666;font-size:1rem;margin:.3rem 0}.contact-form-wrapper{background:#fff;border-radius:15px;box-shadow:0 4px 15px #0000001a;padding:2.5rem}.contact-form{gap:1.5rem}.contact-form,.form-group{display:flex;flex-direction:column}.form-input{border:2px solid #e0e0e0;border-radius:8px;font-family:inherit;font-size:1rem;padding:1rem;transition:all .3s ease}.form-input:focus{border-color:#667eea;box-shadow:0 0 0 3px #667eea1a;outline:none}textarea.form-input{min-height:120px;resize:vertical}.btn-submit{background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1.1rem;font-weight:600;padding:1rem 2rem;transition:all .3s ease}.btn-submit:hover{box-shadow:0 6px 20px #667eea66;transform:translateY(-3px)}.form-status{background:#d4edda;border-radius:8px;color:#155724;margin-top:1rem;padding:1rem;text-align:center}@media (max-width:968px){.contact{padding:3rem 1.5rem}.contact-content{gap:2rem;grid-template-columns:1fr}.contact-form-wrapper{padding:2rem}}.footer{background:#1a1a2e;color:#fff;padding:3rem 2rem 1.5rem}.footer-content{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-bottom:3rem}.footer-section h3,.footer-section h4{margin-bottom:1.5rem}.footer-logo{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;background-clip:text;font-size:1.8rem;font-weight:700}.footer-description{color:#ffffffb3;line-height:1.6;margin-bottom:1.5rem}.social-links{display:flex;gap:1rem}.social-link{align-items:center;background:#ffffff1a;border-radius:50%;color:#fff;display:flex;font-size:1.2rem;height:40px;justify-content:center;text-decoration:none;transition:all .3s ease;width:40px}.social-link:hover{background:linear-gradient(135deg,#667eea,#764ba2);transform:translateY(-3px)}.footer-title{color:#fff;font-size:1.2rem;font-weight:600}.footer-links{list-style:none;padding:0}.footer-links li{margin-bottom:.8rem}.footer-links a{color:#ffffffb3;text-decoration:none;transition:all .3s ease}.footer-links a:hover{color:#fff;padding-left:5px}.footer-bottom{align-items:center;border-top:1px solid #ffffff1a;display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between;padding-top:2rem}.footer-bottom p{color:#ffffffb3;margin:0}.footer-bottom-links{align-items:center;display:flex;gap:1rem}.footer-bottom-links a{color:#ffffffb3;text-decoration:none;transition:all .3s ease}.footer-bottom-links a:hover{color:#fff}.footer-bottom-links span{color:#ffffff4d}@media (max-width:768px){.footer{padding:2rem 1.5rem 1rem}.footer-content{gap:2rem;grid-template-columns:1fr}.footer-bottom{flex-direction:column;text-align:center}}
/*# sourceMappingURL=main.986312c4.css.map*/