.lux-footer-section,
.lux-footer-section * {
  box-sizing: border-box;
}

.lux-footer-section {
  width: 100%;
  background: #ffffff;
  padding: 0 24px 18px;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #222222;
}

.lux-footer-cta {
  width: 90%;
  max-height: 180px;
  margin: 0 auto 36px;
  padding: 28px 72px;
  background: #fb5202;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 48px;
  box-shadow: 0 14px 35px rgba(251, 82, 2, 0.28);
}

.lux-footer-cta-left {
  display: flex;
  align-items: center;
  gap: 28px;
}

.lux-footer-cta-icon {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 48px;
}

.lux-footer-cta-icon img {
  width: 48px;
  height: 48px;
  display: block;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

.lux-footer-cta-copy h2 {
  margin: 0;
  font-size: clamp(22px, 2vw, 34px);
  line-height: 1.15;
  font-weight: 900;
  text-transform: uppercase;
  color: #ffffff;
}

.lux-footer-cta-copy p {
  margin: 8px 0 0;
  font-size: clamp(15px, 1.15vw, 21px);
  line-height: 1.4;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.9);
}

.lux-footer-cta-button {
  min-width: 260px;
  min-height: 68px;
  padding: 0 36px;
  border-radius: 6px;
  background: #ffffff;
  color: #fb5202;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 34px;
  text-decoration: none;
  text-transform: uppercase;
  font-size: clamp(18px, 1.4vw, 26px);
  line-height: 1;
  font-weight: 900;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.lux-footer-cta-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.18);
}

.lux-footer-cta-button span {
  font-size: 42px;
  line-height: 0.7;
}

.lux-footer-main {
  width: 90%;
  display: grid;
  grid-template-columns: 35% 1fr 1fr 1fr 1fr;
  gap: 36px;
  align-items: start;
}

.lux-footer-brand {
  display: grid;
  grid-template-columns: 200px 1fr;
  gap: 34px;
}

.lux-footer-logo-wrap {
  width: 200px;
  justify-content: center;
  align-items: baseline;
  display: flex;
}

.lux-footer-logo-wrap img {
  width: 250px;
  height: 150px;
  display: block;
  object-fit: contain
}

.lux-footer-brand p {
  margin: 0;
  font-size: clamp(15px, 1vw, 19px);
  line-height: 1.75;
  font-weight: 400;
  color: #383838;
  align-self: center;
}

.lux-footer-links,
.lux-footer-legal,
.lux-footer-contact,
.lux-footer-social {
  min-height: 160px;
  padding-left: 42px;
  border-left: 1px solid #dcdcdc;
}

.lux-footer-links h3,
.lux-footer-legal h3,
.lux-footer-contact h3,
.lux-footer-social h3 {
  margin: 0 0 24px;
  font-size: clamp(16px, 1.05vw, 21px);
  line-height: 1;
  font-weight: 900;
  text-transform: uppercase;
  color: #222222;
}

.lux-footer-links,
.lux-footer-legal {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.lux-footer-links a,
.lux-footer-legal a {
  display: block;
  width: fit-content;
  margin: 0;
  text-decoration: none;
  font-size: clamp(14px, 0.95vw, 18px);
  line-height: 2;
  font-weight: 400;
  color: #444444;
}

.lux-footer-links a:hover,
.lux-footer-legal a:hover {
  color: #fb5202;
  transform: translateX(2px);
}

.lux-footer-contact {
  display: flex;
  flex-direction: column;
}

.lux-footer-contact-item {
  display: flex;
  align-items: center;
  gap: 16px;
  text-decoration: none;
  color: #444444;
  font-size: clamp(14px, 0.95vw, 18px);
  line-height: 2;
  font-weight: 400;
}
.lux-footer-contact-item:hover {
  color: #fb5202;
  transform: translateX(2px);
}

.lux-footer-contact-item:hover img {
  filter:
    brightness(0)
    saturate(100%)
    invert(44%)
    sepia(95%)
    saturate(3423%)
    hue-rotate(10deg)
    brightness(102%)
    contrast(102%);
}

.lux-footer-contact-icon,
.lux-footer-social-icon {
  width: 1.25rem;
  height: 1.25rem;
  margin-top: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 1.25rem;
}

.lux-footer-contact-icon img,
.lux-footer-social-icon img {
  width: 1.25rem;
  height: 1.25rem;
  display: block;
  object-fit: contain;
}

.lux-footer-social-list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;

}

.lux-footer-social-list a {

  display: inline-flex;

  align-items: center;

  gap: 12px;

  width: fit-content;

  text-decoration: none;

  color: #444444;

  font-size: clamp(14px, 0.95vw, 18px);

  line-height: 2;

  font-weight: 400;

  transition: color 0.2s ease, transform 0.2s ease;

}

.lux-footer-social-list a:hover {
  color: #fb5202;
  transform: translateX(2px);
}

.lux-footer-social-list a:hover img {
  filter:
    brightness(0)
    saturate(100%)
    invert(44%)
    sepia(95%)
    saturate(3423%)
    hue-rotate(10deg)
    brightness(102%)
    contrast(102%);
}

.lux-footer-copyright {
  width: 90%;
  margin-top: 42px;
  text-align: right;
  font-size: clamp(14px, 0.9vw, 18px);
  line-height: 1.4;
  font-weight: 400;
  color: gray;
}

.lux-footer-accordion-trigger {
  display: none;
}

