
:root{
  --blue:#3d8ec0;
  --ink:#1a1a1a;
  --soft:#f7f8fb;
}
*{box-sizing:border-box}
body{margin:0;font:16px/1.55 system-ui;color:var(--ink);background:#fff}
.site-header{display:flex;justify-content:space-between;align-items:center;padding:12px 24px;border-bottom:1px solid #eee;background:#fff}
.brand{display:flex;align-items:center;gap:12px}
.logo{height:48px;width:auto;border-radius:50%}
.brand-text h1{margin:0;font-size:20px}
.brand-text .tagline{margin:2px 0 0;font-size:13px;color:#555}
.top-contact a{color:#0a66c2;text-decoration:none;font-size:14px}

.hero{background:var(--soft);padding:48px 24px}
.hero-inner{max-width:1040px;margin:0 auto}
.hero-inner h2{font-size:32px;margin:0 0 12px}
.hero-inner p{margin:0 0 18px;font-size:17px}
.cta{display:inline-block;background:var(--blue);color:#fff;text-decoration:none;padding:12px 18px;border-radius:10px;font-weight:600}

.section{padding:32px 24px;border-top:1px solid #f0f0f0}
.section-inner{max-width:1040px;margin:0 auto}

.site-footer{border-top:1px solid #eee;padding:18px 24px;text-align:center;color:#777;font-size:13px}
.footer-inner{max-width:1040px;margin:0 auto}
