/* Terms of Service page — page-specific styles
   Shared header/phone/footer/floating-button styles are in shared-components.css */

/* ===== MAIN CONTENT STYLES ===== */

.content-page {
  min-height: 60vh;
}

.content-page h1 {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
  color: #111827;
}

.content-page h2 {
  font-size: 1.875rem;
  font-weight: 700;
  margin-top: 2.5rem;
  margin-bottom: 1rem;
  color: #1f2937;
}

.content-page h3 {
  font-size: 1.5rem;
  font-weight: 600;
  margin-top: 2rem;
  margin-bottom: 0.75rem;
  color: #374151;
}

.content-page p {
  margin-bottom: 1rem;
  line-height: 1.75;
  color: #4b5563;
}

.content-page ul {
  list-style-type: disc;
  padding-left: 1.5rem;
  margin-bottom: 1.5rem;
}

.content-page li {
  margin-bottom: 0.5rem;
  line-height: 1.75;
  color: #4b5563;
}

.content-page .last-updated {
  font-style: italic;
  color: #6b7280;
  margin-bottom: 2rem;
}

.content-page address {
  font-style: normal;
  line-height: 1.75;
  margin-top: 1.5rem;
}

.content-page a {
  color: #3B82F6;
  text-decoration: underline;
  transition: color 0.2s ease;
}

.content-page a:hover {
  color: #2563eb;
}

/* ===== MOBILE RESPONSIVE ===== */

@media (max-width: 768px) {
  .content-page {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .content-page h1 {
    font-size: 2rem;
  }

  .content-page h2 {
    font-size: 1.5rem;
  }

  .content-page h3 {
    font-size: 1.25rem;
  }
}
