:root {
  color: #f8f7fa;
  background: #080709;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-synthesis: none;
}

* { box-sizing: border-box; }

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

body {
  min-width: 320px;
  min-height: 100vh;
  margin: 0;
  color: #d8d5da;
  background: #080709;
  line-height: 1.65;
}

a { color: inherit; }

.wrap,
.legal-shell {
  width: min(100% - 48px, 900px);
  margin: 0 auto;
}

.site-nav {
  border-top: 1px solid #603353;
  border-bottom: 1px solid rgba(255, 255, 255, .09);
  background: linear-gradient(100deg, #06060b, #0d071d 53%, #17020e);
}

.nav-inner,
.footer-top,
.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.nav-inner { min-height: 60px; }

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  font-size: 23px;
  font-weight: 800;
  letter-spacing: 0;
  text-decoration: none;
}

.logo {
  width: 27px;
  height: 27px;
  border-radius: 7px;
  background: #ff1960;
  box-shadow: inset 0 0 0 6px #ff8cb3;
}

.nav-links a,
.footer-links a {
  color: #d8d3da;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}

.nav-links a:hover,
.footer-links a:hover,
.footer-bottom a:hover { color: #ff4e85; }

.legal-shell { padding: 72px 0 104px; }

.kicker {
  display: inline-block;
  padding: 5px 10px;
  border: 1px solid rgba(255, 25, 96, .55);
  color: #ff96b7;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

h1,
h2 { color: #fff; line-height: 1.15; }

h1 {
  margin: 18px 0 8px;
  font-size: clamp(42px, 7vw, 72px);
  font-weight: 800;
  letter-spacing: 0;
}

h2 { margin: 34px 0 10px; font-size: 23px; }

p { margin: 0 0 14px; }

.updated { color: #8e8991; font-size: 14px; }

.legal-intro {
  margin-top: 38px;
  padding: 25px 0 10px;
  border-top: 1px solid rgba(255, 255, 255, .16);
  color: #f0edf1;
  font-size: 17px;
}

.legal-section { color: #bbb6be; }

.legal-section ul { padding-left: 22px; }

.legal-section li { margin: 8px 0; }

footer {
  padding: 34px 0 24px;
  background: #050506;
  border-top: 1px solid rgba(255, 255, 255, .08);
  color: #aaa5ad;
  font-size: 13px;
}

.footer-top { padding-bottom: 24px; border-bottom: 1px solid rgba(255, 255, 255, .1); }
.footer-bottom { padding-top: 18px; }
.footer-links { display: flex; flex-wrap: wrap; gap: 18px; }
.footer-bottom a { color: #aaa5ad; text-decoration: none; }

@media (max-width: 640px) {
  .wrap,
  .legal-shell { width: min(100% - 32px, 900px); }
  .legal-shell { padding: 50px 0 70px; }
  .nav-inner,
  .footer-top,
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: 14px; }
  .nav-inner { justify-content: center; }
  h1 { font-size: 44px; }
  .legal-intro { font-size: 16px; }
}
