﻿/* =========================================
   MINDIESM — Privacy Policy (LIGHT THEME)
   ========================================= */

.privacy-hero {
  position: relative;
  padding: calc(var(--header-height) + 3rem) clamp(1.25rem, 5vw, 4rem) clamp(2.5rem, 5vw, 4rem);
  background: var(--bg-white);
  overflow: hidden;
  text-align: center;
}

.privacy-hero-ambient {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 60% 60% at 50% 0%, rgba(123,156,226,0.18) 0%, transparent 55%);
  pointer-events: none;
}

.privacy-hero-content {
  position: relative;
  z-index: 1;
  max-width: 680px;
  margin-inline: auto;
}

.privacy-hero-content .label   { margin-bottom: var(--sp-4); display: block; }
.privacy-hero-content .heading-lg { margin-bottom: var(--sp-5); }
.privacy-hero-content .body-lg  { color: var(--text-tertiary); }

.privacy-date {
  display: inline-flex;
  align-items: center;
  gap: var(--sp-2);
  margin-top: var(--sp-6);
  padding: 0.35rem 1rem;
  background: var(--glass-white);
  border: 1px solid var(--border-light);
  border-radius: var(--r-full);
  font-size: var(--text-xs);
  color: var(--text-muted);
  font-family: var(--font-primary);
}

/* === PRIVACY CONTENT === */
.privacy-content {
  background: var(--bg-white);
  padding-block: clamp(3rem, 7vw, 6rem);
}

.privacy-layout {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: clamp(2rem, 5vw, 4rem);
  align-items: start;
}

/* Sticky sidebar nav */
.privacy-sidebar {
  position: sticky;
  top: calc(var(--header-height) + 2rem);
  background: var(--bg-base);
  border: 1px solid var(--border-light);
  border-radius: var(--r-xl);
  padding: var(--sp-5);
  box-shadow: var(--shadow-sm);
}

.privacy-sidebar-title {
  font-family: var(--font-primary);
  font-size: var(--text-xs);
  font-weight: var(--fw-semibold);
  letter-spacing: var(--ls-wider);
  text-transform: uppercase;
  color: var(--text-muted);
  margin-bottom: var(--sp-4);
}

.privacy-nav { display: flex; flex-direction: column; gap: var(--sp-1); }

.privacy-nav-link {
  display: block;
  padding: 0.5rem 0.75rem;
  border-radius: var(--r-md);
  font-size: var(--text-sm);
  color: var(--text-muted);
  transition: all 0.25s ease;
  border-left: 2px solid transparent;
}

.privacy-nav-link:hover {
  color: var(--text-primary);
  background: var(--bg-white);
  border-left-color: var(--accent-pale);
}

.privacy-nav-link.active {
  color: var(--accent);
  background: var(--accent-mist);
  border-left-color: var(--accent);
  font-weight: var(--fw-medium);
}

/* Main content area */
.privacy-sections { display: flex; flex-direction: column; gap: clamp(2.5rem, 5vw, 4rem); }

.privacy-section {
  padding: clamp(1.5rem, 3vw, 2.5rem);
  background: var(--bg-base);
  border: 1px solid var(--border-light);
  border-radius: var(--r-xl);
  box-shadow: var(--shadow-xs);
  scroll-margin-top: calc(var(--header-height) + 2rem);
}

.privacy-section-title {
  font-size: var(--text-xl);
  font-weight: var(--fw-bold);
  color: var(--text-primary);
  letter-spacing: var(--ls-tight);
  margin-bottom: var(--sp-4);
  display: flex;
  align-items: center;
  gap: var(--sp-3);
}

.ps-icon {
  width: 32px; height: 32px;
  border-radius: 8px;
  background: var(--accent-violet-mist);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.ps-icon svg { width: 16px; height: 16px; fill: var(--accent-violet); }

.privacy-section p {
  font-size: var(--text-base);
  color: var(--text-tertiary);
  line-height: var(--lh-relaxed);
  margin-bottom: var(--sp-4);
}

.privacy-section p:last-child { margin-bottom: 0; }

.privacy-section ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: var(--sp-3);
  margin: var(--sp-4) 0;
}

.privacy-section ul li {
  display: flex;
  align-items: flex-start;
  gap: var(--sp-3);
  font-size: var(--text-sm);
  color: var(--text-tertiary);
  line-height: var(--lh-relaxed);
  padding: var(--sp-3);
  background: var(--bg-white);
  border-radius: var(--r-md);
  border: 1px solid var(--border-light);
}

.privacy-section ul li::before {
  content: '';
  width: 6px; height: 6px;
  border-radius: 50%;
  background: var(--accent-violet);
  flex-shrink: 0;
  margin-top: 7px;
}

.privacy-highlight {
  background: var(--accent-mist);
  border: 1px solid var(--border-accent);
  border-radius: var(--r-lg);
  padding: var(--sp-5);
  margin: var(--sp-5) 0;
  font-size: var(--text-sm);
  color: var(--accent);
  font-weight: var(--fw-medium);
  line-height: var(--lh-relaxed);
}

/* Contact section in privacy */
.privacy-contact-box {
  padding: clamp(2rem, 4vw, 3rem);
  background: linear-gradient(135deg, rgba(123,156,226,0.08) 0%, rgba(149,176,236,0.05) 100%);
  border: 1px solid var(--border-accent);
  border-radius: var(--r-xl);
  text-align: center;
  margin-top: clamp(2rem, 4vw, 3rem);
}

.privacy-contact-box .heading-sm { color: var(--text-primary); margin-bottom: var(--sp-4); }
.privacy-contact-box .body-base { color: var(--text-tertiary); margin-bottom: var(--sp-6); }

/* === RESPONSIVE === */
@media (max-width: 1024px) {
  .privacy-layout { grid-template-columns: 1fr; }
  .privacy-sidebar { position: static; display: none; }
}

@media (max-width: 768px) {
  .privacy-section { padding: var(--sp-5); }
}

