/* ══════════════════════════════════════════════════════════════
   Bruno Corretor — Design System (fundos / canvas contínuo)
   Paleta: #08131D · #0E2235 · #18344F · #FFFFFF · #7AC70C
   ══════════════════════════════════════════════════════════════ */

:root {
  --hl-blue-deep: #08131d;
  --hl-blue-mid: #0e2235;
  --hl-blue-soft: #18344f;
  --hl-white: #ffffff;
  --hl-green: #7ac70c;
  --hl-light-top: #f8fbf7;
  --hl-light-bottom: #eef4f8;
  --hl-orb-blur: 180px;
  --hl-orb-max: 0.1;
}

body {
  background: var(--hl-blue-deep);
  color: var(--hl-white);
}

/* Noise sutil compartilhado */
.hl-surface-noise::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 1;
  opacity: 0.038;
  mix-blend-mode: overlay;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

/* Fundo escuro premium (Hero · Imóveis · Conteúdo · Sobre · Footer) */
.hl-bg-dark {
  background:
    radial-gradient(ellipse 90% 70% at 8% 6%, rgba(122, 199, 12, 0.08) 0%, transparent 52%),
    radial-gradient(ellipse 85% 65% at 92% 94%, rgba(24, 52, 79, 0.55) 0%, transparent 55%),
    linear-gradient(180deg, var(--hl-blue-deep) 0%, var(--hl-blue-mid) 50%, var(--hl-blue-deep) 100%);
}

/* Variante: orbes invertidos (conteúdo) */
.hl-bg-dark--alt {
  background:
    radial-gradient(ellipse 80% 60% at 92% 10%, rgba(122, 199, 12, 0.07) 0%, transparent 50%),
    radial-gradient(ellipse 75% 55% at 6% 88%, rgba(24, 52, 79, 0.5) 0%, transparent 52%),
    linear-gradient(175deg, var(--hl-blue-mid) 0%, var(--hl-blue-deep) 45%, var(--hl-blue-mid) 100%);
}

/* Fundo claro premium (benefícios) */
.hl-bg-light {
  background:
    radial-gradient(ellipse 60% 50% at 0% 0%, rgba(122, 199, 12, 0.06) 0%, transparent 55%),
    radial-gradient(ellipse 55% 45% at 100% 100%, rgba(24, 52, 79, 0.04) 0%, transparent 50%),
    linear-gradient(180deg, var(--hl-light-top) 0%, var(--hl-light-bottom) 100%);
}

.homeland-section-broker {
  position: relative;
  overflow: hidden;
  padding: 5rem 0;
  color: var(--hl-white);
  background:
    radial-gradient(ellipse 70% 55% at 18% 42%, rgba(122, 199, 12, 0.09) 0%, transparent 58%),
    radial-gradient(ellipse 80% 60% at 88% 78%, rgba(24, 52, 79, 0.45) 0%, transparent 55%),
    linear-gradient(180deg, var(--hl-blue-deep) 0%, var(--hl-blue-mid) 55%, var(--hl-blue-deep) 100%);
}

.homeland-section-broker::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 1;
  opacity: 0.038;
  mix-blend-mode: overlay;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

.homeland-broker-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
}

.homeland-broker-bg-circle {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}

.homeland-broker-bg-circle--two {
  width: 480px;
  height: 480px;
  right: -100px;
  bottom: -140px;
  background: radial-gradient(circle, rgba(24, 52, 79, 0.35) 0%, transparent 68%);
  filter: blur(var(--hl-orb-blur));
  opacity: var(--hl-orb-max);
}

.homeland-broker-bg-circle--one {
  width: 520px;
  height: 520px;
  top: -180px;
  left: -120px;
  background: radial-gradient(circle, rgba(122, 199, 12, 0.12) 0%, transparent 68%);
  filter: blur(var(--hl-orb-blur));
  opacity: var(--hl-orb-max);
}

.homeland-broker-bg-line {
  position: absolute;
  top: 18%;
  right: 8%;
  width: 220px;
  height: 220px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 50%;
  transform: rotate(12deg);
}

.homeland-broker-grid {
  position: relative;
  z-index: 2;
}

.homeland-broker-photo-col {
  margin-bottom: 2.5rem;
}

.homeland-broker-photo-wrap {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  min-height: 420px;
  padding: 1.5rem 1rem 0;
}

.homeland-broker-photo-ring {
  position: absolute;
  left: 50%;
  bottom: 8%;
  width: min(88%, 420px);
  aspect-ratio: 1;
  transform: translateX(-50%);
  border-radius: 50%;
  background: radial-gradient(circle at 40% 35%, rgba(122, 199, 12, 0.18) 0%, rgba(14, 34, 53, 0.08) 55%, transparent 72%);
  box-shadow: 0 0 80px rgba(122, 199, 12, 0.12);
}

.homeland-broker-photo-glow {
  position: absolute;
  left: 50%;
  bottom: 5%;
  width: 80%;
  height: 50%;
  transform: translateX(-50%);
  background: radial-gradient(ellipse at center, rgba(122, 199, 12, 0.14) 0%, transparent 70%);
  filter: blur(40px);
  opacity: 0.9;
}

.homeland-broker-photo {
  position: relative;
  z-index: 2;
  width: min(100%, 460px);
  max-height: 560px;
  object-fit: contain;
  object-position: bottom center;
  filter: drop-shadow(0 18px 28px rgba(0, 0, 0, 0.35));
}

.homeland-broker-photo--section {
  object-position: center center;
  width: min(135%, 540px);
  max-height: 620px;
  margin: 0 auto;
  display: block;
}

.homeland-broker-photo-wrap:has(.homeland-broker-photo--section) {
  align-items: center;
  justify-content: center;
  min-height: 0;
  padding: 0;
  overflow: visible;
}

.homeland-broker-photo-wrap:has(.homeland-broker-photo--section) .homeland-broker-photo-ring {
  top: 48%;
  bottom: auto;
  left: 50%;
  width: min(90%, 460px);
  transform: translate(-50%, -50%);
}

.homeland-broker-photo-wrap:has(.homeland-broker-photo--section) .homeland-broker-photo-glow {
  top: 50%;
  bottom: auto;
  left: 50%;
  width: 75%;
  height: 55%;
  transform: translate(-50%, -50%);
}

.homeland-broker-photo-col:has(.homeland-broker-photo--section) {
  overflow: visible;
}

.homeland-broker-card {
  background: rgba(14, 34, 53, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 18px;
  padding: 2.25rem 2rem;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  box-shadow: 0 24px 50px rgba(0, 0, 0, 0.22);
}

.homeland-broker-eyebrow {
  margin-bottom: 0.75rem;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.72);
}

.homeland-broker-name {
  margin-bottom: 0.5rem;
  font-size: clamp(2rem, 4vw, 2.75rem);
  font-weight: 700;
  line-height: 1.1;
  color: #fff;
}

.homeland-broker-headline {
  margin-bottom: 0.75rem;
  font-size: 1.15rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.95);
}

.homeland-broker-lead {
  margin-bottom: 1.5rem;
  font-size: 1.02rem;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.82);
}

.homeland-broker-benefits {
  list-style: none;
  margin: 0 0 1.75rem;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.65rem 1rem;
}

.homeland-broker-benefits li {
  position: relative;
  padding-left: 1.45rem;
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.9);
}

.homeland-broker-benefits li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: #5fd68a;
  font-weight: 700;
}

.homeland-broker-stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.75rem;
  margin-bottom: 1.75rem;
}

.homeland-broker-stat {
  padding: 0.85rem 0.65rem;
  border-radius: 12px;
  background: rgba(0, 0, 0, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.08);
  text-align: center;
}

.homeland-broker-stat strong {
  display: block;
  margin-bottom: 0.2rem;
  font-size: 1.35rem;
  line-height: 1.1;
  color: #fff;
}

.homeland-broker-stat span {
  display: block;
  font-size: 0.72rem;
  line-height: 1.3;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.68);
}

.homeland-broker-signature {
  margin-bottom: 1.75rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.homeland-broker-signature-name {
  display: block;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.5rem;
  font-style: italic;
  font-weight: 500;
  color: #fff;
}

.homeland-broker-signature-meta {
  display: block;
  margin-top: 0.25rem;
  font-size: 0.88rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.7);
}

