html,body{font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif}button,input,textarea,select{font-family:inherit}.site-header{z-index:1000;backdrop-filter:blur(10px);background:#ffffffe6;border-bottom:1px solid #e5e7eb;position:sticky;top:0}.header-inner{justify-content:space-between;align-items:center;max-width:1200px;margin:auto;padding:.8rem 1.2rem;display:flex}.header-brand{align-items:center;gap:.6rem;display:flex}.header-logo{object-fit:contain;width:38px;height:38px}.brand-name{color:#0f172a;font-size:1.25rem;font-weight:600}.header-actions{gap:.75rem;display:flex}.header-btn{cursor:pointer;border-radius:8px;padding:.45rem 1.1rem;font-weight:500}.header-btn.outline{color:#2563eb;background:0 0;border:1px solid #2563eb}.header-btn.primary{color:#fff;background:#2563eb;border:none}.hamburger{cursor:pointer;background:0 0;border:none;flex-direction:column;gap:4px;display:none}.hamburger span{background:#0f172a;width:22px;height:2px}.mobile-menu{display:none}@media (width<=1024px){.header-actions{display:none}.hamburger{display:flex}.mobile-menu{background:#fff;border-top:1px solid #e5e7eb;flex-direction:column;gap:.8rem;padding:1rem;display:flex}.mobile-menu button{color:#fff;cursor:pointer;background:#2563eb;border:1px solid #2563eb;border-radius:8px;padding:.7rem;font-size:1rem}}