@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap";
.Header-module__lnUIdW__header{z-index:100;-webkit-backdrop-filter:blur(16px);background:#fafbfcd9;border-bottom:1px solid #0000;transition:border-color .25s,box-shadow .25s;position:sticky;top:0}.Header-module__lnUIdW__header.Header-module__lnUIdW__scrolled{border-bottom-color:var(--border);box-shadow:0 1px 12px #0000000a}.Header-module__lnUIdW__inner{justify-content:space-between;align-items:center;height:72px;display:flex}.Header-module__lnUIdW__brand{align-items:center;gap:10px;display:flex}.Header-module__lnUIdW__logoIcon{background:var(--accent);color:#fff;border-radius:var(--radius-sm);justify-content:center;align-items:center;width:36px;height:36px;display:flex}.Header-module__lnUIdW__brandName{letter-spacing:-.03em;color:var(--text-primary);font-size:1.3rem;font-weight:800}.Header-module__lnUIdW__nav{align-items:center;gap:6px;display:flex}.Header-module__lnUIdW__navLink{color:var(--text-body);border-radius:var(--radius-sm);padding:8px 14px;font-size:.9rem;font-weight:500;transition:color .15s,background .15s;position:relative}.Header-module__lnUIdW__navLink:hover{color:var(--text-primary);background:#6366f10f}.Header-module__lnUIdW__navLink.Header-module__lnUIdW__active{color:var(--accent);background:#6366f114;font-weight:600}.Header-module__lnUIdW__navLink.Header-module__lnUIdW__active:after{content:"";background:var(--accent);border-radius:50%;width:4px;height:4px;position:absolute;bottom:2px;left:50%;transform:translate(-50%)}.Header-module__lnUIdW__separator{background:var(--border);width:1px;height:20px;margin:0 6px}.Header-module__lnUIdW__signIn{color:var(--text-body);border:1px solid var(--border);border-radius:var(--radius-sm);align-items:center;gap:7px;padding:8px 14px;font-size:.87rem;font-weight:500;transition:color .15s,background .15s,border-color .15s;display:inline-flex}.Header-module__lnUIdW__signIn:hover{color:var(--text-primary);background:var(--bg-soft);border-color:var(--border-strong)}.Header-module__lnUIdW__cta{margin-left:4px;padding:10px 20px;font-size:.87rem}@media (max-width:768px){.Header-module__lnUIdW__navLink,.Header-module__lnUIdW__separator,.Header-module__lnUIdW__signIn{display:none}.Header-module__lnUIdW__cta{padding:10px 16px;font-size:.85rem}}
.Footer-module__3hUVsW__footer{background:var(--bg-soft);border-top:1px solid var(--border)}.Footer-module__3hUVsW__inner{grid-template-columns:1.6fr 1fr 1fr 1fr;gap:48px;padding:56px 24px;display:grid}.Footer-module__3hUVsW__brand{flex-direction:column;gap:12px;display:flex}.Footer-module__3hUVsW__logoRow{color:var(--text-primary);align-items:center;gap:8px;font-size:1.1rem;font-weight:700;display:flex}.Footer-module__3hUVsW__logoIcon{background:var(--accent);color:#fff;border-radius:6px;justify-content:center;align-items:center;width:26px;height:26px;display:flex}.Footer-module__3hUVsW__tagline{color:var(--text-body);max-width:280px;font-size:.9rem;line-height:1.6}.Footer-module__3hUVsW__legal{color:var(--text-muted);margin-top:4px;font-size:.78rem;line-height:1.6}.Footer-module__3hUVsW__column{flex-direction:column;gap:12px;display:flex}.Footer-module__3hUVsW__colTitle{text-transform:uppercase;letter-spacing:.1em;color:var(--text-primary);margin-bottom:4px;font-size:.8rem;font-weight:700}.Footer-module__3hUVsW__column a{color:var(--text-body);font-size:.9rem;transition:color .15s}.Footer-module__3hUVsW__column a:hover{color:var(--accent)}.Footer-module__3hUVsW__bottom{border-top:1px solid var(--border);padding:20px 0}.Footer-module__3hUVsW__copy{color:var(--text-muted);font-size:.78rem}@media (max-width:768px){.Footer-module__3hUVsW__inner{grid-template-columns:1fr 1fr;gap:32px}.Footer-module__3hUVsW__brand{grid-column:1/-1}}@media (max-width:480px){.Footer-module__3hUVsW__inner{grid-template-columns:1fr;gap:28px}}
:root{--bg-page:#fafbfc;--bg-white:#fff;--bg-soft:#f4f6f8;--bg-dark:#0c1220;--bg-dark-soft:#141d2f;--text-primary:#1a1e2c;--text-body:#4a5068;--text-muted:#8890a4;--text-on-dark:#fff;--text-on-dark-muted:#a0aec0;--accent:#4f46e5;--accent-hover:#4338ca;--accent-light:#eef2ff;--accent-glow:#4f46e526;--green:#10b981;--green-light:#ecfdf5;--border:#e5e7eb;--border-strong:#d1d5db;--radius-sm:8px;--radius-md:12px;--radius-lg:20px;--radius-full:9999px;--shadow-sm:0 1px 3px #0000000a;--shadow-md:0 4px 12px #0000000f;--shadow-lg:0 12px 32px #00000014;--shadow-glow:0 0 0 4px var(--accent-glow);--font:"Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}section[id]{scroll-margin-top:80px}::selection{background:var(--accent-light);color:var(--accent)}body{font-family:var(--font);background:var(--bg-page);color:var(--text-primary);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.6}a{color:inherit;text-decoration:none}button{cursor:pointer;background:0 0;border:none;font-family:inherit}input{font-family:inherit}img{max-width:100%}.container{max-width:1140px;margin:0 auto;padding:0 24px}.btn{border-radius:var(--radius-sm);cursor:pointer;border:none;justify-content:center;align-items:center;gap:8px;padding:14px 28px;font-size:1rem;font-weight:600;transition:all .2s;display:inline-flex}.btn-primary{background:var(--accent);color:#fff;box-shadow:0 2px 8px #4f46e540}.btn-primary:hover{background:var(--accent-hover);transform:translateY(-1px);box-shadow:0 4px 16px #4f46e54d}.btn-outline{background:var(--bg-white);color:var(--text-primary);border:1px solid var(--border-strong)}.btn-outline:hover{background:var(--bg-soft);border-color:var(--border)}.btn-lg{border-radius:var(--radius-md);padding:18px 36px;font-size:1.1rem}
