body {
  margin: 0;
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial,
    sans-serif;
  color: #111827;
  background: #f8fafc;
}

.wpinsight-container {
  max-width: 980px;
  margin: 0 auto;
  padding: 24px 16px;
}

.wpinsight-header {
  background: #0f172a;
  color: #fff;
}

.wpinsight-header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.wpinsight-brand {
  color: #fff;
  text-decoration: none;
  font-weight: 700;
}

.wpinsight-hero h1 {
  margin: 0 0 8px;
  font-size: 34px;
  line-height: 1.15;
}

.wpinsight-hero p {
  margin: 0;
  color: #334155;
}

.wpinsight-card {
  margin-top: 18px;
  padding: 18px;
  background: #fff;
  border-radius: 14px;
  border: 1px solid #e2e8f0;
}

.wpinsight-footer {
  padding: 28px 0 40px;
  color: #64748b;
}

