/**
 * Findar V46123A — Homepage Premium Search + Top Cities SAFE
 * Scoped homepage-only CSS. No external dependency.
 */

body.findar-mobile-premium-home {
  --fhd-ink: #071226;
  --fhd-muted: #5f6e84;
  --fhd-line: #dfe6ef;
  --fhd-soft: #f5f7fb;
  --fhd-blue: #1857ff;
  --fhd-blue-dark: #0d37bc;
  --fhd-navy: #081a58;
  --fhd-green: #13894f;
  --fhd-radius-xl: 30px;
  --fhd-radius-lg: 22px;
  --fhd-radius-md: 16px;
  --fhd-shadow: 0 22px 65px rgba(7, 18, 38, .12);
  --fhd-shadow-soft: 0 14px 40px rgba(7, 18, 38, .08);
  background: #fff;
  color: var(--fhd-ink);
}

body.findar-mobile-premium-home .fhd-home {
  width: 100%;
  overflow: clip;
  background: #fff;
}

body.findar-mobile-premium-home .fhd-home > section {
  width: 100%;
  max-width: none;
  margin: 0;
  padding-left: 0;
  padding-right: 0;
}

body.findar-mobile-premium-home .fhd-shell {
  width: min(100%, 1360px);
  margin-inline: auto;
  padding-inline: clamp(18px, 3vw, 40px);
}

body.findar-mobile-premium-home .fhd-hero {
  position: relative;
  isolation: isolate;
  display: flex;
  align-items: center;
  min-height: clamp(540px, 72vh, 720px);
  overflow: hidden;
  background:
    radial-gradient(circle at 75% 18%, rgba(54, 103, 255, .52), transparent 32%),
    linear-gradient(125deg, #061126 0%, #0c236f 58%, #1857ff 130%);
  color: #fff;
}

body.findar-mobile-premium-home .fhd-hero__image {
  position: absolute;
  inset: 0;
  z-index: -3;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 48%;
  transform: scale(1.015);
}

body.findar-mobile-premium-home .fhd-hero__overlay {
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(4, 13, 32, .92) 0%, rgba(4, 13, 32, .70) 47%, rgba(4, 13, 32, .32) 100%),
    linear-gradient(180deg, rgba(4, 13, 32, .08) 0%, rgba(4, 13, 32, .36) 100%);
}

body.findar-mobile-premium-home .fhd-hero__content {
  display: grid;
  gap: 24px;
  padding-top: clamp(54px, 7vw, 92px);
  padding-bottom: clamp(38px, 6vw, 72px);
}

body.findar-mobile-premium-home .fhd-hero__copy {
  max-width: 780px;
}

body.findar-mobile-premium-home .fhd-eyebrow,
body.findar-mobile-premium-home .fhd-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 12px;
  color: inherit;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .095em;
  text-transform: uppercase;
}

body.findar-mobile-premium-home .fhd-eyebrow::before,
body.findar-mobile-premium-home .fhd-kicker::before {
  content: "";
  width: 24px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
  opacity: .65;
}

body.findar-mobile-premium-home .fhd-hero__title {
  max-width: 820px;
  margin: 0;
  color: #fff;
  font-size: clamp(48px, 6.2vw, 84px);
  font-weight: 950;
  line-height: .95;
  letter-spacing: -.065em;
  text-wrap: balance;
}

body.findar-mobile-premium-home .fhd-hero__copy p {
  max-width: 670px;
  margin: 18px 0 0;
  color: rgba(255,255,255,.86);
  font-size: clamp(17px, 1.6vw, 21px);
  font-weight: 650;
  line-height: 1.5;
}

body.findar-mobile-premium-home .fhd-search-card {
  width: min(100%, 1030px);
  padding: 12px;
  border: 1px solid rgba(255,255,255,.40);
  border-radius: 24px;
  background: rgba(255,255,255,.96);
  box-shadow: 0 28px 90px rgba(3, 10, 28, .35);
  backdrop-filter: blur(18px);
}

body.findar-mobile-premium-home .fhd-search-tabs {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 0 4px 10px;
  overflow-x: auto;
  scrollbar-width: none;
}

