.tenant--zx {
  --zx-ink: #062d3b;
  --zx-deep: #002f3c;
  --zx-yellow: #ffc400;
  --zx-yellow-soft: #fff3c9;
  --zx-muted: #718197;
  --zx-line: #e2e6ec;
  background: #f8fafc;
  color: var(--zx-ink);
}

.tenant--zx .page-shell {
  padding: 36px 28px 54px;
}

.tenant--zx .page {
  position: relative;
  width: min(1540px, 100%);
  gap: 0;
}

.zx-brand-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 70px;
  margin: -36px -28px 0;
  padding: 12px 26px;
  background: var(--zx-deep);
  color: #fff;
}

.zx-brand-bar__logo {
  width: 80px;
  height: 48px;
  object-fit: contain;
}

.zx-brand-bar__trust {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  font-size: 1rem;
}

.zx-brand-bar__trust svg {
  width: 27px;
  height: 27px;
  color: var(--zx-yellow);
}

.zx-brand-bar__trust strong {
  color: var(--zx-yellow);
}

.zx-menu-button {
  display: none;
  border: 0;
  background: transparent;
  color: #fff;
}

.zx-hero {
  position: relative;
  min-height: 470px;
  align-items: flex-start;
  overflow: hidden;
  padding: 52px 52% 30px 52px;
  border: 0;
  border-radius: 0;
  background: #fff;
  box-shadow: none;
  backdrop-filter: none;
  color: var(--zx-ink);
}

.zx-hero__content {
  position: relative;
  z-index: 2;
}

.zx-hero .eyebrow {
  margin-bottom: 22px;
  color: var(--zx-ink);
  font-size: 1rem;
  letter-spacing: .11em;
}

.zx-hero .hero__title {
  margin-bottom: 22px;
  color: var(--zx-ink);
  font-size: clamp(3.3rem, 5vw, 5rem);
  font-weight: 800;
  letter-spacing: 0;
  white-space: nowrap;
}

.zx-hero .hero__subtitle {
  max-width: 610px;
  color: #344456;
  font-size: 1.12rem;
  line-height: 1.55;
}

.zx-hero__visual {
  position: absolute;
  left: 18px;
  bottom: -1px;
  z-index: 1;
  width: 54%;
  max-width: 760px;
}

.zx-hero__visual img {
  display: block;
  width: 100%;
  height: auto;
}

.zx-query-layout {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 34px;
  margin-top: -448px;
  padding-left: 55%;
}

