.easyacres-filter__form--wide {
  grid-template-columns: repeat(4, 1fr) auto;
}

/* ────────────────────────────────
   COMMUNITY QUICK-FILTER CHIPS
──────────────────────────────── */
.offplan-chips-section {
  padding: 0px 0 50px !important;
}

.offplan-chips__label {
  display: block;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--steel);
  margin-bottom: 16px;
}

.offplan-chips-section .easyacres-filter__pills {
  margin-bottom: 0;
}

/* ────────────────────────────────
   FEATURED LAUNCH SPOTLIGHT
──────────────────────────────── */
.easyacres-spotlight {
  padding-top: 150px !important;
}

/* ────────────────────────────────
   WHY BUY OFF-PLAN — benefits grid
──────────────────────────────── */
.offplan-benefits {
  padding-top: 96px !important;
}

.offplan-benefits .easyacres-section__head p {
  color: var(--surface);
}

.benefits-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  margin: 8px 0 44px;
}

.benefit-card__icon {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
}

.benefit-card__icon svg {
  width: 26px;
  height: 26px;
  color: var(--white);
}

.benefit-card h4 {
  font-size: 20px;
  margin-bottom: 10px;
  color: var(--white);
}

.benefit-card p {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
}

/* ────────────────────────────────
   RESPONSIVE
──────────────────────────────── */
@media (max-width: 1024px) {
  .benefits-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
  }
}

@media (max-width: 991px) {
  .offplan-hero__media {
    height: 220px;
  }
  .easyacres-spotlight {
    padding-top: 40px !important;
  }

  .offplan-hero__content {
    padding: 48px 0 32px;
  }

  .offplan-benefits {
    padding-top: 56px !important;
  }
  
  .benefits-grid {
    grid-template-columns: 1fr;
  }
  .benefit-card__icon {
    width: 34px;
    height: 34px;
  }

  .benefit-card__icon svg {
    width: 16px;
    height: 16px;
  }
  .benefit-card h4 {
    font-size: 16px;
  }
  .benefit-card p {
    font-size: 12px;
  }
}
