/* ===== BREADCRUMB ===== */
.breadcrumb {
  background: #f5f5f5;
  border-bottom: 1px solid #e0e0e0;
  padding: 12px 0;
  font-size: .85rem;
  color: #888;
  margin-top: 0;
}
.breadcrumb a { color: #cc1111; }
.breadcrumb a:hover { text-decoration: underline; }
.breadcrumb i { font-size: .7rem; margin: 0 8px; color: #bbb; }
.breadcrumb span { color: #444; }

/* ===== LEGAL PAGE ===== */
.legal-page {
  padding: 56px 0 80px;
  background: #fff;
}
.legal-container {
  max-width: 820px;
}
.legal-container h1 {
  font-size: clamp(1.8rem, 3vw, 2.5rem);
  font-weight: 800;
  color: #1a1a1a;
  margin-bottom: 40px;
  padding-bottom: 20px;
  border-bottom: 3px solid #cc1111;
}

.legal-section {
  margin-bottom: 40px;
}
.legal-section h2 {
  font-size: 1.15rem;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 14px;
  padding-left: 12px;
  border-left: 3px solid #cc1111;
}
.legal-section p {
  color: #444;
  font-size: .95rem;
  line-height: 1.8;
  margin-bottom: 12px;
}

.legal-table {
  width: 100%;
  border-collapse: collapse;
  font-size: .92rem;
  margin-top: 12px;
  margin-bottom: 16px;
}
.legal-table td {
  padding: 10px 14px;
  border: 1px solid #e0e0e0;
  vertical-align: top;
  line-height: 1.5;
}
.legal-table td:first-child {
  background: #f8f8f8;
  width: 38%;
  font-weight: 500;
  color: #333;
}
.legal-table a { color: #cc1111; }

.legal-list {
  list-style: none;
  padding: 0;
  margin: 12px 0 16px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.legal-list li {
  padding-left: 20px;
  position: relative;
  font-size: .93rem;
  color: #444;
  line-height: 1.6;
}
.legal-list li::before {
  content: '·';
  position: absolute;
  left: 6px;
  color: #cc1111;
  font-size: 1.2rem;
  line-height: 1.3;
}
