/* Page Specific Overrides */
.hero-screen {
    /* Farmers specific hero image */
    background-image: url('https://images.unsplash.com/photo-1627920760436-11f87aa37119?q=80&w=2070&auto=format&fit=crop');
}

.split-feature-section {
    background-color: #EFF6FF;
    /* Light Blue for Farmer Mission */
}

/* Text colors for this specific theme */
.split-content-container {
    color: #1E3A8A;
    /* Dark Blue */
}

.about-title {
    color: #1E40AF;
    /* Medium Blue */
}

.about-text {
    color: #334155;
    /* Slate Gray */
}

.about-info {
    border-top: 1px solid rgba(30, 64, 175, 0.1);
}