body.findar-mobile-premium-home .fhd-search-tabs::-webkit-scrollbar { display: none; }

body.findar-mobile-premium-home .fhd-search-tabs button,
body.findar-mobile-premium-home .fhd-search-tabs a {
  min-height: 40px;
  padding: 0 18px;
  border: 0;
  border-radius: 12px;
  background: transparent;
  color: #536173;
  font: inherit;
  font-size: 14px;
  font-weight: 900;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
  transition: background .18s ease, color .18s ease, transform .18s ease;
}

body.findar-mobile-premium-home .fhd-search-tabs button:hover,
body.findar-mobile-premium-home .fhd-search-tabs a:hover {
  color: var(--fhd-ink);
  background: #eef3ff;
}

body.findar-mobile-premium-home .fhd-search-tabs button.is-active {
  color: #fff;
  background: var(--fhd-ink);
  box-shadow: 0 8px 18px rgba(7,18,38,.18);
}

body.findar-mobile-premium-home .fhd-search-form {
  position: relative;
  display: grid;
  grid-template-columns: minmax(280px, 1.35fr) minmax(160px, .65fr) minmax(170px, .7fr) auto;
  align-items: stretch;
  gap: 0;
  width: 100%;
  min-height: 72px;
  border: 1px solid #dce4ef;
  border-radius: 16px;
  background: #fff;
  overflow: visible;
}

body.findar-mobile-premium-home .fhd-search-field {
  position: relative;
  display: grid;
  align-content: center;
  gap: 4px;
  min-width: 0;
  padding: 12px 18px;
  border-right: 1px solid #e7ecf3;
}

body.findar-mobile-premium-home .fhd-search-field > span:first-child {
  color: #7a8798;
  font-size: 10px;
  font-weight: 950;
  letter-spacing: .075em;
  text-transform: uppercase;
}

body.findar-mobile-premium-home .fhd-search-field input,
body.findar-mobile-premium-home .fhd-search-field select {
  width: 100%;
  min-width: 0;
  height: 28px;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent;
  color: var(--fhd-ink);
  font: inherit;
  font-size: 15px;
  font-weight: 850;
  box-shadow: none;
}

body.findar-mobile-premium-home .fhd-search-field input::placeholder { color: #97a2b1; opacity: 1; }

body.findar-mobile-premium-home .fhd-search-field__input {
  display: flex;
  align-items: center;
  gap: 9px;
  min-width: 0;
}

body.findar-mobile-premium-home .fhd-search-field__input svg,
body.findar-mobile-premium-home .fhd-search-submit svg {
  width: 20px;
  height: 20px;
  flex: 0 0 auto;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
}

body.findar-mobile-premium-home .fhd-search-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-width: 152px;
  margin: 7px;
  padding: 0 22px;
  border: 0;
  border-radius: 12px;
  background: var(--fhd-blue);
  color: #fff;
  font: inherit;
  font-size: 15px;
  font-weight: 950;
  cursor: pointer;
  box-shadow: 0 12px 28px rgba(24,87,255,.24);
  transition: transform .18s ease, background .18s ease, box-shadow .18s ease;
}

body.findar-mobile-premium-home .fhd-search-submit:hover {
  transform: translateY(-1px);
  background: var(--fhd-blue-dark);
  box-shadow: 0 16px 32px rgba(24,87,255,.30);
}

body.findar-mobile-premium-home .fhd-search-field .fmp-smart-suggest {
  top: calc(100% + 14px);
  left: 0;
  z-index: 80;
  width: min(540px, 90vw);
  border-radius: 16px;
  box-shadow: 0 24px 60px rgba(7,18,38,.22);
}

body.findar-mobile-premium-home .fhd-hero-links {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 7px;
  padding: 11px 5px 1px;
}

body.findar-mobile-premium-home .fhd-hero-links > span {
  margin-right: 4px;
  color: #738095;
  font-size: 12px;
  font-weight: 900;
}

body.findar-mobile-premium-home .fhd-hero-links a {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 11px;
  border: 1px solid #dfe6ef;
  border-radius: 999px;
  background: #fff;
  color: #344155;
  font-size: 12px;
  font-weight: 850;
  text-decoration: none;
  transition: border-color .18s ease, color .18s ease, background .18s ease;
}

