.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}}.background-slider{position:relative;min-height:100vh;overflow:hidden}.background-slide{position:absolute;top:0;left:0;width:100%;height:100%;background-size:cover;background-position:center;background-repeat:no-repeat;opacity:0;transition:opacity 1.5s ease-in-out;z-index:0}.background-slide.active{opacity:1}.background-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(#0006,#0009);z-index:1}.slider-content{position:relative;z-index:2;height:100%;min-height:100vh;display:flex;align-items:center;justify-content:center}.scroll-to-top{position:fixed;bottom:2rem;right:2rem;z-index:1000;opacity:0;visibility:hidden;transition:opacity .3s ease-in-out;transition:visibility .3s ease-in-out}.scroll-to-top.visible{opacity:1;visibility:visible}.scroll-button{width:50px;height:50px;background-color:#e53e3e;border:2px solid #e53e3e;border-radius:4px;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px #00000026;transition:all .3s ease}.scroll-button svg{width:24px;height:24px;color:#fff}.scroll-button:hover{background-color:transparent;color:#e53e3e;border-color:#e53e3e;transform:translateY(-2px);box-shadow:0 6px 16px #0003}.scroll-button:hover svg{color:#e53e3e}.scroll-button:focus{outline:none;box-shadow:0 0 0 3px #e53e3e4d}.scroll-button:active{transform:translateY(0)}@media (max-width: 768px){.scroll-to-top{bottom:1.5rem;right:1.5rem}.scroll-button{width:45px;height:45px}.scroll-button svg{width:20px;height:20px}}.App{min-height:100vh;background-color:#000}.main-content{padding-top:80px}.hero-content{position:relative;z-index:2;max-width:800px;padding:0 1rem;display:flex;flex-direction:column;align-items:center}.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;text-align:center}.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%;text-align:center}.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:-100px}.hero-content h3:after{right:-100px}.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;display:flex;align-items:center;justify-content:center}.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:1.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:1rem}}.membership-section{background-color:#000;padding:4rem 0;color:#fff}.membership-container{max-width:1200px;margin:0 auto;padding:0 2rem;text-align:center}.membership-title{font-size:3rem;font-weight:700;color:#fff;margin-bottom:1rem;text-transform:uppercase;letter-spacing:.1em;position:relative;display:inline-block}.membership-title:before,.membership-title:after{content:"";position:absolute;top:50%;width:60px;height:4px;background-color:#e53e3e;transform:translateY(-50%)}.membership-title:before{left:-100px}.membership-title:after{right:-100px}.membership-subtitle{font-size:1.4rem;color:#fff;margin-bottom:1rem;font-weight:300}.membership-description{font-size:1rem;color:#fff;margin-bottom:3rem;max-width:800px;margin-left:auto;margin-right:auto;line-height:1.6}.membership-cards{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;margin-top:3rem}.membership-card{background-color:#2a2a2a;border:2px solid #e53e3e;padding:2rem;text-align:center;position:relative}.membership-card h3{font-size:1.2rem;font-weight:700;color:#fff;margin-bottom:1rem;text-transform:uppercase;letter-spacing:.05em}.membership-card .price{font-size:2rem;font-weight:700;color:#fff;margin-bottom:1rem}.membership-card .card-subtitle{font-size:1rem;color:#fff;margin-bottom:1rem;font-weight:500}.membership-card .card-description{font-size:.9rem;color:#ccc;margin-bottom:2rem;line-height:1.5}.membership-button{background-color:#e53e3e;color:#fff;border:2px solid #e53e3e;padding:.8rem 1.5rem;font-size:.9rem;font-weight:700;letter-spacing:.05rem;cursor:pointer;transition:all .3s ease;text-transform:uppercase;font-family:inherit;display:inline-block;text-align:center;text-decoration:none;width:auto;margin:0 auto}.membership-button:hover{background-color:transparent;color:#fff;border-color:#e53e3e}.membership-button:focus{outline:none;box-shadow:0 0 0 3px #e53e3e4d}.membership-benefits{margin-top:4rem;text-align:center}.benefits-title{font-size:1.8rem;font-weight:700;color:#fff;margin-bottom:2rem;text-transform:uppercase;letter-spacing:.05em;position:relative;display:inline-block}.benefits-title:before,.benefits-title:after{content:"";position:absolute;top:50%;width:60px;height:4px;background-color:#e53e3e;transform:translateY(-50%)}.benefits-title:before{left:-80px}.benefits-title:after{right:-80px}.benefits-list{list-style:none;padding:0;max-width:600px;margin:0 auto;text-align:left}.benefits-list li{font-size:1rem;color:#fff;margin-bottom:1rem;padding-left:1.5rem;position:relative;text-align:center;line-height:1.5}@media (max-width: 768px){.membership-cards{grid-template-columns:1fr;gap:1.5rem}.membership-title{font-size:2rem}.membership-subtitle{font-size:1.2rem}.membership-card{padding:1.5rem}.membership-card h3{font-size:1.1rem}.membership-card .price{font-size:1.6rem}.benefits-title{font-size:1.4rem}.benefits-title:before,.benefits-title:after{width:40px}.benefits-list li{font-size:.9rem}}@media (max-width: 480px){.membership-section{padding:3rem 0}.membership-container{padding:0 1rem}.membership-title{font-size:1.8rem}.membership-card{padding:1.2rem}.membership-card .price{font-size:1.4rem}.benefits-title{font-size:1.2rem}.benefits-title:before{width:30px;left:-50px}.benefits-title:after{width:30px;right:-50px}.benefits-list li{font-size:.85rem}}.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;justify-content:space-between;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)}.footer-right .legal-links{display:flex;flex-direction:column;gap:.5rem;margin-top:1.5rem}.footer-right .legal-link{color:#fff;text-decoration:none;font-size:.9rem;transition:all .3s ease}.footer-right .legal-link:hover{color:#e53e3e;text-decoration:underline}@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}}.terms-page{min-height:100vh;display:flex;flex-direction:column}.terms-content{flex:1;background-color:#f8f9fa;padding:4rem 0;margin-top:80px}.terms-container{max-width:800px;margin:0 auto;padding:0 2rem;background-color:#fff;border-radius:8px;box-shadow:0 4px 6px #0000001a;padding:3rem}.terms-container h1{color:#e53e3e;font-size:2.5rem;font-weight:700;text-align:center;margin-bottom:2rem;text-transform:uppercase;letter-spacing:.05em}.terms-container .company-header{text-align:center;margin-bottom:3rem;padding:2rem;background-color:#f8f9fa;border-radius:8px;border:2px solid #e53e3e}.terms-container .company-header p{margin-bottom:.5rem;line-height:1.6;color:#000}.terms-container .company-header p:last-child{margin-bottom:0}.terms-container .company-header p strong{color:#e53e3e;font-weight:700;font-size:1.1em}.terms-container .terms-section{margin-bottom:2.5rem}.terms-container .terms-section h2{color:#333;font-size:1.5rem;font-weight:700;margin-bottom:1rem;border-bottom:2px solid #e53e3e;padding-bottom:.5rem}.terms-container .terms-section h3{color:#555;font-size:1.2rem;font-weight:600;margin:1.5rem 0 .75rem}.terms-container .terms-section p{color:#666;line-height:1.6;margin-bottom:1rem;text-align:justify}.terms-container .terms-section ul{color:#666;line-height:1.6;margin:1rem 0;padding-left:1.5rem}.terms-container .terms-section ul li{margin-bottom:.5rem}.terms-container .terms-section strong{color:#333;font-weight:600}@media (max-width: 768px){.terms-content{padding:2rem 0}.terms-container{margin:0 1rem;padding:2rem 1.5rem}.terms-container h1{font-size:2rem;margin-bottom:2rem}.terms-container .terms-section h2{font-size:1.3rem}.terms-container .terms-section h3{font-size:1.1rem}}.privacy-page{min-height:100vh;display:flex;flex-direction:column}.privacy-content{flex:1;background-color:#f8f9fa;padding:4rem 0;margin-top:80px}.privacy-container{max-width:800px;margin:0 auto;padding:0 2rem;background-color:#fff;border-radius:8px;box-shadow:0 4px 6px #0000001a;padding:3rem}.privacy-container h1{color:#e53e3e;font-size:2.5rem;font-weight:700;text-align:center;margin-bottom:3rem;text-transform:uppercase;letter-spacing:.05em}.privacy-container .privacy-section{margin-bottom:2.5rem}.privacy-container .privacy-section h2{color:#333;font-size:1.5rem;font-weight:700;margin-bottom:1rem;border-bottom:2px solid #e53e3e;padding-bottom:.5rem}.privacy-container .privacy-section h3{color:#555;font-size:1.2rem;font-weight:600;margin:1.5rem 0 .75rem}.privacy-container .privacy-section p{color:#666;line-height:1.6;margin-bottom:1rem;text-align:justify}.privacy-container .privacy-section ul{color:#666;line-height:1.6;margin:1rem 0;padding-left:1.5rem}.privacy-container .privacy-section ul li{margin-bottom:.5rem}.privacy-container .privacy-section strong{color:#333;font-weight:600}@media (max-width: 768px){.privacy-content{padding:2rem 0}.privacy-container{margin:0 1rem;padding:2rem 1.5rem}.privacy-container h1{font-size:2rem;margin-bottom:2rem}.privacy-container .privacy-section h2{font-size:1.3rem}.privacy-container .privacy-section h3{font-size:1.1rem}}.payment-terms-page{min-height:100vh;display:flex;flex-direction:column}.payment-terms-content{flex:1;background-color:#f8f9fa;padding:4rem 0;margin-top:80px}.payment-terms-container{max-width:800px;margin:0 auto;padding:0 2rem;background-color:#fff;border-radius:8px;box-shadow:0 4px 6px #0000001a;padding:3rem}.payment-terms-container h1{color:#e53e3e;font-family:Bebas Neue,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;font-size:2.5rem;margin-bottom:2rem;text-align:center;text-transform:uppercase;letter-spacing:2px}.payment-terms-section{margin-bottom:2.5rem}.payment-terms-section h2{color:#000;font-family:Bebas Neue,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;font-size:1.5rem;margin-bottom:1rem;text-transform:uppercase;letter-spacing:1px;border-bottom:2px solid #e53e3e;padding-bottom:.5rem}.payment-terms-section h3{color:#000;font-family:Bebas Neue,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;font-size:1.2rem;margin-bottom:.75rem;margin-top:1.5rem;text-transform:uppercase;letter-spacing:.5px}.payment-terms-section p{line-height:1.6;margin-bottom:1rem;color:#000;text-align:justify}.payment-terms-section ul{margin:1rem 0;padding-left:2rem}.payment-terms-section ul li{margin-bottom:.5rem;line-height:1.6;color:#000}.payment-terms-section strong{color:#e53e3e;font-weight:700}.footer{background-color:#000;color:#fff;padding:2rem 0;margin-top:auto}.footer-container{max-width:1200px;margin:0 auto;padding:0 2rem;display:flex;justify-content:space-between;align-items:flex-start;flex-wrap:wrap;gap:2rem}.footer-left{flex:1;min-width:200px}.footer-left .footer-logo{height:60px;width:auto}.footer-middle{flex:1;min-width:250px}.footer-middle h3{color:#e53e3e;font-family:Bebas Neue,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;font-size:1.2rem;margin-bottom:1rem;text-transform:uppercase;letter-spacing:1px}.footer-middle p{margin-bottom:.5rem;line-height:1.4}.footer-right{flex:1;min-width:250px;display:flex;flex-direction:column;gap:1.5rem}.footer-right .social-media{display:flex;gap:1rem}.footer-right .social-media .social-link{color:#fff;text-decoration:none;transition:all .3s ease}.footer-right .social-media .social-link:hover{color:#e53e3e}.footer-right .legal-links{display:flex;flex-direction:column;gap:.5rem}.footer-right .legal-links .legal-link{color:#fff;text-decoration:none;font-size:.9rem;transition:all .3s ease}.footer-right .legal-links .legal-link:hover{color:#e53e3e}@media (max-width: 768px){.payment-terms-container{padding:0 1rem}.payment-terms-container h1{font-size:2rem}.payment-terms-section h2{font-size:1.3rem}.payment-terms-section h3{font-size:1.1rem}.footer-container{flex-direction:column;text-align:center;gap:2rem}.footer-right .legal-links{align-items:center}}@media (max-width: 480px){.payment-terms-container h1{font-size:1.8rem}.payment-terms-section h2{font-size:1.2rem}}*{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}
