/* AI Governance Hub — Enterprise Trust & Conversion (v25.16) */

.et-clarity-strip {
  margin: 1.25rem 0 0;
  padding: 1rem 1.25rem;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.et-clarity-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 0.75rem 1.25rem;
  list-style: none;
}

.et-clarity-grid li {
  font-size: 0.875rem;
  line-height: 1.45;
  color: #e2e8f0;
}

.et-clarity-grid strong {
  display: block;
  color: #fff;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin-bottom: 0.2rem;
}

.et-data-confidence {
  margin: 0 0 1.25rem;
  padding: 1rem 1.25rem;
  border-radius: 12px;
  background: #f0f9ff;
  border: 1px solid #bae6fd;
}

.et-data-confidence summary {
  cursor: pointer;
  font-weight: 600;
  color: #0f172a;
}

.et-data-confidence ul {
  margin: 0.75rem 0 0;
  padding-left: 1.25rem;
  font-size: 0.9rem;
  color: #334155;
}

.et-data-confidence li + li { margin-top: 0.35rem; }

.et-plan-psychology {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 1rem;
  margin-bottom: 1.5rem;
}

.et-plan-psychology article {
  padding: 1.25rem;
  border-radius: 12px;
  background: #fff;
  border: 1px solid #e2e8f0;
}

.et-plan-psychology h3 {
  font-size: 1rem;
  margin-bottom: 0.5rem;
  color: #0f172a;
}

.et-plan-psychology p {
  font-size: 0.9rem;
  color: #475569;
  margin: 0;
}

.et-report-value {
  margin: 1rem 0;
  padding: 1.25rem;
  border-radius: 12px;
  background: linear-gradient(135deg, #0f172a 0%, #1e3a5f 100%);
  color: #f1f5f9;
}

.et-report-value h4 {
  color: #fff;
  margin-bottom: 0.5rem;
}

.et-report-value ul {
  margin: 0.5rem 0 0;
  padding-left: 1.25rem;
  font-size: 0.9rem;
}

.et-report-value li + li { margin-top: 0.25rem; }

.et-enterprise-offer {
  border: 2px solid #2563eb;
  background: linear-gradient(180deg, #eff6ff 0%, #fff 100%);
}

.et-enterprise-offer .pricing-tier-subtitle {
  color: #1d4ed8;
  font-weight: 600;
}

.et-dashboard-welcome {
  margin-bottom: 1.5rem;
  padding: 1.25rem 1.5rem;
  border-radius: 14px;
  background: linear-gradient(135deg, #ecfdf5 0%, #eff6ff 100%);
  border: 1px solid #bfdbfe;
}

.et-dashboard-welcome h2 {
  font-size: 1.15rem;
  margin-bottom: 0.5rem;
}

.et-dashboard-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1rem;
}

.et-production-trust {
  margin-top: 0.75rem;
  padding-top: 0.75rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 0.8rem;
  color: #94a3b8;
  line-height: 1.5;
}

.et-production-trust a { color: #93c5fd; }

.site-footer .et-production-trust {
  border-top-color: #e2e8f0;
  color: #64748b;
}

.site-footer .et-production-trust a { color: #2563eb; }

.et-diff-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1rem;
}

.et-diff-grid article {
  padding: 1rem;
  border-radius: 10px;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
}

.et-diff-grid h3 {
  font-size: 0.95rem;
  margin-bottom: 0.35rem;
}

.et-diff-grid p {
  font-size: 0.85rem;
  color: #475569;
  margin: 0;
}

/* v25.18 — Consulting alternative & security review pack */
.et-consulting-compare {
  margin: 1.5rem 0;
  overflow-x: auto;
}

.et-consulting-compare table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.9rem;
}

.et-consulting-compare th,
.et-consulting-compare td {
  border: 1px solid #e2e8f0;
  padding: 0.75rem 1rem;
  text-align: left;
  vertical-align: top;
}

.et-consulting-compare th {
  background: #f1f5f9;
  font-weight: 700;
  color: #0f172a;
}

.et-consulting-compare td:first-child {
  font-weight: 600;
  color: #334155;
  white-space: nowrap;
}

.et-consulting-compare .et-win {
  background: #f0fdf4;
  color: #166534;
}

.et-ciso-pack {
  margin: 1rem 0;
  padding: 1.25rem;
  border-radius: 12px;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
}

.et-ciso-pack h3 {
  margin: 0 0 0.75rem;
  font-size: 1rem;
}

.et-ciso-pack ul {
  margin: 0;
  padding-left: 1.25rem;
  font-size: 0.9rem;
  color: #475569;
}

.et-ciso-pack li + li { margin-top: 0.35rem; }

.et-scale-limits {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1rem;
  margin: 1rem 0;
}

.et-scale-limits article {
  padding: 1rem;
  border-radius: 10px;
  border: 1px solid #e2e8f0;
  background: #fff;
  font-size: 0.875rem;
}

.et-scale-limits strong {
  display: block;
  margin-bottom: 0.35rem;
  color: #0f172a;
}

.et-industry-note {
  margin: 0.75rem 0 0;
  padding: 0.75rem 1rem;
  border-radius: 8px;
  background: #fffbeb;
  border: 1px solid #fcd34d;
  font-size: 0.85rem;
  color: #713f12;
}

.et-procurement-faq details {
  margin: 0.75rem 0;
  padding: 0.75rem 1rem;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  background: #fff;
}

.et-procurement-faq summary {
  cursor: pointer;
  font-weight: 600;
  color: #0f172a;
}

.et-procurement-faq p {
  margin: 0.5rem 0 0;
  font-size: 0.9rem;
  color: #475569;
}
