/* Specific styles for servicios page */

/* Ensure scroll-reveal elements are visible (fallback if JS doesn't load) */
.cvc-gemini-ui-wrapper .scroll-reveal {
    opacity: 1;
    transform: translateY(0);
}

.cvc-gemini-ui-wrapper .service-section {
    padding: 5rem 0;
    border-bottom: 1px solid var(--gray);
}

.cvc-gemini-ui-wrapper .service-section:last-child {
    border-bottom: none;
}

.cvc-gemini-ui-wrapper .service-section:nth-child(even) .intro-grid {
    direction: rtl; /* Flip visual order */
}

.cvc-gemini-ui-wrapper .service-section:nth-child(even) .intro-grid > * {
    direction: ltr; /* Reset text direction */
}

.cvc-gemini-ui-wrapper .service-intro-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
