/* Package / services pricing — Media Marketing Pros */
.hero .hero-inner,
.hero.hero--compact .hero-inner {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.hero-cta {
  justify-content: center;
}
.hero-stats {
  justify-content: center;
}
.hero--compact {
  padding: 3rem 0 2rem;
}
.hero--compact h1 {
  font-size: clamp(1.75rem, 4vw, 2.5rem);
}
.section-cta-center {
  text-align: center;
  margin-top: 2rem;
}
.pricing-section {
  padding: 2rem 0 4rem;
}
.pricing-section .container {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}
.pricing-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.5rem;
  align-items: stretch;
  justify-content: center;
}
.package-card {
  border: 1px solid var(--line, #e5e7eb);
  border-radius: 12px;
  padding: 1.75rem;
  background: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
  display: flex;
  flex-direction: column;
}
.package-card h2 {
  margin: 0 0 0.35rem;
  font-size: 1.35rem;
  line-height: 1.3;
}
.package-tagline {
  margin: 0 0 1.25rem;
  color: #4b5563;
  font-size: 0.95rem;
  line-height: 1.5;
}
.package-prices {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 1.25rem;
}
.price-block {
  flex: 1;
  min-width: 120px;
  padding: 0.75rem 1rem;
  background: #f8fafc;
  border-radius: 8px;
  text-align: center;
}
.price-block--monthly {
  background: #eff6ff;
}
.price-amount {
  display: block;
  font-size: 1.75rem;
  font-weight: 700;
  color: var(--accent, #2563eb);
  line-height: 1.2;
}
.price-label {
  display: block;
  font-size: 0.85rem;
  color: #6b7280;
  margin-top: 0.15rem;
}
.package-features {
  margin: 0 0 1.5rem;
  padding-left: 1.2rem;
  flex: 1;
}
.package-features li {
  margin-bottom: 0.5rem;
  line-height: 1.45;
  color: #374151;
}
.package-card .btn.btn-block {
  width: 100%;
  margin-top: auto;
}
.pricing-notes {
  margin-top: 3rem;
  max-width: 42rem;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.pricing-notes h2 {
  font-size: 1.25rem;
  margin-bottom: 0.75rem;
}
.pricing-notes p {
  line-height: 1.6;
  color: #4b5563;
}
