.cookie-consent {
  position: fixed;
  right: 1.25rem;
  bottom: 1.25rem;
  z-index: 9999;
  width: min(100% - 2rem, 28rem);
  padding: 1.25rem;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background: #173c37;
  color: #fff;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.24);
  font-family: inherit;
}

.cookie-consent[hidden] {
  display: none;
}

.cookie-consent__title {
  margin: 0 0 0.5rem;
  color: #fff;
  font-size: 1.1rem;
  line-height: 1.3;
  font-weight: 700;
}

.cookie-consent__text {
  margin: 0 0 1rem;
  color: rgba(255, 255, 255, 0.86);
  font-size: 0.92rem;
  line-height: 1.55;
}

.cookie-consent__text a {
  color: #fff;
  text-decoration: underline;
}

.cookie-consent__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.cookie-consent__button {
  min-height: 2.5rem;
  padding: 0.65rem 0.9rem;
  border: 1px solid rgba(255, 255, 255, 0.58);
  border-radius: 6px;
  background: transparent;
  color: #fff;
  cursor: pointer;
  font: inherit;
  font-size: 0.9rem;
}

.cookie-consent__button:hover,
.cookie-consent__button:focus-visible {
  border-color: #fff;
  outline: none;
}

.cookie-consent__button--primary {
  border-color: #fff;
  background: #fff;
  color: #173c37;
  font-weight: 700;
}

.cookie-consent__settings {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.cookie-consent__option {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 0.85rem;
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.9rem;
  line-height: 1.45;
}

.cookie-consent__option strong {
  display: block;
  color: #fff;
}

.cookie-consent__option input {
  width: 1.1rem;
  height: 1.1rem;
  margin-top: 0.15rem;
}

.cookie-preferences-link {
  border: 0;
  background: transparent;
  color: inherit;
  cursor: pointer;
  font: inherit;
  text-align: left;
  text-decoration: none;
}

.footer-links {
  justify-content: center;
  align-items: center;
  gap: clamp(2rem, 5vw, 5rem);
  width: min(70%, 760px);
  margin-left: auto;
  margin-right: auto;
  flex-wrap: nowrap;
}

.footer-links .ui-footer-link {
  flex: 0 0 auto;
}

.footer-secondary-links {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: -1rem;
  margin-bottom: 1.5rem;
}

.footer-secondary-links .cookie-preferences-link {
  margin-bottom: 0;
  text-align: center;
  opacity: 0.72;
  font-size: 0.85rem;
}

.cookie-preferences-link:hover,
.cookie-preferences-link:focus-visible {
  text-decoration: underline;
  outline: none;
}

.content-page {
  background: #f7f4ef;
  color: #173c37;
}

.content-page__inner {
  width: min(100% - 2rem, 960px);
  margin: 0 auto;
  padding: 7rem 0 5rem;
}

.content-page h1 {
  margin: 0 0 1rem;
  color: #173c37;
  font-size: clamp(2.2rem, 4vw, 4rem);
  line-height: 1.05;
}

.content-page h2 {
  margin: 2.5rem 0 0.8rem;
  color: #173c37;
  font-size: 1.45rem;
  line-height: 1.25;
}

.content-page p,
.content-page li {
  color: #244f49;
  font-size: 1rem;
  line-height: 1.7;
}

.content-page a {
  color: #173c37;
  font-weight: 700;
}

.content-page__lead {
  max-width: 45rem;
  margin-bottom: 2rem;
  font-size: 1.15rem;
}

.faq-list {
  display: grid;
  gap: 1rem;
  margin-top: 2rem;
}

.faq-item {
  padding: 1.25rem;
  border: 1px solid rgba(23, 60, 55, 0.14);
  border-radius: 8px;
  background: #fff;
}

.faq-item h2 {
  margin-top: 0;
}

@media (max-width: 767px) {
  .cookie-consent {
    right: 1rem;
    bottom: 1rem;
    width: calc(100% - 2rem);
  }

  .cookie-consent__actions {
    flex-direction: column;
  }

  .cookie-consent__button {
    width: 100%;
  }

  .content-page__inner {
    padding-top: 5.5rem;
  }

  .footer-links {
    width: 100%;
    flex-direction: column;
    gap: 0;
  }

  .footer-secondary-links {
    margin-top: 0;
  }
}
