/* Simplified example */
.bg-white { background-color: #fff; }
.text-gray-800 { color: #2d3748; }
.font-sans { font-family: sans-serif; }

.from-\[\#A0CE77\] { background-image: linear-gradient(to right, #A0CE77, #48bb78); }

/* Continue adding simplified versions of required Tailwind classes */