/* Church HealthShare Landing Page Styles */

/* Hero */
.church-hero {
  padding: 140px 0 80px;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  text-align: center;
}

.church-hero__subtitle {
  display: block;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 1rem;
  opacity: 0.9;
}

.church-hero__title {
  font-size: 2.75rem;
  font-weight: 700;
  margin-bottom: 1.25rem;
  color: white;
}

.church-hero__description {
  font-size: 1.25rem;
  margin-bottom: 2rem;
  opacity: 0.95;
}

.church-hero__cta {
  font-size: 1.1rem;
  padding: 14px 36px;
  border-radius: 8px;
  background: white;
  color: #575afd;
  border: none;
  font-weight: 600;
  transition: transform 0.2s, box-shadow 0.2s;
  max-width: 100%;
  white-space: normal;
  word-wrap: break-word;
  display: inline-block;
  box-sizing: border-box;
}

.church-hero__cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
  color: #764ba2;
  text-decoration: none;
}

/* Sections */
.church-section {
  padding: 80px 0;
}

.church-section--alt {
  background-color: #f8f9fa;
}

.church-section h2 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
}

.church-section .lead {
  color: #6c757d;
  font-size: 1.15rem;
}

/* Stat Cards */
.church-stat-card {
  background: white;
  border-radius: 12px;
  padding: 30px 20px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
  height: 100%;
}

.church-stat-card__number {
  font-size: 2.25rem;
  font-weight: 700;
  color: #575afd;
  margin-bottom: 0.5rem;
}

.church-stat-card__label {
  color: #6c757d;
  font-size: 0.95rem;
}

/* Missing Out Box */
.church-missing-out {
  background: #fff5f5;
  border-left: 4px solid #e53e3e;
  border-radius: 8px;
  padding: 30px;
}

.church-missing-out h4 {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 1rem;
}

.church-missing-out ul {
  list-style: none;
  padding: 0;
  margin: 0 0 1rem;
}

.church-missing-out li {
  padding: 6px 0;
  font-size: 1rem;
  color: #4a5568;
}

.church-x {
  color: #e53e3e;
  font-weight: 700;
  font-size: 1.2rem;
  margin-right: 8px;
}

.church-missing-out__tagline {
  font-weight: 600;
  color: #575afd;
  font-size: 1.05rem;
  margin-bottom: 0;
}

/* Solution Cards */
.church-solution-card {
  background: white;
  border-radius: 12px;
  padding: 35px 30px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
  height: 100%;
}

.church-solution-card__number {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  font-size: 1.5rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.25rem;
}

.church-solution-card h3 {
  font-size: 1.35rem;
  font-weight: 600;
  margin-bottom: 1rem;
}

.church-solution-card p {
  color: #6c757d;
  margin-bottom: 0;
}

/* Savings Table */
.church-savings-table {
  background: white;
  border-radius: 12px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
  overflow: hidden;
}

.church-savings-table table {
  width: 100%;
  border-collapse: collapse;
}

.church-savings-table td {
  padding: 16px 24px;
  border-bottom: 1px solid #f0f0f0;
  font-size: 1rem;
}

.church-savings-table__divider td {
  background: #f8f9fa;
  font-weight: 600;
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #6c757d;
}

.church-savings-table__total td {
  background: #eeedff;
  font-weight: 600;
  border-bottom: none;
}

.church-savings-highlight {
  padding: 30px 24px;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
}

.church-savings-highlight__item {
  text-align: center;
}

.church-savings-highlight__number {
  font-size: 2rem;
  font-weight: 700;
}

.church-savings-highlight__label {
  font-size: 0.95rem;
  opacity: 0.9;
}

/* Coverage Cards */
.church-coverage-card {
  background: white;
  border-radius: 12px;
  padding: 30px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
  height: 100%;
}

.church-coverage-card__icon {
  width: 56px;
  height: 56px;
  border-radius: 12px;
  background: #eeedff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.25rem;
}

.church-coverage-card__icon i {
  font-size: 1.5rem;
  color: #575afd;
}

.church-coverage-card h4 {
  font-size: 1.15rem;
  font-weight: 600;
  margin-bottom: 0.75rem;
}

.church-coverage-card p {
  color: #6c757d;
  margin-bottom: 0;
  font-size: 0.95rem;
}

/* App Feature Cards */
.church-app-feature {
  background: white;
  border-radius: 12px;
  padding: 30px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
  height: 100%;
}

.church-app-feature__icon {
  width: 56px;
  height: 56px;
  border-radius: 12px;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.25rem;
}

.church-app-feature__icon i {
  font-size: 1.5rem;
  color: white;
}

.church-app-feature h4 {
  font-size: 1.15rem;
  font-weight: 600;
  margin-bottom: 0.75rem;
}

.church-app-feature p {
  color: #6c757d;
  margin-bottom: 0;
  font-size: 0.95rem;
}

.church-badge {
  display: inline-block;
  background: #575afd;
  color: white;
  font-size: 0.7rem;
  padding: 2px 8px;
  border-radius: 4px;
  vertical-align: middle;
  font-weight: 600;
  letter-spacing: 0.5px;
}

/* Timeline Cards */
.church-timeline-card {
  background: white;
  border-radius: 12px;
  padding: 30px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
  height: 100%;
  border-top: 4px solid #575afd;
}

.church-timeline-card__period {
  font-size: 0.85rem;
  font-weight: 600;
  color: #575afd;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 0.75rem;
}

.church-timeline-card h4 {
  font-size: 1.15rem;
  font-weight: 600;
  margin-bottom: 0.75rem;
}

.church-timeline-card p {
  color: #6c757d;
  margin-bottom: 0;
  font-size: 0.95rem;
}

/* CTA Section */
.church-cta {
  padding: 80px 0;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
}

.church-cta h2 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 1rem;
  color: white;
}

.church-cta .lead {
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.15rem;
  margin-bottom: 2rem;
}

.church-cta__steps {
  list-style: none;
  padding: 0;
  margin: 0 0 2.5rem;
  text-align: left;
  display: inline-block;
}

.church-cta__steps li {
  padding: 8px 0;
  padding-left: 28px;
  position: relative;
  font-size: 1rem;
  opacity: 0.95;
}

.church-cta__steps li::before {
  content: "\2713";
  position: absolute;
  left: 0;
  font-weight: 700;
  color: #a8edea;
}

/* Responsive */
@media (max-width: 768px) {
  .church-hero {
    padding: 100px 0 60px;
  }

  .church-hero__title {
    font-size: 2rem;
  }

  .church-hero__cta {
    font-size: 1rem;
    padding: 12px 24px;
  }

  .church-section {
    padding: 60px 0;
  }

  .church-cta {
    padding: 60px 0;
  }

  .church-cta__steps {
    max-width: 100%;
  }

  .church-savings-table td {
    padding: 12px 16px;
    font-size: 0.9rem;
  }
}
