.privacy-page {
  --privacy-deep: #123f48;
  --privacy-teal: #2f6b6f;
  --privacy-accent: #93bcb5;
  --privacy-ink: #183236;
  --privacy-body: #46595b;
  --privacy-line: #dfe9e6;
  --privacy-soft: #f3f7f6;
  background: #edf3f1;
  color: var(--privacy-ink);
}

.privacy-page .page-wrap {
  background: #edf3f1;
}

.privacy-page .title-section {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: clamp(72px, 9vw, 132px) 0 clamp(92px, 11vw, 156px);
  background:
    radial-gradient(circle at 82% 20%, rgba(198, 226, 219, .22), transparent 27%),
    radial-gradient(circle at 12% 115%, rgba(134, 184, 177, .28), transparent 31%),
    linear-gradient(135deg, #0f3943 0%, #174f57 50%, #2b6869 100%);
  color: #fff;
}

.privacy-page .title-section::before,
.privacy-page .title-section::after {
  content: "";
  position: absolute;
  z-index: -1;
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 50%;
  pointer-events: none;
}

.privacy-page .title-section::before {
  width: 360px;
  height: 360px;
  top: -210px;
  right: 8%;
}

.privacy-page .title-section::after {
  width: 520px;
  height: 520px;
  right: -290px;
  bottom: -365px;
}

.privacy-page .title-section-wrap {
  width: min(100%, 1040px);
  margin: 0 auto;
}

.privacy-page .title-section .subtitle {
  margin-bottom: 22px;
}

.privacy-page .title-section .caption {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 8px 14px;
  border: 1px solid rgba(255, 255, 255, .26);
  border-radius: 999px;
  background: rgba(255, 255, 255, .09);
  color: #eff8f5;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: .16em;
  text-decoration: none;
  backdrop-filter: blur(8px);
}

.privacy-page .title-section h1 {
  max-width: 960px;
  margin: 0;
  color: #fff;
  font-size: clamp(48px, 6.3vw, 82px);
  font-weight: 600;
  line-height: 1.02;
  letter-spacing: -.045em;
}

.privacy-page .title-section p {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  margin: 28px 0 0;
  color: rgba(255, 255, 255, .84);
  font-size: 15px;
  font-weight: 600;
  letter-spacing: .01em;
}

.privacy-page .title-section p::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #afd5ce;
  box-shadow: 0 0 0 5px rgba(175, 213, 206, .13);
}

.privacy-page .section.to-top {
  position: relative;
  padding: 0 0 clamp(80px, 9vw, 132px);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .36), transparent 290px),
    #edf3f1;
}

.privacy-page .section.to-top .container {
  position: relative;
  z-index: 2;
  transform: translateY(-42px);
}

.privacy-page .info-wrap {
  position: relative;
  display: block;
  width: min(100%, 1040px);
  margin: 0 auto;
  overflow: hidden;
  border: 1px solid rgba(25, 78, 83, .12);
  border-radius: 26px;
  background: #fff;
  box-shadow:
    0 34px 80px rgba(28, 71, 73, .11),
    0 7px 24px rgba(28, 71, 73, .06);
}

