body { font-family: 'Poppins', sans-serif; background: #fafafa; }
        .font-display { font-family: 'Anton', sans-serif; }
        .step-card { display: none; }
        .step-card.active { display: block; animation: fadeIn 0.3s ease-in-out; }
        @keyframes fadeIn { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: translateY(0); } }
        .text-atlas { color: #e47197; }
        .bg-atlas { background-color: #e47197; }
        .border-atlas { border-color: #e47197; }
        .hover\:border-atlas:hover { border-color: #e47197; }
        .group:hover .group-hover\:border-atlas { border-color: #e47197; }