.policy-wrap {
  max-width: 760px;
  margin: 0 auto;
  padding: 72px 28px 100px;
}

.policy-header {
  margin-bottom: 48px;
  padding-bottom: 40px;
  border-bottom: 1px solid #e8e8e8;
}

.policy-label {
  display: block;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #aaa;
  margin-bottom: 12px;
}

.policy-title {
  font-family: "Playfair Display", serif;
  font-size: 3rem;
  font-weight: 700;
  color: #1a1a1a;
  margin: 0 0 10px;
  letter-spacing: -1px;
}

.policy-updated {
  font-size: 0.82rem;
  color: #bbb;
  margin: 0;
}

/* ── Intro ── */
.policy-intro {
  font-size: 1.05rem;
  color: #555;
  line-height: 1.8;
  margin-bottom: 48px;
  padding: 24px 28px;
  background: #f9f9f9;
  border-radius: 14px;
  border-left: 3px solid #1a1a1a;
}

.policy-intro a {
  color: #1a1a1a;
  font-weight: 600;
}

/* ── Sections ── */
.policy-section {
  margin-bottom: 44px;
  padding-bottom: 44px;
  border-bottom: 1px solid #f0f0f0;
}

.policy-section:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.policy-section h2 {
  font-family: "Fjalla One", sans-serif;
  font-size: 1.2rem;
  color: #1a1a1a;
  margin: 0 0 16px;
  display: flex;
  align-items: center;
  gap: 14px;
}

.policy-num {
  font-family: "Playfair Display", serif;
  font-size: 0.85rem;
  font-weight: 700;
  color: #ccc;
  flex-shrink: 0;
}

.policy-section p {
  font-size: 0.95rem;
  color: #555;
  line-height: 1.8;
  margin: 0 0 14px;
}

.policy-section p:last-child {
  margin-bottom: 0;
}

.policy-section ul {
  margin: 8px 0 14px 0;
  padding-left: 20px;
}

.policy-section ul li {
  font-size: 0.95rem;
  color: #555;
  line-height: 1.8;
  margin-bottom: 6px;
}

.policy-section a {
  color: #1a1a1a;
  font-weight: 500;
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: opacity 0.2s;
}

.policy-section a:hover {
  opacity: 0.6;
}

strong {
  color: #1a1a1a;
  font-weight: 600;
}

@media (max-width: 768px) {
  .policy-wrap {
    padding: 48px 20px 60px;
  }
  .policy-title {
    font-size: 2.2rem;
  }
  .policy-intro {
    padding: 18px 20px;
  }
}