:root{--accent:#0b74de;--bg:#fff;--text:#222}
body{font-family:Inter,Arial,Helvetica,sans-serif;margin:0;color:var(--text);background:var(--bg)}
.wrap{max-width:980px;margin:0 auto;padding:24px}
.site-header{background:#f7f9fc;border-bottom:1px solid #e6eef9}
.site-header .wrap{display:flex;flex-direction:column;align-items:flex-start}
.site-header h1{margin:12px 0;font-size:28px}
.tagline{color:#555;margin-bottom:12px}
.hero h2{font-size:22px;margin-bottom:8px}
.services ul{padding-left:20px}
.site-footer{background:#fafafa;border-top:1px solid #eee;padding:18px 0;margin-top:32px}
a{color:var(--accent);text-decoration:none}
a:hover{text-decoration:underline}
