:root {
  font-family: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  color: #1d1d1f;
  background: #fff;
  font-synthesis: none;
}
* { box-sizing: border-box; }
body { margin: 0; color: #1d1d1f; background: #fff; line-height: 1.6; -webkit-font-smoothing: antialiased; }
a { color: #0066cc; }
.site-header { position: sticky; top: 0; z-index: 20; border-bottom: 1px solid #e5e5ea; background: rgba(255,255,255,.92); backdrop-filter: blur(18px); }
.nav { width: min(1120px, 88%); margin: 0 auto; min-height: 68px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { color: #1d1d1f; font-weight: 800; text-decoration: none; letter-spacing: -.03em; }
.nav-links { display: flex; align-items: center; gap: 22px; flex-wrap: wrap; }
.nav-links a { color: #515154; font-size: 14px; font-weight: 650; text-decoration: none; }
.nav-links .nav-cta { padding: 9px 17px; color: #fff; background: #0071e3; border-radius: 999px; }
.hero { padding: 104px 0 84px; background: radial-gradient(circle at 75% 10%, rgba(0,113,227,.1), transparent 35%), #f7f8fa; }
.wrap { width: min(1040px, 88%); margin: 0 auto; }
.eyebrow { margin: 0 0 14px; color: #0071e3; font-size: 13px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
h1 { max-width: 850px; margin: 0; font-size: clamp(42px, 7vw, 72px); line-height: 1.02; letter-spacing: -.055em; }
.lede { max-width: 760px; margin: 26px 0 0; color: #5f6065; font-size: clamp(18px, 2.2vw, 22px); }
.actions { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 34px; }
.button { display: inline-block; padding: 13px 22px; border: 1px solid #0071e3; border-radius: 999px; font-weight: 750; text-decoration: none; }
.button.primary { color: #fff; background: #0071e3; }
.section { padding: 82px 0; }
.section.alt { background: #f7f8fa; }
h2 { margin: 0 0 18px; font-size: clamp(30px, 4vw, 46px); line-height: 1.12; letter-spacing: -.04em; }
h3 { margin: 0 0 8px; font-size: 20px; letter-spacing: -.02em; }
.intro { max-width: 760px; margin: 0 0 34px; color: #626268; font-size: 18px; }
.grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.card { padding: 26px; border: 1px solid #e3e4e8; border-radius: 18px; background: #fff; box-shadow: 0 10px 35px rgba(0,0,0,.035); }
.card p { margin: 0; color: #65666c; }
.steps { display: grid; gap: 16px; padding: 0; list-style: none; counter-reset: step; }
.steps li { counter-increment: step; padding: 22px 24px 22px 72px; position: relative; border: 1px solid #e3e4e8; border-radius: 16px; background: #fff; }
.steps li::before { content: counter(step); position: absolute; left: 24px; top: 21px; width: 30px; height: 30px; display: grid; place-items: center; color: #fff; background: #0071e3; border-radius: 50%; font-weight: 800; }
.steps strong { display: block; margin-bottom: 3px; }
.faq { display: grid; gap: 12px; }
details { padding: 18px 20px; border: 1px solid #e3e4e8; border-radius: 14px; background: #fff; }
summary { cursor: pointer; font-weight: 750; }
details p { color: #626268; }
.related { display: flex; gap: 14px; flex-wrap: wrap; }
.related a { padding: 13px 16px; border-radius: 12px; background: #eef5ff; font-weight: 700; text-decoration: none; }
.site-footer { padding: 46px 0; color: #6e6e73; border-top: 1px solid #e5e5ea; font-size: 13px; }
.site-footer p { margin: 7px 0; }
@media (max-width: 780px) {
  .nav-links a:not(.nav-cta) { display: none; }
  .hero { padding: 72px 0 64px; }
  .grid { grid-template-columns: 1fr; }
}
