/* ==========================================================================
   Hero Homes Mohali — /highlights page-only design system
   Scoped with the "hl-" prefix so nothing here touches the shared
   home / amenities / gallery / location / contact / emi page styles.
   ========================================================================== */

.hl-section {
  padding: 84px 0;
}

.hl-container {
  width: min(1300px, calc(100% - 48px));
  margin: 0 auto;
}

.hl-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 14px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #ED1C24;
}

.hl-eyebrow::before {
  content: "";
  width: 26px;
  height: 2px;
  background: #ED1C24;
  display: inline-block;
}

/* ---------- HERO / INTRO ---------- */
.hl-hero {
  background: #ffffff;
  padding: 56px 0 84px;
}

.hl-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.85fr);
  gap: 56px;
  align-items: center;
}

.hl-hero h1 {
  margin: 0 0 18px;
  font-family: "Poppins", "Segoe UI", sans-serif;
  font-weight: 700;
  color: #101018;
  font-size: clamp(28px, 3.6vw, 42px);
  line-height: 1.15;
  letter-spacing: -0.2px;
}

.hl-hero-lede {
  margin: 0 0 16px;
  color: #4a4a4a;
  font-size: 16.5px;
  line-height: 1.75;
}

.hl-hero-lede a {
  color: #ED1C24;
  font-weight: 600;
  text-decoration: underline;
}

.hl-hero-lede a:hover {
  color: #101018;
}

.hl-chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.hl-chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 18px;
  background: #f4f4f6;
  border: 1px solid #e9e9ec;
  border-radius: 999px;
  color: #101018;
  font-size: 13.5px;
  font-weight: 600;
}

.hl-chip i {
  color: #ED1C24;
  font-size: 13px;
}

.hl-hero-media {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 24px 60px rgba(16, 16, 24, 0.16);
}

.hl-hero-media img {
  width: 100%;
  height: 480px;
  object-fit: cover;
  display: block;
}

.hl-hero-tag {
  position: absolute;
  left: 20px;
  bottom: 20px;
  padding: 9px 16px;
  background: rgba(16, 16, 24, 0.68);
  backdrop-filter: blur(4px);
  color: #fff;
  font-size: 12.5px;
  font-style: italic;
  border-radius: 999px;
}

/* ---------- QUICK HIGHLIGHT STRIP ---------- */
.hl-strip {
  background: #f4f4f6;
}

.hl-strip-head {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 40px;
}

.hl-strip-head .hl-eyebrow {
  justify-content: center;
  display: flex;
}

.hl-strip-head h2 {
  margin: 0;
  font-family: "Poppins", "Segoe UI", sans-serif;
  font-weight: 700;
  color: #101018;
  font-size: clamp(24px, 3vw, 32px);
}

.hl-strip-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.hl-strip-item {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 22px 20px;
  background: #ffffff;
  border: 1px solid #e9e9ec;
  border-radius: 14px;
  box-shadow: 0 4px 14px rgba(16, 16, 24, 0.05);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.hl-strip-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 30px rgba(16, 16, 24, 0.10);
}

.hl-strip-icon {
  flex: 0 0 auto;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(237, 28, 36, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
}

.hl-strip-icon img {
  width: 22px;
  height: 22px;
  filter: brightness(0) saturate(100%) invert(21%) sepia(84%) saturate(4941%) hue-rotate(346deg) brightness(94%) contrast(96%);
}

.hl-strip-item p {
  margin: 0;
  font-size: 14px;
  font-weight: 600;
  color: #101018;
  line-height: 1.35;
}

/* ---------- CATEGORY DETAIL SECTIONS ---------- */
.hl-cat {
  background: #ffffff;
}

.hl-cat:nth-of-type(even) {
  background: #f4f4f6;
}

.hl-cat-head {
  max-width: 760px;
  margin: 0 0 36px;
}

.hl-cat-head h2 {
  margin: 0 0 10px;
  font-family: "Poppins", "Segoe UI", sans-serif;
  font-weight: 700;
  color: #101018;
  font-size: clamp(24px, 3vw, 32px);
  line-height: 1.2;
}

.hl-cat-head p {
  margin: 0;
  color: #4a4a4a;
  font-size: 15.5px;
  line-height: 1.7;
}

.hl-cat-head p a {
  color: #ED1C24;
  font-weight: 600;
  text-decoration: underline;
}

.hl-cat-head p a:hover {
  color: #101018;
}

.hl-card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 22px;
}

.hl-card {
  background: #ffffff;
  border: 1px solid #e9e9ec;
  border-radius: 18px;
  padding: 30px 26px;
  box-shadow: 0 4px 14px rgba(16, 16, 24, 0.06);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.hl-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 14px 34px rgba(16, 16, 24, 0.10);
  border-color: rgba(237, 28, 36, 0.25);
}