.homeland-broker-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.homeland-broker-btn {
  min-width: 210px;
  padding: 0.85rem 1.35rem;
  border-radius: 999px;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.homeland-broker-btn--primary {
  box-shadow: 0 10px 24px rgba(40, 167, 69, 0.28);
}

.homeland-broker-btn--ghost {
  border-width: 2px;
  color: #fff;
}

.homeland-broker-btn--ghost:hover {
  color: #364e68;
  background: #fff;
  border-color: #fff;
}

@media (min-width: 992px) {
  .homeland-section-broker {
    padding: 6rem 0;
  }

  .homeland-broker-photo-col {
    margin-bottom: 0;
  }

  .homeland-broker-photo-wrap {
    min-height: 560px;
    justify-content: flex-start;
    padding-left: 0;
  }

  .homeland-broker-photo-col:has(.homeland-broker-photo--section) {
    display: flex;
    align-items: center;
    margin-bottom: 0;
  }

  .homeland-broker-photo-wrap:has(.homeland-broker-photo--section) {
    min-height: 0;
    width: 100%;
    align-items: center;
    justify-content: center;
    padding: 0;
  }

  .homeland-broker-photo--section {
    width: min(160%, 760px);
    max-height: 820px;
    object-position: center center;
  }

  .homeland-broker-photo-wrap:has(.homeland-broker-photo--section) .homeland-broker-photo-ring {
    width: min(88%, 580px);
  }

  .homeland-broker-card {
    padding: 2.5rem 2.25rem;
  }
}

@media (max-width: 991px) {
  .homeland-broker-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 575px) {
  .homeland-section-broker {
    padding: 3.5rem 0;
  }

  .homeland-broker-benefits {
    grid-template-columns: 1fr;
  }

  .homeland-broker-card {
    padding: 1.5rem 1.25rem;
  }

  .homeland-broker-actions {
    flex-direction: column;
  }

  .homeland-broker-btn {
    width: 100%;
    min-width: 0;
  }
}

.homeland-hero-caption {
  position: relative;
  z-index: 3;
  text-align: left;
  text-shadow: 0 2px 24px rgba(0, 0, 0, 0.55);
  padding-top: 2rem;
  padding-bottom: 5rem;
}

.homeland-hero-badge {
  display: inline-block;
  margin-bottom: 1rem;
  padding: 0.45rem 0.9rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.28);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  color: #fff;
}

.homeland-hero-caption h1,
.homeland-hero-caption h2 {
  font-size: clamp(2.6rem, 5.5vw, 4.2rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  line-height: 0.95;
  margin-bottom: 0.75rem !important;
}

.homeland-hero-caption .lead {
  font-size: clamp(1rem, 2vw, 1.35rem);
  font-weight: 400;
  max-width: 28rem;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.5;
}

.homeland-hero-ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.75rem;
}

.homeland-hero-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.85rem 1.35rem;
  border-radius: 14px;
  font-size: 0.92rem;
  font-weight: 700;
  text-decoration: none !important;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.homeland-hero-cta--primary {
  background: linear-gradient(135deg, #7ac70c, #5fb300);
  color: #fff !important;
  box-shadow: 0 14px 32px rgba(122, 199, 12, 0.35);
}

.homeland-hero-cta--primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 38px rgba(122, 199, 12, 0.45);
  color: #fff !important;
}

.homeland-hero-cta--ghost {
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.35);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  color: #fff !important;
}

.homeland-hero-cta--ghost:hover {
  background: rgba(255, 255, 255, 0.22);
  transform: translateY(-2px);
  color: #fff !important;
}

@media (max-width: 767px) {
  .homeland-hero-caption {
    text-align: center;
    padding-bottom: 7rem;
  }

  .homeland-hero-caption .lead {
    margin-left: auto;
    margin-right: auto;
  }

  .homeland-hero-ctas {
    justify-content: center;
  }

  .homeland-hero-caption h1,
.homeland-hero-caption h2 {
    font-size: 2.2rem;
  }

  .homeland-hero-caption .lead {
    font-size: 1rem;
  }
}

.homeland-hero-outer {
  position: relative;
  overflow: visible;
  z-index: 5;
  background: var(--hl-blue-deep);
}

.homeland-hero-outer::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    radial-gradient(ellipse 70% 55% at 12% 18%, rgba(122, 199, 12, 0.1) 0%, transparent 55%),
    radial-gradient(ellipse 65% 50% at 88% 82%, rgba(24, 52, 79, 0.4) 0%, transparent 52%);
}

.homeland-hero-outer::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  opacity: 0.035;
  mix-blend-mode: overlay;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

.homeland-hero-outer .slide-one-item.home-slider,
.homeland-hero-outer .homeland-hero-slider {
  position: relative;
  z-index: 1;
}

.homeland-hero-outer .homeland-hero-slide.overlay::before {
  background: linear-gradient(
    90deg,
    rgba(8, 19, 29, 0.92) 0%,
    rgba(8, 19, 29, 0.55) 36%,
    rgba(14, 34, 53, 0.25) 55%,
    rgba(8, 19, 29, 0.75) 100%
  );
}

.homeland-hero-outer .homeland-hero-slide::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(8, 19, 29, 0.15) 0%, rgba(8, 19, 29, 0.5) 100%),
    rgba(8, 19, 29, 0.18);
}

.homeland-hero-outer .homeland-hero-slide .container {
  position: relative;
  z-index: 2;
}

.homeland-broker-hero-wrap {
  position: absolute;
  right: 2%;
  bottom: -48px;
  z-index: 30;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  width: min(52vw, 720px);
  height: calc(100% - 40px);
  max-height: 92vh;
  pointer-events: none;
}

.homeland-broker-hero-glow {
  position: absolute;
  right: 8%;
  bottom: 18%;
  width: min(420px, 70%);
  height: min(520px, 75%);
  background: radial-gradient(circle, rgba(122, 199, 12, 0.12) 0%, transparent 55%);
  z-index: 0;
  pointer-events: none;
  filter: blur(60px);
}

.homeland-broker-top {
  position: relative;
  z-index: 1;
  display: block;
  width: auto;
  height: clamp(460px, 78vh, 820px);
  max-height: calc(100vh - 60px);
  max-width: 100%;
  object-fit: contain;
  object-position: bottom right;
  filter: drop-shadow(0 35px 45px rgba(0, 0, 0, 0.45));
  transform: translateX(2%);
}

.site-section.site-section-sm.pb-0 {
  position: relative;
  z-index: 10;
}

.homeland-search-section {
  margin-top: -50px;
  padding-top: 0 !important;
  padding-bottom: 2rem !important;
  position: relative;
  z-index: 12;
  background: linear-gradient(
    180deg,
    rgba(8, 19, 29, 0) 0%,
    rgba(8, 19, 29, 0.65) 35%,
    var(--hl-blue-deep) 100%
  );
}

.homeland-search-section::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.03;
  mix-blend-mode: overlay;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

.homeland-search-section .view-options.bg-white {
  background: rgba(14, 34, 53, 0.5) !important;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 14px;
  color: rgba(255, 255, 255, 0.75);
}

.homeland-search-section .view-options .view-list,
.homeland-search-section .view-options .icon-view {
  color: rgba(255, 255, 255, 0.55) !important;
}

.homeland-search-section .view-options .view-list.active,
.homeland-search-section .view-options .icon-view.active {
  color: var(--hl-green) !important;
}

.homeland-search-section .view-options .border-right {
  border-color: rgba(255, 255, 255, 0.1) !important;
}

.homeland-search-section .view-options .form-control {
  background: rgba(8, 19, 29, 0.45);
  border-color: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.85);
}

.homeland-search-box {
  width: 100%;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border-radius: 22px;
  padding: 28px;
  box-shadow: 0 24px 70px rgba(15, 40, 70, 0.18);
  border: 1px solid rgba(255, 255, 255, 0.6);
  transform: translateY(-50px);
  position: relative;
  z-index: 20;
}

.homeland-search-box-head {
  margin-bottom: 1.35rem;
}

.homeland-search-box-title {
  margin: 0 0 0.4rem;
  font-size: clamp(1.25rem, 2.6vw, 1.75rem);
  font-weight: 800;
  line-height: 1.25;
  color: #18344f;
  text-transform: none;
  letter-spacing: -0.02em;
}

.homeland-search-box-subtitle {
  margin: 0;
  font-size: 0.95rem;
  color: #7b8da0;
}

.homeland-search-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1.4fr auto;
  gap: 18px;
  align-items: end;
}

