@font-face{font-family:Geist;src:url('/assets/fonts/geist.woff2') format('woff2');font-style:normal;font-weight:100 900;font-display:swap}
@font-face{font-family:'Geist Mono';src:url('/assets/fonts/geist-mono.woff2') format('woff2');font-style:normal;font-weight:100 900;font-display:swap}

:root {
  --canvas: #f5f7fa;
  --surface: #fff;
  --ink: #101828;
  --muted: #667085;
  --border: #d9e1ec;
  --border-strong: #c4cfdd;
  --primary: #3448ff;
  --primary-hover: #2536d8;
  --signal: #158467;
  --spark: #c8f75a;
  --dark: #111827;
  --shadow: 0 20px 60px rgba(16, 24, 40, 0.08);
  --font-sans: Geist, Inter, Arial, sans-serif;
  --font-mono: "Geist Mono", ui-monospace, SFMono-Regular, monospace;
}

* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 92px;
}
body {
  margin: 0;
  background: var(--canvas);
  color: var(--ink);
  font-family: var(--font-sans);
  text-rendering: optimizeLegibility;
}
body,
button,
input,
select {
  font-family: var(--font-sans);
}
a {
  color: inherit;
  text-decoration: none;
}
button,
input,
select,
summary,
a {
  -webkit-tap-highlight-color: transparent;
}
:focus-visible {
  outline: 3px solid rgba(52, 72, 255, 0.32);
  outline-offset: 3px;
}
::selection {
  background: #dce1ff;
  color: #1421a6;
}
.shell {
  width: min(1200px, calc(100% - 48px));
  margin-inline: auto;
}
.section-pad {
  padding-block: 104px;
}
.section-pad-sm {
  padding-block: 72px;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.mono {
  font-family: var(--font-mono);
  letter-spacing: -0.025em;
}
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--primary);
  font-size: 12px;
  font-weight: 760;
  letter-spacing: 0.115em;
  line-height: 1.2;
  text-transform: uppercase;
}

/* Header */
.site-header {
  position: sticky;
  top: 0;
  z-index: 80;
  height: 72px;
  border-bottom: 1px solid rgba(217, 225, 236, 0.9);
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(16px);
}
.header-inner {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  height: 100%;
  gap: 24px;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  width: fit-content;
  font-size: 16px;
  font-weight: 560;
  letter-spacing: -0.025em;
}
.brand-wordmark b {
  font-weight: 800;
}
.brand-mark {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  color: #fff;
  background: var(--primary);
  border-radius: 10px;
}
.brand-mark svg:last-child {
  position: absolute;
}
.primary-nav {
  display: flex;
  align-items: center;
  gap: 30px;
  color: #475467;
  font-size: 14px;
  font-weight: 600;
}
.primary-nav a,
.language-link {
  transition: color 160ms ease;
}
.primary-nav a:hover,
.language-link:hover {
  color: var(--primary);
}
.header-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
}
.language-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  color: #475467;
  font-family: var(--font-mono);
  font-size: 12px;
  font-weight: 700;
}
.header-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 42px;
  padding: 0 16px;
  color: #fff;
  background: var(--ink);
  border-radius: 10px;
  font-size: 13px;
  font-weight: 700;
  transition:
    transform 160ms ease,
    background 160ms ease;
}
.header-cta:hover {
  background: var(--primary);
  transform: translateY(-1px);
}

/* Shared marks */
.platform-mark {
  --mark-size: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: none;
  width: var(--mark-size);
  height: var(--mark-size);
  border: 1px solid color-mix(in srgb, var(--platform-accent) 32%, white);
  color: var(--platform-accent);
  background: color-mix(in srgb, var(--platform-accent) 10%, white);
  border-radius: 12px;
  font-family: var(--font-mono);
  font-size: 13px;
  font-weight: 790;
  letter-spacing: -0.04em;
}
.platform-mark--sm {
  --mark-size: 34px;
  border-radius: 9px;
  font-size: 10px;
}
.platform-mark--lg {
  --mark-size: 60px;
  border-radius: 15px;
  font-size: 16px;
}

