/* ═══════════════════════════════════════════════════════
   Policy Pages — SD Auction 24
   Applies to: Refund, Privacy, Terms, Shipping
═══════════════════════════════════════════════════════ */

/* ── Page wrapper ── */
.policy-page {
  background: #f4f4f6;
  padding-bottom: 72px;
}

/* ── Hero header ── */
.policy-hero {
  background: #09090B;
  padding: 56px 0 48px;
  position: relative;
  overflow: hidden;
}
.policy-hero::after {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 60% 80% at 80% 50%, rgba(99,102,241,.12) 0%, transparent 70%);
  pointer-events: none;
}
.policy-hero-inner {
  max-width: 860px;
  margin: 0 auto;
  padding: 0 24px;
  position: relative;
  z-index: 1;
}
.policy-hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  background: rgba(99,102,241,.15);
  border: 1px solid rgba(99,102,241,.35);
  color: #a5b4fc;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .05em;
  padding: 5px 12px;
  border-radius: 20px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.policy-hero-title {
  font-size: clamp(26px, 4vw, 38px);
  font-weight: 800;
  color: #fff;
  letter-spacing: -.02em;
  margin: 0 0 10px;
  line-height: 1.15;
}
.policy-hero-meta {
  font-size: 13.5px;
  color: #71717a;
}
.policy-hero-meta strong {
  color: #a1a1aa;
  font-weight: 500;
}

/* ── Body layout ── */
.policy-body {
  max-width: 860px;
  margin: 0 auto;
  padding: 0 24px;
}

/* ── TOC card ── */
.policy-toc {
  background: #fff;
  border: 1px solid #e4e4e7;
  border-radius: 12px;
  padding: 24px 28px;
  margin: 32px 0 0;
}
.policy-toc-title {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #6366f1;
  margin-bottom: 14px;
}
.policy-toc-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 20px;
}
.policy-toc-list li a {
  font-size: 13.5px;
  color: #374151;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 6px;
  transition: color .15s;
}
.policy-toc-list li a:hover { color: #6366f1; }
.policy-toc-list li a::before {
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #d1d5db;
  flex-shrink: 0;
  transition: background .15s;
}
.policy-toc-list li a:hover::before { background: #6366f1; }

/* ── Section card ── */
.policy-section {
  background: #fff;
  border: 1px solid #e4e4e7;
  border-radius: 12px;
  padding: 32px 36px;
  margin-top: 20px;
  scroll-margin-top: 80px;
}
.policy-section + .policy-section { margin-top: 16px; }

.policy-section-head {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
  padding-bottom: 14px;
  border-bottom: 1px solid #f0f0f2;
}
.policy-section-icon {
  width: 38px;
  height: 38px;
  border-radius: 10px;
  background: #f0f0ff;
  color: #6366f1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  flex-shrink: 0;
}
.policy-section-title {
  font-size: 16.5px;
  font-weight: 700;
  color: #09090b;
  margin: 0;
  letter-spacing: -.01em;
}

/* ── Content typography ── */
.policy-section p {
  font-size: 14.5px;
  line-height: 1.78;
  color: #374151;
  margin-bottom: 12px;
}
.policy-section p:last-child { margin-bottom: 0; }
.policy-section ul,
.policy-section ol {
  padding-left: 20px;
  margin-bottom: 14px;
}
.policy-section li {
  font-size: 14.5px;
  line-height: 1.75;
  color: #374151;
  margin-bottom: 6px;
}
.policy-section strong { color: #111827; }

/* ── Highlight box ── */
.policy-highlight {
  background: #f5f3ff;
  border-left: 3px solid #6366f1;
  border-radius: 0 8px 8px 0;
  padding: 14px 18px;
  margin: 14px 0;
  font-size: 14px;
  color: #4338ca;
  line-height: 1.65;
}

/* ── Info grid (for timelines, charges etc.) ── */
.policy-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 14px;
  margin: 16px 0;
}
.policy-grid-item {
  background: #fafafa;
  border: 1px solid #e4e4e7;
  border-radius: 10px;
  padding: 16px;
}
.policy-grid-item .pg-label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: #9ca3af;
  margin-bottom: 4px;
}
.policy-grid-item .pg-value {
  font-size: 15px;
  font-weight: 700;
  color: #09090b;
}
.policy-grid-item .pg-sub {
  font-size: 12.5px;
  color: #6b7280;
  margin-top: 2px;
}

/* ── Contact card ── */
.policy-contact-card {
  display: flex;
  align-items: center;
  gap: 14px;
  background: #f5f3ff;
  border: 1px solid #e0e7ff;
  border-radius: 10px;
  padding: 16px 20px;
  margin-top: 14px;
}
.policy-contact-card i {
  font-size: 22px;
  color: #6366f1;
}
.policy-contact-card .pcc-label {
  font-size: 12px;
  color: #6b7280;
  margin-bottom: 2px;
}
.policy-contact-card .pcc-value {
  font-size: 14.5px;
  font-weight: 600;
  color: #111827;
}

/* ── Footer note ── */
.policy-footer-note {
  text-align: center;
  font-size: 13px;
  color: #9ca3af;
  margin-top: 32px;
  padding-bottom: 8px;
}

@media (max-width: 640px) {
  .policy-hero { padding: 40px 0 36px; }
  .policy-section { padding: 24px 20px; }
  .policy-toc { padding: 20px; }
}
