.zito-property-search {
  --zito-navy: #10233f;
  --zito-teal: #46bba4;
  --zito-border: #d8e2e8;
  max-width: 760px;
  margin: 24px auto;
  position: relative;
}

.zito-property-search__label {
  color: var(--zito-navy);
  display: block;
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 8px;
}

.zito-property-search__input {
  background: #fff;
  border: 2px solid var(--zito-border);
  border-radius: 10px;
  box-sizing: border-box;
  color: var(--zito-navy);
  font-size: 1rem;
  min-height: 52px;
  padding: 12px 16px;
  width: 100%;
}

.zito-property-search__input:focus {
  border-color: var(--zito-teal);
  box-shadow: 0 0 0 3px rgba(70, 187, 164, 0.18);
  outline: none;
}

.zito-property-search__results {
  background: #fff;
  border: 1px solid var(--zito-border);
  border-radius: 10px;
  box-shadow: 0 12px 32px rgba(16, 35, 63, 0.14);
  left: 0;
  margin-top: 6px;
  max-height: 320px;
  overflow-y: auto;
  position: absolute;
  right: 0;
  z-index: 50;
}

.zito-property-search__result {
  background: #fff;
  border: 0;
  border-bottom: 1px solid #eef3f5;
  color: var(--zito-navy);
  cursor: pointer;
  display: block;
  font-size: 1rem;
  padding: 13px 16px;
  text-align: left;
  width: 100%;
}

.zito-property-search__result:hover,
.zito-property-search__result:focus {
  background: #e8f8f4;
  outline: none;
}

.zito-property-search__status {
  color: #526174;
  font-size: 0.95rem;
  margin: 9px 2px 0;
}

.zito-property-search__plans {
  margin-top: 28px;
}

.zito-property-search__loading {
  color: var(--zito-navy);
  font-weight: 600;
}

.zito-property-offer {
  background: #fff;
  border: 1px solid rgba(16, 35, 63, 0.12);
  border-radius: 18px;
  box-shadow: 0 14px 36px rgba(16, 35, 63, 0.12);
  box-sizing: border-box;
  color: var(--zito-navy);
  overflow: hidden;
  padding: 24px;
  width: 100%;
}

.zito-property-offer__header {
  align-items: flex-start;
  display: flex;
  gap: 16px;
  justify-content: space-between;
}

.zito-property-offer__eyebrow {
  color: #187d6a;
  display: block;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  margin-bottom: 5px;
}

.zito-property-offer__title {
  color: var(--zito-navy);
  font-size: clamp(1.65rem, 4vw, 2.25rem);
  line-height: 1.05;
  margin: 0;
}

.zito-property-offer__speed {
  color: #526174;
  margin: 6px 0 0;
}

.zito-property-offer__badge {
  background: #e7f8f3;
  border-radius: 999px;
  color: #08735f;
  flex: 0 0 auto;
  font-size: 0.78rem;
  font-weight: 800;
  padding: 7px 10px;
}

.zito-property-offer__promotion {
  background: var(--zito-navy);
  border-radius: 14px;
  color: #fff;
  display: grid;
  gap: 3px;
  margin: 20px 0;
  padding: 18px;
}

.zito-property-offer__promotion strong {
  color: #fff;
  font-size: clamp(1.45rem, 4vw, 2rem);
  line-height: 1.1;
}

.zito-property-offer__promotion span {
  color: #d9f3ee;
  font-size: 1rem;
  font-weight: 700;
}

.zito-property-offer__features {
  display: grid;
  gap: 9px;
  list-style: none;
  margin: 0 0 20px;
  padding: 0;
}

.zito-property-offer__features li {
  color: #34465e;
  line-height: 1.4;
  padding-left: 25px;
  position: relative;
}

.zito-property-offer__features li::before {
  color: #13836e;
  content: '\2713';
  font-weight: 900;
  left: 2px;
  position: absolute;
}

.zito-property-offer__button {
  background: var(--zito-teal) !important;
  border: 0 !important;
  border-radius: 10px !important;
  color: #08213e !important;
  cursor: pointer;
  display: block !important;
  font-size: 1rem !important;
  font-weight: 800 !important;
  min-height: 50px;
  padding: 12px 18px !important;
  text-align: center;
  text-decoration: none !important;
  width: 100% !important;
}

.zito-property-offer__button:hover,
.zito-property-offer__button:focus-visible {
  background: #59cbb5 !important;
  outline: 3px solid rgba(70, 187, 164, 0.25);
}

.zito-property-offer__note {
  color: #647286;
  font-size: 0.78rem;
  line-height: 1.4;
  margin: 12px 0 0;
}

@media (max-width: 520px) {
  .zito-property-offer {
    padding: 18px;
  }

  .zito-property-offer__header {
    gap: 10px;
  }
}
