/*  PRICING */
/* Add top margin to push content away from nav */
.section.pricing {
  padding-top: 4rem; /* or use margin-top if padding is global */
}

/* Space between sections */
.pricing .content section {
  margin-bottom: 4rem;
}

/* Headings */
.pricing h2.page-title {
  font-size: 2rem;
  margin-bottom: 2rem;
  margin-top: 4rem;
}

.pricing h3 {
  margin-top: 2rem;
  margin-bottom: 1rem;
  font-size: 1.5rem;
}

/* Paragraphs near headings */
.pricing p {
  margin-bottom: 1rem;
}

/* Table spacing */
.pricing-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 1rem;
}

.pricing-table th,
.pricing-table td {
  padding: 0.75rem 1rem;
  border: 1px solid #ddd;
  text-align: left;
  vertical-align: top;
}

/* Optional: lighter small text under price */
.pricing-table small {
  display: block;
  font-size: 0.85rem;
  color: #666;
}

