/* ===== Legal Pages Common Styles ===== */

* { margin: 0; padding: 0; box-sizing: border-box; }

body {
  background: #faf9f6;
  font-family: 'Apple SD Gothic Neo','Malgun Gothic',-apple-system,sans-serif;
  color: #555;
  font-size: 15px;
  line-height: 1.75;
}

.legal-container {
  max-width: 720px;
  margin: 0 auto;
  padding: 48px 24px;
}

.legal-card {
  background: #fff;
  border-radius: 20px;
  padding: 48px 40px;
  border: 1px solid #f0ede5;
}

/* Back link */
.back-link {
  display: inline-block;
  font-size: 13px;
  color: #555;
  text-decoration: none;
  margin-bottom: 32px;
  transition: color 0.2s;
}
.back-link:hover { color: #0A0A0A; }

/* Headings */
h1 {
  font-size: 28px;
  font-weight: 800;
  line-height: 1.35;
  color: #0A0A0A;
  margin-bottom: 8px;
}

.legal-subtitle {
  font-size: 13px;
  color: #999;
  margin-bottom: 36px;
}

h2 {
  font-size: 18px;
  font-weight: 700;
  color: #0A0A0A;
  margin-bottom: 14px;
}

h3 {
  font-size: 15px;
  font-weight: 700;
  color: #0A0A0A;
  margin-bottom: 10px;
}

/* Body text */
p { margin-bottom: 12px; }

/* Section divider */
.legal-section {
  border-top: 1px solid #f0ede5;
  margin-top: 36px;
  padding-top: 28px;
}

/* Lists */
.legal-list {
  padding-left: 20px;
  margin-bottom: 16px;
}
.legal-list li {
  margin-bottom: 8px;
}

/* Highlight box (refund summary) */
.legal-highlight {
  background: #faf9f6;
  border-left: 3px solid #03C75A;
  border-radius: 4px;
  padding: 20px 24px;
  margin-bottom: 32px;
  font-size: 15px;
  line-height: 1.75;
  color: #0A0A0A;
  font-weight: 600;
}

/* Business info footer */
.legal-biz-footer {
  background: #faf9f6;
  border-radius: 16px;
  padding: 24px;
  margin-top: 48px;
  font-size: 13px;
  line-height: 2;
  color: #888;
}
.legal-biz-footer strong {
  color: #555;
  font-weight: 600;
}
.legal-biz-footer a {
  color: #03C75A;
  text-decoration: none;
}
.legal-biz-footer a:hover { text-decoration: underline; }

/* Effective date */
.legal-date {
  text-align: right;
  color: #999;
  font-size: 13px;
  margin-top: 28px;
}

/* Links inside content */
.legal-card a { color: #03C75A; text-decoration: none; }
.legal-card a:hover { text-decoration: underline; }

/* Responsive */
@media (max-width: 640px) {
  .legal-card { padding: 32px 24px; }
  h1 { font-size: 24px; }
}
