[data-component="re4haus-hero"].hero.svelte-ula3nj {
  background:
    linear-gradient(rgba(3, 17, 40, 0.55), rgba(3, 17, 40, 0.45)),
    var(--search-landing-hero-image) center center / cover no-repeat !important;
  background-color: #031128 !important;
  isolation: isolate;
}

[data-component="re4haus-hero"].hero.svelte-ula3nj::after,
[data-component="re4haus-hero"].hero.svelte-ula3nj > .fw-wrapper > .hero.svelte-1m9xpr8::after {
  content: none !important;
  display: none !important;
}

[data-component="re4haus-hero"].hero.svelte-ula3nj .background.svelte-ula3nj {
  display: none !important;
  background: transparent !important;
  background-color: transparent !important;
}

[data-component="re4haus-hero"].hero.svelte-ula3nj > .fw-wrapper > .hero.svelte-1m9xpr8 {
  background: transparent !important;
  background-image: none !important;
  background-color: transparent !important;
}

.logo.svelte-vguts2 {
  display: flex;
  width: 100px;
  height: 30px;
  align-items: center;
  justify-content: center;
  line-height: 1;
  flex: 0 0 auto;
}

.logo.svelte-vguts2 .brand-wordmark {
  display: inline-flex;
  align-items: baseline;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 25px;
  font-weight: 900;
  letter-spacing: 0;
  white-space: nowrap;
}

.logo.svelte-vguts2 .brand-wordmark__main {
  color: #fff;
}

.logo.svelte-vguts2 .brand-wordmark__accent {
  color: #11aefa;
}

html {
  min-height: 100%;
  scrollbar-gutter: stable;
  overflow-x: clip;
  background: #fff;
}

body:not(.site-navbar-ready) {
  min-height: 100%;
  padding-top: 80px;
  background-color: #fff;
}

body.site-navbar-ready {
  background-color: #fff;
}

@media (max-width: 1023px) {
  body:not(.site-navbar-ready) {
    padding-top: 60px;
  }
}

@view-transition {
  navigation: none;
}

#h-header.h-header,
#legacy-h-header,
.fake-h-header,
.legacy-header-spacer,
body > header.topbar,
body > header.site-header,
body > .hero > .topbar {
  display: none !important;
}

html.latest-properties-pending .property-swiper .swiper-items > .property-card {
  visibility: hidden;
}

.property-swiper[data-latest-properties] {
  contain: layout paint;
}

.property-swiper[data-latest-properties] .swiper-items {
  min-height: 328px;
  align-items: stretch;
  display: flex;
  gap: 20px;
  scroll-snap-type: x proximity;
}

.property-swiper[data-latest-properties] .property-card,
.property-swiper[data-latest-properties] .property {
  height: 100%;
}

.property-swiper[data-latest-properties] .property-card {
  box-sizing: border-box;
  display: flex;
  flex: 0 0 var(--latest-property-card-width, 270px) !important;
  width: var(--latest-property-card-width, 270px) !important;
  min-width: var(--latest-property-card-width, 270px) !important;
  max-width: var(--latest-property-card-width, 270px) !important;
  min-height: 392px;
  scroll-snap-align: start;
}

.property-swiper[data-latest-properties] .property {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  width: 100% !important;
  min-width: 0;
  overflow: hidden;
}

.property-swiper[data-latest-properties] .photo-container {
  aspect-ratio: 270 / 174.67;
  flex: 0 0 auto;
  width: 100% !important;
  height: auto !important;
  overflow: hidden;
}

.property-swiper[data-latest-properties] .photo-container img {
  display: block;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  object-fit: cover;
  object-position: center;
}

.property-swiper[data-latest-properties] .content {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  min-width: 0;
}

.property-swiper[data-latest-properties] .specs {
  margin-bottom: 10px;
}

.property-swiper[data-latest-properties][aria-busy="true"] .swiper-prev,
.property-swiper[data-latest-properties][aria-busy="true"] .swiper-next {
  visibility: hidden;
}

.property-swiper[data-latest-properties] .latest-property-skeleton {
  pointer-events: none;
}

.property-swiper[data-latest-properties] .latest-property-skeleton .property {
  min-height: 320px;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.property-swiper[data-latest-properties] .latest-property-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 38px;
  margin-top: auto;
  border: 1px solid #11aefa;
  border-radius: 7px;
  background: #11aefa;
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  line-height: 1;
}

@media (max-width: 767px) {
  .property-swiper[data-latest-properties] {
    --latest-property-card-width: min(82vw, 300px);
  }
}

@media (min-width: 768px) {
  .property-swiper[data-latest-properties] {
    --latest-property-card-width: 270px;
  }
}

