.hero-copy .quick-connect,
.hero-copy .quick-connect.profile-open {
  display: block;
  padding: 0;
  background: transparent;
  box-shadow: none;
  color: #17141f;
}

.quick-primary {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: 1.1fr 1fr auto;
  padding: 10px;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 22px 60px rgba(15,5,27,.2);
}

.hero-copy .quick-primary > label,
.hero-copy .quick-primary .room-picker {
  min-height: auto;
  padding: 5px 16px;
  border: 0;
  border-right: 1px solid #e8e3ee;
  border-radius: 0;
  background: #fff;
  box-shadow: none;
  backdrop-filter: none;
}

.hero-copy .quick-primary label > span,
.hero-copy .quick-primary .room-picker-label {
  color: #8f8897;
}

.hero-copy .quick-primary input,
.hero-copy .quick-primary .room-picker-trigger {
  color: #17141f;
}

.hero-copy .quick-primary input::placeholder {
  color: #77717d;
}

.hero-copy .quick-primary .quick-submit {
  align-self: center;
  min-height: 48px;
  margin: 0 0 0 10px;
  padding: 0 12px 0 21px;
  gap: 14px;
  border: 1px solid rgba(255,255,255,.24);
  border-radius: 14px;
  background: linear-gradient(135deg,#6730ca 0%,#7c3fe0 58%,#8c50e8 100%);
  box-shadow: 0 9px 22px rgba(72,35,137,.22),inset 0 1px 0 rgba(255,255,255,.18);
  font-weight: 700;
  letter-spacing: -.01em;
}

.hero-copy .quick-primary .quick-submit:hover {
  background: linear-gradient(135deg,#7138d5 0%,#8548e8 58%,#9559ef 100%);
  box-shadow: 0 12px 26px rgba(72,35,137,.28),inset 0 1px 0 rgba(255,255,255,.2);
}

.hero-copy .quick-primary .quick-submit b {
  width: 27px;
  height: 27px;
  display: grid;
  place-items: center;
  border-radius: 9px;
  background: rgba(255,255,255,.14);
  font-size: 15px;
  font-weight: 500;
}

.hero-copy .quick-primary .room-picker {
  border-right: 0;
}

.hero-copy .quick-profile,
.hero-copy .quick-connect.profile-open .quick-profile {
  display: grid;
  grid-template-columns: .65fr .9fr 1.2fr;
  gap: 0;
  max-height: none;
  visibility: visible;
  opacity: 1;
  width: 100%;
  margin: 12px 0 0;
  padding: 9px 10px 8px;
  border: 0;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 18px 45px rgba(15,5,27,.15);
  backdrop-filter: none;
}

.hero-copy .quick-profile > label:not(.quick-cgu) {
  min-height: 52px;
  padding: 5px 16px;
  border: 0;
  border-right: 1px solid #e8e3ee;
  border-radius: 0;
  background: #fff;
  box-shadow: none;
  backdrop-filter: none;
}

.hero-copy .quick-profile > label:nth-of-type(3) {
  border-right: 0;
}

.hero-copy .quick-profile label > span {
  color: #8f8897;
}

.hero-copy .quick-profile input,
.hero-copy .quick-profile select {
  color: #17141f;
}

.hero-copy .quick-profile input::placeholder {
  color: #77717d;
}

.hero-copy .quick-profile .quick-cgu {
  grid-column: 1 / -1;
  min-height: 25px;
  padding: 6px 8px 0;
  color: #746d7b;
}

.hero-copy .room-picker-panel {
  top: auto;
  bottom: calc(100% + 14px);
  left: -12px;
  width: min(400px,88vw);
  padding: 18px;
  border: 1px solid #ece6f3;
  border-radius: 18px;
  background: #fff;
  color: #17141f;
  box-shadow: 0 28px 75px rgba(24,10,40,.25);
  backdrop-filter: none;
}

.hero-copy .room-picker-close {
  background: #f3eef9;
  color: #5f5768;
}

.hero-copy .room-search {
  border-color: #e4ddeb;
  background: #fff;
  color: #17141f;
}

.hero-copy .room-search::placeholder {
  color: #8c8592;
}

.hero-copy .room-category > span,
.hero-copy .room-category summary {
  color: #8d8495;
}

.hero-copy .room-category label {
  min-height: 38px;
  padding: 5px 7px;
  border: 0;
  background: transparent;
  color: #17141f;
}

.hero-copy .room-category label:hover {
  background: #f7f3fb;
}

.hero-copy .room-category i {
  background: #f0e9fb;
  color: #6d35d5;
}

.hero-copy .room-category label small {
  color: #8e8795;
}

.hero-copy .room-picker-foot {
  border-top-color: #ece6f3;
  color: #746d7b;
}

@media (max-width: 700px) {
  .quick-primary,
  .hero-copy .quick-profile,
  .hero-copy .quick-connect.profile-open .quick-profile {
    grid-template-columns: 1fr;
  }

  .hero-copy .quick-primary > label,
  .hero-copy .quick-primary .room-picker,
  .hero-copy .quick-profile > label:not(.quick-cgu) {
    border-right: 0;
    border-bottom: 1px solid #e8e3ee;
  }

  .hero-copy .quick-primary .quick-submit {
    width: 100%;
    margin: 8px 0 0;
  }

  .hero-copy .room-picker-panel {
    position: fixed;
    inset: auto 10px 10px;
    width: auto;
  }
}
