/* Soorta — Privacy policy page */

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  font-family: Inter, system-ui, sans-serif;
  font-size: 16px;
  line-height: 1.65;
  color: #f0f4f1;
  background: #0b120e;
  -webkit-font-smoothing: antialiased;
}

a {
  color: #86efac;
  text-decoration: none;
  border-bottom: 1px solid rgba(134, 239, 172, 0.35);
  transition: color 0.2s ease, border-color 0.2s ease;
}

a:hover {
  color: #bbf7d0;
  border-bottom-color: rgba(187, 247, 208, 0.7);
}

.privacy-page {
  --bg: #0b120e;
  --ink: #f0f4f1;
  --ink-2: rgba(240, 244, 241, 0.82);
  --ink-3: rgba(240, 244, 241, 0.56);
  --line: rgba(255, 255, 255, 0.12);
  --brand: #16a34a;
  --card: rgba(13, 20, 16, 0.72);
  position: relative;
  min-height: 100vh;
  isolation: isolate;
}

.privacy-bg {
  position: fixed;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(ellipse 80% 50% at 10% -10%, rgba(22, 163, 74, 0.22), transparent 55%),
    radial-gradient(ellipse 60% 40% at 90% 20%, rgba(13, 148, 136, 0.14), transparent 50%),
    radial-gradient(ellipse 50% 30% at 50% 100%, rgba(22, 163, 74, 0.1), transparent 45%),
    linear-gradient(180deg, #0b120e 0%, #0d1611 40%, #0a100c 100%);
}

.privacy-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  max-width: 820px;
  margin: 0 auto;
  padding: 22px 20px 8px;
}

.privacy-brand {
  display: inline-flex;
  align-items: center;
  border-bottom: none;
  line-height: 0;
}

.privacy-brand:hover {
  border-bottom: none;
  opacity: 0.92;
}

.privacy-brand__mark {
  display: block;
  height: 2.25rem;
  width: auto;
  max-width: 11rem;
  border-radius: 10px;
  object-fit: contain;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.privacy-back {
  font-size: 13px;
  font-weight: 600;
  color: var(--ink-3);
  border-bottom: none;
  padding: 8px 14px;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.04);
}

.privacy-back:hover {
  color: var(--ink);
  border-color: rgba(134, 239, 172, 0.35);
  background: rgba(22, 163, 74, 0.12);
}

.privacy-main {
  max-width: 820px;
  margin: 0 auto;
  padding: 28px 20px 48px;
}

.privacy-doc {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 36px 40px 44px;
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.04) inset,
    0 24px 64px -28px rgba(0, 0, 0, 0.55);
  backdrop-filter: blur(12px);
}

.privacy-kicker {
  margin: 0 0 10px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #4ade80;
}

.privacy-title {
  margin: 0 0 14px;
  font-size: clamp(1.45rem, 2.6vw, 1.85rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.25;
  color: var(--ink);
}

.privacy-meta {
  margin: 0 0 32px;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--line);
  font-size: 13.5px;
  line-height: 1.55;
  color: var(--ink-3);
}

.privacy-section {
  margin-bottom: 28px;
}

.privacy-section:last-child {
  margin-bottom: 0;
}

.privacy-section h2 {
  margin: 0 0 14px;
  font-size: 1.05rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #bbf7d0;
}

.privacy-section h3 {
  margin: 20px 0 10px;
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--ink);
}

.privacy-section h4 {
  margin: 0 0 8px;
  font-size: 0.9rem;
  font-weight: 650;
  color: #86efac;
}

.privacy-section p {
  margin: 0 0 12px;
  color: var(--ink-2);
  font-size: 14.5px;
}

.privacy-section p:last-child {
  margin-bottom: 0;
}

.privacy-section ul {
  margin: 0 0 14px;
  padding: 0 0 0 1.15rem;
  color: var(--ink-2);
  font-size: 14.5px;
}

.privacy-section li {
  margin-bottom: 6px;
}

.privacy-section li:last-child {
  margin-bottom: 0;
}

.privacy-section strong {
  color: var(--ink);
  font-weight: 600;
}

.privacy-card {
  margin: 12px 0 16px;
  padding: 14px 16px 16px;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(9, 15, 11, 0.45);
}

.privacy-card ul {
  margin-bottom: 0;
}

.privacy-footer {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
  max-width: 820px;
  margin: 0 auto;
  padding: 0 20px 40px;
  font-size: 13px;
  color: var(--ink-3);
}

.privacy-footer-links {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.privacy-footer-btn {
  appearance: none;
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
  font: inherit;
  font-size: inherit;
  color: var(--ink-3);
  cursor: pointer;
  border-bottom: 1px solid transparent;
}

.privacy-footer-btn:hover {
  color: #86efac;
}

.privacy-footer a {
  color: var(--ink-3);
  border-bottom-color: transparent;
}

.privacy-footer a:hover {
  color: #86efac;
}

@media (max-width: 640px) {
  .privacy-doc {
    padding: 24px 18px 32px;
    border-radius: 16px;
  }

  .privacy-top {
    padding-top: 16px;
  }

  .privacy-main {
    padding-top: 18px;
  }

  .privacy-footer {
    justify-content: center;
    text-align: center;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}