.zx-query-card {
  padding: 36px 42px 30px;
  border: 1px solid var(--zx-line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 20px 44px rgba(19, 44, 67, .13);
}

.zx-query-card__eyebrow {
  margin: 0 0 12px;
  color: var(--zx-ink);
  font-size: .86rem;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.zx-query-card h2 {
  margin: 0 0 24px;
  color: var(--zx-ink);
  font-size: 1.75rem;
  line-height: 1.2;
}

.zx-query-form {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
}

.zx-field label {
  color: var(--zx-ink);
  font-weight: 700;
}

.zx-input-wrap {
  position: relative;
  display: block;
}

.zx-input-wrap input {
  width: 100%;
  min-height: 58px;
  padding: 0 16px 0 56px;
  border-color: #d4dce5;
  border-radius: 8px;
  color: var(--zx-ink);
}

.zx-input-icon {
  position: absolute;
  left: 17px;
  top: 50%;
  width: 25px;
  height: 25px;
  transform: translateY(-50%);
  color: #8494a8;
  pointer-events: none;
}

.zx-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  min-height: 58px;
  border: 0;
  border-radius: 8px;
  background: var(--zx-yellow);
  color: #071f2b;
  box-shadow: none;
  font-weight: 800;
}

.zx-submit svg {
  width: 25px;
  height: 25px;
}

.zx-submit__arrow {
  margin-left: 10px;
}

.zx-information {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px;
  width: 222.222%;
  margin-left: -122.222%;
  padding-top: 34px;
}

.zx-info-card {
  min-height: 245px;
  padding: 20px 18px;
  border: 1px solid var(--zx-line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 9px 22px rgba(19, 44, 67, .05);
}

.zx-info-card__head {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 13px;
  list-style: none;
  text-align: center;
  cursor: default;
  pointer-events: none;
}

.zx-info-icon {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: var(--zx-yellow-soft);
  color: var(--zx-ink);
}

.zx-info-icon > svg {
  width: 34px;
  height: 34px;
}

.zx-info-title {
  color: #334457;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.45;
}

.zx-info-title strong {
  display: inline;
  padding: 0;
  border-radius: 0;
  background: transparent;
  color: var(--zx-ink);
  box-shadow: none;
  font-weight: 800;
}

.zx-chevron {
  display: none;
}

.zx-thanks-note {
  display: flex;
  align-items: center;
  gap: 16px;
  min-height: 60px;
  width: 222.222%;
  margin-left: -122.222%;
  padding: 14px 22px;
  border: 1px solid #d8e3ed;
  border-radius: 8px;
  background: #fff;
  color: #415165;
  line-height: 1.5;
}

.zx-thanks-note__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  flex: 0 0 30px;
  border-radius: 50%;
  background: #0d7287;
  color: #fff;
  font-family: Georgia, serif;
  font-weight: 800;
}

.tenant--zx .flash {
  position: relative;
  z-index: 5;
  border-radius: 8px;
}

.tenant--zx .unit-table-wrap {
  border-radius: 8px;
}

@media (max-width: 1200px) {
  .zx-hero .hero__title {
    font-size: clamp(2.9rem, 5vw, 4.2rem);
  }

  .zx-query-card {
    padding-inline: 28px;
  }

  .zx-information {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 761px) and (max-width: 1350px) {
  .zx-hero .hero__title {
    max-width: 570px;
    white-space: normal;
    font-size: clamp(3rem, 4vw, 4rem);
    line-height: 1.05;
  }
}

@media (max-width: 760px) {
  .tenant--zx .page-shell {
    padding: 0 0 34px;
  }

  .tenant--zx .page {
    width: 100%;
    gap: 0;
  }

  .zx-brand-bar {
    min-height: 62px;
    margin: 0;
    padding: 10px 20px;
    border-bottom: 1px solid rgba(255, 255, 255, .12);
    border-radius: 0;
  }

  .zx-brand-bar__logo {
    width: 62px;
    height: 38px;
  }

  .zx-brand-bar__trust {
    display: none;
  }

  .zx-menu-button {
    display: grid;
    gap: 5px;
    padding: 7px 0 7px 16px;
  }

  .zx-menu-button span {
    display: block;
    width: 31px;
    height: 3px;
    border-radius: 99px;
    background: #fff;
  }

  .zx-hero {
    min-height: 205px;
    padding: 20px 20px 0;
    border-radius: 0;
    background: var(--zx-deep);
    color: #fff;
  }

  .zx-hero .eyebrow,
  .zx-hero .hero__title,
  .zx-hero .hero__subtitle {
    color: #fff;
  }

  .zx-hero .eyebrow {
    margin-bottom: 8px;
    color: var(--zx-yellow);
    font-size: .72rem;
  }

  .zx-hero .hero__title {
    max-width: 190px;
    margin-bottom: 9px;
    white-space: normal;
    font-size: 1.6rem;
    line-height: 1.02;
  }

  .zx-hero .hero__subtitle {
    max-width: 190px;
    font-size: .82rem;
    line-height: 1.35;
  }

  .zx-hero__desktop-detail {
    display: none;
  }

  .zx-hero__visual {
    left: auto;
    right: -4px;
    bottom: 0;
    width: 56%;
    max-width: 230px;
  }

  .zx-query-layout {
    gap: 12px;
    margin-top: -34px;
    padding: 0 10px;
  }

  .zx-query-card {
    padding: 12px 16px 14px;
    border-radius: 8px;
  }

  .zx-query-card__eyebrow {
    margin-bottom: 4px;
    font-size: .68rem;
  }

  .zx-query-card h2 {
    margin-bottom: 10px;
    font-size: 1rem;
    line-height: 1.2;
    text-wrap: balance;
  }

  .zx-query-form {
    gap: 8px;
  }

  .zx-field {
    gap: 4px;
  }

  .zx-field label {
    font-size: .82rem;
  }

  .zx-input-wrap input {
    min-height: 44px;
    padding-left: 42px;
    font-size: .82rem;
  }

  .zx-input-icon {
    left: 13px;
    width: 19px;
    height: 19px;
  }

  .zx-submit {
    min-height: 44px;
    gap: 10px;
    padding-inline: 14px;
    font-size: .84rem;
  }

  .zx-submit svg {
    width: 19px;
    height: 19px;
  }

  .zx-submit__arrow {
    margin-left: auto;
  }

  .zx-information {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
    width: auto;
    margin-left: 0;
    padding-top: 0;
  }

  .zx-info-card {
    min-height: 0;
    padding: 0;
    overflow: hidden;
  }

  .zx-info-card__head {
    display: grid;
    grid-template-columns: 44px minmax(0, 1fr) 16px;
    gap: 10px;
    align-items: center;
    min-height: 66px;
    padding: 9px 14px;
    text-align: left;
    cursor: pointer;
    pointer-events: auto;
  }

  .zx-info-icon {
    width: 44px;
    height: 44px;
  }

  .zx-info-icon > svg {
    width: 27px;
    height: 27px;
  }

  .zx-info-title {
    font-size: .82rem;
    line-height: 1.3;
  }

  .zx-chevron {
    display: block;
    width: 10px;
    height: 10px;
    border-right: 2px solid var(--zx-ink);
    border-bottom: 2px solid var(--zx-ink);
    transform: rotate(45deg) translateY(-3px);
  }

  .zx-thanks-note {
    width: auto;
    margin-left: 0;
    padding: 10px 14px;
    font-size: .82rem;
  }
}
