@font-face {
  font-family: Manrope;
  src: url("fonts/Manrope-Variable.c329d9ac3c7b.ttf") format("truetype");
  font-weight: 200 800;
  font-display: swap;
}
:root {
  --paper: #f6f4ee;
  --white: #fffefa;
  --ink: #14151a;
  --muted: #565962;
  --line: #d2d2ca;
  --blue: #1637d8;
  --mint: #c8ff5a;
  --mono: ui-monospace, SFMono-Regular, Consolas, monospace;
  --gutter: clamp(22px, 4.6vw, 76px);
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 30px;
}
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Manrope, Arial, sans-serif;
  font-size: 15px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
a {
  color: inherit;
  text-underline-offset: 4px;
  text-decoration-thickness: 1px;
}
a:hover {
  color: var(--blue);
}
button,
input {
  font: inherit;
}
button,
a {
  -webkit-tap-highlight-color: transparent;
}
button {
  cursor: pointer;
}
button:disabled {
  cursor: wait;
}
a:focus-visible,
button:focus-visible,
summary:focus-visible,
[tabindex]:focus-visible {
  outline: 3px solid var(--blue);
  outline-offset: 5px;
}
h1,
h2,
h3,
p {
  margin: 0;
}
h1,
h2,
h3 {
  line-height: 1.13;
  letter-spacing: -0.055em;
  font-weight: 700;
}
h1 {
  font-size: clamp(52px, 5.7vw, 88px);
}
h2 {
  font-size: clamp(35px, 3.5vw, 54px);
}
h3 {
  font-size: 22px;
  letter-spacing: -0.035em;
}
p {
  color: var(--muted);
}
p + p {
  margin-top: 16px;
}
strong {
  font-weight: 750;
}
code {
  font-family: var(--mono);
  font-size: 0.88em;
}
pre {
  margin: 0;
  padding: 23px;
  background: var(--ink);
  color: #eef1e8;
  overflow: auto;
  font-family: var(--mono);
  font-size: 12px;
  line-height: 1.8;
  tab-size: 2;
  white-space: pre;
  max-width: 100%;
}
details > summary {
  cursor: pointer;
  list-style: none;
}
details > summary::-webkit-details-marker {
  display: none;
}
details > summary:focus-visible {
  outline-offset: -3px;
}
.wrap {
  width: min(100%, 1600px);
  padding-inline: var(--gutter);
  margin-inline: auto;
}
.section {
  padding-block: 104px;
}
.eyebrow {
  font-family: var(--mono);
  font-size: 10px;
  line-height: 1.6;
  letter-spacing: 0.11em;
  font-weight: 500;
  text-transform: uppercase;
  color: inherit;
}
.square-dot {
  display: inline-block;
  width: 7px;
  height: 7px;
  background: var(--blue);
  margin-right: 8px;
}
.small {
  font-size: 12px;
  line-height: 1.65;
}
.skip-link {
  position: fixed;
  top: -100px;
  left: 20px;
  padding: 12px 20px;
  background: var(--mint);
  z-index: 30;
}
.skip-link:focus {
  top: 12px;
}
.site-header {
  height: 95px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 35px;
  border-bottom: 1px solid var(--line);
}
.wordmark {
  display: flex;
  align-items: center;
  gap: 9px;
  text-decoration: none;
  font-size: 22px;
  font-weight: 800;
  letter-spacing: -1px;
  white-space: nowrap;
  color: var(--blue);
}
.brand-mark {
  width: 27px;
  height: 24px;
  color: var(--mint);
  fill: currentColor;
  flex: 0 0 auto;
  margin-right: 5px;
}
.site-header nav {
  display: flex;
  gap: 35px;
  margin-left: auto;
  margin-right: 28px;
}
.site-header nav a {
  text-decoration: none;
  font-size: 12px;
  font-weight: 650;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  min-height: 55px;
  padding: 16px 25px;
  background: var(--blue);
  color: white;
  text-decoration: none;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.5;
  border: 1px solid var(--blue);
}
.button:hover {
  background: #0d278f;
  color: white;
}
.button span {
  font-size: 20px;
  line-height: 1;
}
.icon {
  width: 1.1em;
  height: 1.1em;
  flex: 0 0 auto;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.button-small {
  min-height: 43px;
  padding: 12px 18px;
  gap: 28px;
}
.button-light {
  background: var(--mint);
  color: var(--ink);
  border-color: var(--mint);
}
.button-light:hover {
  background: var(--white);
  color: var(--ink);
}
.text-link {
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
  display: inline-flex;
  gap: 20px;
  align-items: center;
  border-bottom: 1px solid currentColor;
  padding-bottom: 5px;
}
.site-footer {
  padding-top: 44px;
  padding-bottom: 30px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 25px;
}
.site-footer .wordmark {
  font-size: 22px;
}
.site-footer > div > p {
  font-size: 10px;
  margin-top: 8px;
}
.site-footer nav {
  display: flex;
  flex-wrap: wrap;
  align-content: start;
  justify-content: flex-end;
  gap: 12px 25px;
  padding-top: 9px;
}
.site-footer nav a {
  font-size: 10px;
  text-decoration: none;
}
.prose section {
  margin-top: 43px;
  padding-top: 32px;
  border-top: 1px solid var(--line);
}
.prose {
  min-width: 0;
  overflow-wrap: anywhere;
}
.prose section:first-child {
  margin-top: 0;
}
.prose h2 {
  font-size: 32px;
  line-height: 1.2;
  letter-spacing: -0.04em;
  margin-bottom: 18px;
}
.prose h3 {
  font-size: 20px;
  margin-top: 26px;
  margin-bottom: 13px;
}
.prose p {
  font-size: 13px;
  line-height: 1.85;
  max-width: 850px;
}
.prose .eyebrow {
  font-size: 9px;
  line-height: 1.5;
  margin-bottom: 17px;
  color: var(--blue);
}
.prose pre {
  margin-top: 20px;
}
.prose ol,
.prose ul {
  padding-left: 22px;
  font-size: 13px;
  color: var(--muted);
  line-height: 1.9;
}
.prose li + li {
  margin-top: 10px;
}
.prose a:not(.button) {
  color: var(--blue);
}
.contact-layout {
  display: grid;
  grid-template-columns: 1fr 0.8fr;
  gap: 12%;
  padding-block: 85px 105px;
}
.contact-layout .eyebrow {
  margin-bottom: 22px;
}
.contact-layout h1 {
  font-size: 70px;
}
.contact-layout .hero-intro {
  font-size: 14px;
}
.contact-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 13px 18px;
  margin-top: 35px;
  border-top: 1px solid var(--line);
  padding-top: 21px;
}
.contact-proof span {
  font: 9px var(--mono);
}
.contact-layout > div > p:last-child {
  font-size: 12px;
  margin-top: 26px;
}
.contact-panel {
  border: 1px solid var(--ink);
  padding: 36px;
  background: var(--white);
}
.contact-panel h2 {
  font-size: 33px;
}
.contact-panel > p {
  font-size: 12px;
  margin-top: 18px;
}
.contact-panel ul {
  font-size: 12px;
  line-height: 1.9;
  padding-left: 19px;
  color: var(--muted);
  margin: 20px 0 27px;
}
.contact-panel .button {
  width: 100%;
}
.contact-panel .email-fallback {
  font-size: 11px;
  padding-block: 2px 22px;
  border-bottom: 1px solid var(--line);
}
.email-fallback a {
  font-size: 18px;
  line-height: 2;
  color: var(--blue);
  overflow-wrap: anywhere;
}
.contact-panel .small {
  font-size: 10px;
}
.legal-page {
  max-width: 940px;
  padding-top: 80px;
  padding-bottom: 95px;
}
.legal-page h1 {
  font-size: 65px;
  letter-spacing: -0.06em;
  margin-top: 19px;
  margin-bottom: 25px;
}
.legal-page .legal-intro {
  font-size: 16px;
  line-height: 1.8;
}
.legal-page .small {
  font-size: 10px;
  margin-top: 20px;
}
.legal-page h2 {
  font-size: 27px;
}
.legal-page p {
  font-size: 13px;
}
@media (min-width: 1500px) {
  .hero-intro {
    font-size: 17px;
  }
}
@media (max-width: 1100px) {
  .site-header nav {
    gap: 22px;
    margin-right: 0;
  }
  .hero-intro {
    font-size: 13px;
  }
  .contact-layout {
    gap: 7%;
  }
  .contact-layout h1 {
    font-size: 60px;
  }
  .contact-panel {
    padding: 26px;
  }
}
@media (max-width: 800px) {
  .site-header {
    height: 82px;
    gap: 20px;
  }
  .site-header nav {
    gap: 18px;
  }
  .site-header nav a {
    font-size: 10px;
  }
  .site-header nav a:nth-child(2) {
    display: none;
  }
  .wordmark {
    font-size: 19px;
  }
  .button-small {
    font-size: 10px;
    gap: 15px;
    padding: 11px 13px;
    min-height: 39px;
  }
  .hero-intro {
    font-size: 15px;
    max-width: 520px;
  }
  .section {
    padding-block: 70px;
  }
  .site-footer nav {
    gap: 10px 18px;
  }
  .site-footer nav a {
    font-size: 9px;
  }
  .prose h2 {
    font-size: 29px;
  }
  .contact-layout {
    grid-template-columns: 1fr;
    gap: 40px;
    padding-block: 55px;
  }
  .contact-layout h1 {
    font-size: 65px;
  }
  .contact-panel {
    padding: 30px;
  }
  .contact-layout .hero-intro {
    max-width: 520px;
  }
  .contact-proof {
    max-width: 500px;
  }
  .legal-page {
    padding-top: 55px;
  }
  .legal-page h1 {
    font-size: 55px;
  }
}
@media (max-width: 520px) {
  body {
    font-size: 14px;
  }
  .site-header {
    height: 76px;
    gap: 12px;
  }
  .site-header nav {
    margin: 0 0 0 auto;
  }
  .site-header nav a {
    display: none;
  }
  .site-header nav a:last-child {
    display: block;
    font-size: 10px;
  }
  .site-header .button-small {
    font-size: 9px;
    gap: 9px;
    padding: 10px;
  }
  .site-header .button span {
    font-size: 14px;
  }
  .site-header .brand-mark {
    height: 20px;
    gap: 2px;
    margin-right: 0;
  }
  .wordmark {
    font-size: 17px;
    gap: 7px;
  }
  .hero-intro {
    font-size: 13px;
    line-height: 1.85;
    margin-top: 23px;
  }
  .button {
    min-height: 49px;
    padding: 14px 19px;
    font-size: 11px;
  }
  .section {
    padding-block: 56px;
  }
  .site-footer {
    grid-template-columns: 1fr;
    padding-top: 34px;
    gap: 20px;
  }
  .site-footer nav {
    justify-content: flex-start;
    padding-top: 0;
  }
  .site-footer nav a {
    font-size: 10px;
  }
  .prose section {
    margin-top: 32px;
    padding-top: 28px;
  }
  .prose h2 {
    font-size: 27px;
  }
  .prose p,
  .prose li {
    font-size: 12px;
  }
  .prose pre {
    font-size: 10px;
    padding: 16px;
  }
  .contact-layout h1 {
    font-size: 58px;
  }
  .contact-layout .eyebrow {
    font-size: 9px;
  }
  .contact-panel {
    padding: 26px 22px;
  }
  .contact-panel h2 {
    font-size: 30px;
  }
  .contact-proof {
    gap: 12px;
  }
  .contact-proof span {
    font-size: 8px;
  }
  .legal-page h1 {
    font-size: 43px;
  }
  .legal-page h2 {
    font-size: 25px;
  }
  .legal-page .legal-intro {
    font-size: 14px;
  }
  .legal-page p {
    font-size: 12px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
  }
}
@media print {
  .site-header nav,
  .site-header .button,
  .site-footer {
    display: none;
  }
  body {
    background: white;
  }
  .wrap {
    padding-inline: 0;
  }
  .section {
    padding-block: 25px;
  }
  .prose pre {
    white-space: pre-wrap;
  }
  a {
    color: inherit !important;
  }
}