.hl-card-icon {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: rgba(237, 28, 36, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
}

.hl-card-icon img {
  width: 26px;
  height: 26px;
  filter: brightness(0) saturate(100%) invert(21%) sepia(84%) saturate(4941%) hue-rotate(346deg) brightness(94%) contrast(96%);
}

.hl-card h3 {
  margin: 0 0 10px;
  color: #101018;
  font-size: 18px;
  font-weight: 700;
}

.hl-card p {
  margin: 0;
  color: #4a4a4a;
  font-size: 14.5px;
  line-height: 1.65;
}

/* ---------- CONTEXT / TRUST NOTE ---------- */
.hl-context {
  background: #ffffff;
}

.hl-context-wrap {
  width: min(920px, calc(100% - 48px));
  margin: 0 auto;
}

.hl-context h2 {
  margin: 0 0 16px;
  font-family: "Poppins", "Segoe UI", sans-serif;
  font-weight: 700;
  color: #101018;
  font-size: clamp(22px, 2.6vw, 28px);
}

.hl-context p {
  margin: 0 0 16px;
  color: #4a4a4a;
  font-size: 15.5px;
  line-height: 1.75;
}

.hl-context p a {
  color: #ED1C24;
  font-weight: 600;
  text-decoration: underline;
}

.hl-context p a:hover {
  color: #101018;
}

.hl-trust-note {
  margin-top: 26px;
  padding: 18px 22px;
  background: #f4f4f6;
  border: 1px solid #e9e9ec;
  border-left: 4px solid #ED1C24;
  border-radius: 10px;
  color: #4a4a4a;
  font-size: 13.5px;
  line-height: 1.6;
}

.hl-trust-note strong {
  color: #101018;
}

/* ---------- FAQ ---------- */
.hl-faq {
  background: #f4f4f6;
}

.hl-faq-wrap {
  width: min(920px, calc(100% - 48px));
  margin: 0 auto;
}

.hl-faq-wrap > .hl-eyebrow {
  display: flex;
  justify-content: center;
}

.hl-faq-wrap > h2 {
  margin: 0 0 40px;
  text-align: center;
  font-family: "Poppins", "Segoe UI", sans-serif;
  font-weight: 700;
  color: #101018;
  font-size: clamp(24px, 3vw, 32px);
}

.hl-faq-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.hl-faq-item {
  background: #ffffff;
  border: 1px solid #e9e9ec;
  border-radius: 14px;
  padding: 22px 26px;
}

.hl-faq-item h3 {
  margin: 0 0 8px;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: #101018;
  font-size: 16.5px;
  font-weight: 700;
}

.hl-faq-item h3 i {
  flex: 0 0 auto;
  margin-top: 2px;
  color: #ED1C24;
  font-size: 14px;
}

.hl-faq-item p {
  margin: 0;
  padding-left: 24px;
  color: #4a4a4a;
  font-size: 15px;
  line-height: 1.65;
}

/* ---------- CTA BANNER ---------- */
.hl-cta {
  position: relative;
  background: #101018;
  overflow: hidden;
}

.hl-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(600px 300px at 12% 20%, rgba(237, 28, 36, 0.24), transparent 60%),
    radial-gradient(600px 300px at 88% 90%, rgba(237, 28, 36, 0.16), transparent 60%);
}

.hl-cta-wrap {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  flex-wrap: wrap;
}

.hl-cta-text h2 {
  margin: 0 0 10px;
  color: #fff;
  font-size: clamp(22px, 3vw, 30px);
  font-weight: 700;
}

.hl-cta-text p {
  margin: 0;
  max-width: 480px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 14.5px;
  line-height: 1.6;
}

.hl-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 15px 30px;
  border-radius: 999px;
  border: 2px solid transparent;
  font-family: "Poppins", "Segoe UI", sans-serif;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease, color 0.18s ease, border-color 0.18s ease;
  white-space: nowrap;
}

.hl-btn:hover {
  transform: translateY(-2px);
}

.hl-btn--primary {
  background: #ED1C24;
  color: #ffffff;
  box-shadow: 0 10px 24px rgba(237, 28, 36, 0.30);
}

.hl-btn--primary:hover {
  background: #C81219;
}

.hl-btn--ghost-light {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.55);
  color: #ffffff;
}

.hl-btn--ghost-light:hover {
  background: rgba(255, 255, 255, 0.16);
  border-color: #ffffff;
}

/* ---------- Responsive ---------- */
@media (max-width: 1080px) {
  .hl-hero-grid {
    grid-template-columns: 1fr;
  }

  .hl-hero-media img {
    height: 360px;
  }

  .hl-strip-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 640px) {
  .hl-section {
    padding: 56px 0;
  }

  .hl-hero {
    padding: 40px 0 56px;
  }

  .hl-strip-grid {
    grid-template-columns: 1fr;
  }

  .hl-card-grid {
    grid-template-columns: 1fr;
  }

  .hl-cta-wrap {
    flex-direction: column;
    align-items: flex-start;
  }
}
