@font-face {
  font-family: Inter;
  src: url("/assets/inter-variable.woff2") format("woff2");
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
}
:root { color-scheme: light; --ink: #101a32; --muted: #566c8c; --teal: #007e98; --teal-dark: #00667c; --line: #e3ebf1; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 32px; }
body { margin: 0; background: #fff; color: var(--ink); font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 17px; line-height: 1.55; -webkit-font-smoothing: antialiased; }
a { color: var(--teal-dark); text-decoration: none; text-underline-offset: 4px; }
a:hover { text-decoration: underline; }
a:focus-visible, summary:focus-visible { outline: 3px solid var(--teal); outline-offset: 6px; border-radius: 3px; }
img { max-width: 100%; }
.wrap { width: min(1220px, calc(100% - 96px)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }
.skip-link { position: absolute; left: 20px; top: -80px; z-index: 5; padding: 12px 20px; background: #fff; }
.skip-link:focus { top: 16px; }
.site-header { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding-block: 25px; }
.brand { display: inline-flex; align-items: center; gap: 9px; color: var(--ink); font-size: 30px; font-weight: 720; letter-spacing: -1.3px; white-space: nowrap; }
.brand img { object-fit: contain; flex-shrink: 0; }
.brand:hover { text-decoration: none; }
.site-header nav { display: flex; align-items: center; gap: 28px; font-size: 14px; font-weight: 500; }
.site-header nav > a:not(.button) { color: var(--ink); padding-block: 8px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 13px; background: var(--teal); color: #fff; font-weight: 600; line-height: 1.2; border-radius: 999px; transition: background 160ms ease, transform 160ms ease; }
.button:hover { background: var(--teal-dark); text-decoration: none; transform: translateY(-1px); }
.button:active { transform: translateY(0); }
.button-small { padding: 13px 22px; border-radius: 9px; }
.hero { text-align: center; padding-top: 22px; background: url("/assets/hero-background.webp") center / 100% 100% no-repeat; }
h1, h2, h3, p { margin: 0; }
h1 { font-size: clamp(56px, 6.8vw, 96px); font-weight: 680; line-height: .99; letter-spacing: -.058em; }
h1 span { color: var(--teal); }
.hero-description { margin: 23px auto 27px; font-size: clamp(18px, 1.65vw, 23px); line-height: 1.5; color: #2c4162; letter-spacing: -.025em; }
.button-primary { min-height: 57px; padding: 17px 33px; font-size: 20px; }
.button-primary img { filter: invert(1); }
.text-link { display: inline-flex; gap: 10px; align-items: center; font-size: 16px; font-weight: 500; }
.text-link img { opacity: .68; }
.workflow-cta { display: flex; width: fit-content; margin: 14px auto 10px; }
.requirements { font-size: 14px; color: var(--muted); line-height: 1.6; }
.requirements > span[aria-hidden] { padding-inline: 4px; }
.launch-note { margin-top: 7px; color: var(--muted); font-size: 12px; }
.launch-note a { text-decoration: underline; }
.product-preview { max-width: 1360px; margin: 0 auto; }
.editor-image { display: block; width: 100%; height: auto; mix-blend-mode: multiply; }
figcaption { margin-top: -12px; position: relative; color: var(--muted); font-size: 13px; }
.workflow { padding-top: 57px; padding-bottom: 40px; }
.eyebrow { text-transform: uppercase; color: #607b9a; font-size: 12px; font-weight: 600; letter-spacing: .21em; line-height: 1.5; }
h2 { font-size: clamp(32px, 4vw, 56px); font-weight: 650; letter-spacing: -.045em; line-height: 1.13; }
.workflow h2 { margin-top: 10px; }
.steps { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); padding: 0; margin: 35px 0 0; list-style: none; }
.step { min-width: 0; padding: 0 39px; display: flex; flex-direction: column; }
.step:first-child { padding-left: 0; }
.step:last-child { padding-right: 0; }
.step + .step { border-left: 1px solid var(--line); }
.step-number { font-size: 36px; line-height: 1; font-weight: 550; letter-spacing: -.045em; color: var(--teal); }
h3 { font-size: 26px; font-weight: 600; letter-spacing: -.04em; line-height: 1.25; margin-top: 7px; }
.step p { font-size: 18px; line-height: 1.5; color: var(--muted); margin-top: 9px; }
.step-image { display: block; width: 100%; height: 150px; object-fit: contain; margin-top: auto; padding-top: 23px; }
.privacy-section { text-align: center; background: #fff url("/assets/privacy-waves.webp") center top / 100% 100% no-repeat; padding: 92px 0 43px; }
.privacy-section h2 { font-size: clamp(29px, 3.2vw, 44px); margin: 12px 0 6px; }
.privacy-section p:not(.eyebrow) { color: #2c4162; font-size: 19px; }
.privacy-section .text-link { margin-top: 20px; font-size: 14px; }
.details { max-width: 920px; margin-top: 14px; margin-bottom: 20px; }
details { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding-block: 14px; color: var(--muted); font-size: 14px; }
summary { cursor: pointer; width: fit-content; color: #2c4162; font-weight: 500; }
.details-content { padding-top: 13px; }
.details-content p + p { margin-top: 12px; }
.details-content a { text-decoration: underline; }
.site-footer { padding-block: 28px 24px; }
.footer-main { display: flex; align-items: center; gap: 22px; }
.site-footer .brand { font-size: 23px; letter-spacing: -.8px; }
.footer-main p { font-size: 12px; color: var(--muted); }
.footer-main nav { margin-left: auto; display: flex; gap: 26px; font-size: 12px; }
.footer-main nav a { color: #3b5376; }
.copyright { font-size: 11px; color: var(--muted); margin-top: 18px; }
.copyright a { margin-left: 8px; }
@media (min-width: 1500px) { .hero { padding-top: 38px; } }
@media (max-width: 900px) {
  .wrap { width: calc(100% - 56px); }
  .site-header nav { gap: 19px; }
  .brand { font-size: 26px; }
  .step { padding-inline: 23px; }
  h3 { font-size: 22px; }
  .step p { font-size: 16px; }
  .step-image { height: 130px; }
  .privacy-section { padding-top: 68px; }
}
@media (max-width: 640px) {
  html { scroll-padding-top: 22px; }
  .wrap { width: calc(100% - 40px); }
  .site-header { padding-block: 18px; gap: 12px; }
  .brand { gap: 5px; font-size: 23px; letter-spacing: -1px; }
  .brand img { width: 34px; height: 34px; }
  .site-header nav { gap: 17px; font-size: 12px; }
  .site-header .workflow-link, .site-header .button-small { display: none; }
  .hero { padding-top: 36px; }
  h1 { font-size: clamp(42px, 10.5vw, 66px); line-height: 1.02; letter-spacing: -.055em; }
  .hero-description { margin-block: 21px 25px; font-size: 17px; line-height: 1.55; max-width: 440px; }
  .desktop-break { display: none; }
  .button-primary { min-height: 54px; font-size: 17px; padding: 16px 27px; }
  .workflow-cta { font-size: 14px; margin-top: 15px; }
  .requirements { font-size: 12px; margin-top: 17px; }
  .requirements-divider { display: none; }
  .api-requirement { display: block; margin-top: 3px; }
  .launch-note { max-width: 300px; font-size: 11px; margin: 10px auto 0; }
  .product-preview { margin-top: 15px; }
  figcaption { font-size: 10px; margin-top: -2px; }
  .workflow { padding-top: 50px; padding-bottom: 0; }
  .eyebrow { font-size: 10px; letter-spacing: .17em; }
  .workflow h2 { max-width: 360px; margin-top: 12px; font-size: 34px; }
  .steps { grid-template-columns: 1fr; margin-top: 30px; }
  .step, .step:first-child, .step:last-child { padding: 25px 0 28px; }
  .step:first-child { padding-top: 0; }
  .step + .step { border-left: 0; border-top: 1px solid var(--line); }
  .step-number { font-size: 30px; }
  h3 { font-size: 25px; margin-top: 7px; }
  .step p { font-size: 16px; max-width: 440px; }
  .step-image { width: min(100%, 340px); height: 140px; margin-top: 12px; padding-top: 0; object-position: left center; }
  .privacy-section { background-size: auto 100%; padding: 62px 0 33px; }
  .privacy-section h2 { font-size: 31px; max-width: 370px; margin-inline: auto; }
  .privacy-section p:not(.eyebrow) { font-size: 16px; max-width: 340px; margin-inline: auto; }
  .details { margin-top: 10px; }
  details { font-size: 13px; }
  .footer-main { flex-wrap: wrap; gap: 13px; }
  .footer-main p { font-size: 11px; }
  .footer-main nav { width: 100%; margin-left: 0; margin-top: 9px; gap: 25px; }
  .site-footer { padding-top: 22px; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .button { transition: none; } }
/* Desktop proportions follow the approved homepage composition. */
@media (min-width: 901px) {
  .wrap { width: min(1220px, calc(100% - 160px)); }
  .site-header { padding-block: 18px; }
  .site-header .brand { font-size: 25px; }
  .site-header .brand img { width: 36px; height: 36px; }
  .site-header nav { font-size: 12px; gap: 25px; }
  .button-small { padding: 11px 20px; }
  .hero { padding-top: 9px; }
  h1 { font-size: clamp(60px, 6.55vw, 94px); line-height: .94; font-weight: 680; letter-spacing: -.04em; }
  .hero-description { margin: 12px auto 17px; line-height: 1.4; }
  .button-primary { min-height: 44px; font-size: 16px; padding: 11px 27px; }
  .workflow-cta { margin: 8px auto 5px; font-size: 14px; }
  .requirements { font-size: 12px; }
  .launch-note { font-size: 11px; margin-top: 6px; }
  .product-preview { width: 88%; max-width: 1260px; margin-top: 0; }
  .workflow { padding-top: 26px; padding-bottom: 12px; }
  .workflow h2 { font-size: clamp(40px, 4.1vw, 56px); }
  .steps { margin-top: 23px; }
  .step { padding-inline: 32px; }
  .step-number { font-size: 30px; }
  h3 { font-size: clamp(22px, 2.1vw, 28px); }
  .step p { font-size: 15px; line-height: 1.45; }
  .step-image { height: 125px; padding-top: 10px; }
  .privacy-section { padding-top: 43px; padding-bottom: 22px; }
  .privacy-section p:not(.eyebrow) { font-size: 17px; }
  .privacy-section .text-link { margin-top: 14px; font-size: 13px; }
  .site-footer { padding-top: 14px; }
}