.hero-intro { font-size: 15px; line-height: 1.8; max-width: 530px; margin-top: 27px; }
.contact-layout h1 span { color: var(--blue); }

/* The landing page is static: the illustrations explain the API, without sample records. */
.landing-hero { display: grid; grid-template-columns: 1.2fr 1fr; gap: 7%; align-items: center; padding-block: 80px 86px; }
.landing-hero h1 { font-size: clamp(42px, 4.4vw, 68px); line-height: 1.08; letter-spacing: -0.06em; max-width: 760px; }
.landing-intro { font-size: 17px; line-height: 1.75; max-width: 575px; margin-top: 25px; }
.landing-hero .actions { margin-top: 30px; }
.product-picture { margin: 0; min-width: 0; }
.picture-body { padding: 0; }
.location-card { display: flex; align-items: center; gap: 15px; padding: 17px; background: var(--white); }
.location-card > .icon { color: var(--blue); width: 30px; height: 30px; }
.picture-label { display: block; font: 600 10px/1.6 var(--mono); color: var(--muted); margin-bottom: 5px; }
.location-card strong { display: block; font-size: 14px; line-height: 1.5; }
.picture-connector { color: var(--blue); display: grid; place-items: center; padding-block: 6px; }
.picture-connector .icon { width: 22px; height: 22px; }
.api-card { background: var(--blue); color: white; padding: 20px; display: flex; align-items: center; flex-wrap: wrap; gap: 8px 20px; justify-content: space-between; }
.api-card .wordmark { font-size: 18px; color: white; }
.api-card .brand-mark { width: 23px; height: 20px; }
.api-card code { font-size: 11px; color: var(--mint); }
.answer-card { background: var(--white); padding: 22px; }
.answer-card > .picture-label { color: var(--blue); }
.answer-card > strong { font-size: 22px; letter-spacing: -0.045em; line-height: 1.3; display: block; }
.answer-card dl { margin: 20px 0 0; }
.answer-card dl div { display: grid; grid-template-columns: 1fr 1.25fr; gap: 15px; border-top: 1px solid var(--line); padding-block: 10px; font-size: 12px; }
.answer-card dd { margin: 0; color: var(--muted); }
.coverage-strip { background: var(--mint); border-block: 1px solid var(--ink); padding-block: 25px; }
.coverage-strip .wrap { display: flex; align-items: center; }
.coverage-strip ul { list-style: none; padding: 0; margin: 0; display: flex; justify-content: space-between; gap: 20px; flex: 1; font-size: 16px; font-weight: 700; letter-spacing: -0.03em; }
.benefits { padding-block: 18px; }
.benefit-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12%; align-items: center; padding-block: 86px; }
.benefit-row + .benefit-row { border-top: 1px solid var(--line); }
.benefit-copy h2 { font-size: clamp(34px, 3.5vw, 52px); }
.benefit-copy > p { font-size: 15px; margin-top: 22px; line-height: 1.85; max-width: 510px; }
.benefit-copy .text-link { margin-top: 24px; }
.benefit-reverse .benefit-copy { grid-column: 2; grid-row: 1; }
.benefit-reverse .feature-picture { grid-column: 1; grid-row: 1; }
.feature-picture { min-width: 0; padding: 35px; border: 1px solid var(--line); background: var(--white); }
.lookup-picture { background: #eaece4; }
.lookup-steps { list-style: none; margin: 0; padding: 0; }
.lookup-steps li { display: flex; gap: 18px; padding-block: 22px; border-top: 1px solid #c7cbbf; align-items: flex-start; }
.lookup-steps li:last-child { padding-bottom: 0; }
.lookup-steps li > span { flex-shrink: 0; width: 32px; height: 32px; display: grid; place-items: center; border: 1px solid var(--blue); color: var(--blue); font: 13px var(--mono); }
.lookup-steps strong { font-size: 18px; letter-spacing: -0.03em; }
.lookup-steps p { font-size: 13px; margin-top: 6px; max-width: 300px; line-height: 1.7; }
.model-picture { background: #e9edff; }
.model-countries { display: flex; justify-content: space-between; gap: 10px; }
.model-countries span { border: 1px solid #bac5f7; padding: 10px 12px; background: var(--white); font: 15px var(--mono); }
.model-arrow { color: var(--blue); display: grid; place-items: center; margin: 10px 0; }
.model-arrow .icon { width: 24px; height: 24px; }
.model-contract { background: var(--ink); color: white; padding: 23px; }
.model-contract h3 { color: var(--mint); font: 600 11px/1.6 var(--mono); }
.model-contract ul { list-style: none; margin: 20px 0 0; padding: 0; }
.model-contract li { display: flex; justify-content: space-between; gap: 12px; padding-block: 10px; border-top: 1px solid #42434a; font-size: 13px; }
.model-contract code { color: #c6d0ff; font-size: 11px; align-self: center; }
.picture-note { font-size: 11px; margin-top: 18px; }
.landing-coverage { background: #eaece4; border-block: 1px solid var(--line); padding-block: 80px; }
.coverage-heading { display: grid; grid-template-columns: 1fr 1fr; align-items: end; gap: 12%; margin-bottom: 35px; }
.coverage-heading > p { font-size: 15px; max-width: 420px; }
.coverage-grid { display: grid; grid-template-columns: repeat(5, 1fr); border: 1px solid var(--ink); }
.coverage-grid article { padding: 23px; border-right: 1px solid var(--ink); min-width: 0; display: flex; flex-direction: column; }
.coverage-grid article:last-child { border-right: 0; }
.coverage-grid h3 { font-size: 19px; line-height: 1.3; }
.coverage-grid p { font-size: 12px; line-height: 1.7; margin-block: 10px 22px; }
.coverage-grid a { font-size: 11px; margin-top: auto; display: inline-flex; align-items: center; gap: 7px; }
.landing-coverage .text-link { margin-top: 20px; }
.landing-faq { padding-block: 85px; display: grid; grid-template-columns: 1fr 1.2fr; gap: 12%; }
.landing-faq h2 { font-size: 39px; }
.faq-list details { padding-block: 20px; border-top: 1px solid var(--line); }
.faq-list details:last-child { border-bottom: 1px solid var(--line); }
.faq-list summary { display: flex; justify-content: space-between; align-items: center; gap: 20px; font-size: 15px; font-weight: 700; }
.faq-toggle { color: var(--blue); flex: 0 0 auto; display: inline-flex; }
.faq-toggle svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 1.5; stroke-linecap: round; }
.faq-list details[open] .faq-toggle .vertical { display: none; }
.faq-list p { font-size: 14px; line-height: 1.85; margin-top: 15px; padding-right: 20px; }
.landing-close { padding-block: 70px; background: var(--blue); color: white; }
.landing-close h2 { font-size: clamp(37px, 4.5vw, 65px); }
.landing-close .button { margin-top: 30px; }

@media (max-width: 1100px) {
  .landing-hero { gap: 5%; padding-block: 60px; }
  .landing-hero h1 { font-size: 46px; }
  .landing-intro { font-size: 15px; }
  .answer-card { padding: 18px; }
  .answer-card dl div { font-size: 11px; }
  .coverage-strip ul { font-size: 14px; }
  .benefit-row { gap: 7%; padding-block: 65px; }
  .feature-picture { padding: 26px; }
  .coverage-grid article { padding: 19px 15px; }
  .model-countries span { padding: 10px; }
}
@media (max-width: 800px) {
  .landing-hero { grid-template-columns: 1fr; gap: 36px; }
  .landing-hero h1 { font-size: clamp(40px, 7.5vw, 60px); max-width: 650px; }
  .landing-intro { max-width: 620px; font-size: 16px; }
  .product-picture { max-width: 580px; width: 100%; }
  .answer-card dl div { font-size: 13px; }
  .coverage-strip .wrap { display: block; }
  .coverage-strip ul { flex-wrap: wrap; justify-content: flex-start; gap: 12px 25px; }
  .benefit-row { grid-template-columns: 1fr; gap: 30px; padding-block: 55px; }
  .benefit-reverse .benefit-copy, .benefit-reverse .feature-picture { grid-column: auto; grid-row: auto; }
  .benefit-copy > p { max-width: 600px; }
  .feature-picture { width: 100%; max-width: 580px; padding: 30px; }
  .coverage-heading { grid-template-columns: 1fr; gap: 22px; }
  .coverage-grid { grid-template-columns: repeat(6, 1fr); }
  .coverage-grid article { grid-column: span 2; padding: 23px; border-bottom: 1px solid var(--ink); }
  .coverage-grid article:nth-child(3) { border-right: 0; }
  .coverage-grid article:nth-child(n + 4) { grid-column: span 3; border-bottom: 0; }
  .landing-coverage { padding-block: 55px; }
  .landing-faq { grid-template-columns: 1fr; gap: 30px; padding-block: 55px; }
  .landing-close { padding-block: 55px; }
}
@media (max-width: 520px) {
  .landing-hero { padding-block: 42px; }
  .landing-hero h1 { font-size: clamp(36px, 9.2vw, 47px); }
  .landing-intro { font-size: 15px; margin-top: 22px; }
  .landing-hero .actions { gap: 20px; }
  .landing-hero .text-link { font-size: 11px; }
  .location-card { gap: 12px; padding: 14px; }
  .location-card strong { font-size: 13px; }
  .api-card { padding: 16px; }
  .answer-card { padding: 16px; }
  .answer-card > strong { font-size: 20px; }
  .answer-card dl div { font-size: 11px; gap: 12px; }
  .benefit-copy h2 { font-size: 34px; }
  .benefit-copy > p { font-size: 14px; margin-top: 18px; }
  .feature-picture { padding: 23px; }
  .lookup-steps strong { font-size: 16px; }
  .lookup-steps p { font-size: 12px; }
  .model-countries { gap: 6px; }
  .model-countries span { font-size: 13px; padding: 9px; }
  .model-contract { padding: 17px; }
  .model-contract li { font-size: 12px; flex-wrap: wrap; gap: 3px 12px; }
  .model-contract code { font-size: 10px; }
  .coverage-heading h2 { font-size: 37px; }
  .coverage-grid { grid-template-columns: 1fr 1fr; }
  .coverage-grid article, .coverage-grid article:nth-child(n + 4) { grid-column: auto; border-bottom: 1px solid var(--ink); padding: 20px 15px; }
  .coverage-grid article:nth-child(3) { border-right: 1px solid var(--ink); }
  .coverage-grid article:nth-child(even) { border-right: 0; }
  .coverage-grid article:last-child { grid-column: 1/-1; border-right: 0; border-bottom: 0; }
  .coverage-grid h3 { font-size: 18px; }
  .landing-faq h2 { font-size: 33px; }
  .faq-list summary { font-size: 14px; }
  .faq-list p { font-size: 13px; padding-right: 0; }
  .landing-close h2 { font-size: 37px; }
}
@media print {
  .landing-close { display: none; }
  .product-picture, .feature-picture { break-inside: avoid; }
}
