.lux-contact-page,
.lux-contact-page * {
  box-sizing: border-box;
}

.lux-contact-page {
  width: 90vw;
  min-height: 90vh;
  margin: 40px auto;
  background: #ffffff;
  border: 1px solid rgba(15, 15, 15, 0.08);
  border-radius: 24px;
  overflow: hidden;
  display: grid;
  grid-template-columns: 28% 72%;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.08);
  font-family: "AvantGarde", "Inter", Arial, sans-serif;
}

.lux-contact-sidebar {
  position: relative;
  isolation: isolate;
  min-height: 90vh;
  padding: 48px 40px;
  background: #050505;
  color: #ffffff;
  overflow: hidden;
}

.lux-contact-sidebar::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      to bottom,
      rgba(5, 5, 5, 0.92) 0%,
      rgba(5, 5, 5, 0.74) 20%,
      rgba(5, 5, 5, 0.58) 42%,
      rgba(5, 5, 5, 0.84) 68%,
      rgba(5, 5, 5, 0.96) 100%
    ),
    var(--lux-contact-image);
  background-size: cover;
  background-position: center top;
  opacity: 0.78;
  filter: blur(2.5px);
  transform: scale(1.04);
  z-index: -2;
}

.lux-contact-sidebar::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      to bottom,
      rgba(5, 5, 5, 0.94) 0%,
      rgba(5, 5, 5, 0.12) 16%,
      rgba(5, 5, 5, 0) 32%
    ),
    linear-gradient(
      to right,
      rgba(5, 5, 5, 0.72),
      rgba(5, 5, 5, 0.14)
    );
  z-index: -1;
  pointer-events: none;
}

.lux-contact-sidebar-content {
  position: relative;
  z-index: 1;
  min-height: calc(90vh - 96px);
  display: grid;
  grid-template-rows: auto auto auto auto auto auto;
  align-content: space-between;
  gap: clamp(70px, 2.2vh, 34px);
}

.lux-contact-logo-link {
  width: 100%;
  display: flex;
  justify-content: center;
  text-decoration: none;
}

.lux-contact-logo-link:hover {
  opacity: 0.9;
}

.lux-contact-logo {
  width: 70%;
  display: block;
}

.lux-contact-sidebar h2 {
  margin: 0 0 16px;
  font-size: clamp(32px, 3vw, 48px);
  line-height: 1.08;
  letter-spacing: -0.04em;
  color: #ffffff;
}

.lux-contact-sidebar-text {
  max-width: 360px;
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 17px;
  line-height: 1.65;
}

.lux-contact-trust-cards {
  display: grid;
  gap: clamp(18px, 2vh, 28px);
}

.lux-contact-trust-card {
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 18px;
  align-items: start;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.lux-contact-trust-card:first-child {
  border-top: 0;
  padding-top: 18px;
}

.lux-contact-icon {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.05);
}

.lux-contact-icon img {
  width: 24px;
  height: 24px;
  filter: brightness(0) saturate(100%) invert(46%) sepia(98%) saturate(2834%) hue-rotate(357deg) brightness(102%) contrast(103%);
}

.lux-contact-trust-card h3 {
  margin: 0 0 8px;
  color: #fe5407;
  font-size: 17px;
  line-height: 1.2;
}

.lux-contact-trust-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
  line-height: 1.45;
}

.lux-contact-sidebar-image-wrap {
  position: relative;
  width: calc(100% + 80px);
  margin: 0 -40px;
  overflow: hidden;
}

.lux-contact-sidebar-image-wrap::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 45%;
  background: linear-gradient(
    to bottom,
    rgba(5, 5, 5, 0.98) 0%,
    rgba(5, 5, 5, 0.86) 35%,
    rgba(5, 5, 5, 0.45) 70%,
    rgba(5, 5, 5, 0) 100%
  );

  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(8px);
  z-index: 1;
  pointer-events: none;
}

.lux-contact-sidebar-image {
  width: 100%;
  min-height: clamp(210px, 22vh, 300px);
  max-height: 300px;
  display: block;
  object-fit: cover;
  filter: saturate(1.04) contrast(1.04);
}

.lux-contact-methods-block {
  padding-top: 0;
}

.lux-contact-methods-title {
  margin: 0 0 20px;
  color: #ffffff;
  font-size: 18px;
  font-weight: 800;
}

.lux-contact-methods {
  display: grid;
  gap: 18px;
}

.lux-contact-method {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 14px;
  align-items: start;
  text-decoration: none;
}

.lux-contact-method-icon {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.05);
}

.lux-contact-method-icon img {
  width: 20px;
  height: 20px;
  filter: brightness(0) saturate(100%) invert(46%) sepia(98%) saturate(2834%) hue-rotate(357deg) brightness(102%) contrast(103%);
}

