*{margin:0;padding:0;box-sizing:border-box}body{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;line-height:1.6;color:#333}.App{min-height:100vh;display:flex;flex-direction:column}html{scroll-behavior:smooth}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:#667eea;border-radius:5px}::-webkit-scrollbar-thumb:hover{background:#764ba2}.navbar{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);padding:1rem 0;position:sticky;top:0;z-index:1000;box-shadow:0 2px 10px #0000001a}.navbar-container{max-width:1200px;margin:0 auto;padding:0 2rem;display:flex;justify-content:space-between;align-items:center}.navbar-logo{display:flex;align-items:center;gap:.5rem;font-size:1.5rem;font-weight:700;color:#fff;cursor:pointer}.logo-icon{font-size:1.8rem}.logo-text{background:linear-gradient(135deg,#fff 0%,#f0f0f0 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.nav-menu{display:flex;gap:2rem;list-style:none}.nav-link{color:#fff;text-decoration:none;font-weight:500;border:none;background:none;cursor:pointer;font-size:1rem;transition:all .3s ease;padding:.5rem 1rem;border-radius:4px}.nav-link:hover{background:rgba(255,255,255,.2);transform:translateY(-2px)}.hamburger{display:none;flex-direction:column;cursor:pointer;gap:5px}.hamburger span{width:25px;height:3px;background:white;border-radius:3px;transition:all .3s ease}@media (max-width: 768px){.hamburger{display:flex}.nav-menu{position:absolute;top:70px;left:0;right:0;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);flex-direction:column;gap:0;padding:2rem;max-height:0;overflow:hidden;transition:max-height .3s ease}.nav-menu.active{max-height:300px}.nav-link{padding:1rem 0;border-radius:0}}.hero{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);color:#fff;padding:6rem 2rem;min-height:600px;display:flex;align-items:center;justify-content:space-between;gap:3rem;position:relative;overflow:hidden}.hero:before{content:"";position:absolute;top:-50%;right:-10%;width:500px;height:500px;background:rgba(255,255,255,.1);border-radius:50%;animation:float 6s ease-in-out infinite}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(20px)}}.hero-content{flex:1;z-index:1;max-width:600px}.hero-title{font-size:3.5rem;font-weight:700;margin-bottom:1rem;line-height:1.2}.hero-subtitle{font-size:1.5rem;margin-bottom:1rem;opacity:.9}.hero-description{font-size:1.1rem;margin-bottom:2rem;opacity:.8;line-height:1.6}.cta-button{background:white;color:#667eea;padding:1rem 2.5rem;border:none;border-radius:50px;font-size:1rem;font-weight:700;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #0003}.cta-button:hover{transform:translateY(-3px);box-shadow:0 6px 20px #0000004d}.hero-image{flex:1;position:relative;height:400px;z-index:1}.floating-card{position:absolute;background:rgba(255,255,255,.15);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.3);padding:1.5rem 2rem;border-radius:10px;color:#fff;font-weight:600;box-shadow:0 8px 32px #1f26875e;animation:float 4s ease-in-out infinite}.floating-card:nth-child(1){top:20px;left:20px;animation-delay:0s}.floating-card:nth-child(2){top:50%;right:30px;animation-delay:1s}.floating-card:nth-child(3){bottom:40px;left:40px;animation-delay:2s}@media (max-width: 768px){.hero{flex-direction:column;padding:4rem 2rem;min-height:auto}.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.2rem}.hero-image{height:300px}}.services{padding:5rem 2rem;background:#f8f9fa}.services-container{max-width:1200px;margin:0 auto}.section-title{font-size:2.5rem;text-align:center;margin-bottom:.5rem;color:#333;font-weight:700}.section-subtitle{text-align:center;color:#666;font-size:1.1rem;margin-bottom:3rem}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.service-card{background:white;padding:2rem;border-radius:10px;box-shadow:0 2px 10px #0000001a;text-align:center;transition:all .3s ease;border-top:4px solid #667eea}.service-card:hover{transform:translateY(-10px);box-shadow:0 10px 30px #00000026}.service-icon{font-size:3rem;margin-bottom:1rem;display:block}.service-title{font-size:1.3rem;margin-bottom:.5rem;color:#333;font-weight:700}.service-description{color:#666;line-height:1.6;font-size:.95rem}@media (max-width: 768px){.section-title{font-size:2rem}.services-grid{grid-template-columns:1fr}}.about{padding:5rem 2rem;background:white}.about-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}.about-content{flex:1}.about-text{color:#666;font-size:1.05rem;line-height:1.8;margin-bottom:1.5rem}.stats{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:2rem}.stat{text-align:center;padding:1.5rem;background:#f8f9fa;border-radius:10px}.stat-number{font-size:2.5rem;color:#667eea;font-weight:700;margin-bottom:.5rem}.stat-label{color:#666;font-size:.95rem}.about-image{flex:1}.image-placeholder{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);color:#fff;height:400px;display:flex;align-items:center;justify-content:center;border-radius:10px;font-size:2rem;font-weight:700;text-align:center;padding:2rem}@media (max-width: 768px){.about-container,.stats{grid-template-columns:1fr}.image-placeholder{height:300px}}.contact{padding:5rem 2rem;background:#f8f9fa}.contact-container{max-width:1200px;margin:0 auto}.contact-content{display:grid;grid-template-columns:1fr 1fr;gap:3rem;margin-top:3rem}.contact-info{display:flex;flex-direction:column;gap:2rem}.info-item{display:flex;gap:1.5rem;align-items:flex-start}.info-icon{font-size:2rem;flex-shrink:0}.info-item h3{color:#333;margin-bottom:.3rem;font-weight:700}.info-item p{color:#666;font-size:.95rem}.contact-form{background:white;padding:2rem;border-radius:10px;box-shadow:0 2px 10px #0000001a}.form-group{margin-bottom:1.5rem}.contact-form input,.contact-form textarea{width:100%;padding:.75rem;border:1px solid #ddd;border-radius:5px;font-size:.95rem;font-family:inherit;transition:all .3s ease}.contact-form input:focus,.contact-form textarea:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.submit-button{width:100%;padding:1rem;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);color:#fff;border:none;border-radius:5px;font-size:1rem;font-weight:700;cursor:pointer;transition:all .3s ease}.submit-button:hover{transform:translateY(-2px);box-shadow:0 4px 15px #667eea4d}.success-message{color:#28a745;margin-top:1rem;text-align:center;font-weight:700}@media (max-width: 768px){.contact-content{grid-template-columns:1fr}}.footer{background:#1a1a1a;color:#fff;padding:3rem 2rem 1rem}.footer-container{max-width:1200px;margin:0 auto}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:2rem}.footer-section h3{font-size:1.3rem;margin-bottom:1rem;color:#667eea}.footer-section h4{font-size:1.1rem;margin-bottom:1rem;color:#667eea}.footer-section p{color:#aaa;line-height:1.6;font-size:.95rem}.footer-section ul{list-style:none;padding:0}.footer-section li{margin-bottom:.5rem}.footer-section a{color:#aaa;text-decoration:none;transition:color .3s ease;font-size:.95rem}.footer-section a:hover{color:#667eea}.social-links{display:flex;gap:1rem;flex-wrap:wrap}.social-link{display:inline-block;padding:.5rem 1rem;background:#667eea;color:#fff;border-radius:5px;text-decoration:none;transition:all .3s ease;font-size:.85rem}.social-link:hover{background:#764ba2;transform:translateY(-2px)}.footer-bottom{border-top:1px solid #333;padding-top:2rem;display:flex;justify-content:space-between;align-items:center;color:#aaa;font-size:.9rem}.footer-links{display:flex;gap:2rem}.footer-links a{color:#aaa;text-decoration:none;transition:color .3s ease}.footer-links a:hover{color:#667eea}@media (max-width: 768px){.footer-bottom{flex-direction:column;gap:1rem;text-align:center}.footer-links{flex-direction:column;gap:1rem}}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}
