:root{--primary:#3f51b5;--primary-hover:#303f9f;--bg:#fff;--text:#1a1a1a;--text-muted:#666;--border:#e2e8f0;--gray-50:#f8fafc;--gray-100:#f1f5f9}*{box-sizing:border-box;margin:0;padding:0}body{color:var(--text);background-color:var(--bg);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji;line-height:1.5}.container{max-width:1000px;margin:0 auto;padding:0 1rem}.min-h-screen{min-height:100vh}.flex{display:flex}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-between{justify-content:space-between}.grow{flex-grow:1}.h-16{height:4rem}.gap-4{gap:1rem}.gap-6{gap:1.5rem}.gap-8{gap:2rem}.p-4{padding:1rem}.py-12{padding-top:3rem;padding-bottom:3rem}.mb-4{margin-bottom:1rem}.mb-8{margin-bottom:2rem}.text-2xl{font-size:1.5rem}.text-lg{font-size:1.125rem}.text-sm{font-size:.875rem}.text-xs{font-size:.75rem}.font-bold{font-weight:700}.font-semibold{font-weight:600}.text-indigo-600{color:var(--primary)}.text-gray-600{color:var(--text-muted)}.text-gray-400{color:#94a3b8}.bg-white{background-color:#fff}.bg-gray-50{background-color:var(--gray-50)}.bg-gray-100{background-color:var(--gray-100)}.border-b{border-bottom:1px solid var(--border)}.border-t{border-top:1px solid var(--border)}.sticky{position:sticky}.top-0{top:0}.z-10{z-index:10}.rounded-full{border-radius:9999px}.transition-colors{transition:color .2s,background-color .2s}a{color:inherit;text-decoration:none}button{cursor:pointer;background:0 0;border:none;font-family:inherit}.hero{text-align:center;background:linear-gradient(#f0f4ff,#fff);padding:4rem 0}.hero h1{margin-bottom:1rem;font-size:3rem}.hero p{color:var(--text-muted);max-width:600px;margin:0 auto 2rem;font-size:1.25rem}.badge{background-color:var(--primary);color:#fff;border-radius:.5rem;padding:.5rem 1rem;font-weight:600;display:inline-block}.section{padding:4rem 0}.legal-content{max-width:800px;margin:0 auto;padding:2rem 1rem}.legal-content h1{margin-bottom:2rem}.legal-content h2{margin:1.5rem 0 1rem}.legal-content p{margin-bottom:1rem}.legal-content ul{margin-bottom:1rem;padding-left:1.5rem}
