
@font-face {
  font-family: "PT Sans Custom";
  src: url("./fonts/PTSans-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "PT Sans Custom";
  src: url("./fonts/PTSans-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "PT Serif Custom";
  src: url("./fonts/PTSerif-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "PT Serif Custom";
  src: url("./fonts/PTSerif-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --ink:#0f172a;
  --muted:#64748b;
  --brand:#0f766e;
  --brand2:#115e59;
  --paper:#f3f7f6;
  --line:#dbe5e3;
  --warn:#fff7ed;
  --warnline:#fed7aa}
* {
  box-sizing:border-box}
body {
  margin:0;
  font-family:Inter,"Segoe UI",Arial,sans-serif;
  line-height:1.68;
  color:var(--ink);
  background:var(--paper)}
a {
  color:#0f766e;
  text-underline-offset:3px}
header {
  background:#071512;
  color:#fff;
  border-bottom:1px solid rgba(255,255,255,.08)}
.wrap {
  max-width:980px;
  margin:0 auto;
  padding:0 20px}
.top {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  padding:18px 0}
.brand {
  display:flex;
  align-items:center;
  gap:12px;
  color:#fff;
  text-decoration:none;
  font-weight:900}
.brand img {
  width:42px;
  height:42px;
  border-radius:12px}
.nav {
  display:flex;
  flex-wrap:wrap;
  gap:14px;
  font-size:14px}
.nav a {
  color:#cbd5e1;
  text-decoration:none}
.nav a:hover {
  color:#fff}
.hero {
  padding:34px 0 40px}
.eyebrow {
  display:inline-flex;
  padding:6px 11px;
  border-radius:999px;
  background:rgba(45,212,191,.12);
  color:#99f6e4;
  font-size:12px;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:.06em}
.hero h1 {
  font-size:clamp(30px,5vw,48px);
  line-height:1.12;
  margin:14px 0 8px}
.hero p {
  max-width:760px;
  color:#cbd5e1;
  margin:0}
.meta {
  margin-top:16px;
  font-size:14px;
  color:#94a3b8}
main {
  max-width:980px;
  margin:28px auto 56px;
  padding:0 20px}
.card {
  background:#fff;
  border:1px solid var(--line);
  border-radius:24px;
  padding:clamp(22px,4vw,38px);
  box-shadow:0 22px 70px -54px rgba(15,23,42,.55)}
h2 {
  font-size:23px;
  line-height:1.3;
  margin:36px 0 12px}
h2:first-child {
  margin-top:0}
h3 {
  font-size:18px;
  margin:25px 0 8px}
p {
  margin:10px 0}
ul,ol {
  padding-left:24px}
li {
  margin:7px 0}
.note {
  border-left:4px solid var(--brand);
  background:#ecfdf5;
  border-radius:12px;
  padding:14px 16px;
  margin:20px 0}
.warning {
  border:1px solid var(--warnline);
  background:var(--warn);
  border-radius:16px;
  padding:16px 18px;
  margin:20px 0}
.table-wrap {
  overflow-x:auto;
  margin:16px 0}
table {
  border-collapse:collapse;
  width:100%;
  min-width:680px;
  font-size:14px}
th,td {
  padding:12px 13px;
  border:1px solid var(--line);
  vertical-align:top;
  text-align:left}
th {
  background:#f1f5f4}
.details {
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(220px,1fr));
  gap:14px}
.detail {
  border:1px solid var(--line);
  border-radius:16px;
  padding:15px;
  background:#fbfdfc}
.detail b {
  display:block;
  font-size:12px;
  text-transform:uppercase;
  color:var(--muted);
  letter-spacing:.05em;
  margin-bottom:5px}
.actions {
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:20px}
.button {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:11px 16px;
  border-radius:12px;
  background:var(--brand);
  color:#fff;
  text-decoration:none;
  font-weight:800}
.button.secondary {
  background:#fff;
  color:var(--ink);
  border:1px solid var(--line)}
footer {
  background:#071512;
  color:#94a3b8;
  padding:28px 0}
.footer-row {
  display:flex;
  justify-content:space-between;
  gap:20px;
  flex-wrap:wrap}
.footer-links {
  display:flex;
  flex-wrap:wrap;
  gap:14px}
.footer-links a {
  color:#cbd5e1}
@media(max-width:720px) {
  .top {
  align-items:flex-start;
  flex-direction:column}
.hero {
  padding-top:22px}
.card {
  border-radius:18px}
.nav {
  gap:10px}
}

.required-value { color: #b45309; font-weight: 800; }
.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 1000;
  transform: translateY(-160%);
  padding: 11px 15px;
  border-radius: 12px;
  background: #ffffff;
  color: #071512;
  font-weight: 900;
  box-shadow: 0 14px 34px rgba(15, 23, 42, .3);
}
.skip-link:focus { transform: translateY(0); }
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
    scroll-behavior: auto !important;
  }
}


/* --- Legal pages polish update --- */
body { text-rendering: optimizeLegibility; -webkit-font-smoothing: antialiased; }
header { background: linear-gradient(135deg, #071512 0%, #0a2622 100%); }
.card { box-shadow: 0 28px 80px -56px rgba(7,29,26,.55); }
.detail, .warning, .note { box-shadow: 0 16px 36px -34px rgba(7,29,26,.32); }
.nav { row-gap: 10px; }
.nav a { padding: 8px 10px; border-radius: 10px; }
.nav a:hover { background: rgba(255,255,255,.08); }
.button:hover { transform: translateY(-1px); box-shadow: 0 14px 34px -26px rgba(7,29,26,.42); }
@media(max-width:720px){ .nav{ width:100%; overflow:auto; flex-wrap:nowrap; padding-bottom:4px; } .nav a{ white-space:nowrap; } }


/* --- v6 legal typography --- */
:root { --font-ui: "PT Sans Custom", "Open Sans", Arial, sans-serif; --font-display: "PT Serif Custom", Georgia, serif; }
body, button, input, select, textarea { font-family: var(--font-ui); }
.hero h1, .card h1, .card h2, .brand, h1, h2, h3 { font-family: var(--font-display); letter-spacing: -.015em; }
.nav a, .button, .eyebrow, .detail b { font-family: var(--font-ui); }
