.identity {
  --accent: #a78bfa;
  --accent-2: #8b5cf6;
}

.identity .bg-grid {
  background-image:
    linear-gradient(rgba(167, 139, 250, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(167, 139, 250, 0.03) 1px, transparent 1px);
}

.identity .btn-primary {
  background: linear-gradient(135deg, var(--accent), #7c3aed);
  color: #f5f3ff;
  box-shadow: 0 0 24px rgba(167, 139, 250, 0.25);
}

.identity .product-tab.is-active {
  color: #ede9fe;
  background: rgba(167, 139, 250, 0.15);
}

.identity .product-tabs {
  border-color: rgba(167, 139, 250, 0.2);
}

.identity .gradient-text {
  background: linear-gradient(135deg, #c4b5fd, #a78bfa);
  -webkit-background-clip: text;
  background-clip: text;
}


.identity .feature-icon {
  color: #a78bfa;
}