/* Home hero */
.home-hero {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid var(--border);
  background: #f8f9fc;
}
.hero-grid-lines,
.platform-hero-pattern {
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.46;
  background-image:
    linear-gradient(rgba(191, 201, 216, 0.3) 1px, transparent 1px),
    linear-gradient(90deg, rgba(191, 201, 216, 0.3) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: linear-gradient(to bottom, #000, transparent 88%);
}
.home-hero-inner {
  position: relative;
  z-index: 1;
  padding-block: 96px 46px;
}
.home-hero-copy {
  max-width: 930px;
  margin-inline: auto;
  text-align: center;
}
.home-hero-copy h1 {
  max-width: 900px;
  margin: 24px auto 22px;
  font-size: clamp(46px, 7vw, 78px);
  font-weight: 780;
  letter-spacing: -0.062em;
  line-height: 0.98;
}
.home-hero-copy h1 span {
  color: var(--primary);
}
.home-hero-copy > p {
  max-width: 720px;
  margin: 0 auto;
  color: #526077;
  font-size: clamp(17px, 2vw, 20px);
  line-height: 1.65;
}
.home-lookup {
  width: min(100%, 1000px);
  margin: 48px auto 0;
  overflow: hidden;
  border: 1px solid var(--border-strong);
  background: #fff;
  box-shadow: var(--shadow);
}
.home-lookup-topline,
.home-lookup-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #667085;
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.045em;
  text-transform: uppercase;
}
.home-lookup-topline {
  padding: 13px 18px;
  border-bottom: 1px solid #e5eaf1;
  background: #fafbfc;
}
.home-lookup-topline span:first-child {
  display: flex;
  align-items: center;
  gap: 8px;
}
.home-lookup-topline i,
.live-pill i {
  width: 7px;
  height: 7px;
  background: var(--signal);
  border-radius: 50%;
  box-shadow: 0 0 0 4px rgba(21, 132, 103, 0.1);
}
.home-lookup form {
  padding: 22px;
}
.home-lookup-fields {
  display: grid;
  grid-template-columns: minmax(190px, 0.8fr) minmax(250px, 1.2fr) auto;
  align-items: end;
  gap: 12px;
}
.home-lookup-fields label {
  display: block;
  margin: 0 0 8px 2px;
  color: #475467;
  font-size: 12px;
  font-weight: 720;
}
.platform-select-control,
.home-username-control {
  display: flex;
  align-items: center;
  height: 58px;
  border: 1px solid var(--border-strong);
  background: #fff;
  border-radius: 11px;
  transition:
    border-color 160ms ease,
    box-shadow 160ms ease;
}
.platform-select-control:focus-within,
.home-username-control:focus-within,
.username-field:focus-within {
  border-color: var(--primary);
  box-shadow: 0 0 0 4px rgba(52, 72, 255, 0.09);
}
.platform-select-control {
  position: relative;
  gap: 10px;
  padding: 0 14px;
}
.platform-select-control > svg {
  flex: none;
  color: #667085;
}
.platform-select-control select {
  width: 100%;
  height: 100%;
  appearance: none;
  border: 0;
  outline: 0;
  background: transparent;
  color: var(--ink);
  font-size: 15px;
  font-weight: 690;
  cursor: pointer;
}
.home-username-control > span {
  padding-left: 16px;
  color: #98a2b3;
  font-family: var(--font-mono);
  font-size: 18px;
}
.home-username-control input {
  width: 100%;
  height: 100%;
  border: 0;
  outline: 0;
  background: transparent;
  padding: 0 14px 0 6px;
  color: var(--ink);
  font-family: var(--font-mono);
  font-size: 16px;
}
.home-lookup-fields > button,
.lookup-field-row > button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  height: 58px;
  padding: 0 20px;
  border: 0;
  color: #fff;
  background: var(--primary);
  border-radius: 11px;
  font-size: 14px;
  font-weight: 760;
  cursor: pointer;
  transition:
    background 160ms ease,
    transform 160ms ease;
}
.home-lookup-fields > button:hover,
.lookup-field-row > button:hover {
  background: var(--primary-hover);
  transform: translateY(-1px);
}
.home-lookup-bottom {
  justify-content: flex-start;
  gap: 24px;
  padding: 13px 20px;
  border-top: 1px solid #e5eaf1;
  background: #fafbfc;
  text-transform: none;
}
.home-lookup-bottom span,
.lookup-trust span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.home-lookup-bottom svg,
.lookup-trust svg {
  color: var(--signal);
}
.hero-proof-row {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 36px;
  color: #667085;
  font-size: 12px;
}
.hero-proof-row > span,
.hero-proof-row > a {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  min-height: 22px;
  padding: 0 20px;
  border-right: 1px solid var(--border);
}
.hero-proof-row > :last-child {
  border-right: 0;
}
.hero-proof-row strong {
  color: var(--ink);
  font-family: var(--font-mono);
  font-size: 13px;
}
.hero-proof-row a {
  color: var(--primary);
  font-weight: 700;
}

