.Header-module__header{position:sticky;top:0;z-index:100;width:100%;background:var(--nav-bg);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--border);transition:background .3s,border-color .3s}.Header-module__header .Header-module__headerInner{max-width:1200px;margin:0 auto;padding-inline:1.5rem}@media(min-width:768px){.Header-module__header .Header-module__headerInner{padding-inline:3rem}}.Header-module__header .Header-module__headerInner{display:flex;align-items:center;justify-content:space-between;height:64px}.Header-module__header .Header-module__logo{display:flex}.Header-module__header .Header-module__logo .Header-module__logoImg{width:100%;height:160px}.Header-module__header .Header-module__links{display:flex;align-items:center;gap:1.75rem}@media(max-width:799px){.Header-module__header .Header-module__links{position:fixed;top:64px;left:0;right:0;flex-direction:column;align-items:center;padding:1.5rem 0;gap:1rem;background:var(--bg);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--border);box-shadow:0 4px 12px #00000014;visibility:hidden;transition:opacity .2s,visibility .2s}}@media(max-width:799px){.Header-module__header .Header-module__linksOpen{opacity:1;visibility:visible}}.Header-module__header .Header-module__link{font-size:.9rem;font-weight:500;color:var(--text-secondary);transition:color .2s}.Header-module__header .Header-module__link:hover{color:var(--text)}@media(max-width:799px){.Header-module__header .Header-module__link{font-size:1.25rem}}.Header-module__header .Header-module__linkActive{color:#2563eb}.Header-module__header .Header-module__themeToggle{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;color:var(--text-secondary);transition:background .2s,color .2s}.Header-module__header .Header-module__themeToggle:hover{background:var(--surface-2);color:var(--text)}@media(max-width:799px){.Header-module__header .Header-module__themeToggle{display:none}}.Header-module__header .Header-module__themeToggleMobile{display:none;align-items:center;justify-content:center;width:44px;height:44px;border-radius:50%;color:var(--text-secondary);transition:background .2s,color .2s}.Header-module__header .Header-module__themeToggleMobile:hover{background:var(--surface-2);color:var(--text)}@media(max-width:799px){.Header-module__header .Header-module__themeToggleMobile{display:flex}}.Header-module__header .Header-module__cta{font-size:.85rem;font-weight:600;color:#fff;background:#2563eb;padding:.5rem 1.25rem;border-radius:9999px;transition:background .2s,transform .2s}.Header-module__header .Header-module__cta:hover{background:#1d4ed8;transform:translateY(-1px)}@media(prefers-reduced-motion:reduce){.Header-module__header .Header-module__cta:hover{transform:none}}.Header-module__header .Header-module__rightGroup{display:flex;align-items:center;gap:.5rem}.Header-module__header .Header-module__burger{display:none;color:var(--text)}@media(max-width:799px){.Header-module__header .Header-module__burger{display:flex;align-items:center}}.Footer-module__footer{padding-block:3rem 2rem;border-top:1px solid var(--border);background:var(--surface)}.Footer-module__footer .Footer-module__inner{max-width:1200px;margin:0 auto;padding-inline:1.5rem}@media(min-width:768px){.Footer-module__footer .Footer-module__inner{padding-inline:3rem}}@media(max-width:799px){.Footer-module__footer .Footer-module__inner{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2rem}}.Footer-module__footer .Footer-module__top{display:flex;justify-content:space-between;gap:3rem;flex-wrap:wrap;padding-bottom:2rem;border-bottom:1px solid var(--border)}@media(max-width:799px){.Footer-module__footer .Footer-module__top{flex-direction:column;align-items:center;gap:2rem}}.Footer-module__footer .Footer-module__brand{max-width:320px}@media(max-width:799px){.Footer-module__footer .Footer-module__brand{display:flex;flex-direction:column;align-items:center;text-align:center}}.Footer-module__footer .Footer-module__logo{display:flex;width:100%;margin-bottom:.5rem;border-bottom:2px solid var(--border)}.Footer-module__footer .Footer-module__logo .Footer-module__logoImg{display:flex;width:100%;height:60px;justify-content:center}.Footer-module__footer .Footer-module__tagline{text-align:center;font-size:.88rem;color:var(--text-secondary);line-height:1.6}.Footer-module__footer .Footer-module__nav{display:flex;gap:4rem}@media(max-width:799px){.Footer-module__footer .Footer-module__nav{flex-direction:column;align-items:center;gap:2rem;width:100%}}.Footer-module__footer .Footer-module__navGroup{display:flex;flex-direction:column;gap:.5rem}@media(max-width:799px){.Footer-module__footer .Footer-module__navGroup{align-items:center;text-align:center}}.Footer-module__footer .Footer-module__navTitle{font-family:Outfit,sans-serif;font-size:.82rem;font-weight:600;color:var(--text);margin-bottom:.25rem}.Footer-module__footer .Footer-module__navLink{font-size:.85rem;color:var(--text-secondary);transition:color .2s}.Footer-module__footer .Footer-module__navLink:hover{color:#2563eb}.Footer-module__footer .Footer-module__navText{font-size:.85rem;color:var(--text-secondary)}.Footer-module__footer .Footer-module__bottom{padding-top:1.5rem;display:flex;flex-direction:column;align-items:center;gap:1rem}.Footer-module__footer .Footer-module__copyright{font-size:.78rem;color:var(--text-muted);text-align:center}.Footer-module__footer .Footer-module__social{display:flex;margin-top:.5rem;gap:1rem}.Footer-module__footer .Footer-module__socialLink{display:flex;color:var(--text-muted);transition:color .2s}.Footer-module__footer .Footer-module__socialLink:hover{color:#2563eb}.Footer-module__footer .Footer-module__socialIcon{width:20px;height:20px}:root{--bg: #ffffff;--surface: #f9fafb;--surface-2: #f3f4f6;--text: #111827;--text-secondary: #4b5563;--text-muted: #9ca3af;--border: #e5e7eb;--border-light: #d1d5db;--border-focus: #bfdbfe;--primary-light: rgba(37, 99, 235, .06);--nav-bg: rgba(255, 255, 255, .88);--shadow-sm: 0 1px 3px rgba(0, 0, 0, .06);--shadow: 0 4px 12px -2px rgba(0, 0, 0, .08);--shadow-lg: 0 16px 40px -6px rgba(0, 0, 0, .1);--logo-dark: #2f416c;--logo-accent: #28a2ca}[data-theme=dark]{--bg: #0f172a;--surface: #1e293b;--surface-2: #334155;--text: #f1f5f9;--text-secondary: #94a3b8;--text-muted: #64748b;--border: #334155;--border-light: #475569;--border-focus: #1e40af;--primary-light: rgba(59, 130, 246, .15);--nav-bg: rgba(15, 23, 42, .88);--shadow-sm: 0 1px 2px rgba(0, 0, 0, .2);--shadow: 0 4px 6px -1px rgba(0, 0, 0, .3);--shadow-lg: 0 10px 25px -3px rgba(0, 0, 0, .4);--logo-dark: #f1f5f9;--logo-accent: #28a2ca}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;overflow-x:clip}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}}body{font-family:Plus Jakarta Sans,sans-serif;color:var(--text);background:var(--bg);line-height:1.6;overflow-x:clip;overflow-wrap:break-word;min-height:100vh;transition:color .3s,background .3s}h1,h2,h3,h4,h5,h6{font-family:Outfit,sans-serif;line-height:1.1;letter-spacing:-.02em}a{color:inherit;text-decoration:none}button{cursor:pointer;border:none;background:none;font:inherit}img{max-width:100%;display:block}ul,ol{list-style:none}:focus-visible{outline:2px solid #2563eb;outline-offset:2px}::selection{background:#2563eb26}
