body.site-body--snimu-home {
  background: #f5f5f7;
  --home-mobile-scale: clamp(0.92, calc(100vw / 390px), 1.06);
  --home-mobile-content-scale: clamp(0.94, calc(100vw / 390px), 1.04);
}

body.site-body--snimu-home .site-header {
  position: relative;
  z-index: 20;
  background: #ffffff;
}

body.site-body--snimu-home .site-header__bar,
body.site-body--snimu-home .site-header__inner,
body.site-body--snimu-home .site-header__shadow {
  display: none;
}

body.site-body--snimu-home .site-header__mobile {
  display: flex;
  height: 64px;
  padding: 0 16px;
  align-items: center;
  justify-content: space-between;
  background: #ffffff;
}

body.site-body--snimu-home .site-header__mobile-toggle {
  width: 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2px;
  padding: 0;
  border: 0;
  background: transparent;
}

body.site-body--snimu-home .site-header__mobile-toggle-icon svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.2;
  stroke-linecap: round;
  stroke-linejoin: round;
  color: #322744;
}

body.site-body--snimu-home .site-header__mobile-toggle-label {
  margin: 0;
  color: #322744;
  font-size: 10px;
  line-height: 14px;
  font-weight: 400;
}

body.site-body--snimu-home .site-header__mobile-logo {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  color: #7a3ffc;
  text-decoration: none;
}

body.site-body--snimu-home .site-header__mobile-logo .brand-wordmark {
  font-size: 30px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: -0.04em;
}

body.site-body--snimu-home .site-header__mobile-actions {
  display: flex;
  align-items: center;
  gap: 16px;
}

body.site-body--snimu-home .site-header__mobile-action {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2px;
  color: #322744;
  text-decoration: none;
}

body.site-body--snimu-home .site-header__mobile-action-icon {
  width: 24px;
  height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

body.site-body--snimu-home .site-header__mobile-action-icon svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

body.site-body--snimu-home .site-header__mobile-action-label {
  margin: 0;
  color: #322744;
  font-size: 10px;
  line-height: 14px;
  font-weight: 400;
  white-space: nowrap;
}

body.site-body--snimu-home .home-page--snimu {
  padding: 0 0 18px;
  background: #f5f5f7;
}

body.site-body--snimu-home .snimu-hero {
  width: 100%;
  height: calc(195px * var(--home-mobile-scale));
  position: relative;
  z-index: 1;
}

body.site-body--snimu-home .snimu-hero__image {
  width: 100%;
  height: calc(195px * var(--home-mobile-scale));
  object-fit: cover;
  object-position: center;
  display: block;
}

body.site-body--snimu-home .snimu-search-card {
  position: relative;
  z-index: 2;
  margin-top: calc(-24px * var(--home-mobile-scale));
  padding: calc(16px * var(--home-mobile-content-scale)) 0 calc(20px * var(--home-mobile-content-scale));
  background: #ffffff;
  border-radius: calc(18px * var(--home-mobile-content-scale));
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
}

body.site-body--snimu-home .snimu-search-card__inner {
  padding: 0 calc(16px * var(--home-mobile-content-scale));
}

body.site-body--snimu-home .snimu-search-card__title {
  margin: 0 0 calc(8px * var(--home-mobile-content-scale));
  color: #322744;
  font-size: calc(34px * var(--home-mobile-content-scale));
  line-height: calc(40px * var(--home-mobile-content-scale));
  font-weight: 700;
  letter-spacing: -0.04em;
}

body.site-body--snimu-home .snimu-search-card__subtitle {
  margin: 0 0 calc(14px * var(--home-mobile-content-scale));
  max-width: 100%;
  color: #322744;
  font-size: calc(18px * var(--home-mobile-content-scale));
  line-height: calc(26px * var(--home-mobile-content-scale));
  font-weight: 400;
}

body.site-body--snimu-home .home-search__tabs {
  display: flex;
  align-items: flex-end;
  gap: calc(24px * var(--home-mobile-content-scale));
  width: 100%;
  height: calc(48px * var(--home-mobile-content-scale));
  margin: 0 0 calc(18px * var(--home-mobile-content-scale));
  padding: 0 calc(16px * var(--home-mobile-content-scale));
  overflow-x: hidden;
  border: 0;
  border-bottom: 1px solid #e6e1ea;
  background: transparent;
  scrollbar-width: none;
}

body.site-body--snimu-home .home-search__tabs::-webkit-scrollbar {
  display: none;
}

body.site-body--snimu-home .home-search__tab {
  position: relative;
  flex: 0 0 auto;
  height: calc(48px * var(--home-mobile-content-scale));
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  background: transparent;
  color: #322744;
  font-size: calc(16px * var(--home-mobile-content-scale));
  line-height: calc(24px * var(--home-mobile-content-scale));
  font-weight: 400;
  opacity: 0.9;
  white-space: nowrap;
}

body.site-body--snimu-home .home-search__tab--active {
  font-weight: 700;
  opacity: 1;
}

body.site-body--snimu-home .home-search__tab--active::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: calc(60px * var(--home-mobile-content-scale));
  height: 3px;
  border-radius: 2px;
  background: #7a3ffc;
}

