.navbar{position:fixed;top:0;left:0;right:0;z-index:1000;background-color:#000000b3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:1rem 0}.navbar-container{max-width:1200px;margin:0 auto;padding:0 2rem;display:flex;align-items:center;justify-content:space-between;height:60px}.navbar-logo{display:flex;align-items:center}.navbar-spacer{flex:1}.navbar-contact{display:flex;align-items:center}.logo-image{height:40px;width:auto;max-width:200px;object-fit:contain;transition:transform .3s ease}.logo-image:hover{transform:scale(1.05)}.contact-button{background-color:#e53e3e;color:#fff;border:2px solid #e53e3e;padding:.75rem 1.5rem;font-size:1.2rem;font-weight:700;letter-spacing:.05rem;cursor:pointer;transition:all .3s ease;text-transform:uppercase;font-family:inherit}.contact-button:hover{background-color:transparent;color:#fff;border-color:#e53e3e}.contact-button:focus{outline:none;box-shadow:0 0 0 3px #e53e3e4d}@media (max-width: 768px){.navbar-container{padding:0 1rem}.logo-image{height:32px;max-width:150px}.contact-button{padding:.6rem 1.2rem;font-size:.8rem}}.App{min-height:100vh;background-color:#000}.main-content{padding-top:80px}.hero-section{min-height:100vh;display:flex;justify-content:center;align-items:center;flex-direction:column;text-align:center;background-size:cover;background-position:center;background-repeat:no-repeat;position:relative}.hero-section:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(#0006,#0009);z-index:1}.hero-content{position:relative;z-index:2;max-width:800px;padding:0 1rem}.hero-content h1{font-size:6rem;font-weight:700;margin-bottom:.5rem;color:#fff;text-shadow:2px 2px 4px rgba(0,0,0,.7);letter-spacing:.02em}.hero-content h3{font-size:2.8rem;font-weight:300;color:#fff;text-shadow:1px 1px 2px rgba(0,0,0,.5);text-transform:uppercase;letter-spacing:.1em;position:relative;display:inline-block;margin-bottom:.5rem;width:100%}.hero-content h3:before,.hero-content h3:after{content:"";position:absolute;top:50%;width:80px;height:4px;background-color:#e53e3e;transform:translateY(-50%)}.hero-content h3:before{left:-20px}.hero-content h3:after{right:-20px}.hero-content h2{font-size:2.2rem;font-weight:400;color:#fff;text-shadow:1px 1px 2px rgba(0,0,0,.5);text-transform:uppercase;letter-spacing:.08em;margin-top:2rem;text-align:center}.hero-button{background-color:#e53e3e;color:#fff;border:2px solid #e53e3e;padding:1.2rem 2.5rem;font-size:1.6rem;font-weight:700;letter-spacing:.05rem;cursor:pointer;transition:all .3s ease;text-transform:uppercase;font-family:inherit;margin-top:3rem}.hero-button:hover{background-color:transparent;color:#fff;border-color:#e53e3e}.hero-button:focus{outline:none;box-shadow:0 0 0 3px #e53e3e4d}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.fade-in-1{opacity:0;animation:fadeInUp .8s ease-out .3s forwards}.fade-in-2{opacity:0;animation:fadeInUp .8s ease-out .8s forwards}.fade-in-3{opacity:0;animation:fadeInUp .8s ease-out 1.3s forwards}@media (max-width: 768px){.hero-content{padding:0 1rem}.hero-content h1{font-size:2.5rem}.hero-content h3{font-size:1.2rem}.hero-content h3:before,.hero-content h3:after{width:60px}.hero-content h3:before{left:-10px}.hero-content h3:after{right:-10px}.hero-content h2{font-size:1.6rem;margin-top:1.5rem}.hero-button{padding:1rem 2rem;font-size:1rem;margin-top:2.5rem}}@media (max-width: 480px){.hero-content h1{font-size:2rem}.hero-content h3{font-size:1rem}.hero-content h3:before,.hero-content h3:after{display:none}.hero-button{padding:.8rem 1.5rem;font-size:.9rem;margin-top:2rem}}.map-section{width:100%;height:300px;margin:0;padding:0}.map-container{width:100%;height:100%;position:relative}.map-container iframe{width:100%;height:100%;display:block}.footer{background-color:#1a1a1a;color:#fff;padding:3rem 0;margin-top:0;min-height:200px}.footer-container{max-width:1200px;margin:0 auto;padding:0 2rem;display:grid;grid-template-columns:1fr 1fr 1fr;gap:8rem;align-items:start;min-height:140px}.footer-left{display:flex;justify-content:center;align-items:center}.footer-left .footer-logo{height:100%;max-height:190px;width:auto;object-fit:contain}.footer-middle{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%}.footer-middle h3{color:#fff;font-size:1.2rem;font-weight:700;margin-bottom:1.5rem;text-transform:uppercase;text-decoration:underline #e53e3e;text-underline-offset:6px;letter-spacing:.05em}.footer-middle .contact-items{display:flex;flex-direction:column;gap:1rem}.footer-middle .contact-item{display:flex;align-items:center;gap:1rem}.footer-middle .contact-item .contact-icon{width:40px;height:40px;background-color:#e53e3e;display:flex;align-items:center;justify-content:center;flex-shrink:0}.footer-middle .contact-item .contact-icon svg{width:20px;height:20px;color:#fff}.footer-middle .contact-item span{color:#fff;font-size:.95rem;line-height:1.4}.footer-right{display:flex;flex-direction:column;align-items:center;height:100%}.footer-right h3{color:#fff;font-size:1.2rem;font-weight:700;text-decoration:underline #e53e3e;text-underline-offset:6px;margin-bottom:1.5rem;text-transform:uppercase;letter-spacing:.05em}.footer-right .social-icons{display:flex;gap:1rem}.footer-right .social-icon{width:40px;height:40px;border:1px solid #e53e3e;display:flex;align-items:center;justify-content:center;text-decoration:none;transition:all .3s ease}.footer-right .social-icon svg{width:20px;height:20px;color:#fff}.footer-right .social-icon:hover{background-color:#e53e3e;transform:scale(1.1)}@media (max-width: 768px){.footer-container{grid-template-columns:1fr;gap:4rem;text-align:center}.footer-left{justify-content:center}.footer-middle{text-align:center}.footer-middle .contact-items{display:flex;flex-direction:column;align-items:center;max-width:280px;margin:0 auto}.footer-middle .contact-item{justify-content:flex-start;width:100%;text-align:left}.footer-right{text-align:center}.footer-right .social-icons{justify-content:center}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Bebas Neue,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#000;color:#fff}#root{min-height:100vh}
