@charset "UTF-8";

.policy-page {
  width: 100%;
}

.policy-top {
  margin-bottom: 22px;
  padding: 28px 24px;
  border: 1px solid #e8edf3;
  border-radius: 20px;
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.05);
}

.policy-eyebrow {
  display: inline-block;
  margin-bottom: 10px;
  padding: 6px 12px;
  border-radius: 999px;
  background: #eef4ff;
  color: #3157c7;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.policy-main-title {
  margin: 0 0 12px;
  color: #111827;
  font-size: 2rem;
  font-weight: 800;
  line-height: 1.3;
  word-break: keep-all;
}

.policy-summary {
  margin: 0;
  color: #4b5563;
  font-size: 1rem;
  line-height: 1.8;
  word-break: keep-all;
}

.policy-date {
  margin: 14px 0 0;
  color: #6b7280;
  font-size: 0.92rem;
  font-weight: 500;
}

.policy-content {
  border: 1px solid #e8edf3;
  border-radius: 20px;
  background: #ffffff;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.04);
  overflow: hidden;
}

.policy-section {
  padding: 24px;
  border-bottom: 1px solid #edf2f7;
}

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

.policy-section h2 {
  margin: 0 0 14px;
  color: #111827;
  font-size: 1.3rem;
  font-weight: 800;
  line-height: 1.4;
  word-break: keep-all;
}

.policy-section p {
  margin: 0 0 12px;
  color: #374151;
  font-size: 0.98rem;
  line-height: 1.9;
  word-break: keep-all;
}

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

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

.policy-section li {
  margin-bottom: 10px;
  color: #374151;
  font-size: 0.98rem;
  line-height: 1.85;
  word-break: keep-all;
}

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

.policy-link {
  color: #2f5bd3;
  font-weight: 700;
  text-decoration: none;
}

.policy-link:hover {
  text-decoration: underline;
}

@media (max-width: 991px) {
  .policy-top {
    padding: 24px 20px;
  }

  .policy-main-title {
    font-size: 1.8rem;
  }

  .policy-section {
    padding: 22px 20px;
  }
}

@media (max-width: 576px) {
  .policy-top {
    padding: 22px 16px;
    border-radius: 18px;
  }

  .policy-main-title {
    font-size: 1.55rem;
  }

  .policy-summary {
    font-size: 0.95rem;
    line-height: 1.75;
  }

  .policy-date {
    font-size: 0.88rem;
  }

  .policy-content {
    border-radius: 18px;
  }

  .policy-section {
    padding: 20px 16px;
  }

  .policy-section h2 {
    font-size: 1.12rem;
  }

  .policy-section p,
  .policy-section li {
    font-size: 0.94rem;
    line-height: 1.8;
  }
}
.policy-code {
  background: #111;
  color: #eee;
  padding: 16px;
  border-radius: 8px;
  font-size: 13px;
  line-height: 1.6;
  overflow-x: auto;
  margin-top: 10px;
}