.support-page {
  width: 100%;
}

.support-links {
  width: 100%;
  max-width: 720px;
  margin: 0 auto;
  color: #604a3d;
}

.support-links--page {
  padding: 8px 0 24px;
}

.support-links--modal {
  max-width: none;
}

.support-links__header {
  margin-bottom: 20px;
}

.support-links__title {
  margin: 0 0 12px;
  font-family: "PFBeauSansPro", "Arial", sans-serif;
  font-size: 28px;
  line-height: 1.2;
  font-weight: 400;
  color: #604a3d;
}

.support-links__subtitle {
  margin: 0;
  font-size: 16px;
  line-height: 1.5;
  color: #a38979;
}

.support-links__list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.support-links__item {
  display: flex;
  align-items: center;
  gap: 16px;
  min-height: 76px;
  padding: 16px 18px;
  border: 1px solid #e8e1dd;
  border-radius: 20px;
  background: #ffffff;
  color: #604a3d;
  text-decoration: none;
  box-sizing: border-box;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.support-links__item:hover {
  border-color: #d8cdc7;
  box-shadow: 0 8px 24px rgba(96, 74, 61, 0.08);
  transform: translateY(-1px);
}

.support-links__item:focus {
  outline: none;
  border-color: #b0cc63;
  box-shadow: 0 0 0 3px rgba(176, 204, 99, 0.2);
}

.support-links__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 48px;
  width: 48px;
  height: 48px;
  border-radius: 16px;
  background: #f7f4f2;
}

.support-links__icon img,
.support-links__icon svg {
  display: block;
}

.support-links__content {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
}

.support-links__label {
  font-size: 13px;
  line-height: 1.35;
  color: #a38979;
}

.support-links__value {
  font-size: 16px;
  line-height: 1.4;
  font-weight: 700;
  color: #604a3d;
  word-break: break-word;
}

.support-links__item--chat {
  border-color: rgba(176, 204, 99, 0.55);
  background: linear-gradient(180deg, #ffffff 0%, #f9fbf1 100%);
}

.support-links__item--chat .support-links__icon {
  background: #eef5db;
}

.modal--support {
  top: 8%;
  max-width: 430px;
  max-height: 84vh;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 32px 20px 24px;
  box-sizing: border-box;
}

.modal__wrapper--support {
  align-items: stretch;
}

.modal--support .support-links__title {
  padding-right: 52px;
  box-sizing: border-box;
}

.mobile-footer-nav {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  display: none;
  align-items: stretch;
  justify-content: space-between;
  background: #ffffff;
  box-shadow: 0 -4px 20px rgba(96, 74, 61, 0.14);
}

.mobile-footer-nav__item {
  position: relative;
  display: flex;
  flex: 1 1 20%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 72px;
  padding: 10px 6px 8px;
  color: #604a3d;
  text-decoration: none;
  box-sizing: border-box;
}

.mobile-footer-nav__item::before {
  content: "";
  position: absolute;
  top: 14px;
  bottom: 14px;
  left: 0;
  width: 1px;
  background: rgba(96, 74, 61, 0.12);
}

.mobile-footer-nav__item:first-child::before {
  display: none;
}

.mobile-footer-nav__item--active {
  color: #b0cc63;
}

.mobile-footer-nav__item--active .mobile-footer-nav__text {
  color: #b0cc63;
}

.mobile-footer-nav__icon {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
}

.mobile-footer-nav__text {
  font-size: 11px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #604a3d;
  text-align: center;
}

.mobile-footer-nav__count {
  position: absolute;
  top: -4px;
  right: -10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 18px;
  height: 18px;
  padding: 0 5px;
  border-radius: 999px;
  background: #b0cc63;
  color: #ffffff;
  font-size: 10px;
  line-height: 1;
  font-weight: 700;
  box-sizing: border-box;
}

@media (max-width: 767px) {
  body.mobile-footer-nav-enabled {
    padding-bottom: 84px;
  }

  .mobile-footer-nav {
    display: flex;
  }

  .support-links__title {
    font-size: 24px;
  }

  .support-links__subtitle {
    font-size: 15px;
  }

  .support-links__item {
    min-height: 72px;
    padding: 14px 16px;
    border-radius: 18px;
  }
}
