:root {
  color-scheme: light;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #06264a;
  background: #0965a8;
  font-synthesis: none;
}

* {
  box-sizing: border-box;
}

html {
  min-width: 320px;
  background: #0965a8;
}

body {
  min-width: 320px;
  min-height: 100vh;
  margin: 0;
  background:
    radial-gradient(circle at 1px 1px, rgba(0, 34, 70, .22) 1px, transparent 1.2px),
    linear-gradient(135deg, rgba(5, 113, 177, .96), rgba(0, 52, 95, .9));
  background-size: 14px 14px, 100% 100%;
}

a {
  color: #075b9b;
}

a:hover {
  color: #e52e1c;
}

.legal-header {
  border-bottom: 4px solid #f7c538;
  background:
    radial-gradient(circle at 82% 50%, rgba(247, 197, 56, .18), transparent 23%),
    #002f59;
  box-shadow: 0 4px 0 rgba(0, 22, 43, .35);
}

.legal-header-inner {
  display: flex;
  align-items: center;
  gap: 14px;
  width: min(100%, 1040px);
  margin: 0 auto;
  padding: 16px 24px;
  color: #fff;
  text-decoration: none;
}

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

.legal-brand {
  font-family: Impact, "Arial Narrow", sans-serif;
  font-size: clamp(24px, 4vw, 34px);
  letter-spacing: .02em;
  line-height: .9;
  text-transform: uppercase;
  text-shadow: 2px 2px 0 #00162b;
}

.legal-brand span {
  display: block;
  margin-top: 6px;
  color: #f7c538;
  font-family: Inter, ui-sans-serif, system-ui, sans-serif;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .13em;
}

.legal-shell {
  width: min(calc(100% - 32px), 900px);
  margin: 40px auto;
  padding: clamp(26px, 5vw, 54px);
  border: 3px solid #05294b;
  border-top: 10px solid #e52e1c;
  border-radius: 14px;
  background:
    radial-gradient(circle at 1px 1px, rgba(2, 37, 68, .07) 1px, transparent 1.2px),
    #fffaf0;
  background-size: 12px 12px, auto;
  box-shadow: 0 7px 0 rgba(0, 27, 52, .38), 0 24px 50px rgba(0, 24, 48, .25);
}

.back-link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-bottom: 24px;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
}

h1,
h2 {
  font-family: Impact, "Arial Narrow", sans-serif;
  font-weight: 400;
  letter-spacing: .015em;
  line-height: 1;
  text-transform: uppercase;
}

h1 {
  margin: 0;
  color: #002f59;
  font-size: clamp(42px, 8vw, 68px);
  text-shadow: 2px 3px 0 rgba(0, 47, 89, .13);
}

.effective-date {
  margin: 10px 0 26px;
  color: #5c6f80;
  font-size: 14px;
  font-weight: 700;
}

.legal-summary {
  margin: 0 0 34px;
  padding: 18px 20px;
  border: 2px solid #a47700;
  border-radius: 8px;
  background: #fff0b8;
  color: #06264a;
  font-size: 16px;
  font-weight: 650;
  line-height: 1.55;
}

.legal-section {
  padding: 25px 0 4px;
  border-top: 1px solid #d8cfbf;
}

.legal-section + .legal-section {
  margin-top: 20px;
}

h2 {
  margin: 0 0 12px;
  color: #075b9b;
  font-size: clamp(23px, 4vw, 30px);
}

p,
li {
  font-size: 15px;
  line-height: 1.7;
}

p {
  margin: 0 0 14px;
}

ul {
  margin: 0 0 16px;
  padding-left: 23px;
}

li + li {
  margin-top: 8px;
}

strong {
  color: #002f59;
}

.legal-footer {
  padding: 4px 20px 40px;
  color: rgba(255, 255, 255, .78);
  font-size: 12px;
  line-height: 1.6;
  text-align: center;
}

.legal-footer a {
  color: #fff;
  font-weight: 800;
}

.legal-footer nav {
  margin-bottom: 9px;
}

.legal-footer nav a + a::before {
  content: "•";
  margin: 0 10px;
  color: #f7c538;
}

@media (max-width: 520px) {
  .legal-header-inner {
    padding: 13px 16px;
  }

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

  .legal-shell {
    width: min(calc(100% - 20px), 900px);
    margin: 22px auto 30px;
    padding: 26px 20px 32px;
    border-width: 2px;
    border-top-width: 8px;
  }

  .legal-summary {
    padding: 16px;
  }
}
