/* --------------------------------------------
   Footer — 2026 rebrand
   Frame: 1440 × 679, gap 100, pad 100 / 50 / 50
   -------------------------------------------- */
.crx-footer.main-footer {
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background: linear-gradient(360deg, rgba(176, 217, 255, 0.6) 0%, rgba(234, 218, 183, 0.1) 100%);
  color: var(--crx-dark);
  font-family: var(--crx-font);
}

.crx-footer__inner {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: var(--crx-page);
  min-height: calc(679px - 143.89px);
  margin-inline: auto;
  padding: var(--crx-section-y) 50px 0;
  box-sizing: border-box;
  gap: 100px;
}

.crx-footer__top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 100px;
  flex: 1 1 auto;
}

/* .crx-footer__subscribe {
  flex: 1 1 380px;
  max-width: 380px;
  margin: 0;
} */

.crx-footer.main-footer .crx-footer__subscribe-title,
.crx-footer.main-footer p.crx-footer__subscribe-title {
  margin: 0 0 24px;
  font-family: var(--crx-font);
  font-weight: 500;
  font-size: var(--crx-fs-tag);
  line-height: var(--crx-lh-title);
  letter-spacing: var(--crx-track-eyebrow);
  text-transform: uppercase;
  color: var(--crx-ink);
}

.crx-footer .form-box {
  margin-bottom: 28px;
}

.crx-footer.main-footer .subscribe-box .che-newsletter__field,
.crx-footer.main-footer .subscribe-box form {
  width: 100%;
  padding: 0;
  box-sizing: border-box;
  position: relative;
}

.crx-footer.main-footer .subscribe-box form input:not([type=submit]),
.crx-footer.main-footer .subscribe-box .che-newsletter__input {
  width: 100%;
  min-width: 0;
  min-height: 53px;
  border: 0;
  border-radius: 30px;
  background: var(--crx-white);
  color: var(--crx-dark);
  font-family: var(--crx-font);
  font-size: var(--crx-fs-small);
  padding: 0 10px 0 20px;
}

.crx-footer.main-footer .subscribe-box form input::placeholder,
.crx-footer.main-footer .subscribe-box .che-newsletter__input::placeholder {
  color: var(--crx-dark-30);
}

.crx-footer.main-footer .subscribe-box form [type=submit],
.crx-footer.main-footer .subscribe-box .che-newsletter__button {
  width: auto;
  height: 33px;
  margin: 0;
  padding: 0 15px;
  border: 0;
  border-radius: var(--crx-radius-pill);
  background: var(--crx-dark);
  color: var(--crx-white);
  font-family: var(--crx-font);
  font-weight: 500;
  right: 0;
  font-size: 13px;
  letter-spacing: var(--crx-track-body);
  white-space: nowrap;
  position: absolute;
  top: 10px;
  right: 10px;
}

.crx-footer.main-footer .subscribe-box .che-newsletter__field-error,
.crx-footer.main-footer .subscribe-box .che-newsletter__notice {
  color: var(--crx-dark);
}

.crx-footer__social {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
}

.crx-footer__social-list {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.crx-footer__social-list a {
  display: flex;
  width: 32px;
  height: 32px;
  overflow: clip;
}

.crx-footer__social-list img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: none;
  opacity: 1;
  transition: opacity var(--crx-ease);
}

.crx-footer__social-list a:hover img {
  opacity: 0.7;
  filter: none;
}

.crx-footer__seal {
  margin-top: 40px;
}

.crx-footer__seal img {
  width: 132px;
  height: auto;
  display: block;
}

.crx-footer__columns {
  display: flex;
  flex: 1 1 auto;
  justify-content: flex-end;
  gap: 100px;
}

.crx-footer.main-footer .crx-footer__col {
  min-width: 0;
  margin: 0;
}

.crx-footer.main-footer .crx-footer__col.wide-box {
  min-width: 0;
  margin: 0;
}

.crx-footer.main-footer .crx-footer__heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin: 0 0 20px;
  padding: 0;
  border: 0;
  background: none;
  color: var(--crx-dark);
  cursor: default;
  text-align: left;
}

.crx-footer.main-footer .crx-footer__heading span:first-child,
.crx-footer.main-footer .crx-footer__heading p {
  margin: 0;
  font-family: var(--crx-font);
  font-weight: 500;
  font-size: var(--crx-fs-tag);
  line-height: var(--crx-lh-title);
  letter-spacing: var(--crx-track-eyebrow);
  text-transform: uppercase;
  color: var(--crx-ink);
}

.crx-footer.main-footer .crx-footer__heading .icon {
  display: none;
}

.crx-footer.main-footer .crx-footer__col ul {
  margin: 0;
  padding: 0;
  list-style: none;
  max-height: none;
}

.crx-footer.main-footer .crx-footer__col ul li {
  margin: 0;
  max-width: none;
}

