*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;line-height:1.6;color:#333;background-color:#f8f9fa}.app{min-height:100vh;display:flex;flex-direction:column}.navbar{display:flex;justify-content:space-between;align-items:center;padding:1rem 2rem;background-color:#fff;border-bottom:1px solid #e9ecef;position:sticky;top:0;z-index:100}.nav-brand a{font-size:1.5rem;font-weight:700;color:#2563eb;text-decoration:none}.nav-links{display:flex;gap:1.5rem}.nav-links a{color:#495057;text-decoration:none;font-weight:500;transition:color .2s}.nav-links a:hover{color:#2563eb}main{flex:1}.home{max-width:1200px;margin:0 auto;padding:2rem}.hero{text-align:center;padding:4rem 1rem;background:linear-gradient(135deg,#2563eb,#1d4ed8);color:#fff;border-radius:1rem;margin-bottom:3rem}.hero h1{font-size:3rem;margin-bottom:1rem}.subtitle{font-size:1.25rem;opacity:.9;margin-bottom:2rem}.cta-button{background-color:#fff;color:#2563eb;border:none;padding:.875rem 2rem;font-size:1rem;font-weight:600;border-radius:.5rem;cursor:pointer;transition:transform .2s,box-shadow .2s}.cta-button:hover{transform:translateY(-2px);box-shadow:0 10px 20px #00000026}.features{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.feature-card{background:#fff;padding:2rem;border-radius:.75rem;border:1px solid #e9ecef;text-align:center;transition:box-shadow .2s}.feature-card:hover{box-shadow:0 4px 12px #0000000d}.feature-card h3{color:#2563eb;margin-bottom:.75rem;font-size:1.25rem}.feature-card p{color:#6c757d}.privacy{max-width:800px;margin:0 auto;padding:3rem 2rem;background:#fff;border-radius:.75rem;border:1px solid #e9ecef;margin-top:2rem;margin-bottom:2rem}.privacy h1{color:#212529;margin-bottom:.5rem}.last-updated{color:#6c757d;font-size:.875rem;margin-bottom:2rem}.privacy section{margin-bottom:2rem}.privacy h2{color:#2563eb;font-size:1.25rem;margin-bottom:.75rem}.privacy p{color:#495057;line-height:1.7}.footer{text-align:center;padding:1.5rem;background-color:#fff;border-top:1px solid #e9ecef;color:#6c757d;font-size:.875rem}@media (max-width: 600px){.hero h1{font-size:2rem}.navbar{padding:1rem}.features{grid-template-columns:1fr}}
