.heroIntro,
.searchHeading,
.sectionHeading,
.resultsSection,
.internalPage,
.contentSection,
.detailHero {
  position: relative;
  z-index: 2;
}

.heroIntro {
  max-width: 760px;
  margin: 18px auto 0;
  color: #d7d7d7;
  line-height: 1.7;
  font-size: 18px;
}

.searchSection {
  margin-top: -80px;
}

.searchHeading,
.resultsSection,
.contentSection,
.pageHero,
.detailHero {
  margin-left: 10%;
  margin-right: 10%;
}

.searchHeading {
  margin-bottom: 18px;
}

.sectionEyebrow {
  display: inline-block;
  color: #f5a300;
  text-transform: uppercase;
  letter-spacing: 1.8px;
  font-size: 12px;
  font-family: 'Poppins-medium', sans-serif;
}

.searchHeading h2,
.sectionHeading h2,
.pageHero h1,
.detailContent h1 {
  margin: 10px 0 0;
  color: #fff;
}

.principal {
  position: relative;
}

.resultsSection,
.contentSection {
  background: #0b0b0b;
  border-radius: 40px;
  padding: 42px;
  margin-top: 36px;
  box-shadow: rgba(0, 0, 0, 0.2) 0 10px 30px;
}

.featuredSection {
  margin-top: 50px;
}

.sectionHeading {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 16px;
  margin-bottom: 26px;
}

.sectionHeading p,
.pageHero p,
.emptyState p,
.infoCard p,
.detailDescription,
.detailLocation {
  color: #d0d0d0;
  line-height: 1.7;
}

.sectionLink,
.btnSecondary,
.detailButton {
  color: #fff;
}

.sectionLink {
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  padding-bottom: 4px;
}

.propertyGrid,
.infoGrid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.propertyCard,
.infoCard {
  background: #141414;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 26px;
  overflow: hidden;
}

.propertyThumb {
  position: relative;
  background: linear-gradient(135deg, rgba(245, 163, 0, 0.15), rgba(255, 255, 255, 0.04));
  min-height: 220px;
}

.propertyThumb img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  display: block;
}

.propertyTag {
  position: absolute;
  top: 18px;
  left: 18px;
  background: #f5a300;
  color: #000;
  padding: 8px 12px;
  border-radius: 999px;
  font-family: 'Poppins-medium', sans-serif;
  font-size: 13px;
}

.propertyBody,
.infoCard {
  padding: 22px;
}

.propertyMeta,
.propertySpecs,
.propertyFooter,
.detailSpecs,
.detailActions,
.quickActions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.propertyMeta,
.propertySpecs {
  color: #cfcfcf;
  font-size: 14px;
}

.propertyBody h3 {
  margin: 14px 0 8px;
  font-size: 22px;
}

.propertyFooter {
  justify-content: space-between;
  align-items: center;
  margin-top: 18px;
}

.propertyFooter a,
.btnSecondary {
  padding: 12px 18px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.emptyState {
  text-align: center;
  padding: 28px 20px;
  border: 1px dashed rgba(255, 255, 255, 0.18);
  border-radius: 24px;
}

.quickActions {
  align-items: center;
  justify-content: flex-end;
  flex: 1 1 360px;
  margin-top: 28px;
}

.quickActions .btnBuscar,
.detailButton {
  position: static;
  transform: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 20px 34px;
}

.btnSecondary {
  background: transparent;
}

.announceActions {
  justify-content: flex-start;
}

.menuHeader a.is-active {
  color: #fff;
  background: #000;
}

.pageHero {
  text-align: center;
  padding: 70px 20px 20px;
}

.pageHero p {
  max-width: 760px;
  margin: 18px auto 0;
}

.infoCard h2 {
  margin-top: 0;
}

.detailHero {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 34px;
  align-items: center;
  padding: 40px 0 0;
}

.detailImageWrap {
  background: #fff;
  border-radius: 34px;
  overflow: hidden;
}

.detailImage {
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
  display: block;
}

.detailContent {
  background: #0b0b0b;
  border-radius: 34px;
  padding: 34px;
}

.detailSpecs {
  margin: 24px 0;
  color: #efefef;
}

.detailPrice {
  font-size: 34px;
  display: block;
}

.detailActions {
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 1024px) {
  .searchHeading,
  .resultsSection,
  .contentSection,
  .pageHero,
  .detailHero {
    margin-left: 5%;
    margin-right: 5%;
  }

  .propertyGrid,
  .infoGrid,
  .detailHero {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 768px) {
  .heroIntro,
  .pageHero p {
    font-size: 16px;
  }

  .searchSection {
    margin-top: -20px;
  }

  .resultsSection,
  .contentSection {
    padding: 24px;
  }

  .sectionHeading,
  .detailActions {
    flex-direction: column;
    align-items: flex-start;
  }

  .propertyGrid,
  .infoGrid,
  .detailHero {
    grid-template-columns: 1fr;
  }

  .quickActions {
    justify-content: center;
  }

  .quickActions .btnBuscar,
  .btnSecondary,
  .detailButton {
    width: 100%;
  }
}