.home-hero-photo {
  background-image: url("/images/cabana-real-capa-completa-20260803.jpg") !important;
  background-position: center center !important;
}

.home-hero-photo + .hero-gradient {
  background:
    linear-gradient(90deg, rgba(7, 31, 22, .78) 0%, rgba(7, 31, 22, .67) 48%, rgba(7, 31, 22, .28) 100%),
    linear-gradient(0deg, rgba(7, 31, 22, .4), transparent 55%) !important;
}

.hero-content-clean {
  max-width: 760px !important;
  padding-top: 52px;
}

.hero-content-clean > div:first-child,
.hero-content-clean > p:nth-of-type(2),
.hero-content-clean > div:last-child > a:nth-child(2),
.hero-content-clean + .animate-float {
  display: none !important;
}

.hero-content-clean h1 {
  margin-bottom: 18px !important;
  color: #fffdf8 !important;
  text-shadow: 0 3px 22px rgba(0, 0, 0, .42);
}

.hero-content-clean > p:first-of-type {
  margin-bottom: 34px !important;
  color: #fff8ec !important;
  font-size: clamp(1.25rem, 2.2vw, 1.75rem) !important;
  text-shadow: 0 2px 14px rgba(0, 0, 0, .48);
}

.hero-content-clean > div:last-child a:first-child {
  padding: 14px 30px !important;
  font-size: 1rem !important;
  box-shadow: 0 14px 34px rgba(7, 31, 22, .3) !important;
}

@media (max-width: 768px) {
  .home-hero-photo {
    background-image: url("/images/cabana-real-mobile-20260803.jpg") !important;
    background-position: center 44% !important;
  }

  .home-hero-photo + .hero-gradient {
    background: linear-gradient(180deg, rgba(7, 31, 22, .46), rgba(7, 31, 22, .72)) !important;
  }

  .hero-content-clean { padding-top: 36px; }
}
