/* Service and legal pages: the site's type and colours, set for long reading. Copied to public/pages-assets by scripts/build-pages.ts. */
@font-face {
  font-family: "Archivo";
  src: url("/pages-assets/archivo.woff2") format("woff2-variations");
  font-weight: 100 900;
  font-stretch: 62% 125%;
  font-display: swap;
}

:root {
  --ink: #0a0a0a;
  --paper: #fafaf7;
  --muted: #56554f;
  --rule: #e2e0d8;
  --vermillion: #ff4a1c;
  --amber: #ffb000;
  --cobalt: #2340ff;
  --panel: #f1efe7;
}

* { box-sizing: border-box; }

html { -webkit-text-size-adjust: 100%; }

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font: 400 17px/1.68 "Archivo", "Segoe UI", system-ui, sans-serif;
  padding-inline: 20px;
}

a { color: var(--cobalt); text-underline-offset: 3px; }
a:focus-visible { outline: 3px solid var(--cobalt); outline-offset: 2px; border-radius: 4px; }

.top, .docs, .crumbs, main, .foot { max-width: 780px; margin-inline: auto; }

.top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding-block: 24px 16px;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--ink);
  text-decoration: none;
  font-weight: 800;
  font-variation-settings: "wdth" 125;
  font-size: 20px;
  letter-spacing: -0.02em;
}
.mark { width: 34px; height: auto; }
.menu { display: flex; gap: 18px; font-size: 15px; font-weight: 600; }
.menu a { color: var(--ink); text-decoration: none; }
.menu a:hover { text-decoration: underline; }

.crumbs { padding-block: 4px 16px; border-bottom: 1px solid var(--rule); font-size: 14px; color: var(--muted); }
.crumbs a { color: var(--muted); }
.back { font-size: 15px; font-weight: 600; color: var(--muted); }

.docs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding-block: 8px 20px;
  border-bottom: 1px solid var(--rule);
}
.docs a {
  font-size: 14px;
  font-weight: 600;
  color: var(--ink);
  text-decoration: none;
  padding: 7px 14px;
  border: 1.5px solid var(--rule);
  border-radius: 999px;
}
.docs a:hover { border-color: var(--ink); }
.docs a[aria-current="page"] { background: var(--ink); border-color: var(--ink); color: var(--paper); }

main { padding-block: 40px 56px; }

.kicker {
  margin: 0 0 12px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--muted);
}

h1 {
  margin: 0;
  font-size: clamp(34px, 6vw, 54px);
  line-height: 1.02;
  font-weight: 800;
  font-variation-settings: "wdth" 125;
  letter-spacing: -0.025em;
  text-wrap: balance;
}
.updated { margin: 14px 0 32px; color: var(--muted); font-size: 15px; }

h2 {
  margin: 44px 0 12px;
  font-size: 23px;
  line-height: 1.2;
  font-weight: 800;
  font-variation-settings: "wdth" 112;
  letter-spacing: -0.01em;
  scroll-margin-top: 24px;
}

p, li { max-width: 68ch; }
ul, ol { padding-left: 1.25em; }
li { margin-block: 6px; }
li::marker { color: var(--muted); }
strong { font-weight: 700; }

h3 { margin: 26px 0 6px; font-size: 18px; line-height: 1.3; font-weight: 700; }

.lead { font-size: 19px; line-height: 1.6; }

.price-card {
  margin: 28px 0 8px;
  padding: 24px 26px;
  border-radius: 22px;
  background: var(--panel);
  border-left: 5px solid var(--vermillion);
}
.price-card p { margin: 0 0 10px; }
.price { font-size: clamp(26px, 4.5vw, 34px); font-weight: 800; font-variation-settings: "wdth" 118; letter-spacing: -0.02em; line-height: 1.1; }
.offer { font-weight: 700; color: #b8300e; }
.terms { color: var(--muted); font-size: 15px; }
.cta { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 16px !important; }
.button {
  display: inline-block;
  padding: 11px 20px;
  border-radius: 999px;
  background: var(--ink);
  color: var(--paper);
  font-weight: 700;
  font-size: 15.5px;
  text-decoration: none;
}
.button.ghost { background: transparent; color: var(--ink); border: 1.5px solid var(--ink); }

.steps li { padding-left: 4px; }

.rows { padding: 0; list-style: none; }
.rows li {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  max-width: none;
  margin: 0;
  padding: 12px 0;
  border-bottom: 1px solid var(--rule);
  font-size: 16px;
}
.rows span:first-child { color: var(--muted); }
.rows strong { color: var(--ink); }
.amt { font-weight: 700; white-space: nowrap; font-variant-numeric: tabular-nums; }

.chips { display: flex; flex-wrap: wrap; gap: 8px; padding: 0; list-style: none; }
.chips li { margin: 0; }
.chips a {
  display: inline-block;
  padding: 7px 14px;
  border: 1.5px solid var(--rule);
  border-radius: 999px;
  color: var(--ink);
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}
.chips a:hover { border-color: var(--ink); }

.short {
  margin: 0 0 8px;
  padding: 22px 26px;
  border-radius: 22px;
  background: var(--panel);
  border-left: 5px solid var(--vermillion);
}
.short h2 { margin-top: 0; font-size: 18px; letter-spacing: 0.02em; }
.short ul { margin: 0; }

.table-wrap { overflow-x: auto; margin-block: 16px; }
table { border-collapse: collapse; width: 100%; min-width: 560px; font-size: 15.5px; }
th, td { text-align: left; vertical-align: top; padding: 10px 12px 10px 0; border-bottom: 1px solid var(--rule); }
th { font-size: 13px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--muted); font-weight: 700; }

.cards { display: grid; gap: 12px; padding: 0; list-style: none; }
.cards li { margin: 0; max-width: none; }
.cards a {
  display: block;
  padding: 18px 22px;
  border: 1.5px solid var(--rule);
  border-radius: 18px;
  color: var(--ink);
  text-decoration: none;
}
.cards a:hover { border-color: var(--ink); }
.cards strong { display: block; font-size: 18px; font-variation-settings: "wdth" 112; }
.cards span { display: block; color: var(--muted); font-size: 15.5px; }
.cards .amt { margin-top: 6px; color: var(--ink); font-size: 14.5px; white-space: normal; }

.foot {
  padding-block: 28px 48px;
  border-top: 1px solid var(--rule);
  color: var(--muted);
  font-size: 15px;
}
.foot p { margin: 6px 0; max-width: none; }

@media (max-width: 520px) {
  .menu { gap: 12px; font-size: 14px; }
  .brand span { display: none; }
  .rows li { flex-direction: column; gap: 2px; }
}

@media print {
  .docs, .back, .menu, .cta, .foot .links { display: none; }
  body { font-size: 12pt; }
  a { color: var(--ink); }
}
