:root {
  --bg: #fff;
  --surface: #f4f4f5;
  --line: #e5e5e5;
  --ink: #15151a;
  --muted: #5a5a55;
  --quiet: #8a8a85;
}
* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  background: var(--bg); color: var(--ink); font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  line-height: 1.65; -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.wrap { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }
.narrow { width: min(760px, calc(100% - 48px)); margin: 0 auto; }
.display { font-family: 'Bebas Neue', sans-serif; font-weight: 400; letter-spacing: .01em; line-height: .96; }

nav { position: sticky; top: 0; z-index: 50; padding: 14px 0; border-bottom: 1px solid var(--line); background: rgba(255,255,255,.94); backdrop-filter: blur(12px); }
.nav-inner { width: min(1180px, calc(100% - 48px)); margin: 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.nav-logo img { height: 48px; width: auto; }
.nav-links { display: flex; align-items: center; gap: 30px; }
.nav-links a { color: var(--muted); font-size: 12px; font-weight: 600; letter-spacing: .09em; text-transform: uppercase; }
.nav-links a:hover, .nav-links a[aria-current="page"] { color: var(--ink); }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; border: 1px solid var(--ink); padding: 14px 22px; background: transparent; color: var(--ink); font: 700 12px/1 'Inter', sans-serif; letter-spacing: .09em; text-transform: uppercase; cursor: pointer; transition: transform 160ms ease, background 160ms ease; }
.button:hover { transform: translateY(-2px); }
.button-dark { background: var(--ink); color: #fff; }

.crumbs { padding-top: 34px; color: var(--quiet); font-size: 12px; letter-spacing: .06em; text-transform: uppercase; }
.crumbs a:hover { color: var(--ink); }
.page-hero { padding: 88px 0 92px; border-bottom: 1px solid var(--line); }
.eyebrow { margin-bottom: 18px; color: var(--muted); font-size: 11px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.page-hero h1 { max-width: 970px; font-size: clamp(56px, 9vw, 112px); }
.page-lede { max-width: 730px; margin-top: 24px; color: var(--muted); font-size: clamp(18px, 2vw, 22px); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.proof-strip { display: flex; flex-wrap: wrap; gap: 10px 30px; padding-top: 30px; color: var(--muted); font-size: 12px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }

section { padding: 88px 0; border-bottom: 1px solid var(--line); }
.section-head { max-width: 760px; margin-bottom: 46px; }
.section-head h2 { font-size: clamp(42px, 6vw, 68px); }
.section-head p:last-child { margin-top: 16px; color: var(--muted); font-size: 17px; }
.two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: start; }
.copy h2, .copy h3 { font-family: 'Bebas Neue', sans-serif; font-weight: 400; line-height: 1; }
.copy h2 { margin-bottom: 22px; font-size: clamp(40px, 5vw, 62px); }
.copy h3 { margin: 38px 0 12px; font-size: 30px; }
.copy p + p { margin-top: 18px; }
.copy p, .copy li { color: var(--muted); font-size: 16px; }
.copy ul, .copy ol { margin: 18px 0 0 22px; }
.copy li + li { margin-top: 9px; }
.callout { padding: 34px; background: var(--surface); border-left: 3px solid var(--ink); }
.callout strong { display: block; margin-bottom: 10px; font-family: 'Bebas Neue', sans-serif; font-size: 30px; font-weight: 400; line-height: 1; }
.callout p { color: var(--muted); }

.check-grid, .card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.check-card, .content-card { padding: 28px; border: 1px solid var(--line); background: #fff; }
.check-num, .card-label { color: var(--quiet); font-size: 10px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.check-card h3, .content-card h2 { margin: 18px 0 10px; font-family: 'Bebas Neue', sans-serif; font-size: 31px; font-weight: 400; line-height: 1; }
.check-card p, .content-card p { color: var(--muted); font-size: 14.5px; }
.content-card { min-height: 270px; display: flex; flex-direction: column; justify-content: space-between; transition: transform 160ms ease, background 160ms ease; }
a.content-card:hover { transform: translateY(-3px); background: var(--surface); }
.card-link { display: inline-block; margin-top: 28px; font-size: 11px; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }

.steps { counter-reset: step; border-top: 1px solid var(--line); }
.step { display: grid; grid-template-columns: 80px 1fr; gap: 24px; padding: 28px 0; border-bottom: 1px solid var(--line); }
.step::before { counter-increment: step; content: "0" counter(step); color: var(--quiet); font-family: 'Bebas Neue', sans-serif; font-size: 22px; }
.step h3 { margin-bottom: 6px; font-family: 'Bebas Neue', sans-serif; font-size: 29px; font-weight: 400; }
.step p { color: var(--muted); }

.article-head { padding: 72px 0 52px; border-bottom: 1px solid var(--line); }
.article-head h1 { max-width: 880px; font-size: clamp(52px, 8vw, 92px); }
.article-meta { margin-top: 22px; color: var(--quiet); font-size: 12px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
.article { padding: 64px 0 90px; }
.article h2 { margin: 48px 0 16px; font-family: 'Bebas Neue', sans-serif; font-size: 42px; font-weight: 400; line-height: 1; }
.article h2:first-child { margin-top: 0; }
.article h3 { margin: 30px 0 10px; font-size: 19px; }
.article p, .article li { color: var(--muted); font-size: 17px; }
.article p + p { margin-top: 18px; }
.article ul, .article ol { margin: 18px 0 26px 24px; }
.article li + li { margin-top: 10px; }
.article-note { margin: 34px 0; padding: 28px; background: var(--surface); border-left: 3px solid var(--ink); }

.faq { max-width: 820px; }
.faq details { padding: 22px 0; border-bottom: 1px solid var(--line); }
.faq summary { cursor: pointer; font-weight: 700; }
.faq details p { margin-top: 12px; color: var(--muted); }
.service-directory { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.service-directory-card { min-height: 285px; padding: 30px; border: 1px solid var(--line); background: #fff; display: flex; flex-direction: column; transition: transform 160ms ease, background 160ms ease; }
.service-directory-card:hover { transform: translateY(-3px); background: var(--surface); }
.service-directory-card h2 { margin: 20px 0 12px; font-family: 'Bebas Neue', sans-serif; font-size: 34px; font-weight: 400; line-height: 1; }
.service-directory-card p { color: var(--muted); font-size: 14.5px; }
.service-directory-card .card-link { margin-top: auto; padding-top: 28px; }
.cta-band { padding: 82px 0; background: var(--ink); color: #fff; text-align: center; }
.cta-band h2 { font-size: clamp(46px, 7vw, 76px); }
.cta-band p { max-width: 620px; margin: 16px auto 28px; color: #c8c8c8; }
.cta-band .button { border-color: #fff; color: #fff; }
.cta-band .button-dark { background: #fff; color: var(--ink); }
footer { padding: 36px 0; color: var(--quiet); font-size: 11px; letter-spacing: .07em; text-align: center; text-transform: uppercase; }
footer a { color: var(--muted); }

@media (max-width: 820px) {
  .nav-links { display: none; }
  .two-col, .check-grid, .card-grid, .service-directory { grid-template-columns: 1fr; }
  .two-col { gap: 36px; }
  .content-card { min-height: 220px; }
  .page-hero { padding: 64px 0 72px; }
}
@media (max-width: 520px) {
  .wrap, .narrow, .nav-inner { width: min(100% - 32px, 1180px); }
  .nav-logo img { height: 40px; }
  .button { padding: 13px 16px; }
  section { padding: 68px 0; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } * { transition: none !important; } }
