.privacy-page {
  color: #29474c;
  max-width: 860px;
  padding-bottom: 2rem;
}

.privacy-page__lead {
  color: #526a6f;
  font-size: clamp(1.05rem, 2vw, 1.25rem);
  line-height: 1.65;
  margin-bottom: 1.4rem;
}

.privacy-page__summary {
  background: linear-gradient(135deg, #edf6f5, #fbf7ef);
  border: 1px solid #d7e4e5;
  border-radius: 18px;
  margin: 1.5rem 0;
  padding: clamp(1.15rem, 3vw, 1.7rem);
}

.privacy-page__summary strong {
  color: #174f59;
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.35rem;
  margin-bottom: .4rem;
}

.privacy-page__summary p {
  line-height: 1.6;
}

.privacy-page__contents {
  display: flex;
  flex-wrap: wrap;
  gap: .55rem;
  margin: 1.5rem 0 2.4rem;
}

.privacy-page__contents a {
  background: #fff;
  border: 1px solid #ccdcde;
  border-radius: 999px;
  color: #174f59;
  font-size: .86rem;
  font-weight: 700;
  padding: .55rem .85rem;
  text-decoration: none;
}

.privacy-page section {
  scroll-margin-top: 1.5rem;
}

.privacy-page h2 {
  color: #174f59;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.65rem, 3vw, 2.15rem);
  font-weight: 500;
  margin: 2.5rem 0 .8rem;
}

.privacy-page h3 {
  color: #19363b;
  font-size: 1.08rem;
  margin: 1.55rem 0 .55rem;
}

.privacy-page p,
.privacy-page li {
  line-height: 1.68;
}

.privacy-page__cookie-groups {
  display: grid;
  gap: .8rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 1.25rem 0 2rem;
}

.privacy-page__cookie-groups article {
  background: #f7faf9;
  border: 1px solid #dbe6e7;
  border-radius: 15px;
  padding: 1rem;
}

.privacy-page__cookie-groups h3 {
  color: #174f59;
  margin: 0 0 .45rem;
}

.privacy-page__cookie-groups p {
  color: #5b7074;
  font-size: .9rem;
  margin: 0;
}

.privacy-page__cookie-table {
  font-size: .84rem;
  min-width: 680px;
}

.privacy-page__cookie-table th {
  background: #edf5f4;
  color: #174f59;
}

.privacy-page__cookie-table td,
.privacy-page__cookie-table th {
  border-color: #dce7e8;
  padding: .72rem;
  vertical-align: top;
}

.privacy-page__updated {
  border-top: 1px solid #d7e4e5;
  color: #687b7f;
  font-size: .82rem;
  margin-top: 2.5rem;
  padding-top: 1rem;
}

@media (max-width: 640px) {
  .privacy-page__cookie-groups {
    grid-template-columns: 1fr;
  }
}
