/*
Theme Name: JagoPublic Complaints
Theme URI: https://jagopublic.com
Author: Vijay
Description: Complaint-report platform theme with complaint listings & forum integration.
Version: 1.0
Text Domain: jagopublic
*/

body {
  margin: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: #f5f5f7;
  color: #111827;
}

a {
  color: #2563eb;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.site-header {
  background: #111827;
  color: #f9fafb;
  padding: 1rem 1.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.site-title a {
  color: inherit;
  font-weight: 700;
  font-size: 1.3rem;
  text-decoration: none;
}

.site-nav a {
  color: #e5e7eb;
  margin-left: 1rem;
  font-size: 0.95rem;
}

.container {
  max-width: 1100px;
  margin: 1.5rem auto;
  padding: 0 1rem;
}

.site-footer {
  text-align: center;
  padding: 1rem;
  font-size: 0.8rem;
  color: #6b7280;
}

/* Hero */
.hero {
  background: #111827;
  color: #f9fafb;
  border-radius: 0.9rem;
  padding: 2rem 1.5rem;
  margin-bottom: 1.5rem;
}

.hero h1 {
  margin: 0 0 0.5rem 0;
  font-size: 1.8rem;
}

.hero p {
  margin: 0 0 1.25rem 0;
  color: #d1d5db;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 0.5rem;
}

.btn {
  display: inline-block;
  padding: 0.6rem 1.1rem;
  border-radius: 999px;
  font-weight: 600;
  font-size: 0.95rem;
}

.btn-primary {
  background: #f97316;
  color: #111827;
}

.btn-outline {
  border: 1px solid #9ca3af;
  color: #f9fafb;
}

/* Complaint list */
.card {
  background: #ffffff;
  border-radius: 0.9rem;
  padding: 1rem 1.25rem;
  margin-bottom: 1rem;
  box-shadow: 0 10px 15px -10px rgba(0, 0, 0, 0.15);
}

.complaint-meta {
  font-size: 0.75rem;
  color: #6b7280;
  margin-bottom: 0.25rem;
}

.complaint-title {
  font-size: 1.05rem;
  font-weight: 600;
  margin-bottom: 0.2rem;
}

.badge {
  display: inline-block;
  font-size: 0.7rem;
  padding: 0.15rem 0.45rem;
  border-radius: 999px;
  background: #fee2e2;
  color: #b91c1c;
}

@media (max-width: 768px) {
  .hero {
    padding: 1.5rem 1.25rem;
  }
}
