* { box-sizing: border-box; }
body {
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  color: #1e293b; line-height: 1.6; margin: 0; background: #f8fafc;
}
a { color: #0284c7; text-decoration: none; }
a:hover { text-decoration: underline; }

.top {
  max-width: 1120px; margin: 0 auto; display: flex;
  justify-content: space-between; align-items: center; padding: 20px; gap: 16px;
}
.brand { display: inline-flex; align-items: center; }
.logo { height: 30px; width: auto; display: block; }
.nav { display: flex; align-items: center; gap: 18px; font-weight: 700; font-size: 14px; }
.cta-sm { background: #0f172a; color: #fff; padding: 8px 14px; border-radius: 10px; }
.cta-sm:hover { text-decoration: none; opacity: .92; }

.wrap { max-width: 860px; margin: 0 auto; padding: 8px 20px 64px; }
.card { background: #fff; border: 1px solid #e2e8f0; border-radius: 22px; padding: 32px; }

.eyebrow {
  font-size: 12px; font-weight: 800; letter-spacing: .2em;
  text-transform: uppercase; color: #0ea5e9; margin: 0;
}
h1 { font-size: 34px; font-weight: 900; margin: 8px 0 12px; }
h2 { font-size: 20px; font-weight: 800; margin: 28px 0 8px; color: #0f172a; }
p { margin: 8px 0; }
ul { margin: 8px 0; padding-left: 20px; }
.muted { color: #64748b; font-size: 14px; }

.cta { display: inline-block; background: #0f172a; color: #fff; padding: 12px 20px; border-radius: 12px; font-weight: 800; }
.cta:hover { text-decoration: none; opacity: .92; }

.grid { display: grid; gap: 16px; margin-top: 12px; }
@media (min-width: 640px) { .grid { grid-template-columns: 1fr 1fr; } }
.office { border: 1px solid #e2e8f0; border-radius: 18px; padding: 20px; background: #fff; }
.office h2 { font-size: 18px; margin: 6px 0 8px; }

.kb { list-style: none; padding: 0; }
.kb li { padding: 12px 0; border-bottom: 1px solid #eef2f7; }

.foot {
  max-width: 1120px; margin: 0 auto; padding: 24px 20px; color: #64748b;
  font-size: 12px; display: flex; gap: 16px; flex-wrap: wrap;
  justify-content: center; border-top: 1px solid #e2e8f0;
}
