/* ============================================================
   Стилі інформаційних сторінок.
   Наразі: сторінка «Програма лояльності» (figma 2128:35462).
   HTML верстки віддається з контролю information/information
   (див. блок з class="loyalty-page"). Файл підключається лише
   на цій сторінці через $this->document->addStyle(...).
   ============================================================ */
.description .loyalty-page {
  font-family: 'Fixel Text', sans-serif;
  color: #141414;
}

/* Коротка лінія-роздільник під заголовком H1 (за макетом) */
.description .loyalty-page__divider {
  width: 64px;
  height: 1px;
  margin: 8px auto 32px;
  background: #141414;
}

.description .loyalty-page p {
  margin: 0 0 14px;
  font-size: 14px;
  line-height: 1.4;
}

.description .loyalty-page__title {
  margin: 40px 0 20px;
  font-family: 'Fixel Text', sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: .04em;
}

.description .loyalty-page__list {
  margin: 0 0 14px;
  padding: 0;
  list-style: none !important;
}

.description .loyalty-page__list li {
  position: relative;
  padding-left: 20px !important;
  margin: 0 0 6px !important;
  font-size: 14px;
  line-height: 1.4;
  list-style: none !important;
}

.description .loyalty-page__list li::before {
  content: '·';
  position: absolute;
  left: 6px;
}

.description .loyalty-page__list--num {
  counter-reset: li;
}

.description .loyalty-page__list--num li::before {
  content: counter(li) '.';
  counter-increment: li;
  left: 0;
}

.description .loyalty-page__highlight {
  margin: 20px 0;
  padding: 16px 20px;
  background: #FAFAFA;
  font-weight: 700;
  font-size: 14px;
}

.description .loyalty-page__cta {
  margin-top: 40px;
  padding: 24px;
  background: #FAFAFA;
  text-align: center;
}

.description .loyalty-page__cta .loyalty-page__title {
  margin: 0 0 32px;
}

.description .loyalty-page__cta p {
  max-width: 560px;
  margin: 0 auto 32px;
  text-align: center !important;
}

.description .loyalty-page__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  max-width: 530px;
  min-height: 44px;
  padding: 10px 16px;
  background: #000000;
  border: 1px solid #141414;
  color: #FFFFFF !important;
  font-family: 'Fixel Text', sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
  text-decoration: none !important;
  letter-spacing: .02em;
}

.description .loyalty-page__btn:hover {
  background: #141414;
  color: #FFFFFF !important;
}

.description .loyalty-page__btn::after {
  content: '';
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M9.78 18.65l.28-4.23 7.68-6.92c.34-.31-.07-.46-.52-.19L7.74 13.3 3.64 12c-.88-.25-.89-.86.2-1.3l15.97-6.16c.73-.33 1.43.18 1.15 1.3l-2.72 12.81c-.19.91-.74 1.13-1.5.71L12.6 16.3l-1.99 1.93c-.23.23-.42.42-.83.42z'/%3E%3C/svg%3E") no-repeat center / contain;
}

/* ============================================================
   Інформаційна сторінка: Оплата і доставка (figma 2128:35713)
   ============================================================ */
.description .pd-page {
  font-family: 'Fixel Text', sans-serif;
  color: #141414;
}

.description .pd-page p {
  margin: 0 0 14px;
  font-size: 14px;
  line-height: 1.4;
}

.description .pd-page__section-title {
  margin: 48px 0 24px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: .04em;
}

.description .pd-page > .pd-page__section-title:first-child {
  margin-top: 0;
}

.description .pd-page__subtitle {
  margin: 32px 0 16px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: .04em;
}

.description .pd-page__method {
  margin: 24px 0 12px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
}

.description .pd-page__strong {
  margin: 0 0 8px;
  font-weight: 500;
}

.description .pd-page__list {
  margin: 0 0 14px;
  padding: 0;
  list-style: none !important;
}

.description .pd-page__list li {
  position: relative;
  padding-left: 20px !important;
  margin: 0 0 6px !important;
  font-size: 14px;
  line-height: 1.4;
  list-style: none !important;
}

.description .pd-page__list li::before {
  content: '·';
  position: absolute;
  left: 6px;
}

.description .pd-page__highlight {
  margin: 24px 0;
  padding: 16px;
  background: #FAFAFA;
  font-size: 14px;
  line-height: 1.4;
}

.description .pd-page__divider {
  width: 64px;
  height: 1px;
  margin: 8px auto 32px;
  background: #141414;
}

.description .pd-page__np-logo {
  display: inline-block;
  width: 43px;
  height: auto;
  margin-left: 8px;
  vertical-align: middle;
}
