*{box-sizing:border-box;padding:0}*,body{margin:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:linear-gradient(135deg,#1a1a2e,#16213e 25%,#0f3460 50%,#0a0a0a 75%,#000);background-attachment:fixed;color:#fff;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.6;min-height:100vh}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}html{scroll-behavior:smooth}.App{background:linear-gradient(135deg,#1a1a2e,#16213e 25%,#0f3460 50%,#0a0a0a 75%,#000);background-attachment:fixed;color:#fff;min-height:100vh}.section{margin:0 auto;max-width:1200px;padding:80px 20px}.section-title{color:gold;font-size:2.5rem;font-weight:700;letter-spacing:2px;margin-bottom:2rem;text-align:center;text-transform:uppercase}.section-subtitle{color:#fff;font-size:1.5rem;font-weight:600;margin-bottom:1.5rem;text-align:center}.section-content{color:#e0e0e0;font-size:1.1rem;line-height:1.8;margin:0 auto;max-width:900px;text-align:center}.loading-fallback{align-items:center;color:gold;display:flex;justify-content:center;min-height:200px}.loading-spinner{animation:spin 1s linear infinite;border:3px solid #ffd70033;border-radius:50%;border-top-color:gold;height:40px;width:40px}@keyframes spin{to{transform:rotate(1turn)}}@media (max-width:768px){.section{padding:60px 20px}.section-title{font-size:2rem}.section-subtitle{font-size:1.25rem}.section-content{font-size:1rem}}.header{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(135deg,#1a1a2ef2,#16213ef2 50%,#000000f2);border-bottom:1px solid #ffd70033;left:0;position:fixed;right:0;top:0;transition:all .3s ease;z-index:1000}.header.scrolled{background:linear-gradient(135deg,#1a1a2efa,#16213efa 50%,#000000fa);box-shadow:0 2px 10px #00000080}.header-container{justify-content:space-between;margin:0 auto;max-width:1200px;padding:1rem 2rem}.header-container,.logo{align-items:center;display:flex}.logo{cursor:pointer}.logo-image{height:60px;object-fit:contain;transition:transform .3s ease;width:auto}.logo:hover .logo-image{transform:scale(1.05)}.logo-fallback{color:gold;display:none;font-size:1.8rem;font-weight:700;letter-spacing:3px;margin:0}.nav{align-items:center;display:flex;gap:2rem}.nav button{background:none;border:none;color:#fff;cursor:pointer;font-size:1rem;font-weight:500;letter-spacing:1px;padding:.5rem 1rem;position:relative;text-transform:uppercase;transition:all .3s ease}.nav button:after{background-color:gold;bottom:0;content:"";height:2px;left:50%;position:absolute;transform:translateX(-50%);transition:width .3s ease;width:0}.nav button:hover:after{width:80%}.nav button:hover{color:gold}@media (max-width:768px){.header-container{flex-direction:column;gap:1rem;padding:1rem}.logo-image{height:45px}.nav{flex-wrap:wrap;gap:1rem;justify-content:center}.nav button{font-size:.85rem;padding:.4rem .8rem}}.hero{align-items:center;background:#0000;display:flex;justify-content:center;min-height:100vh;padding:120px 20px 80px;position:relative;text-align:center}.hero-content{margin:0 auto;max-width:900px}.hero-logo{animation:fadeInUp 1s ease-out;display:block;filter:drop-shadow(0 10px 30px rgba(255,215,0,.3));height:auto;margin:0 auto 2rem;max-width:600px;width:100%}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.hero-logo-fallback{animation:fadeInUp 1s ease-out;color:gold;display:none;font-size:5rem;font-weight:700;letter-spacing:8px;margin-bottom:1rem;text-transform:uppercase}.hero-subtitle{color:#fff;font-size:2rem;font-weight:400;letter-spacing:3px;margin-bottom:1.5rem}.hero-tagline{color:gold;font-size:1.5rem;font-weight:600;letter-spacing:2px;margin-bottom:2rem;text-transform:uppercase}.hero-description{margin-top:2rem}.hero-description p{color:#e0e0e0;font-size:1.2rem;line-height:1.8;margin:0 auto;max-width:700px}@media (max-width:768px){.hero{padding:100px 20px 60px}.hero-logo{margin-bottom:1.5rem;max-width:400px}.hero-logo-fallback{font-size:3rem;letter-spacing:4px}.hero-subtitle{font-size:1.5rem;letter-spacing:2px}.hero-tagline{font-size:1.2rem}.hero-description p{font-size:1rem}}.footer{background:#0000;border-top:1px solid #ffd70033;margin-top:4rem;padding:3rem 2rem}.footer-content{margin:0 auto;max-width:1200px}.footer-grid{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-bottom:2rem}.footer-section{text-align:left}.footer-section:first-child{text-align:center}.footer-title{color:gold;font-size:1.8rem;font-weight:700;letter-spacing:3px;margin-bottom:.5rem}.footer-tagline{color:#e0e0e0;font-size:1.1rem;margin-bottom:.5rem}.footer-motto{font-size:1rem}.footer-motto,.footer-section-title{color:gold;font-weight:600;letter-spacing:1px;text-transform:uppercase}.footer-section-title{font-size:1.2rem;margin-bottom:1rem}.social-links{display:flex;flex-direction:column;gap:.8rem}.social-link{align-items:center;border:1px solid #0000;border-radius:6px;color:#e0e0e0;display:flex;gap:.8rem;padding:.5rem;text-decoration:none;transition:all .3s ease}.social-link:hover{background:#ffd7001a;border-color:#ffd70033;color:gold;transform:translateX(5px)}.social-icon{fill:currentColor;height:24px;width:24px}.newsletter-form{display:flex;flex-direction:column;gap:.8rem;margin-top:1rem}.newsletter-input{background:#ffffff0d;border:1px solid #ffd70033;border-radius:6px;color:#fff;font-family:inherit;font-size:1rem;padding:.8rem 1rem;transition:all .3s ease}.newsletter-input:focus{background:#ffffff14;border-color:#ffd70099;outline:none}.newsletter-input::placeholder{color:#fff6}.newsletter-button{background:linear-gradient(135deg,gold,orange);border:none;border-radius:6px;color:#000;cursor:pointer;font-size:1rem;font-weight:600;letter-spacing:1px;padding:.8rem 1.5rem;text-transform:uppercase;transition:all .3s ease}.newsletter-button:hover{box-shadow:0 5px 15px #ffd70066;transform:translateY(-2px)}.newsletter-message{border-radius:4px;font-size:.9rem;margin-top:.5rem;padding:.5rem}.newsletter-success{background:#4ade801a;border:1px solid #4ade804d;color:#4ade80}.newsletter-error{background:#f871711a;border:1px solid #f871714d;color:#f87171}.footer-newsletter-text{color:#e0e0e0;font-size:.9rem;margin-bottom:1rem}.footer-bottom{border-top:1px solid #ffd7001a;margin-top:2rem;padding-top:2rem;text-align:center}.footer-copyright{color:#999;font-size:.9rem}@media (max-width:768px){.footer{padding:2rem 1rem}.footer-grid{gap:2rem;grid-template-columns:1fr}.footer-grid,.footer-section{text-align:center}.footer-title{font-size:1.5rem}.footer-tagline{font-size:1rem}.social-links{align-items:center}.newsletter-form{max-width:100%}}
/*# sourceMappingURL=main.2d75c273.css.map*/