@import "https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;700&display=swap";
:root{--brand-yellow:#ffca18;--brand-yellow-deep:#b48c00;--neutral-black:#000;--neutral-white:#fff;--neutral-gray-900:#0a0a0a;--neutral-gray-800:#121212;--neutral-gray-200:#e5e5e5;--neutral-gray-100:#f5f5f5;--surface:var(--neutral-black);--on-surface:var(--neutral-white);--on-surface-secondary:#fff9;--primary-accent:var(--brand-yellow);--on-accent:var(--neutral-black);--glass-bg:#141414b3;--glass-border:#ffffff1a;--grid-line:#ffffff08;--bg-color:var(--surface);--text-primary:var(--on-surface);--text-secondary:var(--on-surface-secondary);--color-yellow-400:var(--primary-accent);--color-white:var(--neutral-white);--color-black:var(--neutral-black);--font-body:"Poppins", sans-serif;--ease-spade:cubic-bezier(.16, 1, .3, 1)}:root[data-theme=light]{--surface:var(--neutral-white);--on-surface:#111;--on-surface-secondary:#444;--primary-accent:#a67c00;--on-accent:var(--neutral-white);--glass-bg:#ffffffe6;--glass-border:#00000026;--grid-line:#00000014;--on-primary-accent:#000}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-body);background-color:var(--surface);color:var(--on-surface);-webkit-font-smoothing:antialiased;transition:background-color .4s,color .4s;overflow-x:hidden}a{color:inherit;text-decoration:none}:focus-visible{outline:2px solid var(--primary-accent);outline-offset:4px}h1,h2,h3,h4,h5,h6{color:var(--on-surface);margin-bottom:.5rem;font-weight:700;line-height:1.1}h1{letter-spacing:-.03em;font-size:clamp(3rem,10vw,5rem)}h2{letter-spacing:-.02em;font-size:clamp(2rem,6vw,3.5rem)}p{color:var(--on-surface-secondary);font-weight:400;line-height:1.7}.bg-grid-pattern{background-size:40px 40px;background-image:linear-gradient(to right, var(--grid-line) 1px, transparent 1px), linear-gradient(to bottom, var(--grid-line) 1px, transparent 1px)}.container{max-width:1400px;margin:0 auto;padding:0 5%}.section{padding:8rem 0;position:relative}.glass{background:var(--glass-bg);-webkit-backdrop-filter:blur(16px);border:1px solid var(--glass-border)}
.Navbar-module__nuAbfa__navbar{z-index:1000;width:90%;max-width:1400px;transition:all .5s cubic-bezier(.16,1,.3,1);position:fixed;top:2rem;left:50%;transform:translate(-50%)}.Navbar-module__nuAbfa__navbarPill{width:80%;top:1.5rem}.Navbar-module__nuAbfa__navContainer{background:var(--glass-bg);-webkit-backdrop-filter:blur(24px);border:1px solid var(--glass-border);border-radius:4px;justify-content:space-between;align-items:center;padding:1rem 2rem;transition:all .5s cubic-bezier(.16,1,.3,1);display:flex}.Navbar-module__nuAbfa__containerPill{padding:.75rem 2rem;box-shadow:0 20px 40px #0006}.Navbar-module__nuAbfa__centerSection{flex:1;justify-content:center;align-items:center;gap:3rem;display:flex}.Navbar-module__nuAbfa__navLinks{gap:2rem;display:flex}.Navbar-module__nuAbfa__navLink{color:var(--on-surface);letter-spacing:.15em;text-transform:uppercase;font-size:.8rem;font-weight:600;transition:color .3s;position:relative}.Navbar-module__nuAbfa__navLink:hover{color:var(--color-yellow-400)}.Navbar-module__nuAbfa__logo{color:var(--color-yellow-400);letter-spacing:-.03em;text-transform:none;align-items:center;font-size:1.8rem;font-weight:800;text-decoration:none;transition:opacity .3s;display:flex}.Navbar-module__nuAbfa__logo:hover{opacity:.8}.Navbar-module__nuAbfa__logoImg{width:auto;height:40px;transition:all .5s cubic-bezier(.16,1,.3,1)}.Navbar-module__nuAbfa__navbarPill .Navbar-module__nuAbfa__logoImg{height:32px}.Navbar-module__nuAbfa__rightActions{align-items:center;gap:1.5rem;display:flex}.Navbar-module__nuAbfa__iconBtn{color:var(--on-surface);cursor:pointer;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;padding:.5rem;transition:all .3s;display:flex}.Navbar-module__nuAbfa__iconBtn:hover{background:var(--glass-border);color:var(--primary-accent)}.Navbar-module__nuAbfa__menuBtn{display:none!important}@media (max-width:1024px){.Navbar-module__nuAbfa__menuBtn{display:flex!important}}.Navbar-module__nuAbfa__getStartedBtn{color:var(--color-white);letter-spacing:.15em;text-transform:uppercase;padding:.75rem 1.5rem;font-size:.8rem;font-weight:700;transition:all .3s;position:relative}.Navbar-module__nuAbfa__getStartedBtn:before,.Navbar-module__nuAbfa__getStartedBtn:after{content:"";border-color:var(--color-yellow-400);border-style:solid;width:10px;height:10px;transition:all .3s;position:absolute}.Navbar-module__nuAbfa__getStartedBtn:before{border-width:1px 0 0 1px;top:0;left:0}.Navbar-module__nuAbfa__getStartedBtn:after{border-width:0 1px 1px 0;bottom:0;right:0}.Navbar-module__nuAbfa__getStartedBtn:hover{color:var(--color-yellow-400)}.Navbar-module__nuAbfa__getStartedBtn:hover:before,.Navbar-module__nuAbfa__getStartedBtn:hover:after{width:100%;height:100%}.Navbar-module__nuAbfa__mobileMenu{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);z-index:2000;background:#000000f2;flex-direction:column;padding:4rem 2rem;display:flex;position:fixed;inset:0}.Navbar-module__nuAbfa__mobileNavItems{flex-direction:column;gap:2rem;margin-top:4rem;list-style:none;display:flex}.Navbar-module__nuAbfa__mobileNavItems li a{letter-spacing:-.02em;font-size:2.5rem;font-weight:700}.Navbar-module__nuAbfa__closeBtn{color:#fff;background:0 0;border:none;font-size:2.5rem;position:absolute;top:2rem;right:2rem}@media (max-width:1024px){.Navbar-module__nuAbfa__centerSection{display:none}}
.Footer-module__EZoWya__footer{background-color:var(--color-black);color:var(--color-white);border-top:1px solid #ffffff0d;padding-top:6rem}.Footer-module__EZoWya__footerGrid{grid-template-columns:1.5fr 1fr 1fr 1fr 1fr;gap:3rem;margin-bottom:4rem;display:grid}.Footer-module__EZoWya__logo{margin-bottom:1rem;display:inline-block}.Footer-module__EZoWya__logoImg{width:auto;height:48px;display:block}.Footer-module__EZoWya__dot{color:var(--color-yellow-400)}.Footer-module__EZoWya__description{color:var(--color-accent-100);max-width:300px;font-size:.95rem;line-height:1.8}.Footer-module__EZoWya__columnTitle{margin-bottom:1.5rem;font-size:1.1rem}.Footer-module__EZoWya__linksList{flex-direction:column;gap:1rem;list-style:none;display:flex}.Footer-module__EZoWya__linksList a{color:var(--color-accent-100);font-size:.95rem;transition:color .3s}.Footer-module__EZoWya__linksList a:hover{color:var(--color-yellow-400)}.Footer-module__EZoWya__contactEmail{color:var(--color-white);border-bottom:1px solid var(--color-yellow-400);margin-bottom:1.5rem;padding-bottom:.25rem;font-size:1.1rem;font-weight:600;display:inline-block}.Footer-module__EZoWya__socials{gap:1rem;display:flex}.Footer-module__EZoWya__socialLink{width:40px;height:40px;color:var(--color-accent-100);text-transform:uppercase;border:1px solid #ffffff1a;border-radius:50%;justify-content:center;align-items:center;font-size:.8rem;font-weight:600;transition:all .3s;display:flex}.Footer-module__EZoWya__socialLink:hover{border-color:var(--color-yellow-400);color:var(--color-yellow-400);transform:translateY(-2px)}.Footer-module__EZoWya__bottomBar{border-top:1px solid #ffffff0d;padding:2rem 0}.Footer-module__EZoWya__bottomBarInner{color:var(--color-accent-200);justify-content:space-between;align-items:center;font-size:.9rem;display:flex}.Footer-module__EZoWya__legalLinks{gap:2rem;display:flex}.Footer-module__EZoWya__legalLinks a:hover{color:var(--color-white)}@media (max-width:1024px){.Footer-module__EZoWya__footerGrid{grid-template-columns:1fr 1fr;gap:3rem}}@media (max-width:600px){.Footer-module__EZoWya__footerGrid{grid-template-columns:1fr;gap:2.5rem}.Footer-module__EZoWya__bottomBarInner{text-align:center;flex-direction:column;gap:1rem}}