.homeland-search-field {
  background: #f7fafc;
  border: 1px solid #dce6ee;
  border-radius: 14px;
  padding: 14px 16px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.homeland-search-field:focus-within {
  border-color: rgba(121, 193, 67, 0.55);
  box-shadow: 0 0 0 3px rgba(121, 193, 67, 0.12);
}

.homeland-search-field label {
  display: block;
  margin-bottom: 0.35rem;
  font-size: 11px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #7b8da0;
  font-weight: 700;
}

.homeland-search-field select {
  display: block;
  width: 100%;
  border: none;
  background: transparent;
  font-size: 15px;
  font-weight: 600;
  color: #18344f;
  padding: 0;
  margin: 0;
  appearance: none;
  -webkit-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8' fill='none'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%237B8DA0' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 2px center;
  padding-right: 22px;
  cursor: pointer;
}

.homeland-search-field select:focus {
  outline: none;
}

.homeland-search-button {
  height: 100%;
  min-height: 74px;
  border: 0;
  border-radius: 16px;
  padding: 0 38px;
  background: linear-gradient(135deg, #7ac70c, #5fb300);
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  white-space: nowrap;
  box-shadow: 0 16px 35px rgba(122, 199, 12, 0.35);
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.homeland-search-button:hover {
  transform: translateY(-1px);
  box-shadow: 0 18px 40px rgba(122, 199, 12, 0.42);
  color: #fff;
}

@media (max-width: 991px) {
  .homeland-search-grid {
    grid-template-columns: 1fr 1fr;
  }

  .homeland-search-field--wide {
    grid-column: 1 / -1;
  }

  .homeland-search-button {
    grid-column: 1 / -1;
    min-height: 54px;
    width: 100%;
  }
}

@media (max-width: 575px) {
  .homeland-search-box {
    padding: 20px 18px;
    transform: translateY(-30px);
  }

  .homeland-search-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .homeland-search-field--wide,
  .homeland-search-button {
    grid-column: auto;
  }
}

.site-section.site-section-sm.pb-0 .form-search {
  position: relative;
  z-index: 20;
}

@media (min-width: 1200px) {
  .homeland-broker-hero-wrap {
    right: 4%;
    width: min(50vw, 760px);
  }

  .homeland-broker-top {
    height: clamp(500px, 82vh, 860px);
  }
}

@media (max-width: 991px) {
  .homeland-broker-hero-wrap {
    width: min(58vw, 480px);
    right: 0;
    bottom: -32px;
  }

  .homeland-broker-top {
    height: clamp(360px, 62vh, 560px);
  }
}

@media (max-width: 767px) {
  .homeland-broker-hero-wrap {
    width: min(72vw, 340px);
    right: -2%;
    bottom: -24px;
    height: auto;
    max-height: none;
  }

  .homeland-broker-top {
    height: clamp(280px, 48vh, 400px);
    opacity: 0.98;
  }

  .homeland-broker-hero-glow {
    width: 85%;
    height: 70%;
    right: 0;
    bottom: 10%;
  }
}

.site-navbar .site-logo.branding {
  line-height: 1;
}

.site-navbar .site-logo.branding a {
  display: inline-block;
}

.homeland-site-logo {
  display: block;
  height: 72px;
  width: auto;
  max-width: min(360px, 92vw);
  object-fit: contain;
  object-position: left center;
}

@media (min-width: 992px) {
  .homeland-site-logo {
    height: 88px;
  max-width: 420px;
  }
}

@media (max-width: 767px) {
  .homeland-site-logo {
    height: 52px;
    max-width: 240px;
  }
}

.homeland-section-why {
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, var(--hl-light-top) 0%, var(--hl-light-bottom) 100%);
}

.homeland-section-why::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(24, 52, 79, 0.1), transparent);
  z-index: 1;
  pointer-events: none;
}

.homeland-section-why .homeland-why-ambient {
  display: none;
}

.homeland-why-ambient {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}

.homeland-why-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(var(--hl-orb-blur));
  opacity: var(--hl-orb-max);
}

.homeland-why-orb--green {
  top: -120px;
  left: -150px;
  width: 480px;
  height: 480px;
  background: var(--hl-green);
}

.homeland-why-orb--blue {
  bottom: -120px;
  right: -120px;
  width: 450px;
  height: 450px;
  background: var(--hl-blue-soft);
}

.homeland-why-inner {
  position: relative;
  z-index: 2;
}

.homeland-why-title {
  margin-bottom: 1rem;
  font-size: clamp(1.65rem, 3vw, 2.15rem);
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: none;
  color: var(--hl-blue-deep);
}

.homeland-why-subtitle {
  margin-bottom: 1.25rem;
  font-size: 1.05rem;
  line-height: 1.7;
  color: var(--hl-blue-soft);
}

.homeland-why-tagline {
  margin-bottom: 0;
  font-size: 1.08rem;
  line-height: 1.65;
  color: var(--hl-blue-mid);
}

.homeland-why-tagline strong {
  font-weight: 700;
}

.homeland-why-card {
  height: 100%;
  padding: 2rem 1.5rem 1.75rem;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(255, 255, 255, 0.85);
  box-shadow: 0 20px 60px rgba(20, 30, 50, 0.08);
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.homeland-why-card:hover {
  transform: translateY(-8px);
  border-color: rgba(48, 98, 170, 0.12);
  box-shadow: 0 28px 70px rgba(20, 30, 50, 0.12);
}

.homeland-why-card-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  margin-bottom: 1.25rem;
  border-radius: 50%;
}

.homeland-why-card-icon svg {
  width: 28px;
  height: 28px;
}

.homeland-why-card--green .homeland-why-card-icon {
  background: rgba(121, 193, 67, 0.14);
  color: #79c143;
}

.homeland-why-card--blue .homeland-why-card-icon {
  background: rgba(54, 78, 104, 0.12);
  color: #364e68;
}

.homeland-why-card--green:hover {
  border-color: rgba(121, 193, 67, 0.22);
}

.homeland-why-card--blue:hover {
  border-color: rgba(54, 78, 104, 0.35);
}

.homeland-why-card-title {
  margin-bottom: 0.85rem;
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #1a1a1a;
}

.homeland-why-card-text {
  margin-bottom: 0;
  font-size: 0.95rem;
  line-height: 1.65;
  color: #5c6670;
}

.homeland-why-trust {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 2.5rem;
  padding: 1.5rem 1rem;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(255, 255, 255, 0.9);
  box-shadow: 0 20px 60px rgba(20, 30, 50, 0.06);
  backdrop-filter: blur(6px);
}

.homeland-why-trust-item {
  text-align: center;
}

.homeland-why-trust-stars {
  display: block;
  margin-bottom: 0.35rem;
  font-size: 1.1rem;
  letter-spacing: 0.08em;
  color: #f5a623;
}

.homeland-why-trust-value {
  display: block;
  margin-bottom: 0.25rem;
  font-size: 1.45rem;
  line-height: 1.1;
  font-weight: 700;
  color: #364e68;
}

.homeland-why-trust-label {
  display: block;
  font-size: 0.78rem;
  line-height: 1.35;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #6b7785;
}

.homeland-why-cta {
  margin-top: 0.5rem;
  padding: 0.85rem 2rem;
  border-radius: 999px;
  font-weight: 700;
  box-shadow: 0 15px 40px rgba(121, 193, 67, 0.35);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.homeland-why-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 46px rgba(121, 193, 67, 0.42);
}

@media (max-width: 991px) {
  .homeland-why-trust {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 575px) {
  .homeland-why-trust {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }

  .homeland-why-card {
    padding: 1.5rem 1.25rem;
  }
}

.homeland-section-content {
  position: relative;
  overflow: hidden;
  color: var(--hl-white);
  background:
    radial-gradient(ellipse 80% 60% at 92% 10%, rgba(122, 199, 12, 0.07) 0%, transparent 50%),
    radial-gradient(ellipse 75% 55% at 6% 88%, rgba(24, 52, 79, 0.5) 0%, transparent 52%),
    linear-gradient(180deg, var(--hl-blue-mid) 0%, var(--hl-blue-deep) 100%);
}

.homeland-section-content::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 1;
  opacity: 0.038;
  mix-blend-mode: overlay;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

.homeland-content-ambient {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}

.homeland-content-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(var(--hl-orb-blur));
  opacity: var(--hl-orb-max);
}

.homeland-content-orb--green {
  top: -140px;
  right: -100px;
  width: 500px;
  height: 500px;
  background: var(--hl-green);
}

.homeland-content-orb--blue {
  bottom: -160px;
  left: -100px;
  width: 480px;
  height: 480px;
  background: var(--hl-blue-soft);
}

.homeland-content-inner {
  position: relative;
  z-index: 2;
}

.homeland-content-eyebrow {
  margin-bottom: 0.75rem;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(121, 193, 67, 0.95);
}

.homeland-content-title {
  margin-bottom: 1rem;
  font-size: clamp(1.75rem, 3.2vw, 2.35rem);
  font-weight: 700;
  letter-spacing: 0.01em;
  text-transform: none;
  color: #fff;
}

.homeland-content-subtitle {
  margin-bottom: 0;
  font-size: 1.05rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.78);
}

.homeland-glass-card {
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 22px;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.18);
}

.homeland-content-feature {
  overflow: hidden;
  height: 100%;
}

.homeland-content-video {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 12px;
  background: #0a1622;
}

.homeland-content-video-thumb {
  display: block;
  width: 100%;
  height: 280px;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.hl-video-player__poster {
  position: relative;
  display: block;
}

.hl-video-player__poster::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(16, 38, 58, 0.05) 0%, rgba(16, 38, 58, 0.55) 100%);
}

.hl-video-player.is-playing {
  cursor: default;
}

.hl-video-player.is-playing .homeland-content-video-thumb {
  display: none;
}

.homeland-content-video:hover .homeland-content-video-thumb {
  transform: scale(1.04);
}

.homeland-content-video::after {
  display: none;
}

.homeland-content-play {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  width: 72px;
  height: 72px;
  transform: translate(-50%, -50%);
  border: 0;
  padding: 0;
  cursor: pointer;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.25);
}

.homeland-content-play::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 54%;
  transform: translate(-50%, -50%);
  border-style: solid;
  border-width: 11px 0 11px 18px;
  border-color: transparent transparent transparent #10263a;
}

