@import "https://fonts.googleapis.com/css2?family=Space+Mono:wght@400;700&family=Syncopate:wght@400;700&display=swap";
:root{--color-primary:#1e293b;--color-secondary:#334155;--color-cta:#fc0;--color-cta-hover:#e6b800;--color-cta-dark:#c90;--color-background:#f8fafc;--color-text:#0f172a;--color-text-muted:#475569;--color-text-light:#64748b;--color-border:#e2e8f0;--color-card:#fff;--color-dark-bg:#0f172a;--color-dark-surface:#1e293b;--font-heading:"Syncopate", sans-serif;--font-body:"Space Mono", monospace;--space-xs:.25rem;--space-sm:.5rem;--space-md:1rem;--space-lg:1.5rem;--space-xl:2rem;--space-2xl:3rem;--space-3xl:4rem;--space-4xl:6rem;--shadow-sm:0 1px 2px #0000000d;--shadow-md:0 4px 6px #0000001a;--shadow-lg:0 10px 15px #0000001a;--shadow-xl:0 20px 25px #00000026;--radius-sm:6px;--radius-md:8px;--radius-lg:12px;--radius-xl:16px;--radius-full:9999px;--max-width:1200px;--navbar-height:80px}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;scroll-padding-top:var(--navbar-height)}body{font-family:var(--font-body);color:var(--color-text);background-color:var(--color-background);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.6;overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);letter-spacing:.02em;font-weight:700;line-height:1.2}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto;display:block}ul,ol{list-style:none}button{font-family:var(--font-body);cursor:pointer;border:none;outline:none}:focus-visible{outline:2px solid var(--color-primary);outline-offset:4px}a:focus-visible,button:focus-visible,.btn:focus-visible,input:focus-visible{border-radius:var(--radius-sm);outline:none;box-shadow:0 0 0 3px #1e293b4d}.container{width:100%;max-width:var(--max-width);padding:0 var(--space-lg);margin:0 auto}.section{padding:var(--space-4xl) 0}.section-dark{background-color:var(--color-dark-bg);color:#f8fafc}.section-title{text-transform:uppercase;margin-bottom:var(--space-md);font-size:clamp(1.5rem,4vw,2.5rem);position:relative}.section-subtitle{font-family:var(--font-body);color:var(--color-text-muted);max-width:600px;margin:0 auto;font-size:clamp(.875rem,2vw,1.1rem);font-weight:400}.section-dark .section-subtitle{color:#94a3b8}.section-header{text-align:center;margin-bottom:var(--space-3xl)}.accent-line{background:var(--color-cta);width:60px;height:4px;margin:var(--space-md) auto;border-radius:var(--radius-full)}.section-header .accent-line{margin-left:auto;margin-right:auto}.btn{align-items:center;gap:var(--space-sm);border-radius:var(--radius-md);cursor:pointer;text-transform:uppercase;letter-spacing:.05em;font-size:.95rem;font-weight:700;font-family:var(--font-body);padding:14px 28px;transition:all .2s;display:inline-flex}.btn-primary{background:var(--color-cta);color:#0f172a;border:2px solid var(--color-cta)}.btn-primary:hover{background:var(--color-cta-hover);border-color:var(--color-cta-hover);transform:translateY(-2px);box-shadow:0 8px 20px #ffcc0059}.btn-secondary{color:#fff;background:0 0;border:2px solid #fff6}.btn-secondary:hover{background:#ffffff1a;border-color:#fff;transform:translateY(-2px)}.btn-outline-dark{color:var(--color-primary);border:2px solid var(--color-primary);background:0 0}.btn-outline-dark:hover{background:var(--color-primary);color:#fff;transform:translateY(-2px)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideInLeft{0%{opacity:0;transform:translate(-40px)}to{opacity:1;transform:translate(0)}}@keyframes slideInRight{0%{opacity:0;transform:translate(40px)}to{opacity:1;transform:translate(0)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.animate-fade-in-up{animation:.7s forwards fadeInUp}.animate-fade-in{animation:.7s forwards fadeIn}.animate-slide-left{animation:.7s forwards slideInLeft}.animate-slide-right{animation:.7s forwards slideInRight}@media (prefers-reduced-motion:reduce){*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}html{scroll-behavior:auto}}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--color-background)}::-webkit-scrollbar-thumb{background:var(--color-secondary);border-radius:var(--radius-full)}::-webkit-scrollbar-thumb:hover{background:var(--color-primary)}
.Navbar-module__cJzEcG__navbar{top:calc(16px + env(safe-area-inset-top,0px));max-width:var(--max-width);z-index:1000;background:0 0;border-radius:24px;margin:0 auto;padding:16px 24px;transition:all .3s;position:fixed;left:16px;right:16px}.Navbar-module__cJzEcG__navbar:before{content:"";-webkit-backdrop-filter:blur(16px);opacity:0;z-index:-1;pointer-events:none;background:#0f172afa;border:1px solid #ffffff0d;border-radius:24px;transition:opacity .3s;position:absolute;inset:0;box-shadow:0 4px 20px #0000004d}.Navbar-module__cJzEcG__navbar.Navbar-module__cJzEcG__solid:before{opacity:1}.Navbar-module__cJzEcG__container{max-width:var(--max-width);justify-content:space-between;align-items:center;margin:0 auto;padding:0;display:flex}.Navbar-module__cJzEcG__logo{cursor:pointer;align-items:center;text-decoration:none;display:flex}.Navbar-module__cJzEcG__logoImg{object-fit:contain;flex-shrink:0;width:160px;height:auto;display:block}.Navbar-module__cJzEcG__navLinks{align-items:center;gap:var(--space-xl);display:flex}.Navbar-module__cJzEcG__navLink{color:#fffc;text-transform:uppercase;letter-spacing:.1em;cursor:pointer;font-size:.85rem;font-weight:700;transition:color .2s;position:relative}.Navbar-module__cJzEcG__navLink:after{content:"";background:var(--color-cta);width:0;height:2px;transition:width .3s;position:absolute;bottom:-4px;left:0}.Navbar-module__cJzEcG__navLink:hover{color:#fff}.Navbar-module__cJzEcG__navLink:hover:after{width:100%}.Navbar-module__cJzEcG__ctaBtn{padding:10px 20px!important;font-size:.8rem!important}.Navbar-module__cJzEcG__hamburger{cursor:pointer;z-index:1001;background:0 0;border:none;flex-direction:column;gap:5px;padding:4px;display:none}.Navbar-module__cJzEcG__hamburger span{background:#fff;border-radius:2px;width:24px;height:2px;transition:all .3s;display:block}.Navbar-module__cJzEcG__hamburger.Navbar-module__cJzEcG__active span:first-child{transform:translateY(7px)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){transform:translateY(-7px)rotate(-45deg)}@media (max-width:768px){.Navbar-module__cJzEcG__navbar{top:calc(8px + env(safe-area-inset-top,0px));left:8px;right:8px;padding:14px 16px!important}.Navbar-module__cJzEcG__logoImg{width:140px}.Navbar-module__cJzEcG__hamburger{display:flex}.Navbar-module__cJzEcG__navLinks{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);justify-content:center;gap:var(--space-2xl);width:300px;height:100dvh;padding:var(--space-2xl);background:#0f172afa;flex-direction:column;transition:right .4s;position:fixed;top:0;right:-100%}.Navbar-module__cJzEcG__navLinks.Navbar-module__cJzEcG__open{right:0}.Navbar-module__cJzEcG__navLink{font-size:1.1rem}.Navbar-module__cJzEcG__ctaBtn{justify-content:center;width:100%}}
.Footer-module__S6Hkya__footer{color:#94a3b8;padding:var(--space-3xl) 0 var(--space-xl);background:#0b1120}.Footer-module__S6Hkya__top{gap:var(--space-2xl);margin-bottom:var(--space-2xl);grid-template-columns:2fr 1fr 1fr 1fr;display:grid}.Footer-module__S6Hkya__brand{max-width:300px}.Footer-module__S6Hkya__logo{cursor:pointer;margin-bottom:var(--space-md);align-items:center;text-decoration:none;display:flex}.Footer-module__S6Hkya__logoImg{object-fit:contain;width:auto;height:38px}.Footer-module__S6Hkya__tagline{color:#64748b;font-size:.85rem;line-height:1.6}.Footer-module__S6Hkya__columnTitle{font-family:var(--font-heading);color:#f1f5f9;text-transform:uppercase;letter-spacing:.15em;margin-bottom:var(--space-md);font-size:.7rem}.Footer-module__S6Hkya__links{gap:var(--space-sm);flex-direction:column;display:flex}.Footer-module__S6Hkya__link{color:#64748b;cursor:pointer;font-size:.85rem;transition:color .2s}a.Footer-module__S6Hkya__link:hover{color:#f1f5f9}.Footer-module__S6Hkya__divider{height:1px;margin-bottom:var(--space-xl);background:#ffffff0f}.Footer-module__S6Hkya__bottom{text-align:center}.Footer-module__S6Hkya__copyright{color:#475569;font-size:.75rem}.Footer-module__S6Hkya__credit{color:#334155;margin-top:4px;font-size:.7rem}@media (max-width:768px){.Footer-module__S6Hkya__top{gap:var(--space-xl);grid-template-columns:1fr 1fr}.Footer-module__S6Hkya__brand{grid-column:1/-1}}@media (max-width:480px){.Footer-module__S6Hkya__top{grid-template-columns:1fr}}
