@import "https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;600;700&display=swap";
:root{--bg-primary:#0a0a0a;--bg-secondary:#121212;--text-primary:#fff;--text-secondary:#a0a0a0;--accent-primary:#3b82f6;--accent-glow:#3b82f680;--glass-bg:#ffffff0d;--glass-border:#ffffff1a;--gradient-primary:linear-gradient(135deg,#fff 0%,#a0a0a0 100%);--font-main:"Outfit",sans-serif;--spacing-sm:.5rem;--spacing-md:1rem;--spacing-lg:2rem;--spacing-xl:4rem}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background-color:var(--bg-primary);color:var(--text-primary);font-family:var(--font-main);line-height:1.6;overflow-x:hidden}h1,h2,h3,h4,h5,h6{margin-bottom:var(--spacing-md);font-weight:700;line-height:1.2}a{color:inherit;text-decoration:none}.container{max-width:1200px;padding:0 var(--spacing-md);margin:0 auto}.glass-panel{background:var(--glass-bg);-webkit-backdrop-filter:blur(12px);border:1px solid var(--glass-border);border-radius:16px}.text-gradient{background:linear-gradient(135deg,#fff 0%,#a0a0a0 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.btn{cursor:pointer;border:none;border-radius:50px;padding:12px 24px;font-weight:600;transition:all .3s;display:inline-block}.btn-primary{background:var(--accent-primary);color:#fff;box-shadow:0 4px 14px var(--accent-glow)}.btn-primary:hover{box-shadow:0 6px 20px var(--accent-glow);transform:translateY(-2px)}.section{padding:var(--spacing-xl)0}.w-10{width:40px}.h-10{height:40px}[data-theme=light]{--bg-primary:#fff;--bg-secondary:#f3f4f6;--text-primary:#000;--text-secondary:#1f2937;--glass-bg:#0000000d;--glass-border:#00000026;--gradient-primary:linear-gradient(135deg,#1e3a8a 0%,#2563eb 100%);--accent-glow:#2563eb33}[data-theme=light] .text-gradient{background:linear-gradient(135deg,#172554 0%,#2563eb 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}#next-logo,[data-nextjs-dev-tools-button]{display:none!important}
.Header-module__6N5Vcq__header{border-bottom:1px solid var(--glass-border);-webkit-backdrop-filter:blur(16px);z-index:100;background:#0a0a0af2;justify-content:space-between;align-items:center;padding:1.5rem;display:flex;position:sticky;top:0}[data-theme=light] .Header-module__6N5Vcq__header{background:#ffffffe6;border-bottom:1px solid #0000001a}.Header-module__6N5Vcq__brandLink{z-index:102;align-items:center;gap:.75rem;text-decoration:none;display:flex}.Header-module__6N5Vcq__brandText{background:var(--gradient-primary);-webkit-text-fill-color:transparent;text-transform:uppercase;letter-spacing:-1px;-webkit-background-clip:text;background-clip:text;font-size:1.5rem;font-weight:800}.Header-module__6N5Vcq__desktopNav{align-items:center;gap:1rem;display:flex}.Header-module__6N5Vcq__navLink{color:var(--text-primary);font-weight:600;transition:color .2s}.Header-module__6N5Vcq__navLink:hover{color:var(--accent-primary)}.Header-module__6N5Vcq__contactBtn{padding:.5rem 1rem;font-size:.9rem}.Header-module__6N5Vcq__hamburger{border:1px solid var(--glass-border);cursor:pointer;color:var(--text-primary);z-index:105;background:0 0;border-radius:8px;padding:.5rem;transition:all .3s;display:none}.Header-module__6N5Vcq__hamburger svg{width:24px;height:24px}.Header-module__6N5Vcq__backdrop{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:103;background:#00000080;width:100%;height:100vh;animation:.3s forwards Header-module__6N5Vcq__fadeIn;position:fixed;top:0;left:0}.Header-module__6N5Vcq__mobileMenu{-webkit-backdrop-filter:blur(20px);z-index:104;background:linear-gradient(135deg,#0f172af2 0%,#000000fa 100%);border-left:1px solid #ffffff1a;flex-direction:column;gap:1.5rem;width:70%;max-width:300px;height:100vh;padding:2rem 1.5rem;animation:.3s cubic-bezier(.16,1,.3,1) forwards Header-module__6N5Vcq__slideIn;display:flex;position:fixed;top:0;right:0;transform:translate(100%);box-shadow:-10px 0 50px #00000080}[data-theme=light] .Header-module__6N5Vcq__mobileMenu{background:#ffffffe6;border-left:1px solid #0000001a;box-shadow:-10px 0 30px #00000026}@keyframes Header-module__6N5Vcq__slideIn{0%{transform:translate(100%)}to{transform:translate(0)}}@keyframes Header-module__6N5Vcq__fadeIn{0%{opacity:0}to{opacity:1}}.Header-module__6N5Vcq__mobileNav{flex-direction:column;gap:1rem;width:100%;margin-top:3rem;display:flex}.Header-module__6N5Vcq__mobileNavLink{color:#fff;text-align:center;background:#ffffff1a;border:1px solid #ffffff1a;border-radius:16px;margin-bottom:.5rem;padding:1.25rem 1.5rem;font-size:1.2rem;font-weight:700;text-decoration:none;transition:all .2s cubic-bezier(.2,.8,.2,1);display:block;box-shadow:0 4px 6px #0000001a}.Header-module__6N5Vcq__mobileNavLink:hover{background:#fff3;border-color:#ffffff4d;transform:translateY(-2px);box-shadow:0 8px 12px #0003}.Header-module__6N5Vcq__mobileNavLink:active{transform:translateY(0)}[data-theme=light] .Header-module__6N5Vcq__mobileNavLink{color:#111827;background:#f3f4f6;border:1px solid #e5e7eb;box-shadow:0 2px 4px #0000000d}[data-theme=light] .Header-module__6N5Vcq__mobileNavLink:hover{color:#2563eb;background:#fff;border-color:#3b82f6;box-shadow:0 4px 12px #2563eb26}.Header-module__6N5Vcq__mobileThemeToggle{z-index:106;justify-content:center;align-items:center;display:flex;position:absolute;top:1.5rem;right:1.5rem}@media (max-width:768px){.Header-module__6N5Vcq__header{justify-content:flex-end;padding:1rem}.Header-module__6N5Vcq__desktopNav{display:none}.Header-module__6N5Vcq__hamburger{justify-content:center;align-items:center;display:flex}.Header-module__6N5Vcq__brandLink{gap:0;position:absolute;left:50%;transform:translate(-50%)}.Header-module__6N5Vcq__brandText{font-size:1.5rem}.Header-module__6N5Vcq__desktopBrand{display:none}.Header-module__6N5Vcq__mobileBrand{display:block}}.Header-module__6N5Vcq__desktopBrand{display:block}.Header-module__6N5Vcq__mobileBrand{display:none}
