.navigation{position:fixed;top:0;left:0;right:0;background-color:#1a1a1a;box-shadow:0 2px 10px #0000001a;z-index:1000;padding:1rem 0}.nav-container{max-width:1280px;margin:0 auto;padding:0 2rem;display:flex;justify-content:space-between;align-items:center}.nav-logo h2{color:#ff6b35;margin:0;font-size:1.5rem;font-weight:600}.menu-toggle{display:none;flex-direction:column;background:none;border:none;cursor:pointer;padding:.5rem}.menu-toggle span{width:25px;height:3px;background-color:#fff;margin:3px 0;transition:.3s;border-radius:2px}.nav-links{display:flex;list-style:none;gap:2rem;margin:0;padding:0;align-items:center}.nav-links li{margin:0}.nav-links a{color:#fff;text-decoration:none;font-weight:500;transition:color .3s;cursor:pointer;font-size:.95rem}.nav-links a:hover{color:#ff6b35}@media (max-width: 968px){.menu-toggle{display:flex}.nav-links{position:absolute;top:100%;left:0;right:0;background-color:#1a1a1a;flex-direction:column;gap:0;padding:1rem 0;max-height:0;overflow:hidden;transition:max-height .3s ease-in-out}.nav-links.active{max-height:500px}.nav-links li{width:100%;text-align:center;padding:.75rem 0;border-bottom:1px solid rgba(255,255,255,.1)}}.hero{position:relative;min-height:100vh;display:flex;align-items:center;justify-content:center;padding:6rem 2rem 4rem;overflow:hidden;background:linear-gradient(135deg,#1a1a1a,#2d2d2d)}.hero-background{position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 20% 50%,rgba(255,107,53,.1) 0%,transparent 50%),radial-gradient(circle at 80% 80%,rgba(52,152,219,.1) 0%,transparent 50%);z-index:1}.hero-content{position:relative;z-index:2;max-width:800px;text-align:center}.hero-title{font-size:4rem;font-weight:700;margin-bottom:1rem;color:#fff;line-height:1.2;animation:fadeInUp .8s ease-out}.hero-subtitle{font-size:1.8rem;color:#ff6b35;margin-bottom:1.5rem;font-weight:500;animation:fadeInUp .8s ease-out .2s both}.hero-description{font-size:1.2rem;color:#fffc;margin-bottom:2.5rem;line-height:1.8;animation:fadeInUp .8s ease-out .4s both}.hero-buttons{display:flex;gap:1.5rem;justify-content:center;animation:fadeInUp .8s ease-out .6s both}.btn{padding:1rem 2.5rem;font-size:1.1rem;font-weight:600;border:none;border-radius:8px;cursor:pointer;transition:all .3s ease;font-family:inherit}.btn-primary{background-color:#ff6b35;color:#fff}.btn-primary:hover{background-color:#e55a2b;transform:translateY(-2px);box-shadow:0 10px 25px #ff6b354d}.btn-secondary{background-color:transparent;color:#fff;border:2px solid #fff}.btn-secondary:hover{background-color:#fff;color:#1a1a1a;transform:translateY(-2px)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 768px){.hero{padding:5rem 1.5rem 3rem}.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.3rem}.hero-description{font-size:1rem}.hero-buttons{flex-direction:column;gap:1rem}.btn{width:100%}}.services-container{width:100%}.service-section{padding:6rem 2rem;min-height:100vh;display:flex;align-items:center;justify-content:center}.service-section.light{background-color:#f5f5f5;color:#1a1a1a}.service-section.dark{background-color:#1a1a1a;color:#fff}.service-content{max-width:900px;width:100%;animation:fadeIn .8s ease-out}.service-icon{font-size:4rem;margin-bottom:1.5rem;animation:bounce 1s ease-in-out}.service-title{font-size:3rem;font-weight:700;margin-bottom:1.5rem;line-height:1.2}.service-section.light .service-title{color:#1a1a1a}.service-section.dark .service-title{color:#ff6b35}.service-description{font-size:1.3rem;line-height:1.8;margin-bottom:2.5rem;opacity:.9}.service-features{list-style:none;padding:0;display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem}.service-features li{display:flex;align-items:flex-start;gap:.75rem;font-size:1.1rem;line-height:1.6;padding:1rem;border-radius:8px;transition:all .3s ease}.service-section.light .service-features li{background-color:#fff;box-shadow:0 2px 8px #0000000d}.service-section.dark .service-features li{background-color:#2d2d2d}.service-features li:hover{transform:translateY(-4px)}.service-section.light .service-features li:hover{box-shadow:0 8px 20px #0000001a}.service-section.dark .service-features li:hover{box-shadow:0 8px 20px #ff6b3533}.feature-check{color:#ff6b35;font-weight:700;font-size:1.3rem;flex-shrink:0}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@media (max-width: 768px){.service-section{padding:4rem 1.5rem;min-height:auto}.service-icon{font-size:3rem}.service-title{font-size:2rem}.service-description{font-size:1.1rem}.service-features{grid-template-columns:1fr;gap:1rem}.service-features li{font-size:1rem;padding:.75rem}}.contact-section{background:linear-gradient(135deg,#2d2d2d,#1a1a1a);padding:6rem 2rem;color:#fff}.contact-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start}.contact-info h2{font-size:2.5rem;margin-bottom:1rem;color:#ff6b35}.contact-intro{font-size:1.2rem;line-height:1.8;margin-bottom:3rem;opacity:.9}.info-items{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{font-size:1.2rem;margin-bottom:.5rem;color:#ff6b35}.info-item p{margin:.25rem 0;opacity:.9}.contact-form-wrapper{background-color:#2d2d2d;padding:3rem;border-radius:12px;box-shadow:0 10px 30px #0000004d}.contact-form-wrapper h3{font-size:1.8rem;margin-bottom:2rem;color:#ff6b35}.contact-form{display:flex;flex-direction:column;gap:1.5rem}.form-group input,.form-group select,.form-group textarea{width:100%;padding:1rem;font-size:1rem;border:2px solid rgba(255,255,255,.1);background-color:#1a1a1a;color:#fff;border-radius:8px;font-family:inherit;transition:all .3s ease}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:#ff6b35;background-color:#242424}.form-group select{cursor:pointer}.form-group textarea{resize:vertical;min-height:120px}.submit-btn{padding:1rem 2rem;font-size:1.1rem;font-weight:600;background-color:#ff6b35;color:#fff;border:none;border-radius:8px;cursor:pointer;transition:all .3s ease;font-family:inherit}.submit-btn:hover{background-color:#e55a2b;transform:translateY(-2px);box-shadow:0 10px 25px #ff6b354d}@media (max-width: 968px){.contact-container{grid-template-columns:1fr;gap:3rem}.contact-form-wrapper{padding:2rem}}@media (max-width: 768px){.contact-section{padding:4rem 1.5rem}.contact-info h2{font-size:2rem}.contact-intro{font-size:1rem}.contact-form-wrapper h3{font-size:1.5rem}}.footer{background-color:#0f0f0f;color:#fff;padding:4rem 2rem 2rem}.footer-content{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:3rem;margin-bottom:3rem}.footer-section h3{color:#ff6b35;font-size:1.5rem;margin-bottom:1rem}.footer-section h4{color:#ff6b35;font-size:1.2rem;margin-bottom:1rem}.footer-section p{line-height:1.6;opacity:.8}.footer-section ul{list-style:none;padding:0}.footer-section ul li{margin-bottom:.75rem;opacity:.8;transition:opacity .3s}.footer-section ul li:hover{opacity:1}.footer-section a{color:#fff;text-decoration:none;transition:color .3s}.footer-section a:hover{color:#ff6b35}.social-links{display:flex;flex-direction:column;gap:.75rem}.social-links a{display:inline-block;opacity:.8;transition:all .3s}.social-links a:hover{opacity:1;transform:translate(5px)}.footer-bottom{max-width:1200px;margin:0 auto;padding-top:2rem;border-top:1px solid rgba(255,255,255,.1);text-align:center;opacity:.7}@media (max-width: 768px){.footer{padding:3rem 1.5rem 1.5rem}.footer-content{grid-template-columns:1fr;gap:2rem}}.app{width:100%;min-height:100vh;overflow-x:hidden}*{scroll-behavior:smooth}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:#1a1a1a}::-webkit-scrollbar-thumb{background:#ff6b35;border-radius:5px}::-webkit-scrollbar-thumb:hover{background:#e55a2b}*{margin:0;padding:0;box-sizing:border-box}:root{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.5;font-weight:400;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;padding:0;min-width:320px;min-height:100vh;background-color:#1a1a1a;color:#ffffffde}#root{width:100%;min-height:100vh}h1,h2,h3,h4,h5,h6{line-height:1.2;font-weight:700}p{line-height:1.6}a{text-decoration:none;color:inherit}button{font-family:inherit}img{max-width:100%;height:auto;display:block}
