/* Fashion Zone — Privacy Policy
   Ultra-premium, Apple-inspired editorial design */

:root {
  --fz-deep: #1a0033;
  --fz-purple: #4b0d78;
  --fz-purple-2: #7b2ff7;
  --fz-lilac: #b98cf2;
  --fz-mist: #f4f1fb;
  --fz-white: #ffffff;
  --fz-ink: #1c1424;
  --fz-ink-soft: #4a4356;
  --fz-line: rgba(122, 66, 199, 0.14);
  --container-w: 720px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI",
    "Inter", Helvetica, Arial, sans-serif;
  color: var(--fz-ink);
  background: var(--fz-mist);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

/* Ambient gradient backdrop, colors pulled from the logo */
.backdrop {
  position: fixed;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(60% 50% at 15% 0%, rgba(123, 47, 247, 0.16), transparent 60%),
    radial-gradient(55% 45% at 85% 10%, rgba(185, 140, 242, 0.20), transparent 60%),
    radial-gradient(70% 60% at 50% 100%, rgba(75, 13, 120, 0.10), transparent 60%),
    linear-gradient(180deg, #fbfaff 0%, #f4f1fb 40%, #efe9fb 100%);
}

.wrap {
  max-width: var(--container-w);
  margin: 0 auto;
  padding: 0 28px;
}

/* Top nav */
.nav {
  position: sticky;
  top: 0;
  z-index: 20;
  backdrop-filter: blur(18px) saturate(160%);
  -webkit-backdrop-filter: blur(18px) saturate(160%);
  background: rgba(255, 255, 255, 0.55);
  border-bottom: 1px solid var(--fz-line);
}

.nav .wrap {
  display: flex;
  align-items: center;
  gap: 12px;
  height: 64px;
  max-width: 880px;
}

.nav img {
  width: 32px;
  height: 32px;
  border-radius: 9px;
  box-shadow: 0 4px 14px rgba(75, 13, 120, 0.25);
}

.nav span {
  font-size: 15px;
  font-weight: 600;
  letter-spacing: -0.01em;
  color: var(--fz-purple);
}

/* Hero */
.hero {
  padding: 108px 0 64px;
  text-align: center;
}

.hero .logo-badge {
  width: 84px;
  height: 84px;
  border-radius: 22px;
  margin: 0 auto 36px;
  box-shadow:
    0 20px 40px -12px rgba(75, 13, 120, 0.45),
    0 0 0 1px rgba(255, 255, 255, 0.6);
}

.eyebrow {
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--fz-purple-2);
  background: rgba(123, 47, 247, 0.09);
  border: 1px solid rgba(123, 47, 247, 0.16);
  padding: 7px 16px;
  border-radius: 100px;
  margin-bottom: 26px;
}

.hero h1 {
  font-size: clamp(40px, 6.4vw, 68px);
  line-height: 1.04;
  letter-spacing: -0.03em;
  font-weight: 700;
  margin: 0 0 22px;
  background: linear-gradient(120deg, var(--fz-deep) 15%, var(--fz-purple-2) 55%, var(--fz-lilac) 90%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.hero p.lead {
  font-size: clamp(17px, 2vw, 20px);
  line-height: 1.65;
  color: var(--fz-ink-soft);
  max-width: 560px;
  margin: 0 auto;
  font-weight: 400;
}

.hero .meta-row {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 34px;
  flex-wrap: wrap;
}

.pill {
  font-size: 13px;
  font-weight: 500;
  color: var(--fz-purple);
  background: rgba(255, 255, 255, 0.6);
  border: 1px solid var(--fz-line);
  padding: 8px 16px;
  border-radius: 100px;
  backdrop-filter: blur(6px);
}

/* Glass content card */
.content-card {
  background: rgba(255, 255, 255, 0.62);
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 32px;
  box-shadow:
    0 30px 60px -30px rgba(75, 13, 120, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(24px) saturate(160%);
  -webkit-backdrop-filter: blur(24px) saturate(160%);
  padding: 8px 0 12px;
  margin-bottom: 80px;
}

.intro-block {
  padding: 52px 56px 8px;
  border-bottom: 1px solid var(--fz-line);
  margin-bottom: 8px;
}

.intro-block p {
  font-size: 18px;
  line-height: 1.75;
  color: var(--fz-ink);
  margin: 0 0 44px;
  font-weight: 400;
}

section.policy-section {
  padding: 44px 56px;
  border-bottom: 1px solid var(--fz-line);
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 0.8s cubic-bezier(0.22, 1, 0.36, 1), transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}

section.policy-section:last-of-type {
  border-bottom: none;
}

section.policy-section.in-view {
  opacity: 1;
  transform: translateY(0);
}

.policy-section .num {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.08em;
  color: var(--fz-purple-2);
  margin-bottom: 10px;
  display: block;
}

.policy-section h2 {
  font-size: clamp(22px, 3vw, 27px);
  letter-spacing: -0.015em;
  font-weight: 650;
  margin: 0 0 18px;
  color: var(--fz-deep);
}

.policy-section p {
  font-size: 16.5px;
  line-height: 1.8;
  color: var(--fz-ink-soft);
  margin: 0 0 16px;
}

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

.policy-section ul {
  margin: 0 0 16px;
  padding-left: 22px;
}

.policy-section li {
  font-size: 16.5px;
  line-height: 1.85;
  color: var(--fz-ink-soft);
  margin-bottom: 8px;
}

.policy-section li::marker {
  color: var(--fz-purple-2);
}

.policy-section a {
  color: var(--fz-purple-2);
  text-decoration: none;
  border-bottom: 1px solid rgba(123, 47, 247, 0.35);
}

.policy-section a:hover {
  border-bottom-color: var(--fz-purple-2);
}

/* Footer */
footer {
  text-align: center;
  padding: 50px 24px 90px;
}

footer .foot-logo {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  margin-bottom: 18px;
  box-shadow: 0 8px 20px rgba(75, 13, 120, 0.25);
}

footer .company {
  font-size: 16px;
  font-weight: 650;
  color: var(--fz-deep);
  margin-bottom: 6px;
}

footer .email a {
  color: var(--fz-purple-2);
  text-decoration: none;
  font-size: 14.5px;
}

footer .email a:hover {
  text-decoration: underline;
}

footer .updated {
  margin-top: 14px;
  font-size: 13px;
  color: #948da3;
  letter-spacing: 0.01em;
}

/* Back to top */
.back-to-top {
  position: fixed;
  right: 26px;
  bottom: 26px;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  border: none;
  cursor: pointer;
  background: linear-gradient(145deg, var(--fz-purple-2), var(--fz-deep));
  box-shadow:
    0 14px 30px -8px rgba(75, 13, 120, 0.55),
    0 0 0 1px rgba(255, 255, 255, 0.18) inset;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transform: translateY(16px) scale(0.9);
  pointer-events: none;
  transition: opacity 0.35s ease, transform 0.35s ease, box-shadow 0.25s ease;
  z-index: 30;
}

.back-to-top.visible {
  opacity: 1;
  transform: translateY(0) scale(1);
  pointer-events: auto;
}

.back-to-top:hover {
  box-shadow:
    0 18px 36px -8px rgba(75, 13, 120, 0.65),
    0 0 0 1px rgba(255, 255, 255, 0.25) inset;
  transform: translateY(-2px) scale(1.03);
}

.back-to-top svg {
  width: 20px;
  height: 20px;
  stroke: #ffffff;
}

@media (max-width: 640px) {
  .intro-block,
  section.policy-section {
    padding-left: 26px;
    padding-right: 26px;
  }
  .hero {
    padding: 84px 0 48px;
  }
  .content-card {
    border-radius: 24px;
    margin-left: 4px;
    margin-right: 4px;
  }
}