.latest-property-skeleton__media,
.latest-property-skeleton__line {
  background: linear-gradient(90deg, #edf4f1 0%, #f8fbfa 42%, #edf4f1 84%);
  background-size: 220% 100%;
  animation: latest-property-skeleton-shimmer 1.1s ease-in-out infinite;
}

.latest-property-skeleton__media {
  width: 100%;
  height: 174.67px;
  border-radius: 4px;
}

.latest-property-skeleton__line {
  height: 12px;
  border-radius: 999px;
  margin-top: 10px;
}

.latest-property-skeleton__line--title {
  width: 76%;
}

.latest-property-skeleton__line--location {
  width: 58%;
}

.latest-property-skeleton__line--price {
  width: 44%;
  height: 18px;
}

.latest-property-skeleton__line--specs {
  width: 68%;
}

@keyframes latest-property-skeleton-shimmer {
  0% {
    background-position: 120% 0;
  }
  100% {
    background-position: -120% 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .latest-property-skeleton__media,
  .latest-property-skeleton__line {
    animation: none;
  }
}

.portal-home-form-wrapper.svelte-swt14d .form-wrapper .h-button.svelte-swt14d[data-tracking="button_portal-home_form_search"],
.portal-home-form-wrapper.svelte-swt14d .form-wrapper .h-button.inactive.svelte-swt14d[data-tracking="button_portal-home_form_search"] {
  cursor: pointer;
}

.listing-code-search--hero {
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr) minmax(390px, 0.82fr);
  align-items: center;
  gap: 16px;
  width: min(100%, 920px);
  margin: 24px auto 0;
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 28px;
  background:
    linear-gradient(135deg, rgba(15, 30, 49, 0.92), rgba(42, 67, 86, 0.82)),
    rgba(0, 28, 69, 0.78);
  box-shadow: 0 18px 48px rgba(0, 28, 69, 0.24), inset 0 1px 0 rgba(255, 255, 255, 0.14);
  color: #fff;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.listing-code-search__badge {
  width: 56px;
  height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 50%;
  background: radial-gradient(circle at 30% 20%, rgba(255, 255, 255, 0.24), rgba(255, 255, 255, 0.08));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.22);
  color: #fff;
}

.listing-code-search__badge svg,
.listing-code-search__button svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.listing-code-search__intro {
  min-width: 0;
}

.listing-code-search__title,
.listing-code-search__hint {
  margin: 0;
  letter-spacing: 0;
}

.listing-code-search__title {
  font-size: 15px;
  font-weight: 900;
  line-height: 1.2;
}

.listing-code-search__hint {
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 13px;
  font-weight: 650;
  line-height: 1.32;
}

.listing-code-search__label {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.listing-code-search__control {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr) auto;
  min-width: 0;
  height: 52px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  background: rgba(4, 18, 34, 0.28);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.listing-code-search__control:focus-within {
  border-color: #11aefa;
  box-shadow: 0 0 0 3px rgba(17, 174, 250, 0.22);
}

.listing-code-search__prefix {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.9);
  font-size: 16px;
  font-weight: 900;
}

.listing-code-search__input {
  min-width: 0;
  width: 100%;
  padding: 0 12px 0 0;
  border: 0;
  outline: 0;
  background: transparent;
  color: #fff;
  font: inherit;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0;
}

.listing-code-search__input::placeholder {
  color: rgba(255, 255, 255, 0.68);
  opacity: 1;
}

.listing-code-search__button {
  display: inline-flex;
  min-width: 142px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0 16px;
  border: 0;
  border-left: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.02);
  color: #fff;
  font: inherit;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0;
  cursor: pointer;
  transition: background 0.18s ease, color 0.18s ease;
}

.listing-code-search__button:hover,
.listing-code-search__button:focus-visible {
  background: rgba(17, 174, 250, 0.92);
}

.listing-code-search__button svg {
  width: 18px;
  height: 18px;
}

.listing-code-search__message {
  grid-column: 3;
  margin: 0;
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.3;
}

.listing-code-search--hero.has-error .listing-code-search__control {
  border-color: #ff9a9a;
  box-shadow: 0 0 0 3px rgba(255, 92, 92, 0.18);
}

.listing-code-search--hero.is-loading .listing-code-search__button {
  cursor: wait;
  opacity: 0.78;
}

@media (min-width: 1024px) and (max-width: 1180px) {
  .listing-code-search--hero {
    grid-template-columns: 48px minmax(0, 1fr) minmax(340px, 0.86fr);
    gap: 12px;
    border-radius: 24px;
  }

  .listing-code-search__badge {
    width: 48px;
    height: 48px;
  }

  .listing-code-search__button {
    min-width: 136px;
    padding: 0 14px;
  }
}

@media (max-width: 1023px) {
  .listing-code-search--hero {
    display: none;
  }
}

.re4haus-faq-list {
  border: 1px solid #d3e3db;
  border-radius: 16px;
  overflow: hidden;
  margin-top: 40px;
}

.re4haus-faq-item {
  border-bottom: 1px solid #d3e3db;
}

.re4haus-faq-item:last-child {
  border-bottom: 0;
}

.re4haus-faq-item summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 24px;
  cursor: pointer;
  list-style: none;
}

.re4haus-faq-item summary::-webkit-details-marker {
  display: none;
}

.re4haus-faq-question {
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  color: #001c45;
}

.re4haus-faq-toggle {
  flex: 0 0 auto;
  font-size: 28px;
  font-weight: 300;
  line-height: 1;
  color: #001c45;
}

.re4haus-faq-toggle::before {
  content: "+";
}

.re4haus-faq-item[open] .re4haus-faq-toggle::before {
  content: "\2212";
}

.re4haus-faq-answer {
  padding: 0 24px 24px;
  color: #5a828b;
  font-size: 16px;
  line-height: 24px;
}