.homeland-content-duration {
  position: absolute;
  right: 16px;
  bottom: 16px;
  z-index: 2;
  padding: 0.35rem 0.65rem;
  border-radius: 8px;
  background: rgba(16, 38, 58, 0.82);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.homeland-content-feature-body {
  padding: 1.35rem 1.5rem 1.5rem;
}

.homeland-content-feature-label {
  display: block;
  margin-bottom: 0.45rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(121, 193, 67, 0.95);
}

.homeland-content-feature-title {
  margin-bottom: 0.5rem;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.35;
  color: #fff;
}

.homeland-content-feature-meta {
  margin-bottom: 0;
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.72);
}

.homeland-content-playlist {
  height: 100%;
  padding: 1.25rem 1rem 1rem;
}

.homeland-content-playlist-title {
  margin: 0 0 1rem;
  padding: 0 0.5rem;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.62);
}

.homeland-content-playlist-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.homeland-content-playlist-item {
  display: flex;
  align-items: flex-start;
  gap: 0.85rem;
  padding: 0.9rem 0.75rem;
  border-radius: 14px;
  color: rgba(255, 255, 255, 0.88);
  text-decoration: none;
  transition: background 0.2s ease, transform 0.2s ease;
}

.homeland-content-playlist-item:hover {
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  text-decoration: none;
}

.homeland-content-playlist-item.is-active {
  background: rgba(121, 193, 67, 0.14);
  border: 1px solid rgba(121, 193, 67, 0.22);
}

.homeland-content-playlist-play {
  flex: 0 0 28px;
  width: 28px;
  height: 28px;
  margin-top: 2px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
  position: relative;
}

.homeland-content-playlist-play::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 54%;
  transform: translate(-50%, -50%);
  border-style: solid;
  border-width: 5px 0 5px 8px;
  border-color: transparent transparent transparent #fff;
}

.homeland-content-playlist-text strong {
  display: block;
  margin-bottom: 0.2rem;
  font-size: 0.95rem;
  line-height: 1.35;
  font-weight: 600;
}

.homeland-content-playlist-text small {
  display: block;
  font-size: 0.78rem;
  color: rgba(255, 255, 255, 0.58);
}

.homeland-content-articles-label {
  margin-bottom: 1.25rem;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.62);
  text-align: center;
}

.homeland-content-article {
  height: 100%;
  padding: 1.35rem 1.25rem 1.25rem;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.homeland-content-article:hover {
  transform: translateY(-4px);
  border-color: rgba(255, 255, 255, 0.22);
  box-shadow: 0 28px 60px rgba(0, 0, 0, 0.22);
}

.homeland-content-article-tag {
  display: inline-block;
  margin-bottom: 0.85rem;
  padding: 0.28rem 0.65rem;
  border-radius: 999px;
  background: rgba(121, 193, 67, 0.16);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(121, 193, 67, 0.95);
}

.homeland-content-article-title {
  margin-bottom: 0.65rem;
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1.4;
  color: #fff;
}

.homeland-content-article-text {
  margin-bottom: 1rem;
  font-size: 0.92rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.72);
}

.homeland-content-article-link {
  font-size: 0.88rem;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.9);
  text-decoration: none;
}

.homeland-content-article-link:hover {
  color: #79c143;
  text-decoration: none;
}

.homeland-content-actions {
  margin-top: 2rem;
}

.homeland-content-btn {
  min-width: 200px;
  margin: 0.35rem 0.4rem;
  padding: 0.85rem 1.6rem;
  border-radius: 999px;
  font-weight: 700;
}

.homeland-content-btn--primary {
  box-shadow: 0 15px 40px rgba(121, 193, 67, 0.35);
}

.homeland-content-btn--ghost {
  border-width: 2px;
  color: #fff;
}

.homeland-content-btn--ghost:hover {
  color: #10263a;
  background: #fff;
  border-color: #fff;
}

.homeland-content-more {
  margin-top: 1rem;
}

.homeland-content-more a {
  font-size: 0.9rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.68);
  text-decoration: none;
}

.homeland-content-more a:hover {
  color: #79c143;
  text-decoration: none;
}

@media (min-width: 992px) {
  .homeland-content-video-thumb {
    height: 320px;
  }

  .homeland-content-playlist {
    min-height: 100%;
  }
}

@media (max-width: 575px) {
  .homeland-content-btn {
    display: block;
    width: 100%;
    margin: 0.5rem 0;
  }
}

/* ── Premium property cards (minimal) ── */

.homeland-properties-section {
  position: relative;
  overflow: hidden;
  padding-top: 3rem !important;
  padding-bottom: 4.5rem !important;
  background:
    radial-gradient(ellipse 85% 65% at 8% 12%, rgba(122, 199, 12, 0.08) 0%, transparent 52%),
    radial-gradient(ellipse 80% 60% at 92% 88%, rgba(24, 52, 79, 0.5) 0%, transparent 55%),
    linear-gradient(180deg, var(--hl-blue-deep) 0%, var(--hl-blue-mid) 50%, var(--hl-blue-deep) 100%);
}

.homeland-properties-section::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 1;
  opacity: 0.038;
  mix-blend-mode: overlay;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

.homeland-properties-ambient {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
}

.homeland-properties-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(var(--hl-orb-blur));
  opacity: var(--hl-orb-max);
  pointer-events: none;
}

.homeland-properties-orb--green {
  width: 520px;
  height: 520px;
  top: -80px;
  left: -100px;
  background: var(--hl-green);
}

.homeland-properties-orb--blue {
  width: 560px;
  height: 560px;
  bottom: -120px;
  right: -80px;
  background: var(--hl-blue-soft);
}

.homeland-properties-inner {
  position: relative;
  z-index: 2;
}

.homeland-properties-eyebrow {
  margin: 0 0 0.5rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.45);
}

.homeland-properties-title {
  margin: 0 0 0.65rem;
  font-size: clamp(1.75rem, 3.2vw, 2.35rem);
  font-weight: 800;
  color: #fff;
  letter-spacing: -0.03em;
}

.homeland-properties-subtitle {
  margin: 0;
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.5);
  line-height: 1.6;
}

.homeland-properties-empty {
  margin: 0 0 2rem;
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.72);
}

.homeland-properties-empty a {
  color: var(--hl-green, #79c000);
  text-decoration: underline;
}

.homeland-properties-grid > [class*="col-"] {
  display: flex;
}

.hl-card {
  position: relative;
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
  background: #11161d;
  border: 1px solid rgba(255, 255, 255, 0.06);
  transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}

.hl-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 50px rgba(0, 0, 0, 0.35);
}

.hl-card__media {
  position: relative;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: #1a212b;
}

.hl-card__poster,
.hl-card__video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}

.hl-card__video {
  z-index: 1;
}

.hl-card:hover .hl-card__poster,
.hl-card:hover .hl-card__video {
  transform: scale(1.04);
}

.hl-card__body {
  position: relative;
  padding: 1.35rem 1.35rem 1.5rem;
}

.hl-card__name {
  margin: 0 0 0.25rem;
  font-size: 1.2rem;
  font-weight: 800;
  color: #fff;
  letter-spacing: -0.02em;
  line-height: 1.2;
}

.hl-card__hood {
  margin: 0;
  font-size: 0.9rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.5);
}

.hl-card__rule {
  height: 1px;
  margin: 1.1rem 0;
  background: rgba(255, 255, 255, 0.08);
}

.hl-card__price-label {
  display: block;
  margin-bottom: 0.2rem;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.42);
}

.hl-card__price {
  display: block;
  font-size: clamp(1.45rem, 2.8vw, 1.75rem);
  font-weight: 800;
  color: #fff;
  letter-spacing: -0.03em;
  line-height: 1.05;
}

.hl-card__ai {
  display: flex;
  align-items: baseline;
  gap: 0.4rem;
  padding: 0.35rem 0 0.15rem;
}

.hl-card__ai-score {
  font-size: 1.35rem;
  font-weight: 800;
  color: rgba(122, 199, 12, 0.85);
  line-height: 1;
}

.hl-card__ai-label {
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.32);
}

.hl-card__compare {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  z-index: 4;
  display: flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.35rem 0.6rem;
  border-radius: 999px;
  background: rgba(8, 19, 29, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.12);
  font-size: 0.68rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.75);
  cursor: pointer;
  opacity: 0;
  transform: translateY(-4px);
  transition: opacity 0.25s ease, transform 0.25s ease;
}

.hl-card:hover .hl-card__compare,
.hl-card__compare:has(input:checked) {
  opacity: 1;
  transform: translateY(0);
}

.hl-card__compare input {
  accent-color: var(--hl-green);
}

.hl-card__perks {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 100%;
  z-index: 3;
  margin: 0;
  padding: 0.85rem 1.35rem 1rem;
  list-style: none;
  background: #11161d;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  opacity: 0;
  transform: translateY(8px);
  pointer-events: none;
  transition: opacity 0.35s ease, transform 0.35s ease;
}

.hl-card__perks li {
  padding: 0.28rem 0;
  font-size: 0.82rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.78);
}

.hl-card__perks li::before {
  content: "✔ ";
  color: #79c143;
}

.hl-card:hover .hl-card__perks {
  opacity: 1;
  transform: translateY(0);
}

