* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Inter", sans-serif;
  line-height: 1.6;
  color: #2f3946;
  background: #f4f6f9;
}

.container {
  max-width: 90%;
  margin: 30px auto;
  padding: 0 20px;
}

.sp-hero {
  background: linear-gradient(135deg, #024173 0%, #1a5490 100%);
  color: #fff;
  padding: 4rem 0;
  position: relative;
  overflow: hidden;
}

.sp-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="spPattern" width="24" height="24" patternUnits="userSpaceOnUse"><path d="M12 0 L24 12 L12 24 L0 12 Z" fill="rgba(255,255,255,0.05)"/></pattern></defs><rect width="100" height="100" fill="url(%23spPattern)"/></svg>');
  opacity: 0.8;
}

.sp-hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  max-width: 820px;
  margin: 0 auto;
}

.sp-hero-content h1{
   color: #c8a451;
   font-size: 17px;
}

.sp-hero-badge {
  display: inline-flex;
  align-items: center;
  padding: 0.4rem 1.2rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  font-size: 0.85rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.sp-hero h1 {
  font-size: clamp(2.2rem, 6vw, 3.2rem);
  margin: 1rem 0;
  font-weight: 800;
}

.sp-hero p {
  font-size: 1.1rem;
  opacity: 0.95;
  margin-bottom: 2rem;
}

.sp-hero-stats {
  display: flex;
  gap: 2rem;
  justify-content: center;
  flex-wrap: wrap;
}

.sp-stat {
  width: 30%;
  padding: 1rem;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.12);
}

.sp-stat-number {
  font-size: 1.9rem;
  font-weight: 700;
  display: block;
  color: #c8a451;
}

.sp-stat-label {
  font-size: 0.95rem;
  opacity: 0.85;
}

.sp-main {
  padding: 4rem 0;
}

.chaplaincy-section {
  background: #fff;
  border-radius: 24px;
  padding: 3rem;
  box-shadow: 0 24px 60px rgba(2, 65, 115, 0.1);
  border: 1px solid rgba(2, 65, 115, 0.08);
}

.chaplaincy-header {
  text-align: center;
  max-width: 900px;
  margin: 0 auto 2.5rem;
}

.chaplaincy-badge {
  display: inline-flex;
  align-items: center;
  padding: 0.35rem 1rem;
  border-radius: 999px;
  background: rgba(2, 65, 115, 0.08);
  color: #024173;
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.chaplaincy-title {
  font-size: 2.3rem;
  color: #024173;
  margin: 0.8rem 0 0.5rem;
  font-weight: 800;
}

.chaplaincy-intro {
  color: #4b5662;
  font-size: 1.05rem;
  line-height: 1.7;
}

.chaplaincy-programs,
.chaplaincy-benefits,
.chaplaincy-entry-grid,
.chaplaincy-misc-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1.5rem;
  margin-top: 2.5rem;
}

.chaplaincy-card {
  background: #fdfdfd;
  border-radius: 18px;
  padding: 1.75rem;
  border: 1px solid rgba(2, 65, 115, 0.08);
  box-shadow: 0 12px 32px rgba(2, 65, 115, 0.08);
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.chaplaincy-card-head {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
}

.chaplaincy-label {
  font-size: 0.85rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #8a96a8;
  font-weight: 700;
}

.chaplaincy-card h3 {
  font-size: 1.35rem;
  color: #024173;
}

.chaplaincy-duration {
  font-weight: 600;
  color: #c8a451;
}

.chaplaincy-text {
  color: #4b5662;
}

.chaplaincy-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  padding-left: 0;
}

.chaplaincy-list li {
  padding-left: 1.5rem;
  position: relative;
  font-weight: 500;
  color: #2f3946;
}

.chaplaincy-list li::before {
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #c8a451;
  position: absolute;
  left: 0;
  top: 0.6rem;
}

.chaplaincy-meta {
  font-size: 0.95rem;
  color: #4b5662;
  background: rgba(200, 164, 81, 0.1);
  border-radius: 12px;
  padding: 0.9rem 1rem;
}

.chaplaincy-steps {
  margin-top: 3rem;
  background: #eef4fa;
  border-radius: 20px;
  padding: 2rem;
  border: 1px solid rgba(2, 65, 115, 0.1);
}

.chaplaincy-steps h3 {
  margin-bottom: 1rem;
  font-size: 1.4rem;
  color: #024173;
}

.chaplaincy-steps-list {
  margin: 0;
  padding-left: 1.25rem;
  color: #2f3946;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.chaplaincy-steps-list li {
  font-weight: 500;
}

.chaplaincy-contact {
  margin-top: 2rem;
  text-align: center;
  border-top: 1px solid rgba(2, 65, 115, 0.1);
  padding-top: 1.5rem;
}

.chaplaincy-contact h3 {
  color: #024173;
  margin-bottom: 0.5rem;
}

.chaplaincy-contact p {
  margin-bottom: 0.3rem;
  color: #2f3946;
}

.chaplaincy-contact a {
  color: #024173;
  font-weight: 600;
  text-decoration: none;
}

.chaplaincy-contact a:hover {
  text-decoration: underline;
}

@media (max-width: 768px) {
  .chaplaincy-section {
    padding: 2rem;
  }

  .sp-hero-stats {
    gap: 1rem;
  }
}

@media (max-width: 480px) {
  .chaplaincy-section {
    padding: 1.5rem;
  }

  .sp-hero {
    padding: 3rem 0;
  }
}
