@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&family=Outfit:wght@400;500;600;700;800&display=swap";
:root{--bg-dark:#0a0a0c;--bg-card:#15161a;--primary:#e5282d;--primary-hover:#c41f24;--text-main:#fff;--text-muted:#a1a1aa;--border-subtle:#27272a;--font-sans:"Inter", sans-serif;--font-display:"Outfit", sans-serif}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--bg-dark);color:var(--text-main);font-family:var(--font-sans);-webkit-font-smoothing:antialiased;line-height:1.5}h1,h2,h3,h4,h5,h6{font-family:var(--font-display);font-weight:700;line-height:1.2}a{color:inherit;text-decoration:none;transition:color .3s}button,.btn{font-family:var(--font-sans);cursor:pointer;border:none;border-radius:8px;justify-content:center;align-items:center;padding:14px 28px;font-size:1rem;font-weight:600;transition:all .3s;display:inline-flex}.btn-primary{background-color:var(--primary);color:#fff}.btn-primary:hover{background-color:var(--primary-hover);transform:translateY(-2px);box-shadow:0 4px 15px #e5282d4d}.btn-secondary{color:var(--text-main);border:1px solid var(--border-subtle);background-color:#0000}.btn-secondary:hover{border-color:var(--primary);color:var(--primary)}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.animate-fade-in{opacity:0;animation:.8s cubic-bezier(.16,1,.3,1) forwards fadeIn}.delay-1{animation-delay:.1s}.delay-2{animation-delay:.2s}.delay-3{animation-delay:.3s}
.Navbar-module__ptsQQW__nav{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:100;border-bottom:1px solid var(--border-subtle);background:#0a0a0ccc;justify-content:space-between;align-items:center;width:100%;height:65px;padding:0 4rem;display:flex;position:fixed;top:0}.Navbar-module__ptsQQW__logo{flex-shrink:0;align-items:center;text-decoration:none;display:flex}.Navbar-module__ptsQQW__logoWrapper{justify-content:center;align-items:center;width:220px;height:55px;display:flex;position:relative;overflow:hidden}.Navbar-module__ptsQQW__logoImg{transform-origin:0;filter:drop-shadow(0 0 10px #e5282d4d);transform:scale(1.1)}.Navbar-module__ptsQQW__navLinks{gap:2rem;font-weight:500;display:flex}.Navbar-module__ptsQQW__navLinks a:hover{color:var(--primary)}.Navbar-module__ptsQQW__rightNav{align-items:center;gap:1rem;display:flex}.Navbar-module__ptsQQW__hamburger{cursor:pointer;z-index:101;background:0 0;border:none;flex-direction:column;justify-content:space-between;width:24px;height:18px;padding:0;display:none}.Navbar-module__ptsQQW__hamburger span{background-color:var(--text-main);border-radius:2px;width:100%;height:2px;transition:all .3s}.Navbar-module__ptsQQW__hamburger.Navbar-module__ptsQQW__open span:first-child{transform:translateY(8px)rotate(45deg)}.Navbar-module__ptsQQW__hamburger.Navbar-module__ptsQQW__open span:nth-child(2){opacity:0}.Navbar-module__ptsQQW__hamburger.Navbar-module__ptsQQW__open span:nth-child(3){transform:translateY(-8px)rotate(-45deg)}.Navbar-module__ptsQQW__mobileQuote{display:none}@media (max-width:768px){.Navbar-module__ptsQQW__nav{height:60px;padding:0 1.5rem}.Navbar-module__ptsQQW__hamburger{display:flex}.Navbar-module__ptsQQW__desktopQuote{display:none!important}.Navbar-module__ptsQQW__mobileQuote{width:100%;margin-top:1rem;display:inline-flex}.Navbar-module__ptsQQW__navLinks{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-top:1px solid var(--border-subtle);background:#0a0a0cfa;flex-direction:column;align-items:center;gap:2rem;width:100%;height:calc(100vh - 60px);padding:3rem 2rem;transition:transform .3s ease-in-out;position:fixed;top:60px;left:0;transform:translate(100%)}.Navbar-module__ptsQQW__navLinks.Navbar-module__ptsQQW__open{transform:translate(0)}.Navbar-module__ptsQQW__navLinks a{font-size:1.25rem}}
.Footer-module__jlOjsq__footer{background:var(--bg-card);border-top:1px solid var(--border-subtle);padding:4rem 4rem 2rem}.Footer-module__jlOjsq__footerInner{grid-template-columns:2fr 1fr 1fr 1fr;gap:3rem;max-width:1200px;margin:0 auto;display:grid}.Footer-module__jlOjsq__brand{flex-direction:column;gap:1rem;display:flex}.Footer-module__jlOjsq__brandLogo{font-family:var(--font-display);align-items:center;gap:10px;font-size:1.25rem;font-weight:800;display:flex}.Footer-module__jlOjsq__logoWrapper{justify-content:center;align-items:center;width:220px;height:55px;display:flex;position:relative;overflow:hidden}.Footer-module__jlOjsq__brandDesc{color:var(--text-muted);max-width:280px;font-size:.9rem;line-height:1.7}.Footer-module__jlOjsq__column h4{text-transform:uppercase;letter-spacing:1.5px;color:var(--text-muted);margin-bottom:1.25rem;font-size:.85rem}.Footer-module__jlOjsq__column ul{flex-direction:column;gap:.75rem;padding:0;list-style:none;display:flex}.Footer-module__jlOjsq__column ul li a{color:var(--text-main);font-size:.95rem;transition:color .3s}.Footer-module__jlOjsq__column ul li a:hover{color:var(--primary)}.Footer-module__jlOjsq__divider{background:var(--border-subtle);border:none;max-width:1200px;height:1px;margin:2rem auto}.Footer-module__jlOjsq__bottomBar{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;max-width:1200px;margin:0 auto;display:flex}.Footer-module__jlOjsq__copyright{color:var(--text-muted);font-size:.85rem}.Footer-module__jlOjsq__bottomLinks{gap:1.5rem;display:flex}.Footer-module__jlOjsq__bottomLinks a{color:var(--text-muted);font-size:.85rem;transition:color .3s}.Footer-module__jlOjsq__bottomLinks a:hover{color:var(--primary)}@media (max-width:768px){.Footer-module__jlOjsq__footer{padding:3rem 2rem 1.5rem}.Footer-module__jlOjsq__footerInner{grid-template-columns:1fr 1fr;gap:2rem}.Footer-module__jlOjsq__brand{grid-column:1/-1}.Footer-module__jlOjsq__bottomBar{text-align:center;flex-direction:column}}@media (max-width:480px){.Footer-module__jlOjsq__footerInner{grid-template-columns:1fr}}
