*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#333;font-family:-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}html{scroll-behavior:smooth}.container{margin:0 auto;max-width:1200px;padding:0 2rem}@media (max-width:768px){.container{padding:0 1rem}}.App{min-height:100vh;overflow-x:hidden}@media (prefers-reduced-motion:no-preference){*{scroll-behavior:smooth}}.header{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;box-shadow:0 2px 10px #0000001a;left:0;position:fixed;right:0;top:0;transition:all .3s ease;z-index:1000}.header.scrolled{background:#fffffffa;box-shadow:0 4px 20px #00000026}.header-content{justify-content:space-between;padding:1rem 0}.header-content,.logo{align-items:center;display:flex}.logo{color:#06c;font-size:1.5rem;font-weight:700;gap:.5rem;text-decoration:none}.logo-icon{font-size:2rem}.nav{align-items:center;display:flex;gap:2rem}.nav a{color:#333;font-weight:500;position:relative;text-decoration:none;transition:color .3s ease}.nav a:hover{color:#06c}.nav a:after{background:#06c;bottom:-5px;content:"";height:2px;left:0;position:absolute;transition:width .3s ease;width:0}.nav a:hover:after{width:100%}.mobile-menu-toggle{background:none;border:none;cursor:pointer;display:none;flex-direction:column;gap:5px;padding:5px}.mobile-menu-toggle span{background:#333;border-radius:2px;height:3px;transition:all .3s ease;width:25px}@media (max-width:768px){.mobile-menu-toggle{display:flex}.nav{background:#fff;box-shadow:0 4px 10px #0000001a;flex-direction:column;gap:1rem;left:0;opacity:0;padding:1rem;position:absolute;right:0;top:100%;transform:translateY(-100%);transition:all .3s ease;visibility:hidden}.nav.open{opacity:1;transform:translateY(0);visibility:visible}.mobile-menu-toggle span:first-child{transform:rotate(0deg)}.mobile-menu-toggle span:nth-child(2){opacity:1}.mobile-menu-toggle span:nth-child(3){transform:rotate(0deg)}}.hero{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;display:flex;flex-direction:column;justify-content:center;min-height:100vh;overflow:hidden;padding-bottom:150px;padding-top:80px;position:relative}.hero:before{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");content:"";opacity:.3}.hero-overlay,.hero:before{bottom:0;left:0;position:absolute;right:0;top:0}.hero-overlay{background:#0000004d}.hero-content{display:flex;flex:1 1;flex-direction:column;justify-content:center;max-width:800px;padding:2rem;position:relative;text-align:center;z-index:2}.hero-title{animation:fadeInUp .8s ease;font-size:3.5rem;font-weight:800;line-height:1.2;margin-bottom:1.5rem}.hero-title .highlight{color:gold;display:block}.hero-subtitle{animation:fadeInUp .8s ease .2s both;font-size:1.25rem;line-height:1.8;margin-bottom:2rem;opacity:.95}.hero-buttons{animation:fadeInUp .8s ease .4s both;display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.btn{border:none;border-radius:50px;cursor:pointer;font-size:1.1rem;font-weight:600;letter-spacing:.5px;padding:1rem 2.5rem;text-transform:uppercase;transition:all .3s ease}.btn-primary{background:gold;box-shadow:0 4px 15px #ffd70066;color:#333}.btn-primary:hover{background:#ffed4e;box-shadow:0 6px 20px #ffd70099;transform:translateY(-2px)}.btn-secondary{background:#0000;border:2px solid #fff;color:#fff}.btn-secondary:hover{background:#fff;color:#667eea;transform:translateY(-2px)}.hero-features{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0006;bottom:0;display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-around;left:0;padding:2rem;position:absolute;right:0;z-index:2}.feature-item{align-items:center;display:flex;font-weight:500;gap:.5rem}.feature-icon{font-size:1.5rem}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.hero{justify-content:space-between;min-height:auto;padding-bottom:0}.hero-content{flex:1 1;margin-bottom:0;padding:1.5rem 1rem}.hero-title{font-size:2rem;margin-bottom:1rem}.hero-subtitle{font-size:1rem;margin-bottom:1.5rem}.hero-buttons{align-items:stretch;flex-direction:column;gap:.75rem}.btn{font-size:1rem;padding:.875rem 2rem;width:100%}.hero-features{flex-direction:column;gap:.75rem;margin-top:auto;padding:1.5rem 1rem;position:relative;text-align:center;width:100%}.feature-item{font-size:.9rem;justify-content:center;text-align:center}}.services{background:#f8f9fa;padding:5rem 0}.section-header{margin-bottom:4rem;text-align:center}.section-title{color:#333;font-size:2.5rem;font-weight:700;margin-bottom:1rem}.section-subtitle{color:#666;font-size:1.1rem;margin:0 auto;max-width:600px}.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;border-radius:15px;box-shadow:0 5px 20px #0000001a;padding:2.5rem;text-align:center;transition:all .3s ease}.service-card:hover{box-shadow:0 10px 30px #00000026;transform:translateY(-10px)}.service-icon{display:block;font-size:4rem;margin-bottom:1.5rem}.service-title{color:#333;font-size:1.5rem;font-weight:600;margin-bottom:1rem}.service-description{color:#666;font-size:1rem;line-height:1.8}@media (max-width:768px){.services-grid{grid-template-columns:1fr}.section-title{font-size:2rem}}.about{background:#fff;padding:5rem 0}.about-content{grid-gap:4rem;align-items:center;display:grid;gap:4rem;grid-template-columns:1fr 1fr}.about-text{padding-right:2rem}.about-description{color:#666;font-size:1.1rem;line-height:1.8;margin-bottom:1.5rem}.about-stats{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(3,1fr);margin-top:3rem}.stat-item{background:#f8f9fa;border-radius:10px;padding:1.5rem;text-align:center}.stat-number{color:#06c;font-size:2.5rem;font-weight:700;margin-bottom:.5rem}.stat-label{color:#666;font-size:.9rem;font-weight:500}.about-features{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(2,1fr)}.feature-box{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:15px;color:#fff;padding:2rem;transition:transform .3s ease}.feature-box:hover{transform:translateY(-5px)}.feature-box-icon{background:#fff3;border-radius:50%;display:inline-block;font-size:1.5rem;font-weight:700;height:40px;line-height:40px;margin-bottom:1rem;text-align:center;width:40px}.feature-box h3{font-size:1.3rem;margin-bottom:.5rem}.feature-box p{line-height:1.6;opacity:.9}@media (max-width:968px){.about-content{gap:3rem;grid-template-columns:1fr}.about-text{padding-right:0}.about-stats{grid-template-columns:1fr}}@media (max-width:768px){.about-features{grid-template-columns:1fr}}.references{background:#fff;padding:5rem 0}.references-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));margin-top:3rem}.reference-card{background:#f8f9fa;border-left:4px solid #06c;border-radius:15px;box-shadow:0 3px 10px #0000001a;padding:2rem;transition:all .3s ease}.reference-card:hover{border-left-color:gold;box-shadow:0 8px 20px #00000026;transform:translateY(-5px)}.reference-header{margin-bottom:1rem}.reference-title{color:#333;font-size:1.3rem;font-weight:600;margin-bottom:.5rem}.reference-project{color:#06c;font-size:1.1rem;font-weight:700;margin-bottom:1rem}.reference-description{color:#666;font-size:.95rem;line-height:1.8;margin-bottom:1.5rem}.reference-client{border-top:1px solid #e0e0e0;color:#555;font-size:.9rem;padding-top:1rem}.reference-client strong{color:#333;font-weight:600}@media (max-width:768px){.references-grid{grid-template-columns:1fr}.reference-card{padding:1.5rem}}.contact{background:#f8f9fa;padding:5rem 0}.contact-content{grid-gap:4rem;display:grid;gap:4rem;grid-template-columns:1fr 1.5fr;margin-top:3rem}.contact-info{display:flex;flex-direction:column;gap:2rem}.info-item{background:#fff;border-radius:10px;box-shadow:0 3px 10px #0000001a;display:flex;gap:1.5rem;padding:1.5rem}.info-icon{flex-shrink:0;font-size:2.5rem}.info-content h3{color:#333;font-size:1.2rem;margin-bottom:.5rem}.info-content p{color:#666;font-size:.95rem;margin:.25rem 0}.contact-form{background:#fff;border-radius:15px;box-shadow:0 5px 20px #0000001a;padding:2.5rem}.form-group{margin-bottom:1.5rem}.form-group label{color:#333;display:block;font-weight:500;margin-bottom:.5rem}.form-group input,.form-group textarea{border:2px solid #e0e0e0;border-radius:8px;font-family:inherit;font-size:1rem;padding:.875rem;transition:border-color .3s ease;width:100%}.form-group input:focus,.form-group textarea:focus{border-color:#06c;outline:none}.form-group textarea{min-height:120px;resize:vertical}.btn-submit{background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:50px;color:#fff;cursor:pointer;font-size:1.1rem;font-weight:600;letter-spacing:.5px;padding:1rem 2rem;text-transform:uppercase;transition:all .3s ease;width:100%}.btn-submit:hover{box-shadow:0 5px 15px #667eea66;transform:translateY(-2px)}@media (max-width:968px){.contact-content{grid-template-columns:1fr}}.footer{background:#1a1a1a;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{color:gold;font-size:1.5rem;margin-bottom:1rem}.footer-section h4{color:gold;font-size:1.2rem;margin-bottom:1rem}.footer-section p{color:#ccc;line-height:1.6}.footer-section ul{list-style:none}.footer-section ul li{color:#ccc;margin-bottom:.5rem}.footer-section ul li a{color:#ccc;text-decoration:none;transition:color .3s ease}.footer-section ul li a:hover{color:gold}.social-links{display:flex;gap:1rem}.social-links a{font-size:1.5rem;text-decoration:none;transition:transform .3s ease}.social-links a:hover{transform:scale(1.2)}.footer-map{border-top:1px solid #333;margin:2rem 0;padding-top:2rem}.footer-map h4{color:gold;font-size:1.2rem;margin-bottom:1rem;text-align:center}.map-container{border-radius:10px;box-shadow:0 4px 10px #0000004d;margin:0 auto;max-width:800px;overflow:hidden;width:100%}.map-container iframe{display:block;height:250px;width:100%}.footer-bottom{border-top:1px solid #333;color:#999;padding-top:2rem;text-align:center}@media (max-width:768px){.footer-content{grid-template-columns:1fr;text-align:center}.map-container iframe{height:200px}}
/*# sourceMappingURL=main.6ee59772.css.map*/