/* Directory */
.section-heading {
  max-width: 650px;
}
.section-heading h2,
.mini-heading h2 {
  margin: 14px 0 13px;
  font-size: clamp(34px, 4vw, 50px);
  font-weight: 760;
  letter-spacing: -0.048em;
  line-height: 1.06;
}
.section-heading p,
.mini-heading p {
  margin: 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.65;
}
.section-heading--split {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 32px;
  max-width: none;
}
.section-heading--split > div {
  max-width: 650px;
}
.section-heading--center {
  margin-inline: auto;
  text-align: center;
}
.platform-index {
  background: #fff;
}
.directory-search {
  display: flex;
  align-items: center;
  gap: 9px;
  width: min(100%, 310px);
  height: 48px;
  padding: 0 13px;
  border: 1px solid var(--border-strong);
  background: #fff;
  border-radius: 10px;
  color: #7b8797;
}
.directory-search input {
  flex: 1;
  min-width: 0;
  border: 0;
  outline: 0;
  background: transparent;
  color: var(--ink);
  font-size: 14px;
}
.directory-search button {
  display: inline-flex;
  border: 0;
  padding: 4px;
  background: transparent;
  color: #667085;
  cursor: pointer;
}
.category-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 34px 0 28px;
  padding: 0;
  border: 0;
}
.category-tabs button {
  min-height: 40px;
  padding: 0 15px;
  border: 1px solid var(--border);
  background: #fff;
  border-radius: 9px;
  color: #526077;
  font-size: 13px;
  font-weight: 680;
  cursor: pointer;
  transition: all 150ms ease;
}
.category-tabs button:hover {
  border-color: #9daaf3;
  color: var(--primary);
}
.category-tabs button.is-active {
  border-color: var(--ink);
  color: #fff;
  background: var(--ink);
}
.platform-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid var(--border);
  border-left: 1px solid var(--border);
}
.platform-card {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 230px;
  padding: 22px;
  border-right: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  background: #fff;
  transition:
    background 160ms ease,
    transform 160ms ease,
    box-shadow 160ms ease;
}
.platform-card:before {
  content: '';
  position: absolute;
  inset: 0 auto 0 0;
  width: 3px;
  background: var(--platform-accent);
  transform: scaleY(0);
  transform-origin: bottom;
  transition: transform 180ms ease;
}
.platform-card:hover {
  z-index: 1;
  background: #fafbff;
  box-shadow: 0 16px 36px rgba(16, 24, 40, 0.08);
  transform: translateY(-2px);
}
.platform-card:hover:before {
  transform: scaleY(1);
}
.platform-card-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.platform-card-top > svg {
  color: #98a2b3;
  transition:
    color 160ms ease,
    transform 160ms ease;
}
.platform-card:hover .platform-card-top > svg {
  color: var(--primary);
  transform: translate(2px, -2px);
}
.card-category {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 8px;
  color: #7b8797;
  font-size: 10px;
  font-weight: 750;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.card-category b,
.new-badge {
  color: #3e5b0d;
  background: var(--spark);
  border-radius: 5px;
  padding: 3px 6px;
  font-size: 9px;
}
.platform-card h3 {
  margin: 0 0 7px;
  font-size: 20px;
  font-weight: 750;
  letter-spacing: -0.03em;
}
.platform-card p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.45;
}
.no-results {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  padding: 70px 20px;
  border: 1px dashed var(--border-strong);
  color: var(--muted);
  text-align: center;
}
.no-results strong {
  color: var(--ink);
}

