@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&family=Outfit:wght@400;600;700&display=swap";
@layer properties{@supports (((-webkit-hyphens:none)) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){*,:before,:after,::backdrop{--tw-rotate-x:initial;--tw-rotate-y:initial;--tw-rotate-z:initial;--tw-skew-x:initial;--tw-skew-y:initial;--tw-border-style:solid;--tw-blur:initial;--tw-brightness:initial;--tw-contrast:initial;--tw-grayscale:initial;--tw-hue-rotate:initial;--tw-invert:initial;--tw-opacity:initial;--tw-saturate:initial;--tw-sepia:initial;--tw-drop-shadow:initial;--tw-drop-shadow-color:initial;--tw-drop-shadow-alpha:100%;--tw-drop-shadow-size:initial}}}.static{position:static}.isolate{isolation:isolate}.block{display:block}.contents{display:contents}.flex{display:flex}.table{display:table}.transform{transform:var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,)}.border{border-style:var(--tw-border-style);border-width:1px}.filter{filter:var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,)}.transition{transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to,opacity,box-shadow,transform,translate,scale,rotate,filter,-webkit-backdrop-filter,backdrop-filter,display,content-visibility,overlay,pointer-events;transition-timing-function:var(--tw-ease,ease);transition-duration:var(--tw-duration,0s)}:root{--bg-color:#080808;--surface-color:#121212;--text-primary:#fff;--text-secondary:#a1a1a1;--accent-gold:#e9711c;--accent-orange:#e9711c;--accent-orange-glow:#e9711c33;--border-color:#ffffff14;--grid-color:#ffffff08;--font-inter:"Inter", sans-serif;--font-outfit:"Outfit", sans-serif;--transition:all .3s cubic-bezier(.4, 0, .2, 1);scroll-behavior:smooth}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--bg-color);color:var(--text-primary);font-family:var(--font-inter);-webkit-font-smoothing:antialiased;line-height:1.6;overflow-x:hidden}body:before{content:"";background-image:linear-gradient(var(--grid-color) 1px, transparent 1px), linear-gradient(90deg, var(--grid-color) 1px, transparent 1px);z-index:-1;pointer-events:none;background-size:40px 40px;width:100%;height:100%;position:fixed;top:0;left:0}h1,h2,h3,h4,h5,h6{font-family:var(--font-outfit);letter-spacing:-.02em;font-weight:700}a{color:inherit;transition:var(--transition);text-decoration:none}ul{list-style:none}button{cursor:pointer;transition:var(--transition);background:0 0;border:none;outline:none;font-family:inherit}.container{max-width:1200px;margin:0 auto;padding:0 2rem}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--bg-color)}::-webkit-scrollbar-thumb{background:var(--surface-color);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--border-color)}.glow{background:var(--accent-orange-glow);filter:blur(100px);z-index:-1;pointer-events:none;border-radius:50%;width:400px;height:400px;position:absolute}::selection{background:var(--accent-orange-glow);color:var(--accent-orange)}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}section{animation:.8s ease-out forwards fadeIn}@property --tw-rotate-x{syntax:"*";inherits:false}@property --tw-rotate-y{syntax:"*";inherits:false}@property --tw-rotate-z{syntax:"*";inherits:false}@property --tw-skew-x{syntax:"*";inherits:false}@property --tw-skew-y{syntax:"*";inherits:false}@property --tw-border-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-blur{syntax:"*";inherits:false}@property --tw-brightness{syntax:"*";inherits:false}@property --tw-contrast{syntax:"*";inherits:false}@property --tw-grayscale{syntax:"*";inherits:false}@property --tw-hue-rotate{syntax:"*";inherits:false}@property --tw-invert{syntax:"*";inherits:false}@property --tw-opacity{syntax:"*";inherits:false}@property --tw-saturate{syntax:"*";inherits:false}@property --tw-sepia{syntax:"*";inherits:false}@property --tw-drop-shadow{syntax:"*";inherits:false}@property --tw-drop-shadow-color{syntax:"*";inherits:false}@property --tw-drop-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-drop-shadow-size{syntax:"*";inherits:false}
.Navbar-module__cJzEcG__navbar{z-index:1000;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--border-color);background:#080808b3;align-items:center;width:100%;height:80px;display:flex;position:fixed;top:0;left:0}.Navbar-module__cJzEcG__container{justify-content:space-between;align-items:center;width:100%;max-width:1200px;margin:0 auto;padding:0 2rem;display:flex}.Navbar-module__cJzEcG__logo a{font-family:var(--font-outfit);align-items:center;gap:.75rem;font-size:1.5rem;font-weight:700;display:flex}.Navbar-module__cJzEcG__logoIcon{color:var(--accent-orange);font-size:1.8rem}.Navbar-module__cJzEcG__mobileMenuButton{cursor:pointer;z-index:1001;background:0 0;border:none;padding:.5rem;display:none}.Navbar-module__cJzEcG__hamburger{width:24px;height:20px;display:block;position:relative}.Navbar-module__cJzEcG__hamburger span{background:#fff;border-radius:2px;width:100%;height:2px;transition:all .3s;display:block;position:absolute}.Navbar-module__cJzEcG__hamburger span:first-child{top:0}.Navbar-module__cJzEcG__hamburger span:nth-child(2){top:9px}.Navbar-module__cJzEcG__hamburger span:nth-child(3){bottom:0}.Navbar-module__cJzEcG__hamburger.Navbar-module__cJzEcG__active span:first-child{top:9px;transform:rotate(45deg)}.Navbar-module__cJzEcG__hamburger.Navbar-module__cJzEcG__active span:nth-child(2){opacity:0}.Navbar-module__cJzEcG__hamburger.Navbar-module__cJzEcG__active span:nth-child(3){bottom:9px;transform:rotate(-45deg)}.Navbar-module__cJzEcG__navLinks{align-items:center;gap:1.6rem;display:flex}.Navbar-module__cJzEcG__navLinks a{color:var(--text-secondary);padding:.5rem;font-size:.95rem;font-weight:500;transition:color .2s}.Navbar-module__cJzEcG__navLinks a:hover{color:var(--text-primary)}.Navbar-module__cJzEcG__dropdown{position:relative}.Navbar-module__cJzEcG__dropdownTrigger{cursor:pointer;align-items:center;gap:.25rem;padding:.5rem;display:flex}.Navbar-module__cJzEcG__arrow{margin-left:.25rem;font-size:.7rem}.Navbar-module__cJzEcG__dropdownMenu{z-index:1001;opacity:0;visibility:hidden;background:#151515;border:1px solid #ffffff1a;border-radius:12px;min-width:300px;margin-top:.5rem;padding:.75rem;transition:opacity .2s,visibility .2s;position:absolute;top:100%;left:50%;transform:translate(-50%);box-shadow:0 16px 48px #0006}.Navbar-module__cJzEcG__dropdown:hover .Navbar-module__cJzEcG__dropdownMenu{opacity:1;visibility:visible}.Navbar-module__cJzEcG__dropdownItem{border-radius:8px;flex-direction:column;gap:.25rem;padding:.75rem 1rem;text-decoration:none;transition:background .15s;display:flex}.Navbar-module__cJzEcG__dropdownItem:hover{background:#ffffff0d}.Navbar-module__cJzEcG__itemName{color:#fff;font-weight:500}.Navbar-module__cJzEcG__itemDesc{color:#fff9;font-size:.85rem}.Navbar-module__cJzEcG__mobileMenu{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);z-index:999;background:#080808fa;border-left:1px solid #ffffff1a;width:80%;max-width:400px;height:100vh;transition:right .3s;display:none;position:fixed;top:0;right:-100%;overflow-y:auto}.Navbar-module__cJzEcG__mobileMenu.Navbar-module__cJzEcG__open{right:0}.Navbar-module__cJzEcG__mobileMenuContent{padding:6rem 2rem 2rem}.Navbar-module__cJzEcG__mobileMenuSection{margin-bottom:2rem}.Navbar-module__cJzEcG__mobileMenuSection h3{color:#fff;text-transform:uppercase;letter-spacing:.05em;margin:0 0 1rem;font-size:1.1rem;font-weight:600}.Navbar-module__cJzEcG__mobileMenuSection ul{margin:0;padding:0;list-style:none}.Navbar-module__cJzEcG__mobileMenuSection li{margin-bottom:.5rem}.Navbar-module__cJzEcG__mobileMenuSection a{border-radius:8px;flex-direction:column;gap:.25rem;padding:.75rem;text-decoration:none;transition:background .15s;display:flex}.Navbar-module__cJzEcG__mobileMenuSection a:hover{background:#ffffff0d}.Navbar-module__cJzEcG__mobileActions{border-top:1px solid #ffffff1a;flex-direction:column;gap:1rem;margin-top:2rem;padding-top:2rem;display:flex}.Navbar-module__cJzEcG__primaryBtn,.Navbar-module__cJzEcG__secondaryBtn{text-align:center;border-radius:8px;width:100%;padding:.75rem 1.5rem;font-weight:500;text-decoration:none;transition:all .2s;display:block}.Navbar-module__cJzEcG__primaryBtn{color:#060606;background:#e9711c}.Navbar-module__cJzEcG__primaryBtn:hover{background:#ff6b35;transform:translateY(-2px)}.Navbar-module__cJzEcG__secondaryBtn{color:#fff;background:#ffffff1a;border:1px solid #fff3}.Navbar-module__cJzEcG__secondaryBtn:hover{background:#fff3;transform:translateY(-2px)}@media (max-width:768px){.Navbar-module__cJzEcG__mobileMenuButton{display:block}.Navbar-module__cJzEcG__navLinks{display:none}.Navbar-module__cJzEcG__mobileMenu{display:block}.Navbar-module__cJzEcG__container{padding:0 1rem}.Navbar-module__cJzEcG__logo a{font-size:1.3rem}.Navbar-module__cJzEcG__logoIcon{font-size:1.5rem}}@media (max-width:480px){.Navbar-module__cJzEcG__mobileMenu{width:90%}.Navbar-module__cJzEcG__mobileMenuContent{padding:6rem 1.5rem 1.5rem}.Navbar-module__cJzEcG__navbar{height:70px}}
.Footer-module__S6Hkya__footer{border-top:1px solid var(--border-color);background:#050505;padding:80px 0 40px}.Footer-module__S6Hkya__container{max-width:1200px;margin:0 auto;padding:0 2rem}.Footer-module__S6Hkya__top{flex-wrap:wrap;justify-content:space-between;gap:3rem;margin-bottom:60px;display:flex}.Footer-module__S6Hkya__brand{max-width:300px}.Footer-module__S6Hkya__logo{font-family:var(--font-outfit);align-items:center;gap:.75rem;margin-bottom:1.5rem;font-size:1.5rem;font-weight:700;display:flex}.Footer-module__S6Hkya__logoIcon{color:var(--accent-orange)}.Footer-module__S6Hkya__tagline{color:var(--text-secondary);font-size:.95rem}.Footer-module__S6Hkya__linksGrid{gap:5rem;display:flex}.Footer-module__S6Hkya__column h4{color:var(--text-primary);margin-bottom:1.5rem;font-size:1rem}.Footer-module__S6Hkya__column a{color:var(--text-secondary);margin-bottom:.75rem;font-size:.9rem;display:block}.Footer-module__S6Hkya__column a:hover{color:var(--accent-orange)}.Footer-module__S6Hkya__bottom{border-top:1px solid var(--border-color);color:#444;justify-content:space-between;align-items:center;padding-top:40px;font-size:.85rem;display:flex}.Footer-module__S6Hkya__socials{gap:1.5rem;display:flex}.Footer-module__S6Hkya__socials a{color:#666}.Footer-module__S6Hkya__socials a:hover{color:var(--text-primary)}@media (max-width:768px){.Footer-module__S6Hkya__top{flex-direction:column}.Footer-module__S6Hkya__linksGrid{flex-wrap:wrap;gap:2rem}.Footer-module__S6Hkya__bottom{text-align:center;flex-direction:column;gap:1.5rem}}
