@charset "UTF-8";
/**
 * Footer regions - capsule layout.
 */
.site-footer {
  position: relative;
  color: #0f172a;
  padding: 3.5rem 0 0 0;
}

.footer-shell {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.footer-row {
  padding: 1.25rem 0;
}

.footer-capsule {
  /* background-color: #ffffff;*/
  border-radius: 18px;
  /* padding: 1rem 1.25rem 1.5rem;*/
  /*box-shadow: 0px -1px 12px rgba(15, 23, 42, 0.12), 0 0 0 1px rgba(15, 23, 42, 0.04);*/
  border: none;
  /*background-color: #ffffff6e;*/
}

.footer-topbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.75rem;
  align-items: center;
  /*margin-bottom: 1.5rem;*/
  margin-left: 2rem;
  margin-right: 2rem;
}

.footer-capsule__topbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 1rem;
}

.footer-capsule__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.footer-capsule__switchers {
  display: flex;
  gap: 0.75rem;
  align-items: center;
}

.footer-actions__toggle {
  display: flex;
  gap: 0.5rem;
}

.footer-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  align-items: center;
}

.footer-actions__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.footer-bg-switcher {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.35rem 0.5rem;
  border-radius: 12px;
  background: #0f1115;
  border: 1px solid #0f1115;
  color: #f8f9fb;
}

.bg-switcher {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: 1px solid #cfd6e2;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.bg-switcher--white {
  background: #fff;
}

.bg-switcher--gray {
  background: #dfe4eb;
}

.bg-switcher.active {
  box-shadow: 0 0 0 2px #111827 inset;
  transform: scale(1.05);
}

.footer-chip {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.55rem 0.95rem;
  border-radius: 999px;
  background: #fff;
  color: #0b0f1a;
  text-decoration: none;
  font-weight: 600;
  border: 1px solid #dfe3eb;
  transition: all 0.2s ease;
}

.footer-chip:hover,
.footer-chip:focus {
  background: #f2f4f7;
  color: #111827;
  border-color: #cfd6e2;
}

.footer-actions__toggle .btn {
  color: #0f172a;
  border-color: #dfe3eb;
  background: #fff;
}

.footer-actions__toggle .is-active {
  background-color: #f5f6f8;
  color: #0f172a;
  border-color: #f5f6f8;
}

.footer-row--dynamic {
  position: relative;
  min-height: 220px;
  padding: 1rem;
  display: flex;
  align-items: center;
}

.footer-row--dynamic:not([data-dynamic-mode]) {
  display: none;
}

.footer-dynamic-pane {
  position: absolute;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(12px);
  transition: opacity 0.35s ease, transform 0.4s ease, visibility 0.35s ease;
  display: flex;
  align-items: center;
  width: 100%;
}

.footer-dynamic-pane[data-pane=newsletter] {
  display: grid;
  gap: 1rem;
  grid-template-columns: minmax(0, 2fr) minmax(0, 1fr);
  align-items: center;
}

.footer-dynamic-pane--categories .footer-cards-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  background: transparent;
  align-items: center;
  width: 100%;
}

.footer-dynamic-pane--contacts .footer-actions--contacts {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  width: 100%;
}