.hl-card__cta {
  display: block;
  width: 100%;
  margin-top: 0.75rem;
  padding: 0.9rem 1rem;
  border: 0;
  border-radius: 12px;
  background: #fff;
  color: #0a0e14 !important;
  font-size: 0.92rem;
  font-weight: 700;
  text-align: center;
  cursor: pointer;
  transition: transform 0.2s ease, background 0.2s ease;
}

.hl-card__cta:hover {
  transform: translateY(-1px);
  background: #f2f5f8;
}

/* Placeholders: casas e terrenos */
.hl-card--listing .hl-card__type-badge {
  position: absolute;
  top: 0.75rem;
  left: 0.75rem;
  z-index: 4;
  padding: 0.35rem 0.75rem;
  border-radius: 999px;
  background: rgba(10, 14, 20, 0.82);
  border: 1px solid rgba(122, 199, 12, 0.45);
  color: #b8e86a;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hl-card__specs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin: 0.85rem 0 0;
  padding: 0;
  list-style: none;
}

.hl-card__specs li {
  padding: 0.28rem 0.62rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.72rem;
  font-weight: 600;
}

.hl-card__perks--static {
  position: static;
  opacity: 1 !important;
  transform: none !important;
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  margin: 0.85rem 0 0;
  padding: 0;
  list-style: none;
  pointer-events: auto;
}

.hl-card__perks--static li {
  padding: 0.28rem 0.62rem;
  border-radius: 999px;
  background: rgba(122, 199, 12, 0.12);
  border: 1px solid rgba(122, 199, 12, 0.22);
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.72rem;
  font-weight: 600;
}

.hl-card__perks--static li::before {
  content: none;
}

.hl-card__cta--link {
  display: block;
  text-decoration: none !important;
  background: linear-gradient(135deg, #7ac70c 0%, #5fa006 100%);
  color: #0a0e14 !important;
}

.hl-card__cta--link:hover {
  background: linear-gradient(135deg, #8fd81a 0%, #6db80a 100%);
  color: #0a0e14 !important;
}

.hl-card--listing .hl-card__price {
  font-size: clamp(1.05rem, 2vw, 1.25rem);
}

/* AI analysis drawer */

body.hl-ai-drawer-open {
  overflow: hidden;
}

.hl-ai-drawer {
  position: fixed;
  inset: 0;
  z-index: 10050;
}

.hl-ai-drawer[hidden] {
  display: none !important;
}

.hl-ai-drawer__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
}

.hl-ai-drawer__panel {
  position: absolute;
  top: 0;
  right: 0;
  width: min(42vw, 520px);
  height: 100%;
  background: #0f141c;
  border-left: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: -20px 0 60px rgba(0, 0, 0, 0.4);
  color: #f4f7fa;
  animation: hl-drawer-in 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}

@keyframes hl-drawer-in {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(0);
  }
}

.hl-ai-drawer__close {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 2;
  width: 36px;
  height: 36px;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  font-size: 1.35rem;
  line-height: 1;
  cursor: pointer;
}

.hl-ai-drawer__scroll {
  height: 100%;
  overflow: auto;
  padding: 2rem 1.75rem 2.5rem;
}

.hl-ai-drawer__eyebrow {
  margin: 0 0 0.35rem;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.4);
}

.hl-ai-drawer__panel h2 {
  margin: 0 0 0.35rem;
  font-size: 1.35rem;
  font-weight: 800;
  color: #fff;
}

.hl-ai-drawer__meta {
  margin: 0 0 1.5rem;
  font-size: 0.88rem;
  color: rgba(255, 255, 255, 0.5);
}

.hl-ai-drawer__hero {
  margin-bottom: 1.75rem;
  padding: 1.5rem 1rem;
  border-radius: 16px;
  background: #151b24;
  border: 1px solid rgba(255, 255, 255, 0.06);
  text-align: center;
}

.hl-ai-drawer__hero-text {
  margin: 0 0 0.75rem;
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.55);
}

.hl-ai-drawer__hero-score {
  font-size: 4rem;
  font-weight: 800;
  color: #79c143;
  line-height: 1;
  letter-spacing: -0.04em;
}

.hl-ai-drawer__hero-label {
  margin: 0.35rem 0 0.5rem;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.38);
}

.hl-ai-drawer__hero-verdict {
  margin: 0;
  font-size: 0.92rem;
  color: rgba(255, 255, 255, 0.72);
}

.hl-ai-drawer__section {
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.hl-ai-drawer__section h3 {
  margin: 0 0 0.5rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.4);
}

.hl-ai-drawer__stat {
  margin: 0;
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.85);
  line-height: 1.5;
}

.hl-ai-drawer__stat strong {
  color: #79c143;
  font-size: 1.15rem;
}

.hl-ai-drawer__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.hl-ai-drawer__tag {
  padding: 0.35rem 0.7rem;
  border-radius: 999px;
  background: #151b24;
  border: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 0.8rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.82);
}

.hl-ai-drawer__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.hl-ai-drawer__list li {
  position: relative;
  padding: 0.45rem 0 0.45rem 1.1rem;
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.45;
}

.hl-ai-drawer__list li::before {
  content: "✔";
  position: absolute;
  left: 0;
  color: #79c143;
  font-size: 0.75rem;
}

.hl-ai-drawer__list--warn li::before {
  content: "⚠";
  color: #e8b84a;
}

.hl-ai-drawer__list .is-warn::before {
  content: "⚠";
  color: #e8b84a;
}

.hl-ai-drawer__compare {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.72);
}

.hl-ai-drawer__actions {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  margin-top: 1rem;
}

.hl-ai-drawer__btn {
  display: block;
  width: 100%;
  padding: 0.85rem 1rem;
  border-radius: 12px;
  font-size: 0.88rem;
  font-weight: 700;
  text-align: center;
  text-decoration: none !important;
  cursor: pointer;
  border: 0;
  transition: transform 0.2s ease, background 0.2s ease;
}

.hl-ai-drawer__btn--primary {
  background: #79c143;
  color: #0a0e14 !important;
}

.hl-ai-drawer__btn--primary:hover {
  transform: translateY(-1px);
  background: #8ed04f;
  color: #0a0e14 !important;
}

.hl-ai-drawer__btn--ghost {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.14);
  color: rgba(255, 255, 255, 0.82) !important;
}

.hl-ai-drawer__progress {
  height: 3px;
  margin-bottom: 1.25rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  overflow: hidden;
}

.hl-ai-drawer__progress span {
  display: block;
  height: 100%;
  width: 25%;
  background: #79c143;
  transition: width 0.3s ease;
}

.hl-ai-drawer__step {
  border: 0;
  margin: 0;
  padding: 0;
  display: none;
}

.hl-ai-drawer__step.is-active {
  display: block;
}

.hl-ai-drawer__step legend {
  margin-bottom: 0.75rem;
  font-size: 0.95rem;
  font-weight: 700;
  color: #fff;
}

.hl-ai-drawer__step label {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  margin-bottom: 0.5rem;
  padding: 0.7rem 0.8rem;
  border-radius: 10px;
  background: #151b24;
  border: 1px solid rgba(255, 255, 255, 0.06);
  font-size: 0.86rem;
  cursor: pointer;
}

.hl-ai-drawer__nav {
  display: flex;
  gap: 0.5rem;
  margin-top: 1rem;
}

.hl-ai-drawer__nav .hl-ai-drawer__btn {
  flex: 1;
}

.hl-ai-drawer__result-intro {
  margin: 0 0 1rem;
  font-size: 0.92rem;
  color: rgba(255, 255, 255, 0.75);
  line-height: 1.5;
}

@media (max-width: 991px) {
  .hl-ai-drawer__panel {
    width: min(88vw, 480px);
  }
}

@media (max-width: 575px) {
  .hl-card__perks {
    position: static;
    opacity: 1;
    transform: none;
    pointer-events: auto;
    padding: 0.75rem 0 0;
    margin-top: 0.5rem;
    background: transparent;
    border-bottom: 0;
  }

  .hl-card__perks li {
    font-size: 0.78rem;
  }

  .hl-ai-drawer__panel {
    width: 100%;
  }
}
#imoveis .site-pagination a {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.75);
}

#imoveis .site-pagination a.active,
#imoveis .site-pagination a:hover {
  background: #79c143;
  border-color: #79c143;
  color: #fff;
}

.property-entry .property-share {
  position: absolute;
  top: -60px;
  right: 10px;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #fff;
  color: #25d366;
  text-align: center;
  border: 1px solid rgba(37, 211, 102, 0.28);
  box-shadow: 0 10px 24px rgba(37, 211, 102, 0.18);
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.property-entry .property-share:hover {
  background: #25d366;
  color: #fff;
  border-color: #25d366;
  text-decoration: none;
  transform: scale(1.06);
  box-shadow: 0 12px 28px rgba(37, 211, 102, 0.35);
}

.property-entry .property-share span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 1.15rem;
  line-height: 1;
}

.homeland-ai-chat {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 10040;
  font-family: "Nunito Sans", sans-serif;
}

