.lp-footer {
  position: relative;
  z-index: 2;
  background: #fff;
}

.lp-footer__wrap {
  max-width: var(--large-container-width);
  width: 100%;
  margin: 0 auto;
  padding: 0 28px;
  display: flex;
  align-items: center;
}

.lp-footer__nav {
  background: #fff;
  border-top: 1px solid #ececec;
}

.lp-footer__nav .lp-footer__wrap {
  min-height: 54px;
}

.lp-footer__nav ul {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  list-style: none;
  margin: 0;
  padding: 0;
}

.lp-footer__nav li {
  margin: 0;
  padding: 0;
}

.lp-footer__nav a {
  display: inline-flex;
  align-items: center;
  padding: 0 16px;
  color: #1a1a1a !important;
  font-family: var(--title-font);
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 54px;
  text-transform: uppercase;
  text-decoration: none !important;
  white-space: nowrap;
  transition: background 0.18s ease;
}

.lp-footer__nav a:hover {
  background: #ececec;
  color: #1a1a1a !important;
}

.lp-footer__bar {
  background: #ff3a00;
  color: #fff;
}

.lp-footer__bar .lp-footer__wrap {
  min-height: 72px;
  gap: 24px;
}

.lp-footer__logo {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
  line-height: 0;
}

.lp-footer__logo img {
  display: block;
  height: 48px;
  width: auto;
  max-width: 180px;
  object-fit: contain;
  margin: 0;
}

.lp-footer__utils {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1 1 auto;
  gap: 32px;
  min-width: 0;
}

.lp-footer__util {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #fff !important;
  font-family: var(--title-font);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1;
  text-transform: uppercase;
  text-decoration: none !important;
  white-space: nowrap;
  transition: opacity 0.2s ease;
}

.lp-footer__util:hover,
.lp-footer__util:focus {
  color: #fff !important;
  opacity: 0.82;
}

.lp-footer__util svg {
  flex: 0 0 auto;
  display: block;
}

.lp-footer__legal {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 16px 20px;
  flex: 0 0 auto;
  color: #fff;
  font-family: var(--text-font);
  font-size: 13px;
}

.lp-footer__legal a,
.lp-footer__legal span {
  color: #fff !important;
  text-decoration: none !important;
  font-weight: 500;
}

.lp-footer__legal a:hover {
  opacity: 0.82;
}

.brands-slider-section {
  background: #fff !important;
  border-top: 1px solid #ececec;
  border-bottom: 0 !important;
  padding: 36px 0 28px;
  z-index: 0;
  isolation: isolate;
}

.brands-slider-wrapper::before {
  background: linear-gradient(to right, #fff, rgba(255, 255, 255, 0)) !important;
}

.brands-slider-wrapper::after {
  background: linear-gradient(to left, #fff, rgba(255, 255, 255, 0)) !important;
}

.brand-item::after {
  background: #ff3a00 !important;
}

.scroll-to-top {
  position: fixed !important;
  background: #ff3a00 !important;
  color: #fff !important;
  border: 0 !important;
  z-index: 2147483000 !important;
  right: 20px;
  transition: bottom 0.2s ease, background 0.2s ease !important;
}

@media (max-width: 1199px) {
  .lp-footer__nav a {
    padding: 0 12px;
    font-size: 14px;
  }

  .lp-footer__utils {
    gap: 18px;
  }

  .lp-footer__legal {
    max-width: 220px;
  }
}

@media (max-width: 991px) {
  .lp-footer__nav .lp-footer__wrap,
  .lp-footer__bar .lp-footer__wrap {
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 16px 20px;
    gap: 16px;
    min-height: 0;
  }

  .lp-footer__nav ul {
    justify-content: center;
  }

  .lp-footer__nav a {
    line-height: 42px;
  }

  .lp-footer__utils {
    flex-wrap: wrap;
    justify-content: center;
  }

  .lp-footer__legal {
    max-width: none;
    justify-content: center;
  }
}

/* Exit-intent modal */
.exit-intent-modal-overlay {
  background: rgba(0, 0, 0, 0.62);
  padding: 20px;
}

.exit-intent-modal {
  max-width: 480px;
  padding: 36px 32px 28px;
  border: 0;
  border-top: 4px solid #ff3a00;
  border-radius: 0;
  box-shadow: none;
  background: #fff;
  text-align: left;
}

.exit-intent-modal-close {
  top: 10px;
  right: 14px;
  width: 36px;
  height: 36px;
  color: #111;
  font-size: 32px;
  line-height: 32px;
}

.exit-intent-modal-close:hover {
  color: #ff3a00;
}

.exit-intent-modal-icon {
  display: none;
}

.exit-intent-modal-kicker {
  display: block;
  margin-bottom: 10px;
  color: #ff3a00;
  font-family: var(--title-font);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.exit-intent-modal-title {
  margin: 0 0 12px;
  color: #111;
  font-family: var(--title-font);
  font-size: clamp(28px, 4vw, 40px);
  font-weight: 800;
  line-height: 0.98;
  text-transform: uppercase;
}

.exit-intent-modal-text {
  margin: 0 0 24px;
  color: #555;
  font-size: 16px;
  line-height: 1.5;
}

.exit-intent-modal-actions {
  gap: 8px;
}

.exit-intent-modal-btn {
  min-height: 48px;
  padding: 0 22px;
  border-radius: 0;
  font-family: var(--title-font);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.06em;
}

.exit-intent-modal-btn-primary {
  background: #ff3a00;
  border-color: #ff3a00;
  color: #fff !important;
}

.exit-intent-modal-btn-primary:hover {
  background: #e63500;
  border-color: #e63500;
  color: #fff !important;
}

.exit-intent-modal-btn-secondary {
  background: #fff;
  border-color: #111;
  color: #111 !important;
}

.exit-intent-modal-btn-secondary:hover {
  background: #111;
  border-color: #111;
  color: #fff !important;
}

.exit-intent-modal-dismiss {
  margin-top: 16px;
  color: #888;
  font-family: var(--title-font);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-decoration: none;
}

.exit-intent-modal-dismiss:hover {
  color: #111;
}

@media (max-width: 575px) {
  .exit-intent-modal {
    padding: 28px 20px 22px;
  }
}
