/* Remove text gradients only - preserve all background styling and solid colors */

/* Remove text gradient effects from specific gradient classes */
.bg-clip-text,
.morph-text,
.liquid-text,
[class*="bg-gradient"][class*="text"] {
    background-clip: unset !important;
    -webkit-background-clip: unset !important;
    -webkit-text-fill-color: unset !important;
    background-image: none !important;
}

/* Apply solid colors to specific text elements matching reference site */
.news-text {
    color: #3f8c9e !important; /* Teal for NEWS */
}

.logic-text {
    color: #f4e4c5 !important; /* Cream for LOGIC */
}

.inspiration-text {
    color: #ff6b35 !important; /* Orange for Epic Inspiration */
}

.epic-subtitle {
    color: #00d4aa !important; /* Cyan-green for subtitle */
}

.section-title {
    color: #32cd32 !important; /* Green for section titles */
}

.manifesto-title {
    color: #ff6b35 !important; /* Orange for manifesto */
}

.vision-card h3,
.timeline-item h3 {
    color: #32cd32 !important; /* Green for card headings */
}

.epic-quote {
    color: #0cc0df !important; /* Cyan for quotes */
}
