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

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

.lux-simple-contact-sidebar {
  position: relative;
  min-height: 90vh;
  padding: 48px 40px;
  overflow: hidden;
  background:
    linear-gradient(
      to bottom,
      rgba(5, 5, 5, 0.92),
      rgba(5, 5, 5, 0.72),
      rgba(5, 5, 5, 0.94)
    ),
    url("https://images.squarespace-cdn.com/content/6a3018050f7e4d238502bfae/4878d99e-1ce7-4478-9168-b3f44905146c/dallas-corporate-transportation-service.png?content-type=image%2Fpng");
  background-size: cover;
  background-position: center bottom;
  color: #ffffff;
}

.lux-simple-contact-overlay {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(
    circle at bottom,
    rgba(254, 84, 7, 0.22),
    transparent 42%
  );
  z-index: 0;
}

.lux-simple-contact-sidebar-content {
  position: relative;
  z-index: 1;
  min-height: calc(90vh - 96px);
  display: flex;
  flex-direction: column;
}

.lux-simple-contact-logo {
  width: 190px;
  max-width: 70%;
  margin-bottom: 52px;
}

.lux-simple-contact-sidebar h2 {
  margin: 0 0 14px;
  color: #ffffff;
  font-size: clamp(32px, 3vw, 46px);
  line-height: 1.05;
  letter-spacing: -0.045em;
}

.lux-simple-contact-description {
  max-width: 340px;
  margin: 0 0 42px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 17px;
  line-height: 1.65;
}

.lux-simple-contact-methods {
  display: grid;
  gap: 22px;
  margin-bottom: auto;
}

.lux-simple-contact-method {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 18px;
  align-items: center;
  text-decoration: none;
  color: #ffffff;
}

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

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

.lux-simple-contact-method h3 {
  margin: 0 0 6px;
  color: #fe5407;
  font-size: 17px;
  line-height: 1.2;
}

.lux-simple-contact-method p {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 15px;
  line-height: 1.4;
}

.lux-simple-contact-socials {
  margin-top: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  width: 100%;
  padding-top: 48px;
}

.lux-simple-contact-socials a {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.07);
}

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

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

.lux-simple-contact-header {
  margin-bottom: 36px;
}

.lux-simple-contact-header h1 {
  margin: 0 0 16px;
  color: #0b1020;
  font-size: clamp(42px, 5vw, 64px);
  line-height: 0.98;
  letter-spacing: -0.06em;
}

.lux-simple-contact-header p {
  max-width: 620px;
  margin: 0;
  color: #5f6675;
  font-size: 18px;
  line-height: 1.55;
}

.lux-simple-contact-form {
  display: grid;
  gap: 22px;
  max-width: 920px;
}

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

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

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

.lux-simple-contact-field input,
.lux-simple-contact-field textarea {
  width: 100%;
  min-height: 56px;
  border: 1px solid rgba(15, 23, 42, 0.14);
  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-simple-contact-field textarea {
  min-height: 170px;
  padding: 16px;
  resize: vertical;
}

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

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

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

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

.lux-simple-contact-submit {
  width: 100%;
  height: 60px;
  border: 0;
  border-radius: 10px;
  background: #fe5407;
  color: #ffffff;
  font-size: 17px;
  font-weight: 900;
  cursor: pointer;
  box-shadow: 0 18px 36px rgba(254, 84, 7, 0.24);
  transition: background 0.2s ease, transform 0.2s ease;
}

.lux-simple-contact-submit:hover {
  background: #e94b04;
  transform: translateY(-1px);
}

.lux-simple-contact-submit:disabled {
  cursor: not-allowed;
  opacity: 0.68;
  transform: none;
}

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

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

@media (max-width: 980px) {
  .lux-simple-contact {
    width: 100%;
    min-height: auto;
    margin: 0;
    grid-template-columns: 1fr;
    border-radius: 0;
  }

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

  .lux-simple-contact-sidebar-content {
    min-height: auto;
  }

  .lux-simple-contact-logo {
    width: 160px;
    margin-bottom: 34px;
  }

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

  .lux-simple-contact-description {
    margin-bottom: 30px;
  }

  .lux-simple-contact-methods {
    gap: 16px;
    margin-bottom: 28px;
  }

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

  .lux-simple-contact-socials {
    justify-content: center;
    padding-top: 18px;
  }

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

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

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

  .lux-simple-contact-field textarea {
    min-height: 150px;
  }
}