/* Home method, safety, FAQ */
.method-section {
  border-block: 1px solid var(--border);
  background: var(--canvas);
}
.method-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 50px;
  border-top: 1px solid var(--border-strong);
}
.method-grid article {
  position: relative;
  padding: 34px 34px 24px 0;
  border-right: 1px solid var(--border-strong);
}
.method-grid article + article {
  padding-left: 34px;
}
.method-grid article:last-child {
  border-right: 0;
}
.method-grid article > svg {
  color: var(--primary);
}
.method-number {
  position: absolute;
  top: 34px;
  right: 28px;
  color: #9aa7b9;
  font-family: var(--font-mono);
  font-size: 12px;
}
.method-grid h3 {
  margin: 35px 0 11px;
  font-size: 20px;
  letter-spacing: -0.028em;
}
.method-grid p {
  margin: 0;
  color: var(--muted);
  line-height: 1.65;
}
.safety-section {
  color: #fff;
  background: var(--dark);
}
.safety-layout {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  align-items: center;
  gap: 96px;
}
.safety-copy .eyebrow {
  color: var(--spark);
}
.safety-copy h2 {
  margin: 18px 0;
  font-size: clamp(38px, 5vw, 58px);
  font-weight: 740;
  letter-spacing: -0.052em;
  line-height: 1.03;
}
.safety-copy > p {
  color: #aab4c5;
  font-size: 17px;
  line-height: 1.65;
}
.safety-copy ul {
  display: grid;
  gap: 14px;
  margin: 32px 0 0;
  padding: 0;
  list-style: none;
  color: #d6dce6;
  font-size: 14px;
}
.safety-copy li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
.safety-copy li svg {
  flex: none;
  color: var(--spark);
}
.safety-panel {
  padding: 38px;
  border: 1px solid #354052;
  background: #161f2e;
  box-shadow: 14px 14px 0 #243044;
}
.safety-panel-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  margin-bottom: 32px;
  color: #111827;
  background: var(--spark);
  border-radius: 13px;
}
.safety-panel > span {
  color: #8e9bad;
  font-family: var(--font-mono);
  font-size: 10px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.safety-panel blockquote {
  margin: 13px 0 18px;
  font-size: 25px;
  font-weight: 680;
  letter-spacing: -0.035em;
  line-height: 1.35;
}
.safety-panel p {
  margin: 0;
  color: #9eabbc;
  font-size: 14px;
  line-height: 1.65;
}
.home-faq {
  background: #fff;
}
.faq-layout {
  display: grid;
  grid-template-columns: 0.75fr 1.25fr;
  align-items: start;
  gap: 100px;
}
.faq-list {
  border-top: 1px solid var(--border-strong);
}
.faq-list details {
  border-bottom: 1px solid var(--border-strong);
}
.faq-list summary {
  position: relative;
  padding: 24px 46px 24px 0;
  color: var(--ink);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  list-style: none;
  cursor: pointer;
}
.faq-list summary::-webkit-details-marker {
  display: none;
}
.faq-list summary:before,
.faq-list summary:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 8px;
  width: 14px;
  height: 1.5px;
  background: #667085;
  transition: transform 160ms ease;
}
.faq-list summary:after {
  transform: rotate(90deg);
}
.faq-list details[open] summary:after {
  transform: rotate(0);
}
.faq-list details p {
  margin: -6px 50px 24px 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.7;
}