.privacy-page .info-wrap::before {
  content: "";
  position: absolute;
  z-index: 2;
  inset: 0 0 auto;
  height: 5px;
  background: linear-gradient(90deg, #7faea7, #d2e6e1 55%, #4f8584);
}

.privacy-page .info-wrap > div {
  position: relative;
  padding: clamp(34px, 4.5vw, 54px) clamp(28px, 5.2vw, 64px);
  border-bottom: 1px solid var(--privacy-line);
}

.privacy-page .info-wrap > div:last-child {
  border-bottom: 0;
}

.privacy-page .info-wrap > div:first-child {
  padding-top: clamp(44px, 5.2vw, 64px);
  background:
    radial-gradient(circle at 100% 0, rgba(147, 188, 181, .16), transparent 30%),
    linear-gradient(180deg, #f8fbfa 0%, #fff 100%);
}

.privacy-page .info-title {
  position: relative;
  margin: 0 0 24px;
  padding-left: 20px;
  color: var(--privacy-deep);
  font-size: clamp(22px, 2.25vw, 29px);
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: -.025em;
}

.privacy-page .info-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: .13em;
  width: 4px;
  height: 1.08em;
  border-radius: 999px;
  background: linear-gradient(180deg, #4d8583, #a5cac3);
}

.privacy-page .info-wrap h6 {
  margin: 30px 0 9px;
  color: #24545a;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: -.008em;
}

.privacy-page .info-wrap .info-title + h6 {
  margin-top: 0;
}

.privacy-page .info-wrap p {
  max-width: 82ch;
  margin: 0 0 16px;
  color: var(--privacy-body);
  font-size: 16px;
  font-weight: 450;
  line-height: 1.82;
}

.privacy-page .info-wrap p:last-child {
  margin-bottom: 0;
}

.privacy-page .info-block {
  max-width: 84ch;
  margin: 20px 0;
  padding: 20px 24px;
  border: 1px solid #dce9e6;
  border-radius: 16px;
  background: var(--privacy-soft);
}

.privacy-page .info-block p {
  color: #324e51;
}

.privacy-page .info-wrap ul {
  display: grid;
  gap: 11px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.privacy-page .info-wrap li {
  position: relative;
  padding-left: 23px;
  color: #3d5456;
  font-size: 15.5px;
  line-height: 1.65;
}

.privacy-page .info-wrap li::before {
  content: "";
  position: absolute;
  left: 1px;
  top: .68em;
  width: 7px;
  height: 7px;
  border: 2px solid #6d9e99;
  border-radius: 50%;
  background: #fff;
}

.privacy-page .info-wrap > div:nth-child(10) .info-block {
  max-width: none;
  background: #f6f9f8;
}

.privacy-page .info-wrap > div:nth-child(10) .info-block ul {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 14px;
}

.privacy-page .info-wrap > div:nth-child(10) .info-block li {
  min-height: 100%;
  padding: 13px 15px 13px 36px;
  border: 1px solid #e0e9e7;
  border-radius: 11px;
  background: #fff;
}

.privacy-page .info-wrap > div:nth-child(10) .info-block li::before {
  left: 16px;
  top: 1.14em;
}

.privacy-page .info-wrap a {
  color: #1f686c;
  font-weight: 650;
  text-decoration-color: rgba(31, 104, 108, .38);
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  transition: color .2s ease, text-decoration-color .2s ease;
}

.privacy-page .info-wrap a:hover {
  color: #0f454b;
  text-decoration-color: currentColor;
}

.privacy-page .info-wrap strong {
  color: #25464a;
}

.privacy-page .cta-section {
  margin-top: 0;
}

@media (max-width: 991px) {
  .privacy-page .title-section {
    padding-top: 74px;
    padding-bottom: 118px;
  }

  .privacy-page .section.to-top .container {
    transform: translateY(-30px);
  }

  .privacy-page .info-wrap {
    border-radius: 22px;
  }
}

@media (max-width: 767px) {
  .privacy-page .title-section {
    padding: 58px 0 92px;
  }

  .privacy-page .title-section .subtitle {
    margin-bottom: 18px;
  }

  .privacy-page .title-section .caption {
    max-width: 100%;
    font-size: 10px;
    letter-spacing: .12em;
  }

  .privacy-page .title-section h1 {
    font-size: clamp(40px, 11vw, 58px);
  }

  .privacy-page.is-language-de .title-section h1,
  .privacy-page--german .title-section h1 {
    min-width: 0;
    width: 100%;
    font-size: clamp(36px, 8.8vw, 52px);
    letter-spacing: -.055em;
    overflow-wrap: anywhere;
  }

  .privacy-page .title-section p {
    margin-top: 22px;
    font-size: 14px;
  }

  .privacy-page .section.to-top {
    padding-bottom: 72px;
  }

  .privacy-page .section.to-top .container {
    transform: translateY(-22px);
  }

  .privacy-page .info-wrap {
    border-radius: 18px;
  }

  .privacy-page .info-wrap > div,
  .privacy-page .info-wrap > div:first-child {
    padding: 32px 24px;
  }

  .privacy-page .info-title {
    margin-bottom: 20px;
    padding-left: 16px;
    font-size: 22px;
  }

  .privacy-page .info-wrap h6 {
    margin-top: 25px;
    font-size: 16px;
  }

  .privacy-page .info-wrap p {
    font-size: 15px;
    line-height: 1.75;
  }

  .privacy-page .info-block {
    padding: 17px 18px;
    border-radius: 13px;
  }

  .privacy-page .info-wrap > div:nth-child(10) .info-block ul {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 479px) {
  .privacy-page .title-section {
    padding-top: 46px;
  }

  .privacy-page .title-section::before {
    right: -180px;
  }

  .privacy-page .info-wrap > div,
  .privacy-page .info-wrap > div:first-child {
    padding: 28px 19px;
  }

  .privacy-page .info-title {
    font-size: 20px;
  }

  .privacy-page.is-language-de .title-section h1,
  .privacy-page--german .title-section h1 {
    font-size: clamp(28px, 8.9vw, 36px);
  }

  .privacy-page .info-block {
    margin: 17px 0;
    padding: 15px;
  }
}
