/* Static GitHub Pages presentation shared by the product, privacy, and support pages. */
:root {
  color-scheme: light dark;
  --bg: light-dark(#f7f8f3, #10201a);
  --panel: light-dark(#edf2e8, #1b3027);
  --text: light-dark(#203b30, #edf5ed);
  --muted: light-dark(#52685d, #b7c9bb);
  --border: light-dark(#c8d5c8, #3a5848);
  --primary: light-dark(#285c43, #b9ddb4);
  --on-primary: light-dark(#fff, #173326);
  --accent: light-dark(#dcebd3, #274a39);
  font:
    17px/1.65 system-ui,
    -apple-system,
    BlinkMacSystemFont,
    'Segoe UI',
    sans-serif;
  background: var(--bg);
  color: var(--text);
}
* {
  box-sizing: border-box;
}
body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
}
a {
  color: var(--primary);
  text-underline-offset: 3px;
}
a:hover {
  text-decoration-thickness: 2px;
}
:focus-visible {
  outline: 3px solid var(--primary);
  outline-offset: 4px;
}
.shell {
  width: min(1080px, calc(100% - 40px));
  margin: auto;
}
header {
  border-bottom: 1px solid var(--border);
}
nav {
  min-height: 74px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--text);
  font-weight: 750;
  text-decoration: none;
}
.brand img {
  width: 42px;
  height: 42px;
}
.nav-links {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  font-size: 14px;
}
.nav-links a {
  color: var(--muted);
}
main {
  min-height: 65vh;
}
.hero {
  padding: 86px 0 70px;
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(250px, 0.75fr);
  gap: 64px;
  align-items: center;
}
.eyebrow {
  color: var(--primary);
  font-size: 13px;
  font-weight: 750;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
h1,
h2,
h3 {
  line-height: 1.12;
  letter-spacing: -0.025em;
}
h1 {
  max-width: 780px;
  margin: 14px 0 20px;
  font-size: clamp(44px, 7vw, 76px);
}
h2 {
  margin: 0 0 20px;
  font-size: clamp(30px, 4vw, 44px);
}
h3 {
  margin: 0 0 8px;
  font-size: 21px;
}
.lede {
  max-width: 680px;
  margin: 0;
  color: var(--muted);
  font-size: clamp(19px, 2.2vw, 24px);
}
.hero-mark {
  justify-self: center;
  width: min(100%, 300px);
  aspect-ratio: 1;
  padding: 44px;
  border: 1px solid var(--border);
  border-radius: 34%;
  background: var(--panel);
  box-shadow: 0 28px 70px light-dark(#284c3420, #0005);
}
.hero-mark img {
  width: 100%;
  height: 100%;
  image-rendering: auto;
}
.status {
  display: inline-flex;
  margin-top: 28px;
  padding: 8px 12px;
  border-radius: 999px;
  background: var(--accent);
  color: var(--text);
  font-size: 14px;
  font-weight: 650;
}
.actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 24px;
}
.button {
  display: inline-flex;
  padding: 11px 17px;
  border-radius: 10px;
  background: var(--primary);
  color: var(--on-primary);
  font-weight: 720;
  text-decoration: none;
}
.button:hover {
  text-decoration: underline;
}
.text-link {
  font-weight: 650;
}
.section {
  padding: 72px 0;
  border-top: 1px solid var(--border);
}
.section-copy {
  max-width: 760px;
  color: var(--muted);
}
.grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 34px;
}
.card {
  padding: 24px;
  border: 1px solid var(--border);
  border-radius: 18px;
  background: var(--panel);
}
.card p {
  margin: 0;
  color: var(--muted);
}
.plain-list {
  max-width: 780px;
  padding-left: 24px;
}
.plain-list li {
  margin: 9px 0;
}
.callout {
  max-width: 820px;
  padding: 26px;
  border: 1px solid var(--border);
  border-radius: 18px;
  background: var(--panel);
}
.callout p:last-child {
  margin-bottom: 0;
}
.document {
  width: min(820px, calc(100% - 40px));
  padding: 68px 0 90px;
  margin: auto;
}
.document h1 {
  font-size: clamp(40px, 6vw, 60px);
}
.document h2 {
  margin-top: 54px;
  font-size: 30px;
}
.document h3 {
  margin-top: 34px;
}
.document p,
.document li {
  max-width: 74ch;
}
.document code {
  padding: 2px 6px;
  border-radius: 5px;
  background: var(--panel);
}
.meta {
  color: var(--muted);
}
.contact {
  padding: 24px;
  border: 1px solid var(--border);
  border-radius: 18px;
  background: var(--panel);
}
footer {
  padding: 34px 0 48px;
  border-top: 1px solid var(--border);
  color: var(--muted);
  font-size: 14px;
}
footer .shell {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
}
footer p {
  margin: 0;
}
@media (max-width: 760px) {
  .hero {
    grid-template-columns: 1fr;
    padding-top: 58px;
  }
  .hero-mark {
    grid-row: 1;
    width: 180px;
    padding: 28px;
    justify-self: start;
  }
  .grid {
    grid-template-columns: 1fr;
  }
  nav {
    align-items: flex-start;
    padding: 16px 0;
    flex-direction: column;
    gap: 10px;
  }
}