/* Service hero and lookup console */
.platform-hero {
  position: relative;
  overflow: hidden;
  padding: 26px 0 66px;
  border-bottom: 1px solid var(--border);
  background: #f8f9fc;
}
.platform-hero-pattern {
  opacity: 0.32;
  background-size: 42px 42px;
}
.platform-hero .shell {
  position: relative;
  z-index: 1;
}
.breadcrumbs {
  display: flex;
  align-items: center;
  gap: 7px;
  margin-bottom: 48px;
  color: #7b8797;
  font-size: 12px;
}
.breadcrumbs a:hover {
  color: var(--primary);
}
.breadcrumbs span {
  max-width: 260px;
  overflow: hidden;
  color: #475467;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.platform-hero-grid {
  display: grid;
  grid-template-columns: 0.88fr 1.12fr;
  align-items: center;
  gap: 72px;
}
.platform-label-row {
  display: flex;
  align-items: center;
  gap: 15px;
}
.platform-label-row > div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 7px;
}
.platform-category {
  color: #7b8797;
  font-size: 12px;
  font-weight: 620;
}
.platform-hero-copy h1 {
  margin: 30px 0 20px;
  font-size: clamp(44px, 5.5vw, 68px);
  font-weight: 780;
  letter-spacing: -0.058em;
  line-height: 0.99;
}
.platform-hero-copy > p {
  max-width: 600px;
  margin: 0;
  color: #526077;
  font-size: 17px;
  line-height: 1.68;
}
.hero-badges {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin-top: 26px;
}
.hero-badges span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 7px 9px;
  border: 1px solid var(--border);
  color: #59677b;
  background: rgba(255, 255, 255, 0.75);
  border-radius: 8px;
  font-size: 11px;
  font-weight: 680;
}
.hero-badges span.new-badge {
  border-color: #a8cf47;
  color: #3e5b0d;
  background: var(--spark);
}
.lookup-console {
  overflow: hidden;
  border: 1px solid var(--border-strong);
  background: #fff;
  box-shadow: var(--shadow);
}
.lookup-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 18px 20px;
  border-bottom: 1px solid #e4e9f0;
  background: #fafbfc;
}
.lookup-heading > div {
  display: flex;
  align-items: baseline;
  gap: 10px;
}
.lookup-kicker {
  color: var(--platform-accent);
  font-family: var(--font-mono);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.lookup-heading h2 {
  margin: 0;
  font-size: 16px;
  font-weight: 720;
  letter-spacing: -0.025em;
}
.live-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #526077;
  font-family: var(--font-mono);
  font-size: 10px;
  text-transform: uppercase;
}
.lookup-console form {
  padding: 24px 24px 18px;
}
.lookup-console form > label {
  display: block;
  margin: 0 0 9px 2px;
  color: #475467;
  font-size: 12px;
  font-weight: 720;
}
.lookup-field-row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 10px;
}
.username-field {
  display: flex;
  align-items: center;
  height: 56px;
  border: 1px solid var(--border-strong);
  border-radius: 10px;
}
.username-field > span {
  padding-left: 15px;
  color: var(--platform-accent);
  font-family: var(--font-mono);
  font-size: 18px;
  font-weight: 650;
}
.username-field input {
  width: 100%;
  min-width: 0;
  height: 100%;
  padding: 0 13px 0 5px;
  border: 0;
  outline: 0;
  background: transparent;
  color: var(--ink);
  font-family: var(--font-mono);
  font-size: 15px;
}
.lookup-field-row > button {
  height: 56px;
  min-width: 138px;
  background: var(--platform-accent);
}
.lookup-field-row > button:hover {
  background: color-mix(in srgb, var(--platform-accent) 82%, #111827);
}
.lookup-field-row > button:disabled {
  opacity: 0.75;
  cursor: wait;
}
.field-note {
  margin: 9px 0 0;
  color: #8994a5;
  font-family: var(--font-mono);
  font-size: 10px;
}
.field-note--error {
  color: #c93535;
}
.lookup-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  padding: 13px 22px;
  border-top: 1px solid #e5eaf1;
  background: #fafbfc;
  color: #667085;
  font-size: 10px;
}
.lookup-result:empty {
  display: none;
}
.lookup-result > p,
.result-card {
  margin: 0;
  padding: 15px 22px;
  border-top: 1px solid #d9e8e2;
  background: #f4fbf8;
}
.lookup-result > p {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #4c665e;
  font-size: 12px;
}
.result-card {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 12px;
}
.result-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  color: #fff;
  background: var(--signal);
  border-radius: 9px;
}
.result-card > div:nth-child(2) {
  display: flex;
  flex-direction: column;
  gap: 3px;
}
.result-card strong {
  font-size: 12px;
}
.result-card span {
  color: #667085;
  font-size: 11px;
}
.result-card a {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: var(--signal);
  font-size: 11px;
  font-weight: 700;
}
.spin {
  animation: spin 800ms linear infinite;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

/* Facts and methods */
.facts-section {
  border-bottom: 1px solid var(--border);
  background: #fff;
}
.facts-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.fact-card {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  min-width: 0;
  padding: 27px 22px;
  border-right: 1px solid var(--border);
}
.fact-card:first-child {
  border-left: 1px solid var(--border);
}
.fact-card > span {
  color: var(--primary);
}
.fact-card > div {
  display: flex;
  flex-direction: column;
  min-width: 0;
  gap: 5px;
}
.fact-card small {
  color: #7b8797;
  font-size: 10px;
  font-weight: 720;
  letter-spacing: 0.055em;
  text-transform: uppercase;
}
.fact-card strong {
  overflow-wrap: anywhere;
  font-size: 12px;
  font-weight: 680;
  line-height: 1.45;
}
.quick-method {
  background: var(--canvas);
}
.mini-heading h2 {
  font-size: clamp(29px, 3vw, 39px);
}
.quick-method-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 32px;
  border-block: 1px solid var(--border-strong);
}
.quick-method-grid article {
  position: relative;
  padding: 28px 28px 30px;
  border-right: 1px solid var(--border-strong);
}
.quick-method-grid article:last-child {
  border-right: 0;
}
.quick-method-grid article > b {
  position: absolute;
  top: 29px;
  right: 25px;
  color: #98a2b3;
  font-family: var(--font-mono);
  font-size: 10px;
}
.quick-method-grid article > svg {
  color: var(--primary);
}
.quick-method-grid h3 {
  margin: 26px 0 9px;
  font-size: 17px;
  letter-spacing: -0.02em;
}
.quick-method-grid p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.62;
}

