:root {
  color-scheme: light;
  --paper: #f8f4ee;
  --paper-deep: #eee8de;
  --ink: #071b3b;
  --ink-soft: #45536a;
  --line: rgba(7, 27, 59, 0.15);
  --blue: #1268f5;
  --blue-deep: #063a98;
  --cyan: #43d9e8;
  --navy: #031737;
  --white: #fffdfa;
  --serif: "Iowan Old Style", "Palatino Linotype", Palatino, Georgia, serif;
  --sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --max: 1180px;
  --ease: cubic-bezier(.22, 1, .36, 1);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: var(--paper);
}

body {
  margin: 0;
  min-width: 320px;
  color: var(--ink);
  background:
    radial-gradient(circle at 16% 0%, rgba(255, 255, 255, .9), transparent 28rem),
    var(--paper);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 90;
  pointer-events: none;
  opacity: .11;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.86' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.18'/%3E%3C/svg%3E");
}

a {
  color: inherit;
  text-decoration-thickness: 1px;
  text-underline-offset: .22em;
}

img {
  display: block;
  max-width: 100%;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

:focus-visible {
  outline: 3px solid var(--cyan);
  outline-offset: 4px;
}

.skip-link {
  position: fixed;
  top: .75rem;
  left: .75rem;
  z-index: 200;
  padding: .65rem 1rem;
  color: white;
  background: var(--navy);
  transform: translateY(-180%);
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20;
  color: var(--white);
}

.site-header--paper {
  position: relative;
  color: var(--ink);
  border-bottom: 1px solid var(--line);
}

.nav-shell {
  width: min(calc(100% - 40px), var(--max));
  min-height: 88px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: .72rem;
  text-decoration: none;
  font-weight: 750;
  letter-spacing: -.02em;
}

.brand img {
  width: 42px;
  height: 42px;
  border-radius: 12px;
}

.site-header:not(.site-header--paper) .brand img {
  box-shadow: 0 12px 32px rgba(0, 0, 0, .22);
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 1.7rem;
  font-size: .93rem;
}

.nav-links a {
  text-decoration: none;
}

.nav-links a:not(.nav-cta) {
  opacity: .82;
}

.nav-links a:not(.nav-cta):hover {
  opacity: 1;
}

.nav-cta {
  padding: .68rem 1rem;
  border: 1px solid currentColor;
  border-radius: 999px;
  transition: transform .25s var(--ease), background .25s ease, color .25s ease;
}

.nav-cta:hover {
  color: var(--navy);
  background: var(--white);
  transform: translateY(-2px);
}

.site-header--paper .nav-cta:hover {
  color: var(--white);
  background: var(--navy);
}

.home-hero {
  position: relative;
  min-height: 880px;
  display: grid;
  align-items: end;
  overflow: hidden;
  color: var(--white);
  background: var(--navy);
}

.home-hero picture,
.home-hero__image,
.home-hero__veil {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.home-hero__image {
  object-fit: cover;
  object-position: 58% center;
  transform: scale(1.02);
  animation: hero-settle 1.4s var(--ease) both;
}

.home-hero__veil {
  background:
    linear-gradient(90deg, rgba(2, 17, 44, .92) 0%, rgba(2, 17, 44, .65) 37%, rgba(2, 17, 44, .08) 68%),
    linear-gradient(0deg, rgba(2, 17, 44, .72) 0%, transparent 50%);
}

.home-hero__content {
  position: relative;
  z-index: 2;
  width: min(calc(100% - 40px), var(--max));
  margin: 0 auto;
  padding: 180px 0 96px;
}

.hero-copy {
  max-width: 680px;
}

.eyebrow {
  margin: 0 0 1.3rem;
  font-size: .74rem;
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: .19em;
  text-transform: uppercase;
}

.eyebrow::before {
  content: "";
  display: inline-block;
  width: 34px;
  height: 2px;
  margin: 0 .8rem .23rem 0;
  background: var(--cyan);
}

.hero-copy h1,
.section-heading h2,
.cta-band h2,
.legal-hero h1 {
  margin: 0;
  font-family: var(--serif);
  font-weight: 500;
  letter-spacing: -.045em;
  line-height: .98;
}

.hero-copy h1 {
  max-width: 11ch;
  font-size: clamp(4rem, 8.3vw, 7.2rem);
}

.hero-lead {
  max-width: 600px;
  margin: 2rem 0 0;
  color: rgba(255, 253, 250, .82);
  font-size: clamp(1.05rem, 1.8vw, 1.32rem);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem 1.3rem;
  margin-top: 2.25rem;
}

.button {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .7rem;
  padding: .78rem 1.25rem;
  border: 1px solid transparent;
  border-radius: 999px;
  text-decoration: none;
  font-size: .94rem;
  font-weight: 760;
  transition: transform .25s var(--ease), box-shadow .25s ease, background .25s ease;
}

.button:hover {
  transform: translateY(-3px);
}

.button--light {
  color: var(--navy);
  background: var(--white);
  box-shadow: 0 14px 38px rgba(0, 0, 0, .22);
}

.button--blue {
  color: white;
  background: var(--blue);
  box-shadow: 0 14px 38px rgba(18, 104, 245, .22);
}

.button svg {
  width: 18px;
  height: 18px;
}

.launch-note {
  color: rgba(255, 253, 250, .63);
  font-size: .82rem;
}

.hero-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  max-width: 760px;
  margin-top: 5.2rem;
  border: 1px solid rgba(255, 255, 255, .18);
  background: rgba(255, 255, 255, .18);
}

.hero-fact {
  min-height: 104px;
  padding: 1.25rem;
  background: rgba(2, 17, 44, .6);
  backdrop-filter: blur(10px);
}

.hero-fact strong,
.hero-fact span {
  display: block;
}

.hero-fact strong {
  font-size: .92rem;
}

.hero-fact span {
  margin-top: .28rem;
  color: rgba(255, 253, 250, .62);
  font-size: .78rem;
}

.section {
  padding: 120px 0;
}

.section--tight {
  padding: 80px 0;
}

.section--navy {
  color: var(--white);
  background: var(--navy);
}

.section-shell {
  width: min(calc(100% - 40px), var(--max));
  margin: 0 auto;
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(0, .72fr) minmax(320px, 1fr);
  align-items: end;
  gap: 4rem;
  padding-bottom: 2.8rem;
  border-bottom: 1px solid var(--line);
}

.section--navy .section-heading {
  border-color: rgba(255, 255, 255, .16);
}

.section-heading h2 {
  max-width: 10ch;
  font-size: clamp(2.8rem, 5.7vw, 5rem);
}

.section-heading p {
  max-width: 570px;
  margin: 0;
  color: var(--ink-soft);
  font-size: 1.08rem;
}

.section--navy .section-heading p {
  color: rgba(255, 253, 250, .68);
}

.feature-list {
  counter-reset: features;
  margin-top: 1.5rem;
}

.feature-row {
  counter-increment: features;
  display: grid;
  grid-template-columns: 80px minmax(180px, .7fr) minmax(320px, 1fr);
  gap: 2.5rem;
  align-items: baseline;
  padding: 2.2rem 0;
  border-bottom: 1px solid var(--line);
}

.feature-row::before {
  content: "0" counter(features);
  color: var(--blue);
  font-family: var(--serif);
  font-size: 1.05rem;
}

.feature-row h3 {
  margin: 0;
  font-size: 1.25rem;
  letter-spacing: -.025em;
}

.feature-row p {
  margin: 0;
  color: var(--ink-soft);
}

.section--access {
  background: var(--paper-deep);
}

.access-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin-top: 3rem;
  border: 1px solid var(--line);
  background: var(--line);
}

