*,
*::before,
*::after {
  box-sizing: border-box;
}

body.privacy-page {
  background: #fffdf8;
  color: #263626;
}

.section-kicker {
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 13px;
  color: #8a6f35;
  font-weight: 700;
  margin-bottom: 14px;
}

.privacy-hero {
  padding: 110px 20px 90px;
  text-align: center;
  background:
    radial-gradient(circle at 10% 20%, rgba(199, 162, 74, 0.18), transparent 28%),
    radial-gradient(circle at 88% 12%, rgba(38, 54, 38, 0.12), transparent 28%),
    linear-gradient(135deg, #f8f4ec 0%, #eef3ec 100%);
}

.privacy-hero-content {
  max-width: 860px;
  margin: 0 auto;
}

.privacy-hero h1 {
  font-family: "Playfair Display", serif;
  font-size: clamp(46px, 6vw, 80px);
  line-height: 1.02;
  color: #263626;
  margin-bottom: 22px;
}

.privacy-hero p {
  max-width: 720px;
  margin: 0 auto;
  font-size: 19px;
  line-height: 1.8;
  color: #4c5549;
}

.update-date {
  display: inline-flex;
  margin-top: 28px;
  padding: 10px 18px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(138, 111, 53, 0.18);
  color: #5f675d;
  font-size: 14px;
  font-weight: 600;
  backdrop-filter: blur(6px);
}

.privacy-section {
  max-width: 1120px;
  margin: 0 auto;
  padding: 72px 20px;
}

.privacy-overview {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  gap: 28px;
  align-items: stretch;
}

.overview-card,
.owner-card,
.privacy-card,
.retention-card,
.cookie-card,
.rights-box,
.update-card {
  border-radius: 34px;
  border: 1px solid rgba(138, 111, 53, 0.18);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.06);
}

