:root{--accent:#0b6;--bg:#fff;--muted:#666}
*{box-sizing:border-box;font-family:system-ui,-apple-system,Segoe UI,Roboto,"Helvetica Neue",Arial}
body{margin:0;color:#111;background:var(--bg)}
.wrap{max-width:1000px;margin:0 auto;padding:20px}
.hero{background:#003049;color:#fff;padding:40px 0;text-align:center}
.hero h1{margin:0;font-size:2rem}
.tag{opacity:0.9}
.call a{color:#ffd100;font-weight:700;text-decoration:none}
.content{padding:30px 0}
h2{border-bottom:2px solid #eee;padding-bottom:8px}
ul{padding-left:1.1rem}
form input,form textarea{width:100%;padding:8px;margin:6px 0;border:1px solid #ddd;border-radius:4px}
button{background:var(--accent);color:#fff;padding:10px 14px;border:0;border-radius:6px;cursor:pointer}
.site-footer{background:#f5f5f5;padding:16px 0;margin-top:30px;text-align:center;font-size:0.9rem}
.small{font-size:0.9rem;color:var(--muted)}
@media(min-width:700px){.hero h1{font-size:2.5rem}}