.access-grid article {
  padding: 2rem;
  background: var(--paper);
}

.access-grid span {
  color: var(--blue);
  font-family: var(--serif);
}

.access-grid h3 {
  margin: 1.25rem 0 .65rem;
  font-size: 1.2rem;
}

.access-grid p,
.scope-note p {
  color: var(--ink-soft);
}

.access-grid p {
  margin: 0;
}

.scope-note {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  padding: 2rem 0 0;
}

.scope-note p {
  margin: 0;
}

.scope-note code {
  overflow-wrap: anywhere;
}

.scope-note a {
  color: var(--blue-deep);
  font-weight: 700;
}

.privacy-grid {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 7rem;
  margin-top: 4.5rem;
}

.privacy-statement {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(2rem, 4vw, 3.7rem);
  line-height: 1.08;
  letter-spacing: -.035em;
}

.privacy-points {
  margin: 0;
  padding: 0;
  list-style: none;
}

.privacy-points li {
  position: relative;
  padding: 1.2rem 0 1.2rem 2rem;
  border-top: 1px solid rgba(255, 255, 255, .16);
  color: rgba(255, 253, 250, .72);
}

.privacy-points li::before {
  content: "";
  position: absolute;
  top: 1.65rem;
  left: 0;
  width: 9px;
  height: 9px;
  border: 2px solid var(--cyan);
  border-radius: 50%;
}

