@font-face {
  font-family: "GT Standard";
  src: url("/fonts/GT-Standard-M-Standard-Regular.woff2") format("woff2"),
       url("/fonts/GT-Standard-M-Standard-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "GT Standard";
  src: url("/fonts/GT-Standard-M-Extended-Medium.woff2") format("woff2"),
       url("/fonts/GT-Standard-M-Extended-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "GT Standard";
  src: url("/fonts/GT-Standard-M-Standard-Semibold.woff2") format("woff2"),
       url("/fonts/GT-Standard-M-Standard-Semibold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

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

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

body {
  font-family: "GT Standard", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-weight: 400;
  background: #fff;
  color: #111;
  line-height: 1.7;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.legal-header {
  padding: 24px 0 16px;
  text-align: center;
  border-bottom: 1px solid #eee;
}

.legal-header a {
  display: inline-block;
}

.legal-header img {
  height: 50px;
  width: auto;
}

.legal-container {
  max-width: 800px;
  margin: 0 auto;
  padding: 40px 24px 80px;
}

h1 {
  font-weight: 600;
  font-size: 28px;
  margin-bottom: 4px;
  line-height: 1.3;
}

.legal-date {
  color: #666;
  font-size: 14px;
  margin-bottom: 32px;
}

h2 {
  font-weight: 600;
  font-size: 20px;
  margin-top: 36px;
  margin-bottom: 12px;
  line-height: 1.4;
}

h3 {
  font-weight: 600;
  font-size: 17px;
  margin-top: 28px;
  margin-bottom: 8px;
  line-height: 1.4;
}

p {
  margin-bottom: 16px;
}

a {
  color: #1a56db;
  text-decoration: underline;
  text-underline-offset: 2px;
}

a:hover {
  color: #0f3a8e;
}

ul, ol {
  margin-bottom: 16px;
  padding-left: 28px;
}

li {
  margin-bottom: 8px;
}

.legal-emphasis {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 15px;
  line-height: 1.7;
}

.legal-separator {
  text-align: center;
  margin: 40px 0;
  color: #999;
  font-size: 18px;
  letter-spacing: 8px;
}

/* Financial Privacy Notice table */
.fpn-table {
  width: 100%;
  border-collapse: collapse;
  margin: 24px 0;
  font-size: 15px;
}

.fpn-table th,
.fpn-table td {
  border: 1px solid #ccc;
  padding: 12px 16px;
  text-align: left;
  vertical-align: top;
}

.fpn-table th {
  background: #f5f5f5;
  font-weight: 600;
}

.fpn-table td:nth-child(2),
.fpn-table td:nth-child(3) {
  text-align: center;
  width: 120px;
}

.fpn-facts-header {
  background: #111;
  color: #fff;
  padding: 16px;
  font-weight: 600;
  font-size: 18px;
}

.fpn-facts-header span {
  font-weight: 400;
  font-size: 15px;
  display: block;
  margin-top: 4px;
}

.fpn-section-header {
  background: #333;
  color: #fff;
  padding: 12px 16px;
  font-weight: 600;
  font-size: 16px;
}

.fpn-qa {
  margin-bottom: 16px;
}

.fpn-qa dt {
  font-weight: 600;
  margin-bottom: 4px;
}

.fpn-qa dd {
  margin-left: 0;
  margin-bottom: 12px;
}

@media (max-width: 600px) {
  body {
    font-size: 15px;
  }

  h1 {
    font-size: 24px;
  }

  h2 {
    font-size: 18px;
  }

  .legal-container {
    padding: 24px 16px 60px;
  }

  .fpn-table {
    font-size: 13px;
  }

  .fpn-table th,
  .fpn-table td {
    padding: 8px 10px;
  }

  .fpn-table td:nth-child(2),
  .fpn-table td:nth-child(3) {
    width: 80px;
  }
}