.homeland-ai-chat-toggle {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  padding: 0.85rem 1.15rem;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(135deg, #79c143 0%, #25d366 100%);
  color: #fff;
  font-weight: 700;
  font-size: 0.95rem;
  box-shadow: 0 14px 36px rgba(37, 211, 102, 0.38);
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.homeland-ai-chat-toggle:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 42px rgba(37, 211, 102, 0.45);
}

.homeland-ai-chat-toggle-icon {
  display: flex;
  font-size: 1.2rem;
  line-height: 1;
}

.homeland-ai-chat.is-open .homeland-ai-chat-toggle {
  opacity: 0;
  pointer-events: none;
  transform: scale(0.92);
}

.homeland-ai-chat-panel {
  position: absolute;
  right: 0;
  bottom: 0;
  width: min(92vw, 380px);
  height: min(78vh, 560px);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-radius: 22px;
  background: #fff;
  color: #2f3b45;
  border: 1px solid rgba(54, 78, 104, 0.12);
  box-shadow: 0 24px 70px rgba(16, 38, 58, 0.28);
}

.homeland-ai-chat-panel[hidden] {
  display: none !important;
}

.homeland-ai-chat-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 1rem 1rem 0.9rem;
  background: linear-gradient(135deg, #364e68 0%, #2f4f6b 100%);
  color: #fff;
}

.homeland-ai-chat-header-info {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  min-width: 0;
}

.homeland-ai-chat-avatar {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  object-fit: cover;
  object-position: top center;
  border: 2px solid rgba(255, 255, 255, 0.35);
  background: rgba(255, 255, 255, 0.15);
}

.homeland-ai-chat-title {
  display: block;
  font-size: 0.95rem;
  line-height: 1.2;
}

.homeland-ai-chat-status {
  display: block;
  margin-top: 0.15rem;
  font-size: 0.72rem;
  color: rgba(255, 255, 255, 0.72);
}

.homeland-ai-chat-close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  cursor: pointer;
}

.homeland-ai-chat-messages {
  flex: 1;
  overflow-y: auto;
  padding: 1rem;
  color: #2f3b45;
  background: linear-gradient(180deg, #f8fbf7 0%, #ffffff 100%);
}

.homeland-ai-chat-message {
  max-width: 88%;
  margin-bottom: 0.75rem;
  padding: 0.75rem 0.9rem;
  border-radius: 16px;
  font-size: 0.92rem;
  line-height: 1.55;
  white-space: pre-wrap;
}

.homeland-ai-chat-message--bot {
  margin-right: auto;
  background: #fff;
  color: #2f3b45 !important;
  border: 1px solid rgba(54, 78, 104, 0.1);
  border-bottom-left-radius: 6px;
}

.homeland-ai-chat-message--user {
  margin-left: auto;
  background: #364e68;
  color: #fff;
  border-bottom-right-radius: 6px;
}

.homeland-ai-chat-message--typing {
  display: flex;
  gap: 0.3rem;
  align-items: center;
  width: auto;
}

.homeland-ai-chat-message--typing span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #79c143;
  animation: homeland-ai-chat-bounce 1.2s infinite ease-in-out;
}

.homeland-ai-chat-message--typing span:nth-child(2) {
  animation-delay: 0.15s;
}

.homeland-ai-chat-message--typing span:nth-child(3) {
  animation-delay: 0.3s;
}

@keyframes homeland-ai-chat-bounce {
  0%, 80%, 100% {
    transform: translateY(0);
    opacity: 0.45;
  }

  40% {
    transform: translateY(-5px);
    opacity: 1;
  }
}

.homeland-ai-chat-form {
  display: flex;
  align-items: flex-end;
  gap: 0.5rem;
  padding: 0.85rem;
  border-top: 1px solid rgba(54, 78, 104, 0.1);
  background: #fff;
}

.homeland-ai-chat-input {
  flex: 1;
  min-height: 44px;
  max-height: 120px;
  resize: none;
  padding: 0.7rem 0.85rem;
  border: 1px solid rgba(54, 78, 104, 0.18);
  border-radius: 14px;
  font-size: 0.92rem;
  line-height: 1.45;
  color: #2f3b45;
  background: #fff;
}

.homeland-ai-chat-input:focus {
  outline: none;
  border-color: #79c143;
  box-shadow: 0 0 0 3px rgba(121, 193, 67, 0.18);
}

.homeland-ai-chat-send {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 50%;
  background: #25d366;
  color: #fff;
  cursor: pointer;
  flex-shrink: 0;
}

.homeland-ai-chat-footer {
  margin: 0;
  padding: 0.55rem 1rem 0.85rem;
  font-size: 0.74rem;
  line-height: 1.45;
  text-align: center;
  color: #6b7785;
  background: #fff;
}

.homeland-ai-chat-footer a {
  color: #25d366;
  font-weight: 700;
  text-decoration: none;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@media (max-width: 575px) {
  .homeland-ai-chat {
    right: 12px;
    bottom: 12px;
  }

  .homeland-ai-chat-toggle-label {
    display: none;
  }

  .homeland-ai-chat-toggle {
    width: 58px;
    height: 58px;
    padding: 0;
    justify-content: center;
    border-radius: 50%;
  }

  .homeland-ai-chat-panel {
    width: calc(100vw - 24px);
    height: min(82vh, 620px);
  }
}

/* Footer — continuidade com Hero */
.site-footer {
  position: relative;
  overflow: hidden;
  padding: 4em 0 !important;
  background:
    radial-gradient(ellipse 70% 55% at 10% 20%, rgba(122, 199, 12, 0.07) 0%, transparent 55%),
    radial-gradient(ellipse 75% 60% at 90% 80%, rgba(24, 52, 79, 0.45) 0%, transparent 52%),
    linear-gradient(180deg, var(--hl-blue-deep) 0%, var(--hl-blue-mid) 100%) !important;
  border-top: none;
}

.site-footer::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.035;
  mix-blend-mode: overlay;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

.site-footer .container {
  position: relative;
  z-index: 1;
}

.site-footer p {
  color: rgba(255, 255, 255, 0.45) !important;
}

.site-footer h2,
.site-footer h3,
.site-footer h4,
.site-footer h5,
.site-footer .footer-heading {
  color: var(--hl-white) !important;
}

.site-footer a {
  color: rgba(255, 255, 255, 0.55) !important;
}

.site-footer a:hover {
  color: var(--hl-green) !important;
}

.site-footer .footer-heading::before {
  background: var(--hl-green) !important;
}

@media (min-width: 768px) {
  .site-footer {
    padding: 5em 0 !important;
  }
}

/* ========== Platform modules v1.7 ========== */

body.hl-modal-open {
  overflow: hidden;
}

.hl-platform-modal {
  position: fixed;
  inset: 0;
  z-index: 10060;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
}

.hl-platform-modal[hidden] {
  display: none !important;
}

.hl-platform-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(4, 10, 16, 0.72);
  backdrop-filter: blur(6px);
}

.hl-platform-modal__panel {
  position: relative;
  width: min(560px, 100%);
  max-height: min(90vh, 720px);
  overflow: auto;
  padding: 1.75rem 1.5rem 1.5rem;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background:
    radial-gradient(ellipse 80% 50% at 50% 0%, rgba(122, 199, 12, 0.08) 0%, transparent 55%),
    linear-gradient(165deg, rgba(14, 34, 53, 0.98) 0%, rgba(8, 19, 29, 0.99) 100%);
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.45);
  color: var(--hl-white);
}

.hl-compare-modal__panel {
  width: min(960px, 100%);
}

.hl-platform-modal__close {
  position: absolute;
  top: 0.75rem;
  right: 0.85rem;
  border: 0;
  background: transparent;
  color: rgba(255, 255, 255, 0.6);
  font-size: 1.75rem;
  line-height: 1;
  cursor: pointer;
}

.hl-sim-modal__eyebrow,
.hl-compare-modal__eyebrow,
.hl-cost-modal__eyebrow {
  margin: 0 0 0.35rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  color: var(--hl-green);
}

.hl-sim-modal__panel h2,
.hl-compare-modal__panel h2,
.hl-cost-modal__panel h2 {
  margin: 0 0 1rem;
  font-size: 1.45rem;
  font-weight: 700;
}

.hl-sim-modal__progress {
  height: 4px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  margin-bottom: 0.5rem;
  overflow: hidden;
}

.hl-sim-modal__progress span {
  display: block;
  height: 100%;
  width: 10%;
  background: linear-gradient(90deg, var(--hl-green), #9ad94a);
  border-radius: inherit;
  transition: width 0.3s ease;
}

.hl-sim-modal__step-label {
  margin: 0 0 1.25rem;
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.45);
}

.hl-sim-step {
  border: 0;
  margin: 0;
  padding: 0;
  display: none;
}

.hl-sim-step.is-active {
  display: block;
}

.hl-sim-step.is-invalid legend {
  color: #ff8a8a;
}

.hl-sim-step legend {
  margin-bottom: 0.85rem;
  font-size: 1rem;
  font-weight: 600;
  color: var(--hl-white);
}

.hl-sim-step__hint {
  margin: -0.35rem 0 0.85rem;
  font-size: 0.82rem;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.5);
}

