:root {
  color-scheme: dark;
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: #0d0d1a;
  color: #f4f3ff;
  font-synthesis: none;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  min-width: 320px;
  min-height: 100vh;
  margin: 0;
  background:
    radial-gradient(circle at 18% 0, rgba(236, 55, 135, 0.13), transparent 30rem),
    radial-gradient(circle at 92% 8%, rgba(66, 195, 255, 0.11), transparent 28rem),
    #0d0d1a;
}

a {
  color: #72dfff;
  text-decoration-thickness: 0.12em;
  text-underline-offset: 0.18em;
}

a:hover {
  color: #b7efff;
}

a:focus-visible {
  border-radius: 3px;
  outline: 3px solid #ff4b9b;
  outline-offset: 4px;
}

.site-header {
  border-bottom: 1px solid #2d2d53;
  background: rgba(13, 13, 26, 0.88);
  backdrop-filter: blur(18px);
}

.site-header__inner,
.page,
.site-footer__inner {
  width: min(100% - 40px, 880px);
  margin-inline: auto;
}

.site-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 72px;
  gap: 24px;
}

.brand {
  color: #ff4b9b;
  font-size: 1rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-decoration: none;
  text-transform: uppercase;
}

.site-nav {
  display: flex;
  gap: 22px;
}

.site-nav a {
  color: #cecee7;
  font-size: 0.92rem;
  font-weight: 700;
}

.page {
  padding-block: 56px 80px;
}

.review-banner {
  margin-bottom: 30px;
  padding: 16px 18px;
  border: 2px solid #ffbd3f;
  border-radius: 12px;
  background: rgba(255, 189, 63, 0.1);
  color: #ffe0a1;
  font-size: 0.95rem;
  font-weight: 750;
  line-height: 1.5;
}

.eyebrow {
  margin: 0 0 14px;
  color: #ff4b9b;
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  color: #ffffff;
  text-wrap: balance;
}

h1 {
  max-width: 14ch;
  margin: 0;
  font-size: clamp(2.4rem, 9vw, 4.8rem);
  letter-spacing: -0.045em;
  line-height: 0.98;
}

.lede {
  max-width: 68ch;
  margin: 24px 0 0;
  color: #cecee7;
  font-size: clamp(1.05rem, 2.5vw, 1.2rem);
  line-height: 1.7;
}

.policy-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 22px;
  margin: 26px 0 0;
  color: #a8a8c4;
  font-size: 0.92rem;
}

.policy-meta strong {
  color: #f4f3ff;
}

.contents {
  margin: 42px 0 10px;
  padding: 24px;
  border: 1px solid #373766;
  border-radius: 14px;
  background: rgba(34, 34, 72, 0.55);
}

.contents h2 {
  margin: 0 0 14px;
  font-size: 1rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.contents ol {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 30px;
  margin: 0;
  padding-left: 1.4rem;
}

.contents li {
  color: #bfc0dc;
  line-height: 1.45;
}

article section {
  padding-top: 38px;
}

article h2 {
  margin: 0 0 16px;
  font-size: clamp(1.45rem, 4vw, 1.9rem);
  letter-spacing: -0.02em;
}

article h3 {
  margin: 26px 0 8px;
  font-size: 1.05rem;
}

article p,
article li {
  color: #c8c8df;
  font-size: 1rem;
  line-height: 1.72;
}

article p {
  margin: 12px 0 0;
}

article ul {
  margin: 12px 0 0;
  padding-left: 1.35rem;
}

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

.callout {
  margin-top: 18px;
  padding: 18px 20px;
  border-left: 4px solid #72dfff;
  border-radius: 0 10px 10px 0;
  background: rgba(50, 85, 112, 0.24);
}

.callout strong {
  color: #ffffff;
}

.site-footer {
  border-top: 1px solid #2d2d53;
  background: #0a0a14;
}

.site-footer__inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 12px 24px;
  padding-block: 28px;
  color: #9292af;
  font-size: 0.9rem;
}

.site-footer p {
  margin: 0;
}

.site-footer nav {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

@media (max-width: 640px) {
  .site-header__inner,
  .page,
  .site-footer__inner {
    width: min(100% - 28px, 880px);
  }

  .site-header__inner {
    min-height: 64px;
  }

  .site-nav {
    gap: 14px;
  }

  .site-nav a {
    font-size: 0.82rem;
  }

  .page {
    padding-block: 38px 60px;
  }

  .contents ol {
    grid-template-columns: 1fr;
  }
}
