/* RERA booking due diligence — extends Ariva / GujRERA campaign theme */
.rera-booking-blog-page .booking-question-grid {
  display: grid;
  gap: 14px;
  margin-top: 22px;
}

@media (min-width: 768px) {
  .rera-booking-blog-page .booking-question-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.rera-booking-blog-page .booking-question-card {
  padding: 20px 22px;
  border: 1px solid var(--rera-border, #e0ddd4);
  border-radius: 14px;
  background: #fff;
  transition: transform .3s ease, border-color .3s ease, box-shadow .3s ease;
}

.rera-booking-blog-page .booking-question-card:hover {
  transform: translateY(-3px);
  border-color: rgba(201, 165, 98, .75);
  box-shadow: 0 12px 28px rgba(10, 31, 20, .08);
}

.rera-booking-blog-page .booking-question-card__num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 28px;
  height: 28px;
  margin-bottom: 10px;
  padding: 0 8px;
  border-radius: 999px;
  color: var(--rera-forest, #0d2818);
  background: var(--rera-cream, #f8f6f0);
  border: 1px solid rgba(201, 165, 98, .55);
  font-size: 12px;
  font-weight: 800;
}

.rera-booking-blog-page .booking-question-card h3,
.rera-booking-blog-page .booking-question-card__title {
  margin: 0 0 8px;
  color: var(--rera-forest, #0d2818);
  font-family: "Marcellus", "Times New Roman", serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.25;
}

.rera-booking-blog-page .booking-question-card p {
  margin: 0;
  color: var(--rera-muted, #625f57);
  font-size: 14px;
  line-height: 1.55;
}

.rera-booking-blog-page .booking-phase-tag {
  display: inline-block;
  margin-bottom: 12px;
  color: var(--rera-gold, #c9a562);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.rera-booking-blog-page .booking-checklist-table td:first-child {
  font-weight: 700;
  color: var(--rera-forest, #0d2818);
  white-space: nowrap;
}

.rera-booking-blog-page .booking-checklist-table td:last-child {
  color: var(--rera-muted, #625f57);
  font-size: 14px;
}

.rera-booking-blog-page .rera-step h3,
.rera-booking-blog-page .rera-step__title {
  margin: 0 0 10px;
  color: var(--rera-forest, #0d2818);
  font-family: "Marcellus", "Times New Roman", serif;
  font-size: clamp(22px, 2.4vw, 31px);
  font-weight: 400;
  line-height: 1.15;
}

.rera-booking-blog-page .rera-hero-card h2,
.rera-booking-blog-page .rera-hero-card__title {
  margin: 8px 0 14px;
  color: #fff;
  font-family: "Marcellus", "Times New Roman", serif;
  font-size: clamp(26px, 3vw, 42px);
  font-weight: 400;
  line-height: 1.05;
}

.rera-booking-blog-page .rera-fact-card h3,
.rera-booking-blog-page .rera-fact-card__title {
  margin: 8px 0 12px;
  color: #fff;
  font-family: "Marcellus", "Times New Roman", serif;
  font-size: clamp(28px, 3.3vw, 46px);
  font-weight: 400;
}

.rera-booking-blog-page .key-takeaways-card h2,
.rera-booking-blog-page .key-takeaways-card__title {
  margin: 0 0 1rem;
}
