
.pro-svc {
  --ink: #0b1220;
  --ink-2: #1f2a3d;
  --muted: #5d6879;
  --muted-2: #7a8494;
  --line: #dbe2ea;
  --line-strong: #c8d1dc;
  --surface: #ffffff;
  --surface-soft: #f6f8fb;
  --surface-blue: #eef4ff;
  --navy: #0d1b35;
  --blue: #1d4ed8;
  --blue-dark: #173ea8;
  --blue-soft: #dce8ff;
  --green: #0f6b4d;
  --green-soft: #e7f6ef;
  --amber: #8a5a09;
  --amber-soft: #fff5d9;
  --danger: #9f2d2d;
  --danger-soft: #fff0f0;
  --shadow-sm: 0 1px 2px rgba(11, 18, 32, .05), 0 6px 18px rgba(11, 18, 32, .05);
  --shadow-md: 0 18px 50px rgba(11, 18, 32, .10);
  --radius-sm: 10px;
  --radius: 16px;
  --radius-lg: 24px;
  --container: 1180px;
  --header-height: 76px;
}
.pro-svc, .pro-svc * { box-sizing: border-box; }
.pro-svc { scroll-behavior: smooth; scroll-padding-top: 112px; }
.pro-svc {
  margin: 0;
  background: var(--surface);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.62;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
.pro-svc body.has-mobile-bar { padding-bottom: 0; }
.pro-svc img, .pro-svc svg { display: block; max-width: 100%; }
.pro-svc a { color: inherit; text-decoration-thickness: .08em; text-underline-offset: .18em; }
.pro-svc button, .pro-svc input, .pro-svc select { font: inherit; }
.pro-svc button, .pro-svc a { -webkit-tap-highlight-color: transparent; }
.pro-svc button:focus-visible, .pro-svc a:focus-visible, .pro-svc input:focus-visible, .pro-svc select:focus-visible, .pro-svc summary:focus-visible {
  outline: 3px solid rgba(29, 78, 216, .28);
  outline-offset: 3px;
}
.pro-svc p, .pro-svc ul, .pro-svc ol { margin-top: 0; }
.pro-svc h1, .pro-svc h2, .pro-svc h3, .pro-svc h4 {
  margin: 0;
  color: var(--ink);
  font-weight: 760;
  letter-spacing: -.032em;
  line-height: 1.12;
}
.pro-svc h1 { font-size: clamp(2.65rem, 6vw, 5.25rem); max-width: 13ch; }
.pro-svc h2 { font-size: clamp(2rem, 4vw, 3.25rem); max-width: 18ch; }
.pro-svc h3 { font-size: clamp(1.2rem, 2vw, 1.55rem); letter-spacing: -.022em; }
.pro-svc h4 { font-size: 1rem; letter-spacing: -.012em; }
.pro-svc ::selection { background: var(--blue-soft); color: var(--navy); }
.pro-svc .sr-only {
  position: absolute !important;
  width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0;
}
.pro-svc .skip-link {
  position: fixed; z-index: 1000; top: 10px; left: 10px;
  transform: translateY(-140%); padding: .7rem 1rem;
  background: var(--ink); color: white; border-radius: 8px;
}
.pro-svc .skip-link:focus { transform: none; }
.pro-svc .container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.pro-svc .container.narrow { max-width: 880px; }
.pro-svc .section { padding: clamp(72px, 9vw, 118px) 0; }
.pro-svc .section.compact { padding: clamp(52px, 7vw, 82px) 0; }
.pro-svc .section.soft { background: var(--surface-soft); border-block: 1px solid var(--line); }
.pro-svc .section.blue-soft { background: var(--surface-blue); border-block: 1px solid #d7e4fb; }
.pro-svc .section.dark { background: var(--navy); color: #dbe6f7; }
.pro-svc .section.dark h2, .pro-svc .section.dark h3, .pro-svc .section.dark h4 { color: #fff; }
.pro-svc .section-heading {
  display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(280px, .85fr);
  align-items: end; gap: 32px; margin-bottom: 44px;
}
.pro-svc .section-heading > p { margin: 0; color: var(--muted); max-width: 60ch; justify-self: end; }
.pro-svc .section.dark .section-heading > p { color: #afbdd1; }
.pro-svc .eyebrow {
  display: inline-flex; align-items: center; gap: 10px; margin-bottom: 16px;
  color: var(--blue); font-size: .78rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase;
}
.pro-svc .eyebrow::before { content: ""; width: 28px; height: 2px; background: currentColor; }
.pro-svc .section.dark .eyebrow { color: #8eb0ff; }
.pro-svc .lede { font-size: clamp(1.06rem, 1.8vw, 1.25rem); line-height: 1.65; color: var(--muted); max-width: 67ch; }
.pro-svc .kicker { color: var(--muted); font-size: .94rem; }
.pro-svc .meta-row { display: flex; flex-wrap: wrap; gap: 9px; margin-bottom: 20px; }
.pro-svc .tag {
  display: inline-flex; align-items: center; min-height: 28px;
  padding: 4px 10px; border: 1px solid var(--line); border-radius: 999px;
  background: var(--surface); color: var(--ink-2); font-size: .75rem; font-weight: 740; letter-spacing: .02em;
}
.pro-svc .tag.blue { border-color: #bfd0f5; background: var(--surface-blue); color: var(--blue-dark); }
.pro-svc .tag.green { border-color: #bce3d2; background: var(--green-soft); color: var(--green); }
.pro-svc .tag.amber { border-color: #ead69d; background: var(--amber-soft); color: var(--amber); }
.pro-svc .btn-row { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; }
.pro-svc .btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  min-height: 48px; padding: 11px 18px;
  border: 1px solid transparent; border-radius: 10px;
  background: var(--blue); color: #fff; font-weight: 780; font-size: .94rem;
  text-decoration: none; cursor: pointer; transition: transform .16s ease, box-shadow .16s ease, background .16s ease;
}
.pro-svc .btn:hover { background: var(--blue-dark); transform: translateY(-1px); box-shadow: 0 10px 22px rgba(29, 78, 216, .18); }
.pro-svc .btn svg { width: 17px; height: 17px; }
.pro-svc .btn.secondary { background: var(--surface); color: var(--ink); border-color: var(--line-strong); }
.pro-svc .btn.secondary:hover { background: var(--surface-soft); box-shadow: var(--shadow-sm); }
.pro-svc .btn.ghost { background: transparent; color: var(--blue); border-color: transparent; padding-inline: 4px; }
.pro-svc .btn.ghost:hover { background: transparent; box-shadow: none; color: var(--blue-dark); }
.pro-svc .btn.light { background: #fff; color: var(--navy); }
.pro-svc .btn.light:hover { background: #edf3ff; }
.pro-svc .btn.on-dark { color: #fff; }
.pro-svc .btn.on-dark-soft { color: #bcd0ff; }
.pro-svc .btn.full { width: 100%; }
.pro-svc .text-link { color: var(--blue); font-weight: 760; text-decoration: none; }
.pro-svc .text-link:hover { text-decoration: underline; }

.pro-svc .site-header {
  position: sticky; z-index: 100; top: 0; height: var(--header-height);
  background: rgba(255,255,255,.94); border-bottom: 1px solid rgba(219,226,234,.92);
  backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px);
}
.pro-svc .header-inner { height: 100%; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.pro-svc .brand { display: inline-flex; align-items: center; gap: 11px; color: var(--ink); text-decoration: none; font-weight: 850; letter-spacing: -.025em; }
.pro-svc .brand-mark {
  display: grid; place-items: center; width: 36px; height: 36px; border-radius: 10px;
  color: #fff; background: var(--navy); box-shadow: inset 0 0 0 1px rgba(255,255,255,.08);
}
.pro-svc .brand-mark svg { width: 22px; height: 22px; }
.pro-svc .site-nav { display: flex; align-items: center; gap: 4px; }
.pro-svc .site-nav a {
  min-height: 42px; display: inline-flex; align-items: center; padding: 8px 12px;
  border-radius: 8px; color: var(--ink-2); font-size: .91rem; font-weight: 690; text-decoration: none;
}
.pro-svc .site-nav a:hover, .pro-svc .site-nav a[aria-current="page"] { background: var(--surface-soft); color: var(--ink); }
.pro-svc .site-nav .nav-cta { margin-left: 8px; background: var(--ink); color: #fff; padding-inline: 15px; }
.pro-svc .site-nav .nav-cta:hover { background: #202b3e; color: #fff; }
.pro-svc .menu-toggle {
  display: none; width: 44px; height: 44px; border: 1px solid var(--line);
  border-radius: 9px; background: #fff; color: var(--ink); cursor: pointer;
}
.pro-svc .menu-toggle svg { width: 22px; height: 22px; margin: auto; }

.pro-svc .hero {
  position: relative; overflow: hidden;
  padding: clamp(76px, 10vw, 132px) 0 clamp(72px, 9vw, 110px);
  background:
    radial-gradient(circle at 88% 16%, rgba(29,78,216,.11), transparent 28rem),
    linear-gradient(180deg, #fff 0%, #fbfcff 100%);
  border-bottom: 1px solid var(--line);
}
.pro-svc .hero::after {
  content: ""; position: absolute; width: 420px; height: 420px; right: -300px; bottom: -250px;
  border: 1px solid rgba(29,78,216,.16); border-radius: 50%; box-shadow: 0 0 0 70px rgba(29,78,216,.025), 0 0 0 140px rgba(29,78,216,.02);
}
.pro-svc .hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(360px, .85fr); gap: clamp(48px, 8vw, 96px); align-items: center; }
.pro-svc .hero-copy .lede { margin: 25px 0 30px; }
.pro-svc .hero-note { margin-top: 20px; color: var(--muted); font-size: .88rem; }
.pro-svc .hero-note strong { color: var(--ink); }
.pro-svc .process-panel {
  position: relative; background: var(--navy); color: #dce6f5; padding: 30px;
  border-radius: var(--radius-lg); box-shadow: var(--shadow-md); overflow: hidden;
}
.pro-svc .process-panel::after {
  content: ""; position: absolute; width: 190px; height: 190px; right: -90px; top: -100px;
  border-radius: 50%; border: 38px solid rgba(100,145,255,.1);
}
.pro-svc .process-panel > * { position: relative; z-index: 1; }
.pro-svc .process-panel h2 { color: #fff; font-size: 1.35rem; max-width: none; margin-bottom: 26px; }
.pro-svc .process-list { list-style: none; padding: 0; margin: 0; display: grid; gap: 0; }
.pro-svc .process-list li { position: relative; display: grid; grid-template-columns: 38px 1fr; gap: 13px; padding: 0 0 23px; }
.pro-svc .process-list li:last-child { padding-bottom: 0; }
.pro-svc .process-list li:not(:last-child)::after { content: ""; position: absolute; left: 18px; top: 35px; bottom: 0; width: 1px; background: rgba(255,255,255,.2); }
.pro-svc .process-number { display: grid; place-items: center; width: 38px; height: 38px; border: 1px solid rgba(255,255,255,.24); border-radius: 50%; color: #fff; font-size: .79rem; font-weight: 850; }
.pro-svc .process-list strong { display: block; color: #fff; margin-bottom: 2px; font-size: .94rem; }
.pro-svc .process-list span { color: #aebdd1; font-size: .84rem; line-height: 1.45; }
.pro-svc .trust-strip { background: #fff; border-bottom: 1px solid var(--line); }
.pro-svc .trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.pro-svc .trust-item { display: flex; align-items: center; gap: 12px; min-height: 78px; padding: 15px 22px; border-right: 1px solid var(--line); }
.pro-svc .trust-item:first-child { border-left: 1px solid var(--line); }
.pro-svc .trust-icon { width: 30px; height: 30px; display: grid; place-items: center; border-radius: 8px; background: var(--surface-blue); color: var(--blue); flex: 0 0 auto; }
.pro-svc .trust-icon svg { width: 17px; height: 17px; }
.pro-svc .trust-item strong { display: block; font-size: .84rem; line-height: 1.25; }
.pro-svc .trust-item span { display: block; color: var(--muted); font-size: .74rem; line-height: 1.35; margin-top: 2px; }

.pro-svc .path-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.pro-svc .path-card {
  display: flex; flex-direction: column; min-height: 100%; padding: 27px;
  border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface);
  box-shadow: var(--shadow-sm); transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}
.pro-svc .path-card:hover { transform: translateY(-3px); border-color: #b7c4d7; box-shadow: var(--shadow-md); }
.pro-svc .path-card .path-number { color: var(--blue); font-weight: 850; font-size: .78rem; letter-spacing: .1em; margin-bottom: 25px; }
.pro-svc .path-card h3 { margin-bottom: 12px; }
.pro-svc .path-card p { color: var(--muted); font-size: .93rem; flex: 1; }
.pro-svc .path-card .text-link { margin-top: 12px; }

.pro-svc .compare-wrap { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius-lg); background: #fff; box-shadow: var(--shadow-sm); }
.pro-svc .compare-head { display: grid; grid-template-columns: .9fr 1fr 1fr; background: var(--surface-soft); border-bottom: 1px solid var(--line); }
.pro-svc .compare-head > div { padding: 23px 25px; }
.pro-svc .compare-head > div + div { border-left: 1px solid var(--line); }
.pro-svc .compare-head .compare-label { color: var(--muted); font-size: .78rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.pro-svc .compare-product strong { display: block; margin-bottom: 4px; font-size: 1.08rem; }
.pro-svc .compare-product span { color: var(--muted); font-size: .84rem; }
.pro-svc .compare-row { display: grid; grid-template-columns: .9fr 1fr 1fr; border-bottom: 1px solid var(--line); }
.pro-svc .compare-row:last-of-type { border-bottom: 0; }
.pro-svc .compare-row > div { padding: 18px 25px; }
.pro-svc .compare-row > div + div { border-left: 1px solid var(--line); }
.pro-svc .compare-row .label { color: var(--muted); font-size: .86rem; font-weight: 720; }
.pro-svc .compare-row .value { color: var(--ink-2); font-size: .9rem; }
.pro-svc .compare-cta { display: grid; grid-template-columns: .9fr 1fr 1fr; background: var(--surface-soft); border-top: 1px solid var(--line); }
.pro-svc .compare-cta > div { padding: 21px 25px; }
.pro-svc .compare-cta > div + div { border-left: 1px solid var(--line); }

.pro-svc .finder-shell { border: 1px solid var(--line); border-radius: var(--radius-lg); background: #fff; box-shadow: var(--shadow-sm); overflow: hidden; }
.pro-svc .finder-tools {
  padding: 22px; border-bottom: 1px solid var(--line);
  display: grid; grid-template-columns: minmax(240px, 1fr) auto; gap: 16px; align-items: center;
  background: var(--surface-soft);
}
.pro-svc .search-wrap { position: relative; }
.pro-svc .search-wrap svg { position: absolute; left: 15px; top: 50%; transform: translateY(-50%); width: 18px; height: 18px; color: var(--muted); pointer-events: none; }
.pro-svc .search-input {
  width: 100%; min-height: 48px; padding: 10px 15px 10px 44px;
  border: 1px solid var(--line-strong); border-radius: 10px; background: #fff; color: var(--ink);
}
.pro-svc .search-input::placeholder { color: var(--muted-2); }
.pro-svc .sort-select {
  min-height: 48px; padding: 10px 42px 10px 14px; border: 1px solid var(--line-strong);
  border-radius: 10px; background: #fff; color: var(--ink); cursor: pointer;
}
.pro-svc .filter-row { display: flex; gap: 8px; padding: 17px 22px; overflow-x: auto; border-bottom: 1px solid var(--line); scrollbar-width: thin; }
.pro-svc .filter-btn {
  flex: 0 0 auto; min-height: 36px; padding: 7px 12px; border: 1px solid var(--line);
  border-radius: 999px; background: #fff; color: var(--ink-2); font-size: .82rem; font-weight: 720; cursor: pointer;
}
.pro-svc .filter-btn:hover { border-color: #aebbd0; }
.pro-svc .filter-btn[aria-pressed="true"] { background: var(--ink); border-color: var(--ink); color: #fff; }
.pro-svc .finder-status { display: flex; justify-content: space-between; align-items: center; gap: 15px; padding: 15px 22px 0; color: var(--muted); font-size: .83rem; }
.pro-svc .service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; padding: 22px; }
.pro-svc .service-card {
  position: relative; display: flex; flex-direction: column; min-height: 100%; padding: 23px;
  border: 1px solid var(--line); border-radius: var(--radius); background: #fff;
  transition: transform .16s ease, box-shadow .16s ease, border-color .16s ease;
}
.pro-svc .service-card:hover { transform: translateY(-2px); box-shadow: var(--shadow-md); border-color: #b6c3d5; }
.pro-svc .service-card[hidden] { display: none; }
.pro-svc .service-card .card-top { display: flex; justify-content: space-between; gap: 15px; margin-bottom: 17px; }
.pro-svc .service-card .card-index { color: var(--muted-2); font-size: .73rem; font-weight: 850; letter-spacing: .08em; }
.pro-svc .service-card .price { color: var(--ink); font-size: .85rem; font-weight: 840; white-space: nowrap; }
.pro-svc .service-card h3 { font-size: 1.24rem; margin-bottom: 10px; }
.pro-svc .service-card .problem { color: var(--blue-dark); font-size: .78rem; font-weight: 780; line-height: 1.45; margin-bottom: 9px; }
.pro-svc .service-card .summary { color: var(--muted); font-size: .89rem; line-height: 1.55; flex: 1; }
.pro-svc .card-points { list-style: none; padding: 0; margin: 2px 0 20px; display: grid; gap: 7px; }
.pro-svc .card-points li { position: relative; padding-left: 20px; color: var(--ink-2); font-size: .8rem; line-height: 1.45; }
.pro-svc .card-points li::before {
  content: ""; position: absolute; left: 0; top: .48em; width: 11px; height: 7px;
  border-left: 2px solid var(--green); border-bottom: 2px solid var(--green); transform: rotate(-45deg);
}
.pro-svc .card-actions { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding-top: 16px; border-top: 1px solid var(--line); }
.pro-svc .card-actions a { font-size: .84rem; }
.pro-svc .card-actions .checkout-mini { color: var(--muted); text-decoration: none; font-weight: 690; }
.pro-svc .card-actions .checkout-mini:hover { color: var(--ink); text-decoration: underline; }
.pro-svc .empty-state { display: none; margin: 0 22px 22px; padding: 35px; text-align: center; border: 1px dashed var(--line-strong); border-radius: var(--radius); background: var(--surface-soft); }
.pro-svc .empty-state.show { display: block; }
.pro-svc .empty-state p { color: var(--muted); margin-bottom: 14px; }

.pro-svc .handoff-grid { display: grid; grid-template-columns: .84fr 1.16fr; gap: clamp(36px, 7vw, 80px); align-items: center; }
.pro-svc .handoff-copy h2 { margin-bottom: 22px; }
.pro-svc .handoff-copy .lede { margin-bottom: 26px; }
.pro-svc .check-list { list-style: none; padding: 0; margin: 0; display: grid; gap: 12px; }
.pro-svc .check-list li { position: relative; padding-left: 31px; color: var(--ink-2); font-size: .92rem; }
.pro-svc .check-list li::before {
  content: ""; position: absolute; left: 0; top: .15em; width: 20px; height: 20px;
  border-radius: 50%; background: var(--green-soft);
}
.pro-svc .check-list li::after {
  content: ""; position: absolute; left: 6px; top: .44em; width: 8px; height: 5px;
  border-left: 2px solid var(--green); border-bottom: 2px solid var(--green); transform: rotate(-45deg);
}
.pro-svc .report-mock {
  border: 1px solid #c8d2e1; border-radius: var(--radius-lg); overflow: hidden; background: #fff;
  box-shadow: 0 30px 70px rgba(13,27,53,.15);
}
.pro-svc .report-top { display: flex; align-items: center; justify-content: space-between; padding: 17px 20px; background: var(--navy); color: #fff; }
.pro-svc .report-top strong { font-size: .84rem; }
.pro-svc .report-top span { color: #aebdd1; font-size: .72rem; }
.pro-svc .report-body { padding: 22px; }
.pro-svc .report-summary { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-bottom: 18px; }
.pro-svc .report-stat { padding: 13px; background: var(--surface-soft); border: 1px solid var(--line); border-radius: 10px; }
.pro-svc .report-stat span { display: block; color: var(--muted); font-size: .68rem; font-weight: 750; text-transform: uppercase; letter-spacing: .07em; }
.pro-svc .report-stat strong { display: block; margin-top: 3px; font-size: 1.15rem; }
.pro-svc .report-row { display: grid; grid-template-columns: 80px 1fr 70px; gap: 12px; align-items: center; padding: 12px 0; border-top: 1px solid var(--line); font-size: .75rem; }
.pro-svc .status { justify-self: start; padding: 3px 7px; border-radius: 999px; font-weight: 800; font-size: .65rem; }
.pro-svc .status.pass { color: var(--green); background: var(--green-soft); }
.pro-svc .status.partial { color: var(--amber); background: var(--amber-soft); }
.pro-svc .status.blocked { color: var(--danger); background: var(--danger-soft); }
.pro-svc .report-row .item { color: var(--ink-2); }
.pro-svc .report-row .owner { color: var(--muted); text-align: right; }

.pro-svc .authority-grid { display: grid; grid-template-columns: minmax(0, 1.12fr) minmax(300px, .88fr); gap: clamp(42px, 8vw, 95px); align-items: center; }
.pro-svc .authority-copy h2 { margin-bottom: 22px; }
.pro-svc .authority-copy .lede { color: #afbdd1; margin-bottom: 26px; }
.pro-svc .authority-card { padding: 28px; border: 1px solid rgba(255,255,255,.15); border-radius: var(--radius-lg); background: rgba(255,255,255,.045); }
.pro-svc .authority-card .label { color: #8eb0ff; font-size: .75rem; font-weight: 820; letter-spacing: .1em; text-transform: uppercase; margin-bottom: 18px; }
.pro-svc .authority-points { display: grid; gap: 17px; }
.pro-svc .authority-point { display: grid; grid-template-columns: 32px 1fr; gap: 13px; }
.pro-svc .authority-point .num { display: grid; place-items: center; width: 32px; height: 32px; border: 1px solid rgba(255,255,255,.18); border-radius: 8px; color: #fff; font-size: .75rem; font-weight: 800; }
.pro-svc .authority-point strong { display: block; color: #fff; font-size: .9rem; margin-bottom: 3px; }
.pro-svc .authority-point span { display: block; color: #aebdd1; font-size: .79rem; line-height: 1.45; }

.pro-svc .faq-list { display: grid; gap: 10px; margin-top: 36px; }
.pro-svc .faq-item { border: 1px solid var(--line); border-radius: 12px; background: #fff; overflow: hidden; }
.pro-svc .faq-item summary {
  list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 20px;
  padding: 19px 21px; cursor: pointer; font-weight: 760; line-height: 1.35;
}
.pro-svc .faq-item summary::-webkit-details-marker { display: none; }
.pro-svc .faq-item summary::after {
  content: "+"; display: grid; place-items: center; width: 26px; height: 26px; flex: 0 0 auto;
  border: 1px solid var(--line); border-radius: 50%; color: var(--blue); font-size: 1.1rem; font-weight: 500;
}
.pro-svc .faq-item[open] summary::after { content: "–"; }
.pro-svc .faq-answer { padding: 0 21px 20px; color: var(--muted); max-width: 75ch; }
.pro-svc .faq-answer p { margin: 0; }

.pro-svc .final-cta { padding: clamp(42px, 6vw, 68px); border-radius: var(--radius-lg); background: var(--blue); color: #eaf0ff; box-shadow: var(--shadow-md); }
.pro-svc .final-cta-grid { display: grid; grid-template-columns: 1fr auto; gap: 36px; align-items: center; }
.pro-svc .final-cta h2 { color: #fff; max-width: 17ch; margin-bottom: 15px; }
.pro-svc .final-cta p { margin: 0; max-width: 63ch; color: #d6e1ff; }
.pro-svc .final-cta .btn-row { justify-content: flex-end; }

.pro-svc .site-footer { padding: 54px 0 30px; background: #081224; color: #afbdd1; border-top: 1px solid rgba(255,255,255,.08); }
.pro-svc .footer-grid { display: grid; grid-template-columns: 1.1fr repeat(3, .7fr); gap: 45px; }
.pro-svc .footer-brand .brand { color: #fff; margin-bottom: 16px; }
.pro-svc .footer-brand p { max-width: 40ch; font-size: .86rem; }
.pro-svc .footer-col h3 { color: #fff; font-size: .8rem; letter-spacing: .08em; text-transform: uppercase; margin-bottom: 15px; }
.pro-svc .footer-col a { display: block; padding: 4px 0; color: #afbdd1; font-size: .84rem; text-decoration: none; }
.pro-svc .footer-col a:hover { color: #fff; }
.pro-svc .footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 42px; padding-top: 21px; border-top: 1px solid rgba(255,255,255,.1); font-size: .76rem; }
.pro-svc .footer-bottom p { margin: 0; }

/* Detail pages */
.pro-svc .detail-hero {
  padding: 66px 0 72px;
  background:
    radial-gradient(circle at 88% 8%, rgba(29,78,216,.13), transparent 25rem),
    linear-gradient(180deg, #fff 0%, #f9fbff 100%);
  border-bottom: 1px solid var(--line);
}
.pro-svc .breadcrumb { display: flex; flex-wrap: wrap; gap: 8px; align-items: center; margin-bottom: 38px; color: var(--muted); font-size: .81rem; }
.pro-svc .breadcrumb a { color: var(--muted); text-decoration: none; }
.pro-svc .breadcrumb a:hover { color: var(--ink); text-decoration: underline; }
.pro-svc .breadcrumb svg { width: 13px; height: 13px; }
.pro-svc .detail-hero-grid { display: grid; grid-template-columns: minmax(0, 1.16fr) minmax(320px, .84fr); gap: clamp(48px, 8vw, 92px); align-items: start; }
.pro-svc .detail-copy h1 { font-size: clamp(2.6rem, 5vw, 4.55rem); max-width: 15ch; }
.pro-svc .detail-copy .lede { margin: 24px 0 26px; }
.pro-svc .best-fit {
  display: grid; grid-template-columns: 34px 1fr; gap: 13px; max-width: 720px;
  padding: 18px 20px; border: 1px solid #cedbf3; border-radius: 12px; background: var(--surface-blue);
}
.pro-svc .best-fit svg { width: 22px; height: 22px; margin-top: 2px; color: var(--blue); }
.pro-svc .best-fit strong { display: block; font-size: .78rem; letter-spacing: .07em; text-transform: uppercase; margin-bottom: 4px; }
.pro-svc .best-fit span { display: block; color: var(--ink-2); font-size: .88rem; line-height: 1.5; }
.pro-svc .purchase-card {
  position: sticky; top: calc(var(--header-height) + 24px);
  padding: 27px; border: 1px solid var(--line); border-radius: var(--radius-lg); background: #fff; box-shadow: var(--shadow-md);
}
.pro-svc .purchase-card .purchase-label { color: var(--muted); font-size: .76rem; font-weight: 780; letter-spacing: .08em; text-transform: uppercase; }
.pro-svc .purchase-card .purchase-price { margin: 8px 0 3px; font-size: clamp(1.8rem, 4vw, 2.55rem); font-weight: 850; letter-spacing: -.04em; line-height: 1.1; }
.pro-svc .purchase-card .purchase-type { color: var(--muted); font-size: .85rem; margin-bottom: 22px; }
.pro-svc .purchase-features { list-style: none; padding: 0; margin: 0 0 22px; display: grid; gap: 10px; }
.pro-svc .purchase-features li { position: relative; padding-left: 25px; color: var(--ink-2); font-size: .84rem; }
.pro-svc .purchase-features li::before {
  content: ""; position: absolute; left: 0; top: .2em; width: 17px; height: 17px; border-radius: 50%; background: var(--green-soft);
}
.pro-svc .purchase-features li::after {
  content: ""; position: absolute; left: 5px; top: .49em; width: 7px; height: 4px; border-left: 2px solid var(--green); border-bottom: 2px solid var(--green); transform: rotate(-45deg);
}
.pro-svc .purchase-card .secure { display: flex; align-items: center; justify-content: center; gap: 7px; margin: 12px 0 0; color: var(--muted); font-size: .72rem; }
.pro-svc .purchase-card .secure svg { width: 14px; height: 14px; }
.pro-svc .purchase-card .question-link { display: block; text-align: center; margin-top: 13px; color: var(--muted); font-size: .8rem; font-weight: 690; text-decoration: none; }
.pro-svc .purchase-card .question-link:hover { color: var(--blue); text-decoration: underline; }
.pro-svc .subnav-wrap { position: sticky; z-index: 50; top: var(--header-height); background: rgba(255,255,255,.96); border-bottom: 1px solid var(--line); backdrop-filter: blur(12px); }
.pro-svc .subnav { display: flex; gap: 7px; overflow-x: auto; padding-block: 10px; scrollbar-width: none; }
.pro-svc .subnav::-webkit-scrollbar { display: none; }
.pro-svc .subnav a { flex: 0 0 auto; padding: 7px 11px; border-radius: 8px; color: var(--muted); font-size: .79rem; font-weight: 720; text-decoration: none; }
.pro-svc .subnav a:hover, .pro-svc .subnav a.active { background: var(--surface-soft); color: var(--ink); }
.pro-svc .outcome-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 40px; }
.pro-svc .outcome-card { padding: 24px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; }
.pro-svc .outcome-card .label { color: var(--blue); font-size: .72rem; font-weight: 820; letter-spacing: .09em; text-transform: uppercase; margin-bottom: 12px; }
.pro-svc .outcome-card p { margin: 0; color: var(--ink-2); font-size: .9rem; }
.pro-svc .scope-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.pro-svc .scope-card { padding: 27px; border: 1px solid var(--line); border-radius: var(--radius-lg); background: #fff; }
.pro-svc .scope-card.included { border-top: 4px solid var(--green); }
.pro-svc .scope-card.excluded { border-top: 4px solid #b96d6d; }
.pro-svc .scope-card h3 { margin-bottom: 19px; }
.pro-svc .scope-list { list-style: none; padding: 0; margin: 0; display: grid; gap: 14px; }
.pro-svc .scope-list li { position: relative; padding-left: 27px; color: var(--ink-2); font-size: .9rem; line-height: 1.55; }
.pro-svc .scope-list li::before { position: absolute; left: 0; top: 0; font-weight: 900; }
.pro-svc .scope-card.included .scope-list li::before { content: "✓"; color: var(--green); }
.pro-svc .scope-card.excluded .scope-list li::before { content: "—"; color: var(--danger); }
.pro-svc .scope-note { margin-top: 18px; padding: 17px 19px; border-left: 3px solid var(--blue); background: var(--surface-blue); color: var(--ink-2); font-size: .86rem; }
.pro-svc .delivery-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin-top: 38px; }
.pro-svc .delivery-step { position: relative; padding: 24px 22px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; }
.pro-svc .delivery-step .step { display: grid; place-items: center; width: 31px; height: 31px; border-radius: 8px; background: var(--navy); color: #fff; font-size: .72rem; font-weight: 850; margin-bottom: 18px; }
.pro-svc .delivery-step h3 { font-size: 1.02rem; margin-bottom: 8px; }
.pro-svc .delivery-step p { color: var(--muted); font-size: .82rem; line-height: 1.5; margin: 0; }
.pro-svc .two-col-lists { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.pro-svc .info-card { padding: 28px; border: 1px solid var(--line); border-radius: var(--radius-lg); background: #fff; }
.pro-svc .info-card h3 { margin-bottom: 20px; }
.pro-svc .number-list { list-style: none; counter-reset: item; padding: 0; margin: 0; display: grid; gap: 15px; }
.pro-svc .number-list li { position: relative; counter-increment: item; padding-left: 40px; color: var(--ink-2); font-size: .9rem; }
.pro-svc .number-list li::before {
  content: counter(item); position: absolute; left: 0; top: -.05em;
  display: grid; place-items: center; width: 26px; height: 26px; border-radius: 7px;
  background: var(--surface-blue); color: var(--blue); font-size: .7rem; font-weight: 850;
}
.pro-svc .evidence-panel { display: grid; grid-template-columns: .86fr 1.14fr; gap: 50px; align-items: center; padding: clamp(28px, 5vw, 48px); border: 1px solid #cdd8e8; border-radius: var(--radius-lg); background: linear-gradient(135deg, #f8faff, #eef4ff); }
.pro-svc .evidence-panel h2 { margin-bottom: 18px; }
.pro-svc .evidence-panel p { color: var(--muted); }
.pro-svc .evidence-log { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow-sm); overflow: hidden; }
.pro-svc .evidence-log-head { display: flex; align-items: center; justify-content: space-between; padding: 13px 16px; background: var(--navy); color: #fff; font-size: .75rem; }
.pro-svc .evidence-log-row { display: grid; grid-template-columns: 70px 1fr 72px; gap: 10px; align-items: center; padding: 12px 16px; border-top: 1px solid var(--line); font-size: .72rem; }
.pro-svc .evidence-log-row .result { font-weight: 800; }
.pro-svc .evidence-log-row .result.pass { color: var(--green); }
.pro-svc .evidence-log-row .result.open { color: var(--amber); }
.pro-svc .evidence-log-row .date { color: var(--muted); text-align: right; }
.pro-svc .related-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 36px; }
.pro-svc .related-card { display: flex; flex-direction: column; padding: 23px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; text-decoration: none; transition: transform .16s ease, box-shadow .16s ease; }
.pro-svc .related-card:hover { transform: translateY(-2px); box-shadow: var(--shadow-md); }
.pro-svc .related-card .small { color: var(--blue); font-size: .72rem; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; margin-bottom: 11px; }
.pro-svc .related-card h3 { font-size: 1.08rem; margin-bottom: 9px; }
.pro-svc .related-card p { color: var(--muted); font-size: .82rem; flex: 1; }
.pro-svc .related-card .arrow { color: var(--blue); font-weight: 800; font-size: .82rem; }
.pro-svc .mobile-purchase-bar { display: none; }

/* Utility */
.pro-svc .mt-0 { margin-top: 0; }
.pro-svc .mb-0 { margin-bottom: 0; }
.pro-svc .center { text-align: center; }
.pro-svc .center h2, .pro-svc .center .lede { margin-inline: auto; }
.pro-svc .divider { height: 1px; background: var(--line); }

@media (max-width: 1050px) {

  .pro-svc .hero-grid, .pro-svc .detail-hero-grid { grid-template-columns: 1fr .78fr; gap: 46px; }
  .pro-svc .service-grid { grid-template-columns: repeat(2, 1fr); }
  .pro-svc .footer-grid { grid-template-columns: 1.2fr repeat(3, .6fr); gap: 28px; }
  .pro-svc .delivery-grid { grid-template-columns: repeat(2, 1fr); }

}
@media (max-width: 860px) {

  .pro-svc { --header-height: 68px; }
  .pro-svc .container { width: min(calc(100% - 30px), var(--container)); }
  .pro-svc .menu-toggle { display: grid; }
  .pro-svc .site-nav {
    position: absolute; top: calc(100% + 1px); left: 0; right: 0;
    display: none; padding: 12px 15px 16px; background: #fff; border-bottom: 1px solid var(--line); box-shadow: var(--shadow-md);
  }
  .pro-svc .site-nav.open { display: grid; }
  .pro-svc .site-nav a { padding: 11px 13px; }
  .pro-svc .site-nav .nav-cta { margin: 7px 0 0; justify-content: center; }
  .pro-svc .hero-grid, .pro-svc .detail-hero-grid, .pro-svc .section-heading, .pro-svc .handoff-grid, .pro-svc .authority-grid, .pro-svc .evidence-panel { grid-template-columns: 1fr; }
  .pro-svc .hero { padding-top: 72px; }
  .pro-svc .hero-copy h1, .pro-svc .detail-copy h1 { max-width: 14ch; }
  .pro-svc .process-panel { max-width: 620px; }
  .pro-svc .section-heading { align-items: start; }
  .pro-svc .section-heading > p { justify-self: start; }
  .pro-svc .trust-grid { grid-template-columns: repeat(2, 1fr); }
  .pro-svc .trust-item:nth-child(3) { border-left: 1px solid var(--line); border-top: 1px solid var(--line); }
  .pro-svc .trust-item:nth-child(4) { border-top: 1px solid var(--line); }
  .pro-svc .path-grid { grid-template-columns: 1fr; }
  .pro-svc .path-card { min-height: auto; }
  .pro-svc .compare-wrap { overflow-x: auto; }
  .pro-svc .compare-head, .pro-svc .compare-row, .pro-svc .compare-cta { min-width: 760px; }
  .pro-svc .finder-tools { grid-template-columns: 1fr; }
  .pro-svc .authority-card { max-width: 650px; }
  .pro-svc .final-cta-grid { grid-template-columns: 1fr; }
  .pro-svc .final-cta .btn-row { justify-content: flex-start; }
  .pro-svc .footer-grid { grid-template-columns: 1.2fr 1fr 1fr; }
  .pro-svc .footer-brand { grid-column: 1 / -1; }
  .pro-svc .purchase-card { position: static; max-width: 620px; }
  .pro-svc .outcome-grid, .pro-svc .scope-grid, .pro-svc .two-col-lists { grid-template-columns: 1fr; }
  .pro-svc .related-grid { grid-template-columns: 1fr; }
  .pro-svc .mobile-purchase-bar {
    position: fixed; z-index: 90; bottom: 0; left: 0; right: 0;
    display: grid; grid-template-columns: 1fr auto; gap: 12px; align-items: center;
    padding: 10px 15px calc(10px + env(safe-area-inset-bottom));
    background: rgba(255,255,255,.97); border-top: 1px solid var(--line); box-shadow: 0 -10px 30px rgba(11,18,32,.09);
    transform: translateY(110%); transition: transform .2s ease;
  }
  .pro-svc .mobile-purchase-bar.show { transform: none; }
  .pro-svc .mobile-purchase-bar .mobile-price { min-width: 0; }
  .pro-svc .mobile-purchase-bar .mobile-price strong { display: block; font-size: .9rem; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
  .pro-svc .mobile-purchase-bar .mobile-price span { display: block; color: var(--muted); font-size: .7rem; }
  .pro-svc .mobile-purchase-bar .btn { min-height: 42px; padding: 8px 13px; font-size: .82rem; }
  .pro-svc body.has-mobile-bar { padding-bottom: 74px; }

}
@media (max-width: 620px) {

  .pro-svc h1 { font-size: clamp(2.35rem, 12vw, 3.6rem); }
  .pro-svc h2 { font-size: clamp(1.8rem, 9vw, 2.6rem); }
  .pro-svc .section { padding: 68px 0; }
  .pro-svc .section.compact { padding: 50px 0; }
  .pro-svc .hero, .pro-svc .detail-hero { padding-top: 54px; padding-bottom: 60px; }
  .pro-svc .brand { font-size: .94rem; }
  .pro-svc .brand-mark { width: 34px; height: 34px; }
  .pro-svc .hero-copy .btn-row .btn { width: 100%; }
  .pro-svc .process-panel { padding: 24px; border-radius: 18px; }
  .pro-svc .trust-grid { grid-template-columns: 1fr; }
  .pro-svc .trust-item, .pro-svc .trust-item:nth-child(3), .pro-svc .trust-item:nth-child(4) { border-left: 1px solid var(--line); border-right: 1px solid var(--line); border-top: 1px solid var(--line); }
  .pro-svc .trust-item:first-child { border-top: 0; }
  .pro-svc .service-grid { grid-template-columns: 1fr; padding: 14px; }
  .pro-svc .finder-tools { padding: 14px; }
  .pro-svc .filter-row { padding-inline: 14px; }
  .pro-svc .finder-status { padding: 14px 14px 0; }
  .pro-svc .service-card { padding: 21px; }
  .pro-svc .report-summary { grid-template-columns: 1fr; }
  .pro-svc .report-row { grid-template-columns: 65px 1fr; }
  .pro-svc .report-row .owner { display: none; }
  .pro-svc .final-cta { padding: 29px 24px; }
  .pro-svc .final-cta .btn-row .btn { width: 100%; }
  .pro-svc .footer-grid { grid-template-columns: 1fr 1fr; }
  .pro-svc .footer-brand { grid-column: 1 / -1; }
  .pro-svc .footer-bottom { display: grid; }
  .pro-svc .detail-hero-grid { gap: 34px; }
  .pro-svc .breadcrumb { margin-bottom: 28px; }
  .pro-svc .purchase-card { padding: 23px; }
  .pro-svc .outcome-grid { gap: 12px; }
  .pro-svc .delivery-grid { grid-template-columns: 1fr; }
  .pro-svc .evidence-log-row { grid-template-columns: 62px 1fr; }
  .pro-svc .evidence-log-row .date { display: none; }

}
@media (prefers-reduced-motion: reduce) {

  .pro-svc { scroll-behavior: auto; }
  .pro-svc, .pro-svc *, .pro-svc *::before, .pro-svc *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }

}
@media print {

  .pro-svc .site-header, .pro-svc .subnav-wrap, .pro-svc .mobile-purchase-bar, .pro-svc .site-footer, .pro-svc .btn-row { display: none !important; }
  .pro-svc .section, .pro-svc .hero, .pro-svc .detail-hero { padding: 32px 0; }
  .pro-svc .purchase-card { position: static; box-shadow: none; }
  .pro-svc .service-card, .pro-svc .scope-card, .pro-svc .info-card, .pro-svc .outcome-card { break-inside: avoid; box-shadow: none; }

}
