
/* Homepage Premium Final */
.hp-hero{margin:0 0 24px}
.hp-hero-slide{
  min-height:430px;
  border-radius:28px;
  overflow:hidden;
  position:relative;
  background:
    linear-gradient(90deg, rgba(4,24,31,.78) 0%, rgba(4,24,31,.42) 40%, rgba(4,24,31,.15) 100%),
    url('/assets/img/placeholder.svg') center/cover no-repeat;
  box-shadow:0 18px 40px rgba(8,29,37,.08);
}
.hp-hero-overlay{display:flex;align-items:center;min-height:430px;padding:36px 40px}
.hp-hero-content{max-width:760px;color:#fff}
.hp-hero-kicker{
  display:inline-block;
  padding:7px 12px;
  background:rgba(255,255,255,.12);
  border:1px solid rgba(255,255,255,.18);
  border-radius:999px;
  font-size:12px;
  font-weight:800;
  letter-spacing:.08em;
  margin-bottom:16px
}
.hp-hero h1{
  margin:0 0 14px;
  font-size:58px;
  line-height:1.02;
  font-weight:900;
  color:#fff
}
.hp-hero h1 span{color:#b6f074;font-style:italic;font-weight:800}
.hp-hero p{
  max-width:640px;
  color:rgba(255,255,255,.92);
  font-size:19px;
  line-height:1.6;
  margin:0 0 24px
}
.hp-hero-points{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:14px
}
.hp-point{
  background:rgba(255,255,255,.10);
  border:1px solid rgba(255,255,255,.16);
  backdrop-filter:blur(8px);
  border-radius:20px;
  padding:14px 16px
}
.hp-point strong{display:block;font-size:15px;margin-bottom:6px;color:#fff}
.hp-point span{display:block;font-size:13px;line-height:1.45;color:rgba(255,255,255,.86)}

.hp-main-grid{
  display:grid;
  grid-template-columns:minmax(0,1fr) 360px;
  gap:22px;
  align-items:start;
  margin-bottom:28px
}
.section-head{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:16px;
  margin:0 0 16px
}
.section-head h2{margin:0 0 4px;font-size:34px;line-height:1.1}
.section-head p{margin:0;color:var(--muted)}
.section-head a{
  text-decoration:none;
  color:#0f8d61;
  font-weight:800;
  white-space:nowrap
}

.listing-stack{display:flex;flex-direction:column;gap:16px}
.listing-row{
  display:grid;
  grid-template-columns:220px minmax(0,1fr);
  gap:18px;
  background:#fff;
  border:1px solid var(--line);
  border-radius:24px;
  padding:16px;
  box-shadow:0 8px 24px rgba(12,35,48,.05)
}
.listing-thumb{
  position:relative;
  display:block;
  border-radius:18px;
  overflow:hidden;
  background:#edf2f3;
  min-height:156px
}
.listing-thumb img{
  width:100%;
  height:100%;
  min-height:156px;
  object-fit:cover;
  display:block
}
.listing-status{
  position:absolute;
  top:12px;
  left:12px;
  background:#0f8d61;
  color:#fff;
  font-size:12px;
  font-weight:800;
  padding:6px 10px;
  border-radius:999px
}
.listing-top{
  display:flex;
  justify-content:space-between;
  gap:16px;
  align-items:flex-start
}
.listing-top h3{margin:0 0 8px;font-size:28px;line-height:1.15}
.listing-top h3 a{text-decoration:none;color:#112733}
.listing-location{font-size:14px;color:var(--muted)}
.listing-price{
  font-size:34px;
  line-height:1;
  color:#0f8d61;
  font-weight:900;
  text-align:right;
  white-space:nowrap
}
.listing-facts{
  display:flex;
  gap:14px;
  flex-wrap:wrap;
  margin:12px 0;
  color:var(--muted);
  font-size:13px
}
.listing-excerpt{
  margin:0;
  color:#365260;
  line-height:1.65
}
.listing-actions{margin-top:14px}

.search-card,
.promo-card{
  background:#fff;
  border:1px solid var(--line);
  border-radius:24px;
  box-shadow:0 8px 24px rgba(12,35,48,.05)
}
.search-card{overflow:hidden}
.search-head{
  background:#0f8d61;
  color:#fff;
  padding:18px 20px;
  font-size:24px;
  font-weight:900
}
.search-form{padding:18px}
.search-form label{
  display:block;
  margin:10px 0 6px;
  font-weight:700;
  font-size:14px
}
.search-row-2{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:12px
}
.search-btn{width:100%;margin-top:14px}

.promo-card{
  margin-top:18px;
  min-height:250px;
  display:flex;
  align-items:flex-end;
  overflow:hidden;
  background:
    linear-gradient(180deg, rgba(4,24,31,.08) 0%, rgba(4,24,31,.72) 100%),
    url('/assets/img/placeholder.svg') center/cover no-repeat
}
.promo-copy{padding:22px;color:#fff}
.promo-copy small{
  display:inline-block;
  margin-bottom:10px;
  opacity:.9
}
.promo-copy h3{
  margin:0 0 16px;
  font-size:28px;
  line-height:1.15
}
.btn-outline.light{
  color:#fff;
  border-color:rgba(255,255,255,.42);
  background:rgba(255,255,255,.08)
}

.hp-bottom-grid{
  display:grid;
  grid-template-columns:minmax(0,1fr) 430px;
  gap:22px;
  margin-bottom:28px
}
.articles-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:16px
}
.article-card{
  background:#fff;
  border:1px solid var(--line);
  border-radius:22px;
  overflow:hidden;
  box-shadow:0 8px 24px rgba(12,35,48,.05)
}
.article-thumb{
  display:block;
  aspect-ratio:16/10;
  background:#edf2f3
}
.article-thumb img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block
}
.article-body{padding:14px}
.article-date{
  color:var(--muted);
  font-size:12px;
  margin-bottom:8px
}
.article-body h3{
  margin:0 0 8px;
  font-size:20px;
  line-height:1.2
}
.article-body h3 a{
  text-decoration:none;
  color:#112733
}
.article-body p{
  margin:0;
  color:#46606c;
  line-height:1.6
}

.gallery-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:12px
}
.gallery-item{
  border-radius:18px;
  overflow:hidden;
  background:#edf2f3;
  aspect-ratio:1/1
}
.gallery-item img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block
}

.location-strip-section{margin-bottom:28px}
.location-strip{
  display:flex;
  gap:10px;
  flex-wrap:wrap
}
.location-pill{
  display:inline-flex;
  align-items:center;
  gap:8px;
  min-height:44px;
  padding:0 16px;
  border-radius:999px;
  border:1px solid var(--line);
  background:#fff;
  color:#17313c;
  text-decoration:none;
  font-weight:700;
  box-shadow:0 4px 12px rgba(12,35,48,.04)
}

.hp-footer{
  margin-top:34px;
  background:linear-gradient(180deg,#0d5138 0%,#0a3e2c 100%);
  color:#fff;
  border-radius:28px 28px 0 0;
  padding:28px 28px 18px
}
.hp-footer-grid{
  display:grid;
  grid-template-columns:1.2fr 1fr 1fr 1fr;
  gap:24px
}
.footer-brand{
  font-size:28px;
  font-weight:900;
  margin-bottom:10px
}
.hp-footer p{color:rgba(255,255,255,.86);line-height:1.7}
.hp-footer h4{margin:0 0 12px;font-size:18px}
.hp-footer ul{
  margin:0;
  padding:0;
  list-style:none
}
.hp-footer li{margin:8px 0}
.hp-footer a{
  color:rgba(255,255,255,.9);
  text-decoration:none
}
.footer-socials{
  display:flex;
  gap:10px;
  margin-top:16px
}
.footer-socials span{
  width:38px;
  height:38px;
  border-radius:999px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  background:rgba(255,255,255,.12);
  border:1px solid rgba(255,255,255,.15);
  font-size:12px;
  font-weight:800
}
.hp-footer-bottom{
  margin-top:20px;
  padding-top:16px;
  border-top:1px solid rgba(255,255,255,.12);
  color:rgba(255,255,255,.78);
  font-size:14px
}

@media (max-width:1200px){
  .hp-main-grid,
  .hp-bottom-grid{
    grid-template-columns:1fr
  }
}
@media (max-width:980px){
  .hp-hero h1{font-size:44px}
  .hp-hero-points{grid-template-columns:1fr}
  .articles-grid{grid-template-columns:1fr 1fr}
  .hp-footer-grid{grid-template-columns:1fr 1fr}
}
@media (max-width:760px){
  .hp-hero-overlay{padding:24px}
  .hp-hero h1{font-size:34px}
  .listing-row{grid-template-columns:1fr}
  .listing-top{flex-direction:column}
  .listing-price{text-align:left}
  .articles-grid,
  .gallery-grid,
  .search-row-2,
  .hp-footer-grid{grid-template-columns:1fr}
}