.lux-contact-method h3 {
  margin: 0 0 4px;
  color: #ffffff;
  font-size: 15px;
  line-height: 1.35;
}

.lux-contact-method p {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
  line-height: 1.35;
}

.lux-contact-follow-title {
  padding-top: 28px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  color: #ffffff;
  text-align: center;
  font-size: 18px;
  font-weight: 800;
}

.lux-contact-socials {
  display: flex;
  justify-content: center;
  gap: 14px;
}

.lux-contact-socials a {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #ffffff;
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.08);
  font-weight: 700;
}

.lux-contact-socials img {
  width: 20px;
  height: 20px;
  display: block;
  filter: brightness(0) invert(1);
}

.lux-contact-main {
  padding: 56px 64px;
  background: #ffffff;
}

.lux-contact-form-header {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 28px;
  align-items: start;
  margin-bottom: 34px;
}

.lux-contact-badge {
  width: fit-content;
  padding: 8px 14px;
  margin-bottom: 16px;
  border-radius: 999px;
  background: rgba(254, 84, 7, 0.08);
  color: #fe5407;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.lux-contact-main h1 {
  margin: 0 0 12px;
  color: #0b1020;
  font-size: clamp(42px, 5vw, 68px);
  line-height: 0.96;
  letter-spacing: -0.065em;
}

.lux-contact-main-subtitle {
  max-width: 620px;
  margin: 0;
  color: #5f6675;
  font-size: 19px;
  line-height: 1.55;
}

.lux-contact-secure {
  max-width: 150px;
  text-align: center;
  color: #4f5664;
  font-size: 14px;
  line-height: 1.35;
}

.lux-contact-secure-icon {
  width: 58px;
  height: 58px;
  margin: 0 auto 10px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: rgba(33, 191, 115, 0.12);
}

.lux-contact-secure-icon img {
  width: 28px;
  height: 28px;
}

.lux-contact-form {
  display: grid;
  gap: 24px;
}

.lux-contact-fieldset {
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 22px;
  padding: 28px;
  background: #ffffff;
  box-shadow: 0 16px 48px rgba(15, 23, 42, 0.045);
}

.lux-contact-fieldset-title {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 0 0 24px;
  color: #0b1020;
  font-size: 22px;
  font-weight: 800;
}

.lux-contact-step {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: rgba(254, 84, 7, 0.12);
  color: #fe5407;
  font-size: 15px;
  font-weight: 900;
}

.lux-contact-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px 24px;
}

.lux-contact-field {
  display: grid;
  gap: 8px;
}

.lux-contact-field.full {
  grid-column: 1 / -1;
}

.lux-contact-field label {
  color: #111827;
  font-size: 14px;
  font-weight: 750;
}

.lux-contact-field label span {
  color: #fe5407;
}

.lux-contact-field input,
.lux-contact-field select,
.lux-contact-field textarea {
  width: 100%;
  min-height: 54px;
  border: 1px solid rgba(15, 23, 42, 0.15);
  border-radius: 10px;
  padding: 0 16px;
  background: #ffffff;
  color: #111827;
  font: inherit;
  font-size: 15px;
  outline: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.lux-contact-field textarea {
  min-height: 130px;
  padding: 16px;
  resize: vertical;
}

.lux-contact-field input:focus,
.lux-contact-field select:focus,
.lux-contact-field textarea:focus {
  border-color: #fe5407;
  box-shadow: 0 0 0 4px rgba(254, 84, 7, 0.1);
}

.lux-contact-benefits {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  min-height: 170px;
  padding: 28px 30px;
  border-radius: 20px;
  background: #ffffff;
  border: 1px solid rgba(15, 23, 42, 0.08);
  box-shadow: 0 18px 58px rgba(15, 23, 42, 0.06);
}

.lux-contact-benefit {
  position: relative;
  min-height: 118px;
  padding: 0 22px;
  text-align: center;
  display: grid;
  justify-items: center;
  align-content: center;
}

.lux-contact-benefit:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 18%;
  width: 1px;
  height: 64%;
  background: rgba(15, 23, 42, 0.08);
}

.lux-contact-benefit-icon {
  width: 62px;
  height: 62px;
  margin: 0 auto 16px;
  border-radius: 50%;
  display: grid;
  place-items: center;
}

.lux-contact-benefit:nth-child(1) .lux-contact-benefit-icon {
  background: rgba(91, 104, 255, 0.11);
}

.lux-contact-benefit:nth-child(1) .lux-contact-benefit-icon img {
  filter: brightness(0) saturate(100%) invert(43%) sepia(98%) saturate(1517%) hue-rotate(220deg) brightness(101%) contrast(103%);
}

.lux-contact-benefit:nth-child(2) .lux-contact-benefit-icon {
  background: rgba(20, 184, 166, 0.12);
}

