.jz-footer {
  background: #1d1735;
  color: rgba(255, 255, 255, 0.9);
  padding: 88px 0 0;
}

.jz-footer-grid {
  display: grid;
  grid-template-columns: 4fr;
  gap: 80px;
  align-items: start;
}

.jz-footer-left {
  min-width: 0;
}

.jz-footer-topline {
  display: flex;
  align-items: center;
  gap: 46px;
  flex-wrap: wrap;
  margin-bottom: 56px;
}

.jz-footer-brand {
  flex: 0 0 auto;
}

.jz-footer-brand-logo {
  width: 160px;
  height: auto;
  display: block;
}

.jz-footer-logos {
  display: flex;
  align-items: center;
  gap: 38px;
  min-width: 260px;
}

.jz-footer-logo {
  width: auto;
  height: 30px;
  display: block;
  flex: 0 0 auto;
  max-width: 140px;
}

.jz-footer-midrow {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 50px;
  align-items: center;
  margin-bottom: 56px;
}

.jz-footer-social {
  display: flex;
  align-items: center;
  gap: 10px;
}

.jz-footer-social-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  padding: 0;
  width: 28px;
  height: 28px;
}

.jz-footer-social-ico {
  width: 28px;
  height: 28px;
  display: block;
}

.jz-footer-spacer {
  height: 1px;
}

.jz-footer-contact {
  display: grid;
  gap: 10px;
  justify-items: start;
}

.jz-footer-handle {
  display: flex;
  align-items: center;
  gap: 10px;
}

.jz-footer-phone {
  display: grid;
  gap: 8px;
  align-items: start;
}

.jz-broker-info {
  display: grid;
  gap: 4px;
}

.jz-broker-wa {
  display: flex;
  align-items: center;
  gap: 10px;
}

.jz-footer-ico {
  width: 22px;
  height: 22px;
  display: block;
  flex: 0 0 auto;
}

.jz-footer-ico-mini {
  width: 16px;
  height: 16px;
  display: block;
  flex: 0 0 auto;
}

.jz-footer-handle-icons {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.jz-footer-phone-link {
  color: rgba(255, 255, 255, 0.92);
  font-family: "flexo", sans-serif;
  font-weight: 900;
  font-size: 26px;
  line-height: 1;
}

.jz-footer-handle-link {
  font-family: "flexo", sans-serif;
  font-weight: 900;
  font-size: 20px;
  line-height: 1;
  color: rgba(255, 255, 255, 0.72);
}

.jz-footer-legal {
  max-width: inherit;
  font-size: 9px;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.35);
}

.jz-footer-architect {
  max-width: inherit;
  margin-top: 14px;
  font-family: "flexo", sans-serif;
  font-weight: 700;
  font-size: 10px;
  line-height: 1.35;
  color: rgba(255, 255, 255, 0.52);
}

.jz-footer-right {
  min-width: 0;
  padding-top: 8px;
}

.jz-footer-form-head {
  margin-bottom: 18px;
}

.jz-footer-form-title {
  font-family: "flexo", sans-serif;
  font-weight: 900;
  font-size: 14px;
  letter-spacing: 0.12em;
  color: #e84a94;
  margin-bottom: 8px;
}

.jz-footer-form-sub {
  font-size: 13px;
  line-height: 1.35;
  color: rgba(255, 255, 255, 0.78);
}

.jz-footer-form {
  width: 520px;
  max-width: 100%;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  box-sizing: border-box;
}

.jz-footer-input,
.jz-footer-textarea {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: linear-gradient(
    45deg,
    rgba(36, 29, 54, 0.95) 0%,
    rgba(61, 51, 90, 0.95) 100%
  );
  color: rgba(255, 255, 255, 0.85);
  font-size: 12px;
  padding: 12px 12px;
  outline: none;
  display: block;
}

.jz-footer-input {
  height: 42px;
  margin-bottom: 10px;
}

.jz-footer-textarea {
  height: 118px;
  resize: none;
  margin-bottom: 16px;
}

.jz-footer-input::placeholder,
.jz-footer-textarea::placeholder {
  color: rgba(255, 255, 255, 0.26);
}

.jz-footer-form-actions {
  display: flex;
  justify-content: flex-end;
}

.jz-footer-submit {
  border: 0;
  cursor: pointer;
  height: 38px;
  min-width: 132px;
  padding: 0 26px;
  border-radius: 4px;
  background: #e84a94;
  color: rgba(255, 255, 255, 0.95);
  font-family: "flexo", sans-serif;
  font-weight: 900;
  font-size: 13px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.jz-footer-bottom {
  margin-top: 56px;
  background: linear-gradient(90deg, #1d1735 0%, #1d1735 20%, #3f2752 100%);
  padding: 8px 0;
}

.jz-footer-bottom-inner {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.jz-footer-dev {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.55);
  text-decoration: none;
  transition: color 0.2s ease;
}

.jz-footer-dev:hover {
  color: rgba(255, 255, 255, 0.85);
}

.jz-footer-dev strong {
  color: rgba(255, 255, 255, 0.82);
}

.jz-broker-name {
  font-family: "flexo", sans-serif;
  font-weight: 900;
  font-size: 14px;
  line-height: 1.1;
  color: rgba(255, 255, 255, 0.92);
}

.jz-broker-creci {
  font-family: "flexo", sans-serif;
  font-weight: 700;
  font-size: 12px;
  line-height: 1.1;
  color: rgba(255, 255, 255, 0.6);
}

@media (max-width: 1100px) {
  .jz-footer-grid {
    grid-template-columns: 1fr;
    gap: 44px;
  }

  .jz-footer-right {
    padding-top: 0;
  }

  .jz-footer-form {
    width: 100%;
  }

  .jz-footer-bottom-inner {
    justify-content: center;
  }
}

@media (max-width: 700px) {
  .jz-footer {
    padding: 70px 0 0;
  }

  .jz-footer-topline {
    gap: 28px;
    margin-bottom: 40px;
  }

  .jz-footer-brand-logo {
    width: 190px;
  }

  .jz-footer-logos {
    gap: 22px;
  }

  .jz-footer-logo {
    height: 20px;
    max-width: 120px;
  }

  .jz-footer-midrow {
    grid-template-columns: 1fr;
    gap: 18px;
    align-items: start;
  }

  .jz-footer-spacer {
    display: none;
  }

  .jz-footer-phone-link {
    font-size: 22px;
  }

  .jz-footer-handle-link {
    font-size: 18px;
  }

  .jz-footer-architect {
    font-size: 9px;
  }
}

.jz-broker-info {
  display: grid;
  gap: 4px;
}

.jz-broker-name {
  font-family: "flexo", sans-serif;
  font-weight: 900;
  font-size: 14px;
  line-height: 1.2;
  color: rgba(255, 255, 255, 0.92);
}

.jz-broker-info {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.jz-broker-info.is-no-creci {
  gap: 0;
}

.jz-broker-info.is-no-creci .jz-broker-name {
  font-size: 18px;
  line-height: 1.05;
  letter-spacing: 0.02em;
}