body.findar-mobile-premium-home .fhd-hero-links a:hover {
  border-color: #b9c8e4;
  color: var(--fhd-blue);
  background: #f6f9ff;
}

body.findar-mobile-premium-home .fhd-hero__trust {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 20px;
  color: rgba(255,255,255,.86);
  font-size: 13px;
  font-weight: 750;
}

body.findar-mobile-premium-home .fhd-hero__trust span,
body.findar-mobile-premium-home .fhd-hero__trust a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: inherit;
  text-decoration: none;
}

body.findar-mobile-premium-home .fhd-hero__trust strong {
  color: #fff;
  font-weight: 950;
}

body.findar-mobile-premium-home .fhd-section {
  padding-block: clamp(58px, 7vw, 96px);
}

body.findar-mobile-premium-home .fhd-section + .fhd-section {
  border-top: 1px solid rgba(223,230,239,.72);
}

body.findar-mobile-premium-home .fhd-cities {
  background: #fff;
}

body.findar-mobile-premium-home .fhd-listings {
  background: linear-gradient(180deg, #f7f9fc 0%, #fff 100%);
}

body.findar-mobile-premium-home .fhd-types {
  background: #fff;
}

body.findar-mobile-premium-home .fhd-section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 28px;
}

body.findar-mobile-premium-home .fhd-section-head > div:first-child {
  max-width: 760px;
}

body.findar-mobile-premium-home .fhd-kicker {
  margin-bottom: 10px;
  color: var(--fhd-blue);
}

body.findar-mobile-premium-home .fhd-section-head h2,
body.findar-mobile-premium-home .fhd-action-band h2 {
  margin: 0;
  color: var(--fhd-ink);
  font-size: clamp(34px, 4.2vw, 56px);
  font-weight: 950;
  line-height: .98;
  letter-spacing: -.055em;
  text-wrap: balance;
}

body.findar-mobile-premium-home .fhd-section-head p {
  margin: 11px 0 0;
  color: var(--fhd-muted);
  font-size: 16px;
  font-weight: 650;
  line-height: 1.5;
}

body.findar-mobile-premium-home .fhd-text-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 42px;
  color: var(--fhd-ink);
  font-size: 14px;
  font-weight: 950;
  text-decoration: none;
  white-space: nowrap;
}

body.findar-mobile-premium-home .fhd-text-link span { transition: transform .18s ease; }
body.findar-mobile-premium-home .fhd-text-link:hover { color: var(--fhd-blue); }
body.findar-mobile-premium-home .fhd-text-link:hover span { transform: translateX(3px); }

body.findar-mobile-premium-home .fhd-city-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 14px;
}