.footer-row--dynamic[data-dynamic-mode=newsletter] .footer-dynamic-pane[data-pane=newsletter],
.footer-row--dynamic[data-dynamic-mode=contacts] .footer-dynamic-pane[data-pane=contacts],
.footer-row--dynamic[data-dynamic-mode=categories] .footer-dynamic-pane[data-pane=categories] {
  position: relative;
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.footer-dynamic {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
}

.footer-dynamic--centered {
  justify-content: center;
}

.footer-logo--ghost {
  opacity: 0.35;
  filter: grayscale(1);
  transform: translateY(-2px);
  max-width: 140px;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

.footer-slogan {
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
}

.footer-slogan .headline {
  font-size: clamp(1.6rem, 3vw, 4rem);
  font-weight: 800;
  color: rgba(15, 23, 42, 0.45);
}

.footer-slogan--muted {
  margin-bottom: 0.2rem;
}

.footer-floor .footer-slogan--muted {
  gap: 0.3rem;
}

.footer-card {
  background: #fff;
  border: 1px solid #e5e8f0;
  border-radius: 12px;
  padding: 1rem;
  display: grid;
  gap: 0.75rem;
  min-height: 100%;
}

.footer-card--ghost {
  background: linear-gradient(180deg, #ffffff 0%, #f9fafc 100%);
  border: 1px solid #e8ebf2;
}

.footer-card--category {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 0.75rem;
  align-items: center;
  background: transparent;
  border: 0;
  border-radius: 0;
  padding: 0.5rem 0;
  box-shadow: none;
  background: #e1e1e1;
  border: 1px solid #e5e8f0;
  /*border-radius: 12px;*/
  padding: 1rem;
  display: grid;
  gap: 0.75rem;
  min-height: 100%;
}

.container-floor {
  border-top: 1px solid #ddd;
  padding-top: 2rem;
  background-color: #dfd9d1;
}

.footer-card__thumb {
  width: 100%;
  height: 120px;
  border-radius: 12px;
  background: linear-gradient(135deg, #eceff3 0%, #f7f9fc 100%);
  box-shadow: inset 0 1px 2px rgba(15, 23, 42, 0.08);
}

.footer-card__body {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  justify-content: center;
}

.footer-card__cta {
  margin-top: 0.75rem;
  display: flex;
  justify-content: flex-start;
}

.footer-card__cta .btn {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  border-color: #cfd4de;
  color: #0f172a;
}

.footer-card__cta .btn::after {
  content: "→";
  font-weight: 700;
  font-size: 0.95em;
}

.footer-card__icon {
  width: 44px;
  height: 44px;
  border-radius: 10px;
  background: #f1f4fb;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
}

.footer-card__title {
  font-weight: 700;
  margin-bottom: 0.25rem;
}

.footer-card__desc {
  font-size: 0.9rem;
  color: #4b5563;
}

.footer-card__meta {
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
  font-size: 0.85rem;
  color: #0f172a;
}

.footer-newsletter {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
  align-items: center;
}

.footer-newsletter input[type=email] {
  padding: 0;
  border-radius: 6px;
  border: 1px solid #dfe3eb;
  min-width: 240px;
  flex: 1 1 220px;
  background: #fff;
  box-shadow: inset 0 1px 2px rgba(15, 23, 42, 0.05);
}

.footer-newsletter input[type=email]:focus {
  outline: 2px solid #d8e2fb;
  border-color: #111827;
}

.footer-dynamic--secondary {
  display: flex;
  justify-content: flex-end;
}

.footer-floor {
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(0, 1.2fr);
  gap: 1rem;
  align-items: center;
  padding: 0;
  margin-left: 2rem;
  margin-right: 2rem;
}

.footer-floor__left {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
}

.footer-copy-inline {
  font-size: 0.95rem;
  color: #0f172a;
}

.footer-floor__right {
  display: flex;
  justify-content: flex-end;
  gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
}

.footer-newsletter--floor {
  flex-wrap: nowrap;
  align-items: center;
}

.footer-newsletter__field {
  display: flex;
  flex-direction: column;
  flex: 1 1 320px;
  gap: 0.35rem;
}

.footer-newsletter__title {
  font-size: 0.85rem;
  font-weight: 600;
  color: #6b7280;
  margin: 0;
}

.footer-newsletter__input-wrap {
  position: relative;
  display: flex;
  align-items: center;
}

.footer-newsletter__input-wrap input[type=email] {
  padding-left: 12px;
  padding-right: 42px;
  min-height: 40px;
}

.footer-newsletter__submit {
  position: absolute;
  right: 4px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 6px;
  padding: 0.25rem 0.5rem;
  background: #f5f6f8;
  color: #0f172a;
  border-color: #dfe3eb;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.footer-newsletter__submit:hover {
  background: #e7eaf0;
}

.footer-floor__right-row {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  flex-wrap: nowrap;
}

.footer-row--bottom {
  border-top: 1px solid #e5e7eb;
  padding-top: 1rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: space-between;
  align-items: center;
}

.footer-bottom__copy {
  font-size: 0.95rem;
}

.footer-bottom__links {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 1.25rem;
  flex-wrap: wrap;
  align-items: center;
}

.footer-bottom__links a {
  color: inherit;
  font-weight: 600;
  text-decoration: none;
}

.footer-bottom__links a:hover {
  color: #0f172a;
}

@media (max-width: 991.98px) {
  body {
    padding-bottom: calc(72px + env(safe-area-inset-bottom, 0));
  }
  .footer-row--dynamic {
    min-height: 0;
  }
  .footer-dynamic-pane[data-pane=newsletter] {
    grid-template-columns: 1fr;
  }
  .footer-floor {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 575.98px) {
  .footer-newsletter {
    flex-direction: column;
    align-items: stretch;
  }
  .footer-newsletter input[type=email] {
    width: 100%;
  }
  .footer-actions__toggle {
    width: 100%;
    justify-content: flex-end;
  }
  .footer-dynamic-pane--categories .footer-cards-grid {
    grid-template-columns: 1fr;
  }
  .footer-card--category {
    grid-template-columns: 1fr;
    padding: 0.5rem 0;
  }
  .footer-dynamic-pane--categories .footer-cards-grid::before {
    display: none;
  }
}
.footer-bottom-bar {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1020;
  background-color: #ffffff;
  box-shadow: 0 -4px 12px rgba(0, 0, 0, 0.08);
  padding-bottom: env(safe-area-inset-bottom, 0);
}

.bottom-bar {
  max-width: 480px;
  margin: 0 auto;
  padding: 0.25rem 1.25rem calc(0.75rem + env(safe-area-inset-bottom, 0));
}

.bottom-bar__nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 0.5rem;
}

.bottom-bar__item {
  flex: 1 1 0;
  text-align: center;
}

.bottom-bar__link {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
  padding: 0.5rem 0.25rem;
  border-radius: 12px;
  color: inherit;
  font-size: 0.75rem;
  font-weight: 600;
  text-decoration: none;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.bottom-bar__link svg {
  display: block;
}

.bottom-bar__link:hover,
.bottom-bar__link:focus {
  background-color: rgba(0, 0, 0, 0.06);
  color: #111;
}

.bottom-bar__text {
  line-height: 1;
  white-space: nowrap;
}

@media (min-width: 992px) {
  .footer-bottom-bar {
    display: none;
  }
}

/*# sourceMappingURL=footer.css.map */