body.site-body--snimu-home .snimu-search-card__body {
  padding: 0;
}

body.site-body--snimu-home .snimu-search-form {
  display: block;
}

body.site-body--snimu-home .snimu-search-form__field {
  display: block;
}

body.site-body--snimu-home .snimu-search-form__label {
  display: block;
  margin: 0 0 calc(8px * var(--home-mobile-content-scale));
  color: #322744;
  font-size: calc(16px * var(--home-mobile-content-scale));
  line-height: calc(24px * var(--home-mobile-content-scale));
  font-weight: 700;
}

body.site-body--snimu-home .snimu-search-form__input {
  width: 100%;
  height: calc(52px * var(--home-mobile-content-scale));
  margin-bottom: calc(12px * var(--home-mobile-content-scale));
  padding: 0 calc(16px * var(--home-mobile-content-scale));
  border: 2px solid #9a90a4;
  border-radius: calc(8px * var(--home-mobile-content-scale));
  background: #ffffff;
  color: #322744;
  font-size: calc(16px * var(--home-mobile-content-scale));
  line-height: calc(24px * var(--home-mobile-content-scale));
  font-weight: 400;
  outline: none;
  box-shadow: none;
}

body.site-body--snimu-home .snimu-search-form__input::placeholder {
  color: #8f869a;
  opacity: 1;
}

