/* Sports Team Camps Rules — Executive Policy Design */
.rules-container {
  max-width: 920px;
  margin: 0 auto;
}

.rules-card-wrapper {
  background: #ffffff;
  border-radius: 24px;
  padding: 2.5rem 3rem;
  border: 1px solid #e2e8f0;
  box-shadow: 0 10px 35px rgba(15, 23, 42, 0.04);
}

.rules-content {
  line-height: 1.85;
  color: #334155;
}

.rules-intro-box {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-left: 4px solid #059669;
  border-radius: 16px;
  padding: 1.25rem 1.5rem;
  margin-bottom: 2rem;
}

.rules-intro-box p {
  color: #475569;
  font-size: 0.95rem;
  margin: 0;
  line-height: 1.7;
}

.rules-section-item {
  margin-bottom: 2.2rem;
  padding-bottom: 1.8rem;
  border-bottom: 1px solid #f1f5f9;
}

.rules-section-item:last-of-type {
  border-bottom: none;
}

.rules-section-title {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-size: 1.25rem;
  font-weight: 800;
  color: #0f172a;
  margin-bottom: 1rem;
}

.rules-section-title i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 10px;
  background: #f0fdf4;
  color: #059669;
  font-size: 0.9rem;
  flex-shrink: 0;
}

.rules-content p {
  margin-bottom: 0.85rem;
  color: #475569;
  font-size: 0.95rem;
}

.rules-content ul {
  margin: 0.5rem 0 1.25rem;
  padding-left: 0;
  list-style: none;
}

.rules-content ul li {
  position: relative;
  padding-left: 1.6rem;
  margin-bottom: 0.6rem;
  color: #334155;
  font-size: 0.93rem;
  line-height: 1.65;
}

.rules-content ul li::before {
  content: '✓';
  position: absolute;
  left: 0;
  top: 0;
  color: #059669;
  font-weight: 900;
  font-size: 0.85rem;
}

.rules-warning-box {
  background: #fef2f2;
  border: 1px solid #fecaca;
  border-radius: 14px;
  padding: 1rem 1.25rem;
  margin: 1rem 0;
}

.rules-warning-box p {
  color: #991b1b;
  font-size: 0.88rem;
  font-weight: 600;
  margin: 0;
}

.rules-commitment-banner {
  background: linear-gradient(135deg, #064e3b, #059669);
  color: #ffffff;
  padding: 2.2rem;
  border-radius: 20px;
  margin-top: 2.5rem;
  box-shadow: 0 12px 30px rgba(5, 150, 105, 0.2);
}

.rules-commitment-banner h3 {
  color: #ffffff;
  font-size: 1.25rem;
  font-weight: 800;
  margin-bottom: 0.75rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.rules-commitment-banner p {
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.95rem;
  line-height: 1.7;
  margin-bottom: 1rem;
}

.rules-commitment-signature {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 1rem;
  color: #a7f3d0;
  font-weight: 700;
  font-size: 0.88rem;
}

@media (max-width: 768px) {
  .rules-card-wrapper {
    padding: 1.5rem;
  }
}
