/* Home ImmoNex — seções extras sobre o tema existente */
.home-lead {
  max-width: 720px;
  margin: 0 auto 8px;
  font-size: 17px;
  line-height: 1.65;
  color: #4a5560;
}

.home-lead-left {
  margin-left: 0;
  margin-right: 0;
}

.home-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.cs-hero.cs-style1 .cs-hero_subtitle {
  max-width: 480px;
  line-height: 1.55;
}

.home-illu {
  background: radial-gradient(ellipse at 50% 38%, #3d4548 0%, #1c2528 72%);
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 18px 40px rgba(28, 37, 40, 0.18);
}

.home-illu img {
  display: block;
  width: 100%;
  height: auto;
}

.cs-hero.cs-style1 .cs-hero_img .home-illu {
  position: relative;
  z-index: 2;
  width: 78%;
  max-width: 520px;
}

.cs-hero.cs-style1 .cs-hero_img .home-illu img {
  max-height: none;
  width: 100%;
}

.home-photo {
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 12px 32px rgba(28, 37, 40, 0.1);
}

.home-photo img {
  display: block;
  width: 100%;
  height: auto;
}

.home-audience-card {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 10px 50px rgba(28, 37, 40, 0.07);
  height: 100%;
}

.home-audience-card img {
  display: block;
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.home-audience-card .home-audience-body {
  padding: 22px 22px 26px;
}

.home-audience-card h3 {
  font-size: 20px;
  margin-bottom: 8px;
}

.home-audience-card p {
  margin: 0;
  color: #4a5560;
  line-height: 1.6;
}

.home-step {
  display: flex;
  gap: 16px;
  margin-bottom: 22px;
}

.home-step-num {
  flex: none;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #52c8c4;
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.home-step h3 {
  font-size: 18px;
  margin: 4px 0 6px;
}

.home-step p {
  margin: 0;
  color: #4a5560;
  line-height: 1.6;
}

.home-type-card {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 10px 50px rgba(28, 37, 40, 0.07);
  height: 100%;
}

.home-type-card img {
  display: block;
  width: 100%;
  height: 180px;
  object-fit: cover;
}

.home-type-card .home-type-body {
  padding: 18px 18px 22px;
}

.home-type-card h3 {
  font-size: 18px;
  margin: 0 0 6px;
}

.home-type-card p {
  margin: 0;
  font-size: 14px;
  line-height: 1.55;
  color: #4a5560;
}

.home-contact-list {
  list-style: none;
  margin: 0 0 24px;
  padding: 0;
}

.home-contact-list li {
  margin-bottom: 10px;
  color: #4a5560;
}

.home-contact-list a {
  color: #1c2528;
  font-weight: 600;
}

.home-contact-list a:hover {
  color: #47c4c0;
}

.home-contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.cs-iconbox.cs-style1 .cs-iconbox_subtitle {
  line-height: 1.6;
}

@media (max-width: 991px) {
  .cs-hero.cs-style1 .cs-hero_img .home-illu {
    width: 86%;
  }

  .home-audience-card img,
  .home-type-card img {
    height: 210px;
  }
}
