/* Services Page Specific Styles */

.services-grid-section {
    /* Styles now handled in global.css */
}

/* Page Specific Hero/CTA adjustments if any */
.hero {
    background: radial-gradient(circle at top right, var(--accent), transparent 40%);
}