.hl-sim-step--choices {
  max-height: min(42vh, 320px);
  overflow-y: auto;
  padding-right: 0.35rem;
}

.hl-sim-choice {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  margin-bottom: 0.55rem;
  padding: 0.7rem 0.85rem;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
  cursor: pointer;
  font-size: 0.9rem;
}

.hl-sim-choice:has(input:checked) {
  border-color: rgba(122, 199, 12, 0.45);
  background: rgba(122, 199, 12, 0.08);
}

.hl-sim-input {
  width: 100%;
  padding: 0.75rem 0.9rem;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(0, 0, 0, 0.2);
  color: var(--hl-white);
  font-size: 0.95rem;
}

.hl-sim-input--optional {
  margin-top: 0.75rem;
}

.hl-sim-nav,
.hl-sim-actions,
.hl-compare-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-top: 1.25rem;
}

.hl-sim-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem 1.1rem;
  border-radius: 12px;
  border: 0;
  font-size: 0.88rem;
  font-weight: 700;
  text-decoration: none !important;
  cursor: pointer;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.hl-sim-btn--primary {
  background: linear-gradient(135deg, var(--hl-green), #8fb832);
  color: #08131d !important;
}

.hl-sim-btn--ghost {
  background: rgba(255, 255, 255, 0.06);
  color: var(--hl-white) !important;
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.hl-sim-results {
  display: grid;
  gap: 0.65rem;
  margin-bottom: 1rem;
}

.hl-sim-result-card {
  padding: 0.85rem 1rem;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.07);
}

.hl-sim-result-card__label {
  display: block;
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: rgba(255, 255, 255, 0.45);
  margin-bottom: 0.25rem;
}

.hl-sim-result-card strong {
  font-size: 1rem;
  color: var(--hl-white);
}

.hl-sim-disclaimer {
  margin: 1rem 0 0;
  font-size: 0.78rem;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.42);
}

.hl-platform-fabs {
  position: fixed;
  right: 20px;
  bottom: 92px;
  z-index: 10035;
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}

.hl-platform-fab {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.7rem 1rem;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--hl-green), #8fb832);
  color: #08131d;
  font-size: 0.82rem;
  font-weight: 800;
  cursor: pointer;
  box-shadow: 0 8px 28px rgba(122, 199, 12, 0.35);
}

.hl-compare-bar {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10030;
  padding: 0.75rem 1rem;
  background: rgba(8, 19, 29, 0.95);
  border-top: 1px solid rgba(122, 199, 12, 0.25);
  backdrop-filter: blur(10px);
}

.hl-compare-bar[hidden] {
  display: none !important;
}

.hl-compare-bar__inner {
  max-width: 720px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  flex-wrap: wrap;
}

.hl-compare-bar__count {
  flex: 1;
  font-size: 0.88rem;
  color: var(--hl-white);
}

.hl-compare-bar__btn {
  padding: 0.6rem 1rem;
  border: 0;
  border-radius: 10px;
  background: var(--hl-green);
  color: #08131d;
  font-weight: 700;
  cursor: pointer;
}

.hl-compare-bar__btn:disabled {
  opacity: 0.45;
  cursor: not-allowed;
}

.hl-compare-bar__clear {
  border: 0;
  background: transparent;
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.82rem;
  cursor: pointer;
}

.hl-compare-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.82rem;
}

.hl-compare-table th,
.hl-compare-table td {
  padding: 0.55rem 0.45rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  vertical-align: top;
  text-align: left;
}

.hl-compare-table th {
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.5);
}

.hl-compare-table ul {
  margin: 0;
  padding-left: 1rem;
}

.hl-compare-verdicts {
  margin-top: 1rem;
  display: grid;
  gap: 0.5rem;
}

.hl-compare-verdict {
  padding: 0.65rem 0.85rem;
  border-radius: 10px;
  background: rgba(122, 199, 12, 0.08);
  font-size: 0.85rem;
}

.hl-compare-toast {
  position: fixed;
  bottom: 5rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10070;
  padding: 0.65rem 1rem;
  border-radius: 10px;
  background: #1a2835;
  color: var(--hl-white);
  font-size: 0.85rem;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.35);
}

.hl-compare-toast[hidden] {
  display: none !important;
}

.homeland-properties-sim-cta,
.homeland-search-button--sim {
  margin-top: 0.5rem;
  background: transparent !important;
  border: 1px solid rgba(122, 199, 12, 0.45) !important;
  color: var(--hl-green) !important;
}

.homeland-search-button--sim {
  grid-column: 1 / -1;
  width: 100%;
}

.homeland-properties-sim-cta {
  display: inline-block;
  margin-top: 0.75rem;
  padding: 0.55rem 1.1rem;
  border-radius: 999px;
  border: 1px solid rgba(122, 199, 12, 0.45);
  background: transparent;
  color: var(--hl-green);
  font-size: 0.85rem;
  font-weight: 700;
  cursor: pointer;
}

.homeland-section-journey {
  position: relative;
  padding: 4.5rem 0;
  background: linear-gradient(180deg, var(--hl-bg-dark) 0%, var(--hl-bg-soft) 100%);
}

.homeland-journey-eyebrow {
  color: var(--hl-green);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}

.homeland-journey-title {
  color: var(--hl-white);
  font-weight: 700;
}

.homeland-journey-subtitle {
  color: rgba(255, 255, 255, 0.55);
}

.hl-journey-timeline {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.65rem;
}

@media (min-width: 992px) {
  .hl-journey-timeline {
    grid-template-columns: repeat(7, 1fr);
    gap: 0.5rem;
  }
}

.hl-journey-step__trigger {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 14px;
  padding: 0.85rem 0.65rem;
  background: rgba(255, 255, 255, 0.03);
  color: var(--hl-white);
  cursor: pointer;
  text-align: center;
}

.hl-journey-step.is-open .hl-journey-step__trigger {
  border-color: rgba(122, 199, 12, 0.4);
  background: rgba(122, 199, 12, 0.08);
}

.hl-journey-step__num {
  display: block;
  font-size: 0.72rem;
  color: var(--hl-green);
  font-weight: 800;
}

.hl-journey-step__title {
  display: block;
  font-size: 0.78rem;
  font-weight: 600;
  margin-top: 0.25rem;
}

.hl-journey-step__panel {
  margin-top: 0.5rem;
  padding: 0.85rem;
  border-radius: 12px;
  background: rgba(0, 0, 0, 0.25);
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.7);
}

.hl-journey-step__panel[hidden] {
  display: none !important;
}

.hl-journey-step__cta {
  margin-top: 0.65rem;
  padding: 0.5rem 0.85rem;
  border: 0;
  border-radius: 8px;
  background: var(--hl-green);
  color: #08131d;
  font-weight: 700;
  font-size: 0.8rem;
  cursor: pointer;
}

.hl-video-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  justify-content: center;
  margin-bottom: 1.5rem;
}

.hl-video-filter {
  padding: 0.45rem 0.85rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.04);
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.78rem;
  cursor: pointer;
}

.hl-video-filter.is-active {
  border-color: var(--hl-green);
  color: var(--hl-green);
}

.hl-video-player {
  position: relative;
  display: block;
  border: 0;
  padding: 0;
  width: 100%;
  background: #0a1622;
}

.hl-video-player__frame {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  background: #000;
}

.hl-video-player__frame iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: 12px;
}

.hl-video-cta {
  display: inline-block;
  margin-top: 0.75rem;
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--hl-green) !important;
}

.homeland-content-playlist-item {
  display: flex;
  width: 100%;
  align-items: center;
  gap: 0.65rem;
  padding: 0.65rem 0;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  background: transparent;
  color: inherit;
  text-align: left;
  cursor: pointer;
}

.homeland-content-playlist-item.is-active strong {
  color: var(--hl-green);
}

.hl-video-card__thumb {
  position: relative;
  display: block;
  width: 100%;
  border: 0;
  padding: 0;
  margin-bottom: 0.75rem;
  cursor: pointer;
  background: transparent;
}

.hl-video-card__thumb img {
  width: 100%;
  border-radius: 10px;
  aspect-ratio: 16/9;
  object-fit: cover;
}

.homeland-ai-chat-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  padding: 0 0.85rem 0.65rem;
  background: #fff;
}

.homeland-ai-chat-chip {
  padding: 0.4rem 0.65rem;
  border-radius: 999px;
  border: 1px solid rgba(54, 78, 104, 0.18);
  background: #f3f7f4;
  color: #364e68;
  font-size: 0.72rem;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}

.homeland-ai-chat-chip:hover {
  background: rgba(122, 199, 12, 0.12);
  border-color: rgba(122, 199, 12, 0.35);
  color: #2f4f6b;
}

.homeland-ai-chat-qualify {
  padding: 0 0.85rem 0.75rem;
  color: #2f3b45;
}

.homeland-ai-chat-qualify-text {
  margin: 0;
  font-size: 0.85rem;
  line-height: 1.5;
  color: #2f3b45;
}

.homeland-ai-chat-qualify-wa {
  display: inline-block;
  margin-top: 0.5rem;
  padding: 0.55rem 0.9rem;
  border-radius: 10px;
  background: var(--hl-green);
  color: #08131d !important;
  font-weight: 700;
  font-size: 0.82rem;
}

