@import "https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700&display=swap";
:root{--primary-bg:#0a0a0a;--secondary-bg:#141414;--accent-color:#e60000;--text-primary:#fff;--text-secondary:#aaa;--glass-bg:#191919b3;--glass-border:#ffffff1a;--transition:all .3s ease}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--primary-bg);color:var(--text-primary);font-family:Outfit,sans-serif;line-height:1.6;overflow-x:hidden}a{color:inherit;transition:var(--transition);text-decoration:none}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 20px}h1,h2,h3,h4,h5,h6{font-weight:700;line-height:1.2}.btn{text-transform:uppercase;letter-spacing:1px;cursor:pointer;transition:var(--transition);border-radius:4px;padding:12px 28px;font-size:.9rem;font-weight:600;display:inline-block}.btn-primary{background-color:var(--accent-color);color:#000;border:1px solid var(--accent-color)}.btn-primary:hover{color:var(--accent-color);background-color:#0000}.btn-outline{color:var(--text-primary);border:1px solid var(--text-primary);background-color:#0000}.btn-outline:hover{background-color:var(--text-primary);color:#000}.glass{background:var(--glass-bg);-webkit-backdrop-filter:blur(10px);border:1px solid var(--glass-border)}.section{padding:80px 0}.section-title{text-align:center;text-transform:uppercase;letter-spacing:2px;margin-bottom:20px;font-size:2.5rem}.section-subtitle{text-align:center;color:var(--text-secondary);max-width:700px;margin-bottom:50px;margin-left:auto;margin-right:auto;font-size:1.1rem}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.animate-fade-in-up{animation:.8s forwards fadeInUp}
.layout-module__L5FxyW__navbar{background-color:var(--primary-bg);border-bottom:1px solid var(--glass-border);z-index:1000;justify-content:space-between;align-items:center;padding:0 40px;display:flex;position:sticky;top:0}.layout-module__L5FxyW__logo{color:var(--accent-color);letter-spacing:2px;margin-top:-20px;margin-bottom:-20px;margin-left:50px;font-size:1.5rem;font-weight:700}.layout-module__L5FxyW__navLinks{gap:30px;list-style:none;display:flex}.layout-module__L5FxyW__navLinks a{color:var(--text-primary);text-transform:uppercase;letter-spacing:1px;font-size:.95rem}.layout-module__L5FxyW__navLinks a:hover{color:var(--accent-color)}.layout-module__L5FxyW__footer{background-color:var(--secondary-bg);border-top:1px solid var(--glass-border);margin-top:80px;padding:60px 40px}.layout-module__L5FxyW__footerContent{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:40px;display:grid}.layout-module__L5FxyW__footerColumn h4{color:var(--accent-color);margin-bottom:20px;font-size:1.2rem}.layout-module__L5FxyW__footerColumn p,.layout-module__L5FxyW__footerColumn a{color:var(--text-secondary);margin-bottom:10px;display:block}.layout-module__L5FxyW__footerColumn a:hover{color:var(--accent-color)}.layout-module__L5FxyW__copyright{text-align:center;border-top:1px solid var(--glass-border);color:var(--text-secondary);margin-top:40px;padding-top:40px;font-size:.9rem}@media (max-width:768px){.layout-module__L5FxyW__navbar{flex-direction:column;gap:20px}.layout-module__L5FxyW__navLinks{flex-wrap:wrap;justify-content:center}}.layout-module__L5FxyW__topBanner{background-color:var(--accent-color);color:#fff;justify-content:space-between;align-items:center;height:40px;padding:0 40px;display:flex;position:relative;overflow:hidden}.layout-module__L5FxyW__marqueeContainer{white-space:nowrap;flex:1;align-items:center;margin-right:20px;display:flex;position:relative;overflow:hidden}.layout-module__L5FxyW__marquee{letter-spacing:1px;gap:30px;font-size:.85rem;font-weight:500;animation:20s linear infinite layout-module__L5FxyW__marquee;display:inline-flex}@keyframes layout-module__L5FxyW__marquee{0%{transform:translate(0%)}to{transform:translate(-50%)}}.layout-module__L5FxyW__socialIcons{z-index:2;background-color:var(--accent-color);align-items:center;gap:15px;padding-left:10px;display:flex}.layout-module__L5FxyW__socialIcons a{color:#fff;justify-content:center;align-items:center;transition:transform .3s;display:flex}.layout-module__L5FxyW__socialIcons a:hover{transform:scale(1.3)rotate(5deg)}
