.privacy-page {
  background:
    linear-gradient(180deg, #fff 0%, #fff8f9 40%, #ffffff 100%);
}

.privacy-hero {
  position: relative;
  overflow: hidden;
  min-height: min(440px, 62vh);
  display: flex;
  align-items: flex-end;
  background: var(--dark);
}

.privacy-hero__bg,
.privacy-hero__overlay {
  position: absolute;
  inset: 0;
}

.privacy-hero__bg {
  background: url('/photos/coverage-bg.webp') center/cover no-repeat;
}

.privacy-hero__overlay {
  background:
    radial-gradient(circle at 82% 20%, rgba(200, 65, 90, 0.24), transparent 30%),
    linear-gradient(135deg, rgba(10, 10, 10, 0.82) 0%, rgba(10, 10, 10, 0.68) 50%, rgba(10, 10, 10, 0.82) 100%);
}

.privacy-hero__inner {
  position: relative;
  z-index: 1;
  text-align: center;
  max-width: 760px;
  padding-top: 8rem;
  padding-bottom: 4rem;
}

.privacy-hero .breadcrumb {
  justify-content: center;
  padding-top: 0;
}

.privacy-hero h1 {
  margin: 0.5rem 0 1rem;
}

.privacy-hero p {
  margin: 0 auto;
  color: rgba(255, 255, 255, 0.8);
  max-width: 52ch;
  text-shadow: 0 1px 12px rgba(0, 0, 0, 0.35);
}

.privacy-shell__inner {
  max-width: 920px;
}

.privacy-grid {
  display: grid;
  gap: 1.25rem;
}

.privacy-card {
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(17, 17, 17, 0.08);
  border-radius: 20px;
  box-shadow: 0 14px 45px rgba(17, 17, 17, 0.06);
  padding: 1.6rem 1.7rem;
}

.privacy-card h2 {
  font-family: var(--font-serif);
  font-size: 1.45rem;
  letter-spacing: -0.02em;
  color: var(--ink);
  margin-bottom: 0.8rem;
}

.privacy-card p {
  color: #4b5563;
  line-height: 1.82;
}

.privacy-card a {
  color: var(--rose);
  font-weight: 600;
}

@media (max-width: 768px) {
  .privacy-hero__inner {
    padding-top: 7rem;
    padding-bottom: 3.25rem;
  }

  .privacy-card {
    padding: 1.3rem 1.15rem;
    border-radius: 18px;
  }
}
