/* 이용약관·개인정보처리방침 (/terms/, /privacy/) */

.page-terms .terms-hero__lead,
.page-privacy .terms-hero__lead {
  max-width: 42rem;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.65;
}

.terms-body {
  padding-bottom: 64px !important;
}

.terms-card {
  background: #fff;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: var(--radius-lg, 20px);
  padding: 22px 24px;
  margin-bottom: 16px;
  box-shadow: var(--shadow-card, 0 8px 30px rgba(15, 23, 42, 0.05));
}

.terms-article__title {
  margin: 0 0 12px;
  font-size: 1.05rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: #0f172a;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(99, 102, 241, 0.15);
}

.terms-article__p {
  margin: 0;
  font-size: 15px;
  line-height: 1.85;
  color: #334155;
}

.terms-inline-link {
  color: #0c8ecf;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.terms-inline-link:hover {
  color: #0369a1;
}

.terms-inline-link:focus-visible {
  outline: 2px solid #6366f1;
  outline-offset: 2px;
  border-radius: 4px;
}

.terms-bottom-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  margin-top: 32px;
  padding-top: 24px;
  border-top: 1px solid rgba(15, 23, 42, 0.08);
}

.terms-bottom-nav .btn {
  min-height: 48px;
  padding-left: 22px;
  padding-right: 22px;
  border-radius: var(--radius-md, 16px);
  font-weight: 800;
}

@media (max-width: 767px) {
  .terms-bottom-nav {
    flex-direction: column;
    align-items: stretch;
  }

  .terms-bottom-nav .btn {
    width: 100%;
    justify-content: center;
  }
}
