/* =======================
   MERCHANT / PARTNER POLICY
======================= */

.policy-header {
  margin-bottom: 36px;
}

.policy-title {
  font-size: 28px;
  font-weight: 800;
  margin-bottom: 8px;
}

.policy-sub {
  font-size: 14px;
  color: #b5b5b5;
  line-height: 1.6;
}

.policy-section {
  margin-bottom: 60px;
}

.policy-section-title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 12px;
}

.policy-desc {
  font-size: 14px;
  color: #d1d5db;
  margin-bottom: 14px;
  line-height: 1.6;
}

.policy-list {
  list-style: none;
  padding: 0;
  margin-bottom: 16px;
}

.policy-list li {
  font-size: 14px;
  color: #cfcfcf;
  margin-bottom: 8px;
}

.policy-note {
  font-size: 13px;
  color: #9ca3af;
  background: #111;
  border: 1px dashed #333;
  padding: 12px;
  border-radius: 12px;
}

.policy-table-wrap {
  margin: 20px 0;
  overflow-x: auto;
}

.policy-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
}

.policy-table th,
.policy-table td {
  border: 1px solid #222;
  padding: 12px;
  text-align: center;
}

.policy-table th {
  background: #111;
  color: #e5e7eb;
}

.policy-table td {
  background: #0f0f0f;
  color: #cfcfcf;
}

.policy-action {
  margin-top: 24px;
}

.partner-apply-btn {
  padding: 14px 28px;
  border-radius: 999px;
  border: none;
  background: linear-gradient(135deg, #3b82f6, #2563eb);
  color: #fff;
  font-size: 15px;
  font-weight: 800;
  cursor: pointer;
}

.policy-footer-note {
  margin-top: 60px;
  font-size: 12px;
  color: #777;
  text-align: center;
}


.merchant-link-btn {
  padding: 14px 28px;
  border-radius: 999px;
  border: 1px solid #334155;
  background: #0f172a;
  color: #e5e7eb;
  font-size: 15px;
  font-weight: 800;
  cursor: pointer;
}

.merchant-link-btn:hover {
  background: #1e293b;
  border-color: #3b82f6;
}