/* Article */
.editorial-section {
  border-top: 1px solid var(--border);
  background: #fff;
}
.editorial-layout {
  display: grid;
  grid-template-columns: 250px minmax(0, 780px);
  align-items: start;
  justify-content: center;
  gap: 70px;
}
.article-toc {
  position: sticky;
  top: 102px;
}
.article-toc > span {
  display: block;
  margin-bottom: 14px;
  color: #7b8797;
  font-size: 10px;
  font-weight: 760;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.article-toc nav {
  display: flex;
  flex-direction: column;
  border-top: 1px solid var(--border);
}
.article-toc nav a {
  display: grid;
  grid-template-columns: 24px 1fr;
  gap: 8px;
  padding: 10px 0;
  border-bottom: 1px solid #edf0f4;
  color: #59677b;
  font-size: 11px;
  line-height: 1.4;
  transition: color 150ms ease;
}
.article-toc nav a:hover {
  color: var(--primary);
}
.article-toc nav b {
  color: #a0a9b7;
  font-family: var(--font-mono);
  font-size: 9px;
}
.toc-note {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin-top: 22px;
  padding: 14px;
  border-left: 3px solid var(--primary);
  background: #f4f6ff;
  color: #59677b;
}
.toc-note svg {
  flex: none;
  color: var(--primary);
}
.toc-note p {
  margin: 0;
  font-size: 10px;
  line-height: 1.55;
}
.article-column {
  min-width: 0;
}
.rich-article {
  color: #303b4d;
  font-size: 17px;
  line-height: 1.78;
}
.rich-article > p:first-child {
  margin-top: 0;
  color: var(--ink);
  font-size: 21px;
  font-weight: 520;
  letter-spacing: -0.018em;
  line-height: 1.55;
}
.rich-article p {
  margin: 0 0 20px;
}
.rich-article section {
  scroll-margin-top: 100px;
}
.rich-article h2 {
  scroll-margin-top: 104px;
  margin: 72px 0 20px;
  color: var(--ink);
  font-size: clamp(28px, 3vw, 38px);
  font-weight: 750;
  letter-spacing: -0.044em;
  line-height: 1.14;
}
.rich-article h3 {
  margin: 36px 0 14px;
  color: var(--ink);
  font-size: 21px;
  font-weight: 710;
  letter-spacing: -0.025em;
}
.rich-article ul,
.rich-article ol {
  display: grid;
  gap: 10px;
  margin: 0 0 25px;
  padding-left: 24px;
}
.rich-article li {
  padding-left: 5px;
}
.rich-article strong {
  color: var(--ink);
  font-weight: 720;
}
.rich-article em {
  color: #43516a;
}
.rich-article a {
  color: var(--primary);
  text-decoration: underline;
  text-decoration-color: #b6bfff;
  text-underline-offset: 3px;
}
.rich-article code {
  padding: 2px 5px;
  border: 1px solid #dfe4ec;
  color: #283aa8;
  background: #f4f6ff;
  border-radius: 5px;
  font-family: var(--font-mono);
  font-size: 0.86em;
}
.table-scroll {
  max-width: 100%;
  margin: 30px 0;
  overflow-x: auto;
  border: 1px solid var(--border-strong);
}
.rich-article table {
  width: 100%;
  min-width: 620px;
  border-collapse: collapse;
  font-size: 13px;
  line-height: 1.5;
}
.rich-article th,
.rich-article td {
  padding: 14px 15px;
  border-right: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  text-align: left;
  vertical-align: top;
}
.rich-article th:last-child,
.rich-article td:last-child {
  border-right: 0;
}
.rich-article tr:last-child td {
  border-bottom: 0;
}
.rich-article th {
  color: #344054;
  background: #f6f8fb;
  font-weight: 720;
}
.safety-callout {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 18px;
  margin: 72px 0;
  padding: 28px;
  border: 1px solid #cbd3ff;
  border-left: 4px solid var(--primary);
  background: #f7f8ff;
}
.safety-callout-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  color: #fff;
  background: var(--primary);
  border-radius: 11px;
}
.safety-callout span {
  color: var(--primary);
  font-family: var(--font-mono);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}
.safety-callout h2 {
  margin: 8px 0;
  font-size: 23px;
  letter-spacing: -0.035em;
}
.safety-callout p {
  margin: 0;
  color: #59677b;
  font-size: 14px;
  line-height: 1.65;
}
.page-faq {
  scroll-margin-top: 98px;
  padding-top: 10px;
}
.page-faq .mini-heading {
  margin-bottom: 30px;
}