@media (max-width: 1250px) {
  .lux-footer-main {
    grid-template-columns: 1fr 1fr;
  }

  .lux-footer-brand {
    grid-column: 1 / -1;
  }
}

@media (max-width: 768px) {
  .lux-footer-section {
    padding: 0 18px 18px;
    align-items: stretch;
  }

  .lux-footer-cta,
  .lux-footer-main,
  .lux-footer-copyright {
    width: 100%;
  }

  .lux-footer-cta {
    min-height: auto;
    max-height: none;
    padding: 30px 22px;
    flex-direction: column;
    text-align: left;
    align-items: flex-start;
    gap: 28px;
  }

  .lux-footer-cta-left {
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
  }

  .lux-footer-cta-button {
    width: 100%;
    min-width: 0;
  }

  .lux-footer-main {
    grid-template-columns: 1fr;
    gap: 0;
    text-align: left;
  }

  .lux-footer-brand {
    grid-template-columns: 1fr;
    gap: 16px;
    text-align: center;
    justify-items: center;
  }

  .lux-footer-logo-wrap {
    width: 220px;
    height: 220px;
  }

  .lux-footer-logo-wrap img {
    width: 220px;
    height: 220px;
  }

  .lux-footer-brand p {
    max-width: 360px;
    text-align: center;
  }

.lux-footer-links,
.lux-footer-legal,
.lux-footer-contact,
.lux-footer-social {
    width: 100%;
    min-height: auto;
    padding-left: 0;
    border-left: 0;
    border-top: 1px solid #e4e4e4;
    display: block;
  }

  .lux-footer-social {
    border-bottom: 1px solid #e4e4e4;
  }

.lux-footer-links h3,
.lux-footer-legal h3,
.lux-footer-contact h3,
.lux-footer-social h3 {
    display: none;
  }

  .lux-footer-accordion-trigger {
    width: 100%;
    min-height: 52px;
    padding: 0;
    border: 0;
    background: transparent;
    color: #222222;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-family: "AvantGarde", sans-serif;
    font-size: 18px;
    font-weight: 900;
    text-transform: uppercase;
    text-align: left;
    cursor: pointer;
  }

  .lux-footer-accordion-trigger::after {
    content: "⌄";
    color: #fb5202;
    font-size: 28px;
    line-height: 1;
    transform: translateY(-2px);
    transition: transform 180ms ease;
  }

  .lux-footer-accordion.is-open .lux-footer-accordion-trigger::after {
    transform: rotate(180deg) translateY(2px);
  }

  .lux-footer-accordion-content {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height 240ms ease, opacity 180ms ease;
  }

  .lux-footer-accordion.is-open .lux-footer-accordion-content {
    max-height: 420px;
    opacity: 1;
    padding-bottom: 18px;
  }

.lux-footer-links a,
.lux-footer-legal a {
    margin-bottom: 8px;
    display: block;
    text-align: left;
    line-height: 1.6;
  }

  .lux-footer-contact {
    gap: 0;
  }

  .lux-footer-contact-item {
    justify-content: flex-start;
    margin-bottom: 14px;
    line-height: 1.5;
  }

  .lux-footer-social-list {
    align-items: flex-start;
  }

  .lux-footer-copyright {
    margin-top: 18px;
    text-align: center;
  }
}

/*PHONE NUMBER TEST */
#luxContactChoiceModal {
  position: fixed;
  inset: 0;
  z-index: 999999999;
  display: block;
  pointer-events: none;
}

#luxContactChoiceModal.is-active {
  pointer-events: auto;
}

.lux-contact-choice-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0);
  transition: background 0.28s ease;
}

#luxContactChoiceModal.is-active .lux-contact-choice-overlay {
  background: rgba(0, 0, 0, 0.45);
}

.lux-contact-choice-card {
  position: fixed;
  left: 50%;
  bottom: 0;
  z-index: 2;
  width: min(95%, 430px);
  padding: 10px 20px 22px;
  background: #ffffff;
  border-radius: 26px 26px 0 0;
  box-shadow: 0 -20px 70px rgba(0, 0, 0, 0.28);
  transform: translate(-50%, 105%);
  transition: transform 0.32s cubic-bezier(0.22, 1, 0.36, 1);
}

#luxContactChoiceModal.is-active .lux-contact-choice-card {
  transform: translate(-50%, 0);
}

.lux-contact-choice-handle {
  width: 44px;
  height: 5px;
  margin: 0 auto 18px;
  border-radius: 999px;
  background: #d7d7d7;
}

.lux-contact-choice-card h3 {
  margin: 0 0 6px;
  font-size: 22px;
  color: #111111;
}

.lux-contact-choice-card p {
  margin: 0 0 16px;
  font-size: 14px;
  color: #666666;
}

.lux-contact-choice-action,
.lux-contact-choice-cancel {
  width: 100%;
  min-height: 54px;
  margin-top: 10px;
  border: 0;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 800;
  cursor: pointer;
}

.lux-contact-choice-action {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: #fc4c10;
  color: #ffffff;
}

.lux-contact-choice-secondary {
  background: #111111;
}

.lux-contact-choice-cancel {
  background: #f1f1f1;
  color: #222222;
}

.lux-contact-choice-icon {
  width: 20px;
  height: 20px;
  display: inline-flex;
}

.lux-contact-choice-icon img {
  width: 100%;
  height: 100%;
  filter: brightness(0) invert(1);
}