Given I am a user of the VERDAD
And I am on the homepage
Scenario: Viewing the welcome card
Then I should see a welcome card at the top of the main content area
And the card should be positioned below the header
And the card should be positioned above the content feed
Scenario: Welcome card appearance
Then the card should have a light blue gradient background
When I switch to dark mode
Then the card should adjust to a darker blue gradient
And the card content should remain readable
Scenario: Welcome card content
Then the card should display introductory information about the tool
And the content should be clearly formatted and readable
Feature: Welcome Card Display
As a new user
I want to see a welcome card on the homepage
So that I can understand the tool's purpose
Background:
Scenario: Viewing the welcome card
Scenario: Welcome card appearance
Scenario: Welcome card content