:root{--bg-primary:#fff;--bg-secondary:#f4f7fb;--bg-card:#fff;--text-primary:#0f172a;--text-secondary:#475569;--accent:#2563eb;--accent-hover:#1d4ed8;--accent-light:#eff6ff;--gradient-primary:linear-gradient(135deg, #0ea5e9 0%, #2563eb 100%);--border:#e2e8f0;--radius:12px;--radius-2xl:24px;--transition:all .3s cubic-bezier(.4, 0, .2, 1);--shadow-sm:0 1px 3px #0f172a0d;--shadow-md:0 4px 12px #0f172a0d;--shadow-lg:0 12px 32px #0f172a14}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--bg-primary);color:var(--text-primary);-webkit-font-smoothing:antialiased;min-height:100vh;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;line-height:1.6}main{flex:1}a{color:inherit;transition:var(--transition);text-decoration:none}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 1.5rem}.btn{background:var(--accent);color:#fff;cursor:pointer;transition:var(--transition);border:none;border-radius:8px;justify-content:center;align-items:center;padding:.85rem 2rem;font-size:1rem;font-weight:600;display:inline-flex}.btn:hover{background:var(--accent-hover);transform:translateY(-1px)}.btn-small{background:var(--bg-secondary);border:1px solid var(--border);color:var(--text-primary);cursor:pointer;border-radius:6px;padding:.5rem 1rem;font-size:.875rem;font-weight:500}.btn-small:hover{background:var(--accent-light);border-color:var(--accent);color:var(--accent)}.card{border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-sm);transition:var(--transition);background:#fff}.card:hover{box-shadow:var(--shadow-md)}.trust-badge{color:var(--text-secondary);background:var(--bg-secondary);border-radius:100px;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.85rem;display:inline-flex}@keyframes spin{to{transform:rotate(360deg)}}.loader{border:3px solid #2563eb33;border-top-color:var(--accent);border-radius:50%;width:24px;height:24px;animation:.8s linear infinite spin}
.Header-module__5lwFSW__header{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--border);z-index:100;background:#fffc;align-items:center;height:72px;display:flex;position:sticky;top:0}.Header-module__5lwFSW__headerInner{justify-content:space-between;align-items:center;display:flex}.Header-module__5lwFSW__logo{color:var(--accent);align-items:center;gap:.5rem;font-size:1.25rem;font-weight:800;display:flex}.Header-module__5lwFSW__logoIcon{font-size:1.5rem}.Header-module__5lwFSW__nav{gap:2rem;display:flex}.Header-module__5lwFSW__nav a{color:var(--text-secondary);font-size:.95rem;font-weight:500}.Header-module__5lwFSW__nav a:hover{color:var(--accent)}@media (max-width:768px){.Header-module__5lwFSW__nav{display:none}}
.Footer-module__9aKLTG__footer{background:var(--bg-secondary);border-top:1px solid var(--border);margin-top:5rem;padding:5rem 0 3rem}.Footer-module__9aKLTG__footerGrid{grid-template-columns:2fr 1fr 1fr;gap:4rem;margin-bottom:4rem;display:grid}@media (max-width:768px){.Footer-module__9aKLTG__footerGrid{grid-template-columns:1fr;gap:2rem}}.Footer-module__9aKLTG__brand h3{color:var(--accent);margin-bottom:1rem}.Footer-module__9aKLTG__brand p{color:var(--text-secondary);max-width:300px}.Footer-module__9aKLTG__footer h4{margin-bottom:1.5rem;font-size:1rem}.Footer-module__9aKLTG__list{flex-direction:column;gap:.75rem;list-style:none;display:flex}.Footer-module__9aKLTG__list a{color:var(--text-secondary);font-size:.9rem}.Footer-module__9aKLTG__list a:hover{color:var(--accent)}.Footer-module__9aKLTG__bottom{border-top:1px solid var(--border);text-align:center;color:var(--text-secondary);padding-top:2rem;font-size:.85rem}