.hl-property-gallery {
  margin-bottom: 1.5rem;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.hl-property-gallery__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 0.75rem;
}

.hl-property-gallery__head h3 {
  margin: 0;
  font-size: 0.95rem;
  font-weight: 700;
  color: #fff;
}

.hl-property-gallery__count {
  font-size: 0.78rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.55);
}

.hl-property-gallery__featured {
  overflow: hidden;
  border-radius: 14px;
  background: #0a1622;
  margin-bottom: 0.75rem;
}

.hl-property-gallery__featured img {
  display: block;
  width: 100%;
  max-height: 320px;
  object-fit: contain;
  background: #0a1622;
}

.hl-property-gallery__thumbs {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(72px, 1fr));
  gap: 0.5rem;
  max-height: 220px;
  overflow-y: auto;
  padding-right: 0.15rem;
}

.hl-property-gallery__thumb {
  border: 2px solid transparent;
  border-radius: 10px;
  padding: 0;
  overflow: hidden;
  cursor: pointer;
  background: #0a1622;
  aspect-ratio: 4 / 3;
}

.hl-property-gallery__thumb.is-active {
  border-color: var(--hl-green);
  box-shadow: 0 0 0 1px rgba(122, 199, 12, 0.35);
}

.hl-property-gallery__thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hl-ai-drawer__eyebrow--secondary {
  margin-top: 0.5rem;
}

.hl-ai-drawer__section--split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.75rem;
}

.hl-cost-form {
  display: grid;
  gap: 0.75rem;
}

.hl-cost-field span {
  display: block;
  margin-bottom: 0.35rem;
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.55);
}

@media (max-width: 767px) {
  .hl-platform-fabs {
    bottom: 88px;
    right: 14px;
  }

  .hl-platform-fab__label {
    display: none;
  }

  .hl-platform-fab {
    width: 52px;
    height: 52px;
    padding: 0;
    justify-content: center;
    border-radius: 50%;
  }

  .homeland-ai-chat {
    bottom: 14px;
    right: 14px;
  }

  body:has(.hl-compare-bar:not([hidden])) .hl-platform-fabs,
  body:has(.hl-compare-bar:not([hidden])) .homeland-ai-chat {
    bottom: 72px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hl-sim-modal__progress span,
  .hl-card__compare,
  .hl-card__perks {
    transition: none;
  }
}

/* ========== Responsive system v1.9.2 ========== */

html {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

body {
  overflow-x: clip;
}

.site-wrap {
  overflow-x: clip;
  max-width: 100%;
}

img,
video,
iframe {
  max-width: 100%;
}

button,
.hl-card__cta,
.homeland-search-button,
.hl-platform-fab,
.hl-compare-bar__btn,
.hl-ai-drawer__btn,
.hl-sim-btn {
  touch-action: manipulation;
}

.hl-compare-table-wrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin: 0 -0.15rem 1rem;
  padding-bottom: 0.35rem;
}

.hl-compare-table {
  min-width: 520px;
}

@media (max-width: 991px) {
  .homeland-hero-outer .site-blocks-cover,
  .homeland-hero-outer .site-blocks-cover .row {
    min-height: 560px;
    height: min(82vh, 720px);
  }

  .homeland-content-stage .col-lg-7,
  .homeland-content-stage .col-lg-5 {
    margin-bottom: 1.25rem;
  }

  .hl-journey-timeline {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.75rem;
  }
}

@media (max-width: 767px) {
  .homeland-hero-outer .site-blocks-cover,
  .homeland-hero-outer .site-blocks-cover .row {
    min-height: 500px;
    height: min(76vh, 620px);
  }

  .homeland-hero-outer .slide-one-item.home-slider .owl-nav {
    display: none;
  }

  .homeland-hero-caption {
    padding-top: 1rem;
    padding-bottom: 10rem;
  }

  .homeland-hero-cta {
    width: 100%;
    justify-content: center;
  }

  .homeland-search-section .view-options.bg-white {
    display: none;
  }

  .homeland-search-button {
    min-height: 48px;
    height: auto;
    padding: 0.85rem 1.15rem;
    white-space: normal;
    line-height: 1.25;
    font-size: 0.92rem;
  }

  .hl-ai-drawer__panel {
    width: 100%;
    max-width: 100%;
  }

  .hl-ai-drawer__scroll {
    padding: 1.25rem 1rem calc(1.35rem + env(safe-area-inset-bottom, 0px));
  }

  .hl-ai-drawer__section--split {
    grid-template-columns: 1fr;
  }

  .hl-ai-drawer__hero-score {
    font-size: 3.1rem;
  }

  .hl-ai-drawer__actions {
    flex-direction: column;
  }

  .hl-ai-drawer__btn {
    width: 100%;
    justify-content: center;
  }

  .hl-platform-modal {
    padding: 0.65rem;
    padding-bottom: calc(0.65rem + env(safe-area-inset-bottom, 0px));
    align-items: flex-end;
  }

  .hl-platform-modal__panel {
    width: 100%;
    max-height: min(92vh, 780px);
    border-radius: 18px 18px 0 0;
  }

  .hl-compare-modal__panel {
    width: 100%;
  }

  .hl-compare-bar {
    padding-bottom: calc(0.75rem + env(safe-area-inset-bottom, 0px));
  }

  .hl-compare-bar__inner {
    flex-direction: column;
    align-items: stretch;
    text-align: center;
  }

  .hl-compare-bar__count {
    flex: none;
  }

  .hl-compare-bar__btn,
  .hl-compare-bar__clear {
    width: 100%;
  }

  .hl-property-gallery__featured img {
    max-height: 220px;
  }

  .hl-property-gallery__thumbs {
    grid-template-columns: repeat(auto-fill, minmax(64px, 1fr));
    max-height: 160px;
  }

  .hl-video-filters {
    justify-content: flex-start;
    overflow-x: auto;
    flex-wrap: nowrap;
    padding-bottom: 0.35rem;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .hl-video-filters::-webkit-scrollbar {
    display: none;
  }

  .hl-video-filter {
    flex: 0 0 auto;
  }

  .hl-video-player__frame iframe {
    min-height: 200px;
    aspect-ratio: 16 / 9;
  }

  .homeland-broker-hero-wrap {
    width: min(68vw, 300px);
    right: 0;
    bottom: -18px;
  }

  .homeland-broker-top {
    height: clamp(250px, 44vh, 360px);
  }

  .site-footer {
    padding: 3rem 0 !important;
    text-align: center;
  }

  .site-footer .footer-heading::before {
    margin-left: auto;
    margin-right: auto;
  }

  .site-footer .col-lg-4 {
    margin-bottom: 2rem;
  }

  .homeland-ai-chat {
    left: 14px;
    right: auto;
  }

  .homeland-ai-chat-panel {
    left: 14px;
    right: 14px;
    width: auto;
  }

  .site-navbar {
    padding-left: calc(0.75rem + env(safe-area-inset-left, 0px));
    padding-right: calc(0.75rem + env(safe-area-inset-right, 0px));
  }

  .site-mobile-menu {
    padding-top: env(safe-area-inset-top, 0px);
  }
}

@media (max-width: 575px) {
  .homeland-hero-outer .site-blocks-cover,
  .homeland-hero-outer .site-blocks-cover .row {
    min-height: 460px;
    height: min(72vh, 560px);
  }

  .homeland-hero-caption h1,
  .homeland-hero-caption h2 {
    font-size: 2rem;
  }

  .homeland-search-box {
    padding: 18px 16px;
    transform: translateY(-22px);
  }

  .homeland-search-box-title {
    font-size: 1.15rem;
  }

  .homeland-properties-inner,
  .homeland-content-inner,
  .homeland-why-inner {
    padding-left: 0;
    padding-right: 0;
  }

  .hl-card__compare {
    min-height: 44px;
    min-width: 44px;
    padding: 0.45rem 0.65rem;
  }

  .hl-card__name {
    font-size: 1.05rem;
  }

  .hl-journey-timeline {
    grid-template-columns: 1fr;
  }

  .homeland-broker-hero-wrap {
    width: min(72vw, 260px);
    opacity: 0.92;
  }

  .homeland-broker-top {
    height: clamp(220px, 40vh, 300px);
  }

  .homeland-broker-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hl-platform-fabs {
    right: 12px;
    bottom: calc(78px + env(safe-area-inset-bottom, 0px));
  }

  body:has(.hl-compare-bar:not([hidden])) .hl-platform-fabs,
  body:has(.hl-compare-bar:not([hidden])) .homeland-ai-chat {
    bottom: calc(88px + env(safe-area-inset-bottom, 0px));
  }

  .hl-sim-nav,
  .hl-sim-actions,
  .hl-compare-actions {
    flex-direction: column;
  }

  .hl-sim-btn {
    width: 100%;
  }
}

@media (max-width: 380px) {
  .homeland-site-logo {
    height: 46px;
    max-width: 200px;
  }

  .homeland-hero-badge {
    font-size: 0.65rem;
    letter-spacing: 1.2px;
  }
}
