/* AI Governance Hub — Premium Experience (v25.20) */

@media (prefers-reduced-motion: reduce) {
  .px-animate-in,
  .sx-success-hero,
  .px-retention-card {
    animation: none !important;
  }
}

@keyframes px-fade-in {
  from { opacity: 0; transform: translateY(8px); }
  to { opacity: 1; transform: translateY(0); }
}

.px-animate-in {
  animation: px-fade-in 0.5s ease-out both;
}

.sx-success-hero {
  animation: px-fade-in 0.55s ease-out both;
}

.sx-success-hero h1 {
  letter-spacing: -0.02em;
}

.px-worth-it {
  margin: 1.75rem 0;
  padding: 1.5rem 1.75rem;
  border-radius: 14px;
  background: linear-gradient(135deg, #0f172a 0%, #1e3a5f 100%);
  color: #e2e8f0;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.px-worth-it h2 {
  margin: 0 0 0.5rem;
  font-size: 1.05rem;
  color: #fff;
  font-weight: 600;
}

.px-worth-it p {
  margin: 0;
  font-size: 0.9375rem;
  line-height: 1.6;
  color: #cbd5e1;
}

.px-worth-it ul {
  margin: 0.75rem 0 0;
  padding-left: 1.2rem;
  font-size: 0.875rem;
  color: #94a3b8;
}

.px-worth-it li + li { margin-top: 0.35rem; }

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

.px-retention-card {
  padding: 1.25rem;
  border-radius: 12px;
  background: #fff;
  border: 1px solid #e2e8f0;
  animation: px-fade-in 0.45s ease-out both;
}

.px-retention-card:nth-child(2) { animation-delay: 0.08s; }
.px-retention-card:nth-child(3) { animation-delay: 0.16s; }

.px-retention-card strong {
  display: block;
  margin-bottom: 0.35rem;
  color: #0f172a;
  font-size: 0.9375rem;
}

.px-retention-card p {
  margin: 0;
  font-size: 0.8125rem;
  color: #64748b;
  line-height: 1.5;
}

.px-retention-card em {
  display: block;
  font-style: normal;
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
}

.sx-deliverable-tile {
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.sx-deliverable-tile:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(37, 99, 235, 0.12);
}

.px-support-hero {
  margin-bottom: 1.5rem;
  padding: 1.5rem;
  border-radius: 14px;
  background: linear-gradient(180deg, #f8fafc 0%, #fff 100%);
  border: 1px solid #e2e8f0;
}

.px-support-hero p {
  margin: 0.5rem 0 0;
  color: #475569;
  font-size: 0.9375rem;
  max-width: 42rem;
}

.px-checkout-confidence {
  margin: 1rem 0 0;
  padding: 0.85rem 1rem;
  border-radius: 10px;
  background: #f0fdf4;
  border: 1px solid #bbf7d0;
  font-size: 0.8125rem;
  color: #166534;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1.25rem;
}

.px-checkout-confidence span::before {
  content: "✓ ";
  font-weight: 700;
}

.px-share-note {
  margin-top: 1rem;
  padding: 0.75rem 1rem;
  border-radius: 10px;
  background: #f8fafc;
  border: 1px dashed #cbd5e1;
  font-size: 0.8125rem;
  color: #64748b;
}

.px-share-note strong { color: #334155; }

.px-dashboard-value {
  margin: 1rem 0 1.5rem;
}

.et-dashboard-welcome {
  box-shadow: 0 4px 20px rgba(37, 99, 235, 0.06);
}