body.site-body--snimu-home .snimu-search-form__button {
  width: 100%;
  height: calc(52px * var(--home-mobile-content-scale));
  margin-bottom: calc(22px * var(--home-mobile-content-scale));
  border: 0;
  border-radius: calc(8px * var(--home-mobile-content-scale));
  background: linear-gradient(90deg, #8b4dff 0%, #7a3ffc 100%);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: calc(8px * var(--home-mobile-content-scale));
  font-size: calc(16px * var(--home-mobile-content-scale));
  line-height: calc(24px * var(--home-mobile-content-scale));
  font-weight: 700;
  box-shadow: none;
}

body.site-body--snimu-home .snimu-search-form__button-icon,
body.site-body--snimu-home .home-search__submit-icon {
  width: calc(20px * var(--home-mobile-content-scale));
  height: calc(20px * var(--home-mobile-content-scale));
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

body.site-body--snimu-home .snimu-search-form__button-icon svg,
body.site-body--snimu-home .home-search__submit-icon svg {
  width: calc(20px * var(--home-mobile-content-scale));
  height: calc(20px * var(--home-mobile-content-scale));
  fill: none;
  stroke: #ffffff;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

body.site-body--snimu-home .snimu-valuation-card {
  display: block;
  margin: calc(22px * var(--home-mobile-content-scale)) 0 calc(18px * var(--home-mobile-content-scale));
  padding: calc(18px * var(--home-mobile-content-scale)) calc(16px * var(--home-mobile-content-scale)) calc(16px * var(--home-mobile-content-scale));
  background: #34264b;
  border-radius: calc(16px * var(--home-mobile-content-scale));
  color: #ffffff;
}

body.site-body--snimu-home .home-search__footer-title {
  margin: 0 0 calc(10px * var(--home-mobile-content-scale));
  color: #ffffff;
  font-size: calc(18px * var(--home-mobile-content-scale));
  line-height: calc(24px * var(--home-mobile-content-scale));
  font-weight: 700;
}

body.site-body--snimu-home .home-search__footer-text {
  margin: 0 0 calc(18px * var(--home-mobile-content-scale));
  color: rgba(255, 255, 255, 0.95);
  font-size: calc(16px * var(--home-mobile-content-scale));
  line-height: calc(24px * var(--home-mobile-content-scale));
  font-weight: 400;
}

body.site-body--snimu-home .home-search__footer-button {
  width: 100%;
  height: calc(48px * var(--home-mobile-content-scale));
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 calc(16px * var(--home-mobile-content-scale));
  border: 2px solid rgba(255, 255, 255, 0.85);
  border-radius: calc(8px * var(--home-mobile-content-scale));
  background: transparent;
  color: #ffffff;
  font-size: calc(16px * var(--home-mobile-content-scale));
  line-height: calc(24px * var(--home-mobile-content-scale));
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
}

@media (min-width: 768px) {
  body.site-body--snimu-home .site-header__mobile,
  body.site-body--snimu-home .site-header__shadow {
    display: none;
  }
}
body.site-body--zoopla-home {
  background: #f5f5f7;
  --home-mobile-scale: clamp(0.92, calc(100vw / 390px), 1.06);
  --home-mobile-content-scale: clamp(0.94, calc(100vw / 390px), 1.04);
}

body.site-body--zoopla-home .site-header {
  position: relative;
  z-index: 20;
  background: #ffffff;
}

body.site-body--zoopla-home .site-header__bar,
body.site-body--zoopla-home .site-header__inner,
body.site-body--zoopla-home .site-header__shadow {
  display: none;
}

body.site-body--zoopla-home .site-header__mobile {
  display: flex;
  height: 64px;
  padding: 0 16px;
  align-items: center;
  justify-content: space-between;
  background: #ffffff;
}

body.site-body--zoopla-home .site-header__mobile-toggle {
  width: 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2px;
  padding: 0;
  border: 0;
  background: transparent;
}

body.site-body--zoopla-home .site-header__mobile-toggle-icon svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.2;
  stroke-linecap: round;
  stroke-linejoin: round;
  color: #322744;
}

body.site-body--zoopla-home .site-header__mobile-toggle-label {
  margin: 0;
  color: #322744;
  font-size: 10px;
  line-height: 14px;
  font-weight: 400;
}

body.site-body--zoopla-home .site-header__mobile-logo {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  color: #7a3ffc;
  text-decoration: none;
}

body.site-body--zoopla-home .site-header__mobile-logo .brand-wordmark {
  font-size: 30px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: -0.04em;
}

body.site-body--zoopla-home .site-header__mobile-actions {
  display: flex;
  align-items: center;
  gap: 16px;
}

body.site-body--zoopla-home .site-header__mobile-action {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2px;
  color: #322744;
  text-decoration: none;
}

body.site-body--zoopla-home .site-header__mobile-action-icon {
  width: 24px;
  height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

body.site-body--zoopla-home .site-header__mobile-action-icon svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

body.site-body--zoopla-home .site-header__mobile-action-label {
  margin: 0;
  color: #322744;
  font-size: 10px;
  line-height: 14px;
  font-weight: 400;
  white-space: nowrap;
}

body.site-body--zoopla-home .home-page--zoopla {
  padding: 0 0 18px;
  background: #f5f5f7;
}

body.site-body--zoopla-home .zoopla-hero {
  width: 100%;
  height: calc(195px * var(--home-mobile-scale));
  position: relative;
  z-index: 1;
}

body.site-body--zoopla-home .zoopla-hero__image {
  width: 100%;
  height: calc(195px * var(--home-mobile-scale));
  object-fit: cover;
  object-position: center;
  display: block;
}

body.site-body--zoopla-home .zoopla-search-card {
  position: relative;
  z-index: 2;
  margin-top: calc(-24px * var(--home-mobile-scale));
  padding: calc(16px * var(--home-mobile-content-scale)) 0 calc(20px * var(--home-mobile-content-scale));
  background: #ffffff;
  border-radius: calc(18px * var(--home-mobile-content-scale));
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
}

body.site-body--zoopla-home .zoopla-search-card__inner {
  padding: 0 calc(16px * var(--home-mobile-content-scale));
}

body.site-body--zoopla-home .zoopla-search-card__title {
  margin: 0 0 calc(8px * var(--home-mobile-content-scale));
  color: #322744;
  font-size: calc(34px * var(--home-mobile-content-scale));
  line-height: calc(40px * var(--home-mobile-content-scale));
  font-weight: 700;
  letter-spacing: -0.04em;
}

body.site-body--zoopla-home .zoopla-search-card__subtitle {
  margin: 0 0 calc(14px * var(--home-mobile-content-scale));
  max-width: 100%;
  color: #322744;
  font-size: calc(18px * var(--home-mobile-content-scale));
  line-height: calc(26px * var(--home-mobile-content-scale));
  font-weight: 400;
}

body.site-body--zoopla-home .home-search__tabs {
  display: flex;
  align-items: flex-end;
  gap: calc(24px * var(--home-mobile-content-scale));
  width: 100%;
  height: calc(48px * var(--home-mobile-content-scale));
  margin: 0 0 calc(18px * var(--home-mobile-content-scale));
  padding: 0 calc(16px * var(--home-mobile-content-scale));
  overflow-x: hidden;
  border: 0;
  border-bottom: 1px solid #e6e1ea;
  background: transparent;
  scrollbar-width: none;
}

body.site-body--zoopla-home .home-search__tabs::-webkit-scrollbar {
  display: none;
}

body.site-body--zoopla-home .home-search__tab {
  position: relative;
  flex: 0 0 auto;
  height: calc(48px * var(--home-mobile-content-scale));
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  background: transparent;
  color: #322744;
  font-size: calc(16px * var(--home-mobile-content-scale));
  line-height: calc(24px * var(--home-mobile-content-scale));
  font-weight: 400;
  opacity: 0.9;
  white-space: nowrap;
}

body.site-body--zoopla-home .home-search__tab--active {
  font-weight: 700;
  opacity: 1;
}

body.site-body--zoopla-home .home-search__tab--active::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: calc(60px * var(--home-mobile-content-scale));
  height: 3px;
  border-radius: 2px;
  background: #7a3ffc;
}

body.site-body--zoopla-home .zoopla-search-card__body {
  padding: 0;
}

body.site-body--zoopla-home .zoopla-search-form {
  display: block;
}

body.site-body--zoopla-home .zoopla-search-form__field {
  display: block;
}

body.site-body--zoopla-home .zoopla-search-form__label {
  display: block;
  margin: 0 0 calc(8px * var(--home-mobile-content-scale));
  color: #322744;
  font-size: calc(16px * var(--home-mobile-content-scale));
  line-height: calc(24px * var(--home-mobile-content-scale));
  font-weight: 700;
}

body.site-body--zoopla-home .zoopla-search-form__input {
  width: 100%;
  height: calc(52px * var(--home-mobile-content-scale));
  margin-bottom: calc(12px * var(--home-mobile-content-scale));
  padding: 0 calc(16px * var(--home-mobile-content-scale));
  border: 2px solid #9a90a4;
  border-radius: calc(8px * var(--home-mobile-content-scale));
  background: #ffffff;
  color: #322744;
  font-size: calc(16px * var(--home-mobile-content-scale));
  line-height: calc(24px * var(--home-mobile-content-scale));
  font-weight: 400;
  outline: none;
  box-shadow: none;
}

body.site-body--zoopla-home .zoopla-search-form__input::placeholder {
  color: #8f869a;
  opacity: 1;
}

body.site-body--zoopla-home .zoopla-search-form__button {
  width: 100%;
  height: calc(52px * var(--home-mobile-content-scale));
  margin-bottom: calc(22px * var(--home-mobile-content-scale));
  border: 0;
  border-radius: calc(8px * var(--home-mobile-content-scale));
  background: linear-gradient(90deg, #8b4dff 0%, #7a3ffc 100%);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: calc(8px * var(--home-mobile-content-scale));
  font-size: calc(16px * var(--home-mobile-content-scale));
  line-height: calc(24px * var(--home-mobile-content-scale));
  font-weight: 700;
  box-shadow: none;
}

body.site-body--zoopla-home .zoopla-search-form__button-icon,
body.site-body--zoopla-home .home-search__submit-icon {
  width: calc(20px * var(--home-mobile-content-scale));
  height: calc(20px * var(--home-mobile-content-scale));
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

body.site-body--zoopla-home .zoopla-search-form__button-icon svg,
body.site-body--zoopla-home .home-search__submit-icon svg {
  width: calc(20px * var(--home-mobile-content-scale));
  height: calc(20px * var(--home-mobile-content-scale));
  fill: none;
  stroke: #ffffff;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

body.site-body--zoopla-home .zoopla-valuation-card {
  display: block;
  margin: calc(22px * var(--home-mobile-content-scale)) 0 calc(18px * var(--home-mobile-content-scale));
  padding: calc(18px * var(--home-mobile-content-scale)) calc(16px * var(--home-mobile-content-scale)) calc(16px * var(--home-mobile-content-scale));
  background: #34264b;
  border-radius: calc(16px * var(--home-mobile-content-scale));
  color: #ffffff;
}

body.site-body--zoopla-home .home-search__footer-title {
  margin: 0 0 calc(10px * var(--home-mobile-content-scale));
  color: #ffffff;
  font-size: calc(18px * var(--home-mobile-content-scale));
  line-height: calc(24px * var(--home-mobile-content-scale));
  font-weight: 700;
}

body.site-body--zoopla-home .home-search__footer-text {
  margin: 0 0 calc(18px * var(--home-mobile-content-scale));
  color: rgba(255, 255, 255, 0.95);
  font-size: calc(16px * var(--home-mobile-content-scale));
  line-height: calc(24px * var(--home-mobile-content-scale));
  font-weight: 400;
}

body.site-body--zoopla-home .home-search__footer-button {
  width: 100%;
  height: calc(48px * var(--home-mobile-content-scale));
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 calc(16px * var(--home-mobile-content-scale));
  border: 2px solid rgba(255, 255, 255, 0.85);
  border-radius: calc(8px * var(--home-mobile-content-scale));
  background: transparent;
  color: #ffffff;
  font-size: calc(16px * var(--home-mobile-content-scale));
  line-height: calc(24px * var(--home-mobile-content-scale));
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
}

@media (min-width: 768px) {
  body.site-body--zoopla-home .site-header__mobile,
  body.site-body--zoopla-home .site-header__shadow {
    display: none;
  }
}