/* Related and final CTA */
.related-section {
  border-top: 1px solid var(--border);
  background: var(--canvas);
}
.mini-heading--row {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 30px;
}
.mini-heading--row h2 {
  margin-bottom: 0;
}
.mini-heading--row > a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--primary);
  font-size: 13px;
  font-weight: 720;
}
.related-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--border-strong);
  border-left: 1px solid var(--border-strong);
}
.related-card {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 12px;
  min-width: 0;
  padding: 18px;
  border-right: 1px solid var(--border-strong);
  border-bottom: 1px solid var(--border-strong);
  background: #fff;
  transition: background 150ms ease;
}
.related-card:hover {
  background: #f8f9ff;
}
.related-card > span {
  display: flex;
  flex-direction: column;
  min-width: 0;
  gap: 3px;
}
.related-card strong {
  overflow: hidden;
  font-size: 13px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.related-card small {
  color: #7b8797;
  font-size: 10px;
}
.related-card > svg {
  color: #98a2b3;
}
.final-lookup {
  color: #fff;
  background: var(--dark);
}
.final-lookup-layout {
  display: grid;
  grid-template-columns: 0.7fr 1.3fr;
  align-items: center;
  gap: 70px;
}
.final-lookup .eyebrow {
  color: var(--spark);
}
.final-lookup h2 {
  margin: 15px 0 12px;
  font-size: 38px;
  letter-spacing: -0.045em;
}
.final-lookup > .shell > div:first-child > p {
  margin: 0;
  color: #98a5b7;
  font-size: 14px;
  line-height: 1.65;
}
.lookup-console--compact {
  color: var(--ink);
  box-shadow: none;
}

/* Footer */
.site-footer {
  color: #fff;
  background: #0c1320;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.8fr 0.7fr 1fr;
  gap: 70px;
  padding-block: 64px 48px;
}
.brand--footer .brand-mark {
  color: #101828;
  background: var(--spark);
}
.footer-brand p {
  max-width: 430px;
  margin: 20px 0 0;
  color: #8e9bad;
  font-size: 14px;
  line-height: 1.65;
}
.footer-column {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
}
.footer-column h2 {
  margin: 0 0 7px;
  color: #7f8a9c;
  font-size: 10px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.footer-column a,
.footer-column span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #c4ccd7;
  font-size: 13px;
}
.footer-column a:hover {
  color: var(--spark);
}
.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding-block: 22px;
  border-top: 1px solid #263043;
  color: #68758a;
  font-size: 11px;
}
.not-found {
  display: flex;
  min-height: 66vh;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 80px 24px;
  text-align: center;
}
.not-found > svg {
  margin-bottom: 18px;
  color: var(--primary);
}
.not-found h1 {
  margin: 18px 0 12px;
  font-size: clamp(38px, 6vw, 64px);
  letter-spacing: -0.055em;
}
.not-found p {
  margin: 0 0 26px;
  color: var(--muted);
}
.not-found > a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 13px 17px;
  color: #fff;
  background: var(--ink);
  border-radius: 10px;
  font-size: 13px;
  font-weight: 700;
}
body > .sr-only:focus {
  z-index: 100;
  top: 10px;
  left: 10px;
  width: auto;
  height: auto;
  padding: 10px 14px;
  margin: 0;
  clip: auto;
  background: #fff;
  color: var(--ink);
  box-shadow: var(--shadow);
}