.overview-card {
  padding: 46px;
  background:
    radial-gradient(circle at 94% 0%, rgba(199, 162, 74, 0.14), transparent 28%),
    linear-gradient(135deg, #fffdf8 0%, #f8f4ec 100%);
}

.owner-card {
  padding: 36px;
  background:
    radial-gradient(circle at 100% 0%, rgba(38, 54, 38, 0.10), transparent 30%),
    linear-gradient(135deg, #ffffff 0%, #eef3ec 100%);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.owner-label {
  display: inline-block;
  margin-bottom: 14px;
  color: #8a6f35;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}

.owner-card h3 {
  font-family: "Playfair Display", serif;
  font-size: 32px;
  line-height: 1.12;
  color: #263626;
  margin-bottom: 24px;
}

.owner-details {
  display: grid;
  gap: 12px;
}

.owner-details a {
  color: #4c5549;
  text-decoration: none;
  padding: 14px 16px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.72);
  border-left: 4px solid #8a6f35;
}

.overview-card h2,
.section-heading h2,
.retention-card h2,
.cookie-card h2,
.rights-box h2,
.update-card h2 {
  font-family: "Playfair Display", serif;
  color: #263626;
  font-size: clamp(32px, 4vw, 52px);
  line-height: 1.12;
  margin-bottom: 18px;
}

.overview-card p,
.section-heading p,
.retention-card p,
.cookie-card p,
.rights-box p,
.update-card p {
  color: #4c5549;
  line-height: 1.8;
  font-size: 17px;
}

.section-heading {
  max-width: 820px;
  margin-bottom: 38px;
}

.section-heading.center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.data-section {
  padding-top: 34px;
}

.data-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.privacy-card {
  position: relative;
  overflow: hidden;
  padding: 36px;
  background: linear-gradient(135deg, #fffdf8 0%, #f8f4ec 100%);
}

.privacy-card::before {
  content: "";
  position: absolute;
  top: -60px;
  right: -60px;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background: rgba(199, 162, 74, 0.10);
}

.wide-card {
  grid-column: 1 / -1;
  background:
    radial-gradient(circle at 94% 0%, rgba(199, 162, 74, 0.12), transparent 26%),
    linear-gradient(135deg, #ffffff 0%, #eef3ec 100%);
}

.card-number {
  display: inline-flex;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #ffffff;
  color: #8a6f35;
  font-weight: 800;
  margin-bottom: 18px;
}

.privacy-card h3 {
  font-family: "Playfair Display", serif;
  font-size: 30px;
  color: #263626;
  margin-bottom: 14px;
}

.privacy-card p,
.privacy-card li {
  color: #4c5549;
  line-height: 1.8;
  font-size: 16px;
}

.privacy-card ul {
  margin-top: 16px;
  padding-left: 18px;
}

.retention-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.retention-card {
  padding: 42px;
  background:
    radial-gradient(circle at 94% 0%, rgba(199, 162, 74, 0.14), transparent 28%),
    linear-gradient(135deg, #fffdf8 0%, #f8f4ec 100%);
}

.retention-card.light {
  background:
    radial-gradient(circle at 100% 0%, rgba(38, 54, 38, 0.10), transparent 28%),
    linear-gradient(135deg, #ffffff 0%, #eef3ec 100%);
}

.external-services {
  padding-top: 36px;
}

.services-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.service-box {
  position: relative;
  min-height: 260px;
  padding: 36px 28px;
  border-radius: 32px;
  text-align: center;
  background:
    radial-gradient(circle at 100% 0%, rgba(199, 162, 74, 0.10), transparent 30%),
    linear-gradient(135deg, #fffdf8 0%, #f8f4ec 100%);
  border: 1px solid rgba(138, 111, 53, 0.14);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.05);
  transition: 0.25s ease;
}

.service-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 44px rgba(0, 0, 0, 0.08);
}

.service-logo {
  width: 92px;
  height: 92px;
  margin: 0 auto 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 26px;
  background: linear-gradient(135deg, #ffffff 0%, #eef3ec 100%);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.05);
}

.service-logo img {
  max-width: 64px;
  max-height: 64px;
  object-fit: contain;
}

.email-logo {
  color: #8a6f35;
  font-size: 38px;
  font-weight: 700;
}

.service-box h3 {
  font-family: "Playfair Display", serif;
  font-size: 28px;
  color: #263626;
  margin-bottom: 10px;
}

.service-box p {
  color: #4c5549;
  line-height: 1.65;
  font-size: 15.5px;
  max-width: 220px;
  margin: 0 auto;
}

.cookie-card {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 34px;
  align-items: center;
  padding: 44px;
  background:
    radial-gradient(circle at 94% 0%, rgba(199, 162, 74, 0.16), transparent 28%),
    linear-gradient(135deg, #fffdf8 0%, #f8f4ec 100%);
}

.privacy-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 24px;
  padding: 15px 28px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 700;
  background: linear-gradient(135deg, #c7a24a 0%, #b68f37 100%);
  color: #ffffff;
  box-shadow: 0 12px 24px rgba(182, 143, 55, 0.24);
  transition: 0.25s ease;
}

.privacy-btn:hover {
  transform: translateY(-3px);
}

.rights-box {
  padding: 46px;
  background:
    radial-gradient(circle at 94% 0%, rgba(199, 162, 74, 0.16), transparent 28%),
    radial-gradient(circle at 0% 100%, rgba(38, 54, 38, 0.08), transparent 26%),
    linear-gradient(135deg, #fffdf8 0%, #f8f4ec 48%, #eef3ec 100%);
}

.rights-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 34px;
}

.rights-grid div {
  padding: 24px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(138, 111, 53, 0.12);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.04);
}

.rights-grid strong {
  display: block;
  margin-bottom: 8px;
  font-family: "Playfair Display", serif;
  color: #263626;
  font-size: 24px;
}

.rights-grid span {
  color: #4c5549;
  line-height: 1.7;
  font-size: 15px;
}

.update-card {
  padding: 42px;
  background:
    radial-gradient(circle at 94% 0%, rgba(199, 162, 74, 0.14), transparent 28%),
    linear-gradient(135deg, #fffdf8 0%, #f8f4ec 100%);
}

@media (max-width: 980px) {
  .privacy-overview,
  .data-layout,
  .retention-grid,
  .services-cards,
  .cookie-card,
  .rights-grid {
    grid-template-columns: 1fr;
  }

  .wide-card {
    grid-column: auto;
  }
}

@media (max-width: 640px) {
  .privacy-hero {
    padding: 78px 18px 64px;
  }

  .privacy-section {
    padding: 56px 18px;
  }

  .overview-card,
  .owner-card,
  .privacy-card,
  .retention-card,
  .cookie-card,
  .rights-box,
  .update-card {
    padding: 30px 24px;
  }

  .service-box {
    min-height: auto;
  }
}