@font-face {
  font-family: "Audiowide";
  font-style: normal;
  font-weight: 400;
  src: url("/fonts/audiowide-latin-400-normal.woff2") format("woff2");
  font-display: swap;
}

:root {
  --page: #050405;
  --surface: #0d0a0d;
  --ink: #f8f6f8;
  --muted: #aaa0a8;
  --pink: #ff0b7d;
  --pink-bright: #ff2b98;
  --line: #332b32;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  background:
    radial-gradient(circle at 85% 8%, rgba(255, 11, 125, .16), transparent 28%),
    var(--page);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.72;
  margin: 0;
}

a { color: inherit; text-decoration: none; }

.policy-header {
  align-items: center;
  backdrop-filter: blur(18px);
  background: rgba(5, 4, 5, .88);
  border-bottom: 1px solid rgba(255, 255, 255, .1);
  display: flex;
  height: 82px;
  justify-content: space-between;
  padding: 0 5vw;
  position: sticky;
  top: 0;
  z-index: 10;
}

.policy-header img {
  filter: grayscale(1) brightness(0) invert(1) drop-shadow(0 0 9px rgba(255, 11, 125, .45));
  height: auto;
  width: 140px;
}

.back-link {
  border-bottom: 1px solid rgba(255, 255, 255, .35);
  font-size: 12px;
  font-weight: 800;
  padding: 6px 0;
}

.back-link span { color: var(--pink-bright); margin-left: 8px; }

main {
  margin: 0 auto;
  max-width: 1080px;
  padding: 80px 5vw 100px;
}

.policy-hero {
  border-bottom: 1px solid var(--line);
  margin-bottom: 52px;
  padding-bottom: 46px;
}

.policy-hero p {
  color: var(--pink-bright);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .15em;
  margin: 0 0 18px;
  text-transform: uppercase;
}

.policy-hero h1 {
  font-family: "Audiowide", Arial Black, sans-serif;
  font-size: clamp(38px, 6vw, 76px);
  font-weight: 400;
  letter-spacing: -.045em;
  line-height: 1.02;
  margin: 0;
  text-transform: uppercase;
}

.policy-hero span {
  color: var(--muted);
  display: block;
  font-size: 12px;
  margin-top: 18px;
}

.policy-content {
  color: #d5cfd4;
  font-size: 16px;
  max-width: 880px;
}

.policy-content p { margin: 0 0 18px; }

.policy-content strong { color: white; }

.policy-content a,
.policy-content u { color: var(--pink-bright); }

.policy-content ul,
.policy-content ol {
  margin: 8px 0 26px;
  padding-left: 24px;
}

.policy-content li { margin: 8px 0; padding-left: 5px; }

.policy-content li::marker { color: var(--pink-bright); font-weight: 900; }

.policy-content blockquote {
  border-left: 2px solid rgba(255, 43, 152, .44);
  margin: 22px 0;
  padding: 2px 0 2px 22px;
}

.policy-content blockquote > :last-child { margin-bottom: 0; }

.policy-heading {
  color: white;
  font-family: "Audiowide", Arial Black, sans-serif;
  font-size: clamp(17px, 2.4vw, 24px);
  font-weight: 400;
  letter-spacing: -.02em;
  line-height: 1.3;
  margin: 46px 0 18px !important;
  text-transform: uppercase;
}

footer {
  align-items: center;
  background: #030203;
  border-top: 1px solid var(--line);
  color: var(--muted);
  display: flex;
  font-size: 10px;
  justify-content: space-between;
  padding: 34px 5vw;
  text-transform: uppercase;
}

footer nav { display: flex; flex-wrap: wrap; gap: 18px; }
footer a { color: #d9d3d8; }
footer a:hover { color: var(--pink-bright); }

@media (max-width: 700px) {
  .policy-header { height: 72px; padding: 0 22px; }
  .policy-header img { width: 124px; }
  .back-link { font-size: 10px; }
  main { padding: 58px 22px 76px; }
  .policy-hero { margin-bottom: 38px; padding-bottom: 34px; }
  .policy-content { font-size: 15px; }
  .policy-content blockquote { padding-left: 16px; }
  footer { align-items: flex-start; flex-direction: column; gap: 18px; padding: 30px 22px; }
  footer nav { gap: 12px 18px; }
}
