@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url('../fonts/inter.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --indigo: #635BFF;
  --indigo-dark: #4F46E5;
  --indigo-light: #EEF2FF;
  --teal: #00D4AA;
  --teal-light: #E6FBF6;
  --navy: #0A2540;
  --navy-mid: #1A3A5C;
  --text: #425466;
  --text-light: #697386;
  --border: #E3E8EE;
  --bg: #FFFFFF;
  --bg-off: #F6F9FC;
  --bg-subtle: #FAFBFC;
}

html { scroll-behavior: smooth; }

body {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  color: var(--text);
  background: var(--bg);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

/* ── Nav ── */
nav {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(255,255,255,0.92);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--border);
  padding: 0 24px;
}
.nav-inner {
  max-width: 1120px;
  margin: 0 auto;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.logo { display: flex; align-items: center; text-decoration: none; }
.logo img { height: 52px; width: auto; display: block; }
.nav-right { display: flex; align-items: center; gap: 16px; }
.nav-link {
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--navy);
  text-decoration: none;
  padding: 6px 4px;
  transition: color 0.15s;
}
.nav-link:hover { color: var(--indigo); }
.nav-cta {
  background: var(--indigo);
  color: #fff;
  padding: 9px 20px;
  border-radius: 8px;
  font-size: 0.875rem;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.15s, transform 0.1s;
}
.nav-cta:hover { background: var(--indigo-dark); transform: translateY(-1px); }

/* ── Hero ── */
.legal-hero {
  padding: 56px 24px 40px;
  background: linear-gradient(180deg, #FAFBFF 0%, #FFFFFF 100%);
  border-bottom: 1px solid var(--border);
}
.legal-hero-inner {
  max-width: 760px;
  margin: 0 auto;
}
.hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--indigo-light);
  color: var(--indigo);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 5px 12px;
  border-radius: 20px;
  margin-bottom: 20px;
}
.hero-eyebrow-dot {
  width: 5px; height: 5px;
  background: var(--teal);
  border-radius: 50%;
}
h1 {
  font-size: clamp(1.8rem, 3.5vw, 2.4rem);
  font-weight: 800;
  color: var(--navy);
  letter-spacing: -0.025em;
  line-height: 1.2;
  margin-bottom: 12px;
}
.legal-hero p {
  font-size: 0.95rem;
  color: var(--text-light);
  line-height: 1.7;
}

/* ── Content ── */
.legal-content {
  padding: 56px 24px 96px;
}
.legal-inner {
  max-width: 760px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 56px;
}

.legal-section {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.legal-section + .legal-section {
  padding-top: 56px;
  border-top: 1px solid var(--border);
}
.section-eyebrow {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--indigo);
}
.legal-section h2 {
  font-size: 1.35rem;
  font-weight: 800;
  color: var(--navy);
  letter-spacing: -0.02em;
  line-height: 1.25;
  margin-top: 4px;
}
.legal-section p {
  font-size: 0.925rem;
  color: var(--text);
  line-height: 1.75;
}
.legal-section a {
  color: var(--indigo);
  font-weight: 600;
  text-decoration: none;
}
.legal-section a:hover { text-decoration: underline; }

.legal-block {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.legal-block h3 {
  font-size: 0.875rem;
  font-weight: 700;
  color: var(--navy);
  letter-spacing: -0.01em;
  padding-bottom: 8px;
  border-bottom: 1px solid var(--border);
}
.legal-dl {
  display: grid;
  grid-template-columns: 160px 1fr;
  gap: 10px 24px;
}
.legal-dl dt {
  font-size: 0.825rem;
  font-weight: 600;
  color: var(--text-light);
  padding-top: 1px;
}
.legal-dl dd {
  font-size: 0.875rem;
  color: var(--text);
  line-height: 1.65;
}
.legal-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.legal-list li {
  display: flex;
  align-items: baseline;
  gap: 10px;
  font-size: 0.9rem;
  color: var(--text);
  line-height: 1.65;
}
.legal-list li::before {
  content: '';
  flex-shrink: 0;
  width: 5px; height: 5px;
  border-radius: 50%;
  background: var(--teal);
  margin-top: 7px;
}

/* ── Footer ── */
footer {
  border-top: 1px solid var(--border);
  padding: 32px 24px;
  background: var(--bg-subtle);
}
.footer-inner {
  max-width: 1120px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
}
.footer-copy { font-size: 0.825rem; color: var(--text-light); }
.footer-link {
  font-size: 0.825rem;
  color: var(--text-light);
  text-decoration: none;
  transition: color 0.15s;
}
.footer-link:hover { color: var(--indigo); }

/* ── Responsive ── */
@media (max-width: 640px) {
  .legal-hero { padding: 40px 20px 28px; }
  .legal-content { padding: 40px 20px 72px; }
  .legal-dl { grid-template-columns: 1fr; gap: 4px; }
  .legal-dl dt { color: var(--navy); font-size: 0.8rem; }
}
