:root {
  color: #080808;
  background: #f8f8f8;
  font-family: "SF Pro Rounded", ui-rounded, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-synthesis: none;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  min-width: 320px;
  margin: 0;
  background: #f8f8f8;
  color: #080808;
  font-size: 16px;
  line-height: 1.65;
}

a {
  color: inherit;
  text-underline-offset: 3px;
}

.policy-header {
  position: sticky;
  top: 0;
  z-index: 1;
  min-height: 72px;
  padding: 14px clamp(20px, 5vw, 64px);
  border-bottom: 1px solid rgba(8, 8, 8, 0.08);
  background: rgba(248, 248, 248, 0.92);
  backdrop-filter: blur(16px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.policy-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #080808;
  font-size: 17px;
  font-weight: 600;
  text-decoration: none;
}

.policy-brand img {
  display: block;
}

.policy-back {
  min-height: 40px;
  padding: 8px 16px;
  border: 1px solid rgba(8, 8, 8, 0.12);
  border-radius: 999px;
  background: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
}

.policy-page {
  width: min(100% - 40px, 760px);
  margin: 0 auto;
  padding: 72px 0 48px;
}

.policy-intro {
  padding-bottom: 36px;
  border-bottom: 1px solid rgba(8, 8, 8, 0.1);
}

.policy-eyebrow,
.policy-updated {
  margin: 0;
  color: #6f6f6f;
  font-size: 13px;
  line-height: 19px;
}

.policy-eyebrow {
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

h1 {
  margin: 10px 0 8px;
  font-size: clamp(42px, 7vw, 64px);
  font-weight: 600;
  letter-spacing: -0.04em;
  line-height: 1.05;
}

.policy-intro > p:last-child {
  max-width: 680px;
  margin: 28px 0 0;
  color: #3d3d3d;
  font-size: 18px;
  line-height: 1.6;
}

section {
  padding-top: 40px;
}

h2 {
  margin: 0 0 12px;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.3;
}

p,
ul {
  margin: 0 0 16px;
}

section p,
li {
  color: #3d3d3d;
}

ul {
  padding-left: 22px;
}

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

.policy-footer {
  width: min(100% - 40px, 760px);
  margin: 0 auto;
  padding: 28px 0 44px;
  border-top: 1px solid rgba(8, 8, 8, 0.1);
  color: #6f6f6f;
  font-size: 13px;
}

@media (max-width: 560px) {
  .policy-header {
    min-height: 64px;
    padding: 12px 20px;
  }

  .policy-brand span {
    display: none;
  }

  .policy-page {
    padding-top: 48px;
  }

  .policy-intro > p:last-child {
    font-size: 16px;
  }
}
