:root {
  --pukara-primary: #f28c28;
  --pukara-secondary: #e56a1f;
  --pukara-accent: #d8432e;
  --pukara-neutral: #ececef;
  --pukara-ink: #1f1f1d;
}

html,
body {
  scroll-behavior: smooth;
  margin: 0;
  padding: 0;
}

body {
  background: #ececef;
  color: var(--pukara-ink);
}

@font-face {
  font-family: "Karibu ExtraBold";
  src: local("Karibu ExtraBold"), url("../fonts/karibu-extrabold.woff2") format("woff2");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

.menu-link {
  transition: color 0.25s ease, opacity 0.25s ease;
}

.menu-link:hover {
  color: var(--pukara-secondary);
  opacity: 1;
}

.header-pill {
  backdrop-filter: blur(2px);
}

.hero-image {
  background-image: url("../img/banner-desktop.jpg");
  background-size: cover;
  background-position: center 28%;
  transform: scale(1.02);
  transition: opacity 0.8s ease;
}

.hero-video-wrap {
  overflow: hidden;
  pointer-events: none;
}

.hero-video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  transform: translate(-50%, -50%);
  object-fit: cover;
  pointer-events: none;
}

.hero-video-overlay {
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.45) 0%,
    rgba(0, 0, 0, 0.25) 40%,
    rgba(0, 0, 0, 0.35) 100%
  );
  pointer-events: none;
}

.hero-stage {
  border-radius: 0;
  height: 700px;
  min-height: 700px;
}

.hero-content {
  height: calc(700px - 120px);
}

.hero-cta {
  background: linear-gradient(90deg, #ef2f67 0%, #ff6a00 100%);
  box-shadow: 0 12px 28px -16px rgba(242, 140, 40, 0.8);
}

.hero-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 32px -18px rgba(242, 140, 40, 0.78);
}

.search-button {
  background: linear-gradient(90deg, #ef2f67 0%, #ff6a00 100%);
  transition: transform 0.25s ease, filter 0.25s ease;
}

.search-button:hover {
  filter: brightness(1.04);
  transform: translateY(-1px);
}

.btn-gradient {
  background: linear-gradient(90deg, #ef2f67 0%, #ff6a00 100%);
  box-shadow: 0 10px 24px -18px rgba(239, 47, 103, 0.8);
  transition: transform 0.25s ease, filter 0.25s ease, box-shadow 0.25s ease;
}

.btn-gradient:hover {
  filter: brightness(1.03);
  transform: translateY(-1px);
  box-shadow: 0 16px 28px -18px rgba(239, 47, 103, 0.8);
}

.btn-whatsapp {
  background: #ffffff;
  color: #1f2530;
  border: 1px solid rgba(31, 37, 48, 0.18);
  box-shadow: 0 10px 22px -18px rgba(21, 26, 35, 0.7);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease, background-color 0.25s ease, color 0.25s ease;
}

.btn-whatsapp::before {
  content: "";
  width: 9px;
  height: 9px;
  margin-right: 0.55rem;
  border-radius: 999px;
  background: #25d366;
  box-shadow: 0 0 0 4px rgba(37, 211, 102, 0.18);
}

.btn-whatsapp:hover {
  background: #49576a;
  color: #ffffff;
  border-color: #49576a;
  transform: translateY(-1px);
  box-shadow: 0 16px 30px -18px rgba(32, 45, 62, 0.62);
}

.cta-section {
  background-image:
    linear-gradient(120deg, rgba(244, 246, 248, 0.88) 0%, rgba(243, 245, 247, 0.78) 60%, rgba(240, 243, 246, 0.86) 100%),
    url("https://images.pexels.com/photos/271816/pexels-photo-271816.jpeg?auto=compress&cs=tinysrgb&w=1800");
  background-size: cover;
  background-position: center;
}

.hero-copy h1 {
  font-family: "Karibu ExtraBold", "Montserrat", sans-serif;
  font-size: 56px;
  font-weight: 800;
  line-height: 0.98;
  letter-spacing: 0.01em;
  text-shadow: 0 10px 20px rgba(0, 0, 0, 0.28);
}

.search-title {
  font-size: 36px;
  font-weight: 500;
}

.search-description {
  font-size: 16px;
  font-weight: 400;
}

.search-panel {
  border: 1px solid #e3e4e7;
}

.property-card {
  box-shadow: 0 8px 24px -22px rgba(21, 26, 35, 0.55);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.property-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 44px -24px rgba(21, 26, 35, 0.4);
}

.property-media img {
  transition: transform 0.55s ease;
}

.property-card:hover .property-media img {
  transform: scale(1.06);
}

.property-badge {
  position: absolute;
  left: 14px;
  top: 14px;
  background: linear-gradient(90deg, #d8432e 0%, #f28c28 100%);
  color: #fff;
  font-size: 0.88rem;
  font-weight: 700;
  padding: 0.65rem 1.1rem;
  border-radius: 0;
}

.property-divider {
  margin-top: 0.9rem;
  display: block;
  width: 78px;
  height: 5px;
  background: linear-gradient(90deg, #d8432e 0%, #f28c28 100%);
}

.property-features {
  margin: 0;
  padding: 0;
  list-style: none;
}

.property-features li {
  position: relative;
  padding-left: 1.8rem;
  line-height: 1.4;
}

.property-features li::before {
  content: "";
  position: absolute;
  left: 0.28rem;
  top: 0.55rem;
  width: 9px;
  height: 9px;
  border: 2px solid #d8432e;
  border-radius: 999px;
}

.zone-card {
  box-shadow: 0 8px 22px -20px rgba(21, 26, 35, 0.5);
  transition: transform 0.32s ease, box-shadow 0.32s ease;
}

.zone-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 22px 40px -22px rgba(21, 26, 35, 0.42);
}

.zone-media img {
  transition: transform 0.55s ease;
}

.zone-card:hover .zone-media img {
  transform: scale(1.06);
}

#siteHeader.is-scrolled .header-pill {
  box-shadow: 0 14px 24px -18px rgba(0, 0, 0, 0.55);
}

.hero-copy,
.hero-search {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.hero-copy.is-ready,
.hero-search.is-ready {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 768px) {
  .hero-stage {
    height: 700px;
    min-height: 700px;
  }

  .hero-copy h1 {
    font-size: 2.05rem;
    line-height: 1;
  }

  .hero-copy p {
    font-size: 1rem;
  }

  .search-panel h2 {
    font-size: 2rem;
  }

  .search-title {
    font-size: 30px;
  }

  .search-description {
    font-size: 16px;
  }

  .search-wrap {
    margin-top: -4.2rem;
    padding-bottom: 2rem;
  }
}