.lux-contact-benefit:nth-child(2) .lux-contact-benefit-icon img {
  filter: brightness(0) saturate(100%) invert(55%) sepia(77%) saturate(555%) hue-rotate(130deg) brightness(95%) contrast(93%);
}

.lux-contact-benefit:nth-child(3) .lux-contact-benefit-icon {
  background: rgba(254, 84, 7, 0.11);
}

.lux-contact-benefit:nth-child(3) .lux-contact-benefit-icon img {
  filter: brightness(0) saturate(100%) invert(46%) sepia(98%) saturate(2834%) hue-rotate(357deg) brightness(102%) contrast(103%);
}

.lux-contact-benefit:nth-child(4) .lux-contact-benefit-icon {
  background: rgba(244, 63, 94, 0.11);
}

.lux-contact-benefit:nth-child(4) .lux-contact-benefit-icon img {
  filter: brightness(0) saturate(100%) invert(39%) sepia(89%) saturate(2049%) hue-rotate(322deg) brightness(98%) contrast(96%);
}

.lux-contact-benefit-icon img {
  width: 30px;
  height: 30px;
}

.lux-contact-benefit h4 {
  margin: 0 0 8px;
  color: #0b1020;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.lux-contact-benefit p {
  margin: 0;
  max-width: 150px;
  color: #687083;
  font-size: 13px;
  line-height: 1.45;
}

.lux-contact-consent {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  color: #4b5563;
  font-size: 14px;
  line-height: 1.45;
}

.lux-contact-consent input {
  width: 20px;
  height: 20px;
  margin-top: 1px;
  accent-color: #fe5407;
}

.lux-contact-consent a {
  color: #fe5407;
  font-weight: 700;
}

.lux-contact-submit {
  width: 100%;
  height: 60px;
  border: 0;
  border-radius: 10px;
  background: #fe5407;
  color: #ffffff;
  font-size: 17px;
  font-weight: 850;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  box-shadow: 0 18px 36px rgba(254, 84, 7, 0.26);
}

.lux-contact-submit:hover {
  background: #e94b04;
}

.lux-contact-submit-note {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  margin: -6px 0 0;
  color: #697386;
  font-size: 14px;
}

.lux-contact-submit-note img {
  width: 25px;
  height: 25px;
  flex-shrink: 0;
  display: block;
}

.lux-contact-success {
  display: none;
  padding: 18px 20px;
  border-radius: 12px;
  background: rgba(33, 191, 115, 0.1);
  color: #127c49;
  font-weight: 750;
}

.lux-contact-success.is-active {
  display: block;
}

@media (max-width: 980px) {

.lux-contact-sidebar-image-wrap,
.lux-contact-trust-cards,
.lux-contact-sidebar-text,
.lux-contact-methods-title,
.lux-contact-sidebar-content h2 {
  display: none;
}

  .lux-contact-page {
    width: 100%;
    min-height: auto;
    margin: 0;
    border-radius: 0;
    grid-template-columns: 1fr;
  }

  .lux-contact-sidebar {
    min-height: auto;
    padding: 36px 24px;
  }

  .lux-contact-sidebar-content {
    display: flex;
    flex-direction: column;
    min-height: auto;
    display: flex;
    gap: 28px;
  }

  .lux-contact-sidebar::before {
    opacity: 0.42;
  }

  .lux-contact-logo {
    width: 70%;
  }

  .lux-contact-sidebar h2 {
    font-size: 40px;
  }

  .lux-contact-sidebar-text {
    margin-bottom: 0;
  }

  .lux-contact-trust-cards {
    gap: 16px;
  }

  .lux-contact-trust-card,
  .lux-contact-method {
    padding: 18px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.06);
  }

  .lux-contact-sidebar-image-wrap {
    width: calc(100% + 48px);
    margin: 0 -24px;
  }

  .lux-contact-sidebar-image {
    min-height: 220px;
    max-height: 240px;
  }

  .lux-contact-socials {
    justify-content: center;
  }

  .lux-contact-main {
    padding: 38px 20px;
  }

  .lux-contact-form-header {
    grid-template-columns: 1fr;
  }

  .lux-contact-secure {
    display: none;
  }

  .lux-contact-main h1 {
    font-size: 44px;
  }

  .lux-contact-grid {
    grid-template-columns: 1fr;
  }

  .lux-contact-benefits {
    grid-template-columns: 1fr;
    min-height: auto;
    padding: 26px 22px;
    gap: 24px;
  }

  .lux-contact-benefit {
    min-height: auto;
    padding: 0;
  }

  .lux-contact-benefit:not(:last-child)::after {
    display: none;
  }

  .lux-contact-fieldset {
    padding: 22px 18px;
  }
}