@media (max-width: 1040px) {
  .platform-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .platform-hero-grid {
    gap: 42px;
  }
  .editorial-layout {
    grid-template-columns: 220px minmax(0, 1fr);
    gap: 44px;
  }
  .facts-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .fact-card:nth-child(3) {
    border-left: 1px solid var(--border);
    border-top: 1px solid var(--border);
  }
  .fact-card:nth-child(4) {
    border-top: 1px solid var(--border);
  }
}
@media (max-width: 860px) {
  .header-inner {
    grid-template-columns: 1fr auto;
  }
  .primary-nav {
    display: none;
  }
  .home-hero-inner {
    padding-top: 76px;
  }
  .home-lookup-fields {
    grid-template-columns: 1fr 1fr;
  }
  .home-lookup-fields > button {
    grid-column: 1/-1;
  }
  .platform-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .platform-hero-grid {
    grid-template-columns: 1fr;
  }
  .platform-hero-copy {
    max-width: 720px;
  }
  .lookup-console {
    max-width: 720px;
  }
  .safety-layout,
  .faq-layout,
  .final-lookup-layout {
    grid-template-columns: 1fr;
    gap: 48px;
  }
  .editorial-layout {
    grid-template-columns: 1fr;
  }
  .article-toc {
    position: static;
  }
  .article-toc nav {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .article-toc nav a:nth-child(odd) {
    border-right: 1px solid #edf0f4;
    padding-right: 12px;
  }
  .article-toc nav a:nth-child(even) {
    padding-left: 12px;
  }
  .toc-note {
    max-width: 520px;
  }
  .related-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .footer-grid {
    grid-template-columns: 1.5fr 0.8fr;
  }
  .footer-column:last-child {
    grid-column: 1/-1;
  }
}
@media (max-width: 640px) {
  .shell {
    width: min(calc(100% - 28px), 1200px);
  }
  .section-pad {
    padding-block: 72px;
  }
  .section-pad-sm {
    padding-block: 54px;
  }
  .site-header {
    height: 64px;
  }
  .brand-wordmark {
    display: none;
  }
  .header-cta span {
    display: none;
  }
  .header-cta {
    width: 42px;
    padding: 0;
  }
  .home-hero-inner {
    padding-block: 60px 36px;
  }
  .home-hero-copy h1 {
    font-size: 46px;
  }
  .home-lookup {
    margin-top: 36px;
  }
  .home-lookup form {
    padding: 16px;
  }
  .home-lookup-fields {
    grid-template-columns: 1fr;
  }
  .home-lookup-fields > button {
    grid-column: auto;
    width: 100%;
  }
  .home-lookup-bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
  .hero-proof-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px 0;
  }
  .hero-proof-row > span,
  .hero-proof-row > a {
    border-right: 0;
    padding: 0 10px;
    justify-content: center;
  }
  .section-heading--split {
    align-items: stretch;
    flex-direction: column;
  }
  .directory-search {
    width: 100%;
  }
  .category-tabs {
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 4px;
  }
  .category-tabs button {
    flex: none;
  }
  .platform-grid {
    grid-template-columns: 1fr;
  }
  .platform-card {
    min-height: 190px;
  }
  .method-grid,
  .quick-method-grid {
    grid-template-columns: 1fr;
  }
  .method-grid article,
  .method-grid article + article,
  .quick-method-grid article {
    padding: 28px 10px;
    border-right: 0;
    border-bottom: 1px solid var(--border-strong);
  }
  .method-grid article:last-child,
  .quick-method-grid article:last-child {
    border-bottom: 0;
  }
  .safety-panel {
    padding: 27px;
    box-shadow: 8px 8px 0 #243044;
  }
  .footer-grid {
    grid-template-columns: 1fr;
    gap: 38px;
  }
  .footer-column:last-child {
    grid-column: auto;
  }
  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
  }
  .platform-hero {
    padding-top: 18px;
  }
  .breadcrumbs {
    margin-bottom: 34px;
  }
  .platform-hero-copy h1 {
    font-size: 45px;
  }
  .lookup-heading {
    align-items: flex-start;
  }
  .lookup-heading > div {
    align-items: flex-start;
    flex-direction: column;
    gap: 4px;
  }
  .lookup-field-row {
    grid-template-columns: 1fr;
  }
  .lookup-field-row > button {
    width: 100%;
  }
  .lookup-trust {
    gap: 9px 14px;
  }
  .result-card {
    grid-template-columns: auto 1fr;
  }
  .result-card a {
    grid-column: 2;
  }
  .facts-grid {
    grid-template-columns: 1fr;
  }
  .fact-card,
  .fact-card:first-child,
  .fact-card:nth-child(3),
  .fact-card:nth-child(4) {
    border: 0;
    border-bottom: 1px solid var(--border);
  }
  .article-toc nav {
    display: flex;
  }
  .article-toc nav a:nth-child(odd),
  .article-toc nav a:nth-child(even) {
    border-right: 0;
    padding-inline: 0;
  }
  .rich-article {
    font-size: 16px;
    line-height: 1.74;
  }
  .rich-article > p:first-child {
    font-size: 19px;
  }
  .rich-article h2 {
    margin-top: 56px;
  }
  .safety-callout {
    grid-template-columns: 1fr;
    padding: 23px;
  }
  .mini-heading--row {
    align-items: flex-start;
    flex-direction: column;
  }
  .related-grid {
    grid-template-columns: 1fr;
  }
  .final-lookup h2 {
    font-size: 34px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *:before,
  *:after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

[hidden]{display:none!important}.icon{display:inline-block;flex:none;vertical-align:middle}.lookup-trust span,.home-lookup-bottom span,.footer-column span{display:flex;align-items:center;gap:6px}.not-found .eyebrow{display:block;margin-top:20px}.not-found>a{display:inline-flex;align-items:center;gap:8px}.platform-select-control>span:last-child{padding-right:16px;color:#667085;font-size:18px}.directory-search button[hidden]{display:none!important}