/* Privacy policy — matched to perspiq.ai/perspiq-privacy-policy */

.privacy-page {
  width: 100%;
  color: #494949;
  font-size: 17px;
  line-height: 1.7;
  --content-max: 48rem;
  --content-pad: 1.5rem;
}

.privacy-hero {
  width: 100%;
  background: #000;
  color: #fff;
  padding: 40px 0 40px;
}

.privacy-hero-inner {
  width: min(100%, var(--content-max, 900px));
  margin: 0 auto;
  padding: 0 var(--content-pad, 24px);
}

.privacy-hero h1 {
  margin: 0;
  font-size: 52px;
  font-weight: 500;
  line-height: 1.15;
  color: #fff;
}

.privacy-body {
  padding: 48px 0 64px;
}

.privacy-body-inner {
  width: min(100%, var(--content-max, 900px));
  margin: 0 auto;
  padding: 0 var(--content-pad, 24px);
}

.privacy-section {
  margin-bottom: 36px;
}

.privacy-section h2 {
  margin: 0 0 12px;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.3;
  color: #111;
}

.privacy-section h3 {
  margin: 20px 0 8px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.35;
  color: #111;
}

.privacy-section p {
  margin: 0 0 14px;
  font-size: 17px;
  line-height: 1.7;
  color: #494949;
}

.privacy-section ul {
  margin: 0 0 14px;
  padding-left: 1.25rem;
}

.privacy-section li {
  margin-bottom: 8px;
  font-size: 17px;
  line-height: 1.7;
  color: #494949;
}

.privacy-table-wrap {
  overflow-x: auto;
  margin: 16px 0 20px;
}

.privacy-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 15px;
  line-height: 1.6;
}

.privacy-table th,
.privacy-table td {
  border: 1px solid #ddd;
  padding: 12px 14px;
  text-align: left;
  vertical-align: top;
}

.privacy-table th {
  background: #f9eef4;
  color: #111;
  font-weight: 600;
}

.privacy-table td {
  color: #494949;
}

.privacy-rights-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin: 16px 0 20px;
}

.privacy-right-card {
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 16px;
  background: #fff;
}

.privacy-right-card strong {
  display: block;
  margin-bottom: 6px;
  font-size: 15px;
  font-weight: 600;
  color: #c06f98;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.privacy-right-card span {
  font-size: 15px;
  line-height: 1.6;
  color: #494949;
}

.privacy-contact-box {
  margin-top: 12px;
  padding: 20px;
  border: 1px solid #c9bdc3;
  border-radius: 12px;
  background: #fdf9fb;
}

.privacy-contact-box h3 {
  margin: 0 0 12px;
  font-size: 18px;
  font-weight: 500;
  color: #111;
}

.privacy-contact-box p {
  margin: 0 0 8px;
}

.privacy-contact-box a {
  color: #c06f98;
  text-decoration: none;
}

.privacy-contact-box a:hover {
  text-decoration: underline;
}

.privacy-notice {
  margin-top: 12px;
  padding: 12px 14px;
  border-left: 3px solid #c06f98;
  background: #fdf9fb;
  font-size: 15px;
  line-height: 1.6;
  color: #494949;
}

@media (max-width: 768px) {
  .privacy-hero h1 {
    font-size: clamp(32px, 7vw, 52px);
  }

  .privacy-section h2 {
    font-size: 24px;
  }

  .privacy-rights-grid {
    grid-template-columns: 1fr;
  }
}