.privacy-links {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  margin-top: 2rem;
}

.privacy-links a {
  color: var(--cyan);
  font-weight: 700;
}

.provider-line {
  display: grid;
  grid-template-columns: .65fr 1fr;
  gap: 5rem;
  align-items: start;
}

.provider-line h2 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(2.6rem, 5vw, 4.8rem);
  font-weight: 500;
  line-height: 1;
  letter-spacing: -.04em;
}

.provider-status {
  display: grid;
  gap: 0;
  border-top: 1px solid var(--line);
}

.provider-status div {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  padding: 1.25rem 0;
  border-bottom: 1px solid var(--line);
}

.provider-status span:last-child {
  color: var(--ink-soft);
  text-align: right;
}

.status-live {
  color: var(--blue) !important;
  font-weight: 750;
}

.cta-band {
  position: relative;
  overflow: hidden;
  padding: 130px 0;
  color: white;
  background: var(--blue-deep);
}

.cta-band::after {
  content: "";
  position: absolute;
  width: 520px;
  height: 520px;
  right: -160px;
  bottom: -260px;
  border: 1px solid rgba(67, 217, 232, .5);
  border-radius: 50%;
  box-shadow: 0 0 0 72px rgba(67, 217, 232, .05), 0 0 0 144px rgba(67, 217, 232, .04);
}

.cta-band .section-shell {
  position: relative;
  z-index: 2;
}

.cta-band h2 {
  max-width: 11ch;
  font-size: clamp(3.2rem, 6.5vw, 6.2rem);
}

.cta-band p {
  max-width: 520px;
  margin: 1.7rem 0 2rem;
  color: rgba(255, 255, 255, .75);
  font-size: 1.08rem;
}

.site-footer {
  padding: 54px 0;
  color: rgba(255, 253, 250, .68);
  background: #020e23;
  font-size: .87rem;
}

.footer-shell {
  width: min(calc(100% - 40px), var(--max));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 2rem;
  align-items: end;
}

.footer-brand {
  color: white;
  font-size: 1rem;
  font-weight: 750;
}

.footer-brand p {
  max-width: 460px;
  margin: .55rem 0 0;
  color: rgba(255, 253, 250, .55);
  font-weight: 400;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 1rem 1.4rem;
}

.footer-links a:hover {
  color: white;
}

.legal-hero {
  padding: 100px 0 90px;
  border-bottom: 1px solid var(--line);
}

.legal-hero__inner {
  width: min(calc(100% - 40px), var(--max));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr .78fr;
  gap: 5rem;
  align-items: end;
}

.legal-hero h1 {
  max-width: 10ch;
  font-size: clamp(3.7rem, 8vw, 7rem);
}

.legal-hero__meta {
  padding-left: 2rem;
  border-left: 1px solid var(--line);
}

.legal-hero__meta p {
  margin: 0;
  color: var(--ink-soft);
}

.legal-hero__meta p + p {
  margin-top: 1rem;
}

.legal-layout {
  width: min(calc(100% - 40px), var(--max));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 260px minmax(0, 720px);
  justify-content: space-between;
  gap: 6rem;
  padding: 80px 0 120px;
}

.legal-toc {
  position: sticky;
  top: 30px;
  align-self: start;
  padding-top: .7rem;
}

.legal-toc strong {
  display: block;
  margin-bottom: 1rem;
  font-size: .72rem;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.legal-toc ol {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--line);
}

.legal-toc li {
  border-bottom: 1px solid var(--line);
}

.legal-toc a {
  display: block;
  padding: .68rem 0;
  color: var(--ink-soft);
  text-decoration: none;
  font-size: .86rem;
}

.legal-toc a:hover {
  color: var(--blue);
}

.legal-content section {
  scroll-margin-top: 30px;
  padding: 0 0 2.8rem;
  margin: 0 0 2.8rem;
  border-bottom: 1px solid var(--line);
}

.legal-content section:last-child {
  margin-bottom: 0;
}