.crx-footer.main-footer .crx-footer__col ul li a {
  font-family: var(--crx-font);
  font-weight: 400;
  font-size: var(--crx-fs-small);
  line-height: var(--crx-lh-body);
  letter-spacing: var(--crx-track-body);
  color: var(--crx-ink);
  text-decoration: none;
  white-space: normal;
  transition: color var(--crx-ease);
  margin-bottom: 16px;
}

.crx-footer.main-footer .crx-footer__col ul li a:hover {
  color: var(--crx-dark);
}

.crx-footer.main-footer .crx-footer__bottom {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  width: 100%;
  max-width: none;
  margin: auto 0 0;
  padding: 0;
  border: 0;
}

.crx-footer.main-footer .crx-footer__bottom p {
  margin: 0;
  flex-shrink: 0;
  text-align: right;
  text-transform: none;
  font-weight: 400;
  font-size: var(--crx-fs-small);
  letter-spacing: var(--crx-track-body);
  color: var(--crx-dark-60);
}

.crx-footer.main-footer .crx-footer__logo {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  min-width: 0;
  margin: 0;
  padding: 0;
}

.crx-footer.main-footer .crx-footer__logo figure {
  display: flex;
  margin: 0;
}

.crx-footer.main-footer .crx-footer__logo figure img {
  display: block;
  width: min(484px, 100%);
  max-width: 100%;
  height: auto;
  object-fit: contain;
  opacity: 1;
}

@media (max-width: 1100px) {
  .crx-footer__top,
  .crx-footer__columns {
    gap: 48px;
  }

  .crx-footer__inner {
    min-height: 0;
    padding: 80px 40px 0;
  }

}

@media (max-width: 992px) {
  .crx-footer.main-footer {
    padding: 0;
  }

  .crx-footer__inner {
    padding: 48px 20px 0;
    gap: 40px;
  }

  .crx-footer__top {
    flex-direction: column;
    gap: 8px;
  }

  .crx-footer__subscribe {
    order: 2;
    max-width: 100%;
    margin-top: 32px;
  }

  .crx-footer.main-footer .crx-footer__subscribe-title,
  .crx-footer.main-footer p.crx-footer__subscribe-title {
    max-width: none;
    font-size: 14px;
  }

  .crx-footer__seal {
    margin-top: 20px;
  }

  .crx-footer__columns {
    order: 1;
    flex-direction: column;
    gap: 0;
    width: 100%;
  }

  .crx-footer.main-footer .crx-footer__col {
    width: 100%;
    border-bottom: 1px solid var(--crx-dark-30);
  }

  .crx-footer.main-footer .crx-footer__col:first-child {
    border-top: 1px solid var(--crx-dark-30);
  }

  .crx-footer.main-footer .crx-footer__heading {
    cursor: pointer;
    padding: 18px 0;
    margin: 0;
  }

  .crx-footer.main-footer .crx-footer__heading .icon {
    display: flex;
    width: 12px;
    height: 12px;
    transition: transform var(--crx-ease);
  }

  .crx-footer.main-footer .crx-footer__heading .icon img {
    width: 100%;
    height: 100%;
    filter: none;
  }

  .crx-footer.main-footer .crx-footer__heading.open .icon {
    transform: rotate(180deg);
  }

  .crx-footer.main-footer .crx-footer__col ul {
    display: none;
    padding-bottom: 16px;
  }

  .crx-footer.main-footer .crx-footer__heading.open + ul {
    display: block;
  }

  .crx-footer.main-footer .crx-footer__bottom {
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    gap: 24px;
    width: 100%;
    margin-top: 32px;
    margin-inline: 0;
  }

  .crx-footer.main-footer .crx-footer__bottom p {
    order: -1;
    text-align: center;
  }

  .crx-footer.main-footer .crx-footer__logo,
  .crx-footer.main-footer .crx-footer__logo figure {
    width: 100%;
    justify-content: center;
  }

  .crx-footer.main-footer .crx-footer__logo figure img {
    width: 100%;
    max-width: 100%;
  }
}

.crx-footer .che-newsletter {
  max-width: none;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
}

.crx-footer .che-newsletter__title {
  display: none;
}

.crx-footer .che-newsletter__input--error {
  border-color: #dc3545;
}

.crx-footer .che-newsletter__field-error {
  margin-top: 6px;
  font-size: 11px;
  line-height: 1.4;
  color: #dc3545;
  text-transform: none;
  font-weight: 400;
}

.crx-footer .che-newsletter__label {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.crx-footer .che-newsletter__notice {
  margin: 8px 0 0;
  padding: 0;
  font-size: var(--crx-fs-small);
  text-transform: none;
  font-weight: 400;
  border: 0;
  background: transparent;
}

.crx-footer .che-newsletter__recaptcha {
  margin: 10px 0 8px;
  transform: scale(0.82);
  transform-origin: left top;
  height: 78px;
  overflow: visible;
}

.crx-footer .che-newsletter__recaptcha > br {
  display: none;
}

.crx-footer .che-newsletter__notice--success {
  color: #005c12;
}

.crx-footer .che-newsletter__notice--error {
  color: #dc3545;
}

