.elementor-5110 .elementor-element.elementor-element-5762ec5{--display:flex;}/* Start custom CSS for html, class: .elementor-element-0c85f8a *//* Estructura Base Profesional */
body {
    font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
    background-color: #f8f9fa; /* Gris claro solicitado */
    color: #334155;
    margin: 0;
    padding: 0;
    line-height: 1.6;
}

.container {
    max-width: 1000px;
    margin: 60px auto;
    padding: 0 20px;
}

/* Encabezado de Página */
.header-section {
    text-align: center;
    margin-bottom: 50px;
}

.header-section h1 {
    color: #004b93;
    font-size: 42px;
    font-weight: 800;
    margin-bottom: 10px;
    letter-spacing: -1px;
}

/* Bloques de Aplicación */
.app-block {
    background: #ffffff;
    border-radius: 16px;
    padding: 40px;
    margin-bottom: 30px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
    border: 1px solid #e2e8f0;
}

.app-block h2 {
    color: #004b93;
    font-size: 26px;
    margin-top: 0;
    border-bottom: 2px solid #f1f5f9;
    padding-bottom: 15px;
}

.app-description {
    color: #64748b;
    font-size: 16px;
    margin-bottom: 25px;
}

/* Listado de Clicks (Enlaces Verdes) */
.solution-list {
    list-style: none;
    padding: 0;
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
}

.solution-item a {
    display: flex;
    align-items: center;
    color: #26a69a; /* Color verde corporativo para los clicks */
    text-decoration: none;
    font-weight: 600;
    font-size: 15px;
    padding: 10px 15px;
    background: #f0fdfa;
    border-radius: 8px;
    transition: all 0.3s ease;
    border: 1px solid transparent;
}

.solution-item a:hover {
    background: #26a69a;
    color: #ffffff;
    transform: translateX(10px);
}

.solution-item a::before {
    content: "→";
    margin-right: 10px;
    font-size: 18px;
}

/* Responsive */
@media (max-width: 768px) {
    .header-section h1 { font-size: 32px; }
    .app-block { padding: 25px; }
}/* End custom CSS */