.legal-content h2 {
  margin: 0 0 1.2rem;
  font-family: var(--serif);
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 500;
  line-height: 1.08;
  letter-spacing: -.035em;
}

.legal-content h3 {
  margin: 2rem 0 .6rem;
  font-size: 1.05rem;
}

.legal-content p,
.legal-content li {
  color: #35435a;
}

.legal-content p {
  margin: .85rem 0;
}

.legal-content ul {
  margin: 1rem 0;
  padding-left: 1.2rem;
}

.legal-content li + li {
  margin-top: .58rem;
}

.legal-content a {
  color: var(--blue-deep);
  font-weight: 650;
}

.legal-callout {
  padding: 1.25rem 1.35rem;
  margin: 1.5rem 0;
  border-left: 3px solid var(--cyan);
  background: rgba(255, 255, 255, .62);
}

.data-table {
  width: 100%;
  margin: 1.5rem 0;
  border-collapse: collapse;
  font-size: .9rem;
}

.data-table th,
.data-table td {
  padding: .9rem .75rem;
  border-bottom: 1px solid var(--line);
  text-align: left;
  vertical-align: top;
}

.data-table th {
  font-size: .72rem;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.reveal {
  opacity: 1;
  transform: none;
}

.js .reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity .8s var(--ease), transform .8s var(--ease);
}

.js .reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes hero-settle {
  from { opacity: 0; transform: scale(1.08); }
  to { opacity: 1; transform: scale(1.02); }
}

@media (max-width: 860px) {
  .nav-shell {
    min-height: 72px;
  }

  .nav-links a:not(.nav-cta) {
    display: none;
  }

  .home-hero {
    min-height: 820px;
  }

  .home-hero__veil {
    background:
      linear-gradient(90deg, rgba(2, 17, 44, .86), rgba(2, 17, 44, .22)),
      linear-gradient(0deg, rgba(2, 17, 44, .86), rgba(2, 17, 44, .05) 65%);
  }

  .home-hero__content {
    padding: 150px 0 64px;
  }

  .hero-facts,
  .section-heading,
  .privacy-grid,
  .access-grid,
  .scope-note,
  .provider-line,
  .legal-hero__inner,
  .legal-layout {
    grid-template-columns: 1fr;
  }

  .section-heading,
  .privacy-grid,
  .provider-line,
  .legal-hero__inner,
  .legal-layout {
    gap: 2.6rem;
  }

  .feature-row {
    grid-template-columns: 48px 1fr;
    gap: .8rem 1.3rem;
  }

  .feature-row p {
    grid-column: 2;
  }

  .legal-hero__meta {
    padding: 1.5rem 0 0;
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  .legal-layout {
    padding-top: 54px;
  }

  .legal-toc {
    position: static;
  }

  .legal-toc ol {
    columns: 2;
  }

  .data-table,
  .data-table tbody,
  .data-table tr,
  .data-table th,
  .data-table td {
    display: block;
  }

  .data-table thead {
    display: none;
  }

  .data-table tr {
    padding: .75rem 0;
    border-bottom: 1px solid var(--line);
  }

  .data-table td {
    padding: .25rem 0;
    border: 0;
  }
}

@media (max-width: 600px) {
  .brand img {
    width: 38px;
    height: 38px;
  }

  .nav-cta {
    padding: .58rem .82rem;
    font-size: .82rem;
  }

  .home-hero {
    min-height: 790px;
  }

  .home-hero__image {
    object-position: 68% center;
  }

  .hero-copy h1 {
    font-size: clamp(3.5rem, 18vw, 5.3rem);
  }

  .hero-facts {
    grid-template-columns: 1fr;
  }

  .hero-fact {
    min-height: auto;
  }

  .section {
    padding: 86px 0;
  }

  .feature-row {
    padding: 1.6rem 0;
  }

  .privacy-grid {
    margin-top: 3rem;
  }

  .provider-status div {
    display: block;
  }

  .provider-status span {
    display: block;
  }

  .provider-status span:last-child {
    margin-top: .25rem;
    text-align: left;
  }

  .cta-band {
    padding: 96px 0;
  }

  .footer-shell {
    grid-template-columns: 1fr;
  }

  .footer-links {
    justify-content: flex-start;
  }

  .legal-hero {
    padding: 70px 0 62px;
  }

  .legal-toc ol {
    columns: 1;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }
}