body.findar-mobile-premium-home .fhd-city-card {
  position: relative;
  isolation: isolate;
  display: block;
  aspect-ratio: .82 / 1;
  min-height: 230px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 20px;
  background: linear-gradient(145deg, #0c286f, #1857ff);
  color: #fff;
  text-decoration: none;
  box-shadow: 0 12px 34px rgba(7,18,38,.09);
  transition: transform .24s cubic-bezier(.16,1,.3,1), box-shadow .24s ease;
}

body.findar-mobile-premium-home .fhd-city-card--2 { background: linear-gradient(145deg, #0f766e, #0ea5a8); }
body.findar-mobile-premium-home .fhd-city-card--3 { background: linear-gradient(145deg, #683b18, #d4863c); }
body.findar-mobile-premium-home .fhd-city-card--4 { background: linear-gradient(145deg, #3d246c, #7c5ce6); }
body.findar-mobile-premium-home .fhd-city-card--5 { background: linear-gradient(145deg, #0f4c3a, #1f9d66); }
body.findar-mobile-premium-home .fhd-city-card--6 { background: linear-gradient(145deg, #293a58, #637590); }

body.findar-mobile-premium-home .fhd-city-card img {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .55s cubic-bezier(.16,1,.3,1);
}

body.findar-mobile-premium-home .fhd-city-card__shade {
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(180deg, rgba(4,13,32,.05) 15%, rgba(4,13,32,.78) 100%);
}

body.findar-mobile-premium-home .fhd-city-card__content {
  position: absolute;
  left: 17px;
  right: 17px;
  bottom: 17px;
  display: grid;
  gap: 4px;
}

body.findar-mobile-premium-home .fhd-city-card__content strong {
  color: #fff;
  font-size: 20px;
  font-weight: 950;
  line-height: 1.05;
  letter-spacing: -.035em;
}

body.findar-mobile-premium-home .fhd-city-card__content small {
  color: rgba(255,255,255,.78);
  font-size: 12px;
  font-weight: 750;
}

body.findar-mobile-premium-home .fhd-city-card__arrow {
  position: absolute;
  top: 13px;
  right: 13px;
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(255,255,255,.38);
  border-radius: 999px;
  background: rgba(5,14,32,.28);
  color: #fff;
  font-weight: 950;
  backdrop-filter: blur(8px);
}

@media (hover:hover) and (pointer:fine) {
  body.findar-mobile-premium-home .fhd-city-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 22px 46px rgba(7,18,38,.16);
  }
  body.findar-mobile-premium-home .fhd-city-card:hover img { transform: scale(1.07); }
}

body.findar-mobile-premium-home .fhd-listing-actions {
  display: flex;
  align-items: center;
  gap: 8px;
}

body.findar-mobile-premium-home .fhd-listing-actions button {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border: 1px solid var(--fhd-line);
  border-radius: 999px;
  background: #fff;
  color: var(--fhd-ink);
  font: inherit;
  font-size: 18px;
  font-weight: 950;
  cursor: pointer;
  transition: border-color .18s ease, color .18s ease, transform .18s ease;
}

body.findar-mobile-premium-home .fhd-listing-actions button:hover {
  border-color: #afbfda;
  color: var(--fhd-blue);
  transform: translateY(-1px);
}

body.findar-mobile-premium-home .fhd-property-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

body.findar-mobile-premium-home .fhd-property-grid .fmp-property-card {
  min-width: 0;
  overflow: hidden;
  border: 1px solid #dfe6ef;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 12px 34px rgba(7,18,38,.065);
  transition: transform .24s cubic-bezier(.16,1,.3,1), box-shadow .24s ease, border-color .24s ease;
}

body.findar-mobile-premium-home .fhd-property-grid .fmp-property-card:hover {
  transform: translateY(-4px);
  border-color: #c6d2e4;
  box-shadow: 0 22px 48px rgba(7,18,38,.12);
}

body.findar-mobile-premium-home .fhd-property-grid .fmp-property-media {
  aspect-ratio: 4 / 3;
  min-height: 0;
  background: #e8edf5;
}

body.findar-mobile-premium-home .fhd-property-grid .fmp-property-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .5s cubic-bezier(.16,1,.3,1);
}

body.findar-mobile-premium-home .fhd-property-grid .fmp-property-card:hover .fmp-property-media img { transform: scale(1.035); }

body.findar-mobile-premium-home .fhd-property-grid .fmp-property-body {
  padding: 18px 18px 17px;
}

body.findar-mobile-premium-home .fhd-property-grid .fmp-property-price {
  color: var(--fhd-ink);
  font-size: clamp(22px, 2vw, 28px);
  font-weight: 950;
  line-height: 1;
  letter-spacing: -.045em;
}

body.findar-mobile-premium-home .fhd-property-grid .fmp-property-title {
  margin: 10px 0 0;
  color: var(--fhd-ink);
  font-size: 17px;
  font-weight: 900;
  line-height: 1.28;
  letter-spacing: -.022em;
}

body.findar-mobile-premium-home .fhd-property-grid .fmp-property-title a { color: inherit; text-decoration: none; }

body.findar-mobile-premium-home .fhd-property-grid .fmp-property-location {
  margin: 8px 0 0;
  color: #66758a;
  font-size: 13px;
  font-weight: 700;
}

body.findar-mobile-premium-home .fhd-property-grid .fmp-property-specs {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin: 11px 0 0;
}

body.findar-mobile-premium-home .fhd-property-grid .fmp-property-specs span {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 9px;
  border: 1px solid #dfe6ef;
  border-radius: 999px;
  background: #f8fafc;
  color: #344155;
  font-size: 11px;
  font-weight: 850;
}

body.findar-mobile-premium-home .fhd-property-grid .fmp-property-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 14px;
  color: var(--fhd-blue);
  font-size: 13px;
  font-weight: 950;
  text-decoration: none;
}

body.findar-mobile-premium-home .fhd-type-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 14px;
}

body.findar-mobile-premium-home .fhd-type-card {
  display: grid;
  justify-items: start;
  gap: 8px;
  min-height: 190px;
  padding: 22px;
  border: 1px solid var(--fhd-line);
  border-radius: 20px;
  background: #f8faff;
  color: var(--fhd-ink);
  text-decoration: none;
  transition: transform .22s ease, border-color .22s ease, background .22s ease, box-shadow .22s ease;
}

body.findar-mobile-premium-home .fhd-type-card__icon {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  margin-bottom: 13px;
  border-radius: 16px;
  background: #fff;
  color: var(--fhd-blue);
  box-shadow: 0 10px 24px rgba(24,87,255,.10);
}

body.findar-mobile-premium-home .fhd-type-card__icon svg {
  width: 27px;
  height: 27px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

body.findar-mobile-premium-home .fhd-type-card strong {
  color: var(--fhd-ink);
  font-size: 16px;
  font-weight: 950;
  line-height: 1.2;
}

body.findar-mobile-premium-home .fhd-type-card small {
  color: var(--fhd-muted);
  font-size: 12px;
  font-weight: 750;
}

body.findar-mobile-premium-home .fhd-type-card:hover {
  transform: translateY(-4px);
  border-color: #bfcde3;
  background: #fff;
  box-shadow: var(--fhd-shadow-soft);
}

body.findar-mobile-premium-home .fhd-action-band {
  padding-top: 0;
  padding-bottom: clamp(60px, 8vw, 106px);
  border-top: 0 !important;
  background: #fff;
}

body.findar-mobile-premium-home .fhd-action-band__panel {
  display: grid;
  grid-template-columns: minmax(300px, .8fr) minmax(520px, 1.2fr);
  gap: clamp(28px, 5vw, 70px);
  align-items: center;
  padding: clamp(30px, 5vw, 58px);
  border-radius: 30px;
  background:
    radial-gradient(circle at 92% 10%, rgba(50,100,255,.65), transparent 32%),
    linear-gradient(135deg, #071226 0%, #0b246f 100%);
  color: #fff;
  box-shadow: 0 28px 70px rgba(7,18,38,.18);
}

body.findar-mobile-premium-home .fhd-action-band .fhd-kicker { color: #8fb0ff; }

body.findar-mobile-premium-home .fhd-action-band h2 {
  color: #fff;
  font-size: clamp(34px, 4vw, 54px);
}

body.findar-mobile-premium-home .fhd-action-band__links {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

body.findar-mobile-premium-home .fhd-action-band__links a {
  display: grid;
  gap: 5px;
  min-height: 150px;
  padding: 20px;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 18px;
  background: rgba(255,255,255,.08);
  color: #fff;
  text-decoration: none;
  backdrop-filter: blur(8px);
  transition: transform .2s ease, background .2s ease, border-color .2s ease;
}

body.findar-mobile-premium-home .fhd-action-band__links a:hover {
  transform: translateY(-3px);
  border-color: rgba(255,255,255,.38);
  background: rgba(255,255,255,.14);
}

body.findar-mobile-premium-home .fhd-action-band__links span {
  color: #86a9ff;
  font-size: 11px;
  font-weight: 950;
  letter-spacing: .08em;
}

body.findar-mobile-premium-home .fhd-action-band__links strong {
  margin-top: auto;
  color: #fff;
  font-size: 22px;
  font-weight: 950;
}

body.findar-mobile-premium-home .fhd-action-band__links small {
  color: rgba(255,255,255,.68);
  font-size: 12px;
  font-weight: 750;
}

body.findar-mobile-premium-home .fhd-seo-wrap {
  padding: 0 0 56px;
  background: #fff;
}

body.findar-mobile-premium-home .fhd-seo-details {
  border-top: 1px solid var(--fhd-line);
}

body.findar-mobile-premium-home .fhd-seo-details > summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 22px 0;
  color: var(--fhd-ink);
  font-size: 14px;
  font-weight: 900;
  cursor: pointer;
  list-style: none;
}

body.findar-mobile-premium-home .fhd-seo-details > summary::-webkit-details-marker { display: none; }
body.findar-mobile-premium-home .fhd-seo-details > summary::after { content: "+"; font-size: 22px; font-weight: 500; }
body.findar-mobile-premium-home .fhd-seo-details[open] > summary::after { content: "−"; }

body.findar-mobile-premium-home .fhd-seo-details .findar-seo-block {
  max-width: none;
  margin: 0;
  padding: 28px 0 12px;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

body.findar-mobile-premium-home .fhd-seo-details .findar-seo-block h2 {
  font-size: 30px;
}

body.findar-mobile-premium-home .fhd-seo-details .findar-seo-block h3 {
  font-size: 20px;
}

body.findar-mobile-premium-home .fhd-seo-details .findar-seo-block p {
  max-width: 920px;
  font-size: 15px;
  line-height: 1.7;
}

@media (max-width: 1180px) {
  body.findar-mobile-premium-home .fhd-city-grid,
  body.findar-mobile-premium-home .fhd-type-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  body.findar-mobile-premium-home .fhd-city-card {
    aspect-ratio: 1.2 / 1;
    min-height: 210px;
  }

  body.findar-mobile-premium-home .fhd-action-band__panel {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 920px) {
  body.findar-mobile-premium-home .fhd-hero {
    min-height: auto;
  }

  body.findar-mobile-premium-home .fhd-hero__overlay {
    background: linear-gradient(180deg, rgba(4,13,32,.84) 0%, rgba(4,13,32,.74) 55%, rgba(4,13,32,.90) 100%);
  }

  body.findar-mobile-premium-home .fhd-hero__content {
    padding-top: 62px;
    padding-bottom: 40px;
  }

  body.findar-mobile-premium-home .fhd-hero__title {
    font-size: clamp(44px, 9vw, 66px);
  }

  body.findar-mobile-premium-home .fhd-search-form {
    grid-template-columns: minmax(0, 1fr) minmax(150px, .45fr) auto;
  }

  body.findar-mobile-premium-home .fhd-search-field--budget { display: none; }

  body.findar-mobile-premium-home .fhd-property-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.findar-mobile-premium-home .fhd-section-head {
    align-items: start;
  }
}

@media (max-width: 680px) {
  body.findar-mobile-premium-home .fhd-shell {
    padding-inline: 15px;
  }

  body.findar-mobile-premium-home .fhd-hero__content {
    gap: 20px;
    padding-top: 42px;
    padding-bottom: 28px;
  }

  body.findar-mobile-premium-home .fhd-eyebrow {
    margin-bottom: 8px;
    font-size: 10px;
  }

  body.findar-mobile-premium-home .fhd-hero__title {
    font-size: clamp(39px, 12vw, 52px);
    line-height: .98;
  }

  body.findar-mobile-premium-home .fhd-hero__copy p {
    margin-top: 13px;
    font-size: 15px;
    line-height: 1.45;
  }

  body.findar-mobile-premium-home .fhd-search-card {
    padding: 8px;
    border-radius: 18px;
  }

  body.findar-mobile-premium-home .fhd-search-tabs {
    padding: 0 0 8px;
  }

  body.findar-mobile-premium-home .fhd-search-tabs button,
  body.findar-mobile-premium-home .fhd-search-tabs a {
    min-height: 36px;
    padding: 0 13px;
    font-size: 12px;
  }

  body.findar-mobile-premium-home .fhd-search-form {
    grid-template-columns: minmax(0, 1fr) 54px;
    min-height: 62px;
    border-radius: 14px;
  }

  body.findar-mobile-premium-home .fhd-search-field {
    padding: 9px 12px;
    border-right: 0;
  }

  body.findar-mobile-premium-home .fhd-search-field--type,
  body.findar-mobile-premium-home .fhd-search-field--budget {
    display: none;
  }

  body.findar-mobile-premium-home .fhd-search-field input {
    font-size: 14px;
  }

  body.findar-mobile-premium-home .fhd-search-submit {
    min-width: 0;
    width: 46px;
    height: 46px;
    align-self: center;
    margin: 7px;
    padding: 0;
    border-radius: 12px;
  }

  body.findar-mobile-premium-home .fhd-search-submit span { display: none; }

  body.findar-mobile-premium-home .fhd-hero-links {
    flex-wrap: nowrap;
    overflow-x: auto;
    padding: 9px 1px 1px;
    scrollbar-width: none;
  }

  body.findar-mobile-premium-home .fhd-hero-links::-webkit-scrollbar { display: none; }
  body.findar-mobile-premium-home .fhd-hero-links > span { display: none; }
  body.findar-mobile-premium-home .fhd-hero-links a { flex: 0 0 auto; }

  body.findar-mobile-premium-home .fhd-hero__trust {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 7px 14px;
    font-size: 11px;
  }

  body.findar-mobile-premium-home .fhd-section {
    padding-block: 52px;
  }

  body.findar-mobile-premium-home .fhd-section-head {
    display: grid;
    gap: 14px;
    margin-bottom: 22px;
  }

  body.findar-mobile-premium-home .fhd-section-head h2,
  body.findar-mobile-premium-home .fhd-action-band h2 {
    font-size: 34px;
  }

  body.findar-mobile-premium-home .fhd-section-head p {
    font-size: 14px;
  }

  body.findar-mobile-premium-home .fhd-city-grid {
    display: flex;
    gap: 12px;
    margin-inline: -15px;
    padding-inline: 15px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  body.findar-mobile-premium-home .fhd-city-grid::-webkit-scrollbar { display: none; }

  body.findar-mobile-premium-home .fhd-city-card {
    flex: 0 0 min(76vw, 290px);
    min-height: 220px;
    aspect-ratio: 1.16 / 1;
    scroll-snap-align: start;
  }

  body.findar-mobile-premium-home .fhd-listing-actions button { display: none; }

  body.findar-mobile-premium-home .fhd-property-grid {
    display: flex;
    gap: 14px;
    margin-inline: -15px;
    padding: 2px 15px 16px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  body.findar-mobile-premium-home .fhd-property-grid::-webkit-scrollbar { display: none; }

  body.findar-mobile-premium-home .fhd-property-grid .fmp-property-card {
    flex: 0 0 min(86vw, 360px);
    scroll-snap-align: start;
  }

  body.findar-mobile-premium-home .fhd-type-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  body.findar-mobile-premium-home .fhd-type-card {
    min-height: 154px;
    padding: 17px;
    border-radius: 17px;
  }

  body.findar-mobile-premium-home .fhd-type-card__icon {
    width: 44px;
    height: 44px;
    margin-bottom: 6px;
    border-radius: 14px;
  }

  body.findar-mobile-premium-home .fhd-action-band {
    padding-bottom: 64px;
  }

  body.findar-mobile-premium-home .fhd-action-band__panel {
    gap: 24px;
    padding: 26px 20px;
    border-radius: 23px;
  }

  body.findar-mobile-premium-home .fhd-action-band__links {
    grid-template-columns: 1fr;
  }

  body.findar-mobile-premium-home .fhd-action-band__links a {
    grid-template-columns: auto 1fr;
    align-items: center;
    min-height: 76px;
    padding: 15px 17px;
  }

  body.findar-mobile-premium-home .fhd-action-band__links span {
    grid-row: 1 / 3;
    width: 34px;
  }

  body.findar-mobile-premium-home .fhd-action-band__links strong {
    margin-top: 0;
    font-size: 18px;
  }

  body.findar-mobile-premium-home .fhd-seo-details .findar-seo-block {
    padding: 22px 0 8px;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.findar-mobile-premium-home *,
  body.findar-mobile-premium-home *::before,
  body.findar-mobile-premium-home *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
  }
}
