:root{--bg:#fff;--fg:#111;--muted:#6b7280;--brand:#111827}*{box-sizing:border-box}body,html{height:100%}body{margin:0;font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,Apple Color Emoji,Segoe UI Emoji;color:var(--fg);background:var(--bg)}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto;display:block}.container{max-width:1100px;margin:0 auto;padding:0 16px}.stack{flex-direction:column}.row,.stack{display:flex;gap:1rem}.row{flex-wrap:wrap}header.site{border-bottom:1px solid #eee;background:#fff;position:-webkit-sticky;position:sticky;top:0;z-index:10}header .bar{display:flex;align-items:center;justify-content:space-between;padding:14px 0}nav a{margin-left:14px;color:#374151}nav a.active{color:#111827;font-weight:600}footer.site{border-top:1px solid #eee;padding:24px 0;margin-top:48px;color:var(--muted);font-size:14px}footer .links{display:flex;gap:12px;flex-wrap:wrap}.hero{padding:56px 0}.hero h1{font-size:40px;line-height:1.1;margin:0 0 12px;letter-spacing:-.02em}.hero p{color:#4b5563;font-size:18px;margin:0 0 20px}.cta{display:inline-block;background:#111827;color:#fff;padding:10px 16px;border-radius:8px}.cta.secondary{background:#f3f4f6;color:#111827}.grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));grid-gap:16px;gap:16px}.card{border:1px solid #eee;border-radius:10px;overflow:hidden;background:#fff}.card img{width:100%;height:220px;object-fit:cover}.card .pad{padding:12px;font-size:14px;color:#374151}form.form{display:grid;grid-gap:12px;gap:12px;max-width:520px}form.form label{font-weight:600}form.form input,form.form textarea{width:100%;padding:10px 12px;border-radius:8px;border:1px solid #e5e7eb;font:inherit}form.form button{background:#111827;color:#fff;padding:10px 16px;border-radius:8px;border:0;cursor:pointer}.legal h1{font-size:28px;margin:14px 0}.legal h2{font-size:18px;margin:16px 0 6px}.legal p{color:#374151;line-height:1.6}