/* Policy Modal Styling */
.policy-content {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  line-height: 1.6;
  color: #333;
}

.policy-header {
  margin-bottom: 2rem;
  padding-bottom: 1rem;
  border-bottom: 2px solid #00A651;
}

.policy-title {
  font-size: 1.75rem;
  font-weight: bold;
  color: #1a1a1a;
  margin: 0 0 0.5rem 0;
}

.policy-meta {
  display: flex;
  gap: 1rem;
  font-size: 0.875rem;
  color: #6B7280;
}

.effective-date, .updated-date {
  background: #f3f4f6;
  padding: 0.25rem 0.5rem;
  border-radius: 0.375rem;
}

.policy-intro {
  background: #f0f9ff;
  border-left: 4px solid #00A651;
  padding: 1rem;
  margin-bottom: 1.5rem;
  border-radius: 0 0.5rem 0.5rem 0;
}

.policy-section {
  margin-bottom: 1.5rem;
}

.section-title {
  font-size: 1.25rem;
  font-weight: 600;
  color: #00A651;
  margin: 0 0 0.75rem 0;
}

.policy-text {
  margin-bottom: 1rem;
  color: #374151;
}

.policy-list {
  margin: 0.5rem 0 1rem 1.5rem;
  padding: 0;
}

.policy-list li {
  margin-bottom: 0.5rem;
  color: #374151;
}

.list-highlight {
  color: #00A651;
  font-weight: 600;
}

.policy-contact {
  background: #fef3c7;
  border: 1px solid #f59e0b;
  border-radius: 0.5rem;
  padding: 1rem;
  margin-top: 1.5rem;
}

.policy-contact .section-title {
  color: #92400e;
}

.contact-email {
  color: #00A651;
  font-weight: 600;
  text-decoration: underline;
}

.policy-link {
  color: #F3992B;
  text-decoration: underline;
  cursor: pointer;
  transition: color 0.2s;
}

.policy-link:hover {
  color: #00A651;
}

/* Contact page specific styles */
.contact-grid {
  display: grid;
  gap: 1rem;
  margin: 1rem 0;
}

.contact-item {
  background: #f9fafb;
  border: 1px solid #e5e7eb;
  border-radius: 0.5rem;
  padding: 1rem;
}

.contact-item h4 {
  color: #00A651;
  font-size: 1.1rem;
  font-weight: 600;
  margin: 0 0 0.5rem 0;
}

.contact-item p {
  margin: 0.25rem 0;
  font-size: 0.9rem;
}

/* Responsive design */
@media (min-width: 768px) {
  .contact-grid {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  }
}

/* Modal improvements */
#policyModal .prose {
  max-width: none;
}

#policyModal .prose h2 {
  color: #1a1a1a;
}

#policyModal .prose h3 {
  color: #00A651;
}