/* EventDetails v24 demo homepage polish */

/* Make the bottom “in town” image row feel like a matched set. */
.ed-town-section .ed-example-img {
  height: 315px;
  min-height: 315px;
  background: #f8fbff;
  overflow: hidden;
}

.ed-town-section .ed-example-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.ed-town-section .ed-example-card {
  height: 100%;
}

.ed-town-section .ed-example-body {
  min-height: 142px;
}

/* Campmeeting / pricing launch section */
.ed-launch-section {
  padding-top: 36px;
}

.ed-launch-card {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(340px, 1.1fr);
  gap: 28px;
  align-items: center;
  background:
    radial-gradient(circle at top left, rgba(131,191,53,.16), transparent 22rem),
    linear-gradient(135deg, rgba(255,255,255,.92), rgba(234,245,255,.92));
  border: 1px solid var(--ed-line);
  border-radius: 30px;
  box-shadow: var(--ed-shadow);
  padding: 30px;
}

.ed-launch-card h2 {
  margin: 0 0 14px;
  color: var(--ed-navy);
  font-size: clamp(2rem, 4vw, 3.15rem);
  line-height: 1.04;
  letter-spacing: -.05em;
}

.ed-launch-card p {
  color: var(--ed-muted);
  line-height: 1.7;
  font-size: 1.04rem;
}

.ed-plan-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.ed-plan-card {
  background: rgba(255,255,255,.82);
  border: 1px solid var(--ed-line);
  border-radius: 22px;
  padding: 22px;
  box-shadow: 0 16px 38px rgba(15,47,89,.08);
}

.ed-plan-card-pro {
  border-color: rgba(131,191,53,.38);
  background: linear-gradient(180deg, rgba(255,255,255,.92), rgba(245,255,235,.88));
}

.ed-plan-card h3 {
  margin: 0 0 8px;
  color: var(--ed-navy);
  font-size: 1.25rem;
}

.ed-plan-price {
  color: var(--ed-green-dark);
  font-weight: 900;
  font-size: 1.18rem;
  margin-bottom: 13px;
}

.ed-plan-card ul {
  margin: 0;
  padding-left: 20px;
  color: var(--ed-muted);
  line-height: 1.65;
}

@media (max-width: 940px) {
  .ed-launch-card,
  .ed-plan-grid {
    grid-template-columns: 1fr;
  }

  .ed-town-section .ed-example-img {
    height: 285px;
    min-height: 285px;
  }
}

@media (max-width: 620px) {
  .ed-launch-card {
    padding: 22px;
  }

  .ed-town-section .ed-example-img {
    height: 235px;
    min-height: 235px;
  }
}
